diff --git a/src/plugin/xml-digital-teaching/lib/catalog.css b/src/plugin/xml-digital-teaching/lib/catalog.css
index 36e6b14..b70c515 100644
--- a/src/plugin/xml-digital-teaching/lib/catalog.css
+++ b/src/plugin/xml-digital-teaching/lib/catalog.css
@@ -1,14 +1,14 @@
-.catalog-node-label[data-v-61c986fa] {
+.catalog-node-label[data-v-94bdc416] {
display: flex;
align-items: center;
}
-.catalog-node-label img[data-v-61c986fa] {
+.catalog-node-label img[data-v-94bdc416] {
margin-right: 4px;
}
-.xml-show-catalog[data-v-61c986fa] .el-tree-node__content {
+.xml-show-catalog[data-v-94bdc416] .el-tree-node__content {
height: auto;
}
-.xml-show-catalog[data-v-61c986fa] .el-tree-node__content .catalog-node-label {
+.xml-show-catalog[data-v-94bdc416] .el-tree-node__content .catalog-node-label {
max-width: calc(100% - 24px);
word-break: break-all;
white-space: normal;
diff --git a/src/plugin/xml-digital-teaching/lib/catalog.js b/src/plugin/xml-digital-teaching/lib/catalog.js
index 93b6cbd..a35a68d 100644
--- a/src/plugin/xml-digital-teaching/lib/catalog.js
+++ b/src/plugin/xml-digital-teaching/lib/catalog.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-61c986fa";
+ const __vue_scope_id__ = "data-v-94bdc416";
/* 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 6e6e5d3..ec8abac 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-61c986fa]{display:flex;align-items:center}.catalog-node-label img[data-v-61c986fa]{margin-right:4px}.xml-show-catalog[data-v-61c986fa] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-61c986fa] .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
+.catalog-node-label[data-v-94bdc416]{display:flex;align-items:center}.catalog-node-label img[data-v-94bdc416]{margin-right:4px}.xml-show-catalog[data-v-94bdc416] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-94bdc416] .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
diff --git a/src/plugin/xml-digital-teaching/lib/ebook.css b/src/plugin/xml-digital-teaching/lib/ebook.css
index 2a391d3..4206aa7 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-0847bc38] {
+.xml-ebook-container-h5[data-v-0b013fc8] {
}
-.xml-ebook-container-pc[data-v-0847bc38] {
+.xml-ebook-container-pc[data-v-0b013fc8] {
}
-.xml-ebook-container-pad[data-v-0847bc38] {
+.xml-ebook-container-pad[data-v-0b013fc8] {
}
diff --git a/src/plugin/xml-digital-teaching/lib/ebook.js b/src/plugin/xml-digital-teaching/lib/ebook.js
index abf9d83..b0bb8aa 100644
--- a/src/plugin/xml-digital-teaching/lib/ebook.js
+++ b/src/plugin/xml-digital-teaching/lib/ebook.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 GMT+0800 (中国标准时间) smile
* Released under the ISC License.
*/
//
@@ -412,10 +412,6 @@ var script = {
type: String,
default: ''
},
- bookReaderPath: {
- type: String,
- default: ''
- },
//当前所处组的规则
currentRule: {
type: Object,
@@ -479,7 +475,7 @@ var script = {
},
goRead(info) {
console.log('🚀 ~ goRead ~ info:', info);
- if (this.mode === 'preview' || this.mode == 'reader') {
+ if (this.mode === 'preview') {
this.$EventBus.$emit('learningStatistics', {
type: 'ebook',
info: null,
@@ -488,10 +484,10 @@ var script = {
if (info.source != 'netlink') {
const baseUrl = info.uploadFileUrl.indexOf('./') !== -1 ? this.resourceBasisPath + info.uploadFileUrl.split('./')[1] : info.uploadFileUrl;
if (info.uploadFileUrl.indexOf('.epub') > 0) {
- this.baseUrl = this.bookReaderPath + '/static/epubjs/index.html#/epub-read?flow=scrolled&bookPath=' + baseUrl;
+ this.baseUrl = '/static/epubjs/index.html#/epub-read?flow=scrolled&bookPath=' + baseUrl;
} else {
// const baseUrl = this.resourceBasisPath + info.uploadFileUrl.split('./')[1]
- this.baseUrl = this.bookReaderPath + `/static/pdfjs/web/viewer.html?file=${baseUrl}`;
+ this.baseUrl = `/static/pdfjs/web/viewer.html?file=${baseUrl}`;
}
if (this.isReader) {
this.$emit('showFileReader', {
@@ -544,9 +540,9 @@ var script = {
let src = '';
let uploadFileUrl = item.uploadFileUrl.indexOf('./') !== -1 ? this.resourceBasisPath + item.uploadFileUrl.split('./')[1] : item.uploadFileUrl;
if (item.uploadFileUrl.indexOf('.epub') !== -1) {
- src = this.bookReaderPath + '/static/epubjs/index.html#/epub-read?flow=scrolled&bookPath=' + uploadFileUrl;
+ src = '/static/epubjs/index.html#/epub-read?flow=scrolled&bookPath=' + uploadFileUrl;
} else if (item.uploadFileUrl.indexOf('.pdf') !== -1) {
- src = this.bookReaderPath + '/static/pdfjs/web/viewer.html?file=' + uploadFileUrl;
+ src = '/static/pdfjs/web/viewer.html?file=' + uploadFileUrl;
} else {
src = item.uploadFileUrl;
}
@@ -864,7 +860,7 @@ __vue_render__._withStripped = true;
/* style */
const __vue_inject_styles__ = undefined;
/* scoped */
- const __vue_scope_id__ = "data-v-0847bc38";
+ const __vue_scope_id__ = "data-v-0b013fc8";
/* 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 c21cdd6..ad885a7 100644
--- a/src/plugin/xml-digital-teaching/lib/group.js
+++ b/src/plugin/xml-digital-teaching/lib/group.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-1ac9ed94";
+ const __vue_scope_id__ = "data-v-7b50431e";
/* 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 6d418df..6a0bb51 100644
--- a/src/plugin/xml-digital-teaching/lib/html.js
+++ b/src/plugin/xml-digital-teaching/lib/html.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 GMT+0800 (中国标准时间) smile
* Released under the ISC License.
*/
//
@@ -282,7 +282,7 @@ var script = {
goRead(info) {
// console.log('🚀 ~ goRead ~ info:', info,this.mode,this.pageType)
- if (this.mode === 'preview' || this.mode == 'reader') {
+ if (this.mode === 'preview') {
let url = '';
if (info.htmlType == 'url') {
url = info.link;
diff --git a/src/plugin/xml-digital-teaching/lib/image.css b/src/plugin/xml-digital-teaching/lib/image.css
index 7e083bc..53a7fd1 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-78061ae9] {
+.el-image__inner[data-v-0b67ede4] {
width: 100% !important;
}
-.xml-image-ping-pu-h5[data-v-78061ae9] {
+.xml-image-ping-pu-h5[data-v-0b67ede4] {
display: flex;
flex-direction: column;
align-items: center;
}
-.xml-image-hua-lang[data-v-78061ae9] {
+.xml-image-hua-lang[data-v-0b67ede4] {
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 8ba4afd..61ce877 100644
--- a/src/plugin/xml-digital-teaching/lib/image.js
+++ b/src/plugin/xml-digital-teaching/lib/image.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 GMT+0800 (中国标准时间) smile
* Released under the ISC License.
*/
import Vue from 'vue';
@@ -1114,7 +1114,7 @@ __vue_render__$2._withStripped = true;
/* style */
const __vue_inject_styles__$1 = undefined;
/* scoped */
- const __vue_scope_id__$1 = "data-v-78061ae9";
+ const __vue_scope_id__$1 = "data-v-0b67ede4";
/* module identifier */
const __vue_module_identifier__$1 = undefined;
/* functional template */
@@ -1612,12 +1612,6 @@ var script = {
currentIndex: -1
};
},
- inject: {
- getSysEnv: {
- from: 'getSysEnv',
- default: () => () => {}
- }
- },
computed: {
blockPreviewList() {
let images = this.blockData.imageList || [],
@@ -1662,9 +1656,6 @@ var script = {
}
});
return !has;
- },
- sysEnv() {
- return this.getSysEnv();
}
},
watch: {
@@ -1736,16 +1727,7 @@ var script = {
// window.href = href
if (linkId) {
// window.open(link, '_blank')
- if (this.mode == 'reader') {
- window.open(this.sysEnv.webBaseUrl + 'previewLooseLeaf?pageType=' + this.pageType + '&businessType=looseLeaf' + '&looseLeafId=' + linkId + '&uuid=' + v4() + '&styleType=' + 'B', '_blank');
- // this.$EventBus.$emit('hotzoneClick', {
- // type: 'looseleaf',
- // value: linkId,
- // label: ''
- // })
- } else {
- window.open(process.env.VUE_APP_TEXTBOOK_WEB + 'previewLooseLeaf?pageType=' + this.pageType + '&businessType=looseLeaf' + '&looseLeafId=' + linkId + '&uuid=' + v4() + '&styleType=' + 'B', '_blank');
- }
+ window.open(process.env.VUE_APP_TEXTBOOK_WEB + 'previewLooseLeaf?pageType=' + this.pageType + '&businessType=looseLeaf' + '&looseLeafId=' + linkId + '&uuid=' + v4() + '&styleType=' + 'B', '_blank');
} else {
this.$message.warning('获取资源链接失败,请检查链接地址');
}
diff --git a/src/plugin/xml-digital-teaching/lib/image.min.css b/src/plugin/xml-digital-teaching/lib/image.min.css
index 28ab264..97d9027 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-78061ae9]{width:100%!important}.xml-image-ping-pu-h5[data-v-78061ae9]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-78061ae9]{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-0b67ede4]{width:100%!important}.xml-image-ping-pu-h5[data-v-0b67ede4]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-0b67ede4]{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 7838106..0bfb719 100644
--- a/src/plugin/xml-digital-teaching/lib/imageText.css
+++ b/src/plugin/xml-digital-teaching/lib/imageText.css
@@ -1,38 +1,38 @@
-/*# sourceMappingURL=eighth.vue.map */
+/*# sourceMappingURL=seventh.vue.map */
+
+
+/*# sourceMappingURL=fifth.vue.map */
/*# sourceMappingURL=fourth.vue.map */
+/*# sourceMappingURL=eighth.vue.map */
+
+
+/*# sourceMappingURL=first.vue.map */
+
+
/*# sourceMappingURL=second.vue.map */
-/*# sourceMappingURL=fifth.vue.map */
-
-
/*# sourceMappingURL=sixth.vue.map */
/*# sourceMappingURL=third.vue.map */
-
-/*# sourceMappingURL=first.vue.map */
-
-
-/*# sourceMappingURL=seventh.vue.map */
-
.xml-image-lun-bo .el-carousel__item {
text-align: center;
}
-.xml-text-h5[data-v-4666e3b2] {
+.xml-text-h5[data-v-483bfd20] {
}
-.xml-text-pc[data-v-4666e3b2] {
+.xml-text-pc[data-v-483bfd20] {
}
-.xml-text-h5[data-v-4666e3b2] {
+.xml-text-h5[data-v-483bfd20] {
}
.xml-text-h5 .inline-audio-wrap,
@@ -711,15 +711,15 @@
-.el-image__inner[data-v-78061ae9] {
+.el-image__inner[data-v-0b67ede4] {
width: 100% !important;
}
-.xml-image-ping-pu-h5[data-v-78061ae9] {
+.xml-image-ping-pu-h5[data-v-0b67ede4] {
display: flex;
flex-direction: column;
align-items: center;
}
-.xml-image-hua-lang[data-v-78061ae9] {
+.xml-image-hua-lang[data-v-0b67ede4] {
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 7826fcc..67412b1 100644
--- a/src/plugin/xml-digital-teaching/lib/imageText.js
+++ b/src/plugin/xml-digital-teaching/lib/imageText.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 GMT+0800 (中国标准时间) smile
* Released under the ISC License.
*/
import Vue from 'vue';
@@ -1114,7 +1114,7 @@ __vue_render__$e._withStripped = true;
/* style */
const __vue_inject_styles__$d = undefined;
/* scoped */
- const __vue_scope_id__$d = "data-v-78061ae9";
+ const __vue_scope_id__$d = "data-v-0b67ede4";
/* module identifier */
const __vue_module_identifier__$d = undefined;
/* functional template */
@@ -1612,12 +1612,6 @@ var script$c = {
currentIndex: -1
};
},
- inject: {
- getSysEnv: {
- from: 'getSysEnv',
- default: () => () => {}
- }
- },
computed: {
blockPreviewList() {
let images = this.blockData.imageList || [],
@@ -1662,9 +1656,6 @@ var script$c = {
}
});
return !has;
- },
- sysEnv() {
- return this.getSysEnv();
}
},
watch: {
@@ -1736,16 +1727,7 @@ var script$c = {
// window.href = href
if (linkId) {
// window.open(link, '_blank')
- if (this.mode == 'reader') {
- window.open(this.sysEnv.webBaseUrl + 'previewLooseLeaf?pageType=' + this.pageType + '&businessType=looseLeaf' + '&looseLeafId=' + linkId + '&uuid=' + v4() + '&styleType=' + 'B', '_blank');
- // this.$EventBus.$emit('hotzoneClick', {
- // type: 'looseleaf',
- // value: linkId,
- // label: ''
- // })
- } else {
- window.open(process.env.VUE_APP_TEXTBOOK_WEB + 'previewLooseLeaf?pageType=' + this.pageType + '&businessType=looseLeaf' + '&looseLeafId=' + linkId + '&uuid=' + v4() + '&styleType=' + 'B', '_blank');
- }
+ window.open(process.env.VUE_APP_TEXTBOOK_WEB + 'previewLooseLeaf?pageType=' + this.pageType + '&businessType=looseLeaf' + '&looseLeafId=' + linkId + '&uuid=' + v4() + '&styleType=' + 'B', '_blank');
} else {
this.$message.warning('获取资源链接失败,请检查链接地址');
}
@@ -2485,7 +2467,7 @@ __vue_render__$b._withStripped = true;
/* style */
const __vue_inject_styles__$b = undefined;
/* scoped */
- const __vue_scope_id__$b = "data-v-3afbe29e";
+ const __vue_scope_id__$b = "data-v-aeaf5cd4";
/* module identifier */
const __vue_module_identifier__$b = undefined;
/* functional template */
@@ -11739,7 +11721,7 @@ __vue_render__$a._withStripped = true;
/* style */
const __vue_inject_styles__$a = undefined;
/* scoped */
- const __vue_scope_id__$a = "data-v-7aa6099d";
+ const __vue_scope_id__$a = "data-v-0781f4c2";
/* module identifier */
const __vue_module_identifier__$a = undefined;
/* functional template */
@@ -11811,7 +11793,7 @@ class MagicLink extends HTMLElement {
}
.magic-link {
display: inline;
- font-size:16px;
+ // font-size:16px;
font-weight: normal;
font-style: normal;
text-align: left;
@@ -50707,6 +50689,7 @@ var script$7 = {
dataName: this.blockDataName,
data: this.pBlockData,
graphLinks: this.currentRule.data?.graphLinks || [],
+ pureTextComponent: this.isPureTextComponent,
dataIndex: this.dataIndex,
blockId: this.blockId
};
@@ -50826,7 +50809,7 @@ var script$7 = {
let _this = this;
this.blockData = this.pBlockData;
if (!this.blockData.html) {
- this.blockData.html = '暂无内容';
+ this.blockData.html = '暂无内容1';
}
`#${this.blockId} .richtext-reset-wrapper--view`;
let mceMagicLinkRegistered = window.customElements?.get('magic-link');
@@ -50856,15 +50839,6 @@ var script$7 = {
}]
});
});
- const getFileUrl = url => {
- if (url) {
- if (url.indexOf('./') === -1) {
- return url;
- }
- return `${_this.resourceBasisPath}${url.split('./')[1]}`;
- }
- return '';
- };
jquery(containerSelector).on('click', 'magic-link', function (e) {
let {
plaintext,
@@ -50872,9 +50846,10 @@ var script$7 = {
content,
type,
isPlaying,
- stylemode
+ stylemode,
+ showType,
+ hotzoneType
} = e.target.dataset;
- console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', 'magic-link点击', e, e.target.dataset);
if (_this.mode === 'editor') {
_this.$message.info('当前内容仅支持在预览模式下查看');
return;
@@ -50886,7 +50861,7 @@ var script$7 = {
multiple: true,
nowImgIndex: 0,
imgList: [{
- url: getFileUrl(content),
+ url: content,
title: plaintext
}]
});
@@ -50896,7 +50871,7 @@ var script$7 = {
_this.$EventBus.$emit('handleMagicLinkAudioPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -50910,7 +50885,7 @@ var script$7 = {
_this.$EventBus.$emit('handleMagicLinkVideoPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -50922,6 +50897,9 @@ var script$7 = {
if (type === 'richtext') {
content = content.replace(/text\-align:\s?justify/g, 'text-align:left');
// 魔链富文本
+ if (showType === 'popover') {
+ return;
+ }
_this.inlineWordsModal = {
title,
content,
@@ -50932,7 +50910,7 @@ var script$7 = {
if (type === 'sheet') {
// 插入活页
_this.$EventBus.$emit('hotzoneClick', {
- type: 'looseleaf',
+ type: hotzoneType || 'looseleaf',
value: content,
label: title
});
@@ -51128,8 +51106,8 @@ var script$7 = {
let ADom = document.getElementById(this.blockId).getElementsByTagName('a') || [];
if (ADom) {
for (let i = 0; i < ADom.length; i++) {
- // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
let href = ADom[i].href;
+ // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
ADom[i].href = 'javascript: void(0)';
ADom[i].onclick = function (e) {
_this.$EventBus.$emit('openTextHyperlink', {
@@ -52987,7 +52965,7 @@ __vue_render__$7._withStripped = true;
/* style */
const __vue_inject_styles__$7 = undefined;
/* scoped */
- const __vue_scope_id__$7 = "data-v-4666e3b2";
+ const __vue_scope_id__$7 = "data-v-483bfd20";
/* module identifier */
const __vue_module_identifier__$7 = undefined;
/* functional template */
@@ -53279,7 +53257,7 @@ __vue_render__$6._withStripped = true;
/* style */
const __vue_inject_styles__$6 = undefined;
/* scoped */
- const __vue_scope_id__$6 = "data-v-42df40de";
+ const __vue_scope_id__$6 = "data-v-bde72a14";
/* module identifier */
const __vue_module_identifier__$6 = undefined;
/* functional template */
@@ -53569,7 +53547,7 @@ __vue_render__$5._withStripped = true;
/* style */
const __vue_inject_styles__$5 = undefined;
/* scoped */
- const __vue_scope_id__$5 = "data-v-01022b03";
+ const __vue_scope_id__$5 = "data-v-0ab3c6b0";
/* module identifier */
const __vue_module_identifier__$5 = undefined;
/* functional template */
@@ -53909,7 +53887,7 @@ __vue_render__$4._withStripped = true;
/* style */
const __vue_inject_styles__$4 = undefined;
/* scoped */
- const __vue_scope_id__$4 = "data-v-0751fc96";
+ const __vue_scope_id__$4 = "data-v-3167f251";
/* module identifier */
const __vue_module_identifier__$4 = undefined;
/* functional template */
@@ -54204,7 +54182,7 @@ __vue_render__$3._withStripped = true;
/* style */
const __vue_inject_styles__$3 = undefined;
/* scoped */
- const __vue_scope_id__$3 = "data-v-e03e6adc";
+ const __vue_scope_id__$3 = "data-v-5466df92";
/* module identifier */
const __vue_module_identifier__$3 = undefined;
/* functional template */
@@ -54467,7 +54445,7 @@ __vue_render__$2._withStripped = true;
/* style */
const __vue_inject_styles__$2 = undefined;
/* scoped */
- const __vue_scope_id__$2 = "data-v-f2f9072c";
+ const __vue_scope_id__$2 = "data-v-17f2bcb6";
/* module identifier */
const __vue_module_identifier__$2 = undefined;
/* functional template */
@@ -54772,7 +54750,7 @@ __vue_render__$1._withStripped = true;
/* style */
const __vue_inject_styles__$1 = undefined;
/* scoped */
- const __vue_scope_id__$1 = "data-v-6c942a60";
+ const __vue_scope_id__$1 = "data-v-af6901ca";
/* module identifier */
const __vue_module_identifier__$1 = undefined;
/* functional template */
@@ -55071,7 +55049,7 @@ __vue_render__._withStripped = true;
/* style */
const __vue_inject_styles__ = undefined;
/* scoped */
- const __vue_scope_id__ = "data-v-6d42e319";
+ const __vue_scope_id__ = "data-v-5afd3094";
/* 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 65c30ef..9eff7de 100644
--- a/src/plugin/xml-digital-teaching/lib/imageText.min.css
+++ b/src/plugin/xml-digital-teaching/lib/imageText.min.css
@@ -1 +1 @@
-.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-78061ae9]{width:100%!important}.xml-image-ping-pu-h5[data-v-78061ae9]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-78061ae9]{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-0b67ede4]{width:100%!important}.xml-image-ping-pu-h5[data-v-0b67ede4]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-0b67ede4]{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 26b6d11..7c27c9d 100644
--- a/src/plugin/xml-digital-teaching/lib/index.css
+++ b/src/plugin/xml-digital-teaching/lib/index.css
@@ -1,37 +1,82 @@
+.custom-popover[data-v-64d68a3e] {
+ padding: 18px !important;
+}
+.custom-popover .font[data-v-64d68a3e] {
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 400;
+ font-size: 12px;
+ color: #333333;
+ line-height: 20px;
+ display: flex;
+ margin-bottom: 4px;
+}
+.custom-popover .font .time_color[data-v-64d68a3e] {
+ color: #538ae6;
+}
+.custom-popover .font .test_color[data-v-64d68a3e] {
+ color: #f99057;
+}
+[data-v-64d68a3e] .el-progress-bar__outer {
+ overflow: inherit;
+}
+[data-v-64d68a3e] .el-progress-bar__outer .el-progress-bar__innerText {
+ width: 32px;
+ height: 17px;
+ background: #538ae6;
+ box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
+ border-radius: 38px 38px 38px 38px;
+ border: 1px solid #ffffff;
+ color: #ffffff !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;
+ color: #ffffff;
+ line-height: 14px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
-.read-the-docs[data-v-1eead8ba] {
+/*# sourceMappingURL=PreviewCatalog.vue.map */
+
+.read-the-docs[data-v-323c2d1f] {
color: #888;
}
-.preview-container-h5[data-v-455e55e7] {
+.preview-container-h5[data-v-dc331dbc] {
padding-top: 15px;
}
-.preview-container-pc[data-v-455e55e7] {
+.preview-container-pc[data-v-dc331dbc] {
padding-top: 15px;
}
-.preview-container-pad[data-v-455e55e7] {
+.preview-container-pad[data-v-dc331dbc] {
padding-top: 15px;
}
-.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog {
+.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog {
display: flex;
align-items: center;
}
-.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen) {
+.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen) {
margin-top: 0 !important;
}
-.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__header {
+.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__header {
padding: 0;
}
-.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .custom-dialog {
+.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .custom-dialog {
background-color: transparent;
box-shadow: none;
}
-.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body {
+.preview-container[data-v-dc331dbc] .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-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .top-line {
+.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .top-line {
position: absolute;
top: 0;
left: 0;
@@ -39,24 +84,24 @@
height: 4px;
background: linear-gradient(90deg, #4994fb, #4994fb, #a2c5f9);
}
-.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper {
+.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper {
max-height: 60vh;
overflow-y: scroll;
}
-.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar {
+.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar {
width: 0;
}
-.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1,
-.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2,
-.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3,
-.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4,
-.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5,
-.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h6 {
+.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1,
+.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2,
+.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3,
+.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4,
+.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5,
+.preview-container[data-v-dc331dbc] .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-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .bottom-triangle {
+.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .bottom-triangle {
position: absolute;
bottom: 0;
right: 0;
@@ -67,322 +112,36 @@
}
/*# sourceMappingURL=PreviewLooseLeaf.vue.map */
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+.orange .el-progress-bar__innerText {
+ background: #f99057 !important;
+}
+.el-popover {
+ padding: 18px !important;
+}
+
+/*# sourceMappingURL=PreviewCatalog.vue.map */
+
+.xml-show-catalog .el-tree-node__content {
+ display: flex !important;
+}
+.catalog-node-label[data-v-94bdc416] {
+ display: flex;
+ align-items: center;
+}
+.catalog-node-label img[data-v-94bdc416] {
+ margin-right: 4px;
+}
+.xml-show-catalog[data-v-94bdc416] .el-tree-node__content {
+ height: auto;
+}
+.xml-show-catalog[data-v-94bdc416] .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;
@@ -454,80 +213,44 @@
/*# sourceMappingURL=XmlText.vue.map */
-
-/*# sourceMappingURL=XmlTextDialog.vue.map */
-
-
-/*# sourceMappingURL=XmlGroup.vue.map */
-.catalog-node-label[data-v-61c986fa] {
- display: flex;
- align-items: center;
+.xml-ebook-container-h5[data-v-0b013fc8] {
}
-.catalog-node-label img[data-v-61c986fa] {
- margin-right: 4px;
+.xml-ebook-container-pc[data-v-0b013fc8] {
}
-.xml-show-catalog[data-v-61c986fa] .el-tree-node__content {
- height: auto;
-}
-.xml-show-catalog[data-v-61c986fa] .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[data-v-4666e3b2] {
-}
-.xml-text-pc[data-v-4666e3b2] {
-}
-.xml-text-h5[data-v-4666e3b2] {
+.xml-ebook-container-pad[data-v-0b013fc8] {
}
-.xml-show-catalog .el-tree-node__content {
- display: flex !important;
+.xml-text-h5[data-v-483bfd20] {
+}
+.xml-text-pc[data-v-483bfd20] {
+}
+.xml-text-h5[data-v-483bfd20] {
}
-.preview-item-file[data-v-7dcd39ad]:hover,
-.slip-over-cover[data-v-7dcd39ad]:hover {
- cursor: pointer;
-}
-
-/*# sourceMappingURL=XmlResource.vue.map */
.xml-image-lun-bo .el-carousel__item {
text-align: center;
}
-.xml-ebook-container-h5[data-v-0847bc38] {
+.xml-question-container-h5[data-v-d56ea49c] {
}
-.xml-ebook-container-pc[data-v-0847bc38] {
+.xml-question-container-pc[data-v-d56ea49c] {
}
-.xml-ebook-container-pad[data-v-0847bc38] {
+.xml-question-container-pad[data-v-d56ea49c] {
}
-/*# sourceMappingURL=XmlTestPaper.vue.map */
+/*# sourceMappingURL=XmlTextDialog.vue.map */
+.preview-item-file[data-v-36ca6030]:hover,
+.slip-over-cover[data-v-36ca6030]:hover {
+ cursor: pointer;
+}
-.xml-video-container-h5[data-v-22dec3d4] {
-}
-.xml-video-container-pc[data-v-22dec3d4] {
-}
-.xml-video-container-pad[data-v-22dec3d4] {
-}
-
-
-.xml-question-container-h5[data-v-bbb516e6] {
-}
-.xml-question-container-pc[data-v-bbb516e6] {
-}
-.xml-question-container-pad[data-v-bbb516e6] {
-}
-
-.xml-video-container-pdf[data-v-3c5e97c1] {
+/*# sourceMappingURL=XmlResource.vue.map */
+.xml-video-container-pdf[data-v-a275a088] {
position: relative;
display: flex;
justify-content: center;
@@ -537,13 +260,13 @@
padding-bottom: 56.25%;
background: #000;
}
-.xml-video-container-pdf .cover[data-v-3c5e97c1] {
+.xml-video-container-pdf .cover[data-v-a275a088] {
position: absolute;
top: 0;
max-width: 100%;
max-height: 100%;
}
-.xml-video-container-pdf .play[data-v-3c5e97c1] {
+.xml-video-container-pdf .play[data-v-a275a088] {
position: absolute;
top: 45%;
left: 45%;
@@ -555,307 +278,54 @@
/*# sourceMappingURL=XmlVideoImg.vue.map */
-/*# sourceMappingURL=semicircle.vue.map */
+/*# sourceMappingURL=XmlGroup.vue.map */
-
-/*# sourceMappingURL=fifth.vue.map */
-
-
-/*# sourceMappingURL=rectangle.vue.map */
-
-
-/*# sourceMappingURL=fifth.vue.map */
-
-
-/*# sourceMappingURL=fifth.vue.map */
-
-
-/*# sourceMappingURL=sixth.vue.map */
-
-
-/*# sourceMappingURL=rotundity.vue.map */
-
-
-/*# sourceMappingURL=sixth.vue.map */
-
-
-/*# sourceMappingURL=sixth.vue.map */
-
-
-/*# sourceMappingURL=first.vue.map */
-
-
-/*# sourceMappingURL=first.vue.map */
-
-
-/*# sourceMappingURL=second.vue.map */
-
-
-/*# sourceMappingURL=first.vue.map */
-
-
-/*# sourceMappingURL=first.vue.map */
-
-
-/*# sourceMappingURL=second.vue.map */
-
-
-/*# sourceMappingURL=second.vue.map */
-
-
-/*# sourceMappingURL=twelfth.vue.map */
-
-
-/*# sourceMappingURL=second.vue.map */
-
-
-/*# sourceMappingURL=fifteen.vue.map */
-
-
-/*# sourceMappingURL=fifteen.vue.map */
-
-
-/*# sourceMappingURL=hexagon.vue.map */
-
-
-/*# sourceMappingURL=third.vue.map */
-
-
-/*# sourceMappingURL=third.vue.map */
-
-
-/*# sourceMappingURL=third.vue.map */
-
-
-/*# sourceMappingURL=square.vue.map */
-
-
-/*# sourceMappingURL=third.vue.map */
-
-
-/*# sourceMappingURL=triangle.vue.map */
-
-
-/*# sourceMappingURL=seventeen.vue.map */
-
-
-/*# sourceMappingURL=eighteen.vue.map */
-
-
-/*# sourceMappingURL=Greentheme2.vue.map */
-
-
-/*# sourceMappingURL=Greentheme2.vue.map */
-
-
-/*# sourceMappingURL=Greentheme2.vue.map */
-
-
-/*# sourceMappingURL=sixteen.vue.map */
-
-
-/*# sourceMappingURL=fourteen.vue.map */
-
-
-/*# sourceMappingURL=thirteenth.vue.map */
-
-
-/*# sourceMappingURL=fourteen.vue.map */
-
-
-/*# sourceMappingURL=sixteen.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme2.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme2.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme2.vue.map */
-
-
-/*# sourceMappingURL=nineteen.vue.map */
-
-
-/*# sourceMappingURL=Greentheme5.vue.map */
-
-
-/*# sourceMappingURL=Greentheme5.vue.map */
-
-
-/*# sourceMappingURL=eighteen2.vue.map */
-
-
-/*# sourceMappingURL=Greentheme3.vue.map */
-
-
-/*# sourceMappingURL=Greentheme3.vue.map */
-
-
-/*# sourceMappingURL=Greentheme6.vue.map */
-
-
-/*# sourceMappingURL=Greentheme3.vue.map */
-
-
-/*# sourceMappingURL=Greentheme1.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme1.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme1.vue.map */
-
-
-/*# sourceMappingURL=Greentheme1.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme1.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme3.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme3.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme3.vue.map */
-
-
-/*# sourceMappingURL=Greentheme4.vue.map */
-
-
-/*# sourceMappingURL=Greentheme4.vue.map */
-
-
-/*# sourceMappingURL=Greentheme4.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme6.vue.map */
-
-
-/*# sourceMappingURL=Twentythree.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme4.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme4.vue.map */
-
-
-/*# sourceMappingURL=Twentytwo.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme4.vue.map */
-
-
-/*# sourceMappingURL=SanQintheme2.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme5.vue.map */
-
-
-/*# sourceMappingURL=SanQintheme2.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme5.vue.map */
-
-
-/*# sourceMappingURL=Twentyfive.vue.map */
-
-
-/*# sourceMappingURL=SanQintheme3.vue.map */
-
-
-/*# sourceMappingURL=SanQintheme3.vue.map */
-
-
-/*# sourceMappingURL=Knowledge.vue.map */
-
-
-/*# sourceMappingURL=Twentyone.vue.map */
-
-
-/*# sourceMappingURL=SanQintheme1.vue.map */
-
-
-/*# sourceMappingURL=twenty.vue.map */
-
-
-/*# sourceMappingURL=SanQintheme1.vue.map */
-
-
-/*# sourceMappingURL=Twentyfour.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme1.vue.map */
-
-
-/*# sourceMappingURL=first.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme2.vue.map */
-
-
-/*# sourceMappingURL=sixth.vue.map */
-.title-text[data-v-616d10ee] {
- background-color: var(--background-color) !important;
+.xml-video-container-h5[data-v-ddfe855e] {
}
-.title-left[data-v-616d10ee] {
- border-color: var(--background-color) !important;
- color: var(--background-color) !important;
+.xml-video-container-pc[data-v-ddfe855e] {
}
-
-/*# sourceMappingURL=third.vue.map */
+.xml-video-container-pad[data-v-ddfe855e] {
+}
+
-/*# sourceMappingURL=fifteen.vue.map */
+/*# sourceMappingURL=XmlTestPaper.vue.map */
-/*# sourceMappingURL=Yellowtheme5.vue.map */
+/*# sourceMappingURL=first.vue.map */
-/*# sourceMappingURL=rectangle.vue.map */
+/*# sourceMappingURL=first.vue.map */
-/*# sourceMappingURL=Greentheme2.vue.map */
+/*# sourceMappingURL=first.vue.map */
-/*# sourceMappingURL=Yellowtheme4.vue.map */
+/*# sourceMappingURL=second.vue.map */
-/*# sourceMappingURL=semicircle.vue.map */
+/*# sourceMappingURL=first.vue.map */
-/*# sourceMappingURL=Greentheme1.vue.map */
+/*# sourceMappingURL=second.vue.map */
-/*# sourceMappingURL=Greentheme3.vue.map */
+/*# sourceMappingURL=second.vue.map */
-/*# sourceMappingURL=Yellowtheme6.vue.map */
+/*# sourceMappingURL=second.vue.map */
-/*# sourceMappingURL=Greentheme6.vue.map */
+/*# sourceMappingURL=seventh.vue.map */
-/*# sourceMappingURL=thirteenth.vue.map */
+/*# sourceMappingURL=seventh.vue.map */
-/*# sourceMappingURL=sixteen.vue.map */
+/*# sourceMappingURL=eighth.vue.map */
-/*# sourceMappingURL=nineteen.vue.map */
-
-
-/*# sourceMappingURL=twelfth.vue.map */
-
-
-/*# sourceMappingURL=Knowledge.vue.map */
-
-
-/*# sourceMappingURL=hexagon.vue.map */
+/*# sourceMappingURL=seventh.vue.map */
/*# sourceMappingURL=eighth.vue.map */
@@ -867,256 +337,205 @@
/*# sourceMappingURL=fourth.vue.map */
-/*# sourceMappingURL=fourth.vue.map */
-
-
-/*# sourceMappingURL=eighth.vue.map */
-
-
-/*# sourceMappingURL=seventh.vue.map */
-
-
-/*# sourceMappingURL=seventh.vue.map */
-
-
-/*# sourceMappingURL=seventh.vue.map */
-
-
-/*# sourceMappingURL=Greentheme4.vue.map */
-
-
-/*# sourceMappingURL=fourteen.vue.map */
+/*# sourceMappingURL=third.vue.map */
/*# sourceMappingURL=fifth.vue.map */
-/*# sourceMappingURL=seventeen.vue.map */
+/*# sourceMappingURL=third.vue.map */
-/*# sourceMappingURL=ninth.vue.map */
-
-
-/*# sourceMappingURL=ninth.vue.map */
-
-
-/*# sourceMappingURL=triangle.vue.map */
-
-
-/*# sourceMappingURL=tenth.vue.map */
-
-
-/*# sourceMappingURL=tenth.vue.map */
-
-
-/*# sourceMappingURL=Greytheme1.vue.map */
-
-
-/*# sourceMappingURL=eleventh.vue.map */
-
-
-/*# sourceMappingURL=Greytheme2.vue.map */
-
-
-/*# sourceMappingURL=Greytheme6.vue.map */
-
-
-/*# sourceMappingURL=Greytheme4.vue.map */
-
-
-/*# sourceMappingURL=Redtheme4.vue.map */
-
-
-/*# sourceMappingURL=Redtheme4.vue.map */
-
-
-/*# sourceMappingURL=Redtheme4.vue.map */
-
-
-/*# sourceMappingURL=Greytheme5.vue.map */
-
-
-/*# sourceMappingURL=Greytheme3.vue.map */
-
-
-/*# sourceMappingURL=Redtheme3.vue.map */
-
-
-/*# sourceMappingURL=Redtheme3.vue.map */
-
-
-/*# sourceMappingURL=Redtheme3.vue.map */
-
-
-/*# sourceMappingURL=Redtheme1.vue.map */
-
-
-/*# sourceMappingURL=Redtheme1.vue.map */
-
-
-/*# sourceMappingURL=Redtheme2.vue.map */
-
-
-/*# sourceMappingURL=Redtheme2.vue.map */
-
-
-/*# sourceMappingURL=Redtheme2.vue.map */
-
-
-/*# sourceMappingURL=Redtheme1.vue.map */
-
-
-/*# sourceMappingURL=Bluetheme3.vue.map */
-
-
-/*# sourceMappingURL=Bluetheme1.vue.map */
-
-
-/*# sourceMappingURL=Bluetheme2.vue.map */
-
-
-/*# sourceMappingURL=Bluetheme4.vue.map */
-
-
-/*# sourceMappingURL=tenth.vue.map */
-
-
-/*# sourceMappingURL=second.vue.map */
-
-
-/*# sourceMappingURL=ninth.vue.map */
-
-
-/*# sourceMappingURL=seventh.vue.map */
-
-
-/*# sourceMappingURL=eleven.vue.map */
+/*# sourceMappingURL=fourth.vue.map */
/*# sourceMappingURL=third.vue.map */
+/*# sourceMappingURL=third.vue.map */
+
+
+/*# sourceMappingURL=fifth.vue.map */
+
+
+/*# sourceMappingURL=fifth.vue.map */
+
+
+/*# sourceMappingURL=sixth.vue.map */
+
+
+/*# sourceMappingURL=sixth.vue.map */
+
+
+/*# sourceMappingURL=sixth.vue.map */
+
+
+/*# sourceMappingURL=tenth.vue.map */
+
+
+/*# sourceMappingURL=ninth.vue.map */
+
+
+/*# sourceMappingURL=ninth.vue.map */
+
+
+/*# sourceMappingURL=tenth.vue.map */
+
+
+/*# sourceMappingURL=quadrangle.vue.map */
+
+
/*# sourceMappingURL=isosceles.vue.map */
+/*# sourceMappingURL=eleven.vue.map */
+
+
/*# sourceMappingURL=wave.vue.map */
-/*# sourceMappingURL=quadrangle.vue.map */
-
-
-/*# sourceMappingURL=thirteen.vue.map */
-
-
-/*# sourceMappingURL=eleven.vue.map */
-
-
-/*# sourceMappingURL=twelve.vue.map */
-
-
-/*# sourceMappingURL=isosceles.vue.map */
-
-
-/*# sourceMappingURL=first.vue.map */
-
-
-/*# sourceMappingURL=Greentheme2.vue.map */
-
-
-/*# sourceMappingURL=quadrangle.vue.map */
-
-
-/*# sourceMappingURL=eighth.vue.map */
-
-
-/*# sourceMappingURL=sixteen.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme1.vue.map */
-
-
/*# sourceMappingURL=thirteen.vue.map */
/*# sourceMappingURL=Greentheme4.vue.map */
-/*# sourceMappingURL=fourteen.vue.map */
+/*# sourceMappingURL=Greentheme4.vue.map */
-/*# sourceMappingURL=Yellowtheme3.vue.map */
+/*# sourceMappingURL=Greentheme4.vue.map */
-/*# sourceMappingURL=Redtheme1.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme4.vue.map */
-
-
-/*# sourceMappingURL=Redtheme2.vue.map */
+/*# sourceMappingURL=twelve.vue.map */
/*# sourceMappingURL=Greentheme3.vue.map */
-/*# sourceMappingURL=Yellowtheme2.vue.map */
+/*# sourceMappingURL=Greentheme5.vue.map */
-/*# sourceMappingURL=Redtheme6.vue.map */
+/*# sourceMappingURL=Greentheme3.vue.map */
-/*# sourceMappingURL=Redtheme5.vue.map */
+/*# sourceMappingURL=Greentheme3.vue.map */
-/*# sourceMappingURL=Redtheme3.vue.map */
+/*# sourceMappingURL=Greentheme2.vue.map */
/*# sourceMappingURL=Greentheme5.vue.map */
-/*# sourceMappingURL=Thirtyfive.vue.map */
+/*# sourceMappingURL=Greentheme2.vue.map */
-/*# sourceMappingURL=Thirtyfive.vue.map */
+/*# sourceMappingURL=Greentheme2.vue.map */
-/*# sourceMappingURL=Redtheme5.vue.map */
+/*# sourceMappingURL=fifteen.vue.map */
+
+
+/*# sourceMappingURL=fifteen.vue.map */
+
+
+/*# sourceMappingURL=fourteen.vue.map */
+
+
+/*# sourceMappingURL=fourteen.vue.map */
/*# sourceMappingURL=Yellowtheme5.vue.map */
-/*# sourceMappingURL=Redtheme4.vue.map */
+/*# sourceMappingURL=Yellowtheme5.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=Yellowtheme2.vue.map */
+
+
+/*# sourceMappingURL=Redtheme5.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme2.vue.map */
+
+
+/*# sourceMappingURL=Redtheme2.vue.map */
+
+
+/*# sourceMappingURL=Redtheme2.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme3.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme3.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme3.vue.map */
+
+
+/*# sourceMappingURL=Redtheme3.vue.map */
+
+
+/*# sourceMappingURL=Redtheme3.vue.map */
+
+
+/*# sourceMappingURL=Redtheme1.vue.map */
+
+
+/*# sourceMappingURL=SanQintheme3.vue.map */
+
+
+/*# sourceMappingURL=SanQintheme3.vue.map */
+
+
+/*# sourceMappingURL=Redtheme1.vue.map */
/*# sourceMappingURL=Redtheme6.vue.map */
+/*# sourceMappingURL=sixteen.vue.map */
+
+
+/*# sourceMappingURL=sixteen.vue.map */
+
+
/*# sourceMappingURL=SanQintheme1.vue.map */
-/*# sourceMappingURL=Thirtyseven.vue.map */
+/*# sourceMappingURL=SanQintheme1.vue.map */
-/*# sourceMappingURL=Thirtyseven.vue.map */
-
-
-/*# sourceMappingURL=Thirtyseven2.vue.map */
+/*# sourceMappingURL=Redtheme4.vue.map */
/*# sourceMappingURL=Thirtysix.vue.map */
-/*# sourceMappingURL=Thirtyeight.vue.map */
-
-
-/*# sourceMappingURL=Thirtysix.vue.map */
-
-
-/*# sourceMappingURL=Thirtyeight.vue.map */
-
-
-/*# sourceMappingURL=Forty.vue.map */
+/*# sourceMappingURL=Redtheme4.vue.map */
/*# sourceMappingURL=Thirtyseven3.vue.map */
@@ -1125,133 +544,413 @@
/*# sourceMappingURL=Forty.vue.map */
-/*# sourceMappingURL=twelve.vue.map */
+/*# sourceMappingURL=SanQintheme2.vue.map */
-/*# sourceMappingURL=xmlRobotPc.vue.map */
+/*# sourceMappingURL=SanQintheme2.vue.map */
-.xml-single-ebook-group-h5[data-v-af9b8d4c] {
-}
-.xml-single-ebook-group-pc[data-v-af9b8d4c] {
-}
-.xml-single-ebook-group-pad[data-v-af9b8d4c] {
-}
-
-.xml-single-ebook-group-h5[data-v-55908341] {
-}
-.xml-single-ebook-group-pc[data-v-55908341] {
-}
-.xml-single-ebook-group-pad[data-v-55908341] {
-}
-
+/*# sourceMappingURL=Thirtyeight.vue.map */
-.xml-single-music-group-h5[data-v-0ba26268] {
-}
-.xml-single-music-group-pc[data-v-0ba26268] {
-}
-.xml-single-music-group-pad[data-v-0ba26268] {
-}
-
-.xml-single-resource-group-h5[data-v-859ca7cc] {
-}
-.xml-single-resource-group-pc[data-v-859ca7cc] {
-}
-.xml-single-resource-group-pad[data-v-859ca7cc] {
-}
-
+/*# sourceMappingURL=Thirtyfive.vue.map */
-.xml-single-question-group-h5[data-v-77922a38] {
-}
-.xml-single-question-group-pc[data-v-77922a38] {
-}
-.xml-single-question-group-pad[data-v-77922a38] {
-}
-
-.xml-single-question-group-h5[data-v-34ba0440] {
-}
-.xml-single-question-group-pc[data-v-34ba0440] {
-}
-.xml-single-question-group-pad[data-v-34ba0440] {
-}
-
+/*# sourceMappingURL=Thirtyseven2.vue.map */
-.xml-single-video-group-h5[data-v-3ae74720] {
-}
-.xml-single-video-group-pc[data-v-3ae74720] {
-}
-.xml-single-video-group-pad[data-v-3ae74720] {
-}
-
-.xml-single-ebook-group-h5[data-v-0b9200e9] {
-}
-.xml-single-ebook-group-pc[data-v-0b9200e9] {
-}
-.xml-single-ebook-group-pad[data-v-0b9200e9] {
-}
-
+/*# sourceMappingURL=Thirtyseven.vue.map */
/*# sourceMappingURL=sixth.vue.map */
-/*# sourceMappingURL=first.vue.map */
+/*# sourceMappingURL=Yellowtheme1.vue.map */
-/*# sourceMappingURL=seventh.vue.map */
-
+/*# sourceMappingURL=fifteen.vue.map */
+.title-text[data-v-fc425bf8] {
+ background-color: var(--background-color) !important;
+}
+.title-left[data-v-fc425bf8] {
+ border-color: var(--background-color) !important;
+ color: var(--background-color) !important;
+}
/*# sourceMappingURL=third.vue.map */
-/*# sourceMappingURL=second.vue.map */
-
-
-/*# sourceMappingURL=fourth.vue.map */
-
-
-/*# sourceMappingURL=fifth.vue.map */
-
-
/*# sourceMappingURL=first.vue.map */
+/*# sourceMappingURL=Yellowtheme2.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme4.vue.map */
+
+
+/*# sourceMappingURL=Greentheme2.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme5.vue.map */
+
+
+/*# sourceMappingURL=Greentheme3.vue.map */
+
+
+/*# sourceMappingURL=Greentheme4.vue.map */
+
+
/*# sourceMappingURL=fifth.vue.map */
+/*# sourceMappingURL=fourteen.vue.map */
+
+
+/*# sourceMappingURL=Redtheme2.vue.map */
+
+
+/*# sourceMappingURL=sixteen.vue.map */
+
+
+/*# sourceMappingURL=Redtheme4.vue.map */
+
+
/*# sourceMappingURL=eleventh.vue.map */
-/*# sourceMappingURL=tenth.vue.map */
+/*# sourceMappingURL=Redtheme1.vue.map */
+
+
+/*# sourceMappingURL=Greytheme3.vue.map */
+
+
+/*# sourceMappingURL=Greytheme2.vue.map */
+
+
+/*# sourceMappingURL=Redtheme3.vue.map */
+
+
+/*# sourceMappingURL=Greytheme6.vue.map */
+
+
+/*# sourceMappingURL=Thirtyfive.vue.map */
+
+
+/*# sourceMappingURL=Greytheme1.vue.map */
+
+
+/*# sourceMappingURL=Greytheme5.vue.map */
+
+
+/*# sourceMappingURL=Greytheme4.vue.map */
+
+
+/*# sourceMappingURL=Greentheme1.vue.map */
+
+
+/*# sourceMappingURL=Greentheme1.vue.map */
+
+
+/*# sourceMappingURL=Greentheme1.vue.map */
+
+
+/*# sourceMappingURL=Thirtyeight.vue.map */
+
+
+/*# sourceMappingURL=Thirtyseven.vue.map */
+
+
+/*# sourceMappingURL=Thirtysix.vue.map */
+
+
+/*# sourceMappingURL=Bluetheme4.vue.map */
+
+
+/*# sourceMappingURL=Bluetheme1.vue.map */
+
+
+/*# sourceMappingURL=Bluetheme2.vue.map */
+
+
+/*# sourceMappingURL=Bluetheme3.vue.map */
+
+
+/*# sourceMappingURL=Forty.vue.map */
+
+
+/*# sourceMappingURL=rectangle.vue.map */
+
+
+/*# sourceMappingURL=semicircle.vue.map */
+
+
+/*# sourceMappingURL=hexagon.vue.map */
+
+
+/*# sourceMappingURL=rectangle.vue.map */
+
+
+/*# sourceMappingURL=seventeen.vue.map */
+
+
+/*# sourceMappingURL=hexagon.vue.map */
+
+
+/*# sourceMappingURL=seventeen.vue.map */
+
+
+/*# sourceMappingURL=triangle.vue.map */
+
+
+/*# sourceMappingURL=triangle.vue.map */
+
+
+/*# sourceMappingURL=thirteenth.vue.map */
+
+
+/*# sourceMappingURL=square.vue.map */
+
+
+/*# sourceMappingURL=semicircle.vue.map */
+
+
+/*# sourceMappingURL=thirteenth.vue.map */
+
+
+/*# sourceMappingURL=rotundity.vue.map */
+
+
+/*# sourceMappingURL=first.vue.map */
/*# sourceMappingURL=second.vue.map */
+/*# sourceMappingURL=third.vue.map */
+
+
/*# sourceMappingURL=sixth.vue.map */
-/*# sourceMappingURL=Greytheme2.vue.map */
+/*# sourceMappingURL=fourth.vue.map */
-.xml-single-text-group-h5[data-v-05ca7fa4] {
+
+/*# sourceMappingURL=seventh.vue.map */
+
+
+/*# sourceMappingURL=fifth.vue.map */
+
+
+/*# sourceMappingURL=twelfth.vue.map */
+
+
+/*# sourceMappingURL=twelfth.vue.map */
+
+
+/*# sourceMappingURL=eighteen2.vue.map */
+
+
+/*# sourceMappingURL=Greentheme6.vue.map */
+
+
+/*# sourceMappingURL=Greentheme6.vue.map */
+
+
+/*# sourceMappingURL=second.vue.map */
+
+
+/*# sourceMappingURL=third.vue.map */
+
+
+/*# sourceMappingURL=quadrangle.vue.map */
+
+
+/*# sourceMappingURL=ninth.vue.map */
+
+
+/*# sourceMappingURL=eleven.vue.map */
+
+
+/*# sourceMappingURL=first.vue.map */
+
+
+/*# sourceMappingURL=thirteen.vue.map */
+
+
+/*# sourceMappingURL=Greentheme2.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme1.vue.map */
+
+
+/*# sourceMappingURL=eighth.vue.map */
+
+
+/*# sourceMappingURL=sixteen.vue.map */
+
+
+/*# sourceMappingURL=tenth.vue.map */
+
+
+/*# sourceMappingURL=Greentheme3.vue.map */
+
+
+/*# sourceMappingURL=seventh.vue.map */
+
+
+/*# sourceMappingURL=eighteen.vue.map */
+
+
+/*# sourceMappingURL=nineteen.vue.map */
+
+
+/*# sourceMappingURL=nineteen.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme6.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme6.vue.map */
+
+
+/*# sourceMappingURL=Knowledge.vue.map */
+
+
+/*# sourceMappingURL=Knowledge.vue.map */
+
+
+/*# sourceMappingURL=Greentheme4.vue.map */
+
+
+/*# sourceMappingURL=fourteen.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme2.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme3.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme4.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme5.vue.map */
+
+
+/*# sourceMappingURL=Greentheme5.vue.map */
+
+
+/*# sourceMappingURL=Redtheme1.vue.map */
+
+
+/*# sourceMappingURL=Redtheme2.vue.map */
+
+
+/*# sourceMappingURL=Redtheme5.vue.map */
+
+
+/*# sourceMappingURL=Redtheme4.vue.map */
+
+
+/*# sourceMappingURL=Redtheme3.vue.map */
+
+
+/*# sourceMappingURL=Redtheme6.vue.map */
+
+
+/*# sourceMappingURL=twenty.vue.map */
+
+
+/*# sourceMappingURL=Twentyone.vue.map */
+
+
+/*# sourceMappingURL=Twentytwo.vue.map */
+
+
+/*# sourceMappingURL=Twentyfive.vue.map */
+
+
+/*# sourceMappingURL=Twentythree.vue.map */
+
+
+/*# sourceMappingURL=Twentyfour.vue.map */
+
+
+/*# sourceMappingURL=twelve.vue.map */
+
+
+/*# sourceMappingURL=isosceles.vue.map */
+
+.xml-single-ebook-group-h5[data-v-48a57526] {
}
-.xml-single-text-group-pc[data-v-05ca7fa4] {
+.xml-single-ebook-group-pc[data-v-48a57526] {
}
-.xml-single-text-group-pad[data-v-05ca7fa4] {
+.xml-single-ebook-group-pad[data-v-48a57526] {
+}
+
+
+.xml-single-question-group-h5[data-v-0f0ca4f3] {
+}
+.xml-single-question-group-pc[data-v-0f0ca4f3] {
+}
+.xml-single-question-group-pad[data-v-0f0ca4f3] {
+}
+
+
+.xml-single-text-group-h5[data-v-1257bb6e] {
+}
+.xml-single-text-group-pc[data-v-1257bb6e] {
+}
+.xml-single-text-group-pad[data-v-1257bb6e] {
+}
+
+
+.xml-single-video-group-h5[data-v-bdcc21f6] {
+}
+.xml-single-video-group-pc[data-v-bdcc21f6] {
+}
+.xml-single-video-group-pad[data-v-bdcc21f6] {
+}
+
+
+.xml-single-ebook-group-h5[data-v-12d3f00e] {
+}
+.xml-single-ebook-group-pc[data-v-12d3f00e] {
+}
+.xml-single-ebook-group-pad[data-v-12d3f00e] {
+}
+
+
+.xml-single-resource-group-h5[data-v-6cd5e1bf] {
+}
+.xml-single-resource-group-pc[data-v-6cd5e1bf] {
+}
+.xml-single-resource-group-pad[data-v-6cd5e1bf] {
}
/*# sourceMappingURL=single-agent-group.vue.map */
-
-/*# sourceMappingURL=eighth.vue.map */
+.xml-single-music-group-h5[data-v-485b2a47] {
+}
+.xml-single-music-group-pc[data-v-485b2a47] {
+}
+.xml-single-music-group-pad[data-v-485b2a47] {
+}
+
-/*# sourceMappingURL=Yellowtheme3.vue.map */
+/*# sourceMappingURL=SanQintheme1.vue.map */
+
+.xml-single-ebook-group-h5[data-v-ebf14e08] {
+}
+.xml-single-ebook-group-pc[data-v-ebf14e08] {
+}
+.xml-single-ebook-group-pad[data-v-ebf14e08] {
+}
+
.xml-skeleton-item {
/* margin: 20px 0; */
@@ -1273,176 +972,214 @@
-/*# sourceMappingURL=Redtheme1.vue.map */
+/*# sourceMappingURL=sixth.vue.map */
-/*# sourceMappingURL=fourth.vue.map */
+/*# sourceMappingURL=fifth.vue.map */
+
+
+/*# sourceMappingURL=second.vue.map */
/*# sourceMappingURL=seventh.vue.map */
-/*# sourceMappingURL=Greytheme3.vue.map */
+/*# sourceMappingURL=first.vue.map */
+
+.xml-single-question-group-h5[data-v-af0e1476] {
+}
+.xml-single-question-group-pc[data-v-af0e1476] {
+}
+.xml-single-question-group-pad[data-v-af0e1476] {
+}
+
-/*# sourceMappingURL=Greytheme5.vue.map */
+/*# sourceMappingURL=fourth.vue.map */
+
+
+/*# sourceMappingURL=tenth.vue.map */
+
+
+/*# sourceMappingURL=eighth.vue.map */
+
+
+/*# sourceMappingURL=Redtheme1.vue.map */
+
+
+/*# sourceMappingURL=eleventh.vue.map */
/*# sourceMappingURL=ninth.vue.map */
-/*# sourceMappingURL=Bluetheme2.vue.map */
+/*# sourceMappingURL=xmlRobotPc.vue.map */
-/*# sourceMappingURL=Bluetheme4.vue.map */
-
-
-/*# sourceMappingURL=Greytheme1.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme2.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme1.vue.map */
-
-
-/*# sourceMappingURL=Redtheme4.vue.map */
+/*# sourceMappingURL=Greytheme5.vue.map */
/*# sourceMappingURL=Bluetheme1.vue.map */
+/*# sourceMappingURL=Yellowtheme2.vue.map */
+
+
+/*# sourceMappingURL=Bluetheme2.vue.map */
+
+
+/*# sourceMappingURL=Greytheme3.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme3.vue.map */
+
+
+/*# sourceMappingURL=Greytheme2.vue.map */
+
+
+/*# sourceMappingURL=Redtheme4.vue.map */
+
+
+/*# sourceMappingURL=Bluetheme4.vue.map */
+
+
/*# sourceMappingURL=Twentytwo.vue.map */
-/*# sourceMappingURL=Twentythree.vue.map */
-
-
-/*# sourceMappingURL=Thirtyfour.vue.map */
-
-
-/*# sourceMappingURL=Thirtyone.vue.map */
-
-
-/*# sourceMappingURL=Thirtythree.vue.map */
-
-
-/*# sourceMappingURL=Thirtytwo.vue.map */
-
-
-/*# sourceMappingURL=Twentyfive.vue.map */
+/*# sourceMappingURL=Yellowtheme1.vue.map */
/*# sourceMappingURL=Twentyfour.vue.map */
-/*# sourceMappingURL=titleLogging.vue.map */
+/*# sourceMappingURL=Twentythree.vue.map */
-/*# sourceMappingURL=BuleRectangle.vue.map */
+/*# sourceMappingURL=Thirtytwo.vue.map */
+
+
+/*# sourceMappingURL=Thirtyone.vue.map */
+
+
+/*# sourceMappingURL=Thirtyfour.vue.map */
+
+
+/*# sourceMappingURL=Greytheme1.vue.map */
/*# sourceMappingURL=BuleRectangleTwo.vue.map */
+/*# sourceMappingURL=Twentyfive.vue.map */
+
+
/*# sourceMappingURL=titleLight.vue.map */
+/*# sourceMappingURL=Thirtynine.vue.map */
+
+
+/*# sourceMappingURL=Thirtythree.vue.map */
+
+
+/*# sourceMappingURL=BuleRectangle.vue.map */
+
+
/*# sourceMappingURL=titleQuestion.vue.map */
+/*# sourceMappingURL=titleText.vue.map */
+
+
+/*# sourceMappingURL=titleLogging.vue.map */
+
+
/*# sourceMappingURL=titleTearcher.vue.map */
-.title-bgimg[data-v-025e9706] {
+
+
+/*# sourceMappingURL=titleCrane.vue.map */
+.title-bgimg[data-v-f86c7abc] {
background-image: url(../style/title-text-bgimg.png);
}
/*# sourceMappingURL=Sevenpageone.vue.map */
-/*# sourceMappingURL=Sevenpagethree.vue.map */
-
-
-/*# sourceMappingURL=titleText.vue.map */
-
-
-/*# sourceMappingURL=Thirtynine.vue.map */
-
-
-/*# sourceMappingURL=titleCrane.vue.map */
-
-
/*# sourceMappingURL=Sevenpagetwo.vue.map */
-/*# sourceMappingURL=Sevenpagefour.vue.map */
-
-
/*# sourceMappingURL=Fortyone.vue.map */
+/*# sourceMappingURL=Sevenpagethree.vue.map */
+
+
+/*# sourceMappingURL=Sevenpagefour.vue.map */
+
+
/*# sourceMappingURL=Sevenpagefive.vue.map */
+/*# sourceMappingURL=Tabstheme3.vue.map */
+
+
+/*# sourceMappingURL=Tabstheme2.vue.map */
+
+
/*# sourceMappingURL=Foldtheme1.vue.map */
/*# sourceMappingURL=Foldtheme2.vue.map */
-/*# sourceMappingURL=Redtheme7.vue.map */
-
-
-/*# sourceMappingURL=Tabstheme3.vue.map */
-
-
-/*# sourceMappingURL=Fortytwo.vue.map */
-
-
-/*# sourceMappingURL=Foldtheme3.vue.map */
-
-
-/*# sourceMappingURL=Tabstheme5.vue.map */
-
-
-/*# sourceMappingURL=Tabstheme2.vue.map */
+/*# sourceMappingURL=Fortythree.vue.map */
/*# sourceMappingURL=Tabstheme1.vue.map */
-/*# sourceMappingURL=Fortyfive.vue.map */
+/*# sourceMappingURL=Foldtheme3.vue.map */
-/*# sourceMappingURL=Foldtheme4.vue.map */
-
-
-/*# sourceMappingURL=Tabstheme4.vue.map */
-
-
-/*# sourceMappingURL=Fortythree.vue.map */
-
-
-/*# sourceMappingURL=Fortyfour.vue.map */
-
-
-/*# sourceMappingURL=Fortysix.vue.map */
+/*# sourceMappingURL=Redtheme7.vue.map */
/*# sourceMappingURL=Foldtheme5.vue.map */
-/*# sourceMappingURL=sixteen_new.vue.map */
+/*# sourceMappingURL=Tabstheme4.vue.map */
+
+
+/*# sourceMappingURL=Fortyfour.vue.map */
+
+
+/*# sourceMappingURL=Foldtheme4.vue.map */
/*# sourceMappingURL=Tabstheme6.vue.map */
-/*# sourceMappingURL=Fortyeight.vue.map */
+/*# sourceMappingURL=Fortytwo.vue.map */
+
+
+/*# sourceMappingURL=Tabstheme5.vue.map */
+
+
+/*# sourceMappingURL=Fortyfive.vue.map */
/*# sourceMappingURL=Fortyseven.vue.map */
+/*# sourceMappingURL=Fortyeight.vue.map */
+
+
+/*# sourceMappingURL=sixteen_new.vue.map */
+
+
+/*# sourceMappingURL=Fortysix.vue.map */
+
+
/*# sourceMappingURL=Twentyeight.vue.map */
@@ -1454,14 +1191,20 @@
/*# sourceMappingURL=XmlKnowledgeGraph.vue.map */
-
-/*# sourceMappingURL=xmlPopup.vue.map */
-
-
-/*# sourceMappingURL=XmlGraphViewer.vue.map */
-
-
-/*# sourceMappingURL=xmlWrapperPage.vue.map */
+.el-image__inner[data-v-0b67ede4] {
+ width: 100% !important;
+}
+.xml-image-ping-pu-h5[data-v-0b67ede4] {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
+.xml-image-hua-lang[data-v-0b67ede4] {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
+
/*# sourceMappingURL=xmlCollapse.vue.map */
@@ -1508,6 +1251,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+/*# sourceMappingURL=xmlWrapperPage.vue.map */
+
+
+/*# sourceMappingURL=xmlPopup.vue.map */
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1594,83 +1405,20 @@
+/*# sourceMappingURL=XmlGraphViewer.vue.map */
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-.el-image__inner[data-v-78061ae9] {
- width: 100% !important;
+.xml-single-video-group-h5[data-v-53261818] {
}
-.xml-image-ping-pu-h5[data-v-78061ae9] {
- display: flex;
- flex-direction: column;
- align-items: center;
+.xml-single-video-group-pc[data-v-53261818] {
}
-.xml-image-hua-lang[data-v-78061ae9] {
- display: flex;
- flex-direction: column;
- align-items: center;
+.xml-single-video-group-pad[data-v-53261818] {
}
-.object-model-content[data-v-03f5e03b]{
+
+/*# sourceMappingURL=XmlTextarea.vue.map */
+
+.object-model-content[data-v-e62ef040]{
.threejs-container {
width: 100%;
height: 440px;
@@ -1702,24 +1450,18 @@ span{
}
}
}
-.xml-video-container-h5[data-v-03f5e03b] {
+.xml-video-container-h5[data-v-e62ef040] {
}
-.xml-video-container-pc[data-v-03f5e03b] {
+.xml-video-container-pc[data-v-e62ef040] {
}
-.xml-video-container-pad[data-v-03f5e03b] {
+.xml-video-container-pad[data-v-e62ef040] {
}
-.xml-single-video-group-h5[data-v-4df4cff9] {
+.read-the-docs[data-v-ac8a29ca] {
+ color: #888;
}
-.xml-single-video-group-pc[data-v-4df4cff9] {
-}
-.xml-single-video-group-pad[data-v-4df4cff9] {
-}
-
-
-/*# sourceMappingURL=XmlTextarea.vue.map */
* {
margin: 0;
padding: 0;
@@ -1835,9 +1577,998 @@ span{
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+.custom-popover .el-progress .el-progress-bar {
+ padding: 0 !important;
+}
+.custom-popover .el-progress .el-progress__text {
+ display: none;
+}
+
+/*# sourceMappingURL=xmlStatisticalChart.vue.map */
+.chart_title[data-v-68ee8780] {
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 600;
+ font-size: 16px;
+ color: #27272a;
+ line-height: 22px;
+}
+.student_type[data-v-68ee8780],
+.teacher_type[data-v-68ee8780] {
+ padding: 0 28px;
+}
+.student_type .student_top_new[data-v-68ee8780],
+.teacher_type .student_top_new[data-v-68ee8780] {
+ border-top: 1px solid #ededed;
+ padding-top: 16px;
+ margin-bottom: 24px;
+}
+.student_type .student_top_new .student_title_new[data-v-68ee8780],
+.teacher_type .student_top_new .student_title_new[data-v-68ee8780] {
+ display: flex;
+ align-content: center;
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 400;
+ font-size: 16px;
+ color: #333333;
+ line-height: 24px;
+ margin-bottom: 19px;
+ align-items: center;
+ justify-content: space-between;
+}
+.student_type .student_top_new .student_title_new img[data-v-68ee8780],
+.teacher_type .student_top_new .student_title_new img[data-v-68ee8780] {
+ width: 3px;
+ height: 12px;
+ margin-right: 8px;
+}
+.student_type .student_top_new .top_time[data-v-68ee8780],
+.teacher_type .student_top_new .top_time[data-v-68ee8780] {
+ background: #ecf3fe;
+ width: 100%;
+ padding: 20px;
+ display: flex;
+ border-radius: 4px 4px 0px 0px;
+}
+.student_type .student_top_new .top_time .thisTime[data-v-68ee8780],
+.student_type .student_top_new .top_time .allTime[data-v-68ee8780],
+.teacher_type .student_top_new .top_time .thisTime[data-v-68ee8780],
+.teacher_type .student_top_new .top_time .allTime[data-v-68ee8780] {
+ width: 50%;
+ display: flex;
+ align-items: center;
+}
+.student_type .student_top_new .top_time .thisTime .time_logo[data-v-68ee8780],
+.student_type .student_top_new .top_time .allTime .time_logo[data-v-68ee8780],
+.teacher_type .student_top_new .top_time .thisTime .time_logo[data-v-68ee8780],
+.teacher_type .student_top_new .top_time .allTime .time_logo[data-v-68ee8780] {
+ width: 18px;
+ height: 18px;
+ margin-right: 8px;
+}
+.student_type .student_top_new .top_time .thisTime .font[data-v-68ee8780],
+.student_type .student_top_new .top_time .allTime .font[data-v-68ee8780],
+.teacher_type .student_top_new .top_time .thisTime .font[data-v-68ee8780],
+.teacher_type .student_top_new .top_time .allTime .font[data-v-68ee8780] {
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 500;
+ font-size: 14px;
+ color: #666666;
+ line-height: 20px;
+}
+.student_type .student_top_new .top_time .thisTime .blod_font[data-v-68ee8780],
+.student_type .student_top_new .top_time .allTime .blod_font[data-v-68ee8780],
+.teacher_type .student_top_new .top_time .thisTime .blod_font[data-v-68ee8780],
+.teacher_type .student_top_new .top_time .allTime .blod_font[data-v-68ee8780] {
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 600;
+ font-size: 26px;
+ color: #333333;
+ line-height: 36px;
+ margin-right: 6px;
+}
+.student_type .student_top_new .top_schedul[data-v-68ee8780],
+.teacher_type .student_top_new .top_schedul[data-v-68ee8780] {
+ padding: 20px;
+ display: flex;
+ align-items: center;
+ border-radius: 0px 0px 4px 4px;
+ background: #f4f8ff;
+}
+.student_type .student_top_new .top_schedul .font[data-v-68ee8780],
+.teacher_type .student_top_new .top_schedul .font[data-v-68ee8780] {
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 500;
+ font-size: 14px;
+ color: #666666;
+ line-height: 20px;
+}
+.student_type .student_top_new .top_schedul .percentage[data-v-68ee8780],
+.teacher_type .student_top_new .top_schedul .percentage[data-v-68ee8780] {
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 600;
+ font-size: 14px;
+ color: #333333;
+ line-height: 20px;
+ margin-right: 18px;
+}
+.student_type .resource_student .student_title_new[data-v-68ee8780],
+.teacher_type .resource_student .student_title_new[data-v-68ee8780] {
+ display: flex;
+ align-content: center;
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 400;
+ font-size: 16px;
+ color: #333333;
+ line-height: 24px;
+ margin-bottom: 19px;
+}
+.student_type .resource_student .student_title_new img[data-v-68ee8780],
+.teacher_type .resource_student .student_title_new img[data-v-68ee8780] {
+ width: 3px;
+ height: 12px;
+ margin-right: 8px;
+}
+.student_type .resource_student .resource_list[data-v-68ee8780],
+.teacher_type .resource_student .resource_list[data-v-68ee8780] {
+ display: flex;
+ flex-wrap: wrap;
+}
+.student_type .resource_student .resource_list .resource_item[data-v-68ee8780],
+.teacher_type .resource_student .resource_list .resource_item[data-v-68ee8780] {
+ width: 285px;
+ height: 58px;
+ display: flex;
+ margin-bottom: 26px;
+ margin-right: 30px;
+ align-items: center;
+}
+.student_type .resource_student .resource_list .resource_item img[data-v-68ee8780],
+.teacher_type .resource_student .resource_list .resource_item img[data-v-68ee8780] {
+ width: 52px;
+ height: 58px;
+ margin-right: 9px;
+}
+.student_type .resource_student .resource_list .resource_item .item_right .item_time[data-v-68ee8780],
+.teacher_type .resource_student .resource_list .resource_item .item_right .item_time[data-v-68ee8780] {
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 400;
+ font-size: 13px;
+ color: #666666;
+ line-height: 18px;
+ display: flex;
+ margin-bottom: 8px;
+}
+.student_type .resource_student .resource_list .resource_item .item_right .item_time .music_color[data-v-68ee8780],
+.teacher_type .resource_student .resource_list .resource_item .item_right .item_time .music_color[data-v-68ee8780] {
+ color: #0aa5a8;
+}
+.student_type .resource_student .resource_list .resource_item .item_right .item_time .video_color[data-v-68ee8780],
+.teacher_type .resource_student .resource_list .resource_item .item_right .item_time .video_color[data-v-68ee8780] {
+ color: #d25f00;
+}
+.student_type .resource_student .resource_list .resource_item .item_right .item_time .pic_color[data-v-68ee8780],
+.teacher_type .resource_student .resource_list .resource_item .item_right .item_time .pic_color[data-v-68ee8780] {
+ color: #206ccf;
+}
+.student_type .resource_student .resource_list .resource_item .item_right .item_time .test_color[data-v-68ee8780],
+.teacher_type .resource_student .resource_list .resource_item .item_right .item_time .test_color[data-v-68ee8780] {
+ color: #cb1e83;
+}
+.student_type .resource_student .resource_list .resource_item[data-v-68ee8780]:nth-child(2n),
+.teacher_type .resource_student .resource_list .resource_item[data-v-68ee8780]:nth-child(2n) {
+ margin-right: 0;
+}
+.student_type .study_mark[data-v-68ee8780],
+.teacher_type .study_mark[data-v-68ee8780] {
+ padding-bottom: 28px;
+}
+.student_type .study_mark .student_title_new[data-v-68ee8780],
+.teacher_type .study_mark .student_title_new[data-v-68ee8780] {
+ display: flex;
+ align-content: center;
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 400;
+ font-size: 16px;
+ color: #333333;
+ line-height: 24px;
+ margin-bottom: 19px;
+}
+.student_type .study_mark .student_title_new img[data-v-68ee8780],
+.teacher_type .study_mark .student_title_new img[data-v-68ee8780] {
+ width: 3px;
+ height: 12px;
+ margin-right: 8px;
+}
+.student_type .study_mark .mark_list[data-v-68ee8780],
+.teacher_type .study_mark .mark_list[data-v-68ee8780] {
+ display: flex;
+ justify-content: space-between;
+}
+.student_type .study_mark .mark_list .mark_item[data-v-68ee8780],
+.teacher_type .study_mark .mark_list .mark_item[data-v-68ee8780] {
+ width: 216px;
+ height: 96px;
+ border-radius: 4px;
+ background: #f4f8ff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin-right: 16px;
+}
+.student_type .study_mark .mark_list .mark_item .mark_img[data-v-68ee8780],
+.teacher_type .study_mark .mark_list .mark_item .mark_img[data-v-68ee8780] {
+ width: 36px;
+ height: 36px;
+ margin-right: 20px;
+}
+.student_type .study_mark .mark_list .mark_item .mark_right[data-v-68ee8780],
+.teacher_type .study_mark .mark_list .mark_item .mark_right[data-v-68ee8780] {
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 500;
+ font-size: 14px;
+ color: #52525b;
+ line-height: 20px;
+}
+.student_type .study_mark .mark_list .mark_item .mark_right .color[data-v-68ee8780],
+.teacher_type .study_mark .mark_list .mark_item .mark_right .color[data-v-68ee8780] {
+ display: flex;
+ align-items: center;
+}
+.student_type .study_mark .mark_list .mark_item .mark_right .color .blod[data-v-68ee8780],
+.teacher_type .study_mark .mark_list .mark_item .mark_right .color .blod[data-v-68ee8780] {
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 600;
+ font-size: 26px;
+ color: #333333;
+ line-height: 36px;
+}
+.teacher_type .students_list[data-v-68ee8780] {
+ padding-bottom: 50px;
+}
+.teacher_type .students_list .student_title_new[data-v-68ee8780] {
+ display: flex;
+ align-content: center;
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 400;
+ font-size: 16px;
+ color: #333333;
+ line-height: 24px;
+ margin-bottom: 19px;
+ align-items: center;
+ justify-content: space-between;
+}
+.teacher_type .students_list .student_title_new img[data-v-68ee8780] {
+ width: 3px;
+ height: 12px;
+ margin-right: 8px;
+}
+.teacher_type .students_list .student_title_new .filter[data-v-68ee8780] {
+ display: flex;
+}
+.teacher_type .students_list .student_title_new .filter .item[data-v-68ee8780] {
+ display: flex;
+ align-items: center;
+ margin-left: 20px;
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 400;
+ font-size: 14px;
+ color: #52525b;
+ line-height: 22px;
+}
+.teacher_type .students_list .student_title_new .filter .item img[data-v-68ee8780] {
+ width: 14px;
+ height: 14px;
+ margin-left: 4px;
+}
+.teacher_type .list .item[data-v-68ee8780] {
+ display: flex;
+ margin-bottom: 16px;
+}
+.teacher_type .list .item .student[data-v-68ee8780] {
+ display: flex;
+ align-items: center;
+ margin-right: 20px;
+}
+.teacher_type .list .item .student .student_img[data-v-68ee8780] {
+ width: 56px;
+ height: 56px;
+ margin-right: 12px;
+}
+.teacher_type .list .item .student .student_img img[data-v-68ee8780] {
+ width: 100%;
+ height: 100%;
+ border-radius: 50%;
+}
+.teacher_type .list .item .student .student_content .student_name[data-v-68ee8780] {
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 500;
+ font-size: 14px;
+ color: #27272a;
+ line-height: 22px;
+}
+.teacher_type .list .item .student .student_content .student_learn[data-v-68ee8780] {
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 400;
+ font-size: 13px;
+ line-height: 18px;
+ color: #666666;
+ display: flex;
+}
+.teacher_type .list .item .student .student_content .student_learn .color[data-v-68ee8780] {
+ color: #538ae6;
+}
+.teacher_type .list .item .student_card[data-v-68ee8780] {
+ display: flex;
+ align-items: flex-start;
+ width: 100%;
+ justify-content: space-between;
+}
+.teacher_type .list .item .student_card .card_item[data-v-68ee8780] {
+ width: 93px;
+ height: 70px;
+ background-color: #5edfd6;
+ border-radius: 5px;
+ position: relative;
+}
+.teacher_type .list .item .student_card .card_item .card_back[data-v-68ee8780] {
+ width: 100%;
+ height: 100%;
+ background-position: center center;
+ background-size: 100% 100%;
+ background-image: url("../assets/images/condition/back_music.png");
+ padding: 6px 8px;
+}
+.teacher_type .list .item .student_card .card_item .card_back .logo[data-v-68ee8780] {
+ width: 18px;
+ height: 18px;
+ margin-bottom: 4px;
+}
+.teacher_type .list .item .student_card .card_item .card_back .logo img[data-v-68ee8780] {
+ width: 100%;
+ height: 100%;
+}
+.teacher_type .list .item .student_card .card_item .card_back .title[data-v-68ee8780] {
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 400;
+ font-size: 12px;
+ color: #07828b;
+ line-height: 17px;
+ margin-bottom: 4px;
+}
+.teacher_type .list .item .student_card .card_item .card_back .time[data-v-68ee8780] {
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 400;
+ font-size: 12px;
+ color: #666666;
+ line-height: 17px;
+ display: flex;
+}
+.teacher_type .list .item .student_card .card_item .card_back .time .color[data-v-68ee8780] {
+ color: #07828b;
+}
+.teacher_type .list .item .student_card .card_item .line[data-v-68ee8780] {
+ width: 16px;
+ height: 16px;
+ position: absolute;
+ right: 6px;
+ top: 0px;
+}
+.teacher_type .list .item .student_card .card_item .line[data-v-68ee8780] .el-button {
+ padding: 0 !important;
+}
+.teacher_type .list .item .student_card .card_item .line .line_img[data-v-68ee8780] {
+ width: 16px;
+ height: 16px;
+}
+.teacher_type .list .item .student_card .card_item[data-v-68ee8780]:nth-child(2) {
+ background-color: #faac7b;
+}
+.teacher_type .list .item .student_card .card_item:nth-child(2) .card_back[data-v-68ee8780] {
+ background-image: url("../assets/images/condition/back_video.png");
+}
+.teacher_type .list .item .student_card .card_item:nth-child(2) .card_back .title[data-v-68ee8780] {
+ color: #faac7b;
+}
+.teacher_type .list .item .student_card .card_item:nth-child(2) .card_back .time .color[data-v-68ee8780] {
+ color: #faac7b;
+}
+.teacher_type .list .item .student_card .card_item[data-v-68ee8780]:nth-child(3) {
+ background-color: #7bc0fc;
+}
+.teacher_type .list .item .student_card .card_item:nth-child(3) .card_back[data-v-68ee8780] {
+ background-image: url("../assets/images/condition/back_pic.png");
+}
+.teacher_type .list .item .student_card .card_item:nth-child(3) .card_back .title[data-v-68ee8780] {
+ color: #114ba3;
+}
+.teacher_type .list .item .student_card .card_item:nth-child(3) .card_back .time .color[data-v-68ee8780] {
+ color: #206ccf;
+}
+.teacher_type .list .item .student_card .card_item[data-v-68ee8780]:nth-child(4) {
+ background-color: #f979b7;
+}
+.teacher_type .list .item .student_card .card_item:nth-child(4) .card_back[data-v-68ee8780] {
+ background-image: url("../assets/images/condition/back_test.png");
+}
+.teacher_type .list .item .student_card .card_item:nth-child(4) .card_back .title[data-v-68ee8780] {
+ color: #a11069;
+}
+.teacher_type .list .item .student_card .card_item:nth-child(4) .card_back .time .color[data-v-68ee8780] {
+ color: #cb1e83;
+}
+.custom-popover .text[data-v-68ee8780] {
+ display: flex;
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 400;
+ font-size: 13px;
+ color: #666666;
+ line-height: 18px;
+ margin-bottom: 8px;
+}
+.custom-popover .text .color[data-v-68ee8780] {
+ color: #5edfd6;
+}
+[data-v-68ee8780] .student_top_new .el-progress {
+ width: 482px;
+}
+[data-v-68ee8780] .student_top_new .el-progress .el-progress-bar {
+ padding-right: 0 !important;
+}
+[data-v-68ee8780] .student_top_new .el-progress .el-progress__text {
+ display: none;
+}
+[data-v-68ee8780] .resource_list .el-progress {
+ width: 224px;
+}
+[data-v-68ee8780] .resource_list .el-progress .el-progress-bar {
+ padding-right: 0 !important;
+}
+[data-v-68ee8780] .resource_list .el-progress .el-progress__text {
+ display: none;
+}
+[data-v-68ee8780] .student_content .el-progress {
+ width: 173px;
+}
+[data-v-68ee8780] .student_content .el-progress .el-progress-bar {
+ padding-right: 0 !important;
+}
+[data-v-68ee8780] .student_content .el-progress .el-progress-bar .el-progress-bar__outer {
+ border: 1px solid #79abfa;
+}
+[data-v-68ee8780] .student_content .el-progress .el-progress__text {
+ display: none;
+}
+[data-v-68ee8780] .student_content .el-progress .el-progress-bar__outer {
+ overflow: inherit;
+}
+[data-v-68ee8780] .student_content .el-progress .el-progress-bar__outer .el-progress-bar__innerText {
+ width: 32px;
+ height: 17px;
+ background: #538ae6;
+ box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
+ border-radius: 38px 38px 38px 38px;
+ border: 1px solid #ffffff;
+ color: #ffffff !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;
+ color: #ffffff;
+ line-height: 14px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+[data-v-68ee8780] .student_title_new .el-select .el-input__inner {
+ border: none !important;
+ background: #dfebff !important;
+ border-radius: 99px 99px 99px 99px !important;
+ color: #538ae6 !important;
+}
+[data-v-68ee8780] .student_title_new .el-select .el-select__caret {
+ color: #538ae6 !important;
+}
+[data-v-68ee8780] .list .el-pagination {
+ display: flex;
+}
+
/*# sourceMappingURL=xmlStatisticalChart.vue.map */
@@ -2216,121 +2947,7 @@ span{
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -2441,6 +3058,9 @@ span{
+
+
+/*# sourceMappingURL=classGrade.vue.map */
.el-dialog__title {
font-size: 20px;
}
@@ -2474,268 +3094,6 @@ span{
/*# sourceMappingURL=modifyNotes.vue.map */
-/*# sourceMappingURL=classGrade.vue.map */
-
-.read-the-docs[data-v-7b73b520] {
- color: #888;
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -2858,145 +3216,21 @@ span{
-.cantUse[data-v-e30ba3b6] {
+
+
+/*# sourceMappingURL=xmlGeneralRobotPc.vue.map */
+.cantUse[data-v-0a9ab54a] {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.1);
pointer-events: none;
cursor: not-allowed !important;
}
-.cantUse[data-v-e30ba3b6] :hover {
+.cantUse[data-v-0a9ab54a] :hover {
background-color: "inhert";
}
/*# sourceMappingURL=xmlRobotPhone.vue.map */
-
-
-/*# sourceMappingURL=xmlGeneralRobotPc.vue.map */
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
.aplayer-lrc {
background: transparent;
position: relative;
@@ -3190,6 +3424,46 @@ span{
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3462,46 +3736,6 @@ span{
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3523,54 +3757,10 @@ span{
-.option-item + .option-item[data-v-303501f1] {
- margin-top: 16px;
-}
-.option-item[data-v-303501f1] {
- 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-303501f1] {
- padding: 8px 0;
-}
-.option-item.isActive[data-v-303501f1] {
- border-color: #2e9adb;
-}
-.option-item.isTrue[data-v-303501f1] {
- border: 1px solid #70b603;
-}
-.option-item.isTrue[data-v-303501f1] .el-radio__input.is-checked .el-radio__inner {
- border-color: #70b603;
- background: #70b603;
-}
-.option-item.isFalse[data-v-303501f1] {
- border: 1px solid #d9001b;
-}
-.option-item.isFalse[data-v-303501f1] .el-radio__input.is-checked .el-radio__inner {
- border-color: #d9001b;
- background: #d9001b;
-}
-.option-item[data-v-303501f1]:hover {
- background: #ddd;
-}
-.option-item[data-v-303501f1] .content {
- cursor: pointer;
-}
-.option-item[data-v-303501f1] .stem-content.no-border {
- padding: 8px 14px !important;
- cursor: pointer;
-}
-
-/*# sourceMappingURL=radio.vue.map */
-.content[data-v-6db419e1] {
+.content[data-v-dad5303e] {
width: 100%;
}
-.content .stem-content[data-v-6db419e1] {
+.content .stem-content[data-v-dad5303e] {
width: 100%;
box-sizing: border-box;
padding: 5px 14px;
@@ -3579,12 +3769,12 @@ span{
border-radius: 6px;
cursor: pointer;
}
-.content .stem-content.no-border[data-v-6db419e1] {
+.content .stem-content.no-border[data-v-dad5303e] {
padding: 0;
border: none;
cursor: default;
}
-.content .stem-content .placeholder[data-v-6db419e1] {
+.content .stem-content .placeholder[data-v-dad5303e] {
color: #c0c4cc;
font-size: 14px;
cursor: pointer;
@@ -3592,54 +3782,10 @@ span{
}
/*# sourceMappingURL=common.vue.map */
-.option-item + .option-item[data-v-6c11c1df] {
- margin-top: 16px;
-}
-.option-item[data-v-6c11c1df] {
- 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-6c11c1df] {
- padding: 8px 0;
-}
-.option-item.isActive[data-v-6c11c1df] {
- border-color: #2e9adb;
-}
-.option-item.isTrue[data-v-6c11c1df] {
- border: 1px solid #70b603;
-}
-.option-item.isTrue[data-v-6c11c1df] .el-radio__input.is-checked .el-radio__inner {
- border-color: #70b603;
- background: #70b603;
-}
-.option-item.isFalse[data-v-6c11c1df] {
- border: 1px solid #d9001b;
-}
-.option-item.isFalse[data-v-6c11c1df] .el-radio__input.is-checked .el-radio__inner {
- border-color: #d9001b;
- background: #d9001b;
-}
-.option-item[data-v-6c11c1df]:hover {
- background: #ddd;
-}
-.option-item[data-v-6c11c1df] .content {
- cursor: pointer;
-}
-.option-item[data-v-6c11c1df] .stem-content.no-border {
- padding: 8px 14px !important;
- cursor: pointer;
-}
-
-/*# sourceMappingURL=radio.vue.map */
-.content[data-v-f3840eb4] {
+.content[data-v-9651bb74] {
width: 100%;
}
-.content .stem-content[data-v-f3840eb4] {
+.content .stem-content[data-v-9651bb74] {
width: 100%;
box-sizing: border-box;
padding: 5px 14px;
@@ -3648,12 +3794,12 @@ span{
border-radius: 6px;
cursor: pointer;
}
-.content .stem-content.no-border[data-v-f3840eb4] {
+.content .stem-content.no-border[data-v-9651bb74] {
padding: 0;
border: none;
cursor: default;
}
-.content .stem-content .placeholder[data-v-f3840eb4] {
+.content .stem-content .placeholder[data-v-9651bb74] {
color: #c0c4cc;
font-size: 14px;
cursor: pointer;
@@ -3661,10 +3807,10 @@ span{
}
/*# sourceMappingURL=common.vue.map */
-.option-item + .option-item[data-v-cc053d1c] {
+.option-item + .option-item[data-v-2a6bfc44] {
margin-top: 16px;
}
-.option-item[data-v-cc053d1c] {
+.option-item[data-v-2a6bfc44] {
display: flex;
background: #fbfbfb;
border-radius: 6px;
@@ -3673,42 +3819,42 @@ span{
transition: all ease 0.3s;
border: 1px solid #fbfbfb;
}
-.option-item.isActive[data-v-cc053d1c] {
- border-color: #2e9adb;
-}
-.option-item .questionSeq[data-v-cc053d1c] {
+.option-item .questionSeq[data-v-2a6bfc44] {
padding: 8px 0;
}
-.option-item.isTrue[data-v-cc053d1c] {
+.option-item.isActive[data-v-2a6bfc44] {
+ border-color: #2e9adb;
+}
+.option-item.isTrue[data-v-2a6bfc44] {
border: 1px solid #70b603;
}
-.option-item.isTrue[data-v-cc053d1c] .el-checkbox__input.is-checked .el-checkbox__inner {
+.option-item.isTrue[data-v-2a6bfc44] .el-radio__input.is-checked .el-radio__inner {
border-color: #70b603;
background: #70b603;
}
-.option-item.isFalse[data-v-cc053d1c] {
+.option-item.isFalse[data-v-2a6bfc44] {
border: 1px solid #d9001b;
}
-.option-item.isFalse[data-v-cc053d1c] .el-checkbox__input.is-checked .el-checkbox__inner {
+.option-item.isFalse[data-v-2a6bfc44] .el-radio__input.is-checked .el-radio__inner {
border-color: #d9001b;
background: #d9001b;
}
-.option-item[data-v-cc053d1c]:hover {
+.option-item[data-v-2a6bfc44]:hover {
background: #ddd;
}
-.option-item[data-v-cc053d1c] .content {
+.option-item[data-v-2a6bfc44] .content {
cursor: pointer;
}
-.option-item[data-v-cc053d1c] .stem-content.no-border {
+.option-item[data-v-2a6bfc44] .stem-content.no-border {
padding: 8px 14px !important;
cursor: pointer;
}
-/*# sourceMappingURL=checkbox.vue.map */
-.option-item + .option-item[data-v-3d438652] {
+/*# sourceMappingURL=radio.vue.map */
+.option-item + .option-item[data-v-f1c36854] {
margin-top: 16px;
}
-.option-item[data-v-3d438652] {
+.option-item[data-v-f1c36854] {
display: flex;
background: #fbfbfb;
border-radius: 6px;
@@ -3717,321 +3863,350 @@ span{
transition: all ease 0.3s;
border: 1px solid #fbfbfb;
}
-.option-item.isActive[data-v-3d438652] {
- border-color: #2e9adb;
-}
-.option-item .questionSeq[data-v-3d438652] {
+.option-item .questionSeq[data-v-f1c36854] {
padding: 8px 0;
}
-.option-item.isTrue[data-v-3d438652] {
+.option-item.isActive[data-v-f1c36854] {
+ border-color: #2e9adb;
+}
+.option-item.isTrue[data-v-f1c36854] {
border: 1px solid #70b603;
}
-.option-item.isTrue[data-v-3d438652] .el-checkbox__input.is-checked .el-checkbox__inner {
+.option-item.isTrue[data-v-f1c36854] .el-radio__input.is-checked .el-radio__inner {
border-color: #70b603;
background: #70b603;
}
-.option-item.isFalse[data-v-3d438652] {
+.option-item.isFalse[data-v-f1c36854] {
border: 1px solid #d9001b;
}
-.option-item.isFalse[data-v-3d438652] .el-checkbox__input.is-checked .el-checkbox__inner {
+.option-item.isFalse[data-v-f1c36854] .el-radio__input.is-checked .el-radio__inner {
border-color: #d9001b;
background: #d9001b;
}
-.option-item[data-v-3d438652]:hover {
+.option-item[data-v-f1c36854]:hover {
background: #ddd;
}
-.option-item[data-v-3d438652] .content {
+.option-item[data-v-f1c36854] .content {
cursor: pointer;
}
-.option-item[data-v-3d438652] .stem-content.no-border {
+.option-item[data-v-f1c36854] .stem-content.no-border {
+ padding: 8px 14px !important;
+ cursor: pointer;
+}
+
+/*# sourceMappingURL=radio.vue.map */
+.option-item + .option-item[data-v-7eefc508] {
+ margin-top: 16px;
+}
+.option-item[data-v-7eefc508] {
+ 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-7eefc508] {
+ border-color: #2e9adb;
+}
+.option-item .questionSeq[data-v-7eefc508] {
+ padding: 8px 0;
+}
+.option-item.isTrue[data-v-7eefc508] {
+ border: 1px solid #70b603;
+}
+.option-item.isTrue[data-v-7eefc508] .el-checkbox__input.is-checked .el-checkbox__inner {
+ border-color: #70b603;
+ background: #70b603;
+}
+.option-item.isFalse[data-v-7eefc508] {
+ border: 1px solid #d9001b;
+}
+.option-item.isFalse[data-v-7eefc508] .el-checkbox__input.is-checked .el-checkbox__inner {
+ border-color: #d9001b;
+ background: #d9001b;
+}
+.option-item[data-v-7eefc508]:hover {
+ background: #ddd;
+}
+.option-item[data-v-7eefc508] .content {
+ cursor: pointer;
+}
+.option-item[data-v-7eefc508] .stem-content.no-border {
padding: 8px 14px !important;
cursor: pointer;
}
/*# sourceMappingURL=checkbox.vue.map */
-.line-content[data-v-56033706] {
+.option-item + .option-item[data-v-2dc7a8d2] {
+ margin-top: 16px;
+}
+.option-item[data-v-2dc7a8d2] {
+ 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-2dc7a8d2] {
+ border-color: #2e9adb;
+}
+.option-item .questionSeq[data-v-2dc7a8d2] {
+ padding: 8px 0;
+}
+.option-item.isTrue[data-v-2dc7a8d2] {
+ border: 1px solid #70b603;
+}
+.option-item.isTrue[data-v-2dc7a8d2] .el-checkbox__input.is-checked .el-checkbox__inner {
+ border-color: #70b603;
+ background: #70b603;
+}
+.option-item.isFalse[data-v-2dc7a8d2] {
+ border: 1px solid #d9001b;
+}
+.option-item.isFalse[data-v-2dc7a8d2] .el-checkbox__input.is-checked .el-checkbox__inner {
+ border-color: #d9001b;
+ background: #d9001b;
+}
+.option-item[data-v-2dc7a8d2]:hover {
+ background: #ddd;
+}
+.option-item[data-v-2dc7a8d2] .content {
+ cursor: pointer;
+}
+.option-item[data-v-2dc7a8d2] .stem-content.no-border {
+ padding: 8px 14px !important;
+ cursor: pointer;
+}
+
+/*# sourceMappingURL=checkbox.vue.map */
+.line-content[data-v-5453482a] {
width: 100%;
position: relative;
}
-.line-content .line-content--item[data-v-56033706] {
+.line-content .line-content--item[data-v-5453482a] {
flex: 1;
}
-.line-content .line-content--item[data-v-56033706] .stem-content {
+.line-content .line-content--item[data-v-5453482a] .stem-content {
height: 100%;
}
-.line-content + .line-content[data-v-56033706] {
+.line-content + .line-content[data-v-5453482a] {
margin-top: 10px;
}
-.create-option[data-v-56033706] {
+.create-option[data-v-5453482a] {
width: 100%;
margin-top: 10px;
border-style: dashed !important;
}
-.option-item[data-v-56033706] {
+.option-item[data-v-5453482a] {
flex: 1;
min-width: 0;
}
-.option-item + .option-item[data-v-56033706] {
+.option-item + .option-item[data-v-5453482a] {
margin-left: 100px;
}
-.option-item.isMobile + .option-item.isMobile[data-v-56033706] {
+.option-item.isMobile + .option-item.isMobile[data-v-5453482a] {
margin-left: 50px;
}
-.option-item[data-v-56033706] {
+.option-item[data-v-5453482a] {
margin-bottom: 10px;
background: #FBFBFB;
border-radius: 6px;
padding-left: 16px;
border: 1px solid #fbfbfb;
}
-.option-item .questionSeq[data-v-56033706] {
+.option-item .questionSeq[data-v-5453482a] {
padding: 8px 0;
}
-.option-item[data-v-56033706] .stem-content.no-border {
+.option-item[data-v-5453482a] .stem-content.no-border {
padding: 8px 14px !important;
}
/*# sourceMappingURL=view-line-answer.vue.map */
-.line-content[data-v-685addee] {
+.line-content[data-v-07789553] {
width: 100%;
position: relative;
}
-.line-content .line-content--item[data-v-685addee] {
+.line-content .line-content--item[data-v-07789553] {
flex: 1;
}
-.line-content .line-content--item[data-v-685addee] .stem-content {
+.line-content .line-content--item[data-v-07789553] .stem-content {
height: 100%;
}
-.line-content + .line-content[data-v-685addee] {
+.line-content + .line-content[data-v-07789553] {
margin-top: 10px;
}
-.create-option[data-v-685addee] {
+.create-option[data-v-07789553] {
width: 100%;
margin-top: 10px;
border-style: dashed !important;
}
-.option-item[data-v-685addee] {
+.option-item[data-v-07789553] {
flex: 1;
min-width: 0;
}
-.option-item + .option-item[data-v-685addee] {
+.option-item + .option-item[data-v-07789553] {
margin-left: 100px;
}
-.option-item.isMobile + .option-item.isMobile[data-v-685addee] {
+.option-item.isMobile + .option-item.isMobile[data-v-07789553] {
margin-left: 50px;
}
-.option-item[data-v-685addee] {
+.option-item[data-v-07789553] {
margin-bottom: 10px;
background: #fbfbfb;
border-radius: 6px;
padding-left: 16px;
}
-.option-item .questionSeq[data-v-685addee] {
+.option-item .questionSeq[data-v-07789553] {
padding: 8px 0;
}
-.option-item[data-v-685addee] .stem-content.no-border {
+.option-item[data-v-07789553] .stem-content.no-border {
padding: 8px 14px !important;
}
/*# sourceMappingURL=view-line.vue.map */
-.image-file[data-v-6cd8acd6] {
+.image-file[data-v-67ac173b] {
width: 218px;
object-fit: scale-down;
}
-.video-file[data-v-6cd8acd6] {
+.video-file[data-v-67ac173b] {
width: 408px;
}
-.file-render[data-v-6cd8acd6] {
+.file-render[data-v-67ac173b] {
width: 100%;
}
-.file-info[data-v-6cd8acd6] {
+.file-info[data-v-67ac173b] {
flex: 1;
min-width: 0;
}
-.file-info.videoHandler[data-v-6cd8acd6] {
+.file-info.videoHandler[data-v-67ac173b] {
display: flex;
flex-direction: column;
justify-content: center;
}
-.file-info.videoHandler .fileName[data-v-6cd8acd6] {
+.file-info.videoHandler .fileName[data-v-67ac173b] {
font-size: 18px;
color: #333333;
margin-bottom: 19px;
}
-.file-info.videoHandler .fileInfo[data-v-6cd8acd6] {
+.file-info.videoHandler .fileInfo[data-v-67ac173b] {
font-size: 14px;
color: #666666;
margin-bottom: 19px;
}
/*# sourceMappingURL=index.vue.map */
-.image-file[data-v-2d3153b3] {
+.image-file[data-v-9dbac350] {
width: 218px;
object-fit: scale-down;
}
-.video-file[data-v-2d3153b3] {
+.video-file[data-v-9dbac350] {
width: 408px;
}
-.file-render[data-v-2d3153b3] {
+.file-render[data-v-9dbac350] {
width: 100%;
}
-.file-info[data-v-2d3153b3] {
+.file-info[data-v-9dbac350] {
flex: 1;
min-width: 0;
}
-.file-info.videoHandler[data-v-2d3153b3] {
+.file-info.videoHandler[data-v-9dbac350] {
display: flex;
flex-direction: column;
justify-content: center;
}
-.file-info.videoHandler .fileName[data-v-2d3153b3] {
+.file-info.videoHandler .fileName[data-v-9dbac350] {
font-size: 18px;
color: #333333;
margin-bottom: 19px;
}
-.file-info.videoHandler .fileInfo[data-v-2d3153b3] {
+.file-info.videoHandler .fileInfo[data-v-9dbac350] {
font-size: 14px;
color: #666666;
margin-bottom: 19px;
}
/*# sourceMappingURL=index.vue.map */
-.audio .audio-icon[data-v-1fe2904e] {
+.audio .audio-icon[data-v-171f954a] {
width: 36px;
height: 36px;
margin-right: 20px;
}
-.audio .audio-icon img[data-v-1fe2904e] {
+.audio .audio-icon img[data-v-171f954a] {
width: 100%;
height: 100%;
display: block;
}
-.audio .audio-controls[data-v-1fe2904e] {
+.audio .audio-controls[data-v-171f954a] {
width: 100%;
max-width: 200px;
flex: 1;
height: 36px;
}
-.audio .audio-controls .audio-controls--progress[data-v-1fe2904e], .audio .audio-controls .audio-controls--handler[data-v-1fe2904e] {
+.audio .audio-controls .audio-controls--progress[data-v-171f954a], .audio .audio-controls .audio-controls--handler[data-v-171f954a] {
width: 100%;
}
-.audio .audio-controls .audio-controls--handler[data-v-1fe2904e] {
+.audio .audio-controls .audio-controls--handler[data-v-171f954a] {
line-height: 1;
}
-.audio .audio-controls .audio-controls--handler .play[data-v-1fe2904e] {
+.audio .audio-controls .audio-controls--handler .play[data-v-171f954a] {
font-size: 24px;
}
-.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-1fe2904e] {
+.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-171f954a] {
width: 22px;
height: 22px;
display: block;
cursor: pointer;
}
-.audio .audio-controls .audio-controls--handler .current-time[data-v-1fe2904e], .audio .audio-controls .audio-controls--handler .total-time[data-v-1fe2904e] {
+.audio .audio-controls .audio-controls--handler .current-time[data-v-171f954a], .audio .audio-controls .audio-controls--handler .total-time[data-v-171f954a] {
font-size: 12px;
color: #333;
}
-.play-handler.mobile[data-v-1fe2904e] {
+.play-handler.mobile[data-v-171f954a] {
width: 20px;
height: 20px;
}
-.audio-component[data-v-1fe2904e] {
+.audio-component[data-v-171f954a] {
display: none;
}
-[data-v-1fe2904e] .el-slider__runway {
+[data-v-171f954a] .el-slider__runway {
margin: 0 0 4px 0;
background: #e3e3e3;
height: 4px;
}
-[data-v-1fe2904e] .el-slider__bar {
+[data-v-171f954a] .el-slider__bar {
height: 4px;
}
-[data-v-1fe2904e] .el-slider__button {
+[data-v-171f954a] .el-slider__button {
width: 10px;
height: 10px;
}
-[data-v-1fe2904e] .el-slider__button-wrapper {
+[data-v-171f954a] .el-slider__button-wrapper {
top: -15px;
}
/*# sourceMappingURL=audio-play-new.vue.map */
-.audio .audio-icon[data-v-9c5a6694] {
- width: 36px;
- height: 36px;
- margin-right: 20px;
-}
-.audio .audio-icon img[data-v-9c5a6694] {
- width: 100%;
- height: 100%;
- display: block;
-}
-.audio .audio-controls[data-v-9c5a6694] {
- width: 100%;
- max-width: 200px;
- flex: 1;
- height: 36px;
-}
-.audio .audio-controls .audio-controls--progress[data-v-9c5a6694], .audio .audio-controls .audio-controls--handler[data-v-9c5a6694] {
- width: 100%;
-}
-.audio .audio-controls .audio-controls--handler[data-v-9c5a6694] {
- line-height: 1;
-}
-.audio .audio-controls .audio-controls--handler .play[data-v-9c5a6694] {
- font-size: 24px;
-}
-.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-9c5a6694] {
- width: 22px;
- height: 22px;
- display: block;
- cursor: pointer;
-}
-.audio .audio-controls .audio-controls--handler .current-time[data-v-9c5a6694], .audio .audio-controls .audio-controls--handler .total-time[data-v-9c5a6694] {
- font-size: 12px;
- color: #333;
-}
-.play-handler.mobile[data-v-9c5a6694] {
- width: 20px;
- height: 20px;
-}
-.audio-component[data-v-9c5a6694] {
- display: none;
-}
-[data-v-9c5a6694] .el-slider__runway {
- margin: 0 0 4px 0;
- background: #e3e3e3;
- height: 4px;
-}
-[data-v-9c5a6694] .el-slider__bar {
- height: 4px;
-}
-[data-v-9c5a6694] .el-slider__button {
- width: 10px;
- height: 10px;
-}
-[data-v-9c5a6694] .el-slider__button-wrapper {
- top: -15px;
-}
-
-/*# sourceMappingURL=audio-play-new.vue.map */
-[data-v-ac616226] .el-dialog__header {
+[data-v-c29405b0] .el-dialog__header {
padding: 10px;
}
-.video-content[data-v-ac616226] {
+.video-content[data-v-c29405b0] {
width: 180px;
height: 135px;
border-radius: 6px;
overflow: hidden;
position: relative;
}
-.video-content .play[data-v-ac616226] {
+.video-content .play[data-v-c29405b0] {
position: absolute;
left: 50%;
top: 50%;
cursor: pointer;
transform: translateX(-50%) translateY(-50%);
}
-.video-mask[data-v-ac616226] {
+.video-mask[data-v-c29405b0] {
position: absolute;
left: 0;
top: 0;
@@ -4039,36 +4214,36 @@ span{
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
-.video-mask img[data-v-ac616226] {
+.video-mask img[data-v-c29405b0] {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50% -50%);
display: block;
}
-.video-player[data-v-ac616226] {
+.video-player[data-v-c29405b0] {
width: 100%;
}
/*# sourceMappingURL=video-play.vue.map */
-[data-v-aec120a0] .el-dialog__header {
+[data-v-f34974aa] .el-dialog__header {
padding: 10px;
}
-.video-content[data-v-aec120a0] {
+.video-content[data-v-f34974aa] {
width: 180px;
height: 135px;
border-radius: 6px;
overflow: hidden;
position: relative;
}
-.video-content .play[data-v-aec120a0] {
+.video-content .play[data-v-f34974aa] {
position: absolute;
left: 50%;
top: 50%;
cursor: pointer;
transform: translateX(-50%) translateY(-50%);
}
-.video-mask[data-v-aec120a0] {
+.video-mask[data-v-f34974aa] {
position: absolute;
left: 0;
top: 0;
@@ -4076,15 +4251,74 @@ span{
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
-.video-mask img[data-v-aec120a0] {
+.video-mask img[data-v-f34974aa] {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50% -50%);
display: block;
}
-.video-player[data-v-aec120a0] {
+.video-player[data-v-f34974aa] {
width: 100%;
}
-/*# sourceMappingURL=video-play.vue.map */
\ No newline at end of file
+/*# sourceMappingURL=video-play.vue.map */
+.audio .audio-icon[data-v-a7067f84] {
+ width: 36px;
+ height: 36px;
+ margin-right: 20px;
+}
+.audio .audio-icon img[data-v-a7067f84] {
+ width: 100%;
+ height: 100%;
+ display: block;
+}
+.audio .audio-controls[data-v-a7067f84] {
+ width: 100%;
+ max-width: 200px;
+ flex: 1;
+ height: 36px;
+}
+.audio .audio-controls .audio-controls--progress[data-v-a7067f84], .audio .audio-controls .audio-controls--handler[data-v-a7067f84] {
+ width: 100%;
+}
+.audio .audio-controls .audio-controls--handler[data-v-a7067f84] {
+ line-height: 1;
+}
+.audio .audio-controls .audio-controls--handler .play[data-v-a7067f84] {
+ font-size: 24px;
+}
+.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-a7067f84] {
+ width: 22px;
+ height: 22px;
+ display: block;
+ cursor: pointer;
+}
+.audio .audio-controls .audio-controls--handler .current-time[data-v-a7067f84], .audio .audio-controls .audio-controls--handler .total-time[data-v-a7067f84] {
+ font-size: 12px;
+ color: #333;
+}
+.play-handler.mobile[data-v-a7067f84] {
+ width: 20px;
+ height: 20px;
+}
+.audio-component[data-v-a7067f84] {
+ display: none;
+}
+[data-v-a7067f84] .el-slider__runway {
+ margin: 0 0 4px 0;
+ background: #e3e3e3;
+ height: 4px;
+}
+[data-v-a7067f84] .el-slider__bar {
+ height: 4px;
+}
+[data-v-a7067f84] .el-slider__button {
+ width: 10px;
+ height: 10px;
+}
+[data-v-a7067f84] .el-slider__button-wrapper {
+ top: -15px;
+}
+
+/*# sourceMappingURL=audio-play-new.vue.map */
\ No newline at end of file
diff --git a/src/plugin/xml-digital-teaching/lib/index.js b/src/plugin/xml-digital-teaching/lib/index.js
index 99c7cbe..9da94a7 100644
--- a/src/plugin/xml-digital-teaching/lib/index.js
+++ b/src/plugin/xml-digital-teaching/lib/index.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 GMT+0800 (中国标准时间) smile
* Released under the ISC License.
*/
import crypto from 'crypto';
@@ -385,7 +385,6 @@ const formatTextBook = data => {
firstLevelChapterId: '',
locationChapterId: '',
locationLabel: '',
- injectStyle: '',
readableChapters: [],
textBookResource: {
imageList: [],
@@ -468,16 +467,6 @@ function formattedData(chapterId, resolve) {
data: {}
}];
}
- let moduleAttribute = _that.looseLeafData[chapterId].moduleAttributeInfo || '[]';
- if (JSON.parse(moduleAttribute)?.length) {
- JSON.parse(moduleAttribute).forEach(module => {
- if (module.type === 'component' && module.target === 'xml-single-text-group') {
- if (module.data?.injectStyle) {
- _that.injectStyle += module.data.injectStyle;
- }
- }
- });
- }
} else {
list = [{
componentsName: 'xml-single-placeholder-group',
@@ -881,8 +870,7 @@ function formattedData(chapterId, resolve) {
componentList: _that.componentList,
textBookResource: _that.textBookResource,
readableChapters: _that.readableChapters,
- componentTotal: _that.componentTotal,
- injectStyle: _that.injectStyle
+ componentTotal: _that.componentTotal
});
}
}
@@ -1207,6 +1195,2206 @@ function findParent(node, filterFn, includeSelf = false) {
return null;
}
+/**
+ * Custom positioning reference element.
+ * @see https://floating-ui.com/docs/virtual-elements
+ */
+
+const sides = ['top', 'right', 'bottom', 'left'];
+const alignments = ['start', 'end'];
+const placements$2 = /*#__PURE__*/sides.reduce((acc, side) => acc.concat(side, side + "-" + alignments[0], side + "-" + alignments[1]), []);
+const min$6 = Math.min;
+const max$7 = Math.max;
+const round$8 = Math.round;
+const createCoords = v => ({
+ x: v,
+ y: v
+});
+const oppositeSideMap = {
+ left: 'right',
+ right: 'left',
+ bottom: 'top',
+ top: 'bottom'
+};
+const oppositeAlignmentMap = {
+ start: 'end',
+ end: 'start'
+};
+function clamp$4(start, value, end) {
+ return max$7(start, min$6(value, end));
+}
+function evaluate(value, param) {
+ return typeof value === 'function' ? value(param) : value;
+}
+function getSide(placement) {
+ return placement.split('-')[0];
+}
+function getAlignment(placement) {
+ return placement.split('-')[1];
+}
+function getOppositeAxis(axis) {
+ return axis === 'x' ? 'y' : 'x';
+}
+function getAxisLength(axis) {
+ return axis === 'y' ? 'height' : 'width';
+}
+function getSideAxis(placement) {
+ return ['top', 'bottom'].includes(getSide(placement)) ? 'y' : 'x';
+}
+function getAlignmentAxis(placement) {
+ return getOppositeAxis(getSideAxis(placement));
+}
+function getAlignmentSides(placement, rects, rtl) {
+ if (rtl === void 0) {
+ rtl = false;
+ }
+ const alignment = getAlignment(placement);
+ const alignmentAxis = getAlignmentAxis(placement);
+ const length = getAxisLength(alignmentAxis);
+ let mainAlignmentSide = alignmentAxis === 'x' ? alignment === (rtl ? 'end' : 'start') ? 'right' : 'left' : alignment === 'start' ? 'bottom' : 'top';
+ if (rects.reference[length] > rects.floating[length]) {
+ mainAlignmentSide = getOppositePlacement$1(mainAlignmentSide);
+ }
+ return [mainAlignmentSide, getOppositePlacement$1(mainAlignmentSide)];
+}
+function getExpandedPlacements(placement) {
+ const oppositePlacement = getOppositePlacement$1(placement);
+ return [getOppositeAlignmentPlacement(placement), oppositePlacement, getOppositeAlignmentPlacement(oppositePlacement)];
+}
+function getOppositeAlignmentPlacement(placement) {
+ return placement.replace(/start|end/g, alignment => oppositeAlignmentMap[alignment]);
+}
+function getSideList(side, isStart, rtl) {
+ const lr = ['left', 'right'];
+ const rl = ['right', 'left'];
+ const tb = ['top', 'bottom'];
+ const bt = ['bottom', 'top'];
+ switch (side) {
+ case 'top':
+ case 'bottom':
+ if (rtl) return isStart ? rl : lr;
+ return isStart ? lr : rl;
+ case 'left':
+ case 'right':
+ return isStart ? tb : bt;
+ default:
+ return [];
+ }
+}
+function getOppositeAxisPlacements(placement, flipAlignment, direction, rtl) {
+ const alignment = getAlignment(placement);
+ let list = getSideList(getSide(placement), direction === 'start', rtl);
+ if (alignment) {
+ list = list.map(side => side + "-" + alignment);
+ if (flipAlignment) {
+ list = list.concat(list.map(getOppositeAlignmentPlacement));
+ }
+ }
+ return list;
+}
+function getOppositePlacement$1(placement) {
+ return placement.replace(/left|right|bottom|top/g, side => oppositeSideMap[side]);
+}
+function expandPaddingObject(padding) {
+ return {
+ top: 0,
+ right: 0,
+ bottom: 0,
+ left: 0,
+ ...padding
+ };
+}
+function getPaddingObject(padding) {
+ return typeof padding !== 'number' ? expandPaddingObject(padding) : {
+ top: padding,
+ right: padding,
+ bottom: padding,
+ left: padding
+ };
+}
+function rectToClientRect$1(rect) {
+ const {
+ x,
+ y,
+ width,
+ height
+ } = rect;
+ return {
+ width,
+ height,
+ top: y,
+ left: x,
+ right: x + width,
+ bottom: y + height,
+ x,
+ y
+ };
+}
+
+function computeCoordsFromPlacement(_ref, placement, rtl) {
+ let {
+ reference,
+ floating
+ } = _ref;
+ const sideAxis = getSideAxis(placement);
+ const alignmentAxis = getAlignmentAxis(placement);
+ const alignLength = getAxisLength(alignmentAxis);
+ const side = getSide(placement);
+ const isVertical = sideAxis === 'y';
+ const commonX = reference.x + reference.width / 2 - floating.width / 2;
+ const commonY = reference.y + reference.height / 2 - floating.height / 2;
+ const commonAlign = reference[alignLength] / 2 - floating[alignLength] / 2;
+ let coords;
+ switch (side) {
+ case 'top':
+ coords = {
+ x: commonX,
+ y: reference.y - floating.height
+ };
+ break;
+ case 'bottom':
+ coords = {
+ x: commonX,
+ y: reference.y + reference.height
+ };
+ break;
+ case 'right':
+ coords = {
+ x: reference.x + reference.width,
+ y: commonY
+ };
+ break;
+ case 'left':
+ coords = {
+ x: reference.x - floating.width,
+ y: commonY
+ };
+ break;
+ default:
+ coords = {
+ x: reference.x,
+ y: reference.y
+ };
+ }
+ switch (getAlignment(placement)) {
+ case 'start':
+ coords[alignmentAxis] -= commonAlign * (rtl && isVertical ? -1 : 1);
+ break;
+ case 'end':
+ coords[alignmentAxis] += commonAlign * (rtl && isVertical ? -1 : 1);
+ break;
+ }
+ return coords;
+}
+
+/**
+ * Computes the `x` and `y` coordinates that will place the floating element
+ * next to a given reference element.
+ *
+ * This export does not have any `platform` interface logic. You will need to
+ * write one for the platform you are using Floating UI with.
+ */
+const computePosition$1 = async (reference, floating, config) => {
+ const {
+ placement = 'bottom',
+ strategy = 'absolute',
+ middleware = [],
+ platform
+ } = config;
+ const validMiddleware = middleware.filter(Boolean);
+ const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(floating));
+ let rects = await platform.getElementRects({
+ reference,
+ floating,
+ strategy
+ });
+ let {
+ x,
+ y
+ } = computeCoordsFromPlacement(rects, placement, rtl);
+ let statefulPlacement = placement;
+ let middlewareData = {};
+ let resetCount = 0;
+ for (let i = 0; i < validMiddleware.length; i++) {
+ const {
+ name,
+ fn
+ } = validMiddleware[i];
+ const {
+ x: nextX,
+ y: nextY,
+ data,
+ reset
+ } = await fn({
+ x,
+ y,
+ initialPlacement: placement,
+ placement: statefulPlacement,
+ strategy,
+ middlewareData,
+ rects,
+ platform,
+ elements: {
+ reference,
+ floating
+ }
+ });
+ x = nextX != null ? nextX : x;
+ y = nextY != null ? nextY : y;
+ middlewareData = {
+ ...middlewareData,
+ [name]: {
+ ...middlewareData[name],
+ ...data
+ }
+ };
+ if (reset && resetCount <= 50) {
+ resetCount++;
+ if (typeof reset === 'object') {
+ if (reset.placement) {
+ statefulPlacement = reset.placement;
+ }
+ if (reset.rects) {
+ rects = reset.rects === true ? await platform.getElementRects({
+ reference,
+ floating,
+ strategy
+ }) : reset.rects;
+ }
+ ({
+ x,
+ y
+ } = computeCoordsFromPlacement(rects, statefulPlacement, rtl));
+ }
+ i = -1;
+ }
+ }
+ return {
+ x,
+ y,
+ placement: statefulPlacement,
+ strategy,
+ middlewareData
+ };
+};
+
+/**
+ * Resolves with an object of overflow side offsets that determine how much the
+ * element is overflowing a given clipping boundary on each side.
+ * - positive = overflowing the boundary by that number of pixels
+ * - negative = how many pixels left before it will overflow
+ * - 0 = lies flush with the boundary
+ * @see https://floating-ui.com/docs/detectOverflow
+ */
+async function detectOverflow$1(state, options) {
+ var _await$platform$isEle;
+ if (options === void 0) {
+ options = {};
+ }
+ const {
+ x,
+ y,
+ platform,
+ rects,
+ elements,
+ strategy
+ } = state;
+ const {
+ boundary = 'clippingAncestors',
+ rootBoundary = 'viewport',
+ elementContext = 'floating',
+ altBoundary = false,
+ padding = 0
+ } = evaluate(options, state);
+ const paddingObject = getPaddingObject(padding);
+ const altContext = elementContext === 'floating' ? 'reference' : 'floating';
+ const element = elements[altBoundary ? altContext : elementContext];
+ const clippingClientRect = rectToClientRect$1(await platform.getClippingRect({
+ element: ((_await$platform$isEle = await (platform.isElement == null ? void 0 : platform.isElement(element))) != null ? _await$platform$isEle : true) ? element : element.contextElement || (await (platform.getDocumentElement == null ? void 0 : platform.getDocumentElement(elements.floating))),
+ boundary,
+ rootBoundary,
+ strategy
+ }));
+ const rect = elementContext === 'floating' ? {
+ x,
+ y,
+ width: rects.floating.width,
+ height: rects.floating.height
+ } : rects.reference;
+ const offsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(elements.floating));
+ const offsetScale = (await (platform.isElement == null ? void 0 : platform.isElement(offsetParent))) ? (await (platform.getScale == null ? void 0 : platform.getScale(offsetParent))) || {
+ x: 1,
+ y: 1
+ } : {
+ x: 1,
+ y: 1
+ };
+ const elementClientRect = rectToClientRect$1(platform.convertOffsetParentRelativeRectToViewportRelativeRect ? await platform.convertOffsetParentRelativeRectToViewportRelativeRect({
+ elements,
+ rect,
+ offsetParent,
+ strategy
+ }) : rect);
+ return {
+ top: (clippingClientRect.top - elementClientRect.top + paddingObject.top) / offsetScale.y,
+ bottom: (elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom) / offsetScale.y,
+ left: (clippingClientRect.left - elementClientRect.left + paddingObject.left) / offsetScale.x,
+ right: (elementClientRect.right - clippingClientRect.right + paddingObject.right) / offsetScale.x
+ };
+}
+
+/**
+ * Provides data to position an inner element of the floating element so that it
+ * appears centered to the reference element.
+ * @see https://floating-ui.com/docs/arrow
+ */
+const arrow$3 = options => ({
+ name: 'arrow',
+ options,
+ async fn(state) {
+ const {
+ x,
+ y,
+ placement,
+ rects,
+ platform,
+ elements,
+ middlewareData
+ } = state;
+ // Since `element` is required, we don't Partial<> the type.
+ const {
+ element,
+ padding = 0
+ } = evaluate(options, state) || {};
+ if (element == null) {
+ return {};
+ }
+ const paddingObject = getPaddingObject(padding);
+ const coords = {
+ x,
+ y
+ };
+ const axis = getAlignmentAxis(placement);
+ const length = getAxisLength(axis);
+ const arrowDimensions = await platform.getDimensions(element);
+ const isYAxis = axis === 'y';
+ const minProp = isYAxis ? 'top' : 'left';
+ const maxProp = isYAxis ? 'bottom' : 'right';
+ const clientProp = isYAxis ? 'clientHeight' : 'clientWidth';
+ const endDiff = rects.reference[length] + rects.reference[axis] - coords[axis] - rects.floating[length];
+ const startDiff = coords[axis] - rects.reference[axis];
+ const arrowOffsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(element));
+ let clientSize = arrowOffsetParent ? arrowOffsetParent[clientProp] : 0;
+
+ // DOM platform can return `window` as the `offsetParent`.
+ if (!clientSize || !(await (platform.isElement == null ? void 0 : platform.isElement(arrowOffsetParent)))) {
+ clientSize = elements.floating[clientProp] || rects.floating[length];
+ }
+ const centerToReference = endDiff / 2 - startDiff / 2;
+
+ // If the padding is large enough that it causes the arrow to no longer be
+ // centered, modify the padding so that it is centered.
+ const largestPossiblePadding = clientSize / 2 - arrowDimensions[length] / 2 - 1;
+ const minPadding = min$6(paddingObject[minProp], largestPossiblePadding);
+ const maxPadding = min$6(paddingObject[maxProp], largestPossiblePadding);
+
+ // Make sure the arrow doesn't overflow the floating element if the center
+ // point is outside the floating element's bounds.
+ const min$1 = minPadding;
+ const max = clientSize - arrowDimensions[length] - maxPadding;
+ const center = clientSize / 2 - arrowDimensions[length] / 2 + centerToReference;
+ const offset = clamp$4(min$1, center, max);
+
+ // If the reference is small enough that the arrow's padding causes it to
+ // to point to nothing for an aligned placement, adjust the offset of the
+ // floating element itself. To ensure `shift()` continues to take action,
+ // a single reset is performed when this is true.
+ const shouldAddOffset = !middlewareData.arrow && getAlignment(placement) != null && center !== offset && rects.reference[length] / 2 - (center < min$1 ? minPadding : maxPadding) - arrowDimensions[length] / 2 < 0;
+ const alignmentOffset = shouldAddOffset ? center < min$1 ? center - min$1 : center - max : 0;
+ return {
+ [axis]: coords[axis] + alignmentOffset,
+ data: {
+ [axis]: offset,
+ centerOffset: center - offset - alignmentOffset,
+ ...(shouldAddOffset && {
+ alignmentOffset
+ })
+ },
+ reset: shouldAddOffset
+ };
+ }
+});
+function getPlacementList(alignment, autoAlignment, allowedPlacements) {
+ const allowedPlacementsSortedByAlignment = alignment ? [...allowedPlacements.filter(placement => getAlignment(placement) === alignment), ...allowedPlacements.filter(placement => getAlignment(placement) !== alignment)] : allowedPlacements.filter(placement => getSide(placement) === placement);
+ return allowedPlacementsSortedByAlignment.filter(placement => {
+ if (alignment) {
+ return getAlignment(placement) === alignment || (autoAlignment ? getOppositeAlignmentPlacement(placement) !== placement : false);
+ }
+ return true;
+ });
+}
+/**
+ * Optimizes the visibility of the floating element by choosing the placement
+ * that has the most space available automatically, without needing to specify a
+ * preferred placement. Alternative to `flip`.
+ * @see https://floating-ui.com/docs/autoPlacement
+ */
+const autoPlacement$1 = function (options) {
+ if (options === void 0) {
+ options = {};
+ }
+ return {
+ name: 'autoPlacement',
+ options,
+ async fn(state) {
+ var _middlewareData$autoP, _middlewareData$autoP2, _placementsThatFitOnE;
+ const {
+ rects,
+ middlewareData,
+ placement,
+ platform,
+ elements
+ } = state;
+ const {
+ crossAxis = false,
+ alignment,
+ allowedPlacements = placements$2,
+ autoAlignment = true,
+ ...detectOverflowOptions
+ } = evaluate(options, state);
+ const placements$1 = alignment !== undefined || allowedPlacements === placements$2 ? getPlacementList(alignment || null, autoAlignment, allowedPlacements) : allowedPlacements;
+ const overflow = await detectOverflow$1(state, detectOverflowOptions);
+ const currentIndex = ((_middlewareData$autoP = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP.index) || 0;
+ const currentPlacement = placements$1[currentIndex];
+ if (currentPlacement == null) {
+ return {};
+ }
+ const alignmentSides = getAlignmentSides(currentPlacement, rects, await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating)));
+
+ // Make `computeCoords` start from the right place.
+ if (placement !== currentPlacement) {
+ return {
+ reset: {
+ placement: placements$1[0]
+ }
+ };
+ }
+ const currentOverflows = [overflow[getSide(currentPlacement)], overflow[alignmentSides[0]], overflow[alignmentSides[1]]];
+ const allOverflows = [...(((_middlewareData$autoP2 = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP2.overflows) || []), {
+ placement: currentPlacement,
+ overflows: currentOverflows
+ }];
+ const nextPlacement = placements$1[currentIndex + 1];
+
+ // There are more placements to check.
+ if (nextPlacement) {
+ return {
+ data: {
+ index: currentIndex + 1,
+ overflows: allOverflows
+ },
+ reset: {
+ placement: nextPlacement
+ }
+ };
+ }
+ const placementsSortedByMostSpace = allOverflows.map(d => {
+ const alignment = getAlignment(d.placement);
+ return [d.placement, alignment && crossAxis ?
+ // Check along the mainAxis and main crossAxis side.
+ d.overflows.slice(0, 2).reduce((acc, v) => acc + v, 0) :
+ // Check only the mainAxis.
+ d.overflows[0], d.overflows];
+ }).sort((a, b) => a[1] - b[1]);
+ const placementsThatFitOnEachSide = placementsSortedByMostSpace.filter(d => d[2].slice(0,
+ // Aligned placements should not check their opposite crossAxis
+ // side.
+ getAlignment(d[0]) ? 2 : 3).every(v => v <= 0));
+ const resetPlacement = ((_placementsThatFitOnE = placementsThatFitOnEachSide[0]) == null ? void 0 : _placementsThatFitOnE[0]) || placementsSortedByMostSpace[0][0];
+ if (resetPlacement !== placement) {
+ return {
+ data: {
+ index: currentIndex + 1,
+ overflows: allOverflows
+ },
+ reset: {
+ placement: resetPlacement
+ }
+ };
+ }
+ return {};
+ }
+ };
+};
+
+/**
+ * Optimizes the visibility of the floating element by flipping the `placement`
+ * in order to keep it in view when the preferred placement(s) will overflow the
+ * clipping boundary. Alternative to `autoPlacement`.
+ * @see https://floating-ui.com/docs/flip
+ */
+const flip$3 = function (options) {
+ if (options === void 0) {
+ options = {};
+ }
+ return {
+ name: 'flip',
+ options,
+ async fn(state) {
+ var _middlewareData$arrow, _middlewareData$flip;
+ const {
+ placement,
+ middlewareData,
+ rects,
+ initialPlacement,
+ platform,
+ elements
+ } = state;
+ const {
+ mainAxis: checkMainAxis = true,
+ crossAxis: checkCrossAxis = true,
+ fallbackPlacements: specifiedFallbackPlacements,
+ fallbackStrategy = 'bestFit',
+ fallbackAxisSideDirection = 'none',
+ flipAlignment = true,
+ ...detectOverflowOptions
+ } = evaluate(options, state);
+
+ // If a reset by the arrow was caused due to an alignment offset being
+ // added, we should skip any logic now since `flip()` has already done its
+ // work.
+ // https://github.com/floating-ui/floating-ui/issues/2549#issuecomment-1719601643
+ if ((_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {
+ return {};
+ }
+ const side = getSide(placement);
+ const initialSideAxis = getSideAxis(initialPlacement);
+ const isBasePlacement = getSide(initialPlacement) === initialPlacement;
+ const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));
+ const fallbackPlacements = specifiedFallbackPlacements || (isBasePlacement || !flipAlignment ? [getOppositePlacement$1(initialPlacement)] : getExpandedPlacements(initialPlacement));
+ const hasFallbackAxisSideDirection = fallbackAxisSideDirection !== 'none';
+ if (!specifiedFallbackPlacements && hasFallbackAxisSideDirection) {
+ fallbackPlacements.push(...getOppositeAxisPlacements(initialPlacement, flipAlignment, fallbackAxisSideDirection, rtl));
+ }
+ const placements = [initialPlacement, ...fallbackPlacements];
+ const overflow = await detectOverflow$1(state, detectOverflowOptions);
+ const overflows = [];
+ let overflowsData = ((_middlewareData$flip = middlewareData.flip) == null ? void 0 : _middlewareData$flip.overflows) || [];
+ if (checkMainAxis) {
+ overflows.push(overflow[side]);
+ }
+ if (checkCrossAxis) {
+ const sides = getAlignmentSides(placement, rects, rtl);
+ overflows.push(overflow[sides[0]], overflow[sides[1]]);
+ }
+ overflowsData = [...overflowsData, {
+ placement,
+ overflows
+ }];
+
+ // One or more sides is overflowing.
+ if (!overflows.every(side => side <= 0)) {
+ var _middlewareData$flip2, _overflowsData$filter;
+ const nextIndex = (((_middlewareData$flip2 = middlewareData.flip) == null ? void 0 : _middlewareData$flip2.index) || 0) + 1;
+ const nextPlacement = placements[nextIndex];
+ if (nextPlacement) {
+ // Try next placement and re-run the lifecycle.
+ return {
+ data: {
+ index: nextIndex,
+ overflows: overflowsData
+ },
+ reset: {
+ placement: nextPlacement
+ }
+ };
+ }
+
+ // First, find the candidates that fit on the mainAxis side of overflow,
+ // then find the placement that fits the best on the main crossAxis side.
+ let resetPlacement = (_overflowsData$filter = overflowsData.filter(d => d.overflows[0] <= 0).sort((a, b) => a.overflows[1] - b.overflows[1])[0]) == null ? void 0 : _overflowsData$filter.placement;
+
+ // Otherwise fallback.
+ if (!resetPlacement) {
+ switch (fallbackStrategy) {
+ case 'bestFit':
+ {
+ var _overflowsData$filter2;
+ const placement = (_overflowsData$filter2 = overflowsData.filter(d => {
+ if (hasFallbackAxisSideDirection) {
+ const currentSideAxis = getSideAxis(d.placement);
+ return currentSideAxis === initialSideAxis ||
+ // Create a bias to the `y` side axis due to horizontal
+ // reading directions favoring greater width.
+ currentSideAxis === 'y';
+ }
+ return true;
+ }).map(d => [d.placement, d.overflows.filter(overflow => overflow > 0).reduce((acc, overflow) => acc + overflow, 0)]).sort((a, b) => a[1] - b[1])[0]) == null ? void 0 : _overflowsData$filter2[0];
+ if (placement) {
+ resetPlacement = placement;
+ }
+ break;
+ }
+ case 'initialPlacement':
+ resetPlacement = initialPlacement;
+ break;
+ }
+ }
+ if (placement !== resetPlacement) {
+ return {
+ reset: {
+ placement: resetPlacement
+ }
+ };
+ }
+ }
+ return {};
+ }
+ };
+};
+function getSideOffsets$1(overflow, rect) {
+ return {
+ top: overflow.top - rect.height,
+ right: overflow.right - rect.width,
+ bottom: overflow.bottom - rect.height,
+ left: overflow.left - rect.width
+ };
+}
+function isAnySideFullyClipped$1(overflow) {
+ return sides.some(side => overflow[side] >= 0);
+}
+/**
+ * Provides data to hide the floating element in applicable situations, such as
+ * when it is not in the same clipping context as the reference element.
+ * @see https://floating-ui.com/docs/hide
+ */
+const hide$2 = function (options) {
+ if (options === void 0) {
+ options = {};
+ }
+ return {
+ name: 'hide',
+ options,
+ async fn(state) {
+ const {
+ rects
+ } = state;
+ const {
+ strategy = 'referenceHidden',
+ ...detectOverflowOptions
+ } = evaluate(options, state);
+ switch (strategy) {
+ case 'referenceHidden':
+ {
+ const overflow = await detectOverflow$1(state, {
+ ...detectOverflowOptions,
+ elementContext: 'reference'
+ });
+ const offsets = getSideOffsets$1(overflow, rects.reference);
+ return {
+ data: {
+ referenceHiddenOffsets: offsets,
+ referenceHidden: isAnySideFullyClipped$1(offsets)
+ }
+ };
+ }
+ case 'escaped':
+ {
+ const overflow = await detectOverflow$1(state, {
+ ...detectOverflowOptions,
+ altBoundary: true
+ });
+ const offsets = getSideOffsets$1(overflow, rects.floating);
+ return {
+ data: {
+ escapedOffsets: offsets,
+ escaped: isAnySideFullyClipped$1(offsets)
+ }
+ };
+ }
+ default:
+ {
+ return {};
+ }
+ }
+ }
+ };
+};
+function getBoundingRect$1(rects) {
+ const minX = min$6(...rects.map(rect => rect.left));
+ const minY = min$6(...rects.map(rect => rect.top));
+ const maxX = max$7(...rects.map(rect => rect.right));
+ const maxY = max$7(...rects.map(rect => rect.bottom));
+ return {
+ x: minX,
+ y: minY,
+ width: maxX - minX,
+ height: maxY - minY
+ };
+}
+function getRectsByLine(rects) {
+ const sortedRects = rects.slice().sort((a, b) => a.y - b.y);
+ const groups = [];
+ let prevRect = null;
+ for (let i = 0; i < sortedRects.length; i++) {
+ const rect = sortedRects[i];
+ if (!prevRect || rect.y - prevRect.y > prevRect.height / 2) {
+ groups.push([rect]);
+ } else {
+ groups[groups.length - 1].push(rect);
+ }
+ prevRect = rect;
+ }
+ return groups.map(rect => rectToClientRect$1(getBoundingRect$1(rect)));
+}
+/**
+ * Provides improved positioning for inline reference elements that can span
+ * over multiple lines, such as hyperlinks or range selections.
+ * @see https://floating-ui.com/docs/inline
+ */
+const inline = function (options) {
+ if (options === void 0) {
+ options = {};
+ }
+ return {
+ name: 'inline',
+ options,
+ async fn(state) {
+ const {
+ placement,
+ elements,
+ rects,
+ platform,
+ strategy
+ } = state;
+ // A MouseEvent's client{X,Y} coords can be up to 2 pixels off a
+ // ClientRect's bounds, despite the event listener being triggered. A
+ // padding of 2 seems to handle this issue.
+ const {
+ padding = 2,
+ x,
+ y
+ } = evaluate(options, state);
+ const nativeClientRects = Array.from((await (platform.getClientRects == null ? void 0 : platform.getClientRects(elements.reference))) || []);
+ const clientRects = getRectsByLine(nativeClientRects);
+ const fallback = rectToClientRect$1(getBoundingRect$1(nativeClientRects));
+ const paddingObject = getPaddingObject(padding);
+ function getBoundingClientRect() {
+ // There are two rects and they are disjoined.
+ if (clientRects.length === 2 && clientRects[0].left > clientRects[1].right && x != null && y != null) {
+ // Find the first rect in which the point is fully inside.
+ return clientRects.find(rect => x > rect.left - paddingObject.left && x < rect.right + paddingObject.right && y > rect.top - paddingObject.top && y < rect.bottom + paddingObject.bottom) || fallback;
+ }
+
+ // There are 2 or more connected rects.
+ if (clientRects.length >= 2) {
+ if (getSideAxis(placement) === 'y') {
+ const firstRect = clientRects[0];
+ const lastRect = clientRects[clientRects.length - 1];
+ const isTop = getSide(placement) === 'top';
+ const top = firstRect.top;
+ const bottom = lastRect.bottom;
+ const left = isTop ? firstRect.left : lastRect.left;
+ const right = isTop ? firstRect.right : lastRect.right;
+ const width = right - left;
+ const height = bottom - top;
+ return {
+ top,
+ bottom,
+ left,
+ right,
+ width,
+ height,
+ x: left,
+ y: top
+ };
+ }
+ const isLeftSide = getSide(placement) === 'left';
+ const maxRight = max$7(...clientRects.map(rect => rect.right));
+ const minLeft = min$6(...clientRects.map(rect => rect.left));
+ const measureRects = clientRects.filter(rect => isLeftSide ? rect.left === minLeft : rect.right === maxRight);
+ const top = measureRects[0].top;
+ const bottom = measureRects[measureRects.length - 1].bottom;
+ const left = minLeft;
+ const right = maxRight;
+ const width = right - left;
+ const height = bottom - top;
+ return {
+ top,
+ bottom,
+ left,
+ right,
+ width,
+ height,
+ x: left,
+ y: top
+ };
+ }
+ return fallback;
+ }
+ const resetRects = await platform.getElementRects({
+ reference: {
+ getBoundingClientRect
+ },
+ floating: elements.floating,
+ strategy
+ });
+ if (rects.reference.x !== resetRects.reference.x || rects.reference.y !== resetRects.reference.y || rects.reference.width !== resetRects.reference.width || rects.reference.height !== resetRects.reference.height) {
+ return {
+ reset: {
+ rects: resetRects
+ }
+ };
+ }
+ return {};
+ }
+ };
+};
+
+// For type backwards-compatibility, the `OffsetOptions` type was also
+// Derivable.
+
+async function convertValueToCoords(state, options) {
+ const {
+ placement,
+ platform,
+ elements
+ } = state;
+ const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));
+ const side = getSide(placement);
+ const alignment = getAlignment(placement);
+ const isVertical = getSideAxis(placement) === 'y';
+ const mainAxisMulti = ['left', 'top'].includes(side) ? -1 : 1;
+ const crossAxisMulti = rtl && isVertical ? -1 : 1;
+ const rawValue = evaluate(options, state);
+
+ // eslint-disable-next-line prefer-const
+ let {
+ mainAxis,
+ crossAxis,
+ alignmentAxis
+ } = typeof rawValue === 'number' ? {
+ mainAxis: rawValue,
+ crossAxis: 0,
+ alignmentAxis: null
+ } : {
+ mainAxis: rawValue.mainAxis || 0,
+ crossAxis: rawValue.crossAxis || 0,
+ alignmentAxis: rawValue.alignmentAxis
+ };
+ if (alignment && typeof alignmentAxis === 'number') {
+ crossAxis = alignment === 'end' ? alignmentAxis * -1 : alignmentAxis;
+ }
+ return isVertical ? {
+ x: crossAxis * crossAxisMulti,
+ y: mainAxis * mainAxisMulti
+ } : {
+ x: mainAxis * mainAxisMulti,
+ y: crossAxis * crossAxisMulti
+ };
+}
+
+/**
+ * Modifies the placement by translating the floating element along the
+ * specified axes.
+ * A number (shorthand for `mainAxis` or distance), or an axes configuration
+ * object may be passed.
+ * @see https://floating-ui.com/docs/offset
+ */
+const offset$4 = function (options) {
+ if (options === void 0) {
+ options = 0;
+ }
+ return {
+ name: 'offset',
+ options,
+ async fn(state) {
+ var _middlewareData$offse, _middlewareData$arrow;
+ const {
+ x,
+ y,
+ placement,
+ middlewareData
+ } = state;
+ const diffCoords = await convertValueToCoords(state, options);
+
+ // If the placement is the same and the arrow caused an alignment offset
+ // then we don't need to change the positioning coordinates.
+ if (placement === ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse.placement) && (_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {
+ return {};
+ }
+ return {
+ x: x + diffCoords.x,
+ y: y + diffCoords.y,
+ data: {
+ ...diffCoords,
+ placement
+ }
+ };
+ }
+ };
+};
+
+/**
+ * Optimizes the visibility of the floating element by shifting it in order to
+ * keep it in view when it will overflow the clipping boundary.
+ * @see https://floating-ui.com/docs/shift
+ */
+const shift$1 = function (options) {
+ if (options === void 0) {
+ options = {};
+ }
+ return {
+ name: 'shift',
+ options,
+ async fn(state) {
+ const {
+ x,
+ y,
+ placement
+ } = state;
+ const {
+ mainAxis: checkMainAxis = true,
+ crossAxis: checkCrossAxis = false,
+ limiter = {
+ fn: _ref => {
+ let {
+ x,
+ y
+ } = _ref;
+ return {
+ x,
+ y
+ };
+ }
+ },
+ ...detectOverflowOptions
+ } = evaluate(options, state);
+ const coords = {
+ x,
+ y
+ };
+ const overflow = await detectOverflow$1(state, detectOverflowOptions);
+ const crossAxis = getSideAxis(getSide(placement));
+ const mainAxis = getOppositeAxis(crossAxis);
+ let mainAxisCoord = coords[mainAxis];
+ let crossAxisCoord = coords[crossAxis];
+ if (checkMainAxis) {
+ const minSide = mainAxis === 'y' ? 'top' : 'left';
+ const maxSide = mainAxis === 'y' ? 'bottom' : 'right';
+ const min = mainAxisCoord + overflow[minSide];
+ const max = mainAxisCoord - overflow[maxSide];
+ mainAxisCoord = clamp$4(min, mainAxisCoord, max);
+ }
+ if (checkCrossAxis) {
+ const minSide = crossAxis === 'y' ? 'top' : 'left';
+ const maxSide = crossAxis === 'y' ? 'bottom' : 'right';
+ const min = crossAxisCoord + overflow[minSide];
+ const max = crossAxisCoord - overflow[maxSide];
+ crossAxisCoord = clamp$4(min, crossAxisCoord, max);
+ }
+ const limitedCoords = limiter.fn({
+ ...state,
+ [mainAxis]: mainAxisCoord,
+ [crossAxis]: crossAxisCoord
+ });
+ return {
+ ...limitedCoords,
+ data: {
+ x: limitedCoords.x - x,
+ y: limitedCoords.y - y,
+ enabled: {
+ [mainAxis]: checkMainAxis,
+ [crossAxis]: checkCrossAxis
+ }
+ }
+ };
+ }
+ };
+};
+/**
+ * Built-in `limiter` that will stop `shift()` at a certain point.
+ */
+const limitShift = function (options) {
+ if (options === void 0) {
+ options = {};
+ }
+ return {
+ options,
+ fn(state) {
+ const {
+ x,
+ y,
+ placement,
+ rects,
+ middlewareData
+ } = state;
+ const {
+ offset = 0,
+ mainAxis: checkMainAxis = true,
+ crossAxis: checkCrossAxis = true
+ } = evaluate(options, state);
+ const coords = {
+ x,
+ y
+ };
+ const crossAxis = getSideAxis(placement);
+ const mainAxis = getOppositeAxis(crossAxis);
+ let mainAxisCoord = coords[mainAxis];
+ let crossAxisCoord = coords[crossAxis];
+ const rawOffset = evaluate(offset, state);
+ const computedOffset = typeof rawOffset === 'number' ? {
+ mainAxis: rawOffset,
+ crossAxis: 0
+ } : {
+ mainAxis: 0,
+ crossAxis: 0,
+ ...rawOffset
+ };
+ if (checkMainAxis) {
+ const len = mainAxis === 'y' ? 'height' : 'width';
+ const limitMin = rects.reference[mainAxis] - rects.floating[len] + computedOffset.mainAxis;
+ const limitMax = rects.reference[mainAxis] + rects.reference[len] - computedOffset.mainAxis;
+ if (mainAxisCoord < limitMin) {
+ mainAxisCoord = limitMin;
+ } else if (mainAxisCoord > limitMax) {
+ mainAxisCoord = limitMax;
+ }
+ }
+ if (checkCrossAxis) {
+ var _middlewareData$offse, _middlewareData$offse2;
+ const len = mainAxis === 'y' ? 'width' : 'height';
+ const isOriginSide = ['top', 'left'].includes(getSide(placement));
+ const limitMin = rects.reference[crossAxis] - rects.floating[len] + (isOriginSide ? ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse[crossAxis]) || 0 : 0) + (isOriginSide ? 0 : computedOffset.crossAxis);
+ const limitMax = rects.reference[crossAxis] + rects.reference[len] + (isOriginSide ? 0 : ((_middlewareData$offse2 = middlewareData.offset) == null ? void 0 : _middlewareData$offse2[crossAxis]) || 0) - (isOriginSide ? computedOffset.crossAxis : 0);
+ if (crossAxisCoord < limitMin) {
+ crossAxisCoord = limitMin;
+ } else if (crossAxisCoord > limitMax) {
+ crossAxisCoord = limitMax;
+ }
+ }
+ return {
+ [mainAxis]: mainAxisCoord,
+ [crossAxis]: crossAxisCoord
+ };
+ }
+ };
+};
+
+/**
+ * Provides data that allows you to change the size of the floating element —
+ * for instance, prevent it from overflowing the clipping boundary or match the
+ * width of the reference element.
+ * @see https://floating-ui.com/docs/size
+ */
+const size = function (options) {
+ if (options === void 0) {
+ options = {};
+ }
+ return {
+ name: 'size',
+ options,
+ async fn(state) {
+ var _state$middlewareData, _state$middlewareData2;
+ const {
+ placement,
+ rects,
+ platform,
+ elements
+ } = state;
+ const {
+ apply = () => {},
+ ...detectOverflowOptions
+ } = evaluate(options, state);
+ const overflow = await detectOverflow$1(state, detectOverflowOptions);
+ const side = getSide(placement);
+ const alignment = getAlignment(placement);
+ const isYAxis = getSideAxis(placement) === 'y';
+ const {
+ width,
+ height
+ } = rects.floating;
+ let heightSide;
+ let widthSide;
+ if (side === 'top' || side === 'bottom') {
+ heightSide = side;
+ widthSide = alignment === ((await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating))) ? 'start' : 'end') ? 'left' : 'right';
+ } else {
+ widthSide = side;
+ heightSide = alignment === 'end' ? 'top' : 'bottom';
+ }
+ const maximumClippingHeight = height - overflow.top - overflow.bottom;
+ const maximumClippingWidth = width - overflow.left - overflow.right;
+ const overflowAvailableHeight = min$6(height - overflow[heightSide], maximumClippingHeight);
+ const overflowAvailableWidth = min$6(width - overflow[widthSide], maximumClippingWidth);
+ const noShift = !state.middlewareData.shift;
+ let availableHeight = overflowAvailableHeight;
+ let availableWidth = overflowAvailableWidth;
+ if ((_state$middlewareData = state.middlewareData.shift) != null && _state$middlewareData.enabled.x) {
+ availableWidth = maximumClippingWidth;
+ }
+ if ((_state$middlewareData2 = state.middlewareData.shift) != null && _state$middlewareData2.enabled.y) {
+ availableHeight = maximumClippingHeight;
+ }
+ if (noShift && !alignment) {
+ const xMin = max$7(overflow.left, 0);
+ const xMax = max$7(overflow.right, 0);
+ const yMin = max$7(overflow.top, 0);
+ const yMax = max$7(overflow.bottom, 0);
+ if (isYAxis) {
+ availableWidth = width - 2 * (xMin !== 0 || xMax !== 0 ? xMin + xMax : max$7(overflow.left, overflow.right));
+ } else {
+ availableHeight = height - 2 * (yMin !== 0 || yMax !== 0 ? yMin + yMax : max$7(overflow.top, overflow.bottom));
+ }
+ }
+ await apply({
+ ...state,
+ availableWidth,
+ availableHeight
+ });
+ const nextDimensions = await platform.getDimensions(elements.floating);
+ if (width !== nextDimensions.width || height !== nextDimensions.height) {
+ return {
+ reset: {
+ rects: true
+ }
+ };
+ }
+ return {};
+ }
+ };
+};
+
+function hasWindow() {
+ return typeof window !== 'undefined';
+}
+function getNodeName$2(node) {
+ if (isNode(node)) {
+ return (node.nodeName || '').toLowerCase();
+ }
+ // Mocked nodes in testing environments may not be instances of Node. By
+ // returning `#document` an infinite loop won't occur.
+ // https://github.com/floating-ui/floating-ui/issues/2317
+ return '#document';
+}
+function getWindow$2(node) {
+ var _node$ownerDocument;
+ return (node == null || (_node$ownerDocument = node.ownerDocument) == null ? void 0 : _node$ownerDocument.defaultView) || window;
+}
+function getDocumentElement$2(node) {
+ var _ref;
+ return (_ref = (isNode(node) ? node.ownerDocument : node.document) || window.document) == null ? void 0 : _ref.documentElement;
+}
+function isNode(value) {
+ if (!hasWindow()) {
+ return false;
+ }
+ return value instanceof Node || value instanceof getWindow$2(value).Node;
+}
+function isElement$4(value) {
+ if (!hasWindow()) {
+ return false;
+ }
+ return value instanceof Element || value instanceof getWindow$2(value).Element;
+}
+function isHTMLElement$3(value) {
+ if (!hasWindow()) {
+ return false;
+ }
+ return value instanceof HTMLElement || value instanceof getWindow$2(value).HTMLElement;
+}
+function isShadowRoot$2(value) {
+ if (!hasWindow() || typeof ShadowRoot === 'undefined') {
+ return false;
+ }
+ return value instanceof ShadowRoot || value instanceof getWindow$2(value).ShadowRoot;
+}
+function isOverflowElement(element) {
+ const {
+ overflow,
+ overflowX,
+ overflowY,
+ display
+ } = getComputedStyle$4(element);
+ return /auto|scroll|overlay|hidden|clip/.test(overflow + overflowY + overflowX) && !['inline', 'contents'].includes(display);
+}
+function isTableElement$2(element) {
+ return ['table', 'td', 'th'].includes(getNodeName$2(element));
+}
+function isTopLayer(element) {
+ return [':popover-open', ':modal'].some(selector => {
+ try {
+ return element.matches(selector);
+ } catch (e) {
+ return false;
+ }
+ });
+}
+function isContainingBlock(elementOrCss) {
+ const webkit = isWebKit();
+ const css = isElement$4(elementOrCss) ? getComputedStyle$4(elementOrCss) : elementOrCss;
+
+ // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block
+ // https://drafts.csswg.org/css-transforms-2/#individual-transforms
+ return ['transform', 'translate', 'scale', 'rotate', 'perspective'].some(value => css[value] ? css[value] !== 'none' : false) || (css.containerType ? css.containerType !== 'normal' : false) || !webkit && (css.backdropFilter ? css.backdropFilter !== 'none' : false) || !webkit && (css.filter ? css.filter !== 'none' : false) || ['transform', 'translate', 'scale', 'rotate', 'perspective', 'filter'].some(value => (css.willChange || '').includes(value)) || ['paint', 'layout', 'strict', 'content'].some(value => (css.contain || '').includes(value));
+}
+function getContainingBlock$2(element) {
+ let currentNode = getParentNode$2(element);
+ while (isHTMLElement$3(currentNode) && !isLastTraversableNode(currentNode)) {
+ if (isContainingBlock(currentNode)) {
+ return currentNode;
+ } else if (isTopLayer(currentNode)) {
+ return null;
+ }
+ currentNode = getParentNode$2(currentNode);
+ }
+ return null;
+}
+function isWebKit() {
+ if (typeof CSS === 'undefined' || !CSS.supports) return false;
+ return CSS.supports('-webkit-backdrop-filter', 'none');
+}
+function isLastTraversableNode(node) {
+ return ['html', 'body', '#document'].includes(getNodeName$2(node));
+}
+function getComputedStyle$4(element) {
+ return getWindow$2(element).getComputedStyle(element);
+}
+function getNodeScroll$2(element) {
+ if (isElement$4(element)) {
+ return {
+ scrollLeft: element.scrollLeft,
+ scrollTop: element.scrollTop
+ };
+ }
+ return {
+ scrollLeft: element.scrollX,
+ scrollTop: element.scrollY
+ };
+}
+function getParentNode$2(node) {
+ if (getNodeName$2(node) === 'html') {
+ return node;
+ }
+ const result =
+ // Step into the shadow DOM of the parent of a slotted node.
+ node.assignedSlot ||
+ // DOM Element detected.
+ node.parentNode ||
+ // ShadowRoot detected.
+ isShadowRoot$2(node) && node.host ||
+ // Fallback.
+ getDocumentElement$2(node);
+ return isShadowRoot$2(result) ? result.host : result;
+}
+function getNearestOverflowAncestor(node) {
+ const parentNode = getParentNode$2(node);
+ if (isLastTraversableNode(parentNode)) {
+ return node.ownerDocument ? node.ownerDocument.body : node.body;
+ }
+ if (isHTMLElement$3(parentNode) && isOverflowElement(parentNode)) {
+ return parentNode;
+ }
+ return getNearestOverflowAncestor(parentNode);
+}
+function getOverflowAncestors(node, list, traverseIframes) {
+ var _node$ownerDocument2;
+ if (list === void 0) {
+ list = [];
+ }
+ if (traverseIframes === void 0) {
+ traverseIframes = true;
+ }
+ const scrollableAncestor = getNearestOverflowAncestor(node);
+ const isBody = scrollableAncestor === ((_node$ownerDocument2 = node.ownerDocument) == null ? void 0 : _node$ownerDocument2.body);
+ const win = getWindow$2(scrollableAncestor);
+ if (isBody) {
+ const frameElement = getFrameElement(win);
+ return list.concat(win, win.visualViewport || [], isOverflowElement(scrollableAncestor) ? scrollableAncestor : [], frameElement && traverseIframes ? getOverflowAncestors(frameElement) : []);
+ }
+ return list.concat(scrollableAncestor, getOverflowAncestors(scrollableAncestor, [], traverseIframes));
+}
+function getFrameElement(win) {
+ return win.parent && Object.getPrototypeOf(win.parent) ? win.frameElement : null;
+}
+
+function getCssDimensions(element) {
+ const css = getComputedStyle$4(element);
+ // In testing environments, the `width` and `height` properties are empty
+ // strings for SVG elements, returning NaN. Fallback to `0` in this case.
+ let width = parseFloat(css.width) || 0;
+ let height = parseFloat(css.height) || 0;
+ const hasOffset = isHTMLElement$3(element);
+ const offsetWidth = hasOffset ? element.offsetWidth : width;
+ const offsetHeight = hasOffset ? element.offsetHeight : height;
+ const shouldFallback = round$8(width) !== offsetWidth || round$8(height) !== offsetHeight;
+ if (shouldFallback) {
+ width = offsetWidth;
+ height = offsetHeight;
+ }
+ return {
+ width,
+ height,
+ $: shouldFallback
+ };
+}
+function unwrapElement(element) {
+ return !isElement$4(element) ? element.contextElement : element;
+}
+function getScale(element) {
+ const domElement = unwrapElement(element);
+ if (!isHTMLElement$3(domElement)) {
+ return createCoords(1);
+ }
+ const rect = domElement.getBoundingClientRect();
+ const {
+ width,
+ height,
+ $
+ } = getCssDimensions(domElement);
+ let x = ($ ? round$8(rect.width) : rect.width) / width;
+ let y = ($ ? round$8(rect.height) : rect.height) / height;
+
+ // 0, NaN, or Infinity should always fallback to 1.
+
+ if (!x || !Number.isFinite(x)) {
+ x = 1;
+ }
+ if (!y || !Number.isFinite(y)) {
+ y = 1;
+ }
+ return {
+ x,
+ y
+ };
+}
+const noOffsets = /*#__PURE__*/createCoords(0);
+function getVisualOffsets(element) {
+ const win = getWindow$2(element);
+ if (!isWebKit() || !win.visualViewport) {
+ return noOffsets;
+ }
+ return {
+ x: win.visualViewport.offsetLeft,
+ y: win.visualViewport.offsetTop
+ };
+}
+function shouldAddVisualOffsets(element, isFixed, floatingOffsetParent) {
+ if (isFixed === void 0) {
+ isFixed = false;
+ }
+ if (!floatingOffsetParent || isFixed && floatingOffsetParent !== getWindow$2(element)) {
+ return false;
+ }
+ return isFixed;
+}
+function getBoundingClientRect$3(element, includeScale, isFixedStrategy, offsetParent) {
+ if (includeScale === void 0) {
+ includeScale = false;
+ }
+ if (isFixedStrategy === void 0) {
+ isFixedStrategy = false;
+ }
+ const clientRect = element.getBoundingClientRect();
+ const domElement = unwrapElement(element);
+ let scale = createCoords(1);
+ if (includeScale) {
+ if (offsetParent) {
+ if (isElement$4(offsetParent)) {
+ scale = getScale(offsetParent);
+ }
+ } else {
+ scale = getScale(element);
+ }
+ }
+ const visualOffsets = shouldAddVisualOffsets(domElement, isFixedStrategy, offsetParent) ? getVisualOffsets(domElement) : createCoords(0);
+ let x = (clientRect.left + visualOffsets.x) / scale.x;
+ let y = (clientRect.top + visualOffsets.y) / scale.y;
+ let width = clientRect.width / scale.x;
+ let height = clientRect.height / scale.y;
+ if (domElement) {
+ const win = getWindow$2(domElement);
+ const offsetWin = offsetParent && isElement$4(offsetParent) ? getWindow$2(offsetParent) : offsetParent;
+ let currentWin = win;
+ let currentIFrame = getFrameElement(currentWin);
+ while (currentIFrame && offsetParent && offsetWin !== currentWin) {
+ const iframeScale = getScale(currentIFrame);
+ const iframeRect = currentIFrame.getBoundingClientRect();
+ const css = getComputedStyle$4(currentIFrame);
+ const left = iframeRect.left + (currentIFrame.clientLeft + parseFloat(css.paddingLeft)) * iframeScale.x;
+ const top = iframeRect.top + (currentIFrame.clientTop + parseFloat(css.paddingTop)) * iframeScale.y;
+ x *= iframeScale.x;
+ y *= iframeScale.y;
+ width *= iframeScale.x;
+ height *= iframeScale.y;
+ x += left;
+ y += top;
+ currentWin = getWindow$2(currentIFrame);
+ currentIFrame = getFrameElement(currentWin);
+ }
+ }
+ return rectToClientRect$1({
+ width,
+ height,
+ x,
+ y
+ });
+}
+
+// If has a CSS width greater than the viewport, then this will be
+// incorrect for RTL.
+function getWindowScrollBarX$2(element, rect) {
+ const leftScroll = getNodeScroll$2(element).scrollLeft;
+ if (!rect) {
+ return getBoundingClientRect$3(getDocumentElement$2(element)).left + leftScroll;
+ }
+ return rect.left + leftScroll;
+}
+function getHTMLOffset(documentElement, scroll, ignoreScrollbarX) {
+ if (ignoreScrollbarX === void 0) {
+ ignoreScrollbarX = false;
+ }
+ const htmlRect = documentElement.getBoundingClientRect();
+ const x = htmlRect.left + scroll.scrollLeft - (ignoreScrollbarX ? 0 :
+ // RTL
scrollbar.
+ getWindowScrollBarX$2(documentElement, htmlRect));
+ const y = htmlRect.top + scroll.scrollTop;
+ return {
+ x,
+ y
+ };
+}
+function convertOffsetParentRelativeRectToViewportRelativeRect(_ref) {
+ let {
+ elements,
+ rect,
+ offsetParent,
+ strategy
+ } = _ref;
+ const isFixed = strategy === 'fixed';
+ const documentElement = getDocumentElement$2(offsetParent);
+ const topLayer = elements ? isTopLayer(elements.floating) : false;
+ if (offsetParent === documentElement || topLayer && isFixed) {
+ return rect;
+ }
+ let scroll = {
+ scrollLeft: 0,
+ scrollTop: 0
+ };
+ let scale = createCoords(1);
+ const offsets = createCoords(0);
+ const isOffsetParentAnElement = isHTMLElement$3(offsetParent);
+ if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {
+ if (getNodeName$2(offsetParent) !== 'body' || isOverflowElement(documentElement)) {
+ scroll = getNodeScroll$2(offsetParent);
+ }
+ if (isHTMLElement$3(offsetParent)) {
+ const offsetRect = getBoundingClientRect$3(offsetParent);
+ scale = getScale(offsetParent);
+ offsets.x = offsetRect.x + offsetParent.clientLeft;
+ offsets.y = offsetRect.y + offsetParent.clientTop;
+ }
+ }
+ const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll, true) : createCoords(0);
+ return {
+ width: rect.width * scale.x,
+ height: rect.height * scale.y,
+ x: rect.x * scale.x - scroll.scrollLeft * scale.x + offsets.x + htmlOffset.x,
+ y: rect.y * scale.y - scroll.scrollTop * scale.y + offsets.y + htmlOffset.y
+ };
+}
+function getClientRects(element) {
+ return Array.from(element.getClientRects());
+}
+
+// Gets the entire size of the scrollable document area, even extending outside
+// of the `` and `` rect bounds if horizontally scrollable.
+function getDocumentRect$1(element) {
+ const html = getDocumentElement$2(element);
+ const scroll = getNodeScroll$2(element);
+ const body = element.ownerDocument.body;
+ const width = max$7(html.scrollWidth, html.clientWidth, body.scrollWidth, body.clientWidth);
+ const height = max$7(html.scrollHeight, html.clientHeight, body.scrollHeight, body.clientHeight);
+ let x = -scroll.scrollLeft + getWindowScrollBarX$2(element);
+ const y = -scroll.scrollTop;
+ if (getComputedStyle$4(body).direction === 'rtl') {
+ x += max$7(html.clientWidth, body.clientWidth) - width;
+ }
+ return {
+ width,
+ height,
+ x,
+ y
+ };
+}
+function getViewportRect$1(element, strategy) {
+ const win = getWindow$2(element);
+ const html = getDocumentElement$2(element);
+ const visualViewport = win.visualViewport;
+ let width = html.clientWidth;
+ let height = html.clientHeight;
+ let x = 0;
+ let y = 0;
+ if (visualViewport) {
+ width = visualViewport.width;
+ height = visualViewport.height;
+ const visualViewportBased = isWebKit();
+ if (!visualViewportBased || visualViewportBased && strategy === 'fixed') {
+ x = visualViewport.offsetLeft;
+ y = visualViewport.offsetTop;
+ }
+ }
+ return {
+ width,
+ height,
+ x,
+ y
+ };
+}
+
+// Returns the inner client rect, subtracting scrollbars if present.
+function getInnerBoundingClientRect$1(element, strategy) {
+ const clientRect = getBoundingClientRect$3(element, true, strategy === 'fixed');
+ const top = clientRect.top + element.clientTop;
+ const left = clientRect.left + element.clientLeft;
+ const scale = isHTMLElement$3(element) ? getScale(element) : createCoords(1);
+ const width = element.clientWidth * scale.x;
+ const height = element.clientHeight * scale.y;
+ const x = left * scale.x;
+ const y = top * scale.y;
+ return {
+ width,
+ height,
+ x,
+ y
+ };
+}
+function getClientRectFromClippingAncestor(element, clippingAncestor, strategy) {
+ let rect;
+ if (clippingAncestor === 'viewport') {
+ rect = getViewportRect$1(element, strategy);
+ } else if (clippingAncestor === 'document') {
+ rect = getDocumentRect$1(getDocumentElement$2(element));
+ } else if (isElement$4(clippingAncestor)) {
+ rect = getInnerBoundingClientRect$1(clippingAncestor, strategy);
+ } else {
+ const visualOffsets = getVisualOffsets(element);
+ rect = {
+ x: clippingAncestor.x - visualOffsets.x,
+ y: clippingAncestor.y - visualOffsets.y,
+ width: clippingAncestor.width,
+ height: clippingAncestor.height
+ };
+ }
+ return rectToClientRect$1(rect);
+}
+function hasFixedPositionAncestor(element, stopNode) {
+ const parentNode = getParentNode$2(element);
+ if (parentNode === stopNode || !isElement$4(parentNode) || isLastTraversableNode(parentNode)) {
+ return false;
+ }
+ return getComputedStyle$4(parentNode).position === 'fixed' || hasFixedPositionAncestor(parentNode, stopNode);
+}
+
+// A "clipping ancestor" is an `overflow` element with the characteristic of
+// clipping (or hiding) child elements. This returns all clipping ancestors
+// of the given element up the tree.
+function getClippingElementAncestors(element, cache) {
+ const cachedResult = cache.get(element);
+ if (cachedResult) {
+ return cachedResult;
+ }
+ let result = getOverflowAncestors(element, [], false).filter(el => isElement$4(el) && getNodeName$2(el) !== 'body');
+ let currentContainingBlockComputedStyle = null;
+ const elementIsFixed = getComputedStyle$4(element).position === 'fixed';
+ let currentNode = elementIsFixed ? getParentNode$2(element) : element;
+
+ // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block
+ while (isElement$4(currentNode) && !isLastTraversableNode(currentNode)) {
+ const computedStyle = getComputedStyle$4(currentNode);
+ const currentNodeIsContaining = isContainingBlock(currentNode);
+ if (!currentNodeIsContaining && computedStyle.position === 'fixed') {
+ currentContainingBlockComputedStyle = null;
+ }
+ const shouldDropCurrentNode = elementIsFixed ? !currentNodeIsContaining && !currentContainingBlockComputedStyle : !currentNodeIsContaining && computedStyle.position === 'static' && !!currentContainingBlockComputedStyle && ['absolute', 'fixed'].includes(currentContainingBlockComputedStyle.position) || isOverflowElement(currentNode) && !currentNodeIsContaining && hasFixedPositionAncestor(element, currentNode);
+ if (shouldDropCurrentNode) {
+ // Drop non-containing blocks.
+ result = result.filter(ancestor => ancestor !== currentNode);
+ } else {
+ // Record last containing block for next iteration.
+ currentContainingBlockComputedStyle = computedStyle;
+ }
+ currentNode = getParentNode$2(currentNode);
+ }
+ cache.set(element, result);
+ return result;
+}
+
+// Gets the maximum area that the element is visible in due to any number of
+// clipping ancestors.
+function getClippingRect$1(_ref) {
+ let {
+ element,
+ boundary,
+ rootBoundary,
+ strategy
+ } = _ref;
+ const elementClippingAncestors = boundary === 'clippingAncestors' ? isTopLayer(element) ? [] : getClippingElementAncestors(element, this._c) : [].concat(boundary);
+ const clippingAncestors = [...elementClippingAncestors, rootBoundary];
+ const firstClippingAncestor = clippingAncestors[0];
+ const clippingRect = clippingAncestors.reduce((accRect, clippingAncestor) => {
+ const rect = getClientRectFromClippingAncestor(element, clippingAncestor, strategy);
+ accRect.top = max$7(rect.top, accRect.top);
+ accRect.right = min$6(rect.right, accRect.right);
+ accRect.bottom = min$6(rect.bottom, accRect.bottom);
+ accRect.left = max$7(rect.left, accRect.left);
+ return accRect;
+ }, getClientRectFromClippingAncestor(element, firstClippingAncestor, strategy));
+ return {
+ width: clippingRect.right - clippingRect.left,
+ height: clippingRect.bottom - clippingRect.top,
+ x: clippingRect.left,
+ y: clippingRect.top
+ };
+}
+function getDimensions(element) {
+ const {
+ width,
+ height
+ } = getCssDimensions(element);
+ return {
+ width,
+ height
+ };
+}
+function getRectRelativeToOffsetParent(element, offsetParent, strategy) {
+ const isOffsetParentAnElement = isHTMLElement$3(offsetParent);
+ const documentElement = getDocumentElement$2(offsetParent);
+ const isFixed = strategy === 'fixed';
+ const rect = getBoundingClientRect$3(element, true, isFixed, offsetParent);
+ let scroll = {
+ scrollLeft: 0,
+ scrollTop: 0
+ };
+ const offsets = createCoords(0);
+ if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {
+ if (getNodeName$2(offsetParent) !== 'body' || isOverflowElement(documentElement)) {
+ scroll = getNodeScroll$2(offsetParent);
+ }
+ if (isOffsetParentAnElement) {
+ const offsetRect = getBoundingClientRect$3(offsetParent, true, isFixed, offsetParent);
+ offsets.x = offsetRect.x + offsetParent.clientLeft;
+ offsets.y = offsetRect.y + offsetParent.clientTop;
+ } else if (documentElement) {
+ // If the scrollbar appears on the left (e.g. RTL systems). Use
+ // Firefox with layout.scrollbar.side = 3 in about:config to test this.
+ offsets.x = getWindowScrollBarX$2(documentElement);
+ }
+ }
+ const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);
+ const x = rect.left + scroll.scrollLeft - offsets.x - htmlOffset.x;
+ const y = rect.top + scroll.scrollTop - offsets.y - htmlOffset.y;
+ return {
+ x,
+ y,
+ width: rect.width,
+ height: rect.height
+ };
+}
+function isStaticPositioned(element) {
+ return getComputedStyle$4(element).position === 'static';
+}
+function getTrueOffsetParent$2(element, polyfill) {
+ if (!isHTMLElement$3(element) || getComputedStyle$4(element).position === 'fixed') {
+ return null;
+ }
+ if (polyfill) {
+ return polyfill(element);
+ }
+ let rawOffsetParent = element.offsetParent;
+
+ // Firefox returns the element as the offsetParent if it's non-static,
+ // while Chrome and Safari return the element. The element must
+ // be used to perform the correct calculations even if the element is
+ // non-static.
+ if (getDocumentElement$2(element) === rawOffsetParent) {
+ rawOffsetParent = rawOffsetParent.ownerDocument.body;
+ }
+ return rawOffsetParent;
+}
+
+// Gets the closest ancestor positioned element. Handles some edge cases,
+// such as table ancestors and cross browser bugs.
+function getOffsetParent$2(element, polyfill) {
+ const win = getWindow$2(element);
+ if (isTopLayer(element)) {
+ return win;
+ }
+ if (!isHTMLElement$3(element)) {
+ let svgOffsetParent = getParentNode$2(element);
+ while (svgOffsetParent && !isLastTraversableNode(svgOffsetParent)) {
+ if (isElement$4(svgOffsetParent) && !isStaticPositioned(svgOffsetParent)) {
+ return svgOffsetParent;
+ }
+ svgOffsetParent = getParentNode$2(svgOffsetParent);
+ }
+ return win;
+ }
+ let offsetParent = getTrueOffsetParent$2(element, polyfill);
+ while (offsetParent && isTableElement$2(offsetParent) && isStaticPositioned(offsetParent)) {
+ offsetParent = getTrueOffsetParent$2(offsetParent, polyfill);
+ }
+ if (offsetParent && isLastTraversableNode(offsetParent) && isStaticPositioned(offsetParent) && !isContainingBlock(offsetParent)) {
+ return win;
+ }
+ return offsetParent || getContainingBlock$2(element) || win;
+}
+const getElementRects = async function (data) {
+ const getOffsetParentFn = this.getOffsetParent || getOffsetParent$2;
+ const getDimensionsFn = this.getDimensions;
+ const floatingDimensions = await getDimensionsFn(data.floating);
+ return {
+ reference: getRectRelativeToOffsetParent(data.reference, await getOffsetParentFn(data.floating), data.strategy),
+ floating: {
+ x: 0,
+ y: 0,
+ width: floatingDimensions.width,
+ height: floatingDimensions.height
+ }
+ };
+};
+function isRTL(element) {
+ return getComputedStyle$4(element).direction === 'rtl';
+}
+const platform$1 = {
+ convertOffsetParentRelativeRectToViewportRelativeRect,
+ getDocumentElement: getDocumentElement$2,
+ getClippingRect: getClippingRect$1,
+ getOffsetParent: getOffsetParent$2,
+ getElementRects,
+ getClientRects,
+ getDimensions,
+ getScale,
+ isElement: isElement$4,
+ isRTL
+};
+
+/**
+ * Modifies the placement by translating the floating element along the
+ * specified axes.
+ * A number (shorthand for `mainAxis` or distance), or an axes configuration
+ * object may be passed.
+ * @see https://floating-ui.com/docs/offset
+ */
+const offset$3 = offset$4;
+
+/**
+ * Optimizes the visibility of the floating element by choosing the placement
+ * that has the most space available automatically, without needing to specify a
+ * preferred placement. Alternative to `flip`.
+ * @see https://floating-ui.com/docs/autoPlacement
+ */
+const autoPlacement = autoPlacement$1;
+
+/**
+ * Optimizes the visibility of the floating element by shifting it in order to
+ * keep it in view when it will overflow the clipping boundary.
+ * @see https://floating-ui.com/docs/shift
+ */
+const shift = shift$1;
+
+/**
+ * Optimizes the visibility of the floating element by flipping the `placement`
+ * in order to keep it in view when the preferred placement(s) will overflow the
+ * clipping boundary. Alternative to `autoPlacement`.
+ * @see https://floating-ui.com/docs/flip
+ */
+flip$3;
+
+/**
+ * Provides data that allows you to change the size of the floating element —
+ * for instance, prevent it from overflowing the clipping boundary or match the
+ * width of the reference element.
+ * @see https://floating-ui.com/docs/size
+ */
+size;
+
+/**
+ * Provides data to hide the floating element in applicable situations, such as
+ * when it is not in the same clipping context as the reference element.
+ * @see https://floating-ui.com/docs/hide
+ */
+hide$2;
+
+/**
+ * Provides data to position an inner element of the floating element so that it
+ * appears centered to the reference element.
+ * @see https://floating-ui.com/docs/arrow
+ */
+const arrow$2 = arrow$3;
+
+/**
+ * Provides improved positioning for inline reference elements that can span
+ * over multiple lines, such as hyperlinks or range selections.
+ * @see https://floating-ui.com/docs/inline
+ */
+inline;
+
+/**
+ * Built-in `limiter` that will stop `shift()` at a certain point.
+ */
+limitShift;
+
+/**
+ * Computes the `x` and `y` coordinates that will place the floating element
+ * next to a given reference element.
+ */
+const computePosition = (reference, floating, options) => {
+ // This caches the expensive `getClippingElementAncestors` function so that
+ // multiple lifecycle resets re-use the same result. It only lives for a
+ // single call. If other functions become expensive, we can add them as well.
+ const cache = new Map();
+ const mergedOptions = {
+ platform: platform$1,
+ ...options
+ };
+ const platformWithCache = {
+ ...mergedOptions.platform,
+ _c: cache
+ };
+ return computePosition$1(reference, floating, {
+ ...mergedOptions,
+ platform: platformWithCache
+ });
+};
+
+class MagicLinkPopover {
+ /**
+ * @param {Object} options - 配置选项
+ * @param {HTMLElement} options.parent - 父元素
+ * @param {string} options.selector - 子元素选择器
+ * @param {string} [options.titleAttr='popoverTitle'] - 标题对应的 dataset 属性名
+ * @param {string} [options.contentAttr='popoverContent'] - 内容对应的 dataset 属性名
+ * @param {string} [options.placement='top'] - 弹出位置
+ * @param {number} [options.offsetDistance=8] - 偏移距离
+ * @param {number} [options.showDelay=200] - 显示延迟时间(ms)
+ * @param {number} [options.hideDelay=200] - 隐藏延迟时间(ms)
+ * @param {string} [options.theme='light'] - 主题
+ */
+ constructor(options) {
+ this.parent = options.parent;
+ this.selector = options.selector;
+ this.titleAttr = options.titleAttr || 'title';
+ this.contentAttr = options.contentAttr || 'content';
+ this.placement = options.placement || 'top';
+ this.offsetDistance = options.offsetDistance || 8;
+ this.showDelay = options.showDelay || 100;
+ this.hideDelay = options.hideDelay || 200;
+ this.theme = options.theme || 'light';
+ this.popoverElement = null;
+ this.arrowElement = null;
+ this.showTimeout = null;
+ this.hideTimeout = null;
+ this.currentTarget = null;
+
+ // 绑定方法的 this 上下文
+ this.handleMouseOver = this.handleMouseOver.bind(this);
+ this.handleMouseOut = this.handleMouseOut.bind(this);
+ this.handlePopoverMouseOver = this.handlePopoverMouseOver.bind(this);
+ this.handlePopoverMouseOut = this.handlePopoverMouseOut.bind(this);
+ this.init();
+ }
+
+ /**
+ * 初始化 Popover
+ */
+ init() {
+ this.createPopoverElement();
+ this.bindEvents();
+ }
+
+ /**
+ * 创建 Popover 元素
+ */
+ createPopoverElement() {
+ // 创建 popover 容器
+ this.popoverElement = document.createElement('div');
+ this.popoverElement.className = `floating-popover floating-popover--${this.theme}`;
+ this.popoverElement.style.cssText = `
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 9999;
+ visibility: hidden;
+ opacity: 0;
+ background: ${this.theme === 'dark' ? '#333' : '#fff'};
+ color: ${this.theme === 'dark' ? '#fff' : '#333'};
+ border-radius: 4px;
+ box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
+ padding: 0;
+ transition: opacity 0.3s, visibility 0.3s;
+ max-width: 600px;
+ font-size: 14px;
+ `;
+
+ // 创建标题区域
+ const titleElement = document.createElement('div');
+ titleElement.className = 'floating-popover__title';
+ titleElement.style.cssText = `
+ padding: 8px 12px;
+ font-weight: bold;
+ border-bottom: 1px solid ${this.theme === 'dark' ? '#444' : '#eee'};
+ `;
+
+ // 创建内容区域
+ const contentElement = document.createElement('div');
+ contentElement.className = 'floating-popover__content';
+ contentElement.style.cssText = `
+ padding: 12px;
+ `;
+
+ // 创建箭头元素
+ this.arrowElement = document.createElement('div');
+ this.arrowElement.className = 'floating-popover__arrow';
+ this.arrowElement.style.cssText = `
+ position: absolute;
+ width: 8px;
+ height: 8px;
+ background: inherit;
+ transform: rotate(45deg);
+ `;
+
+ // 组装 popover
+ this.popoverElement.appendChild(titleElement);
+ this.popoverElement.appendChild(contentElement);
+ this.popoverElement.appendChild(this.arrowElement);
+
+ // 添加到 body
+ document.body.appendChild(this.popoverElement);
+ }
+
+ /**
+ * 绑定事件
+ */
+ bindEvents() {
+ // 使用事件代理监听鼠标移入事件
+ this.parent.addEventListener('mouseover', this.handleMouseOver);
+ this.parent.addEventListener('mouseout', this.handleMouseOut);
+
+ // 监听 popover 自身的鼠标事件
+ if (this.popoverElement) {
+ this.popoverElement.addEventListener('mouseover', this.handlePopoverMouseOver);
+ this.popoverElement.addEventListener('mouseout', this.handlePopoverMouseOut);
+ }
+ }
+
+ /**
+ * 处理鼠标移入事件
+ * @param {MouseEvent} event - 鼠标事件对象
+ */
+ handleMouseOver(event) {
+ const target = event.target;
+ const matchedElement = this.findMatchedElement(target);
+ if (matchedElement) {
+ this.currentTarget = matchedElement;
+ this.scheduleShow();
+ }
+ }
+
+ /**
+ * 处理鼠标移出事件
+ * @param {MouseEvent} event - 鼠标事件对象
+ */
+ handleMouseOut(event) {
+ const relatedTarget = event.relatedTarget;
+ const isToPopover = this.popoverElement?.contains(relatedTarget);
+ if (!isToPopover) {
+ this.scheduleHide();
+ }
+ }
+
+ /**
+ * 处理 Popover 鼠标移入事件
+ */
+ handlePopoverMouseOver() {
+ if (this.hideTimeout) {
+ window.clearTimeout(this.hideTimeout);
+ this.hideTimeout = null;
+ }
+ }
+
+ /**
+ * 处理 Popover 鼠标移出事件
+ * @param {MouseEvent} event - 鼠标事件对象
+ */
+ handlePopoverMouseOut(event) {
+ const relatedTarget = event.relatedTarget;
+ const isBackToTarget = this.currentTarget?.contains(relatedTarget);
+ if (!isBackToTarget) {
+ this.scheduleHide();
+ }
+ }
+
+ /**
+ * 查找匹配选择器的元素
+ * @param {HTMLElement} element - 起始元素
+ * @returns {HTMLElement|null} 匹配的元素或 null
+ */
+ findMatchedElement(element) {
+ let current = element;
+
+ // 向上查找匹配选择器的元素,直到父元素
+ while (current && current !== this.parent) {
+ if (current.matches(this.selector)) {
+ return current;
+ }
+ current = current.parentElement;
+ }
+ return null;
+ }
+
+ /**
+ * 显示 Popover
+ */
+ scheduleShow() {
+ if (this.hideTimeout) {
+ window.clearTimeout(this.hideTimeout);
+ this.hideTimeout = null;
+ }
+ if (!this.showTimeout) {
+ this.showTimeout = window.setTimeout(() => {
+ this.show();
+ this.showTimeout = null;
+ }, this.showDelay);
+ }
+ }
+
+ /**
+ * 隐藏 Popover
+ */
+ scheduleHide() {
+ if (this.showTimeout) {
+ window.clearTimeout(this.showTimeout);
+ this.showTimeout = null;
+ }
+ if (!this.hideTimeout) {
+ this.hideTimeout = window.setTimeout(() => {
+ this.hide();
+ this.hideTimeout = null;
+ }, this.hideDelay);
+ }
+ }
+
+ /**
+ * 显示 Popover
+ */
+ async show() {
+ if (!this.popoverElement || !this.currentTarget) return;
+
+ // 获取标题和内容
+ const title = this.currentTarget.dataset[this.titleAttr] || '';
+ const content = this.currentTarget.dataset[this.contentAttr] || '';
+
+ // 更新 popover 内容
+ const titleElement = this.popoverElement.querySelector('.floating-popover__title');
+ const contentElement = this.popoverElement.querySelector('.floating-popover__content');
+ if (title) {
+ titleElement.innerHTML = title;
+ titleElement.style.display = 'block';
+ } else {
+ titleElement.style.display = 'none';
+ }
+ contentElement.innerHTML = content;
+
+ // 计算位置
+ if (this.arrowElement) {
+ const {
+ x,
+ y,
+ placement,
+ middlewareData
+ } = await computePosition(this.currentTarget, this.popoverElement, {
+ placement: this.placement,
+ middleware: [offset$3(this.offsetDistance), autoPlacement({
+ allowedPlacements: ['top', 'bottom', 'left', 'right']
+ }), shift({
+ padding: 8
+ }), arrow$2({
+ element: this.arrowElement,
+ padding: 4
+ })]
+ });
+
+ // 设置 popover 位置
+ Object.assign(this.popoverElement.style, {
+ left: `${x}px`,
+ top: `${y}px`,
+ visibility: 'visible',
+ opacity: '1'
+ });
+
+ // 设置箭头位置
+ const {
+ x: arrowX,
+ y: arrowY
+ } = middlewareData.arrow || {
+ x: 0,
+ y: 0
+ };
+ const staticSide = {
+ top: 'bottom',
+ right: 'left',
+ bottom: 'top',
+ left: 'right'
+ }[placement.split('-')[0]] || 'bottom';
+ Object.assign(this.arrowElement.style, {
+ left: arrowX != null ? `${arrowX}px` : '',
+ top: arrowY != null ? `${arrowY}px` : '',
+ [staticSide]: '-4px'
+ });
+ }
+ }
+
+ /**
+ * 隐藏 Popover
+ */
+ hide() {
+ if (this.popoverElement) {
+ this.popoverElement.style.visibility = 'hidden';
+ this.popoverElement.style.opacity = '0';
+ }
+ this.currentTarget = null;
+ }
+
+ /**
+ * 销毁 Popover 实例
+ */
+ destroy() {
+ // 移除事件监听
+ this.parent.removeEventListener('mouseover', this.handleMouseOver);
+ this.parent.removeEventListener('mouseout', this.handleMouseOut);
+ if (this.popoverElement) {
+ this.popoverElement.removeEventListener('mouseover', this.handlePopoverMouseOver);
+ this.popoverElement.removeEventListener('mouseout', this.handlePopoverMouseOut);
+
+ // 移除 DOM 元素
+ document.body.removeChild(this.popoverElement);
+ this.popoverElement = null;
+ this.arrowElement = null;
+ }
+
+ // 清除定时器
+ if (this.showTimeout) {
+ window.clearTimeout(this.showTimeout);
+ this.showTimeout = null;
+ }
+ if (this.hideTimeout) {
+ window.clearTimeout(this.hideTimeout);
+ this.hideTimeout = null;
+ }
+ }
+}
+
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
function commonjsRequire () {
@@ -20760,7 +22948,7 @@ __vue_render__$5P._withStripped = true;
/* style */
const __vue_inject_styles__$5Q = undefined;
/* scoped */
- const __vue_scope_id__$5Q = "data-v-7b73b520";
+ const __vue_scope_id__$5Q = "data-v-ac8a29ca";
/* module identifier */
const __vue_module_identifier__$5Q = undefined;
/* functional template */
@@ -20873,7 +23061,7 @@ const __vue_script__$5P = script$5P;
/* style */
const __vue_inject_styles__$5P = undefined;
/* scoped */
- const __vue_scope_id__$5P = "data-v-1eead8ba";
+ const __vue_scope_id__$5P = "data-v-323c2d1f";
/* module identifier */
const __vue_module_identifier__$5P = undefined;
/* functional template */
@@ -21894,7 +24082,7 @@ __vue_render__$5O._withStripped = true;
/* style */
const __vue_inject_styles__$5O = undefined;
/* scoped */
- const __vue_scope_id__$5O = "data-v-78061ae9";
+ const __vue_scope_id__$5O = "data-v-0b67ede4";
/* module identifier */
const __vue_module_identifier__$5O = undefined;
/* functional template */
@@ -22777,12 +24965,6 @@ var script$5M = {
currentIndex: -1
};
},
- inject: {
- getSysEnv: {
- from: 'getSysEnv',
- default: () => () => {}
- }
- },
computed: {
blockPreviewList() {
let images = this.blockData.imageList || [],
@@ -22827,9 +25009,6 @@ var script$5M = {
}
});
return !has;
- },
- sysEnv() {
- return this.getSysEnv();
}
},
watch: {
@@ -22901,16 +25080,7 @@ var script$5M = {
// window.href = href
if (linkId) {
// window.open(link, '_blank')
- if (this.mode == 'reader') {
- window.open(this.sysEnv.webBaseUrl + 'previewLooseLeaf?pageType=' + this.pageType + '&businessType=looseLeaf' + '&looseLeafId=' + linkId + '&uuid=' + v4() + '&styleType=' + 'B', '_blank');
- // this.$EventBus.$emit('hotzoneClick', {
- // type: 'looseleaf',
- // value: linkId,
- // label: ''
- // })
- } else {
- window.open(process.env.VUE_APP_TEXTBOOK_WEB + 'previewLooseLeaf?pageType=' + this.pageType + '&businessType=looseLeaf' + '&looseLeafId=' + linkId + '&uuid=' + v4() + '&styleType=' + 'B', '_blank');
- }
+ window.open(process.env.VUE_APP_TEXTBOOK_WEB + 'previewLooseLeaf?pageType=' + this.pageType + '&businessType=looseLeaf' + '&looseLeafId=' + linkId + '&uuid=' + v4() + '&styleType=' + 'B', '_blank');
} else {
this.$message.warning('获取资源链接失败,请检查链接地址');
}
@@ -23676,7 +25846,7 @@ var script$5L = {
goRead(info) {
// console.log('🚀 ~ goRead ~ info:', info,this.mode,this.pageType)
- if (this.mode === 'preview' || this.mode == 'reader') {
+ if (this.mode === 'preview') {
let url = '';
if (info.htmlType == 'url') {
url = info.link;
@@ -24184,7 +26354,7 @@ __vue_render__$5K._withStripped = true;
/* style */
const __vue_inject_styles__$5K = undefined;
/* scoped */
- const __vue_scope_id__$5K = "data-v-61c986fa";
+ const __vue_scope_id__$5K = "data-v-94bdc416";
/* module identifier */
const __vue_module_identifier__$5K = undefined;
/* functional template */
@@ -33439,7 +35609,7 @@ __vue_render__$5J._withStripped = true;
/* style */
const __vue_inject_styles__$5J = undefined;
/* scoped */
- const __vue_scope_id__$5J = "data-v-7aa6099d";
+ const __vue_scope_id__$5J = "data-v-0781f4c2";
/* module identifier */
const __vue_module_identifier__$5J = undefined;
/* functional template */
@@ -33511,7 +35681,7 @@ class MagicLink extends HTMLElement {
}
.magic-link {
display: inline;
- font-size:16px;
+ // font-size:16px;
font-weight: normal;
font-style: normal;
text-align: left;
@@ -53052,6 +55222,7 @@ var script$5G = {
dataName: this.blockDataName,
data: this.pBlockData,
graphLinks: this.currentRule.data?.graphLinks || [],
+ pureTextComponent: this.isPureTextComponent,
dataIndex: this.dataIndex,
blockId: this.blockId
};
@@ -53171,7 +55342,7 @@ var script$5G = {
let _this = this;
this.blockData = this.pBlockData;
if (!this.blockData.html) {
- this.blockData.html = '暂无内容';
+ this.blockData.html = '暂无内容1';
}
`#${this.blockId} .richtext-reset-wrapper--view`;
let mceMagicLinkRegistered = window.customElements?.get('magic-link');
@@ -53201,15 +55372,6 @@ var script$5G = {
}]
});
});
- const getFileUrl = url => {
- if (url) {
- if (url.indexOf('./') === -1) {
- return url;
- }
- return `${_this.resourceBasisPath}${url.split('./')[1]}`;
- }
- return '';
- };
jquery(containerSelector).on('click', 'magic-link', function (e) {
let {
plaintext,
@@ -53217,9 +55379,10 @@ var script$5G = {
content,
type,
isPlaying,
- stylemode
+ stylemode,
+ showType,
+ hotzoneType
} = e.target.dataset;
- console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', 'magic-link点击', e, e.target.dataset);
if (_this.mode === 'editor') {
_this.$message.info('当前内容仅支持在预览模式下查看');
return;
@@ -53231,7 +55394,7 @@ var script$5G = {
multiple: true,
nowImgIndex: 0,
imgList: [{
- url: getFileUrl(content),
+ url: content,
title: plaintext
}]
});
@@ -53241,7 +55404,7 @@ var script$5G = {
_this.$EventBus.$emit('handleMagicLinkAudioPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -53255,7 +55418,7 @@ var script$5G = {
_this.$EventBus.$emit('handleMagicLinkVideoPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -53267,6 +55430,9 @@ var script$5G = {
if (type === 'richtext') {
content = content.replace(/text\-align:\s?justify/g, 'text-align:left');
// 魔链富文本
+ if (showType === 'popover') {
+ return;
+ }
_this.inlineWordsModal = {
title,
content,
@@ -53277,7 +55443,7 @@ var script$5G = {
if (type === 'sheet') {
// 插入活页
_this.$EventBus.$emit('hotzoneClick', {
- type: 'looseleaf',
+ type: hotzoneType || 'looseleaf',
value: content,
label: title
});
@@ -53473,8 +55639,8 @@ var script$5G = {
let ADom = document.getElementById(this.blockId).getElementsByTagName('a') || [];
if (ADom) {
for (let i = 0; i < ADom.length; i++) {
- // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
let href = ADom[i].href;
+ // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
ADom[i].href = 'javascript: void(0)';
ADom[i].onclick = function (e) {
_this.$EventBus.$emit('openTextHyperlink', {
@@ -55332,7 +57498,7 @@ __vue_render__$5G._withStripped = true;
/* style */
const __vue_inject_styles__$5G = undefined;
/* scoped */
- const __vue_scope_id__$5G = "data-v-4666e3b2";
+ const __vue_scope_id__$5G = "data-v-483bfd20";
/* module identifier */
const __vue_module_identifier__$5G = undefined;
/* functional template */
@@ -55505,7 +57671,7 @@ __vue_render__$5F._withStripped = true;
/* style */
const __vue_inject_styles__$5F = undefined;
/* scoped */
- const __vue_scope_id__$5F = "data-v-1ac9ed94";
+ const __vue_scope_id__$5F = "data-v-7b50431e";
/* module identifier */
const __vue_module_identifier__$5F = undefined;
/* functional template */
@@ -57786,7 +59952,7 @@ __vue_render__$5A._withStripped = true;
/* style */
const __vue_inject_styles__$5A = undefined;
/* scoped */
- const __vue_scope_id__$5A = "data-v-1fe2904e";
+ const __vue_scope_id__$5A = "data-v-a7067f84";
/* module identifier */
const __vue_module_identifier__$5A = undefined;
/* functional template */
@@ -70966,7 +73132,7 @@ __vue_render__$5z._withStripped = true;
/* style */
const __vue_inject_styles__$5z = undefined;
/* scoped */
- const __vue_scope_id__$5z = "data-v-ac616226";
+ const __vue_scope_id__$5z = "data-v-c29405b0";
/* module identifier */
const __vue_module_identifier__$5z = undefined;
/* functional template */
@@ -71179,7 +73345,7 @@ __vue_render__$5y._withStripped = true;
/* style */
const __vue_inject_styles__$5y = undefined;
/* scoped */
- const __vue_scope_id__$5y = "data-v-6cd8acd6";
+ const __vue_scope_id__$5y = "data-v-67ac173b";
/* module identifier */
const __vue_module_identifier__$5y = undefined;
/* functional template */
@@ -71371,7 +73537,7 @@ __vue_render__$5x._withStripped = true;
/* style */
const __vue_inject_styles__$5x = undefined;
/* scoped */
- const __vue_scope_id__$5x = "data-v-f3840eb4";
+ const __vue_scope_id__$5x = "data-v-dad5303e";
/* module identifier */
const __vue_module_identifier__$5x = undefined;
/* functional template */
@@ -71747,7 +73913,7 @@ __vue_render__$5w._withStripped = true;
/* style */
const __vue_inject_styles__$5w = undefined;
/* scoped */
- const __vue_scope_id__$5w = "data-v-6c11c1df";
+ const __vue_scope_id__$5w = "data-v-2a6bfc44";
/* module identifier */
const __vue_module_identifier__$5w = undefined;
/* functional template */
@@ -72063,7 +74229,7 @@ __vue_render__$5v._withStripped = true;
/* style */
const __vue_inject_styles__$5v = undefined;
/* scoped */
- const __vue_scope_id__$5v = "data-v-3d438652";
+ const __vue_scope_id__$5v = "data-v-7eefc508";
/* module identifier */
const __vue_module_identifier__$5v = undefined;
/* functional template */
@@ -72381,7 +74547,7 @@ __vue_render__$5u._withStripped = true;
/* style */
const __vue_inject_styles__$5u = undefined;
/* scoped */
- const __vue_scope_id__$5u = "data-v-56033706";
+ const __vue_scope_id__$5u = "data-v-5453482a";
/* module identifier */
const __vue_module_identifier__$5u = undefined;
/* functional template */
@@ -72683,7 +74849,7 @@ __vue_render__$5t._withStripped = true;
/* style */
const __vue_inject_styles__$5t = undefined;
/* scoped */
- const __vue_scope_id__$5t = "data-v-685addee";
+ const __vue_scope_id__$5t = "data-v-07789553";
/* module identifier */
const __vue_module_identifier__$5t = undefined;
/* functional template */
@@ -73561,7 +75727,7 @@ __vue_render__$5s._withStripped = true;
/* style */
const __vue_inject_styles__$5s = undefined;
/* scoped */
- const __vue_scope_id__$5s = "data-v-cbaaf53e";
+ const __vue_scope_id__$5s = "data-v-b0816074";
/* module identifier */
const __vue_module_identifier__$5s = undefined;
/* functional template */
@@ -73895,7 +76061,7 @@ __vue_render__$5r._withStripped = true;
/* style */
const __vue_inject_styles__$5r = undefined;
/* scoped */
- const __vue_scope_id__$5r = "data-v-9c5a6694";
+ const __vue_scope_id__$5r = "data-v-171f954a";
/* module identifier */
const __vue_module_identifier__$5r = undefined;
/* functional template */
@@ -74112,7 +76278,7 @@ __vue_render__$5q._withStripped = true;
/* style */
const __vue_inject_styles__$5q = undefined;
/* scoped */
- const __vue_scope_id__$5q = "data-v-aec120a0";
+ const __vue_scope_id__$5q = "data-v-f34974aa";
/* module identifier */
const __vue_module_identifier__$5q = undefined;
/* functional template */
@@ -74325,7 +76491,7 @@ __vue_render__$5p._withStripped = true;
/* style */
const __vue_inject_styles__$5p = undefined;
/* scoped */
- const __vue_scope_id__$5p = "data-v-2d3153b3";
+ const __vue_scope_id__$5p = "data-v-9dbac350";
/* module identifier */
const __vue_module_identifier__$5p = undefined;
/* functional template */
@@ -74517,7 +76683,7 @@ __vue_render__$5o._withStripped = true;
/* style */
const __vue_inject_styles__$5o = undefined;
/* scoped */
- const __vue_scope_id__$5o = "data-v-6db419e1";
+ const __vue_scope_id__$5o = "data-v-9651bb74";
/* module identifier */
const __vue_module_identifier__$5o = undefined;
/* functional template */
@@ -74833,7 +76999,7 @@ __vue_render__$5n._withStripped = true;
/* style */
const __vue_inject_styles__$5n = undefined;
/* scoped */
- const __vue_scope_id__$5n = "data-v-303501f1";
+ const __vue_scope_id__$5n = "data-v-f1c36854";
/* module identifier */
const __vue_module_identifier__$5n = undefined;
/* functional template */
@@ -75142,7 +77308,7 @@ __vue_render__$5m._withStripped = true;
/* style */
const __vue_inject_styles__$5m = undefined;
/* scoped */
- const __vue_scope_id__$5m = "data-v-cc053d1c";
+ const __vue_scope_id__$5m = "data-v-2dc7a8d2";
/* module identifier */
const __vue_module_identifier__$5m = undefined;
/* functional template */
@@ -75272,7 +77438,7 @@ var script$5l = {
clozeLength() {
let fillInTheBlanksSpan = this.question.description.match(/______/g);
let sortString = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
- let data = fillInTheBlanksSpan?.length || 0;
+ let data = fillInTheBlanksSpan.length || 0;
let list = [];
for (let i = 0; i < data; i++) {
list.push({
@@ -75324,7 +77490,7 @@ var script$5l = {
return;
}
} else if (answer.questionType == 'fillInTheBlanks' && this.isSubmit) {
- for (let i = 0; i < this.clozeLength?.length; i++) {
+ for (let i = 0; i < this.clozeLength.length; i++) {
if (!this.clozeLength[i].content) {
this.$message.error('请先输入答案');
return;
@@ -75344,7 +77510,7 @@ var script$5l = {
if (questionType == 'shortSnswer') {
this.inputAnswer = '';
} else if (questionType == 'fillInTheBlanks') {
- for (let i = 0; i < this.clozeLength?.length; i++) {
+ for (let i = 0; i < this.clozeLength.length; i++) {
this.clozeLength[i].content = '';
}
}
@@ -75385,7 +77551,7 @@ var script$5l = {
let serialNumber = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T'];
let option = '';
let question = this.question.stem.content;
- let optionList = this.question.questionOption || [];
+ let optionList = this.question.questionOption;
for (let i = 0; i < optionList.length; i++) {
if (optionList[i].content) {
option += serialNumber[i] + '.' + this.removeStyle(optionList[i].content) + (i < optionList.length - 1 ? ';' : '');
@@ -75868,7 +78034,7 @@ __vue_render__$5l._withStripped = true;
/* style */
const __vue_inject_styles__$5l = undefined;
/* scoped */
- const __vue_scope_id__$5l = "data-v-992fef82";
+ const __vue_scope_id__$5l = "data-v-635a2f1f";
/* module identifier */
const __vue_module_identifier__$5l = undefined;
/* functional template */
@@ -76120,7 +78286,7 @@ __vue_render__$5k._withStripped = true;
/* style */
const __vue_inject_styles__$5k = undefined;
/* scoped */
- const __vue_scope_id__$5k = "data-v-bbb516e6";
+ const __vue_scope_id__$5k = "data-v-d56ea49c";
/* module identifier */
const __vue_module_identifier__$5k = undefined;
/* functional template */
@@ -76307,7 +78473,7 @@ var script$5j = {
// 跳转office在线预览
previewToPathClick(item) {
console.log(item);
- if (this.mode == 'preview' || this.mode == 'reader') {
+ if (this.mode == 'preview') {
this.$EventBus.$emit('learningStatistics', {
type: 'doc',
info: null,
@@ -77494,7 +79660,7 @@ __vue_render__$5j._withStripped = true;
/* style */
const __vue_inject_styles__$5j = undefined;
/* scoped */
- const __vue_scope_id__$5j = "data-v-7dcd39ad";
+ const __vue_scope_id__$5j = "data-v-36ca6030";
/* module identifier */
const __vue_module_identifier__$5j = undefined;
/* functional template */
@@ -77852,10 +80018,6 @@ var script$5h = {
type: String,
default: ''
},
- bookReaderPath: {
- type: String,
- default: ''
- },
//当前所处组的规则
currentRule: {
type: Object,
@@ -77919,7 +80081,7 @@ var script$5h = {
},
goRead(info) {
console.log('🚀 ~ goRead ~ info:', info);
- if (this.mode === 'preview' || this.mode == 'reader') {
+ if (this.mode === 'preview') {
this.$EventBus.$emit('learningStatistics', {
type: 'ebook',
info: null,
@@ -77928,10 +80090,10 @@ var script$5h = {
if (info.source != 'netlink') {
const baseUrl = info.uploadFileUrl.indexOf('./') !== -1 ? this.resourceBasisPath + info.uploadFileUrl.split('./')[1] : info.uploadFileUrl;
if (info.uploadFileUrl.indexOf('.epub') > 0) {
- this.baseUrl = this.bookReaderPath + '/static/epubjs/index.html#/epub-read?flow=scrolled&bookPath=' + baseUrl;
+ this.baseUrl = '/static/epubjs/index.html#/epub-read?flow=scrolled&bookPath=' + baseUrl;
} else {
// const baseUrl = this.resourceBasisPath + info.uploadFileUrl.split('./')[1]
- this.baseUrl = this.bookReaderPath + `/static/pdfjs/web/viewer.html?file=${baseUrl}`;
+ this.baseUrl = `/static/pdfjs/web/viewer.html?file=${baseUrl}`;
}
if (this.isReader) {
this.$emit('showFileReader', {
@@ -77984,9 +80146,9 @@ var script$5h = {
let src = '';
let uploadFileUrl = item.uploadFileUrl.indexOf('./') !== -1 ? this.resourceBasisPath + item.uploadFileUrl.split('./')[1] : item.uploadFileUrl;
if (item.uploadFileUrl.indexOf('.epub') !== -1) {
- src = this.bookReaderPath + '/static/epubjs/index.html#/epub-read?flow=scrolled&bookPath=' + uploadFileUrl;
+ src = '/static/epubjs/index.html#/epub-read?flow=scrolled&bookPath=' + uploadFileUrl;
} else if (item.uploadFileUrl.indexOf('.pdf') !== -1) {
- src = this.bookReaderPath + '/static/pdfjs/web/viewer.html?file=' + uploadFileUrl;
+ src = '/static/pdfjs/web/viewer.html?file=' + uploadFileUrl;
} else {
src = item.uploadFileUrl;
}
@@ -78304,7 +80466,7 @@ __vue_render__$5h._withStripped = true;
/* style */
const __vue_inject_styles__$5h = undefined;
/* scoped */
- const __vue_scope_id__$5h = "data-v-0847bc38";
+ const __vue_scope_id__$5h = "data-v-0b013fc8";
/* module identifier */
const __vue_module_identifier__$5h = undefined;
/* functional template */
@@ -80064,7 +82226,7 @@ __vue_render__$5d._withStripped = true;
/* style */
const __vue_inject_styles__$5d = undefined;
/* scoped */
- const __vue_scope_id__$5d = "data-v-22dec3d4";
+ const __vue_scope_id__$5d = "data-v-ddfe855e";
/* module identifier */
const __vue_module_identifier__$5d = undefined;
/* functional template */
@@ -80275,7 +82437,7 @@ __vue_render__$5c._withStripped = true;
/* style */
const __vue_inject_styles__$5c = undefined;
/* scoped */
- const __vue_scope_id__$5c = "data-v-3c5e97c1";
+ const __vue_scope_id__$5c = "data-v-a275a088";
/* module identifier */
const __vue_module_identifier__$5c = undefined;
/* functional template */
@@ -80598,7 +82760,7 @@ __vue_render__$5b._withStripped = true;
/* style */
const __vue_inject_styles__$5b = undefined;
/* scoped */
- const __vue_scope_id__$5b = "data-v-326ad307";
+ const __vue_scope_id__$5b = "data-v-321184ac";
/* module identifier */
const __vue_module_identifier__$5b = undefined;
/* functional template */
@@ -92203,7 +94365,7 @@ __vue_render__$51._withStripped = true;
/* style */
const __vue_inject_styles__$51 = undefined;
/* scoped */
- const __vue_scope_id__$51 = "data-v-56a198fa";
+ const __vue_scope_id__$51 = "data-v-a00f2484";
/* module identifier */
const __vue_module_identifier__$51 = undefined;
/* functional template */
@@ -92423,7 +94585,7 @@ __vue_render__$50._withStripped = true;
/* style */
const __vue_inject_styles__$50 = undefined;
/* scoped */
- const __vue_scope_id__$50 = "data-v-2a582ff5";
+ const __vue_scope_id__$50 = "data-v-4411be5a";
/* module identifier */
const __vue_module_identifier__$50 = undefined;
/* functional template */
@@ -92643,7 +94805,7 @@ __vue_render__$4$._withStripped = true;
/* style */
const __vue_inject_styles__$4$ = undefined;
/* scoped */
- const __vue_scope_id__$4$ = "data-v-13c4d2ec";
+ const __vue_scope_id__$4$ = "data-v-42f9a227";
/* module identifier */
const __vue_module_identifier__$4$ = undefined;
/* functional template */
@@ -92880,7 +95042,7 @@ __vue_render__$4_._withStripped = true;
/* style */
const __vue_inject_styles__$4_ = undefined;
/* scoped */
- const __vue_scope_id__$4_ = "data-v-566f2eb9";
+ const __vue_scope_id__$4_ = "data-v-789d135e";
/* module identifier */
const __vue_module_identifier__$4_ = undefined;
/* functional template */
@@ -93100,7 +95262,7 @@ __vue_render__$4Z._withStripped = true;
/* style */
const __vue_inject_styles__$4Z = undefined;
/* scoped */
- const __vue_scope_id__$4Z = "data-v-0dc66d52";
+ const __vue_scope_id__$4Z = "data-v-60f3a44d";
/* module identifier */
const __vue_module_identifier__$4Z = undefined;
/* functional template */
@@ -93316,7 +95478,7 @@ __vue_render__$4Y._withStripped = true;
/* style */
const __vue_inject_styles__$4Y = undefined;
/* scoped */
- const __vue_scope_id__$4Y = "data-v-22bcf379";
+ const __vue_scope_id__$4Y = "data-v-7ffab134";
/* module identifier */
const __vue_module_identifier__$4Y = undefined;
/* functional template */
@@ -93536,7 +95698,7 @@ __vue_render__$4X._withStripped = true;
/* style */
const __vue_inject_styles__$4X = undefined;
/* scoped */
- const __vue_scope_id__$4X = "data-v-0fe46bcc";
+ const __vue_scope_id__$4X = "data-v-6a958ef1";
/* module identifier */
const __vue_module_identifier__$4X = undefined;
/* functional template */
@@ -93805,7 +95967,7 @@ __vue_render__$4W._withStripped = true;
/* style */
const __vue_inject_styles__$4W = undefined;
/* scoped */
- const __vue_scope_id__$4W = "data-v-1457d9f5";
+ const __vue_scope_id__$4W = "data-v-590b1c5a";
/* module identifier */
const __vue_module_identifier__$4W = undefined;
/* functional template */
@@ -94025,7 +96187,7 @@ __vue_render__$4V._withStripped = true;
/* style */
const __vue_inject_styles__$4V = undefined;
/* scoped */
- const __vue_scope_id__$4V = "data-v-fb782c6a";
+ const __vue_scope_id__$4V = "data-v-ab464720";
/* module identifier */
const __vue_module_identifier__$4V = undefined;
/* functional template */
@@ -94294,7 +96456,7 @@ __vue_render__$4U._withStripped = true;
/* style */
const __vue_inject_styles__$4U = undefined;
/* scoped */
- const __vue_scope_id__$4U = "data-v-3f81e96d";
+ const __vue_scope_id__$4U = "data-v-1105c768";
/* module identifier */
const __vue_module_identifier__$4U = undefined;
/* functional template */
@@ -94514,7 +96676,7 @@ __vue_render__$4T._withStripped = true;
/* style */
const __vue_inject_styles__$4T = undefined;
/* scoped */
- const __vue_scope_id__$4T = "data-v-44b9aa96";
+ const __vue_scope_id__$4T = "data-v-918d650a";
/* module identifier */
const __vue_module_identifier__$4T = undefined;
/* functional template */
@@ -94783,7 +96945,7 @@ __vue_render__$4S._withStripped = true;
/* style */
const __vue_inject_styles__$4S = undefined;
/* scoped */
- const __vue_scope_id__$4S = "data-v-7b2e45e4";
+ const __vue_scope_id__$4S = "data-v-7d547b9f";
/* module identifier */
const __vue_module_identifier__$4S = undefined;
/* functional template */
@@ -95033,7 +97195,7 @@ __vue_render__$4R._withStripped = true;
/* style */
const __vue_inject_styles__$4R = undefined;
/* scoped */
- const __vue_scope_id__$4R = "data-v-57857574";
+ const __vue_scope_id__$4R = "data-v-65c498eb";
/* module identifier */
const __vue_module_identifier__$4R = undefined;
/* functional template */
@@ -95251,7 +97413,7 @@ __vue_render__$4Q._withStripped = true;
/* style */
const __vue_inject_styles__$4Q = undefined;
/* scoped */
- const __vue_scope_id__$4Q = "data-v-58b154c2";
+ const __vue_scope_id__$4Q = "data-v-e9e72478";
/* module identifier */
const __vue_module_identifier__$4Q = undefined;
/* functional template */
@@ -95497,7 +97659,7 @@ __vue_render__$4P._withStripped = true;
/* style */
const __vue_inject_styles__$4P = undefined;
/* scoped */
- const __vue_scope_id__$4P = "data-v-30ad8667";
+ const __vue_scope_id__$4P = "data-v-61cb4f62";
/* module identifier */
const __vue_module_identifier__$4P = undefined;
/* functional template */
@@ -95718,7 +97880,7 @@ __vue_render__$4O._withStripped = true;
/* style */
const __vue_inject_styles__$4O = undefined;
/* scoped */
- const __vue_scope_id__$4O = "data-v-57360cee";
+ const __vue_scope_id__$4O = "data-v-0dbeaeae";
/* module identifier */
const __vue_module_identifier__$4O = undefined;
/* functional template */
@@ -95970,7 +98132,7 @@ __vue_render__$4N._withStripped = true;
/* style */
const __vue_inject_styles__$4N = undefined;
/* scoped */
- const __vue_scope_id__$4N = "data-v-05b67824";
+ const __vue_scope_id__$4N = "data-v-84a72f5a";
/* module identifier */
const __vue_module_identifier__$4N = undefined;
/* functional template */
@@ -96195,7 +98357,7 @@ __vue_render__$4M._withStripped = true;
/* style */
const __vue_inject_styles__$4M = undefined;
/* scoped */
- const __vue_scope_id__$4M = "data-v-6d98bf1e";
+ const __vue_scope_id__$4M = "data-v-2f3d022c";
/* module identifier */
const __vue_module_identifier__$4M = undefined;
/* functional template */
@@ -96420,7 +98582,7 @@ __vue_render__$4L._withStripped = true;
/* style */
const __vue_inject_styles__$4L = undefined;
/* scoped */
- const __vue_scope_id__$4L = "data-v-f6617d46";
+ const __vue_scope_id__$4L = "data-v-401bd1fc";
/* module identifier */
const __vue_module_identifier__$4L = undefined;
/* functional template */
@@ -96638,7 +98800,7 @@ __vue_render__$4K._withStripped = true;
/* style */
const __vue_inject_styles__$4K = undefined;
/* scoped */
- const __vue_scope_id__$4K = "data-v-5d3475c2";
+ const __vue_scope_id__$4K = "data-v-6a5b4a86";
/* module identifier */
const __vue_module_identifier__$4K = undefined;
/* functional template */
@@ -96889,7 +99051,7 @@ __vue_render__$4J._withStripped = true;
/* style */
const __vue_inject_styles__$4J = undefined;
/* scoped */
- const __vue_scope_id__$4J = "data-v-51cc33ba";
+ const __vue_scope_id__$4J = "data-v-9d0df996";
/* module identifier */
const __vue_module_identifier__$4J = undefined;
/* functional template */
@@ -97150,7 +99312,7 @@ __vue_render__$4I._withStripped = true;
/* style */
const __vue_inject_styles__$4I = undefined;
/* scoped */
- const __vue_scope_id__$4I = "data-v-bdb17eca";
+ const __vue_scope_id__$4I = "data-v-4a8bb7c0";
/* module identifier */
const __vue_module_identifier__$4I = undefined;
/* functional template */
@@ -97371,7 +99533,7 @@ __vue_render__$4H._withStripped = true;
/* style */
const __vue_inject_styles__$4H = undefined;
/* scoped */
- const __vue_scope_id__$4H = "data-v-5e9c58b2";
+ const __vue_scope_id__$4H = "data-v-25a89ed2";
/* module identifier */
const __vue_module_identifier__$4H = undefined;
/* functional template */
@@ -97594,7 +99756,7 @@ __vue_render__$4G._withStripped = true;
/* style */
const __vue_inject_styles__$4G = undefined;
/* scoped */
- const __vue_scope_id__$4G = "data-v-78c04606";
+ const __vue_scope_id__$4G = "data-v-9cc8123c";
/* module identifier */
const __vue_module_identifier__$4G = undefined;
/* functional template */
@@ -97814,7 +99976,7 @@ __vue_render__$4F._withStripped = true;
/* style */
const __vue_inject_styles__$4F = undefined;
/* scoped */
- const __vue_scope_id__$4F = "data-v-55b29dbc";
+ const __vue_scope_id__$4F = "data-v-0bfdf35d";
/* module identifier */
const __vue_module_identifier__$4F = undefined;
/* functional template */
@@ -98046,7 +100208,7 @@ __vue_render__$4E._withStripped = true;
/* style */
const __vue_inject_styles__$4E = undefined;
/* scoped */
- const __vue_scope_id__$4E = "data-v-9e3c96d6";
+ const __vue_scope_id__$4E = "data-v-fb2e5160";
/* module identifier */
const __vue_module_identifier__$4E = undefined;
/* functional template */
@@ -98304,7 +100466,7 @@ __vue_render__$4D._withStripped = true;
/* style */
const __vue_inject_styles__$4D = undefined;
/* scoped */
- const __vue_scope_id__$4D = "data-v-0d388e07";
+ const __vue_scope_id__$4D = "data-v-fcbe7028";
/* module identifier */
const __vue_module_identifier__$4D = undefined;
/* functional template */
@@ -98525,7 +100687,7 @@ __vue_render__$4C._withStripped = true;
/* style */
const __vue_inject_styles__$4C = undefined;
/* scoped */
- const __vue_scope_id__$4C = "data-v-ea131be6";
+ const __vue_scope_id__$4C = "data-v-18d47f32";
/* module identifier */
const __vue_module_identifier__$4C = undefined;
/* functional template */
@@ -98746,7 +100908,7 @@ __vue_render__$4B._withStripped = true;
/* style */
const __vue_inject_styles__$4B = undefined;
/* scoped */
- const __vue_scope_id__$4B = "data-v-012c196e";
+ const __vue_scope_id__$4B = "data-v-e1ebb2da";
/* module identifier */
const __vue_module_identifier__$4B = undefined;
/* functional template */
@@ -98965,7 +101127,7 @@ __vue_render__$4A._withStripped = true;
/* style */
const __vue_inject_styles__$4A = undefined;
/* scoped */
- const __vue_scope_id__$4A = "data-v-848fa49e";
+ const __vue_scope_id__$4A = "data-v-76ad1c2c";
/* module identifier */
const __vue_module_identifier__$4A = undefined;
/* functional template */
@@ -99188,7 +101350,7 @@ __vue_render__$4z._withStripped = true;
/* style */
const __vue_inject_styles__$4z = undefined;
/* scoped */
- const __vue_scope_id__$4z = "data-v-40165113";
+ const __vue_scope_id__$4z = "data-v-ddb34b10";
/* module identifier */
const __vue_module_identifier__$4z = undefined;
/* functional template */
@@ -99411,7 +101573,7 @@ __vue_render__$4y._withStripped = true;
/* style */
const __vue_inject_styles__$4y = undefined;
/* scoped */
- const __vue_scope_id__$4y = "data-v-46f2f6ac";
+ const __vue_scope_id__$4y = "data-v-35bbc525";
/* module identifier */
const __vue_module_identifier__$4y = undefined;
/* functional template */
@@ -99670,7 +101832,7 @@ __vue_render__$4x._withStripped = true;
/* style */
const __vue_inject_styles__$4x = undefined;
/* scoped */
- const __vue_scope_id__$4x = "data-v-01caee83";
+ const __vue_scope_id__$4x = "data-v-c97ec630";
/* module identifier */
const __vue_module_identifier__$4x = undefined;
/* functional template */
@@ -99887,7 +102049,7 @@ __vue_render__$4w._withStripped = true;
/* style */
const __vue_inject_styles__$4w = undefined;
/* scoped */
- const __vue_scope_id__$4w = "data-v-6ab7ccb4";
+ const __vue_scope_id__$4w = "data-v-3841fea1";
/* module identifier */
const __vue_module_identifier__$4w = undefined;
/* functional template */
@@ -100104,7 +102266,7 @@ __vue_render__$4v._withStripped = true;
/* style */
const __vue_inject_styles__$4v = undefined;
/* scoped */
- const __vue_scope_id__$4v = "data-v-6f64aba6";
+ const __vue_scope_id__$4v = "data-v-3731b9d2";
/* module identifier */
const __vue_module_identifier__$4v = undefined;
/* functional template */
@@ -100320,7 +102482,7 @@ __vue_render__$4u._withStripped = true;
/* style */
const __vue_inject_styles__$4u = undefined;
/* scoped */
- const __vue_scope_id__$4u = "data-v-60db5a12";
+ const __vue_scope_id__$4u = "data-v-0090ea12";
/* module identifier */
const __vue_module_identifier__$4u = undefined;
/* functional template */
@@ -100542,7 +102704,7 @@ __vue_render__$4t._withStripped = true;
/* style */
const __vue_inject_styles__$4t = undefined;
/* scoped */
- const __vue_scope_id__$4t = "data-v-bb0b6ff2";
+ const __vue_scope_id__$4t = "data-v-6f63c87c";
/* module identifier */
const __vue_module_identifier__$4t = undefined;
/* functional template */
@@ -100770,7 +102932,7 @@ __vue_render__$4s._withStripped = true;
/* style */
const __vue_inject_styles__$4s = undefined;
/* scoped */
- const __vue_scope_id__$4s = "data-v-0c505260";
+ const __vue_scope_id__$4s = "data-v-4b5e4385";
/* module identifier */
const __vue_module_identifier__$4s = undefined;
/* functional template */
@@ -101002,7 +103164,7 @@ __vue_render__$4r._withStripped = true;
/* style */
const __vue_inject_styles__$4r = undefined;
/* scoped */
- const __vue_scope_id__$4r = "data-v-6cc98c53";
+ const __vue_scope_id__$4r = "data-v-4ffd4964";
/* module identifier */
const __vue_module_identifier__$4r = undefined;
/* functional template */
@@ -101234,7 +103396,7 @@ __vue_render__$4q._withStripped = true;
/* style */
const __vue_inject_styles__$4q = undefined;
/* scoped */
- const __vue_scope_id__$4q = "data-v-44854066";
+ const __vue_scope_id__$4q = "data-v-4be6a721";
/* module identifier */
const __vue_module_identifier__$4q = undefined;
/* functional template */
@@ -101468,7 +103630,7 @@ __vue_render__$4p._withStripped = true;
/* style */
const __vue_inject_styles__$4p = undefined;
/* scoped */
- const __vue_scope_id__$4p = "data-v-12fa1bac";
+ const __vue_scope_id__$4p = "data-v-0df3b9e5";
/* module identifier */
const __vue_module_identifier__$4p = undefined;
/* functional template */
@@ -101706,7 +103868,7 @@ __vue_render__$4o._withStripped = true;
/* style */
const __vue_inject_styles__$4o = undefined;
/* scoped */
- const __vue_scope_id__$4o = "data-v-398dd67d";
+ const __vue_scope_id__$4o = "data-v-e60d723c";
/* module identifier */
const __vue_module_identifier__$4o = undefined;
/* functional template */
@@ -101917,7 +104079,7 @@ __vue_render__$4n._withStripped = true;
/* style */
const __vue_inject_styles__$4n = undefined;
/* scoped */
- const __vue_scope_id__$4n = "data-v-3afbe29e";
+ const __vue_scope_id__$4n = "data-v-aeaf5cd4";
/* module identifier */
const __vue_module_identifier__$4n = undefined;
/* functional template */
@@ -102209,7 +104371,7 @@ __vue_render__$4m._withStripped = true;
/* style */
const __vue_inject_styles__$4m = undefined;
/* scoped */
- const __vue_scope_id__$4m = "data-v-42df40de";
+ const __vue_scope_id__$4m = "data-v-bde72a14";
/* module identifier */
const __vue_module_identifier__$4m = undefined;
/* functional template */
@@ -102499,7 +104661,7 @@ __vue_render__$4l._withStripped = true;
/* style */
const __vue_inject_styles__$4l = undefined;
/* scoped */
- const __vue_scope_id__$4l = "data-v-01022b03";
+ const __vue_scope_id__$4l = "data-v-0ab3c6b0";
/* module identifier */
const __vue_module_identifier__$4l = undefined;
/* functional template */
@@ -102839,7 +105001,7 @@ __vue_render__$4k._withStripped = true;
/* style */
const __vue_inject_styles__$4k = undefined;
/* scoped */
- const __vue_scope_id__$4k = "data-v-0751fc96";
+ const __vue_scope_id__$4k = "data-v-3167f251";
/* module identifier */
const __vue_module_identifier__$4k = undefined;
/* functional template */
@@ -103134,7 +105296,7 @@ __vue_render__$4j._withStripped = true;
/* style */
const __vue_inject_styles__$4j = undefined;
/* scoped */
- const __vue_scope_id__$4j = "data-v-e03e6adc";
+ const __vue_scope_id__$4j = "data-v-5466df92";
/* module identifier */
const __vue_module_identifier__$4j = undefined;
/* functional template */
@@ -103397,7 +105559,7 @@ __vue_render__$4i._withStripped = true;
/* style */
const __vue_inject_styles__$4i = undefined;
/* scoped */
- const __vue_scope_id__$4i = "data-v-f2f9072c";
+ const __vue_scope_id__$4i = "data-v-17f2bcb6";
/* module identifier */
const __vue_module_identifier__$4i = undefined;
/* functional template */
@@ -103702,7 +105864,7 @@ __vue_render__$4h._withStripped = true;
/* style */
const __vue_inject_styles__$4h = undefined;
/* scoped */
- const __vue_scope_id__$4h = "data-v-6c942a60";
+ const __vue_scope_id__$4h = "data-v-af6901ca";
/* module identifier */
const __vue_module_identifier__$4h = undefined;
/* functional template */
@@ -104001,7 +106163,7 @@ __vue_render__$4g._withStripped = true;
/* style */
const __vue_inject_styles__$4g = undefined;
/* scoped */
- const __vue_scope_id__$4g = "data-v-6d42e319";
+ const __vue_scope_id__$4g = "data-v-5afd3094";
/* module identifier */
const __vue_module_identifier__$4g = undefined;
/* functional template */
@@ -104276,7 +106438,7 @@ __vue_render__$4f._withStripped = true;
/* style */
const __vue_inject_styles__$4f = undefined;
/* scoped */
- const __vue_scope_id__$4f = "data-v-34720a5f";
+ const __vue_scope_id__$4f = "data-v-296078f8";
/* module identifier */
const __vue_module_identifier__$4f = undefined;
/* functional template */
@@ -104535,7 +106697,7 @@ __vue_render__$4e._withStripped = true;
/* style */
const __vue_inject_styles__$4e = undefined;
/* scoped */
- const __vue_scope_id__$4e = "data-v-0f442a2c";
+ const __vue_scope_id__$4e = "data-v-daedf136";
/* module identifier */
const __vue_module_identifier__$4e = undefined;
/* functional template */
@@ -104764,7 +106926,7 @@ __vue_render__$4d._withStripped = true;
/* style */
const __vue_inject_styles__$4d = undefined;
/* scoped */
- const __vue_scope_id__$4d = "data-v-47af8c80";
+ const __vue_scope_id__$4d = "data-v-27ac2736";
/* module identifier */
const __vue_module_identifier__$4d = undefined;
/* functional template */
@@ -105030,7 +107192,7 @@ __vue_render__$4c._withStripped = true;
/* style */
const __vue_inject_styles__$4c = undefined;
/* scoped */
- const __vue_scope_id__$4c = "data-v-0b406fd2";
+ const __vue_scope_id__$4c = "data-v-7c9e4108";
/* module identifier */
const __vue_module_identifier__$4c = undefined;
/* functional template */
@@ -105267,7 +107429,7 @@ __vue_render__$4b._withStripped = true;
/* style */
const __vue_inject_styles__$4b = undefined;
/* scoped */
- const __vue_scope_id__$4b = "data-v-533fdd02";
+ const __vue_scope_id__$4b = "data-v-0c5f65ba";
/* module identifier */
const __vue_module_identifier__$4b = undefined;
/* functional template */
@@ -105546,7 +107708,7 @@ __vue_render__$4a._withStripped = true;
/* style */
const __vue_inject_styles__$4a = undefined;
/* scoped */
- const __vue_scope_id__$4a = "data-v-09b4a172";
+ const __vue_scope_id__$4a = "data-v-02102cd2";
/* module identifier */
const __vue_module_identifier__$4a = undefined;
/* functional template */
@@ -105979,7 +108141,7 @@ __vue_render__$49._withStripped = true;
/* style */
const __vue_inject_styles__$49 = undefined;
/* scoped */
- const __vue_scope_id__$49 = "data-v-2bb6d1f4";
+ const __vue_scope_id__$49 = "data-v-31351e99";
/* module identifier */
const __vue_module_identifier__$49 = undefined;
/* functional template */
@@ -106328,7 +108490,7 @@ __vue_render__$48._withStripped = true;
/* style */
const __vue_inject_styles__$48 = undefined;
/* scoped */
- const __vue_scope_id__$48 = "data-v-3edf16f6";
+ const __vue_scope_id__$48 = "data-v-7ab33580";
/* module identifier */
const __vue_module_identifier__$48 = undefined;
/* functional template */
@@ -106549,7 +108711,7 @@ __vue_render__$47._withStripped = true;
/* style */
const __vue_inject_styles__$47 = undefined;
/* scoped */
- const __vue_scope_id__$47 = "data-v-5fa06695";
+ const __vue_scope_id__$47 = "data-v-a662b60c";
/* module identifier */
const __vue_module_identifier__$47 = undefined;
/* functional template */
@@ -106986,7 +109148,7 @@ __vue_render__$46._withStripped = true;
/* style */
const __vue_inject_styles__$46 = undefined;
/* scoped */
- const __vue_scope_id__$46 = "data-v-7e14161a";
+ const __vue_scope_id__$46 = "data-v-f8ac22d6";
/* module identifier */
const __vue_module_identifier__$46 = undefined;
/* functional template */
@@ -107228,7 +109390,7 @@ __vue_render__$45._withStripped = true;
/* style */
const __vue_inject_styles__$45 = undefined;
/* scoped */
- const __vue_scope_id__$45 = "data-v-7d1ea5cc";
+ const __vue_scope_id__$45 = "data-v-73de6855";
/* module identifier */
const __vue_module_identifier__$45 = undefined;
/* functional template */
@@ -107483,7 +109645,7 @@ __vue_render__$44._withStripped = true;
/* style */
const __vue_inject_styles__$44 = undefined;
/* scoped */
- const __vue_scope_id__$44 = "data-v-068fd504";
+ const __vue_scope_id__$44 = "data-v-712545f9";
/* module identifier */
const __vue_module_identifier__$44 = undefined;
/* functional template */
@@ -107707,7 +109869,7 @@ __vue_render__$43._withStripped = true;
/* style */
const __vue_inject_styles__$43 = undefined;
/* scoped */
- const __vue_scope_id__$43 = "data-v-065da6db";
+ const __vue_scope_id__$43 = "data-v-3cb23dd4";
/* module identifier */
const __vue_module_identifier__$43 = undefined;
/* functional template */
@@ -107925,7 +110087,7 @@ __vue_render__$42._withStripped = true;
/* style */
const __vue_inject_styles__$42 = undefined;
/* scoped */
- const __vue_scope_id__$42 = "data-v-3509e8fc";
+ const __vue_scope_id__$42 = "data-v-7132d7e7";
/* module identifier */
const __vue_module_identifier__$42 = undefined;
/* functional template */
@@ -108149,7 +110311,7 @@ __vue_render__$41._withStripped = true;
/* style */
const __vue_inject_styles__$41 = undefined;
/* scoped */
- const __vue_scope_id__$41 = "data-v-2308cfc7";
+ const __vue_scope_id__$41 = "data-v-3b6af56c";
/* module identifier */
const __vue_module_identifier__$41 = undefined;
/* functional template */
@@ -108373,7 +110535,7 @@ __vue_render__$40._withStripped = true;
/* style */
const __vue_inject_styles__$40 = undefined;
/* scoped */
- const __vue_scope_id__$40 = "data-v-5889c61c";
+ const __vue_scope_id__$40 = "data-v-095f03d2";
/* module identifier */
const __vue_module_identifier__$40 = undefined;
/* functional template */
@@ -108591,7 +110753,7 @@ __vue_render__$3$._withStripped = true;
/* style */
const __vue_inject_styles__$3$ = undefined;
/* scoped */
- const __vue_scope_id__$3$ = "data-v-3583e8d1";
+ const __vue_scope_id__$3$ = "data-v-75b18a14";
/* module identifier */
const __vue_module_identifier__$3$ = undefined;
/* functional template */
@@ -108811,7 +110973,7 @@ __vue_render__$3_._withStripped = true;
/* style */
const __vue_inject_styles__$3_ = undefined;
/* scoped */
- const __vue_scope_id__$3_ = "data-v-e15e2ebc";
+ const __vue_scope_id__$3_ = "data-v-4dfd5747";
/* module identifier */
const __vue_module_identifier__$3_ = undefined;
/* functional template */
@@ -109039,7 +111201,7 @@ __vue_render__$3Z._withStripped = true;
/* style */
const __vue_inject_styles__$3Z = undefined;
/* scoped */
- const __vue_scope_id__$3Z = "data-v-00744ec4";
+ const __vue_scope_id__$3Z = "data-v-9dab6cae";
/* module identifier */
const __vue_module_identifier__$3Z = undefined;
/* functional template */
@@ -109277,7 +111439,7 @@ __vue_render__$3Y._withStripped = true;
/* style */
const __vue_inject_styles__$3Y = undefined;
/* scoped */
- const __vue_scope_id__$3Y = "data-v-b271bf5e";
+ const __vue_scope_id__$3Y = "data-v-49b14076";
/* module identifier */
const __vue_module_identifier__$3Y = undefined;
/* functional template */
@@ -109503,7 +111665,7 @@ __vue_render__$3X._withStripped = true;
/* style */
const __vue_inject_styles__$3X = undefined;
/* scoped */
- const __vue_scope_id__$3X = "data-v-9d718864";
+ const __vue_scope_id__$3X = "data-v-399a2649";
/* module identifier */
const __vue_module_identifier__$3X = undefined;
/* functional template */
@@ -109723,7 +111885,7 @@ __vue_render__$3W._withStripped = true;
/* style */
const __vue_inject_styles__$3W = undefined;
/* scoped */
- const __vue_scope_id__$3W = "data-v-366de105";
+ const __vue_scope_id__$3W = "data-v-83a46300";
/* module identifier */
const __vue_module_identifier__$3W = undefined;
/* functional template */
@@ -109949,7 +112111,7 @@ __vue_render__$3V._withStripped = true;
/* style */
const __vue_inject_styles__$3V = undefined;
/* scoped */
- const __vue_scope_id__$3V = "data-v-737c08cc";
+ const __vue_scope_id__$3V = "data-v-08621972";
/* module identifier */
const __vue_module_identifier__$3V = undefined;
/* functional template */
@@ -110171,7 +112333,7 @@ __vue_render__$3U._withStripped = true;
/* style */
const __vue_inject_styles__$3U = undefined;
/* scoped */
- const __vue_scope_id__$3U = "data-v-9c512fa4";
+ const __vue_scope_id__$3U = "data-v-67e7af93";
/* module identifier */
const __vue_module_identifier__$3U = undefined;
/* functional template */
@@ -110388,7 +112550,7 @@ __vue_render__$3T._withStripped = true;
/* style */
const __vue_inject_styles__$3T = undefined;
/* scoped */
- const __vue_scope_id__$3T = "data-v-44762fcc";
+ const __vue_scope_id__$3T = "data-v-835f5c56";
/* module identifier */
const __vue_module_identifier__$3T = undefined;
/* functional template */
@@ -110609,7 +112771,7 @@ __vue_render__$3S._withStripped = true;
/* style */
const __vue_inject_styles__$3S = undefined;
/* scoped */
- const __vue_scope_id__$3S = "data-v-59f586a0";
+ const __vue_scope_id__$3S = "data-v-80c330f6";
/* module identifier */
const __vue_module_identifier__$3S = undefined;
/* functional template */
@@ -110830,7 +112992,7 @@ __vue_render__$3R._withStripped = true;
/* style */
const __vue_inject_styles__$3R = undefined;
/* scoped */
- const __vue_scope_id__$3R = "data-v-c22c0580";
+ const __vue_scope_id__$3R = "data-v-0492de25";
/* module identifier */
const __vue_module_identifier__$3R = undefined;
/* functional template */
@@ -111088,7 +113250,7 @@ __vue_render__$3Q._withStripped = true;
/* style */
const __vue_inject_styles__$3Q = undefined;
/* scoped */
- const __vue_scope_id__$3Q = "data-v-5ec0ce56";
+ const __vue_scope_id__$3Q = "data-v-5e4cdcd0";
/* module identifier */
const __vue_module_identifier__$3Q = undefined;
/* functional template */
@@ -111305,7 +113467,7 @@ __vue_render__$3P._withStripped = true;
/* style */
const __vue_inject_styles__$3P = undefined;
/* scoped */
- const __vue_scope_id__$3P = "data-v-2b65e80a";
+ const __vue_scope_id__$3P = "data-v-54b61a14";
/* module identifier */
const __vue_module_identifier__$3P = undefined;
/* functional template */
@@ -111522,7 +113684,7 @@ __vue_render__$3O._withStripped = true;
/* style */
const __vue_inject_styles__$3O = undefined;
/* scoped */
- const __vue_scope_id__$3O = "data-v-8f1046d6";
+ const __vue_scope_id__$3O = "data-v-cdf97360";
/* module identifier */
const __vue_module_identifier__$3O = undefined;
/* functional template */
@@ -111787,7 +113949,7 @@ __vue_render__$3N._withStripped = true;
/* style */
const __vue_inject_styles__$3N = undefined;
/* scoped */
- const __vue_scope_id__$3N = "data-v-7f1062f6";
+ const __vue_scope_id__$3N = "data-v-cb4fdf4a";
/* module identifier */
const __vue_module_identifier__$3N = undefined;
/* functional template */
@@ -112081,7 +114243,7 @@ __vue_render__$3M._withStripped = true;
/* style */
const __vue_inject_styles__$3M = undefined;
/* scoped */
- const __vue_scope_id__$3M = "data-v-0f688b55";
+ const __vue_scope_id__$3M = "data-v-e55ace0c";
/* module identifier */
const __vue_module_identifier__$3M = undefined;
/* functional template */
@@ -112364,7 +114526,7 @@ __vue_render__$3L._withStripped = true;
/* style */
const __vue_inject_styles__$3L = undefined;
/* scoped */
- const __vue_scope_id__$3L = "data-v-0be464c4";
+ const __vue_scope_id__$3L = "data-v-522c8fa9";
/* module identifier */
const __vue_module_identifier__$3L = undefined;
/* functional template */
@@ -112596,7 +114758,7 @@ __vue_render__$3K._withStripped = true;
/* style */
const __vue_inject_styles__$3K = undefined;
/* scoped */
- const __vue_scope_id__$3K = "data-v-a9c15308";
+ const __vue_scope_id__$3K = "data-v-365d8cf7";
/* module identifier */
const __vue_module_identifier__$3K = undefined;
/* functional template */
@@ -112842,7 +115004,7 @@ __vue_render__$3J._withStripped = true;
/* style */
const __vue_inject_styles__$3J = undefined;
/* scoped */
- const __vue_scope_id__$3J = "data-v-470edaad";
+ const __vue_scope_id__$3J = "data-v-36887152";
/* module identifier */
const __vue_module_identifier__$3J = undefined;
/* functional template */
@@ -113088,7 +115250,7 @@ __vue_render__$3I._withStripped = true;
/* style */
const __vue_inject_styles__$3I = undefined;
/* scoped */
- const __vue_scope_id__$3I = "data-v-02e8551d";
+ const __vue_scope_id__$3I = "data-v-bc646ed0";
/* module identifier */
const __vue_module_identifier__$3I = undefined;
/* functional template */
@@ -113391,7 +115553,7 @@ __vue_render__$3H._withStripped = true;
/* style */
const __vue_inject_styles__$3H = undefined;
/* scoped */
- const __vue_scope_id__$3H = "data-v-220187fe";
+ const __vue_scope_id__$3H = "data-v-aa5609ba";
/* module identifier */
const __vue_module_identifier__$3H = undefined;
/* functional template */
@@ -113694,7 +115856,7 @@ __vue_render__$3G._withStripped = true;
/* style */
const __vue_inject_styles__$3G = undefined;
/* scoped */
- const __vue_scope_id__$3G = "data-v-97901996";
+ const __vue_scope_id__$3G = "data-v-55fb311a";
/* module identifier */
const __vue_module_identifier__$3G = undefined;
/* functional template */
@@ -113997,7 +116159,7 @@ __vue_render__$3F._withStripped = true;
/* style */
const __vue_inject_styles__$3F = undefined;
/* scoped */
- const __vue_scope_id__$3F = "data-v-672aa810";
+ const __vue_scope_id__$3F = "data-v-6e2de9dd";
/* module identifier */
const __vue_module_identifier__$3F = undefined;
/* functional template */
@@ -114295,7 +116457,7 @@ __vue_render__$3E._withStripped = true;
/* style */
const __vue_inject_styles__$3E = undefined;
/* scoped */
- const __vue_scope_id__$3E = "data-v-75ed3c66";
+ const __vue_scope_id__$3E = "data-v-706deaea";
/* module identifier */
const __vue_module_identifier__$3E = undefined;
/* functional template */
@@ -114515,7 +116677,7 @@ __vue_render__$3D._withStripped = true;
/* style */
const __vue_inject_styles__$3D = undefined;
/* scoped */
- const __vue_scope_id__$3D = "data-v-c1839608";
+ const __vue_scope_id__$3D = "data-v-4c8c7e37";
/* module identifier */
const __vue_module_identifier__$3D = undefined;
/* functional template */
@@ -114713,7 +116875,7 @@ __vue_render__$3C._withStripped = true;
/* style */
const __vue_inject_styles__$3C = undefined;
/* scoped */
- const __vue_scope_id__$3C = "data-v-2bc4bb7c";
+ const __vue_scope_id__$3C = "data-v-0d9893a7";
/* module identifier */
const __vue_module_identifier__$3C = undefined;
/* functional template */
@@ -114908,7 +117070,7 @@ __vue_render__$3B._withStripped = true;
/* style */
const __vue_inject_styles__$3B = undefined;
/* scoped */
- const __vue_scope_id__$3B = "data-v-6f11c332";
+ const __vue_scope_id__$3B = "data-v-282ecbe8";
/* module identifier */
const __vue_module_identifier__$3B = undefined;
/* functional template */
@@ -115099,7 +117261,7 @@ __vue_render__$3A._withStripped = true;
/* style */
const __vue_inject_styles__$3A = undefined;
/* scoped */
- const __vue_scope_id__$3A = "data-v-64b07e51";
+ const __vue_scope_id__$3A = "data-v-5b4955b6";
/* module identifier */
const __vue_module_identifier__$3A = undefined;
/* functional template */
@@ -115296,7 +117458,7 @@ __vue_render__$3z._withStripped = true;
/* style */
const __vue_inject_styles__$3z = undefined;
/* scoped */
- const __vue_scope_id__$3z = "data-v-701026d2";
+ const __vue_scope_id__$3z = "data-v-67a9825c";
/* module identifier */
const __vue_module_identifier__$3z = undefined;
/* functional template */
@@ -115493,7 +117655,7 @@ __vue_render__$3y._withStripped = true;
/* style */
const __vue_inject_styles__$3y = undefined;
/* scoped */
- const __vue_scope_id__$3y = "data-v-ca50cd36";
+ const __vue_scope_id__$3y = "data-v-34d4db40";
/* module identifier */
const __vue_module_identifier__$3y = undefined;
/* functional template */
@@ -115694,7 +117856,7 @@ __vue_render__$3x._withStripped = true;
/* style */
const __vue_inject_styles__$3x = undefined;
/* scoped */
- const __vue_scope_id__$3x = "data-v-ebd7fe48";
+ const __vue_scope_id__$3x = "data-v-017b6cfe";
/* module identifier */
const __vue_module_identifier__$3x = undefined;
/* functional template */
@@ -115915,7 +118077,7 @@ __vue_render__$3w._withStripped = true;
/* style */
const __vue_inject_styles__$3w = undefined;
/* scoped */
- const __vue_scope_id__$3w = "data-v-6c00036e";
+ const __vue_scope_id__$3w = "data-v-6b231fd3";
/* module identifier */
const __vue_module_identifier__$3w = undefined;
/* functional template */
@@ -116112,7 +118274,7 @@ __vue_render__$3v._withStripped = true;
/* style */
const __vue_inject_styles__$3v = undefined;
/* scoped */
- const __vue_scope_id__$3v = "data-v-1888461c";
+ const __vue_scope_id__$3v = "data-v-56fdc257";
/* module identifier */
const __vue_module_identifier__$3v = undefined;
/* functional template */
@@ -116309,7 +118471,7 @@ __vue_render__$3u._withStripped = true;
/* style */
const __vue_inject_styles__$3u = undefined;
/* scoped */
- const __vue_scope_id__$3u = "data-v-43776a56";
+ const __vue_scope_id__$3u = "data-v-7004b951";
/* module identifier */
const __vue_module_identifier__$3u = undefined;
/* functional template */
@@ -116506,7 +118668,7 @@ __vue_render__$3t._withStripped = true;
/* style */
const __vue_inject_styles__$3t = undefined;
/* scoped */
- const __vue_scope_id__$3t = "data-v-1d7ec26a";
+ const __vue_scope_id__$3t = "data-v-1d713136";
/* module identifier */
const __vue_module_identifier__$3t = undefined;
/* functional template */
@@ -116705,7 +118867,7 @@ __vue_render__$3s._withStripped = true;
/* style */
const __vue_inject_styles__$3s = undefined;
/* scoped */
- const __vue_scope_id__$3s = "data-v-390efcba";
+ const __vue_scope_id__$3s = "data-v-14b2e342";
/* module identifier */
const __vue_module_identifier__$3s = undefined;
/* functional template */
@@ -116916,7 +119078,7 @@ __vue_render__$3r._withStripped = true;
/* style */
const __vue_inject_styles__$3r = undefined;
/* scoped */
- const __vue_scope_id__$3r = "data-v-cc50973a";
+ const __vue_scope_id__$3r = "data-v-7554e79e";
/* module identifier */
const __vue_module_identifier__$3r = undefined;
/* functional template */
@@ -117127,7 +119289,7 @@ __vue_render__$3q._withStripped = true;
/* style */
const __vue_inject_styles__$3q = undefined;
/* scoped */
- const __vue_scope_id__$3q = "data-v-acfeac7c";
+ const __vue_scope_id__$3q = "data-v-a0d12086";
/* module identifier */
const __vue_module_identifier__$3q = undefined;
/* functional template */
@@ -117338,7 +119500,7 @@ __vue_render__$3p._withStripped = true;
/* style */
const __vue_inject_styles__$3p = undefined;
/* scoped */
- const __vue_scope_id__$3p = "data-v-3fb693db";
+ const __vue_scope_id__$3p = "data-v-1b33c716";
/* module identifier */
const __vue_module_identifier__$3p = undefined;
/* functional template */
@@ -117549,7 +119711,7 @@ __vue_render__$3o._withStripped = true;
/* style */
const __vue_inject_styles__$3o = undefined;
/* scoped */
- const __vue_scope_id__$3o = "data-v-12a60397";
+ const __vue_scope_id__$3o = "data-v-23b9925c";
/* module identifier */
const __vue_module_identifier__$3o = undefined;
/* functional template */
@@ -117760,7 +119922,7 @@ __vue_render__$3n._withStripped = true;
/* style */
const __vue_inject_styles__$3n = undefined;
/* scoped */
- const __vue_scope_id__$3n = "data-v-34d5195a";
+ const __vue_scope_id__$3n = "data-v-7ddab2e4";
/* module identifier */
const __vue_module_identifier__$3n = undefined;
/* functional template */
@@ -117971,7 +120133,7 @@ __vue_render__$3m._withStripped = true;
/* style */
const __vue_inject_styles__$3m = undefined;
/* scoped */
- const __vue_scope_id__$3m = "data-v-8ef639e2";
+ const __vue_scope_id__$3m = "data-v-d7fbd36c";
/* module identifier */
const __vue_module_identifier__$3m = undefined;
/* functional template */
@@ -118162,7 +120324,7 @@ __vue_render__$3l._withStripped = true;
/* style */
const __vue_inject_styles__$3l = undefined;
/* scoped */
- const __vue_scope_id__$3l = "data-v-1871b8e8";
+ const __vue_scope_id__$3l = "data-v-1357e2a3";
/* module identifier */
const __vue_module_identifier__$3l = undefined;
/* functional template */
@@ -118353,7 +120515,7 @@ __vue_render__$3k._withStripped = true;
/* style */
const __vue_inject_styles__$3k = undefined;
/* scoped */
- const __vue_scope_id__$3k = "data-v-73611cf6";
+ const __vue_scope_id__$3k = "data-v-7d94c980";
/* module identifier */
const __vue_module_identifier__$3k = undefined;
/* functional template */
@@ -118544,7 +120706,7 @@ __vue_render__$3j._withStripped = true;
/* style */
const __vue_inject_styles__$3j = undefined;
/* scoped */
- const __vue_scope_id__$3j = "data-v-742d2a22";
+ const __vue_scope_id__$3j = "data-v-6f1353dd";
/* module identifier */
const __vue_module_identifier__$3j = undefined;
/* functional template */
@@ -118735,7 +120897,7 @@ __vue_render__$3i._withStripped = true;
/* style */
const __vue_inject_styles__$3i = undefined;
/* scoped */
- const __vue_scope_id__$3i = "data-v-220ae2bf";
+ const __vue_scope_id__$3i = "data-v-1cf10c7a";
/* module identifier */
const __vue_module_identifier__$3i = undefined;
/* functional template */
@@ -118926,7 +121088,7 @@ __vue_render__$3h._withStripped = true;
/* style */
const __vue_inject_styles__$3h = undefined;
/* scoped */
- const __vue_scope_id__$3h = "data-v-6f969a42";
+ const __vue_scope_id__$3h = "data-v-8216ca78";
/* module identifier */
const __vue_module_identifier__$3h = undefined;
/* functional template */
@@ -119117,7 +121279,7 @@ __vue_render__$3g._withStripped = true;
/* style */
const __vue_inject_styles__$3g = undefined;
/* scoped */
- const __vue_scope_id__$3g = "data-v-6710eb5e";
+ const __vue_scope_id__$3g = "data-v-5dd0d343";
/* module identifier */
const __vue_module_identifier__$3g = undefined;
/* functional template */
@@ -119308,7 +121470,7 @@ __vue_render__$3f._withStripped = true;
/* style */
const __vue_inject_styles__$3f = undefined;
/* scoped */
- const __vue_scope_id__$3f = "data-v-05ed23dd";
+ const __vue_scope_id__$3f = "data-v-06a5e87c";
/* module identifier */
const __vue_module_identifier__$3f = undefined;
/* functional template */
@@ -119499,7 +121661,7 @@ __vue_render__$3e._withStripped = true;
/* style */
const __vue_inject_styles__$3e = undefined;
/* scoped */
- const __vue_scope_id__$3e = "data-v-b66d4748";
+ const __vue_scope_id__$3e = "data-v-c8ed777e";
/* module identifier */
const __vue_module_identifier__$3e = undefined;
/* functional template */
@@ -119690,7 +121852,7 @@ __vue_render__$3d._withStripped = true;
/* style */
const __vue_inject_styles__$3d = undefined;
/* scoped */
- const __vue_scope_id__$3d = "data-v-9ab9b2a6";
+ const __vue_scope_id__$3d = "data-v-6f8cced2";
/* module identifier */
const __vue_module_identifier__$3d = undefined;
/* functional template */
@@ -119881,7 +122043,7 @@ __vue_render__$3c._withStripped = true;
/* style */
const __vue_inject_styles__$3c = undefined;
/* scoped */
- const __vue_scope_id__$3c = "data-v-40305b6c";
+ const __vue_scope_id__$3c = "data-v-05cbf8de";
/* module identifier */
const __vue_module_identifier__$3c = undefined;
/* functional template */
@@ -120072,7 +122234,7 @@ __vue_render__$3b._withStripped = true;
/* style */
const __vue_inject_styles__$3b = undefined;
/* scoped */
- const __vue_scope_id__$3b = "data-v-3e15c828";
+ const __vue_scope_id__$3b = "data-v-fdb594e6";
/* module identifier */
const __vue_module_identifier__$3b = undefined;
/* functional template */
@@ -120263,7 +122425,7 @@ __vue_render__$3a._withStripped = true;
/* style */
const __vue_inject_styles__$3a = undefined;
/* scoped */
- const __vue_scope_id__$3a = "data-v-5b4ac4ea";
+ const __vue_scope_id__$3a = "data-v-18346d0f";
/* module identifier */
const __vue_module_identifier__$3a = undefined;
/* functional template */
@@ -120454,7 +122616,7 @@ __vue_render__$39._withStripped = true;
/* style */
const __vue_inject_styles__$39 = undefined;
/* scoped */
- const __vue_scope_id__$39 = "data-v-2fc4c2f6";
+ const __vue_scope_id__$39 = "data-v-93e0d61e";
/* module identifier */
const __vue_module_identifier__$39 = undefined;
/* functional template */
@@ -120645,7 +122807,7 @@ __vue_render__$38._withStripped = true;
/* style */
const __vue_inject_styles__$38 = undefined;
/* scoped */
- const __vue_scope_id__$38 = "data-v-c19e225a";
+ const __vue_scope_id__$38 = "data-v-257bc0ce";
/* module identifier */
const __vue_module_identifier__$38 = undefined;
/* functional template */
@@ -120836,7 +122998,7 @@ __vue_render__$37._withStripped = true;
/* style */
const __vue_inject_styles__$37 = undefined;
/* scoped */
- const __vue_scope_id__$37 = "data-v-0e9d1ab0";
+ const __vue_scope_id__$37 = "data-v-d63026aa";
/* module identifier */
const __vue_module_identifier__$37 = undefined;
/* functional template */
@@ -121027,7 +123189,7 @@ __vue_render__$36._withStripped = true;
/* style */
const __vue_inject_styles__$36 = undefined;
/* scoped */
- const __vue_scope_id__$36 = "data-v-7e09468d";
+ const __vue_scope_id__$36 = "data-v-04541888";
/* module identifier */
const __vue_module_identifier__$36 = undefined;
/* functional template */
@@ -121418,7 +123580,7 @@ __vue_render__$34._withStripped = true;
/* style */
const __vue_inject_styles__$34 = undefined;
/* scoped */
- const __vue_scope_id__$34 = "data-v-55908341";
+ const __vue_scope_id__$34 = "data-v-48a57526";
/* module identifier */
const __vue_module_identifier__$34 = undefined;
/* functional template */
@@ -121495,10 +123657,6 @@ var script$33 = {
type: String,
default: ''
},
- bookReaderPath: {
- type: String,
- default: ''
- },
extendParams: {
type: Object,
default: function () {
@@ -121604,7 +123762,6 @@ var __vue_render__$33 = function () {
"rule-index": _vm.ruleIndex,
mode: _vm.mode,
resourceBasisPath: _vm.resourceBasisPath,
- bookReaderPath: _vm.bookReaderPath,
isReader: _vm.isReader,
},
on: {
@@ -121625,7 +123782,7 @@ __vue_render__$33._withStripped = true;
/* style */
const __vue_inject_styles__$33 = undefined;
/* scoped */
- const __vue_scope_id__$33 = "data-v-af9b8d4c";
+ const __vue_scope_id__$33 = "data-v-ebf14e08";
/* module identifier */
const __vue_module_identifier__$33 = undefined;
/* functional template */
@@ -121831,7 +123988,7 @@ __vue_render__$32._withStripped = true;
/* style */
const __vue_inject_styles__$32 = undefined;
/* scoped */
- const __vue_scope_id__$32 = "data-v-0b9200e9";
+ const __vue_scope_id__$32 = "data-v-12d3f00e";
/* module identifier */
const __vue_module_identifier__$32 = undefined;
/* functional template */
@@ -122021,7 +124178,7 @@ __vue_render__$31._withStripped = true;
/* style */
const __vue_inject_styles__$31 = undefined;
/* scoped */
- const __vue_scope_id__$31 = "data-v-0ba26268";
+ const __vue_scope_id__$31 = "data-v-485b2a47";
/* module identifier */
const __vue_module_identifier__$31 = undefined;
/* functional template */
@@ -122243,7 +124400,7 @@ __vue_render__$30._withStripped = true;
/* style */
const __vue_inject_styles__$30 = undefined;
/* scoped */
- const __vue_scope_id__$30 = "data-v-77922a38";
+ const __vue_scope_id__$30 = "data-v-0f0ca4f3";
/* module identifier */
const __vue_module_identifier__$30 = undefined;
/* functional template */
@@ -122473,7 +124630,7 @@ __vue_render__$2$._withStripped = true;
/* style */
const __vue_inject_styles__$2$ = undefined;
/* scoped */
- const __vue_scope_id__$2$ = "data-v-859ca7cc";
+ const __vue_scope_id__$2$ = "data-v-6cd5e1bf";
/* module identifier */
const __vue_module_identifier__$2$ = undefined;
/* functional template */
@@ -122687,7 +124844,7 @@ __vue_render__$2_._withStripped = true;
/* style */
const __vue_inject_styles__$2_ = undefined;
/* scoped */
- const __vue_scope_id__$2_ = "data-v-34ba0440";
+ const __vue_scope_id__$2_ = "data-v-af0e1476";
/* module identifier */
const __vue_module_identifier__$2_ = undefined;
/* functional template */
@@ -122925,7 +125082,7 @@ __vue_render__$2Z._withStripped = true;
/* style */
const __vue_inject_styles__$2Z = undefined;
/* scoped */
- const __vue_scope_id__$2Z = "data-v-05ca7fa4";
+ const __vue_scope_id__$2Z = "data-v-1257bb6e";
/* module identifier */
const __vue_module_identifier__$2Z = undefined;
/* functional template */
@@ -123127,7 +125284,7 @@ __vue_render__$2Y._withStripped = true;
/* style */
const __vue_inject_styles__$2Y = undefined;
/* scoped */
- const __vue_scope_id__$2Y = "data-v-3ae74720";
+ const __vue_scope_id__$2Y = "data-v-bdcc21f6";
/* module identifier */
const __vue_module_identifier__$2Y = undefined;
/* functional template */
@@ -124175,7 +126332,7 @@ __vue_render__$2T._withStripped = true;
/* style */
const __vue_inject_styles__$2T = undefined;
/* scoped */
- const __vue_scope_id__$2T = "data-v-5c46744c";
+ const __vue_scope_id__$2T = "data-v-58bdeb02";
/* module identifier */
const __vue_module_identifier__$2T = undefined;
/* functional template */
@@ -125881,7 +128038,7 @@ __vue_render__$2R._withStripped = true;
/* style */
const __vue_inject_styles__$2R = undefined;
/* scoped */
- const __vue_scope_id__$2R = "data-v-7bb81286";
+ const __vue_scope_id__$2R = "data-v-19b15c2b";
/* module identifier */
const __vue_module_identifier__$2R = undefined;
/* functional template */
@@ -126407,7 +128564,7 @@ __vue_render__$2P._withStripped = true;
/* style */
const __vue_inject_styles__$2P = undefined;
/* scoped */
- const __vue_scope_id__$2P = "data-v-6dcc61a8";
+ const __vue_scope_id__$2P = "data-v-6fa8bb23";
/* module identifier */
const __vue_module_identifier__$2P = undefined;
/* functional template */
@@ -127422,6 +129579,7 @@ var script$2M = {
},
// 跳转到资源所在位置
resourceDetails(item, items) {
+ console.log(item, items, 'item, items');
this.currentResources = items.id;
this.location = '';
let data = {
@@ -129326,7 +131484,6 @@ class systemEnvironmentVariables {
//是否显示Ai
dynamicToolbar: false,
//是否资源为0的资源隐藏显示
- webBaseUrl: "https://dcldbook.airlib.cn:90/",
toolbarList: [{
name: '搜索',
type: 'search',
@@ -129460,7 +131617,7 @@ class systemEnvironmentVariables {
//系统缩写
isJiXie: true,
//是否是机械工业天工讲堂
- className: 'https://zm.cmpjjj.com:10090/',
+ className: '',
systemId: '885d44db-8f0f-41ff-b2af-7ec4a6844685',
theFirstLayout: true,
//第一种布局
@@ -129472,7 +131629,6 @@ class systemEnvironmentVariables {
//是否显示Ai
dynamicToolbar: false,
//是否资源为0的资源隐藏显示
- webBaseUrl: "",
toolbarList: [{
name: '搜索',
type: 'search',
@@ -129620,7 +131776,6 @@ class systemEnvironmentVariables {
//是否资源为0的资源隐藏显示
isOpenToolbar: true,
//是否默认打开第一个有资源的工具栏
- webBaseUrl: "https://editor.xinsiketang.com/",
toolbarList: [{
name: '搜索',
type: 'search',
@@ -129782,7 +131937,6 @@ class systemEnvironmentVariables {
//是否资源为0的资源隐藏显示
isReadingMode: true,
//是否显示切换阅读模式
- webBaseUrl: "http://looseleaf-v2.ysy.crtvup.com.cn/",
toolbarList: [{
name: '搜索',
type: 'search',
@@ -129993,7 +132147,6 @@ class systemEnvironmentVariables {
//是否显示Ai
dynamicToolbar: false,
//是否资源为0的资源隐藏显示
- webBaseUrl: "https://jc.jsxfedu.com/",
toolbarList: [{
name: '搜索',
type: 'search',
@@ -139288,7 +141441,7 @@ __vue_render__$2I._withStripped = true;
/* style */
const __vue_inject_styles__$2I = undefined;
/* scoped */
- const __vue_scope_id__$2I = "data-v-e30ba3b6";
+ const __vue_scope_id__$2I = "data-v-0a9ab54a";
/* module identifier */
const __vue_module_identifier__$2I = undefined;
/* functional template */
@@ -139419,6 +141572,10 @@ var getRobotData = {
kb_id: this.robotData.xml.kbId,
kb_type: 'book',
message: ''
+
+ // content_text:'出版学是一门应用科学,研究编辑、出',
+ // title:'出版学',
+ // outside_uid:'8899'
})
}).then(response => response.json()).then(json => {
// this.conversationId = json.conversation_id
@@ -140625,7 +142782,7 @@ __vue_render__$2H._withStripped = true;
/* style */
const __vue_inject_styles__$2H = undefined;
/* scoped */
- const __vue_scope_id__$2H = "data-v-07ee609e";
+ const __vue_scope_id__$2H = "data-v-659deb28";
/* module identifier */
const __vue_module_identifier__$2H = undefined;
/* functional template */
@@ -142691,7 +144848,7 @@ __vue_render__$2E._withStripped = true;
/* style */
const __vue_inject_styles__$2E = undefined;
/* scoped */
- const __vue_scope_id__$2E = "data-v-31f61696";
+ const __vue_scope_id__$2E = "data-v-3b366811";
/* module identifier */
const __vue_module_identifier__$2E = undefined;
/* functional template */
@@ -144820,6 +146977,49 @@ __vue_render__$2C._withStripped = true;
//
//
//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
var script$2B = {
//预览教材目录
@@ -144867,6 +147067,21 @@ var script$2B = {
//可以阅读的章节
type: Array,
default: () => []
+ },
+ studentCatalog: {
+ // 章节学习数据
+ type: Array,
+ default: () => [{
+ chapterId: '0',
+ //章节id
+ studyTime: 0,
+ //本章学习时间,单位秒
+ studyProgress: '0',
+ //本章学习进度
+ testProgress: '0',
+ //本章试题完成进度
+ accuracy: '' //本章试题正确率
+ }]
}
},
data() {
@@ -144885,7 +147100,9 @@ var script$2B = {
selectId: '',
catalogLists: [],
searchValue: '',
- currentNodeKey: ''
+ currentNodeKey: '',
+ chapterShow: false,
+ chapterDate: {}
// image
};
},
@@ -144941,6 +147158,61 @@ var script$2B = {
this.formatCatalog();
},
methods: {
+ // 判断寻找章节数据
+ chooseDate(id, arr = this.studentCatalog) {
+ console.log(id);
+ // for (let i = 0; i < this.studentCatalog.length; i++) {
+ // if (id == this.studentCatalog[i].chapterId) {
+ // this.chapterDate = this.studentCatalog[i]
+ // }
+ // }
+ for (let i = 0; i < arr.length; i++) {
+ const item = arr[i];
+ if (item.chapterId === id) {
+ this.chapterDate = item;
+ } else if (item.children && item.children.length > 0) {
+ const result = this.findObjectById(id, item.children);
+ if (result) {
+ this.chapterDate = result;
+ }
+ } else {
+ this.chapterDate = {
+ chapterId: '0',
+ //章节id
+ studyTime: 0,
+ //本章学习时间,单位秒
+ studyProgress: '100',
+ //本章学习进度
+ testProgress: '0',
+ //本章试题完成进度
+ accuracy: '' //本章试题正确率
+ };
+ }
+ }
+ },
+ stopOpen() {
+ return '';
+ },
+ // 转换时间
+ getHours(time) {
+ if (time) {
+ let date = (time / 60 / 60).toFixed(1);
+ return date;
+ }
+ },
+ // 点击展开章节数据
+ openChapterDate() {
+ this.chapterShow = true;
+ },
+ // 树节点鼠标移入移出
+ mouseover(node, data) {
+ // console.log(node,data);
+ this.$set(data, 'show', true);
+ },
+ // 树节点鼠标移入
+ mouseleave(node, data) {
+ this.$set(data, 'show', false);
+ },
// 格式化目录
formatCatalog() {
const origin = this.catalogList;
@@ -145047,9 +147319,10 @@ var script$2B = {
}
};
+var __$_require_assets_images_condition_ht_v_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAABDtJREFUWEftmM1u2lgUx//H7mRGs6JPMPQJYqRCnFmRN4DQSt21WbaplPAEgScgaCYzy2Y/DeUNSlfjBEZxn2DoE5RlFeJ7Jscf1MY2BhykqhpvkPD9+N3/Ofd8mPCNP/SN8+H7BzTNWlGscAu4v8FDDia6joll9cd5rLS0ggJyy1pNJ2wzkQFGAXNQaSDMmIBgg9RHVjS+JdW3lwTPBHxs1qoE/YSAah4l5ucyMJjCOcgCXQj4eGf/WCPqhBcXNYj4E8A2QGMGXBPq0CKmVMQFZi6QqzIXASoy0zaRq/zsUeDWyOq10w6fClgx908AaslED4q6Gm7P8/pUufzUIF0dA3geQC2CTAQsl2sG6fq1twCP2dHrw+Ff9n2a2DSfFRWm7wM/VqC9kfV2ML9HImDFbPwrE0U5nZxSXtXSDiaQDk+vxezik0PrYi8T0DRrVQVdTgYFao+st66ZN/VUzP0WQCf+fjEVYwqGJ2hwHm1KveDARrVW2Pqif/YAuT2yehFBYoA7ZuP9ndxVZtjDy4vSppQLr1vZbVyDYSSZOQZY3ml8dn2CVHf49zu5bRt/yrv1U2LtSHx+eHnxMLxhBDAiN3NzdNk7zaT7jWvQ4PoQgAMc0sq3PRxv590qAhi+II5y6v9c9fsLAf/gDhhhlSe4QQlNiubf31nGyCHO8Zqa82tWdhs1MN65Qc3RSuGQlgqYFpfcxTtcxA94A5qlvwkwyxA2Dsnz3Q4X8CNOQof4+i5EORc5Ijd5dcAOG9hyT+tVL24RgDqUq+SR+x/jFFN0/XGGP24MRj3JBZYGLP/61CCl3AySauIzlvfepkAXP6OFAxIFgfA7r4IJ8u4HaHiBl3Om9xdZGlBKKgVdsggYfDC0eucxHzxjuTjPwWjjNUUv0Z9chIIcIFwQdHFIC6PB0pdEYHKHmTOWWvEcdHcEQhuvaPFFkz2XDTMCOAvUKbkxM+ysMeDrnvxhaPUidWc8UPunkX1ufnIe2oO+518begzzWXELU8+tEpJDDNA0n1QV2C8W4rnxvjnL5v4LAr2RdZNCW3K5FeRGxmRKTimrLF8X2lfPrwl5fGX1Hs2vlQgYVlEK1huovfuGjMKlR40FJf+T1l2x7+dYlt6jPYUa5AWVfP/gi3ZETMdBf7Ko7lzYNFXMMKQvvmQOhTGIP0rDxFBu3g364MBE0idrUhWx5jZOBPzCILmhkf45qyjObDt9JxYlIwuv63ezeQRbY2paCX1IeO1MwGCw+CWTU2MmSXMFgLZXhPwEhk2aGhPr/SywYO2lAZNgvM8eD1xlFVQ16C3uIlpbgzZwHJro+jTX549cgGHoRQl/RaUjw79vQGnwWfcrF9aM4DOJIm6C1az0H1n9WEO+rKprKxhuT7M2S2ons+bkviSrAMqluZrrdzcOKBtI6MnaSG5ynu86a5s4C+y+3v8PmFfJ/wB+gCpHvZMVuAAAAABJRU5ErkJggg==";
+
/* script */
const __vue_script__$2B = script$2B;
-/* template */
var __vue_render__$2B = function () {
var _vm = this;
var _h = _vm.$createElement;
@@ -145131,7 +147404,21 @@ var __vue_render__$2B = function () {
var data = ref.data;
return _c(
"span",
- { staticStyle: { width: "100%" } },
+ {
+ staticStyle: { width: "100%" },
+ on: {
+ mouseover: function ($event) {
+ _vm.sysEnv.isHuaTeng
+ ? _vm.mouseover(node, data)
+ : "";
+ },
+ mouseleave: function ($event) {
+ _vm.sysEnv.isHuaTeng
+ ? _vm.mouseleave(node, data)
+ : "";
+ },
+ },
+ },
[
[
_c(
@@ -145182,6 +147469,160 @@ var __vue_render__$2B = function () {
staticClass: "exceeding_the_trial_reading",
})
: _vm._e(),
+ _vm._v(" "),
+ _vm.sysEnv.isHuaTeng
+ ? _c(
+ "div",
+ {
+ directives: [
+ {
+ name: "show",
+ rawName: "v-show",
+ value: data.show,
+ expression: "data.show",
+ },
+ ],
+ staticClass: "ht_tv",
+ on: {
+ click: function ($event) {
+ $event.stopPropagation();
+ return _vm.stopOpen.apply(
+ null,
+ arguments
+ )
+ },
+ },
+ },
+ [
+ _c(
+ "el-popover",
+ {
+ attrs: {
+ placement: "right",
+ width: "238",
+ trigger: "hover",
+ "popper-class": "custom-popover",
+ },
+ on: {
+ show: function ($event) {
+ return _vm.chooseDate(data.id)
+ },
+ },
+ },
+ [
+ _c("div", { staticClass: "font" }, [
+ _vm._v(
+ "\n 本章学习\n "
+ ),
+ _c(
+ "div",
+ { staticClass: "time_color" },
+ [
+ _vm._v(
+ " " +
+ _vm._s(
+ _vm.getHours(
+ _vm.chapterDate
+ .studyTime
+ ) || 0
+ ) +
+ " "
+ ),
+ ]
+ ),
+ _vm._v(
+ "\n 小时\n "
+ ),
+ ]),
+ _vm._v(" "),
+ _c("el-progress", {
+ attrs: {
+ percentage:
+ _vm.chapterDate.studyProgress,
+ "text-inside": true,
+ "stroke-width": 8,
+ "define-back-color": "#EDEDED",
+ },
+ }),
+ _vm._v(" "),
+ _c(
+ "div",
+ {
+ staticClass: "font",
+ staticStyle: {
+ "margin-top": "18px",
+ },
+ },
+ [
+ _vm._v(
+ "\n 试题完成\n "
+ ),
+ _c(
+ "div",
+ { staticClass: "test_color" },
+ [
+ _vm._v(
+ " " +
+ _vm._s(
+ _vm.getHours(
+ _vm.chapterDate
+ .studyTime
+ ) || 0
+ ) +
+ " "
+ ),
+ ]
+ ),
+ _vm._v(
+ "\n 道,正确率\n "
+ ),
+ _c(
+ "div",
+ { staticClass: "test_color" },
+ [
+ _vm._v(
+ " " +
+ _vm._s(
+ _vm.getHours(
+ _vm.chapterDate
+ .studyTime
+ ) || 0
+ ) +
+ "% "
+ ),
+ ]
+ ),
+ ]
+ ),
+ _vm._v(" "),
+ _c("el-progress", {
+ staticClass: "orange",
+ attrs: {
+ percentage:
+ _vm.chapterDate.testProgress,
+ "text-inside": true,
+ "stroke-width": 8,
+ "define-back-color": "#EDEDED",
+ color: "#F99057",
+ },
+ }),
+ _vm._v(" "),
+ _c("img", {
+ attrs: {
+ slot: "reference",
+ src: __$_require_assets_images_condition_ht_v_png__,
+ alt: "",
+ },
+ on: { click: _vm.openChapterDate },
+ slot: "reference",
+ }),
+ ],
+ 1
+ ),
+ ],
+ 1
+ )
+ : _vm._e(),
],
],
2
@@ -145191,7 +147632,7 @@ var __vue_render__$2B = function () {
],
null,
false,
- 684810746
+ 3882318070
),
})
: _vm._e(),
@@ -145207,7 +147648,7 @@ __vue_render__$2B._withStripped = true;
/* style */
const __vue_inject_styles__$2B = undefined;
/* scoped */
- const __vue_scope_id__$2B = "data-v-c9249468";
+ const __vue_scope_id__$2B = "data-v-64d68a3e";
/* module identifier */
const __vue_module_identifier__$2B = undefined;
/* functional template */
@@ -146801,6 +149242,387 @@ __vue_render__$2w._withStripped = true;
//
//
//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
var script$2v = {
name: 'xmlStatisticalChart',
@@ -146812,18 +149634,301 @@ var script$2v = {
userType: {
type: String,
default: 'teacher'
+ // default: 'student'
},
teacherDate: {
type: Object,
- default: () => {}
+ default: () => {
+ return {
+ nickname: '',
+ //名字
+ className: '',
+ //默认班级
+ img: '',
+ //头像
+ totalLearnTime: '3000',
+ //授课时长
+ learnNum: '6',
+ //授课次数
+ learningProgress: '30',
+ //学习进度
+ thisLearnTime: '10',
+ //本次授课时长
+ studentList: [{
+ nickname: '1',
+ //名字
+ img: 'https://img0.baidu.com/it/u=2191392668,814349101&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1399',
+ //头像
+ totalLearnTime: '1000',
+ //学习总时长
+ learnNum: '20',
+ //学习次数
+ learningProgress: '10',
+ //学习进度
+ answersNum: 40,
+ //答题次数
+ learnChapter: 10,
+ //学习章节
+ musicTime: 100,
+ //音频学习时长
+ videoTime: 100,
+ //视频学习时长
+ imageTime: 300,
+ //图片学习时长
+ testTime: 300,
+ //试题学习时长
+ imageNum: 10,
+ //学习图片个数
+ testNum: 10,
+ //试题学习个数
+ musicNum: 10,
+ //音频学习个数
+ videoNum: 10,
+ //视频学习个数
+ musicAllNum: 10,
+ //音频总数
+ videoAllNum: 10,
+ //视频总数
+ imageAllNum: 10,
+ //图片总数
+ testAllNum: 10 //试题总数
+ }, {
+ nickname: '2',
+ //名字
+ img: 'https://img0.baidu.com/it/u=2191392668,814349101&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1399',
+ //头像
+ totalLearnTime: '2000',
+ //学习总时长
+ learnNum: '20',
+ //学习次数
+ learningProgress: '20',
+ //学习进度
+ answersNum: 40,
+ //答题次数
+ learnChapter: 10,
+ //学习章节
+ musicTime: 100,
+ //音频学习时长
+ videoTime: 100,
+ //视频学习时长
+ imageTime: 300,
+ //图片学习时长
+ testTime: 300,
+ //试题学习时长
+ imageNum: 10,
+ //学习图片个数
+ testNum: 10,
+ //试题学习个数
+ musicNum: 10,
+ //收听多少个音频
+ videoNum: 10,
+ //播放多少个视频
+ musicAllNum: 10,
+ //音频总个数
+ videoAllNum: 10,
+ //视频总个数
+ imageAllNum: 10,
+ //图片总个数
+ testAllNum: 10 //试题总个数
+ }, {
+ nickname: '3',
+ //名字
+ img: 'https://img0.baidu.com/it/u=2191392668,814349101&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1399',
+ //头像
+ totalLearnTime: '3000',
+ //学习总时长
+ learnNum: '20',
+ //学习次数
+ learningProgress: '30',
+ //学习进度
+ answersNum: 40,
+ //答题次数
+ learnChapter: 10,
+ //学习章节
+ musicTime: 100,
+ //音频学习时长
+ videoTime: 100,
+ //视频学习时长
+ imageTime: 300,
+ //图片学习时长
+ testTime: 300,
+ //试题学习时长
+ imageNum: 10,
+ //学习图片个数
+ testNum: 10,
+ //试题学习个数
+ musicNum: 10,
+ //收听多少个音频
+ videoNum: 10,
+ //播放多少个视频
+ musicAllNum: 10,
+ //音频总个数
+ videoAllNum: 10,
+ //视频总个数
+ imageAllNum: 10,
+ //图片总个数
+ testAllNum: 10 //试题总个数
+ }, {
+ nickname: '4',
+ //名字
+ img: 'https://img0.baidu.com/it/u=2191392668,814349101&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1399',
+ //头像
+ totalLearnTime: '4000',
+ //学习总时长
+ learnNum: '20',
+ //学习次数
+ learningProgress: '40',
+ //学习进度
+ answersNum: 40,
+ //答题次数
+ learnChapter: 10,
+ //学习章节
+ musicTime: 100,
+ //音频学习时长
+ videoTime: 100,
+ //视频学习时长
+ imageTime: 300,
+ //图片学习时长
+ testTime: 300,
+ //试题学习时长
+ imageNum: 10,
+ //学习图片个数
+ testNum: 10,
+ //试题学习个数
+ musicNum: 10,
+ //收听多少个音频
+ videoNum: 10,
+ //播放多少个视频
+ musicAllNum: 10,
+ //音频总个数
+ videoAllNum: 10,
+ //视频总个数
+ imageAllNum: 10,
+ //图片总个数
+ testAllNum: 10 //试题总个数
+ }, {
+ nickname: '5',
+ //名字
+ img: 'https://img0.baidu.com/it/u=2191392668,814349101&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1399',
+ //头像
+ totalLearnTime: '5000',
+ //学习总时长
+ learnNum: '20',
+ //学习次数
+ learningProgress: '50',
+ //学习进度
+ answersNum: 40,
+ //答题次数
+ learnChapter: 10,
+ //学习章节
+ musicTime: 100,
+ //音频学习时长
+ videoTime: 100,
+ //视频学习时长
+ imageTime: 300,
+ //图片学习时长
+ testTime: 300,
+ //试题学习时长
+ imageNum: 10,
+ //学习图片个数
+ testNum: 10,
+ //试题学习个数
+ musicNum: 10,
+ //收听多少个音频
+ videoNum: 10,
+ //播放多少个视频
+ musicAllNum: 10,
+ //音频总个数
+ videoAllNum: 10,
+ //视频总个数
+ imageAllNum: 10,
+ //图片总个数
+ testAllNum: 10 //试题总个数
+ }, {
+ nickname: '6',
+ //名字
+ img: 'https://img0.baidu.com/it/u=2191392668,814349101&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1399',
+ //头像
+ totalLearnTime: '6000',
+ //学习总时长
+ learnNum: '20',
+ //学习次数
+ learningProgress: '60',
+ //学习进度
+ answersNum: 40,
+ //答题次数
+ learnChapter: 10,
+ //学习章节
+ musicTime: 100,
+ //音频学习时长
+ videoTime: 100,
+ //视频学习时长
+ imageTime: 300,
+ //图片学习时长
+ testTime: 300,
+ //试题学习时长
+ imageNum: 10,
+ //学习图片个数
+ testNum: 10,
+ //试题学习个数
+ musicNum: 10,
+ //收听多少个音频
+ videoNum: 10,
+ //播放多少个视频
+ musicAllNum: 10,
+ //音频总个数
+ videoAllNum: 10,
+ //视频总个数
+ imageAllNum: 10,
+ //图片总个数
+ testAllNum: 10 //试题总个数
+ }] //班级学员
+ };
+ }
},
- studentData: {
+ studentDate: {
type: Object,
- default: () => {}
+ default: () => {
+ return {
+ nickname: 'nickname',
+ //
+ className: 'className',
+ //默认班级
+ img: 'https://img0.baidu.com/it/u=2191392668,814349101&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1399',
+ //头像
+ learningProgress: '30',
+ //学习进度
+ learnNum: '2',
+ //学习次数
+ learnTime: '',
+ //本次学习时长
+ totalLearnTime: '',
+ //学习总时长
+ imgLearnNum: '',
+ //图片学习次数
+ audioLearnTime: '10',
+ //音频学习时长
+ videoLearnTime: '10',
+ //视频学习时长
+ answersNum: '',
+ //答题次数
+ noteNum: '',
+ //笔记数量
+ bookmarkNum: '',
+ //书签数量
+ lineationNum: '' //划线数量
+ };
+ }
},
userInfoparms: {
type: Object,
- default: () => {}
+ default: () => {
+ return {
+ img: 'https://img0.baidu.com/it/u=2191392668,814349101&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1399',
+ //头像
+ nickname: 'nickname' //
+ };
+ }
},
teacherDateclass: {
type: Array,
@@ -146836,7 +149941,10 @@ var script$2v = {
if (this.teacherDate.studentList?.length > 0) {
this.total = this.teacherDate.studentList.length;
this.select_item = this.teacherDate.studentList[0] || {};
- this.tableData = this.teacherDate.studentList.slice(this.page * 7, 7) || [];
+ // this.tableData = this.teacherDate.studentList.slice(this.page * 7, 7) || []
+ // this.tableTemp = this.teacherDate.studentList
+ // this.tableData = this.tableTemp.slice(this.currentPage * 5, 5) || []
+ this.filterTable();
} else {
this.total = 0;
this.select_item = {};
@@ -146849,18 +149957,20 @@ var script$2v = {
} else {
this.classValue = '';
}
- },
- studentData() {
- if (!this.studentDate.learnTime) {
- this.studentDate = this.studentData;
- }
}
},
mounted() {
if (this.teacherDate?.studentList?.length > 0) {
this.total = this.teacherDate.studentList.length;
this.select_item = this.teacherDate.studentList[0] || {};
- this.tableData = this.teacherDate.studentList.slice(this.page * 7, 7);
+ // this.tableData = this.teacherDate.studentList.slice(this.page * 7, 7)
+ // this.tableTemp = this.teacherDate.studentList
+ // this.tableData = this.teacherDate.studentList.slice(this.currentPage * 5, 5)
+ // this.tableTemp = this.teacherDate.studentList.sort((a, b) => {
+ // return b.totalLearnTime - a.totalLearnTime
+ // })
+ // this.tableData = this.tableTemp.slice((this.currentPage - 1) * 5, this.currentPage * 5)
+ // console.log(this.teacherDate.studentList,'this.teacherDate.studentList mounted');
}
if (this.teacherDateclass.length > 0) {
this.classValue = this.teacherDateclass[0].title;
@@ -146873,11 +149983,16 @@ var script$2v = {
select_item: {},
visible: false,
tableData: [],
+ tableTemp: [],
total: 0,
page: 0,
size: 7,
classValue: '',
- studentDate: this.studentData
+ showFilter: 0,
+ //当前筛选 0时间,1进度
+ showDesc: false,
+ //false为降序,true为升序
+ currentPage: 1 //分页器当前页码
// studentDate: {
// name: 'xxx',//名字
// class: '一班',//班级
@@ -146965,16 +150080,24 @@ var script$2v = {
};
},
methods: {
+ changeTime(time) {
+ let date = (time / 60 / 60).toFixed(1);
+ if (date == '0.0') {
+ return 0;
+ } else {
+ return Number(date);
+ }
+ },
open() {
this.dialogVisible = true;
+ this.filterTable();
+
+ // this.tableData = this.tableTemp.slice((this.currentPage - 1) * 5, this.currentPage * 5)
},
getbox(item, index) {
this.select_index = index;
this.select_item = item || {};
},
- handleClose() {
- this.studentDate = {};
- },
//分页
gettableData(type) {
if (type == 'next' && this.total > this.page + 1) {
@@ -146989,6 +150112,56 @@ var script$2v = {
// this.tableData = data.splice((this.page - 1) * this.size, this.size)
// this.total = this.teacherDate.studentList.length
},
+ handleCurrentChange(val) {
+ this.currentPage = val;
+ this.tableData = this.tableTemp.slice((this.currentPage - 1) * 5, this.currentPage * 5);
+ },
+ handleSizeChange(val) {},
+ // 计算百分比
+ getNumber(val, num) {
+ return val / num * 100;
+ },
+ // 更改筛选
+ changeFilter(i) {
+ if (this.showFilter == i) {
+ this.showDesc = !this.showDesc;
+ } else {
+ this.showDesc = false;
+ }
+ this.showFilter = i;
+ this.filterTable();
+ },
+ // 表格筛选
+ filterTable() {
+ this.tableTemp = [];
+ this.tableData = [];
+ console.log(this.showFilter, this.showDesc, this.teacherDate.studentList, 'this.showFilterthis.showFilter');
+ if (this.showFilter == 0) {
+ //时间排序
+ if (this.showDesc) {
+ this.tableTemp = this.teacherDate.studentList.sort((a, b) => {
+ return a.totalLearnTime - b.totalLearnTime;
+ });
+ } else {
+ this.tableTemp = this.teacherDate.studentList.sort((a, b) => {
+ return b.totalLearnTime - a.totalLearnTime;
+ });
+ }
+ } else {
+ //进度排序
+ if (this.showDesc) {
+ this.tableTemp = this.teacherDate.studentList.sort((a, b) => {
+ return a.learningProgress - b.learningProgress;
+ });
+ } else {
+ this.tableTemp = this.teacherDate.studentList.sort((a, b) => {
+ return b.learningProgress - a.learningProgress;
+ });
+ }
+ }
+ this.tableData = this.tableTemp.slice((this.currentPage - 1) * 5, this.currentPage * 5);
+ console.log(this.tableTemp, this.tableData, 'this.tableDatathis.tableDatathis.tableData');
+ },
changeClass(e) {
this.page = 0;
let data = this.teacherDateclass.find(item => item.title == e);
@@ -147000,9 +150173,48 @@ var script$2v = {
}
};
+var __$_require_assets_images_condition_time_logo_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAYAAADFniADAAAAAXNSR0IArs4c6QAAAyJJREFUWEfNmM9rE1EQx7/TJRUUJYJgyba4PQhCD20ObgkeTE4epYeerdi7bf8B239A612xXvXQXntqcordS3IpKAhdtVstCg2ChRq3Y9++3STbJtlfWeiDEELmzfu875udN7OECzgoDhPXslkcX5nDECYBngKQBUiTvtgEyHS+baoAdpkKP8wo60SC4upIEYryDEAxyiKn9mXYeEsFay3MvFBQCWD8DMwm/jVn6N7Pej+4QCg21BcAFsLsMLQN8zJN76/0su8JxdURDcrQOkAiZlIYXId9MtMt3rpCuUBb7eBNgcl5JtjE8FGe8o1G5wrdoYxcLT2Fzm6Q66Tv5/tCxYqhqwVAuQY0NmNKerJK+vdFb7JPKfcp24rkeXgMmKzKKQevgK/Lkaa3jG0qUWGvLH77oYzcbuQ4EirdeS99/64Cn2bjQQFl0q2SD4oNdQ7Am8geBweF0xvAUaulFBuqOLaomRoYJJSrlgMlU4CyG1klMWGwUEDmz3UJFffo0oACHkuo7dwGiB5eCKWANU+pePGUjlJ1TykTRLcuhlJsekpxLKB0lJLJkw11MFBHO8DOg9j7810zvJ2Lf3yXJ4CJjjtPZPXdReDvXky49vHVAMSvm9QlILfkh/j1DrCex4GruIGuroHwKObW5LRLY/IOHB5tuzn+Bhy8lhd1+OGmhA/qAoYgyt7kY2QeuDl/Hu7jbDjVbC951rQsms3D5ESuB6GaOM4bHRXD4Sbw+UnwEnZmPPmF3G8Z8RDcfi1VC1drVUi3im2o6mgRCkcr8IL3LS0EnEgXQUMcXcGSMeWN2OVL0GJh/meYNG2NC9Mz5XCKagWD5Um3nCb1XDfDxugqwE+DfQzQgmmFpvdaxX2PFktNlkyj8dZJt/q3WMIfyxQhwNw3KdFWCW3NMHGSKVHB9L2V6dO2axqU5nqi66c/XR2ZTInypq877hpTZ/2kFGMvSbd6vjQJfOviHKehTQGOakmPswKiZborm85eIxRURx4TvaH43A8dN9IwFIznMxJUC67qxFsRjCIIGpi1VjnN/AVEDTDqIJSRyWx0i5t+m/oPzSYyVZBWghoAAAAASUVORK5CYII=";
+
+var __$_require_assets_images_condition_resource_title_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAZCAYAAAASTF8GAAAAAXNSR0IArs4c6QAAAURJREFUKFN1UUlOA0EQa9eSM7wA/hRCxD5AhDjzAcQRQhQiIGzibeSANFkgEz4wjaq6I+DAXFoqu1y2B+GfD83L9wNm7YtiRZiCCo9Y+AKtq/KNGOssHBtCYKHYYPpCs1vWwjAmRDgqAyIUsNEtowoFkxHhoAJ/0bouY2KSM1U5MlPAZm9cq2n7Yd8yBaDdG8fElGhEdTkKaPcndZJxZhCGg9jqT9JAOBtIcti+mdYulY8vZbEzmDkgBuivHLuDabSBAUtJP753O7OhJQ9501/s333UfpjMDQXfzoClDqJmIG8ZUNx/Jik1u6kn3yiG89obdQNeYgp4OJzngH8N4OjhBxARP2zSOH6qcldpYM6YOaDzWHlAr0TJX2KK6DwvfEPdLgX790wATl4Wc2VaTTaTXaIwwulrVTDruTKtiVhfXIHi2TfKUmGzLlRQNwAAAABJRU5ErkJggg==";
+
+var __$_require_assets_images_condition_music_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAAB1CAYAAACiVKTkAAAAAXNSR0IArs4c6QAACOBJREFUeF7tm11sFFUUx88srW0FS0E+Sm2klRiTEgUikRIMhQeKmgA+FPpggglEDQ9qCUp8KpQXEyKh6IMJxIZoSBT7APhg3JhARUIxJC2SNkFTKVptoXyUCvTTjv6nvevtdGd37s7O7GX33Kdu996Zc/+/Oeeee+6sQdy0VsCwW9dtDqwxadqrIQptIjJLtLY+fYxrNchsHaN/6hYYeZ3ytCKArppmwXQa3TNGVJM+8374ZhIiqr9PWXWlhtEH6y1AgJNHo6eJaOnDN6W0tLh1gLLWApIF6IY5cpA9Ry/Q8KR5RvZOo9s0SwwavaqXeWwNFDCJ1hrd5vBRg4zXWRL9FBgj85Bx3RxpMXnt0Y+OZZHZafSYI6am1rFZyOIYkN7PQUoA/TY4QB2DD1KqTF5oGr2YX5BSG9zcPHBA4b7b9H3fLTe2+d7n+Rn5VD1nvu/38XKDwAF92HWV7oyOerE5qWN1hxQ4oN2dvyZV4GRcTGdIDGiCsK6QGJDkgjpCYkC2GKkbJAYUZRHTCRIDcsgydIHEgGKkgTpAYkBx8vRUQ2JALjZSqYTEgFwAQpdUQWJALgGlChIDUgCErvtLnlYc4a07A1LUjwEpCobuix+dTkWP5CiN/Gt4iNoe3Fcawx6kLNf4gC1z5tPyGflKoy/eu0vHb95QGsOAlOViQAlK5jzMj/Mg9qAkYmJAamKmRRYXzYMGx8YIiYBTa3twj872W++nKzXO4pTkcl6DEk0C4t2eAcVTKMr30TyIASUgJIYEtQYxIAaUoAJqw9I2SWAPUnsQIr29hrjcUMiqGjyVm0dPTJR3ckPTKC8UmmQRA0oBINTbts4rotlZWXHvzoDiShS9Q6IeNCsrm2qKnpziKU5mMKCAAX1QXOrKc4RZDChAQIty8+itwmKlOzIgJbn+75xIiNs4e67yb3kYUICAgqxWx5sWl3pclnLiCckeFE8hh+8TCXH4qSLCnEo7frOHLt77W2WIq77sQVFkwiYUWZx9MxpLUb9+yceAHFRfVzCb1hU87uop9/N3sAwoBoItcwpp+YzHYkJCWEN486sxoDjKwotQi5tlK/fgBDXcd4t+TOCUVAUmA3KpFjav4l04HG3/OTxEgOR3Y0B+K+zx+gzIo4B+D2dAfivs8foMyKOAfg9nQH4r7PH6DMijgH4PZ0B+K+zx+gzIo4B+D2dAfivs8foMyKOAfg9Pe0C1v3cEUpLxC1TaAzp5u5fO+VzQ9AtOIgeHXm0J/NVfGHy2/05CP+D1Olkv4/Ema6XL8ygv97GPTQmgZE4g3a/FgDQnzIAYkOYKaG4eexAD0lwBzc1jD2JAmiuguXnsQQxIcwU0N489iAFproDm5rEHMSDNFdDcPPYgBqSmQP/QEDV3dtEfff20uHAulS9U+3W3093ar/dS/+AQ5efmUNl8tV/rqc0gub218yCIuOrjBgIowPlqa1VSZlz9eSM1X+uiqufK6MCmysg1Aa6tp9f1PWbm5lDlM4tc9/faUTtAmNDBpmaq/6HZmhsAJeJFANw/MET5eTmUn5NDToDke7kRs7ggn869vc1N16T0CRzQ15fa6b1T4aQYLy7y0cZK2rykbNI1d50MU+PP7REvFIAAu2qiL7wBobThp5ZJY7v6+q3PAAvAciuemZ80r3YjQsYBmiS2gzfIMJMVYt3AiNYncEB4OvHUitZ1tz/iUTWryx3DmdyvtrJi0kKPZAKLv9ycPEj2CidveHb/p9YaiLXmyJYNiWqblHGBA4pmtRDEvoDLfUVoBIjL7++IO3knQNHugb54AERDMoGG9QYQ5XZgY6X1/6CaFoDEQh1L/FWfNBC8LxZENx4Ubby4thvRkSCkLSCRWdmFOH+tKxLmEFLs+xSkwm8c/8YahjXB/lRbC/pEtoa/4RHhXzom7XvEPsjuFfCI6i8aLfhIIKJljPCuxkvt1v3TGpBqSuvmiRZ9sH7trCi3Pqp6hAAkrgEgACY2tdg4ow8DUiFi6ysDgrdhw+umHaneQC8fPmYBEdewr18ZAwiiuRXOjbhyHzzt9kxO/v6zCy3WvVeWTA1jwuMyHpAsmNN6pAJGXneijUOoEuuVHYJYk7DmMKAo6slhQwWK3DdaBUF833a9l145fMxa9KOFMbEZ3bZiGYWvdHCIs0PwGxBC2r5wk+VB597ZNslLNi8tswqyaMga68JNDCgWIJXUFYs5QhJaLA+y75vkMIZUW9QDL+/eMSVJEN4lKgkZkyTIkBKdtBtAckH2y61VtFJaZ+SQJjat9jVIfEbfPZUV1vlURqTZToBUjhOQXLRPnN84eZDwABHe5L0RMj2RSQrPlQHJ4Q+bWFS+Mx5QspMEeBkg1a6voPUTh2vnO7us4wdREZBLPmLfJI4hRPgDQGSKKO7u+65pfM2q3mAdQwTVUlaLk5/K2nUVU85dnATA04/FP94aZB/fcKHFSgbQRBXbXlNDWg6wAIxyE2DgMzwc3pSKpgUgP5IEISZColWbu9Jh/QtP/7dvvjal4Ak48CQRPgEEniNOdssK51p1wCC9B/ZqAQiLsduJw4PECWisLA5g4DWigiA8xyrGFk5+aQRJBbxSrE0iOcAYuX6YCkhaAEo0dDgBgtgAIzcRpuSwBjDwEHHEjf5Yh+zhTIaUzBdZ3MxbC0DYb6h4EI4SYq1BEBwFUHgRnvrtLyyLvIcgiyL3w/1rKspp+4plUXXbdSpsJRjos3P1eNU8iJYyQIj5B8+Mv7mz56UKJUB1ExkVUmKnFB3egWQAxdFYDf0ACmBiFVsR/tDXCaBfsFIGyK8Jpdt1GZDmRBkQA9JcAc3NYw9iQJoroLl5Rrc53GmQsVBzOzPSPIOo1egxh+uJjHczUgHNJ22QedToNkfWGESnNbc1I80zabTUwMx7zJF6ImIv0ugxGCPzUJHxSI0F6I5pFgzT6GmTaKlGNmayKa0DlLW21DD6LEAC0hCN7mVPSu1zAc8Zouy9gANLIoCEWd2mWUI0stewvMlYklpzM+PuJpnX/oteJwwyTiwwss/Is/4XTIyO9qHy7y8AAAAASUVORK5CYII=";
+
+var __$_require_assets_images_condition_video_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAAB1CAYAAACiVKTkAAAAAXNSR0IArs4c6QAAChxJREFUeF7tnVFsFMcZx/9LFYiDTYCHGEJJoDGprShgpOAHQyoj3Ci0jYpRgUhtcSBqH4qBtE+1q6qkbexITVsM5qVVGiDtg4OKLZVglDgCAUUqjoRDI5kkkJCYcHYfAgETY1J52/+s55g77+H1eXd2fDcjITjf7M4332/+33wzs2sc2GK0B5x069zriSp8xV0DZ8p3ASww2vpcMc5BN1ynGxh+3imYe1HtVhKQ6340E0PTfwV3+Llc6fek7Ic7ZScKbjzvOAuv0n4ByINTcBQuyidlp3LNaCpq2uBKQvIA3fzPH61yDKPsTtnp3HPfTx13MLEAcD4yzDxrDj3wX3el495I7MUUp9Z6xEAPuMPNjnuz/wxc1849BvIBcNFxB/tcM22zVokszgIyeyBYQGbzsQoynI8FZAGZ7gHD7YtnDhq6BvS/C7x/BLj5udkuuvte4OEngQcqY7FTP6BPTgH/2A583htLh7Nu9N75wA8OAvxbY9EL6MRLAP9M5vL9g8CD+tSkDxAVs2fZZEbj2c6Qt6ULmDZDS1/0AfrbWuDjU1o6FXkjFT8Gqn8deTP6dhKYCPzh61o6pKURquhn72lpSo+CmBj8da2WDmlrhGFOQ8KgB9DZVuDQdm2+09KQBaTFzdk3YgFl7zstV1pAGdws01vuRsRZLCAf7z+6AXiq2fvi+EvAyRgXvRaQD6Bn3wKKH7n9xdVeb2fi3636tWQB+fg8k1OYJRKUzv09C2gcgGRVnWHPAsoCEC/RFfYsoCwBycuiDnsW0AQBRR32LKCQAEUV9iygEAFFEfYsoAgAhRn2LKAIAcmw9+YvgQ+OZLfItYAiBsTb8yCRx/DZ7OtZQBoAsYnfP2wBIawDuzBHLVVz/HdA159tiDMOUBjP5oU5WO4wRCbXkfdEncLNVB69h/F00URtCajb/ADEcHb6T96fbBICP2daQCElCWGEMwsooN7HM2rDDGcWUIiAoghnFlBIgPg6C3cHdJysjkfNAbvnVy03koSow5lVUMAhlj5qZTiL45UWqyAfaBU/Aqp/432hM5xZBQVUEKvx5ambI69QjuOy0KtaBYXu0nBvaAGF68/Q72YBhe7ScG+YU4De6wD+vilcB8V9t5wClCsvEMtBkXOvQLJjfAWSG5e5UNS3LCLuj56dBHaCZzB80zsXyk+6gJl6fqGFPkAEo/Ph9qgGAhfKXDBrKnoBTWZIfLPvqV3e7+3RWPQDYuf4BsL7Hbd/mVJYp5xhO45Q+Ko9dy8WPw3cree3i6jdiAdQ2I7M4ftZQIbDtYAsIMM9YLh5VkEWkOEeMNw8qyALyHAPGG6eVZAFZLgHDDfPKsgCMtwDhptnFWQBGe4Bw82zCrKADPeA4eZZBVlAhnvAcPOsgiwgfw98OXAdfd2nUVg8D7MWlUbupivnz+HWwDVMLZyBWSXRtxdWh2JT0MH11bjR9ymKyyvwxK59Kf3hzwkvaJm/ohpTC4vuWP2N7bXoP3MaD61eg8r6pmTdK+d78Nn5c0GbEoDnr1gVuP5EK8YG6EJHG041NQj7Nxw+neJg9bsgHax5rROFc+alVKVCpWLuKixCJkDvvNKCs6/sCdKMqMN22J6uEhsgdrD1WxW4NXAdizdtwZJNdck+q4Cmz7nf1xe8jhBY/AD9s6keH3a0o7h8GZ7YtT8JqHhphVARC9UwkLiEngP70xR8WXwm2HRlEhDvp6toBdR7ohNdLS8m+/bl9WsCEJ1wV5H3zFnVb1vAsCPV5ed81lMhjgeQ6thMapBqk3B1wfBrRyugIKHrm837xNyUDqj3ZKeAObukFLNKyrIGpKoikxqksjnXVDW2xMlH7390e+WDHnxy8q1RHe4/04X+kaSgprVT/DsdkEwqZDjMVkHpSQKNYVsDfZ8m7WIyIeeb6XNT57bK+sZR812UBLUqKFNH2tZXCwd97ck1WN7Q5KuOKAHJewdxdKaQG+TabOrEDihFCa2dKJw7b8KAqAjOd978NkOss6hefmZYU1VBRbyxrTaZ8hcvHf0/Vd7ouyxsypSQZOP4oNfECohzDZ2jqidTAjAeBY1XERKQDJ+0izbJRS1DLuvkFSCmyIc21whHTGfq2rxPqCcMQMca6sQaKEipatwj7CAUCSg9Rc9LQMd+UYfeE17C8NjWepSt25j0p18CMB4F+YHpObBPhLg55RXgWkgt6ffOe0CcI2RMl47iQpUjOJOCXv1GWQrMsbI4VqYqqE6WdAhcaxEYt5osoBEKDGtdu70sza/QWcsbGtF3JjXNZl1meixcJ81ZWjHmOogADm1eK9RS9ULLqDAmF6Ol6zYKJdsQB4iJVq53OLLpFJavrliFSyPrI0LiWkVdB8lkgnW//XIbZi8qHRMQQ9rbu18UClr7WmeKSkpW14jPLITHQWMBKYC43qEKVAgXDrfh7N49YNrLkvJdR5vY0GRWteHwvzKGQVWV6WsrNYwx1VY3atOTBKkuuZOQN0kCR/VA4jKWbav3VQBDG8ENJLw0l4WfpcP4mWsYOrjy540pdVQ46vwkQ6IExGSEIU1N7dPnIAmX4W/Z1nqh+rxLs4NM8nKil+FIhsWxtvxlKJXhTU0SuDHL5ICF20pM7VVAavijmh9aXWMB3Wn7RM34GBo/PNI+5pkMFUjVMX1/4HHvcI3q5PHDhSNegiK3lfhvuW4ijJTw2tqJaUUzMNB3CV27vEM+rpvGOhz0zYCy/GFsOwlBFHTuwH4xgUuHcrRzLlIVxFD15rZazH98FRZvqsvoPPVe6Qtj6Tt1Z4PH4isbW0RoY+JS2eDNjbqLsYA42rlgFPPOyE4DR386oLHmB6b2vI9cFPO44TsvtyV3LVQ4xxq24rPzPeJHDG+EL09becTBo3md6qEdxgGiQ3kMrZ5yMhWmQuTxtJrNqcr44XHPuSy8D+8hdxAk6KoXdmP2Im/RKwvV/PbupuTcVPq9jSKRYXnnLy0iu2SJA5JRgOhsQpCTOEf78vomAYdFrm38wox6+klnpx9j83s+LCL3+3gPgqFC1LMgdW6S7aiQ/B5yiTLsGQVIfYDDz6HcAOXugFzgqo6RGRd/xiTh9WdrBGjOJUytZQKgXqPW42BY8kwdytbf3hNU655qbBAJxuJntmDJ5tvPT0QJJ9YQx1NLueXz2LYGEdsJgI6gYvwcKp3BjEwts0vKMLUo9bEr3ptzF9dRdyqsR1Bl62pH3UO9jrZdONyeEWBUoGJTUFQdyrX7WkCGE7WALCDDPWC4eVZBFpDhHjDcPMf9InERjvOg4Xbmp3mu0+24X/TthIPt+ekB03vt7HXcwUQV4Bw13dT8tM9d6LDjVkUG4neHm5177n/OA+RemYmhW0fhuuUGmpp/JjnoxrTBlY6z8KoAlIQ0OLTDzkcxjwd3uBkFQzsIh5YkASVBDSYWYBg74DjlcLAkZnPzo3nX/Rhw2//v83anYO4xtdP/AwNCvVbKoLZbAAAAAElFTkSuQmCC";
+
+var __$_require_assets_images_condition_pic_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAAB1CAYAAACiVKTkAAAAAXNSR0IArs4c6QAACS1JREFUeF7tnU9sVNcVxr9nA9HYQIJbg4Lj1oZWMQKlVAlTJV0wLkZqAlINCxaRCo3UTROjplJlxdmANyEhkZookG4qhbhiw6L2IoRINbKJVKpMUmElRThRwC7EMbFbk2KPJzYwt/3e+Jnn8cz7NzNvLp5zJWTjue++c7/fO+eee+6zbECa1goYmdaNTqqYqkRrhYFfAGjQ2vqlYpyBAUNhIAV0Phgxhu3Tmgc0pNQD1TM4lFJ4fqnM+16cR4XC64kIOhsN4xvabwIinMgM+qCw9V6c1JKz2cBA8j40E5IJaOxb9QfxHL0w05PWVhm/M0aTqsEAhvQyT6yhAuo2mo3RhDphVOCASKKfAimFN4yvv1UXlKw9+tFJWzRsXE8qpat1YhcggDR/CgSQANJcAc3NEw8SQJoroLl5oXvQF/9R6L+SQvKW5spkMe/Jhyvwg+8sqi8XdSKhApqYBjp7bxd1QsUevH17JeruDw9SqIDOfJbC+5+liq1hUcffs6UCsQ0VRb2HfXAB5FPqnz9cAYa6sJoA8qm0APIpWNjdBVDYivu8nwDyKVg+3Wuq0tnYxLT3erEAykdxj9dyL0Ohf/jdu+nyh1dT6P5nCkmXXYAA8ihy0G7bN1Rg75bsWRg96Wj/HUdIAiio8h6uq4kAh3Yuc+x5ZjCF9z/PvVcTQB6EDtrFyXusMVmCeuFM7jgngIKq7+G6p39ciZ/Uu5dpOnvv5EwcBJAHoYN2EUAuypW6FuclxLkVdMWDgrqHh+siy4H27ctQU5W788kLKcSvSZLgQc7idOFRwa+3VWaFFL+awkm+wu7QxIOKw2XBqKwgsCJddz9QEzEwclPhw6vK0XOsAQRQCIDyuYUAylAvsgyIfs9AZLmBL/6twCPzUjYBZFM/Ws+yTBqO1fovp9B9sXSnsgJojkTdaqA9lr0s42UxL5aXCSAAhHPwp5ULPCdT8FJ5UtkD8gLHguVW2CyGF5U1IFab22POnpMpul9IPAties2iKJOOiaQ/jGUN6FALN5DuxcygkDLF5fnPn+Ipcx/ktZUtIIIhoKDNzZNyCUtPevNvdzxDEkBBCQHIBclNVD+Q3MbKw/ysl2rzXly+HmRPHFjs5NrCTS4FjW10f9HQKyQBVOhH0Md4XJMY7pwSBwHkQ9BidGVm9+b5OzmHFkDFUN3nmHLknUWwQq1BPllk7S6ABJDn52jJZXGeZ+7QUTwoizh8X+DlJ51fKiyE+F7GeOG92znfLi3bJIHC8ZVcvnlTyha/pnDygmRxWRnQi/ZuqUTUw8uFxYB47nIKZz5XSN7KXZsraw+yROcJKmGF2VhJcAJj2SKAwqQS4F4CKIBoYV4igMJUO8C9BFAA0cK8ZEkDKtWLHoUEuKQBjfxX4ei53HuMQgpZrLGCHssHtSfUUg+NZDmfv4ZyrzWm/dxE23/xOIw5hA4ojEktpXsIIM1pCiABpLkCmpsnHiSANFdAc/PEgwSQ5gpobp54kADSXAHNzRMPEkCaK6C5eeJBAkhzBTQ3TzxIAGmugObmiQcJIM0V0Nw88SABpLkCNvPiF7/GyPgU6mpXIrp5nRaGh+5BvfFrmJyeLejkV1evwI5t9TnHvJmYxctv/8P8vLV5I6Kb12bt23HsPHr6r2Db5nXo6txZUBuDDhY6oJZnuzEylghqb9br6tauRO9brTnHHBmbQsuzPebnL7U9gT2xDQIol1oWoFVVy7Fq5Yq8QE1OzWJy+hYEUF4yLrzYAvTcvkfQtu+RRSO3HT1n/oyfNTWscbzzsVOf4PipTwRQAfnACRDFpujpUPR49nBmW8AFUCHJzI2VC1BP3xV0HD/vesfW2EYcmYMngFzl8t8hG6Cudwdx5MTH5mCbGtfgl7uaFgzMRf74qU/TnvXc49jTvNH8PgigpsYarK7K/ut7l4ZvYDIxC2aF2cJrxzOPuYZd/4o4X1GyLI5r0IHdm8DU9mz8mmklEwcu+jui9aAYdbXVGBlP4MChv4KQNjWswV9e2zU/oyCA8hHwnc6doe+PSgpo/64m7P39aRPC/t1N2P9UUxrGeMJc+OlJfz49aMIhLArEn1stCCBuQNfX3h3DD7ADu5vKy4OYqV0auoGvxqdMr2EjjIOvfoBLQxPz2hFK96tPYVX1wrQ8CCCnfZAfWGH1LakHWWk2w1r84nXEL46hu++yuQ5kNkLi098a2zAfZgRQER4Te5KwumoFut67tKiywFILd/tMBgiM6TfDntXoSfyMa5aXfRAXf4ZStlKsI/nIWFIPokdwzWEjFP6f/yh6uma2zlx72FjIJKyPzIJmwszm+NULIF5r3YceaF/H3MTjg+Knv9t4fj8vKSCGOIrH7MxaX9peOYezH6WzOjZ6ij2s8Wdct5iOew1xLNAenKtQ+BWo1B5XckDZBLO8hZVlq9GbKJa9eQVk9eO169emPdKpWTU+HUKiNoAYrpgc2DeIzOi6+6+gp+/yohSb4nkFxPBG6By727aPygXJHhLFg+ZU4nEAgTDUMeT9LFpvfqXnEFxmiu0HUHT/KfMMiqHySNsTbg5kwrTWLAHEvc94wqwoDA5NmJUEeyOYlmi9mUTwKzM3q3nxILvYx9q3z++3nCgJoLEEch03MAEYHJ7A2fiX5t4oE5j9ifYC6MXjfzezP7Z41z6sqnI/gxJADoAyn2x7es3Pev+4x7MH0TNbftNt9vca3kyQEuISZqjZEX3IdT2wd+BReZ0tC6OXsdCa60TVWtdMsG+1et7PCKAQ3kk48vbH6Do9aPJlIbbjV495fhgEED2hthrrbZVpz+rZOn41NjVf+c58aWR+faqtXhAWvdynrAHxYO7m1C20RB/ylFE5Ccrw1hv/0jxg63jm0UVd33l30LyP31INa3f0QLYXS3BIZ59I6BtVL0+w9LmrgADS/GkQQAJIcwU0N088SABproDm5hmj02rYMPB9ze0sS/MMhQHj+rR6HQZ+W5YKaD5pAzhhjCZVzAD6NLe1LM1TQKP5Z3/Fi/Tjn1J4Y32V8bwJ6IZSD8zOoE8pbNXP1DK0yMBA8j40NxrGN/N/OJuQZpI4LOtRaR8Ies5MBIcJh5Ys+svmo0nVgBQOGwa2wsCPSmtuedxdKfxLAT3/17znwYjRb5/1/wCnyM9HMogVbQAAAABJRU5ErkJggg==";
+
+var __$_require_assets_images_condition_test_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAAB1CAYAAACiVKTkAAAAAXNSR0IArs4c6QAACRxJREFUeF7tnUlsFEcUhl8NYGyxDkiA2cIqYVAAhWCkwMEWKFGQUUwiJC7YNy5YQE4BLpgLyyk4ggsncC5IWUACJUoEMgeMwpaYAxgpbGGziRQPdkIMBqaTv6AmRWemu8YzPV0z/Uoagemq6qr31f/eq6oBBHGx2gLCPTqnK1FDDtVTTHxEJGZYPfqSGZzTQUJ0UDK5S1TG7+jTSgFybifG0ojYTkrS1pKZdzFOJEb76Ulyl5gZf4zhS0ASTkWsjYgWF+OcSnDMHdSfrAWkV4B+7/2clWMZ5hjtFxPGfCqcrsQMErHblg2PhyOVk6wFoMP/Ampki1hogWSyRTiPen8hh2OPhXgwpDvC6e51LB0cDwtZHAOyex0wILv5sIIs52MHIOdBH7288ihQW4mpY2jIwgmBviOIzkN3cU5PPw3sPUvO3y+CmN8bfQ5dPZeGrp4T+Hvy+YLQASV/7aGBlvP5nJNnX8UGKXKAQK+YIJU8IFExjKhiKMGV6qVYIJU+oPEVVLZ5mXSjxQgpEoCG76oh54/+ooQUGUDycLgIIUUKUDFCihygYoMUSUDFBCmygIoFUqQBFQOkyAPygjR82woSU0cV7Bgq3YsiAQgbVb+CTezzQ5fJ6f/v0LZsSzXF5o73axro85IHlIv1GBARFfo0OxtgDIgB+a4XdnEeJmIFsYJYQb4WYAV5m4iTBG/7cAxiBeWuoGEb3s7FU6Vti7uhF9/d8OyXkwTDJKH8wId5B4QOnzZ9z4D8LGsSgxiQnxUDfG4CCIeW+GZOXkv/c3q2t50V5GdUE0B+fQT1nGOQYQwKCoBfvwyIAfmtkfD/doOJi8OlmfyGqEFBf/kqrCBDBWWTxfmlztnAY0AMyHe9FMVRDyvIl2NwFUxiUGzuOKMB4PsEzv0+o7omldjFGbo4E2MGUYcBMSDfdVUUMch3FgFVYAWxgnyXFivIw0SsIFYQK8jXAqwgbxOZ7INyMXIubdnFsYvzXT+cJLCLYxfnKxOPCuEr6H4fDfh8NyCXCebSFv++ghhfkUsXObcNHRBm8PKn+/Ty/IOcJ5PPDoYsnEhDasP/h/etAJRPw5ZaXwzIcqIMiAFZbgHLh8cKYkCWW8Dy4bGCGJDlFrB8eKwgBmS5BSwfHiuIAVluAcuHxwpiQJZbwPLhsYIYkOUWsHx4rCAGZLkFLB8eK4gB5c8CN49dlp1NrJ5FI6fE6dGFW/L3pVxCUVBP50M6t+NrWti0iqavnG9s39Z522Td5XvW0b1TV+nu6Wu0dMcaqmpY/r8+8I57p6959l02ukK2vXLglPEYpq1aQOPmVRrXz7ViwQEN9PXTybVf0F8PEnLsi5pWyY9J0QHhf+c9t/0r2ez91o00yaUkqK399fNMfUOFH5/+jFS/JmPA4pi9dolJ1bzUKTggjBpwfmg4RE+yhKQDgpEu7j5Bna3t0t3B0HrRAbkN2nO9ixKdD1PtMBa9YBElrnel3Kn+DIvJvRjyQiJDJ6EASgep5mCDr7s7urSZBv58+obq2ja1yp/HVU3OCKjh+t43nsGl4ZMOLCp2HjlLF/eclPHtg9aNQdrft+/QAOmQEAtgiDObWlOuL93IlVssG1VOaKMXxJKqxhWpP9IVNMflkqAgxCgFCMmGSkDQQfeFW3IceK6rJV41OW2887VyDhVCBaQgwdgw+rcr93kC8pqnO5ZlE4NM6uLdYSgqdEC60eFa4MIyFfUchnLHAfef6UZHEuGOT3iuFKTqqqzO/X4oSqX0hXZ5BQWksi7dAGWjy+nd7WuMnIBSGFzZ0u11nm10QH4xSNVVwBSQEVPiBPeoYlbJKyhdOpspUKez/o8Nh2R8QFaGdNermLgtt4LUz24gkQGkp7MIwkizGZC38yioi9OHki7VhZ9370lUG7WXgTKwm689sMHILZpUcru4yCooX4D8YoE7bfaChNQZGSROHSLv4vwAYQeP87WBvqd0ac8JWR3K0Q9HvTaYqn+T+KPqom8kAjogdUKhFkJkYpAfIPUc8QkZG4p+9qV2+EiH11/YmVEYSCT0jafab0FZyMz0FB2qwUcHpJIRlS0yINc5WiZAOMFua/pSgll/sVm6pkwFasQ5HY6AoAS0BYR07lGPQdgzqcXx3p510Uqzc1WQDg6Ho1j5mUpPZxedXNsiH2MfpCDEqyqpWtt3IQahACgK6qnrh7rjW+jS7hOENlUNr46RvN5pkpBkW8eaLA53N9Ne3w1lUhAmpw5Maw5uoOkrF6SMisxOV5TKCJU7zBSXdNDKharYB2jqTqmqcTktNdxQZwvBq74VgJAIYNUqt+UFCGk4jK+fJpysb5FHRFjxCpKKGwBUd2yzbJPufgiAsB9DfcQuFMQpHOmo7E5BMtkg5xMO+godkD4hGBi3lTogrNyyURWpszAVW1Qswc9Hq3fJbnQ1qECv3JJaBO4YpLfX4eiuDGBV0pHNBWM+YIUGSKWyahKz1i6h+Q3L6ebxn+VlmlrN+iRhHBgYxkeB4lAXqsKq/+R1sqEDHjaqnJ5rB7DpkgSo59qRs1KV8xtXpE0+AAnXFEpZ+TC+SR+hAHJfe89rXEHV2+veUI4++Pi8Spq0bDbNrn9HZmUn6lvkjSdUoeKEvrL1eANV6be3cHloB6VCJfJeyXGIhJCQM2WGWAiog+eoV6gSCiBM7puV+6TvxxdHFmvfSYDxAQFQ8Cs+bqPdOHY59X0EZSjdvalTbxUzABE3pO690WCMjIxuzbEtg2k6qDahAbp2pJ1GTo37XnNnmpUeF3TIgAHFQGHuVBxuEwEft6nqsDZbq/kdM2Xbn1/90AD5Dczk+d1TV6XbcX91Sx0Zua+60/WJ7A/15cfjslC1VScPJuPLR52iBpQPA9jeBwOynBADYkCWW8Dy4bGCGJDlFrB8eMLpenyHhHjL8nFGc3iCOoTTndhPFCvc1jiaph7crIU4LJyuRA2JWNvgeuBWgVrASc4UeIHT3bufiFhFgVo7y86T1CImj9n6ClAiMZYGYm3k0OIsu+HqwVigg/qTtWJm/LEElIL0LNbMSgrG4sa9JqmFniWbAQdtUoBSoLoSM4hizSScxURikXHHXHHwFnCc38gRx0kkj4vK+Bm9o38ANV8bzyriYKwAAAAASUVORK5CYII=";
+
+var __$_require_assets_images_condition_book_note_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABJCAYAAABxcwvcAAAAAXNSR0IArs4c6QAAF6NJREFUeF7tXHtwncV1P/td6UoyL8kBEtJ0EEwyDZ1iW4amzZSMZTAGm5dFYWIDxYIOKfXwsGlccMFY5lEbSGKbktAkDpKLwTCl2BDAvGWaKTOUhzEmU5phIoeQukNsS7ZkS7pX99t69zz27HevHn7xV+8MSLr3u/vt/vac3znnd/azgf9/jYqAGfWKI3DBrGVdjdW56uY0hUmQmOPAwkQwpsGAOc6CbQAACwBubj303zaw0GPAbjEm6SzuG9iyoe0U99nn8vpcQJrV1lWfP7r2ktTCFADbAmDq49URJtYiNGAcStb4X9xn7g9jDb/lP7NbrIU3TKm04alFf7jpSKJ1REG67IHfNhtTNResmWWNPc5YhIBfAoR+013BdoT4EEhg3fc9Umoc/3cKvwGwzxRLZuWGRSdtO9yAHRGQLv/B76dAOtQGFpoNWYZbuTcKbx5oLYgGgUDveKvxF4PB75JlWfdGuBYIL7yesMPxO3JFWPrEYQTrsIJ02QPbm5PE3AnWTlUrxFU7D7LWgDH4U16G4HKuZtBaFHj6ugBqDHC55bjbmA5TSA8LWIcFpNnLtjdCjWm3FprdDiOdZF6eb+Rtv+f+QuNox0KCvzA87HAKSrIwNkQ3XpJYSB3wsUG6P1Maez/oS5/4uy8uPRQXPGSQrvjeZzfvt5IlqbH1zkKChxhg0i2boLMmtK2s1w27FgZTvFS4i+4TjUnEj5brptGVs/mpj3+34TcHA9ZBgzRrRVd9HRy1xNp0PjuM5g/vOsy1uCB/L883RE3Z3/31ZHDe6zDOkQeSqzK47jOHj+ejMLb73ROaQsNHRgu7U7BtT97ypVUHCtRBgeTcy9Qk68HAxMx8PNt6M7HWuMkRLOE+aD/C30zSPur7tQXGdm5IV0pk4/shQOydYrXekiMDJS7Eebk9sEufWHBg7nfAIM1esb0xgaQTABpD7MEVVuYjci0hbKIiiWqaw7J8NsLfirWYlDThu/eiv+n++DXT8diCE68Zq0UdEEgMkDHmZL+jtJtk7hzPcUydBEbRzPsJZYjIGbL18ayDQZCFRZFOkzUZH00gRFEKFc4i0eVcnEBLBwtrxgrUmEFyAOVM0ikAeZ/JhvOR98a7j+cq5hBCmsjHv60A5YWpEIdDSKpF98cAiXm5n5PiKL8JzlspXddcBdDx2PzRLWpMIDmAqo1zMYMuJoSJN/cGTGGfKwvkI1mQimaaNZi+EHAywUDUvBG0MCFxtNSQinmbQ17CXxE1Jna5lqsfCgo4jF312PwTF4y0vWMC6eqVn222BiZJaiP+Xr5gtC7cVXEjShJ5Ih5AmxrmjexP3AhySb8jdK3UdvGSKMUinMTpeAwic7RaghHDLbN/Wlrw6IIvrRwOqFFBunrVziX7g8KSKNtll4jyZqQh2lCaoCSV6AKV3DOK1SpvKo+CmCLxJvgciJJ58lqVh+sAJ6lHQrssdwm4OTNufvSmE96oBNSIILWu+H2zzYFzMwysmnD1aBI5uFIfZk80SDraBGSjei5wEXNPBQ7k74boGeZKZRAjhjkUchMau6qgwWwzpVxTx4KGMglmWJBaV3TVQ+4Y52Ynu6hAAOm6IhAw3cxvbWQZIc+R+pXzIWMs8oYBSFM/aSYZeR9RClGTFxXyevFglX8gEPGcdX6CM6R5qHu5NGpVxw0nlPHT8CA9uHMFJHCzTwoV+i56WF1+cPIm1hCvzE3m+KOTTDJJFI3BuHzJbBXExcgd5LqRNXICCrCzL0V3V8mkQlisB12W03jieW34OdvcPi92u4ogta7Y3miqqrvEKnCbmRGJcKUW5RWra5C4z/p6rZ191jgzrmZU6hspuIzps092DMFDL/TBjt4SErRCTCyUc3RKQ8LmK7IH2NR+4/FTIzapNINrHtrRYQDmUqSibI/zouBQou/IDoY0+PhjE7jvrzIC5JiWe/AX/ffvinD/ht5M6AvWFuirQu2tSqjUplM7bjxB1M6yLXZWlOTzv3bsIpU3WZL7kRhXAGnCU3MKZGzPnVBrZp81zn+4b9BCf2GY7xw8JvLNLxyTyO+3PtoDO3tT+TuImaRo6hVnyZ6+ZazZtPqG8WJNZSBd+8Od7YkxrVmZg7NfIlgsPbPlhidEHPKiM2vh4j+t878/+3Y//PztfikN2HWzY0giyMTL42EoCmzLm0EUcN9VxxkG6ra1u+3OPaWydWWzd9TMUUMnXctvvv+iW0OpNHU1WVM0mLOi6pqaLtnzKPGhrFiRKFXhOK6yCHczB9BFBJIDyAFFM4hCcKRgSihT5Yoel2gQk8JgLMszIO3q9dEyUkL1fXjePGdUTXF7RUGFZNPqeQ3emiKQrnt4RytA7hHWdST5Y21IBWNMWKlY9PPFSMUbceEZtRFIP39nIKNqs6rLknfIhTD4ZFImFdV0ueHmuOzKY8WSFq3dDbs40rGCkv0uG6WuFekaoRgAKNaZho5rGnoikP7m4e7OFGAKtW6yNaGSZSsF2rhwvejMOrjwzFoP33PvDIADCXMTNiQd0j0iZJFadgnvo92onJoNyQL841XHAbvbP6zd7dOB8JKEO3ZBLoRVqcPlDc/TGjP/p9c3rJIvXv/w9kZrarvU6EIEkpxxP0zbu8ILr0MJxVmSBskBpTURaQ3577P+7WgB67SQ5KtIpPKn8B2Ae684VkC6/bE9sKMv5Xlg3M2WMIrWM84kCjrtyKYfX98wVUD6zo+65yY508GRK/gr6jAhuMfyD8qsXKMFQc0BdMEZZEnvDsDz7wxQlkIQsLJYITHVPID3xZ3QcwhUDnCPBmldr3WchISsyiSV7GoSVwGJTDwWBWtroCFY0j93bwCASyg6RSVHuSQbGXNICZTva5Cef3fAuxySJy51/NF466ggpmgZcQ4TpwHY2eu8lYhRrMrYe+YcI5y0+Ik+u3P3kJQ5HLH8t3QXmEsiWkqQgkMF4L6bptAiIM37cY9ztcZRshmkZtHZMYg7/4hrRbAXTK41F5xR46fgQHr+3UFB9sIza+3MyQeehv/rm/3Q+cuCNC4xDzH27tkOJFzK4nW9sLO3FGJSXJSHyKocorKd4tg2TR/0I89v764vFJNdkQYkCJMYRn7tsyNvyBzJRBaMlMqZZ9SIuzmQXnjPgYTmf9ulR8NXvpDL0N/of366owTLnu4TDidqtHcpkO50ltRbCjlCJBWX34PHIDlTf49dfJMH6W9/0jslgZI6dIBpFkUinlRwcu3sLJXqHr0BbykzJ6MlvfDuILzwniNu3O0JjVXgPqvLc6acZZvKgD39Vj9s6RqKpRA/XjXMnFwLb/2qAJ0fFsL2kkLp+UsJfySTUthTrS8tK4d2TLe/8Maf7Wm1qW3nqbF8wObM8qfOCUJDNhC3bg9FIL03CBvfGyQBHsV4b8qOF6jBputA3iBuA/mUJKwMXVttIq+nvP+GuRe7k86BkKJw0zjxDA1QtyZJN/CqG366u23/tUt08hgGF+vWWa64ls6YdNSYMbkG3H/ekhAkNhef23JJg0ojnxHAPefNisYu76lQFRO0bf896opINUB/s4DkL5EbqGQYs1epV0NXhbrSN63evRLA3KyCbIagEW2SPwl8nFIk64ZWl5nRlBeQNm4ueEui3AZLpagvFvWAOd3C+0UikSQmSg4xUJc39msn5eDTnSWzqzeVBqnCA4uONKUWnW6N08ZULHbxOnS31bvbDZhWYQJRD7ETwskYm3wCxqROefMpjNLkmNwtwPmT8zCjCS1p42Z0Nz41Upc38I2vVbnFxSpZsDV4++Oi3dnr8jNf/9APA05aw4Q1SLl/fU6t5yUH0P0b9sG+Il+j5q/TjcqUN+y7HqSbf7bH8ZEHyXOyZKjBp01iwAPDtecoXHt+Uw2c35T3N35x8yC8uBkJ1RnGjTPHwVdPGjm6fbx9CB7aSFk6OhZ/XdpXDoLzlMW6Cxat3Qv9BS5LiMp8wyW0oJw5+VMn1AuLjwLFWNFZA4D5j+zpsNZcrZuGLGeweC68gTYcJ5A8ridJdInzmqrBAYUgFeCl9wtc0dobzq8zo4L0vyV4aGN/5iwT9dTIx6f8cbVp+TO8h3u5e7z4XoFUNuX74aAB8iork96ViLypzYUcgqFCTta5Nx1IYM1cf29/5sf5LmXEXIy7QfAsUHAKMnup2tEF/H3Om5RXllSAl993k8dwO/7oBM78alWkR5OxeLdyAt3bHw/BvgJTI90zzAHcGN+9uA7qKCf98JMheOQ1Z3n4CklxKDO0vJLZfP8V3HyRxILY6z69pb2v3VqrOEm1bpQcEolsZP6SgNIOsek6N3BA8Q6/5Nwt25Kq0GKKjB2vl8OlXMM4gObNqJPSprsvhe8/O+BBleBQfv5ABQ7v9yrIsSZeuW3vL7ylvRdTADY9aijEf8dk6XOcRIKP3JBzqfMmVcN0BZK3JNkl5Io4WqKrIldIwRxhxvnbLRfXwR+Mx0TUAfSjF/thV19Z/avUTLSSUH446BNXchi3Bm9Gfm6qK6NMikDa02ogaaeALtEDhU2t2IXOMB8h46QDjzqiO7r/TZ9YbaZPqvYLcQC99H6RZynuEJJAOtQgOU2ETfTH9Ka8dWPzmx2vD8LW35YQWC05yukDog1/XkpaSWEuKhnLtqRCOx4AFv5L/5TUpp0siUSNTjquEhJQOsYiOQweBhUuoEx4+sRgSQ6klz8YCpoy75rHhjrDlMxpRLRE4t7/1mnVcMk30IU9+FuK8MqWYjhp4heMzMNlCPXXlTAc7qBztXAegfgsHHJFZdIVuFVJfpfUaqz50tJZRpCoRjFMLVDdA2nEWdG5E4MlvbKlSFk6WzV2b/VxHCmHUDyKGsJfHp/Y+RfWymb84r+G4Nn/dDwH9ltfrzLnTqqGX35Sgiff5NqNDUdr3cHuAz8qCVvXq1yxpOm/y00XrunbBmBOFpw1qXK4kKuHdQeJfOdOrDYMkgMogEQlCEfQ7H14aPW+056+M702EPVeCyueG7QDgylu8oW18GXiqGVP90N3n9KcAuFQUswc5M2f2/eVO8SY6QT5dmHH3naTuIRS6kcK9sI1aMboKuUtJX6P3NABpEF61VuSGyGcypV8VMuy7NchgYRbW2KAfvLyoBL7jb2tpdY0kIi3nEHS91ItKEpJ/XlOfgxDtlwEPTXPpBREt1sf3XczgFnBIZ1OF5X36olHooRLnyIjIpw2sQqmTUB3e/WDIfvKB0XRoDR/lT0CQXowF5sXnVENf3FalazjwecH4H92Me8gEd96aS00HIVmft/6AbQkKfNYMgipU1YtIEcpO8XrXHJwaGC8OFBbe3d9f1WtE95wQqo9JNIEd3/UqTZJZlUO5MLqtNOrzDkTcHHOil7dWuLo598LnisEaF3poMebNiFnGGgC2wPOOQ5FR29pDNL9Gwa9xs2fsdAnyim3gkjVrNQ+UyfjNi2/elxoBLhJ3La2352qnRLENnKIcJgaAYzlDVQCuEVD6cq0CVXAIL32wRC8+kFREVnmVC1HEiFOgFO/mIPrzg2R7D8+KsFz71BCSuUPn651INWTJd3vLGkfC4Z0yzI5JlIvMNNmTVIfPjVw7fIr69y5iPBatLZvPtjcinJnRfMSyNQfiqgixcABdM7paEkOpNe2DlF4VmeYtDBOGbz71C34uml5qCee2d5t4Z+edyqCaj9Jdxng71tqAkgbBqFnL2rvWpuiVQrTUW7OzSveeDRyWqjNwSnL59Rti0Bqa7f1xer+Lgum3tlrylpKbD3E3niOM/JvPtAJYM4+PVjS61uH0N1YG5eSRpUctAl11QZumJkHJuLuvRZWv1qA7r2U2WYeB3NTWzgrgPTAMwXb04dRr+ylz1DhXEUAVCqND0zG2jfuvaquvM3tBr39scF2gNRFOVFMubemuZDbPqGEUD1GAHAguf/cy4H0+lbXwaAWgj45KxuA8fayb1ZD06lBRvnhxkHY3o1Jp7S20HwxUIGxCy/Je+tzr+89Mwg93t3kHKmqcMNjGUqexdHo8Qs+tZuatGXZFUe5NpviT4L9jkf7m23OvB4KQMp7o0MFqgRhjZpGYy/45h/lYOZkBGmgYGFAUxIA9BcAPvo0ta9tHZJu3NkTquDsPwkAvfBuEd78FXZjJ52aiPtmLYQBcu/f+1QB+osZTmI5Sp3wQK0ilClKTXGgdN1zZe2pfJ+KZrn48YFOC9CMfMwlUaaHj/DHMCN5+1120WbejGqoDWVWRQ/4/rMFxyGez+6e46RKfHU66/vQWR++5s3Iw0n1I2ez27tdsTvE4VkF0BEO5YdkLUhINr327ivrOkYEqW1df2MJkl+jHdLjUFy1S/uYzVlX7CEaOvhO+0oCM5pyQqpZlBzB/uBZNjEL15yTh1NONPDR71JY94shKsNwzS1/XgVNpwyvZm77zMLTbxWhZ6+cVpHEqEzioZyGKVq6QKhSdN01p0asqKK78ULufLywEhK4KfvIgT45JhpexqSyBqbdQX82WATbX4gfIKw/ytievfF7PCceJ5yYDaM5ycRbvSNd76HR86m43xUenchuXALpKW1z6qLneIe137b1tt4OFDbvf6YVH5XAHoeIe1qayKKt46x/KI9aW3LgnSw0PmMQDlKJjsF3oxJD9esxdNODNf7+fKiDMn7hHOpUsPzsVKiUlQ0KJEqpXbN0dk3Z00sjOnnbuv5mMLnOIDcE3NV7skEhA+AzIFTnqeSPNWUnrjnRTUakxWk52osyfAl/HgwiitqshWBWgjbOL+m4ePaQMSmD4WvtNujPN7VdY8Z+2J1v0PZkcQVYO9/fmOQDjMZ0lsj/lHpFqhrfBuJJoQDrTQqf9vQvKUHJULmSEHPlMpG+o9V17EZIZkBny/m5GznhFsRuNOjQRgv6GE4mycOkOy/Nb8m634icpC++64lCp3v2InMaN37gpdLo6j0CTZ3cDaYRLouzZD5Ynx1av+96wYSWmE72e3JAX55eChvogUvt0rY5NU7CrvgaOabSVxw/JcXSZrBpI/e/JPiL0StKDs1NMhIWz7nGw+fSolpdeILMI+uHIUuXzSUC5wyVTLPsvBkbDdkwLZm8AiysuvPb1Yf+KJeb1bJ1trGUK3WmYBsDfYRUKRvRBB0GjEUXbnwqnxM/CAcYxBvkucqIk6IkWMAu2/GMoCdRhzbAGLtm8eX50CU6FEvi7zJQ1gHFEQcJyj9vQlJfRIi8255QNdXKRKm6wKLFH6XQXkq/y5hsRpLq+INWRNY8DzwxEsXGcEKOeMraNYu/PTpAY+YkDfCy9bYxLZU6rXWpAa5aRzVdQ6LxBKYO40Tz92/rMco5yF9BJ2SkplaXyTwkAUWQvPmhdhAVxumaO8ZgQXyDMXFSdtIIVNoJYBuzbRyJ2LzDQgF4Qk5LEfgHtaNxnWV5Ip//UC3ZUJtKxU29dzyFx2yj2obBPffnSEsXX149LElX8riDAokHuvep4koDxsm+XMiFZCAcAKVUUlrWZDlcT6kol+noqpwGb0mSA3EYnSwRUVxMWi+UR08S052msPT2y3Kfzz+eELnfvw217u+GLgFrG8MJOZE1SCeTEmEYvsHsObSY2MYkMIh/yhFqSnyQw5wE4jrKSfQsHgcEAPN+WpfMuuMC8/n+MxxZnoI0XWKMmet3H88s+Uv0My1kDrgQlWyWcxAFAiJgPArlR6uk7kjgUPkQ33+3awkt+svcAblX2Xwq+eDBvnff03buft5p81zFNMDRL5QYLGj6c3Z8FoxB8Av1Z4n48RI+K0bd3tAGIWldX8de6Su5NRYKSxe1xMXqwaztkDhpuBsuWz/UamyyxID158IpNyBq5m+RVeiaDU1PP+8bTCd21JBASgOCADKwqQRm6aIWc9j+CbMjAhLD8MB625zatNUkydX0XJlPr+KygfkWQ7X2pyD7aGfDy9wYrpp3nyQAPWlqV/Unycq2lvIC9WCsJ0v+hzrGqN93Zc04gFkG0mYLyRRjAEmeUZGHn8PpNB40ITDU82p8Wvf91MKmBOCZhYfRaiot5oha0nDo3b/eTkrwEY2J+//BuibXRTIGTnaZvKQTKB33gIXdFsA9qOhaO1sMwLYcwKYFR8Bihpvv/wFJGT8ZC3pKgQAAAABJRU5ErkJggg==";
+
+var __$_require_assets_images_condition_book_mark_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABJCAYAAACesWDiAAAAAXNSR0IArs4c6QAAFwVJREFUeF7tXGtwXdV1XvvobUtBMmFoMqSW3ZlOm06CZfKvncFuCYTQTm2CiY1pLOhMh5RiSwkpGAy+5mUeM0jONIUOBJuJwYSXzARMgAabNsP0B8g2TEra6ViiTUMpD8n4IelKOqvaez322udeWZKx86ua8Vj33nPP2fs7a33rW48jB///c0IE3G8SnxWlgdaGxnkLx93kcod5e5ZlC3OAJQCAALAIHCAg+DX51+86wGEENwx5fjCrrR3A8fGDT2/8wr7f5JpPO0AelLp5TevQ5SscunPRYRsEDOyPx8MBIPJHHilA51/59zxizqHTt3AfoNsxmcNruzd+bvB0AnZaAAqgNDetQ8QVDmAZbRDQkXXoj4Jg3xT7kf/5M/l+xXkc7M0BHn3m+s89ejqAOqUAETDz1jvAbkRs9Qt24Qq022AMwSzie7Ip/oisJRwMjr5LxyL6N+gV2ZRYlH8dfn8XHOwol+HRU2lVpwQgD0x9y7wNDqALEc8IDhF3RzsO/IIOnKP/9ccJfB7NYGUencofa1IF8zIHOweDCNmOJ7979pZTYVGfGqDV9723DB1sB+fa+W6z5xSWF/hFLxcMJhzoyDoy+kWgsQZl7S2+78+XZQi5B916LV0FEQYAa7t//L3PPvdpgDppgLzVNLXM34wON6jZIxqvYNKttjpvRWRT4n0z7kGA1BinXCXkbs/JJB/Wk/WOZMe27O5eNDzjRaax2zl/b/XW99pdQ7YXAYPViJNYvgjuQrxMqDFBB35hKir+Ho5nQwueRuzDXsfuKcAyvxH/kA0J6YtWkI0huIEsr1/++PVt7851s3O2oDX3f3C+c9iHiG1Gt0RG8Z7izQPRI0MY2OhFdqNcLYQczxXZ2bseH8lIq04KfiQAq0RgJ04Mk7nPOTeMAFft6j5791xAmhNAa3v+pwvB9ahr8JW8BRF7sJknK+D3lJyZevgYshQh7eL3T/DasJSQkCX3uCa2a75+DpPdu7o/3ztbkGYN0JU9H3i+2RwjEXmW0TISeuicVuAlUSv4Bqu/4DbkdJUriYYQLNBGNtUK5FlsdHxEjJZiUZ78Q4Sk6Jo7LD2+YXZRblYAXbntfzcAAqEe0wHaaHHzJ7g1wWUCNwln+J3zEoLrBcKNoY43Ff03BDwjpfj6FAhJb4c1GU4KN8B7KMtwsVzMux/r/q0ZLWlGgK7seX+Fc64vucnhfgoJ08YoDYjZAvGPbsZELSuVha7Iqtj0IimHE7C1WcKmC0WpFRZH0Yx+jcKSZBUfKxmNBAAHy3+0/qzXTuRuJwSos+e99jyr3Q/OnYGY+xtP0iVyDutaE0ToDnJywa7DAlCjSjgm1/PI+RLeUGD8xvlYzdXSLbGEYozU0QRcDqJkrQwhhVXnhsuTEx1PdE+fz00L0IqegdbPZPM9OO0MjFKyukGih9l6RP6I1qFvkdlXc0m7Aht+KqMdSSC5AUGVMweypxp9nZ6JJUAWN0KH0vcGssnapTu626rqpGkBWtf7QQ9k0MUxgC5hydXeRN64uN20JmsB0u+QS2iiVi3NkO9VBdgIxcBfDJP5jqClLkBAaSABgN5H15/VXW3dVQHq7PlwBdRCH9160jQMjs0VItlyxAq3NLGIqGM0TgnJO4eUgDqAfCquMHfQupNMNUZHvo5JWdRrjcYgHkjXbDUIrZDXEa+Fy3dcd1ZFrak6QN//cGAqM26n5DFGAN6E35hNRZUYJbQzsGJ8RJKMHCUYJkE1IlIWY0saJDMdhA2ri4k4jwJBjDAJAZr5UwRTv1N5zksnwAZxvKaj6GoVAHX+4KPNUxTKekdioo0mQtKaV3LwSSMOR1WNXlTtopAbpU8sjHGcNhFIYzfVkjhSirhmn48eVZAOogeIGWSJrL1ZatjUJGCEuOWR684qJexhX/ioldXV7wWAduUcK9KMxqAIzAzMhcAYIZTP5c6xMLSCjy1dKYRcK2avVh+RU7B1hHPmCJgFw7LarIriNLpNraxaHk254/BkOVtsrSixoKsf+Gizy6EkyGoGTb4V1kKLsqrWQByJ12qgeEA1xayygKUBYUE0IuLOkLPNS6YNBuYDq9dCRdPuOKY/6oxTSyw9cu2ZWktKAPrLv/9oAMAttLVgZcHIR95k6cZVU9FJ2Q/hnDNroWNxXcVewjnmoML9CV7/ZRk+PDIZrh/UcRSj3vokkFRdl6QayX645s11qXDjp4p+wxPlbJFYkQJ09Q8+7Myc205iSrhHag/8jgeJpbtEOIlOafDS4hjeuqrFfeGztbO52TMe89GRHG7cOcyCTw8XHR3eiLySVjBthVOZSLbJbkg6C9Dlrvuha9u2EXfzz189OPQq5LhcugdkIpLrcFphAi4JUSJZZiItaxAJU6lj69oz3JktGRwfQxgpT+OaM0DTVO9gXoMDD9DGnYc5v41ri8I1phVaV7L7iBkJhXmb+/FeeU/7Hvp223IF6JoHhtpzgENRSyi3WmFTcH9LKORwNgkVHrlr7RngAXr+jVH4yZujnNyaMoZNTcIds6UT4qU//Uoj/NlXmgJANz12OIXTLCPwDSvseJBJg+w3JeCY9EVSFr+EeQ2woPeqtuHw7WseGOrMHTxSkHlsscKY3KaKyRhdzggPZlYWObTyO9d+RgF6/o2RwElLFhU5KQpK4SXLpr/7+Vrw/7wVvvr2GLsSwr/8+3gATXxL1qI6ylqJTUtS70wBZ0WQA3Q/dE3bNgLowWFfPj0/1ApUFfN1LTmLzxrfrFbwslL1zisIoBfeHIWfvDGKmy5rceecWTMj38zmAA/Opsc/IXwSOqCGY5L6aDrDTUgjPFMxrAn5vgevaV0e9vLtfxgOsp8sggWrCC+W/WkZNTHgGPaTXMmBywBvX90SOMi72J7+Mbh9TUsA7OQ4iczVctKmXUfUrYK3hE5HTF04MnGdN+nO2sab4VKVd8MN9bjIXfPA0LKsJturFcAT3zrpnItEJO4RwSbf1XwrAuQt6IU3PUDeohzseXMMn39zlFrL/qZIX9nmkEJHaT6LlyxtcJec1xjc65YnjlYp2hliShNsTTlsnYZgrxRpExPY4f76wcMbwGEvJaOmFaPuxIUsJT+vgYJjBZBUTNKLdLEO4LbVZDEeoD39ZbwtWFQACF7oH01yTBbFpDMyTmalTCIdEkT39fMaQAC61QMUfCzqIN2HrEk/r7z7LGtoTxzbjCd1uWsfOuyL8F1Var4ScYSMo1Nb55bypu29cyfBHxYBCQDBlgCYB2gU9uwva68wGlAh3ZCOrO7NgQfo60sbggVtfuJIZERbDuZCtVAHCUXbHuLkVyujhVJwqErm29zfPDS8F8CFAQP5kRKA1ULSZtFQrlowhmzbwpHay5ZvssX0j3kOQnn9Yv8YvtA/FizRKr2YW1GBXe8F27c/78VLLUBHtQVU2R9jXWQq+zZNikksicrYnPRLCgA95657+HA/IHRQ8pSKL4ng4aNYOhAy5zJGbEoU5bw/sPTNFljQ4sADsqd/zPnX3oJe7B8L/2z00VIt3ylbuhD16z/y1uNB8ha05cljWotm19ASDckq1kaqr4w6tkI3ABBBYsE44NY/fHgQKf+yRFUgY5LwXLIMZ4p7ML8aUqXFApZWNTsGKABiAIMX95OmifUhYhNKVB1dT4ScMbOLO+oDQB9PaaDSk8ckveArUrHNAsoF6FCYY+aU+rBkAaYcnJjFoLvu4U+C0kpEoolCKsdjrQEzcC4nRccJIgcHIXJDI5svbxYLghcPlLF0ebNb0Ozgp/u9BZWjX1OQ4HSFy7s86SGtnNDTAsSLO+rdxR0EULAgtXxNxohvCumEkUKVbD3NO279D6eYzrRQrFzXlokHMHMQQJGSQbXSRXIRQvRWD1AApBxAia/HwnvCc9I20mirtacktQyHX9xR577mATqaw20/9gCxTWfSE7NJY2jDAOaxTeSRy7WUwkntdABt+OEnPIISG2tBE8RSAt1aW04Q0xfeiuyellYRnQXopf1luOXy+Qlg2sPiXVbjQrt2f/xFS+pAAXrquM4USalS2hXSio5tJeYGqSiG8gbnFuGG+NaWdvnCeV3XI0eo4UUkxTM33lclYYgn5Vmc6ECsUSjCK8kzF9C2BBAPzk8PjOMtq+axi5XBv1elgMUeL+zEjifunKP72tJ6uGhJfbCg258eUe2VlFwU1TgLYGoJsdJJN54YmnEwJS103duPDgDAwqSFnLZnVIYnBTI+aYUo4xyHiRI2XTYvWMxLB8rw0oFx3HQZASSvi6WK1Eu5zm7TIES4qCMCdMdTx4nmiZgj+VbOA6TEbD5PwnvyPRx039n+ySBAtjAGayk6afVCi1BWKQetFNRuSvCFHjjebAHZX4ZNq8jFXj4wji8fKEtfWTu2xA067ZHgJfrswiV1akF3eAuyUjH9BhesyTpipA6kipjnzu8h4mpmAygHPeC+s+NYH9A0KgUsjrFUg5ami8wYco8vvKSROXERIXTKqbg2BwA3f2MetAVAyvDywXF97S3olYPjDD4PGBSHFaoQp0fvonPr3IXsYnc+PcJ9fUqTVA1o4sRUEUq0Mo1VZZDITCFr/HGwz313+5FecNn6EOepB5bkR6Iwo1LkURLVKFHCsyMnnHCTAeiVtybgpkubGLBxeOWtcR7XMP18A4rpnvG7xCcXnlsP3oo+Poqw9dmRaMXhvnBqZgZC7QSc4SFTnIuFOlVBnmby/Pvu+u1Hu6aGE3pIaLJbSY025uxixuxTUhOLesVOiKnTIYICdHAc/vmdCbzp0kbnyxXeeoIFmZEYTXFi31w53HYnLjy3zn313DoYOopw17MjTK4aeXnVZvpEp2ujvcc2ugkTKQYewC73ve1Hl0Dm9ldYczEzn1H3hDPYTDPY8caVjc672H9/nAfu8eD4HwFo2hmjyj68nvurBqCtz44khfpU8OqglozHaOeD60T6ulqwwDxf7rq2D7XW19QPTI3WncEZteSLFBasStUgUaXtI60gdj2uhcCNKxuDSxV/BCA+LlhvY72DP/r92vBvtAzBBX/xnzmMlnPmR7KKC75cB2JBd/eNxrhg+3VKqmLl1CaigC6/x0BEt5cdkL9777fmUay+4UcjexHzZc5lSm1cGeLOeEIMNFxAbMwizUxvaYZJJH/jCrKg0XGEn78zCef9Tg20zXfwj97F3p4I32+s88DUBGA8SPbHu1H/oUl84z8m3NAxvwEED9AF7GL39PmakjafYj1KTqPlgdjNKmb9bPrJtGyG+T/dva55WTjNxp3Hu3J099OVJH+TgphOpmjIstNkyj2mchdCpycNRFjQkuEXz3Gu/xDi8bHc3XBpYwDoZ29NwM/fmYA/9BbzezUJMIfep0L84rMzxcoD9YtfTcLrv5zEpYuzYEX+vXt2j6alLH9tTisk4Mh4MQOpglBHlRNPkRJJftXd32reEQAqbcfW0dqRISZXUyhjt4/Dyny3bFmExYHNnUIOK712ub203BtWNkLrfAe//hhhQTNUAOOBO/T+ZLDQ1mYHF3y5FpYuTov8Hhhvlf7/ez1AxZ+KymayXl6Q5msEmPRLpS5UA4vuXtM0qPZ8486RveHJHFOYMteVRCRm/Za0ORLZzF/7W1JzZh//WwbI7ulf/2sSXv+3STj0vn+uQIabSHv5kkdbs8M//lKtqwbUfbvHOG8M9GJWVRwhVvfQIQi9/QGyACKBh7Bv6180xcahf/fmncdpBpp/QmmBetVFq9FJzTBdK90P89yFlkEKE6t+/X9wTo374jkZdCyu8dwCP3t7AoalrCyFOTMJS9KGtNeC+eD+5Eu+108W9d5QDn+3p6zjMUS+lY9d6c2w9Q4a9NTZIxt+nYOr7lrbtENsP3zfu9l4/ZjvrrbJjRBjkt6X5T1pL8e0IM4osrHoo1BmiitQU9t8wn04kK7cPeIsLXaJqWsSGT/zQHmQ3vlVDr8eEmUoTxhVajPOYyh6xVJxUiOVRxoQcPCutU2L1C6sqd/02NjmKY4L4y8xedXEgQa2kyadke7i2fahHlukFkMshgE5p21GygBnVIcstWOEM2ONOiCqwYNHf+3e1K9s+dikHhJspupepTvWNFQff/FWNNkwNoAA4WE4KgtJimP79Xzpongs9NmLrSZpsdC37TgxDxLw+9UfaUjq4kIfZl5A77mEYYvm9APvMfHyfPdufUP9sk3fcPrQS4WCu/WxsVJ45MA23BgkqRHrEzZJS8ZwJEtMrj+wF/FIXcWYlzquFH7jowUaGooGr48ECaRxPN+gG+OU+dhO1PI6RWlOZfdb7ljbNP0InnBR3lj2qUcY4iyO8VefsE9N6URZiZ1gLZRGxGgL8tY6CtuebYcXW+Se4HOvP5NJ2dmce/C2NQ3KPVU5SN4s7RpZhq5mL5M8r4oHBJRLYnmB6Ud3QrpLgq66KBXkraBMHp3ih1KItLn6boiLKvCajMsUnE6ZcSUi+SqVXpKSsZeeOQcAzolD4HM5rCxd0VDxqFRlksRrKj1R9g968NOExeE+k25LfY3EocwKcAspcBiPDcdWib+EL4x5l1VUo4fqs/MhuMsh8nm8XhKZhftJeUgjSe5tsCZy2DiSzCrFT4S6baUr6nloPrXY6QHqw1YYGydXkxtJR7OX+I3nMjFDn8RNpAuS0hpRRyElVKbS6WDljjhTTqW5AiQs1nkN+vhr1cF9U5EtrBUHYaS+o3SVm9ujCIGPdmG7qxnfP/UoFD/izUTLPpSmE5VcYd/hO2gmZA2a0YySqDTdoKd93w+W0CRdJOLi99SK9SkgtibAwzU1dUts1CruYloLkgNv3zW+DGvgVZLgcThTZYveVavy9UGRYHHx2Fh64EnZqD2VF9hsir6nTQK1VTFlHjbRcZMkCTKGzbbLl/RPQEy4laUrak/4iOaMAPkL3PZUuSuD7H7qG0ZPsslPtcjFhhb/HodMyJpBbrUj83xG4Rr0MuGgpFmklfGKzRSSVmX4QILYfevq+k//QJ1a0lPjpSm72JzykTy4xjPPlIRF8tO/mMDv2Z0rr4VtseKhWSxj5ia7MS4kta3QqnDou6bBUszstZCyWG+coAtn33LLqrpE70xHELOyIPnyHc+UuyCXhDbaj41eaf+b86fk1ikeJrlg8i78bY/CzeAMqJpMYiNTy5SoRYmRBBY6X969adXMlqPXPjG1Vn56+9MTKzL/lxZyaNWp0kT30Hf0zqrLcxvJRiNp88ZZDJvXSu0/RjC76iLTFKzXMh9dxg1neb5y46q6Of15nTlZkKxvax+2Y557Idmexkz9+y4mmMsD7jJREwHULorov7Sjq/rJ8LUWfZKnr0UbsSnb28qiaDBvrFm26ZKYY83WME4KIH/yUh+2NkxOlEJPrSj3YypARhYJeBp+oQgZW8AUe0wQMGkV/SqtZuIsX8bwnd4seZYtHJlDb7k221JaWV3nzATUSQMkJ777WfxzAOwN1iSqWWZ9iEyZQNU/aBNG2RYXWSTbqHGqZ3n2unpuxEHM86vn6lIVa5kJwdl+fk8fbkbETkBs1ymuwMdEmCZtkEIkze3oc6ZE3sJdCiAXLaMo1cAm5RiNgGR3MJwjbBvLst6TtZoKF50tCDMd57kpg7wTwK2TiREVMUkJhMCIHViuBBOg9vlYIzLN1Tmt44xdEvfhyRxPGTA2Hsy075P6/N5nJjrBZZ3owD/iEAriosPTVECS3GLRPT4IbWxGmcmfw2flgPBa5nD3Mch2nAqLOW0uNh2KPX3YXkY4P8ugExHDuHGcKpNpjDTjt+fKGAjzvNcQIBwEgOeOAZwWUE6bi83G1O7r8yDlSyDLFgLCEuf/zA64VsjgtyMfBU34LgfHAwAw4DIYzHN4rQ5gsPskI9Js1lc85v8AKXSqRovvq5AAAAAASUVORK5CYII=";
+
+var __$_require_assets_images_condition_line_height_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABJCAYAAABxcwvcAAAAAXNSR0IArs4c6QAAF3xJREFUeF7tXHtwnNV1P+dbPSw/iCQHCKnbCGhpp5nGhkyaNG2xTYGxIRQ8DbSGAnYyvBwaSymhcYbW6xCChwlIJA2JTYjWoQ0Q09iEZwjFdpnSTgM2kDYl0wapU4LBBctgbD33u9W953HP/XYl2YroX90Zj3dX33cf557zO7/z+Bbh/19TSgCnvGKGL7ig3NdaaiktQWjocIgLAVwHALwPENoA4F3gwK/JAYT/+8M/Bwdchs9hPvp8g2vuu+9zxz8/w8uadLj/EyFdeMvexc65CyCDxQBwKu3fvlgmzvGf0EvJof/kv/NSQ3TIXwFAn3OwywHsyg8Pbd9ePvHAOym0d0xIXmMa5s1aiw47wbnWsEPSEn2pIOyXVo9IPiwkur84jv/sctiCCFvu/+wJO98JYc24kLzWQAZlcLDELxjDDLTzoBRBPeJ3KgS+KmhNuBiQ7qVrnfNfsMDoO9Ysf7G+73d5dcPW6xdUZlJYMyakP7l5b0feAGVAvCwYR9wh7dpbkHMIiPS/vlBE6CVK2hIgqfgSFasVcM2ViP151W3Yev0JMyKsGRHSRbfuXY+QdQK4Vn/CBCeFV8Ab/TroVLgQSUsyeiPiEeA2omQNE0X042WZg9wLXi8L9/mPeVgEbsGRfMO9607wDmDar19ISF57XCNuwwwXhrN3zlgI+s/1F+a1iXRLLHHKDYgwE98nIqEDMGMy8JPm9o9LsXzPZ47bMuUkE1wwbSGtvPXVzvGFrXfgWsVgLH4E0xGsJUsJcwW8YWgqvg/Xs8IFqyM0YgtkUxXhssoQHsWx/fsAaGbD5Bnx9nu6juuajqCmJaSLb31t/fjKyn4HhfUEtA1H6hz6xbFY4jykP4rfAtJxrIjY3gz5SvVsMp9XWRFyuIa0NmhyoqCMhQEjHfblw9Uzjtb8jlpIl3Tv63XOrbJH5TWJ0KQeHvF3CtgMRXykpDGCYcX7J/lsUEtAyQJ+XBPrN8/vAPpzyJfe23XkOHVUQrqkZ18vBAGxRvNpsroLANGYlgQm3iycNzPEYELx6FNbiAoRrMfim/IIsmBWPr4ielHRLO8Qguckr+sA+qquesaRCuqIhXRpz77e8VPwGhRNrMadT27xwXwCPgiG+N3zEsLag9lEF8gbMy6OhlCqxXSCHCTxcjlAxj8yM2+tka4zNvZXXfWINOqIhHRpz/90O3CdhtspgSNcCMpNwMyRBeGRbijxPEZ1GL5Iu1gFI1ATyqgKKYiLJ5UFGS9HbyP5JNoVmIZOa5xCfyk/dFqla/KwZkoh/entb6zP0K13LifH4U8rYpCBSaaMdJLhVBVBmSSKRgQBulzHkfESHFHheE3gazW2SzWWKRZZrtAOkpbyJlJ/xU5yt2R6O+/+9LFLJ7OBSYW0qnvforyEe1g4PI4xiYQ3sxaJoxHeQnfxGots28QibAOGBxW9IP1JDiFwICbzbLWGk1sHp9QjixuhS1luCHD7lk8fOyE9mFBIq7r7Wl02bw+gT2Xw9BZwrejVc8R4qu7JWAyL3oaCNHH39UISua8eBsq90XuSdpt7RGJqCiSshOxiFZZWuo6tGyBPLKSv7qsAZJcL5xHVVZMxQCgqHo42YXGR56jOCPAjOgpaESDP2S7EMSbRbfSaYko2LhRNjfyDMEHixMjpU/DmdegaAPtgLDut0tVWk3apK6RV3Xs7oKGxjwLO6BkYFP3mkmUKWNowxKIthSsCywL0pO+WjCoOm7QKXYEQNq3mRvMzmQzfq0JZlOT3BJCkPWSyQuMJNeO8rqdyba3Z1RfSV17vQ4QO1YoIgrTMAIAai/LuU08U10UATnkNwrNIjWJyTbVRPZP6db1XwhaRt/WdRVohXIEsT5YoYiUaIrTAhtUZljruurbtvxI0KWLHqq/sW5Vlpd5o14bIGQ4ip5e4fXVnivG6GIZvQwpp4RFSxDMZX00cQs1NtMdvMHfgsqBgfI0SzsK5G16XzlXYOYdQ6HDXXde2J96uRpM+8bU3+nzO2S9EI2/WJP8fLcyyXzNZBOPEM+kVJpTQ75QyMG0g0RGsCO4ZwLYxzGRuO2KnBNqcGbU7LoI935RhtuTONW27ZIxESJ+84/ULALLv2dyyThbxyUuPDrAYbiTqJZ4/YrmEBkIQi2MoERTgBYB3H1OC3/n1Jnj6xWF446A3jADqgSAawur5ESX0JliXzs0boswA5dA5rxUOn7W1cten5q+uK6Qrvr5/h0+7qp5o3oK/8QMzzScRRPtKnZom2PR6xQhObYgLTjKYCrREYObPy+C68+fC/HkleP1gFb78wEF442DOpDDVTwVfA4Y2E2rnUWRSgbHshQLn7s2x2dmJldXk6XRv3qM1NTf3SVWCVEViI1ZZ44zpQBMAV09FwGzSJDyOIXsMUSaeKszlBfTnfzgvCEpeXkC3fp8EJeFGkg6WeZh2RfoVSayhZGmsqPeSw3Dgur65Zn5PIqQr7xi4HBAq6ogi+EfzjimNOo42DVyN84jXSp7bpkdsGBNODaF9HqqADg872Pr0IFz40RaY3YxBQCIokbQcdUjAMROPeKWEO8VfcUIm1JHwhusOu+68pi0AuN541aaBJ8FBMYYh2FCMYJfNHIAw1gaOBhxtaSTar06ppaFwv5gnupYmhzd8/BjVoE2PH4I9L43CgneX4DPnzVVB3eY16m3jQEwgYsaO2mJDmMk8iSE0Lc3Q1rO67UD4qrN3oHVwGPaHPAN7rkiwlFCmtEnsuU7SjJ17TdoyZgwoQ0JZyUhMvaZ0nTcXFswvhdG/vfMwPP3TEU6nuPC9/7to1G0Pvg37D+akUIm5CiCbMEntjAudhpymhDkmBR1A56ar224P+7lm08AFzsE20gwmtpLz4dAhTckmyhwpQRJbIWDmC4cxP2TzFUXyOHtW5ro+NgetgP7ppyM6kQDvgvYMOo2guh865Pa/VWWeCoChghLDHOOxOB0jTi0JfQw5Ngzcuco3rm5bHSSyZvNADzhcyx4rSqD2nfhIVjSyRooazMUanzERDKeWQEIajyHCVWfPhoUdjWGQh58Zgod3DxORpCttDOwWtJew67w50NJEGNXtNcqaniW1aVCu4YkFVUKMWhKHiH13XPmuk0iTNh/YgYCLkxyQMSfSLalveXkE3xK+VsJJH9LCY4E8S9WVlhPz4pcunoUfOaUpzPjIs8Pw8LNDnrVSABzYgJBLBmaAgFGd586BFgbznocOeUGx8DmXJWtK1p+evIRYnG6t4fdNja4tbPRTm98coMKivIhmUSqVNUCiZq0TSSqSU7G21s/3+i16hp4zSTNjBQ7nNfDS01vch09pDJN4AT2yeyj1BroOszZOhSxoz3Dtx6JGbdx2yA0Oi3lzUi3JtUvamMNBSr3F0pdNK3OAidV8KXrQHhvLBqx8JX1guZKUcDSQVL4YKxq2PCQBpBW7ArUfDNEtP7UJzzmtmTRo9zA8untY0kqccvUSYvC13ETjNYdXnBXNdOO2Q/DzN6ocTwclVMcg1QIbUsXAlx0IB9ekuWyEDj+BazYPLCphtof4fCSP4nUieKT1CrnWWlSR+ouAxAZURRDBCsgL55E9IzHtyzcmY9fWVNwlp7fgR04hHAtjBByL6R2yajFRA3B6coYMUwig8aoSZee+gNfeObAEsbSjAF4FgCZ3zenPMFrch3lbXAebqDJtrpYsMxr02J6RsDnDxjm4RZpPKwtJ5geWn9oMy1kLvYAe9ULmWMxEAjFa4eQeI6lws4hhdYPdcHsF/+xbBxdD7ryQovtJvBPntHkX3oAzQI8zBFgMqlRdZnAvEjvdLLrli5pQNvcv/zEGf/sPgyRvTlVQEk7Sr1yyZnbsN5+DS8bwQg4CMnPXJZMmLZNC9+SfnBdS511vrcod9Ep6zlJ7a9OYIQTBSKmsXtojmc/oBn+/bFETLOPT9wL6zlODjEGG9Mm4mrtKwlG37NQm8Jroh9z1b6Ow7Z+HIuvPpA3ABpnBQYDna7JH79Go60ScbJ0uGN1L1oudvW+tAoe9wdsYdNe0g1QYbCpCNMO6WHazSZqW7/GCPf39jbDiwwTS//lqFf76kcOsQFwjE6Csg42yXivkHwUhD5lUbCzjpuWjSDf02DhNQkST45BwKL5splVE7sxzFez61lvnA+B2roByz09O5WfjjIPQqBcoGhNzGPL+Cvx0mx4mut/+tQZY+XvNYcCf78/hjkcH4bCHkKI2Ei7ItHZ+96FfbcCLf39W+M6P8eUHgpCp/Y1DDEtXI7dNwgyRd8yY0kESaofDj0lv8sa4Ba+78+CSagM+mXSfWVJo0iFJko0HVgJqNUBIJgD81q80uNVnGAE9NuQGh+nE6qU5Uoul3P2HTi7BShbQK17Ijw2Czw7YF4N1BOTa/oMUrM3fY+9TbV3QIfRgZ+9gRwbVPnushpKEddRNo3pVDaxY0/HptbQDt2ZZC5z8ngwH3vYpjkEYFCdU4y2pwEBYoV0m8N52nzaZHQajMYZgcMQHtZxXZFkp5U1EJ4SKtCR6cH975lyeo99DWKgUDER4qlJuQyCTGTQOsDGSQNiMpOQTBhd3rp0k1L5ncznsYcTFhSFvXDk7xFiVJ4fgX/+7Gmss4m2obY+aGgoNEl5A1yxrCfd7AX39B0M+PaLr40aIGLhajOeTlgVSv5SWkmobmSRRZ4K6sJ7cUYB7XeXQ/nG1auWUgaaQxK0HtxDJDvdUC4ehZlBj7Bq/tc/J4PMfbwl/uu3BQdg74FdOsCNjSqcJYVj0Mu1zM+g6b1YioP1vczqawwnpIlFtDmsk1SKBS9db9LRpHG6JXSyrCL6Gfbl8KQvp8A5At1hjNaM1Ym6Mpmxf3ADI5ND0IsRmIwQ4+bgMrl5GYPvZLYegfV7JXfTRRvS48v0fjcTg2HobRGibm7mrzm7G9rmkQd94fBi8gNhBxJCFrYkAV/omNdhMrteeKgEFzQ4U+SE7eXZ6Y/lIe3h7feVwt0PXWQOaFvym5EUye9S5sxY24lkLG+Fnr+Ww6QdD8EvzS27tuQTiT/1kFB58ZrQmc9A2N4Orz26GNiOgAUqDGIrKJFYSZ0kl1G5am8WkwKcVFc4z6Wd1XMZpIWDfLZfPplTJ9b2HLnAl/B4/liD1Pnb2hklHgKstKUmZiU/VD3zZ0mZ4/y+X4JmfjcHWfxwJJnvWwiY48wMNQaI/fG4EnnhhTAXlBXQVC2ho1MGmx4fhlf1kosTD7aMTarbqV5JuXwXZ2DzBZaSIf2lfV2ygkHvBbb/lsjkrwsdy70Dr4VLTAGKmcKcZmdiIT4rGPUDctsV2b6secubo1p7ThCe0Z/DQM6PuqRfHNAd15sJGFdQTz48GQbXNQbhSBDTiYPMPh+GVgGHFPFVU6eQRCtpYzGcJSmqJV5kb+UXrtSd4j5Cv3njZ3IoC7l/cPbgDwD8gozE7TRu7YtSV2a42bQ80GUDvVlsaEf/qImLYmx8fhpf2BcTW7r+zPtAIf8Aa9cQLo/CbC0rw3nYqH3175wj85OU8SMgSPFpZoTwkhihY4V06hyByvfYQ0CEradQ2ansQpiwFY3jixtUt/Sqkz999eG0O2JMm2/jUYjM1a5NNqaQBqUDHSe/J4IozKdu44bvDMBS4jbyIBZ9pBCV/uf/pUXj2pTGTuUyQUk2z2F2bXFWTIU3WK/bAt3DzhMQI0nzq3M6Nl85OS0re5IYbZw3EDpAkKW2Rk3GfY5ZwkuJZYsbgd3+jBOd+sBH2DuTw1Uc4oe8ctM7N4KTjMzjxePrfm5m8/v6FMXjyx2PMBoibaXeaBtbSDa9d8ZJBED8vvNK0DegUpDNsXqoCZDIxJPJDZ7D6S5e0hGdT4goBYN3fDO1AcPx0UYj64wUxIReBNAmK43Mi3kTO+WAjeEF5brT7pTE48TgSyiwK4GteT74wBk/82GsQcxxeG1EfajHmunDNALatp94jY1GBtSk+iIq7yEJPQ+I6EV2euZM2rmwJz6QkE37u7sElpQx3iMlIeCIN6RYLpZQdQwhTYwSAT57ZFART7+U9lxee//fvL+ewd78D/52mjaUeJ08XiMeMn5V4Sict9T2xjkiaRfLy1FRFXi2mnU3uUDwn8S3ErHLTJc31Gyb8hm74ztAO5wFcORITR5tlVK0yNF8snRexZnkTnNBKYj1wyEHfaw5ePZBD376c3Lp0DrD3tDRMPKt9CLBY8kkcislG8MCFx8WMjSWZjbj+pD99VnPHTX+E2shVo7o33D24BEpem0jQMRVqm8NYP+qmOsKN6LGm4ziEF192MDjKfqbQIWfANwaB2rlXmwiLwYUQy+JjFeGkxD3HvRWB3Kq37kEKDli50WhRjbnJvX95z9AOCHU4qbdRwlxyzvpkUFLuMbgpOSeFe1Ofq2k3UyPWyF4fgzD309rMtdJTyMG3OW2VnMRpNSme2KcQRKRs1AE0Nzd13GC0aEIhle8ZXJJDtkPyPZHS2jpV0DOmHalKTRbBxG5Xk4IxJ2vnqgtoDOSi4bHExXU2itwpj6stozTSVGPnzt3+xYtnpeFZEbjtosr3jvTkzq3VecIM6SMMSQE93ahJRUjZhrmhJZ3JY1+xkSo6aR6UwwTm36JT1KXG46mHEv9OKqAPyUlDl3cluQF5CXV8nAaDjaeVV+ORtSj78cvbXCsMj+4ZL6l0SM44NWXND5ucHDkoOjXGIerXTh6R8H/3yTVvvjpmtFZ5wEeKvNHSOAtS7Di2WEyshHRcXtpCSFoo7dKc1udrHS4tr2w8umZ3P8EXvju6OM+d3iidvtRo4jefS7cOrcgga+hrlEVJeo48nxTseTPKHQVlVF0lTNT0XpoH0DCS1qKP89Z9wICUNtCUmrWOa9mG8srm8kTmXZ/ZmavL9w51ImbdQQZSBmbeShgs8DjRFKwIJDTTuWskGtUpYcmy+eLI9nvf0MLS0r0U74tClKeX4gE6gOfKf9x06mSrn1JIQaPuG+0GBP8jCNq/pHimp2vgOhY3GS+lbhPTFtzBG/mp4gQJvsYOtfCgOivkk5tctM0loVxGwVmHeWTS4768OnpGmZn1tDVJbrzxvpEKIPpnTdSqjNOv090jWQ5teIvlHxsdCO+V50xqsms8dFS8ovPUTHvNiRf4Uarzrj9vrC4tr6DQ4xfWpKKgyPTojNilB0ygRE3oX1Lw1L/b59/MatlNMyOifjCz4KhpJv8d5CXRqccj7qZLzDB6YnIkBgnHnyHuz6vVpVNpkKzjiMzNSvmLW8cqAO5yq0/yOIgIL8KU9AgVz0lpXkQjKeTWOVI+EO7cqemaU92LbZHcEM/hslArNtT+sdLoEWnQtIXkb7xp62h5HIPXi90xjicV2XCq5tcfWMNY/SJD09CENCNyTdEUyTkU9auIPAUtNvZvwfK50dLIiiMxMXtWR61JcvNN91fXjltGGR34n96Q04wOVtVb22wtQ9BHHwq8waRfI7+K6kY2x76cf/dEjyqUq4veNq4Me0Yasg3lFbVkcUYxqTjYzdtcB+S5D4b9D0XFVEfs2KUdRFCeAG+opTiWm0nhjGMwYZiSVEF0qqeGinKWPIvH3PNAnucbbriwKXT3T+c1bU2yk938d1VPxNYbPqIRhHjzGEYJ8YtcpbjwIgBTK1Q4hrqRlJ2XSCU/sgG4y+Hw6nVH4MEmE96MCMlP4LVqPJe5HvLw2wFxM6QhNsSQLh/qG0ral/nakMhnIUobkRJXdXiSylHPGDeKO8dH2LBuBc7Ij07NmJBkgV5Ymcvpd5Q0LcrdvLYlR1NCqiBsHfpIlqVhacOmZhzlsS4+FsSdVRjbsG5F/RhsOqZmjnu6t098X9Asl3ci4vmI+D5+rixYXRo2CN4qJuvBxbSPNTaSnR8jRPMAB5xzD+SYVWZKc2rMf+bFUzvizdtGlzRkDedD7pY6gIUC0KoqhUyBHSETYURQ89ndN3PA7VCFXY0ZbO+ahsc6mn3PuLlNNXn3Ntc6BrDI/1Kgc7AIne+4xw7I4BjnXJtQAtIQfNP/nwPswQwOuByerwLsXLcCpwwlplrH0fz9fwH4NbUHEu5JZwAAAABJRU5ErkJggg==";
+
+var __$_require_assets_images_condition_noselect_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAatJREFUSEvlllFOwkAQhmdU3jkCr4YSdm4gN8ATCDeAE4AnEE8gN9AbwA1m0Ta+9gg8a8KYxTY0dbe7W3wwsW/Nzs6Xmf79ZxBaPsyZAjh0iQbbmBQYE1zG7nbZQkSW5l0E5kTJKjRPNLAKKyEiMgqtNApo2ogobKlmL/JJRJT7Kg0GMnMPsbMBgJ4jaV5A903QICAzdxE7pjIXrGRslUpGZwO1zp4BZOxrlzlHhNVwmMxdsd4KbSLxgZuU2whkTmeI8OAD2M5dynUCGxQZyrcq1wnUOjWKvAnN7ohbK5VMq2cNFb4tEXFxDlAEp0T9dRDQBDG/jgEuu+2gh9zmPl6VtoO5b/0dYGFlTwDocxdHOWKsblr313+uUq1TY9iqjXBE5JFoMKvf9Vjbew/xsAGQyO+IuciHmY8/RpVXpYXFGdcJ/B8N7GJEdG0dxl7gtwFkE0R5CmmtCBJRX7ceT+VFZr/VhSxUQRWeoOkaEe4c4+ieaHDc5M6e+CfgcdUw37OmXHxRqn/rgx03gpCgagxzXbluRdpyRwMLEZmtu1h+ryYuRf4aMLYr1fgv6s/FHSSjkJ8AAAAASUVORK5CYII=";
+
+var __$_require_assets_images_condition_up_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAgRJREFUSEutls1OAjEQgGdWjfHG1b8EjwZNdt5A3gAhJt6EN5CDGL2IB2P8SdQnkAdQ5A3wDbqJGI/uAfHqzfjDjqlKRGi33V24kc7263S+dooQ85c7aLvgcKqxM38bZQqMEtyLzZ887SFjVf7nz6Bc3507t50nMrAf1oNgt5u9ssw0EnDtuO0G4IjhbPil232nxs6Cb8rUGrh++Jz+cLgJCGnVpMzgB69v1KguvIRBrYC56mNqbGpS6GB9gNvrykw2MbBw3LkBgJxpu74lYjivb8+UdbHGDFWSmMBh5oYC80ftTUTnzARQjevM1QL1Rtri1eZqgYWTThMYVmynV5oLXKtXZkv9Y1pg/uipioh7yYBBqV6Zq1kBZVDhtJPjAFNxoA6Cf7U1PXTPGi2NA0t8DkcJ1WYohEgjTlwCoPIqMy+CfeaPEhH9u1+1QM9rNQGSWQoANdddsrNUiLvkljKWiDL2lnpeS7Yi17x9iobFfEG0vDk4EmqpEA9pxKAJwBHriD7zOxHRUKsyHgsh7l1ElvW0PI8S5mSJFpXN2AiUWyLEfRGRL222lhmJKOPFbk+9D20kYoYy0VLog8oqwz9oq4YIG+onBu8TLX+/5EZ20wghUogTsp4D5mLDdTOrJpgcj5ThTz0HzdUbqWzMNqsajJHmAgS/tRov6owcGTDOInvffAGi1ModdPVOEAAAAABJRU5ErkJggg==";
+
+var __$_require_assets_images_condition_down_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAfNJREFUSEvNlr1OAkEQgGcgxpZaKLAWw+0byBugaGInvAE0qBVYGbRQn0B6QXkDfYM9FGqvAGytTAi5HbPES/S8/bnDwu3Izuw3s/uxewgJB+djB0BkGNt+irMExgkOYofDcYuI2vI3ETQYK1zbrhMb+B0WQIioZNtpLKDcRkTiEd28Ey0YY8wzdWoN5JznEdceASCvWNT7gr7roFZAznkGcU12poIFjCfHKZRWBrru+AGAyqbtkvOIcF0sFhqqWGOHUZKYwDpztUDOR3VEuDIBouZV5iqBGiNt+ZHmKoGuO5JG7tiurojrOk6h9n1O0+FLGxFbqwCJsMbYVtcKKIM4fy4DpDPJoMKLun2MliaDqbP+D/Dw/C2/SNOtxe2iasfz/XltcLr5435Vdli5nD0CrWYpAXXvm1k7S/c609UtBVG7b+bsLa1czOSF7SQSR4ib/kmuHs7VSvN1jronKbIWAvDEx5wN2pu/niqjpQcXE0dASkKt/o9LmD8vhWUJKjMCZeDe+aSK6ZQ01jhSINhdM+cmfp6CxP3OtE2Gqw5JNHrHOe0HlVWHAbTSmXUB4SiqevTprHeaXX7J6UYsYPnqNZNerMvzDJs76Dc3dk0wOR8LKBPC5uqMjNwJm6rCMdJcH1LLsxL+vKoy8s+ASYoMcj4BoLLOHQpm+zUAAAAASUVORK5CYII=";
+
+var __$_require_assets_images_condition_music_logo_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAWxJREFUWEftlk1SwkAQhV8PlG5ceARG2JhYpdwgR4g7F6ByAuQGcAK5gSGhXHMDyxOgpbjxJzkCSxeQsRLNQio/NSFOrIKsskm/r990+g0BQNt9uSbgKngv8vEh+mOuD9Jq0g/AHQFGkeJRrSyIPwcIQNIglACkQSgDSIJQChAHoRxgFaIUgABC+H7PqR8NSwOAwL19oBm5AQQwIV88Ju0OweiYADNxt6wNsBQdp6FbSQLtt9klVehmMwBMd7q/t6ie/OqWMZMx6ipxINPuOIoiZ2BzAAhkETAC4AGfc4s352GcZ018IUfgi4Fd1/txtVQAeDbXeO5/fm0HUrpXcgRRcJTmQLD3Ha6dJgG0Pp4tRuxC6k4puwcWEM1brj+sipy509oOdl0p8TCP5dPQ85fojRvaJBJrvT4ZrFoJAqemAiDS8ATg0beovHBUJYcD0k2mfrAF2Drwrxw4f58NkXZ9Knb+w2pBtI/4YecLRsY7MEKYPe4AAAAASUVORK5CYII=";
+
+var __$_require_assets_images_condition_line_music_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAYlJREFUWEftl0tSwkAQhrvbQCW6GW+AN/AIegM8gR5BFhblRjorCrQKbgA3kBtwBW4gN5CNiimYtiap8IgZSBYBFsl6Zv6v/37MBOHIHx5ZH04LwOH2DQGpgJujQzmzckBxT/3Q4tMIe9q5nHFjdgiIFYDL7ZqQ82FEUS+u5vw8LQFKB2wOVLh7jSC1LN2imNUXndcvdGWUVti5izAUJxwjgBIBDlpPvg00KuyzMQDWAHTj96XZT67NBbApHh9kg9gSF5igOHdzbvzrrMwA25FrnwSnQjgwIEmIpLgnzq1trmQCqHKnDkSDyHbtB60mG2GXuw9JiDzi4cyJrbQNItd/uxeUYRTpWny9bw0BGvpAUg9zLjDZFXm8fyeAiRyJ3m3iqRDh4mziex1w/VcWhFZa5MlqNunQhD1EmHpLe85zd4FJTdZ7wVxoRiDPRba3BooexyVA6UCqAwJi3oSFPMlIL/3NrkoFKLLykzNl61H6jcFjkeLmbJLqcPNWPK3/gqKjTzu/dKB04A8gdFMwgBhGNQAAAABJRU5ErkJggg==";
+
+var __$_require_assets_images_condition_video_logo_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAUhJREFUWEfVl0FSwkAQRV+j7lzgDcIN8ATCSYQTyNIFlLGy8RbhCNyA8gQeAY6QfcCxZkJSQpnSycwwOMtUpf/r30l3jxD5SGR9LgdAPZNwTY4wBPqBnCmAFSWv8sZWaxgHjPgNHwGFT/PZUjLWEBXAgjUwCpR1W9ilZExrAHVmcS1XSMZdTAAkQ/4ZgGJsStUjR5G4ls3aAf1CLaoWTBBeXECcAMzfk5KwI0V47OKGM0Djhgb5ZG3rhjeArmXxDmBbliAAjRtzRojpsK0nLEA1XzZnB1Az+tzyhDD7bbh5d0BVtufwtyblDeDbLmE1UZ0BbOz+6VtwArC12wsAJQMTqFrdrOz2A9Cl4fvsA571oy8kRytZ5KU0ZXgYp6HuA8fVEwp63Et6WMubKbZnCTz4rvVJvHeumGhx/fxyrmaBs24fybGEa90vUoSPITQc1awAAAAASUVORK5CYII=";
+
+var __$_require_assets_images_condition_line_video_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAWdJREFUWEftl81Vg0AURu8wDWAHWAHSgXaA+5xICVqBSQWmAznRfdJBSsBUIB1oAcLoEIgcDgPDgiQLWMP77vvezwyCMz/izPpcFkAy4xZwg3e2p3Lm6EAS4UrFlxbOBFdBzPcpIOoAnlR8lgDXQUw6AUwOmBxIIm74wbOZlqK5M8JMsm1r7MFNqMWlYqfHVSkW/pplB6jnKHYCPJXz5L+xar47CKAuXgUyQSQR/+LwkQvu2ybLGqAunoki61QqXjVIE6JF/M60V6wAkhmhlIWYq8WDmIUWTiKiJsQQcR2jF2A/50EI4nJBHcWrEtQh/gBXCsKi5gfbjZlX33cClJlvTOIGCGzFex3Yz1kIwXPd9o6O1+V4UZDaZG7lQFlnz/Zc0DOvvxlykPX2wNjreAKYHGh1AIo74ShXsnKkj7ctE8Boza8US399WOXNReQ6OY+jKZeBc4e4vlcu679g7Ozb4k8OTA78AkxBBzA3rcSzAAAAAElFTkSuQmCC";
+
+var __$_require_assets_images_condition_pic_logo_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAaJJREFUWEftl8FRwkAUhv8XIOqNDqAES4AOdEZJ4kWpAOhAKxAqkJOw8aAdoB1YAnaQmzOE7HM2o5hAICGQhAN72tnZ3f/b/735Z5ZQ8KCC9XE4AIZwHwF0c3GE0Rdmpae0Fg4YwuVcxH9FhFHxtY8AmTjA4A9NYsgkq6ByB+D6cnkzK4EStw29ERQ0bHcCRmgtMwCSaI6tynsQoCXmFwR+Da7lCnA1+m6UtPIkFwCW8sG2Tu5DJYjImMwc8IU9ryduTvtq2hLzWwIPc2vChRDB8eeMalTAbeEAT0lSWzWWMZ51QaQie+eREECJe82xdTb9UzRHszvW6GlXggQAq+KJIZi/QFTbBBkLICW3Xyx9pXk2QhAc8nCpymWOuM6aN4lKQXVHLEBUoCy/KNQTBKcEbj639M9/yPUQewFQQtf27FyTskHMb8FeiYPYG0CSZkwVxUlKkERc7UkVxYUDBOM06UvX7YvKjtgeYMCBlAMGLUIoDQhpVCNCdzmSYwHSiG1z5giw6oDt9sHobGNj6r3MA2Hq/ifocL5mqV+z48HCHfgBfvwUMOW8BJ8AAAAASUVORK5CYII=";
+
+var __$_require_assets_images_condition_line_pic_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAXtJREFUWEftl89Rg0AUh39gCsAOnh3IxIs37QAr0KOjOIMVCBWYA87kZjqQDlKA46wduB3o0QN/dBeSIWQ3LAdCDuTIhP2+99u3D7Aw8M8amI/DEiD//QKwHB6fJftKZp0ABcxBim8JnuCYz9yffUjUBQgpviQ0/T3h83M+CowJ6BKgO3YKOyOT0yKbO8s9HNmJqrE7N2EJxxKA8y8Y8tiNtKIBI2RYogChyB/5y3TW/G8ngQZ8tZZSgupw4BMprvjc3TpZxgINeAQLHAVeK4sNiS34BJe6uWIkQD7zAAkTsUc8dkMBpgd205ToAhdrtArQPbuGhUVV6Rq+yn9DwoLYY0/uuYh9R+Wr+3cKVJW/6eBKifKiEbw1AfI/QsB+qseu7fhyO54BcJPKjRKQ+3zLSNW9KhF55oVBhwdZaw/0PY5HgTEBdQJAggL9vJJliOqnSifQY/PnEY+ncpQ3B5GDNA96JJdLp/ZCmUDvYA3gsD5MhkhhTGDwBP4A1Z0sMFGdf4sAAAAASUVORK5CYII=";
+
+var __$_require_assets_images_condition_test_logo_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAARxJREFUWEftl0EKwjAQRf+Im4qLegO9gUfQIwgVKm68gqeyYgVvIJ5Ab2CP4K5u6ki60jbUTIzUQrMMk8n7n8wkIdQ8qOb9oQVI59EVjKEYjpFknWzW3y0vpmv1AEHEpgmKcQzcHpRNTSGcARBwYYKvnJNAOANg8Im6WCGjowTCKUAvXkzScDOUQDgHUGdCAvETAAnEzwB0EL04HBSrxhlAnpiQlMqSySewr+a9OCzt5xbgQ/NoAZrrgOpyqslI7od7sD0zePy6xtoBG4A0iI4A3qCtASTKq2KbC5BfteC1Xh0pq42GtQNVZyAVPF6+AMCNGAetTMLKSH7bilsHWgdEDtj+jKrqkZF4+3Bk9CQzrWsXcf/5OXWhzDTHE6KZ5SFByHxlAAAAAElFTkSuQmCC";
+
+var __$_require_assets_images_condition_line_test_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAaNJREFUWEftl01OwkAUx98b0J1J3ZkopN5AFgTZ6Q3wBHoEPQAy9SMu5QZyA7kBSyIhwRvYIAt3EtlBZ0YfX9JmCsOilEW7bDrz/73/+5gpQswPxqwP2wXQPOJnDMEqfPL6ppyZO9CxueXJ1DcJp3/Efq7P+5uAmAM0bW6nZeqDRD0mjosudxOAxIEwB1qHjyeKjWyTbulY3BrtsdLOQNZ1hb12EZI4pmQDACyQwPO9shMG2jl4ssWuaChQtgB1c9q9rQa/XQvAJz7bKQRiURwA3j0mLnSdZQwQiNxRqFxEfBlzBCCC4mkmznOufq4YAbQz9yWFQGJku5PvlTnptjJ3V0GIdcRpj5UA7ezD5V8Oa9NI5+KzDPgglKoishLlnGxfFvls/VKAaeSvYeJaiMlLI/GVDrxlHc6AVRZtD23NSTqeAcA1idzIAfqIzgjTc4EONFoTVnA6+JU1EPU4TgASB7QOgIK6QhXJlUwMpVP8+r9t6QEiLH0J0il0K+NR7htE1MNDidcRak8GKlO1xbmyXf8FUUe/dBLGIe6rgQQgLgd+AYGhVTAK4e9GAAAAAElFTkSuQmCC";
+
/* script */
const __vue_script__$2v = script$2v;
-/* template */
var __vue_render__$2v = function () {
var _vm = this;
var _h = _vm.$createElement;
@@ -147016,10 +150228,9 @@ var __vue_render__$2v = function () {
staticClass: "xmlStatisticalCharts",
attrs: {
visible: _vm.dialogVisible,
- width: _vm.pageType == "pc" ? "910px" : "90%",
+ width: _vm.pageType == "pc" ? "737px" : "90%",
"custom-class": "xml-epub-pdf-dialog",
"destroy-on-close": true,
- "before-close": _vm.handleClose,
},
on: {
"update:visible": function ($event) {
@@ -147028,483 +150239,1214 @@ var __vue_render__$2v = function () {
},
},
[
+ _c(
+ "div",
+ {
+ staticClass: "chart_title",
+ attrs: { slot: "title" },
+ slot: "title",
+ },
+ [_vm._v("学习情况")]
+ ),
+ _vm._v(" "),
_vm.userType == "student"
- ? _c("div", [
- _c("div", { staticClass: "student_top" }, [
- _c("img", {
- staticClass: "student_img",
- attrs: { src: _vm.userInfoparms.img },
- }),
- _vm._v(" "),
- _c("div", { staticStyle: { "margin-left": "30px" } }, [
- _c("div", { staticStyle: { "font-size": "20px" } }, [
- _vm._v(
- "\n " +
- _vm._s(_vm.userInfoparms.nickname) +
- _vm._s(
- _vm.userType == "teacher" ? "(教师)" : "(学生)"
- ) +
- "\n "
- ),
- ]),
- _vm._v(" "),
- _c("div", { staticClass: "student_title" }, [
+ ? _c("div", { staticClass: "student_type" }, [
+ _c("div", { staticClass: "student_top_new" }, [
+ _c("div", { staticClass: "top_time" }, [
+ _c("div", { staticClass: "thisTime" }, [
+ _c("img", {
+ staticClass: "time_logo",
+ attrs: {
+ src: __$_require_assets_images_condition_time_logo_png__,
+ alt: "",
+ },
+ }),
+ _vm._v(" "),
_c(
"div",
+ {
+ staticClass: "font",
+ staticStyle: { "margin-right": "8px" },
+ },
+ [_vm._v("本次学习")]
+ ),
+ _vm._v(" "),
+ _c("div", { staticClass: "blod_font" }, [
+ _vm._v(
+ _vm._s(
+ _vm.changeTime(_vm.studentDate.learnTime) || "0"
+ )
+ ),
+ ]),
+ _vm._v(" "),
+ _c(
+ "div",
+ {
+ staticClass: "font",
+ staticStyle: { "margin-right": "16px" },
+ },
+ [_vm._v("小时")]
+ ),
+ _vm._v(" "),
+ _c("div", { staticClass: "blod_font" }, [
+ _vm._v(_vm._s(_vm.studentDate.chapterNum || "0")),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "font" }, [_vm._v("章")]),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "allTime" }, [
+ _c("img", {
+ staticClass: "time_logo",
+ attrs: {
+ src: __$_require_assets_images_condition_time_logo_png__,
+ alt: "",
+ },
+ }),
+ _vm._v(" "),
+ _c(
+ "div",
+ {
+ staticClass: "font",
+ staticStyle: { "margin-right": "8px" },
+ },
+ [_vm._v("累计学习")]
+ ),
+ _vm._v(" "),
+ _c("div", { staticClass: "blod_font" }, [
+ _vm._v(
+ _vm._s(
+ _vm.changeTime(_vm.studentDate.totalLearnTime) ||
+ "0"
+ )
+ ),
+ ]),
+ _vm._v(" "),
+ _c(
+ "div",
+ {
+ staticClass: "font",
+ staticStyle: { "margin-right": "16px" },
+ },
+ [_vm._v("小时")]
+ ),
+ _vm._v(" "),
+ _c("div", { staticClass: "blod_font" }, [
+ _vm._v(_vm._s(_vm.studentDate.chapterAllNum || "0")),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "font" }, [_vm._v("章")]),
+ ]),
+ ]),
+ _vm._v(" "),
+ _c(
+ "div",
+ { staticClass: "top_schedul" },
+ [
+ _c("div", { staticClass: "font" }, [
+ _vm._v("本书学习进度:"),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "percentage" }, [
+ _vm._v(
+ _vm._s(_vm.studentDate.learningProgress || "0") + "%"
+ ),
+ ]),
+ _vm._v(" "),
+ _c("el-progress", {
+ attrs: {
+ percentage: _vm.studentDate.learningProgress,
+ "stroke-width": 10,
+ "define-back-color": "#ffffff",
+ },
+ }),
+ ],
+ 1
+ ),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "resource_student" }, [
+ _c("div", { staticClass: "student_title_new" }, [
+ _c("img", {
+ attrs: {
+ src: __$_require_assets_images_condition_resource_title_png__,
+ alt: "",
+ },
+ }),
+ _vm._v("\n 资源学习\n "),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "resource_list" }, [
+ _c("div", { staticClass: "resource_item" }, [
+ _c("img", {
+ attrs: {
+ src: __$_require_assets_images_condition_music_png__,
+ alt: "",
+ },
+ }),
+ _vm._v(" "),
+ _c(
+ "div",
+ { staticClass: "item_right" },
[
- _vm._v("\n 班级名称:\n "),
- _c(
- "el-select",
- {
- attrs: { placeholder: "请选择" },
- on: { change: _vm.changeClass },
- model: {
- value: _vm.classValue,
- callback: function ($$v) {
- _vm.classValue = $$v;
- },
- expression: "classValue",
- },
+ _c("div", { staticClass: "item_time" }, [
+ _vm._v(
+ "\n 累计收听 \n "
+ ),
+ _c("div", { staticClass: "music_color" }, [
+ _vm._v(_vm._s(_vm.studentDate.musicNum || "0")),
+ ]),
+ _vm._v(
+ "\n 个,收听 \n "
+ ),
+ _c("div", { staticClass: "music_color" }, [
+ _vm._v(
+ _vm._s(
+ _vm.changeTime(
+ _vm.studentDate.audioLearnTime
+ ) || "0"
+ )
+ ),
+ ]),
+ _vm._v("\n 小时\n "),
+ ]),
+ _vm._v(" "),
+ _c("el-progress", {
+ attrs: {
+ percentage: _vm.studentDate.musicNum || 0,
+ "stroke-width": 8,
+ color: "#33D1C9",
+ "define-back-color": "#EDEDED",
},
- _vm._l(_vm.teacherDateclass, function (item) {
- return _c("el-option", {
- key: item.title,
- attrs: { label: item.title, value: item.title },
- })
- }),
- 1
- ),
+ }),
],
1
),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "resource_item" }, [
+ _c("img", {
+ attrs: {
+ src: __$_require_assets_images_condition_video_png__,
+ alt: "",
+ },
+ }),
_vm._v(" "),
- _c("div", [
- _vm._v(
- "学习进度:" +
- _vm._s(_vm.studentDate.learningProgress || "0") +
- "%"
- ),
- ]),
+ _c(
+ "div",
+ { staticClass: "item_right" },
+ [
+ _c("div", { staticClass: "item_time" }, [
+ _vm._v(
+ "\n 累计播放 \n "
+ ),
+ _c("div", { staticClass: "video_color" }, [
+ _vm._v(_vm._s(_vm.studentDate.videoNum || "0")),
+ ]),
+ _vm._v(
+ "\n 个,播放 \n "
+ ),
+ _c("div", { staticClass: "video_color" }, [
+ _vm._v(
+ _vm._s(
+ _vm.changeTime(
+ _vm.studentDate.videoLearnTime
+ ) || "0"
+ )
+ ),
+ ]),
+ _vm._v("\n 小时\n "),
+ ]),
+ _vm._v(" "),
+ _c("el-progress", {
+ attrs: {
+ percentage: _vm.studentDate.videoNum || 0,
+ "stroke-width": 8,
+ color: "#33D1C9",
+ "define-back-color": "#EDEDED",
+ },
+ }),
+ ],
+ 1
+ ),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "resource_item" }, [
+ _c("img", {
+ attrs: {
+ src: __$_require_assets_images_condition_pic_png__,
+ alt: "",
+ },
+ }),
_vm._v(" "),
- _c("div", [
- _vm._v(
- "学习次数:" + _vm._s(_vm.studentDate.learnNum || "1")
- ),
- ]),
+ _c(
+ "div",
+ { staticClass: "item_right" },
+ [
+ _c("div", { staticClass: "item_time" }, [
+ _vm._v(
+ "\n 累计查看 \n "
+ ),
+ _c("div", { staticClass: "pic_color" }, [
+ _vm._v(_vm._s(_vm.studentDate.picNum || "0")),
+ ]),
+ _vm._v(
+ "\n 个,查看 \n "
+ ),
+ _c("div", { staticClass: "pic_color" }, [
+ _vm._v(
+ _vm._s(_vm.studentDate.imgLearnNum || "0")
+ ),
+ ]),
+ _vm._v("\n 次\n "),
+ ]),
+ _vm._v(" "),
+ _c("el-progress", {
+ attrs: {
+ percentage: _vm.studentDate.picNum || 0,
+ "stroke-width": 8,
+ color: "#33D1C9",
+ "define-back-color": "#EDEDED",
+ },
+ }),
+ ],
+ 1
+ ),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "resource_item" }, [
+ _c("img", {
+ attrs: {
+ src: __$_require_assets_images_condition_test_png__,
+ alt: "",
+ },
+ }),
_vm._v(" "),
- _c("div", [
- _vm._v(
- "学习总时长:" +
- _vm._s(_vm.studentDate.totalLearnTime || "0") +
- "h"
- ),
- ]),
+ _c(
+ "div",
+ { staticClass: "item_right" },
+ [
+ _c("div", { staticClass: "item_time" }, [
+ _vm._v(
+ "\n 累计完成 \n "
+ ),
+ _c("div", { staticClass: "test_color" }, [
+ _vm._v(_vm._s(_vm.studentDate.testNum || "0")),
+ ]),
+ _vm._v(
+ "\n 道,完成率\n "
+ ),
+ _c("div", { staticClass: "test_color" }, [
+ _vm._v(
+ _vm._s(_vm.studentDate.completionRate || "0") +
+ "%"
+ ),
+ ]),
+ _vm._v(
+ "\n ,正确率 \n "
+ ),
+ _c("div", { staticClass: "test_color" }, [
+ _vm._v(_vm._s(_vm.studentDate.accuracy || "0")),
+ ]),
+ ]),
+ _vm._v(" "),
+ _c("el-progress", {
+ attrs: {
+ percentage: _vm.studentDate.testNum || 0,
+ "stroke-width": 8,
+ color: "#33D1C9",
+ "define-back-color": "#EDEDED",
+ },
+ }),
+ ],
+ 1
+ ),
]),
]),
]),
_vm._v(" "),
- _c("div", { staticStyle: { padding: "10px 30px 50px 30px" } }, [
- _c("div", { staticStyle: { "font-size": "16px" } }, [
- _vm._v("学习情况"),
+ _c("div", { staticClass: "study_mark" }, [
+ _c("div", { staticClass: "student_title_new" }, [
+ _c("img", {
+ attrs: {
+ src: __$_require_assets_images_condition_resource_title_png__,
+ alt: "",
+ },
+ }),
+ _vm._v("\n 学习标记\n "),
]),
_vm._v(" "),
- _c("div", { staticClass: "student_bottom" }, [
- _c(
- "div",
- { staticClass: "student_bottom_box student_color1" },
- [
- _c("div", { staticClass: "title" }, [
- _vm._v("本次学习情况"),
+ _c("div", { staticClass: "mark_list" }, [
+ _c("div", { staticClass: "mark_item" }, [
+ _c("img", {
+ staticClass: "mark_img",
+ attrs: {
+ src: __$_require_assets_images_condition_book_note_png__,
+ alt: "",
+ },
+ }),
+ _vm._v(" "),
+ _c("div", { staticClass: "mark_right" }, [
+ _vm._v("\n 笔记\n "),
+ _c("div", { staticClass: "color" }, [
+ _c("div", { staticClass: "blod" }, [
+ _vm._v(
+ _vm._s(_vm.studentDate.noteNum || "0") + " "
+ ),
+ ]),
+ _vm._v("\n 个\n "),
]),
- _vm._v(" "),
- _c("div", { staticClass: "time" }, [
- _vm._v(
- _vm._s(_vm.studentDate.learnTime || "0") + "h"
- ),
- ]),
- ]
- ),
+ ]),
+ ]),
_vm._v(" "),
- _c(
- "div",
- { staticClass: "student_bottom_box student_color2" },
- [
- _c("div", { staticClass: "title" }, [
- _vm._v("图片学习情况"),
+ _c("div", { staticClass: "mark_item" }, [
+ _c("img", {
+ staticClass: "mark_img",
+ attrs: {
+ src: __$_require_assets_images_condition_book_mark_png__,
+ alt: "",
+ },
+ }),
+ _vm._v(" "),
+ _c("div", { staticClass: "mark_right" }, [
+ _vm._v("\n 书签\n "),
+ _c("div", { staticClass: "color" }, [
+ _c("div", { staticClass: "blod" }, [
+ _vm._v(
+ _vm._s(_vm.studentDate.bookmarkNum || "0") + " "
+ ),
+ ]),
+ _vm._v("\n 个\n "),
]),
- _vm._v(" "),
- _c("div", { staticClass: "time" }, [
- _vm._v(_vm._s(_vm.studentDate.imgLearnNu) + "次"),
- ]),
- ]
- ),
+ ]),
+ ]),
_vm._v(" "),
- _c(
- "div",
- { staticClass: "student_bottom_box student_color3" },
- [
- _c("div", { staticClass: "title" }, [
- _vm._v("音频学习情况"),
+ _c("div", { staticClass: "mark_item" }, [
+ _c("img", {
+ staticClass: "mark_img",
+ attrs: {
+ src: __$_require_assets_images_condition_line_height_png__,
+ alt: "",
+ },
+ }),
+ _vm._v(" "),
+ _c("div", { staticClass: "mark_right" }, [
+ _vm._v("\n 高亮\n "),
+ _c("div", { staticClass: "color" }, [
+ _c("div", { staticClass: "blod" }, [
+ _vm._v(
+ _vm._s(_vm.studentDate.lineationNum || "0") + " "
+ ),
+ ]),
+ _vm._v("\n 个\n "),
]),
- _vm._v(" "),
- _c("div", { staticClass: "time" }, [
- _vm._v(
- _vm._s(_vm.studentDate.audioLearnTime || "0") + "h"
- ),
- ]),
- ]
- ),
- _vm._v(" "),
- _c(
- "div",
- { staticClass: "student_bottom_box student_color4" },
- [
- _c("div", { staticClass: "title" }, [
- _vm._v("视频学习情况"),
- ]),
- _vm._v(" "),
- _c("div", { staticClass: "time" }, [
- _vm._v(
- _vm._s(_vm.studentDate.videoLearnTime || "0") + "h"
- ),
- ]),
- ]
- ),
- _vm._v(" "),
- _c(
- "div",
- { staticClass: "student_bottom_box student_color1" },
- [
- _c("div", { staticClass: "title" }, [
- _vm._v("答题次数"),
- ]),
- _vm._v(" "),
- _c("div", { staticClass: "time" }, [
- _vm._v(
- _vm._s(_vm.studentDate.answersNum || "0") + "次"
- ),
- ]),
- ]
- ),
- _vm._v(" "),
- _c(
- "div",
- { staticClass: "student_bottom_box student_color2" },
- [
- _c("div", { staticClass: "title" }, [
- _vm._v("笔记数量"),
- ]),
- _vm._v(" "),
- _c("div", { staticClass: "time" }, [
- _vm._v(_vm._s(_vm.studentDate.noteNum || "0")),
- ]),
- ]
- ),
- _vm._v(" "),
- _c(
- "div",
- { staticClass: "student_bottom_box student_color3" },
- [
- _c("div", { staticClass: "title" }, [
- _vm._v("书签数量"),
- ]),
- _vm._v(" "),
- _c("div", { staticClass: "time" }, [
- _vm._v(_vm._s(_vm.studentDate.bookmarkNum || "0")),
- ]),
- ]
- ),
- _vm._v(" "),
- _c(
- "div",
- { staticClass: "student_bottom_box student_color4" },
- [
- _c("div", { staticClass: "title" }, [
- _vm._v("高亮数量"),
- ]),
- _vm._v(" "),
- _c("div", { staticClass: "time" }, [
- _vm._v(_vm._s(_vm.studentDate.lineationNum || "0")),
- ]),
- ]
- ),
+ ]),
+ ]),
]),
]),
])
: _vm._e(),
_vm._v(" "),
_vm.userType == "teacher"
- ? _c("div", [
- _c("div", { staticClass: "teacher_top" }, [
- _c("img", {
- staticClass: "img",
- attrs: { src: _vm.userInfoparms.img },
- }),
- _vm._v(" "),
- _c("div", { staticStyle: { "margin-left": "30px" } }, [
- _c("div", { staticStyle: { "font-size": "20px" } }, [
- _vm._v(
- "\n " +
- _vm._s(_vm.userInfoparms.nickname) +
- _vm._s(
- _vm.userType == "teacher" ? "(教师)" : "(学生)"
- ) +
- "\n "
- ),
+ ? _c("div", { staticClass: "teacher_type" }, [
+ _c("div", { staticClass: "student_top_new" }, [
+ _c("div", { staticClass: "student_title_new" }, [
+ _c("div", [
+ _c("img", {
+ attrs: {
+ src: __$_require_assets_images_condition_resource_title_png__,
+ alt: "",
+ },
+ }),
+ _vm._v("\n 概览\n "),
]),
_vm._v(" "),
- _c("div", { staticClass: "title" }, [
+ _c(
+ "div",
+ { staticClass: "sleect" },
+ [
+ _c(
+ "el-select",
+ {
+ attrs: { placeholder: "请选择" },
+ on: { change: _vm.changeClass },
+ model: {
+ value: _vm.classValue,
+ callback: function ($$v) {
+ _vm.classValue = $$v;
+ },
+ expression: "classValue",
+ },
+ },
+ _vm._l(_vm.teacherDateclass, function (item) {
+ return _c("el-option", {
+ key: item.title,
+ attrs: { label: item.title, value: item.title },
+ })
+ }),
+ 1
+ ),
+ ],
+ 1
+ ),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "top_time" }, [
+ _c("div", { staticClass: "thisTime" }, [
+ _c("img", {
+ staticClass: "time_logo",
+ attrs: {
+ src: __$_require_assets_images_condition_time_logo_png__,
+ alt: "",
+ },
+ }),
+ _vm._v(" "),
_c(
"div",
- [
- _vm._v("\n 班级名称:\n "),
- _vm._v(" "),
- _c(
- "el-select",
- {
- attrs: { placeholder: "请选择" },
- on: { change: _vm.changeClass },
- model: {
- value: _vm.classValue,
- callback: function ($$v) {
- _vm.classValue = $$v;
- },
- expression: "classValue",
- },
- },
- _vm._l(_vm.teacherDateclass, function (item) {
- return _c("el-option", {
- key: item.title,
- attrs: { label: item.title, value: item.title },
- })
- }),
- 1
- ),
- ],
- 1
+ {
+ staticClass: "font",
+ staticStyle: { "margin-right": "8px" },
+ },
+ [_vm._v("本次授课")]
),
_vm._v(" "),
- _c("div", [
+ _c("div", { staticClass: "blod_font" }, [
_vm._v(
- "学习进度:" +
- _vm._s(_vm.teacherDate.learningProgress || "0") +
- "%"
+ _vm._s(
+ _vm.changeTime(_vm.teacherDate.thisLearnTime) || "0"
+ )
),
]),
_vm._v(" "),
- _c("div", [
- _vm._v(
- "授课次数:" + _vm._s(_vm.teacherDate.learnNum || "0")
- ),
- ]),
- _vm._v(" "),
- _c("div", [
- _vm._v(
- "授课总时长:" +
- _vm._s(_vm.teacherDate.totalLearnTime || "0") +
- "h"
- ),
- ]),
- ]),
- ]),
- ]),
- _vm._v(" "),
- _c(
- "div",
- { staticStyle: { padding: "20px 30px 50px 30px" } },
- [
- _c("div", { staticStyle: { "font-size": "16px" } }, [
- _vm._v("班级学员情况"),
+ _c(
+ "div",
+ {
+ staticClass: "font",
+ staticStyle: { "margin-right": "16px" },
+ },
+ [_vm._v("小时")]
+ ),
]),
_vm._v(" "),
- _vm.teacherDate.studentList &&
- _vm.teacherDate.studentList.length > 0
- ? [
- _c(
- "div",
- {
- staticStyle: {
- display: "flex",
- "flex-direction": "row",
- padding: "30px 0 0 0",
- },
+ _c("div", { staticClass: "allTime" }, [
+ _c("img", {
+ staticClass: "time_logo",
+ attrs: {
+ src: __$_require_assets_images_condition_time_logo_png__,
+ alt: "",
+ },
+ }),
+ _vm._v(" "),
+ _c(
+ "div",
+ {
+ staticClass: "font",
+ staticStyle: { "margin-right": "8px" },
+ },
+ [_vm._v("累计授课")]
+ ),
+ _vm._v(" "),
+ _c("div", { staticClass: "blod_font" }, [
+ _vm._v(_vm._s(_vm.teacherDate.learnNum || "0")),
+ ]),
+ _vm._v(" "),
+ _c(
+ "div",
+ {
+ staticClass: "font",
+ staticStyle: { "margin-right": "16px" },
+ },
+ [_vm._v("次")]
+ ),
+ _vm._v(" "),
+ _c("div", { staticClass: "blod_font" }, [
+ _vm._v(
+ _vm._s(
+ _vm.changeTime(_vm.teacherDate.totalLearnTime) ||
+ "0"
+ )
+ ),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "font" }, [_vm._v("小时")]),
+ ]),
+ ]),
+ _vm._v(" "),
+ _c(
+ "div",
+ { staticClass: "top_schedul" },
+ [
+ _c("div", { staticClass: "font" }, [
+ _vm._v("本书教学进度:"),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "percentage" }, [
+ _vm._v(
+ _vm._s(_vm.teacherDate.learningProgress || "0") + "%"
+ ),
+ ]),
+ _vm._v(" "),
+ _c("el-progress", {
+ attrs: {
+ percentage: Number(_vm.teacherDate.learningProgress),
+ "stroke-width": 10,
+ "define-back-color": "#ffffff",
+ },
+ }),
+ ],
+ 1
+ ),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "students_list" }, [
+ _c("div", { staticClass: "student_title_new" }, [
+ _c("div", [
+ _c("img", {
+ attrs: {
+ src: __$_require_assets_images_condition_resource_title_png__,
+ alt: "",
+ },
+ }),
+ _vm._v("\n 学员学习情况\n "),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "filter" }, [
+ _c(
+ "div",
+ {
+ staticClass: "item",
+ on: {
+ click: function ($event) {
+ return _vm.changeFilter(0)
},
- [
- _c(
- "div",
- {
- staticClass: "wrap_left",
- on: {
- click: function ($event) {
- return _vm.gettableData("up")
- },
- },
- },
- [
- _c("i", {
- staticClass: "el-icon-arrow-left",
- staticStyle: { "font-size": "20px" },
- }),
- ]
- ),
+ },
+ },
+ [
+ _vm._v("\n 学习时长\n "),
+ _c("img", {
+ directives: [
+ {
+ name: "show",
+ rawName: "v-show",
+ value: _vm.showFilter == 1,
+ expression: "showFilter == 1",
+ },
+ ],
+ attrs: {
+ src: __$_require_assets_images_condition_noselect_png__,
+ alt: "",
+ },
+ }),
+ _vm._v(" "),
+ _c("img", {
+ directives: [
+ {
+ name: "show",
+ rawName: "v-show",
+ value: _vm.showFilter == 0 && _vm.showDesc,
+ expression: "showFilter == 0 && showDesc",
+ },
+ ],
+ attrs: {
+ src: __$_require_assets_images_condition_up_png__,
+ alt: "",
+ },
+ }),
+ _vm._v(" "),
+ _c("img", {
+ directives: [
+ {
+ name: "show",
+ rawName: "v-show",
+ value: _vm.showFilter == 0 && !_vm.showDesc,
+ expression: "showFilter == 0 && !showDesc",
+ },
+ ],
+ attrs: {
+ src: __$_require_assets_images_condition_down_png__,
+ alt: "",
+ },
+ }),
+ ]
+ ),
+ _vm._v(" "),
+ _c(
+ "div",
+ {
+ staticClass: "item",
+ on: {
+ click: function ($event) {
+ return _vm.changeFilter(1)
+ },
+ },
+ },
+ [
+ _vm._v("\n 学习进度\n "),
+ _c("img", {
+ directives: [
+ {
+ name: "show",
+ rawName: "v-show",
+ value: _vm.showFilter == 0,
+ expression: "showFilter == 0",
+ },
+ ],
+ attrs: {
+ src: __$_require_assets_images_condition_noselect_png__,
+ alt: "",
+ },
+ }),
+ _vm._v(" "),
+ _c("img", {
+ directives: [
+ {
+ name: "show",
+ rawName: "v-show",
+ value: _vm.showFilter == 1 && _vm.showDesc,
+ expression: "showFilter == 1 && showDesc",
+ },
+ ],
+ attrs: {
+ src: __$_require_assets_images_condition_up_png__,
+ alt: "",
+ },
+ }),
+ _vm._v(" "),
+ _c("img", {
+ directives: [
+ {
+ name: "show",
+ rawName: "v-show",
+ value: _vm.showFilter == 1 && !_vm.showDesc,
+ expression: "showFilter == 1 && !showDesc",
+ },
+ ],
+ attrs: {
+ src: __$_require_assets_images_condition_down_png__,
+ alt: "",
+ },
+ }),
+ ]
+ ),
+ ]),
+ ]),
+ _vm._v(" "),
+ _c(
+ "div",
+ { staticClass: "list" },
+ [
+ _vm._l(_vm.tableData, function (item, index) {
+ return _c("div", { key: index, staticClass: "item" }, [
+ _c("div", { staticClass: "student" }, [
+ _c("div", { staticClass: "student_img" }, [
+ _c("img", { attrs: { src: item.img, alt: "" } }),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "student_content" }, [
+ _c("div", { staticClass: "student_name" }, [
+ _vm._v(_vm._s(item.nickname)),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "student_learn" }, [
+ _vm._v(
+ "\n 累计学习\n "
+ ),
+ _c("div", { staticClass: "color" }, [
+ _vm._v(
+ _vm._s(_vm.changeTime(item.totalLearnTime))
+ ),
+ ]),
+ _vm._v(
+ "\n 小时,\n "
+ ),
+ _c("div", { staticClass: "color" }, [
+ _vm._v(_vm._s(item.learnChapter)),
+ ]),
+ _vm._v(
+ "\n 章\n "
+ ),
+ ]),
_vm._v(" "),
_c(
"div",
- { staticClass: "teacher_swipers" },
- _vm._l(_vm.tableData, function (item, index) {
- return _c(
- "div",
+ { staticClass: "student_bar" },
+ [
+ _c("el-progress", {
+ attrs: {
+ percentage: Number(item.learningProgress),
+ "text-inside": true,
+ "stroke-width": 8,
+ "define-back-color": "#ffffff",
+ },
+ }),
+ ],
+ 1
+ ),
+ ]),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "student_card" }, [
+ _c("div", { staticClass: "card_item" }, [
+ _c("div", { staticClass: "card_back" }, [
+ _c("div", { staticClass: "logo" }, [
+ _c("img", {
+ attrs: {
+ src: __$_require_assets_images_condition_music_logo_png__,
+ alt: "",
+ },
+ }),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "title" }, [
+ _vm._v("音频"),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "time" }, [
+ _vm._v(
+ "\n 收听\n "
+ ),
+ _c("div", { staticClass: "color" }, [
+ _vm._v(
+ _vm._s(_vm.changeTime(item.musicTime))
+ ),
+ ]),
+ _vm._v(
+ "\n 小时\n "
+ ),
+ ]),
+ ]),
+ _vm._v(" "),
+ _c(
+ "div",
+ { staticClass: "line" },
+ [
+ _c(
+ "el-popover",
{
- key: index,
- class:
- _vm.select_index == index
- ? "select_swiper_box"
- : "swiper_box",
- on: {
- click: function ($event) {
- return _vm.getbox(item, index)
- },
+ attrs: {
+ placement: "top-start",
+ width: "280",
+ trigger: "hover",
+ "popper-class": "custom-popover",
},
},
[
- _c("img", {
- staticClass: "teacher_img",
- attrs: { src: item.img },
+ _c("div", { staticClass: "text" }, [
+ _vm._v(
+ "\n 累计收听\n "
+ ),
+ _c("div", { staticClass: "color" }, [
+ _vm._v(
+ _vm._s(item.musicNum) +
+ "/" +
+ _vm._s(item.musicAllNum)
+ ),
+ ]),
+ _vm._v(
+ "\n 个,收听\n "
+ ),
+ _c("div", { staticClass: "color" }, [
+ _vm._v(
+ _vm._s(
+ _vm.changeTime(item.musicTime)
+ )
+ ),
+ ]),
+ _vm._v(
+ "\n 小时\n "
+ ),
+ ]),
+ _vm._v(" "),
+ _c("el-progress", {
+ attrs: {
+ percentage: _vm.getNumber(
+ item.musicNum,
+ item.musicAllNum
+ ),
+ "stroke-width": 8,
+ "define-back-color": "#EDEDED",
+ color: "#33D1C9",
+ },
}),
_vm._v(" "),
_c(
- "div",
- { staticClass: "teacher_name" },
- [_vm._v(_vm._s(item.nickname))]
+ "el-button",
+ {
+ attrs: {
+ slot: "reference",
+ type: "text",
+ },
+ slot: "reference",
+ },
+ [
+ _c("img", {
+ staticClass: "line_img",
+ attrs: {
+ src: __$_require_assets_images_condition_line_music_png__,
+ alt: "",
+ },
+ }),
+ ]
),
- _vm._v(" "),
- _c("div", {
- class:
- _vm.select_index == index
- ? "uptri"
- : "uptri1",
- }),
- ]
- )
- }),
- 0
+ ],
+ 1
+ ),
+ ],
+ 1
),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "card_item video" }, [
+ _c("div", { staticClass: "card_back" }, [
+ _c("div", { staticClass: "logo" }, [
+ _c("img", {
+ attrs: {
+ src: __$_require_assets_images_condition_video_logo_png__,
+ alt: "",
+ },
+ }),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "title" }, [
+ _vm._v("视频"),
+ ]),
+ _vm._v(" "),
+ _c("div", { staticClass: "time" }, [
+ _vm._v(
+ "\n 播放\n "
+ ),
+ _c("div", { staticClass: "color" }, [
+ _vm._v(
+ _vm._s(_vm.changeTime(item.musicTime))
+ ),
+ ]),
+ _vm._v(
+ "\n 小时\n "
+ ),
+ ]),
+ ]),
_vm._v(" "),
_c(
"div",
- {
- staticClass: "wrap_right",
- on: {
- click: function ($event) {
- return _vm.gettableData("next")
- },
- },
- },
+ { staticClass: "line" },
[
- _c("i", {
- staticClass: "el-icon-arrow-right",
- staticStyle: { "font-size": "20px" },
- }),
- ]
+ _c(
+ "el-popover",
+ {
+ attrs: {
+ placement: "top-start",
+ width: "280",
+ trigger: "hover",
+ "popper-class": "custom-popover",
+ },
+ },
+ [
+ _c("div", { staticClass: "text" }, [
+ _vm._v(
+ "\n 累计播放\n "
+ ),
+ _c("div", { staticClass: "color" }, [
+ _vm._v(
+ _vm._s(item.videoNum) +
+ "/" +
+ _vm._s(item.videoAllNum)
+ ),
+ ]),
+ _vm._v(
+ "\n 个,播放\n "
+ ),
+ _c("div", { staticClass: "color" }, [
+ _vm._v(
+ _vm._s(
+ _vm.changeTime(item.videoTime)
+ )
+ ),
+ ]),
+ _vm._v(
+ "\n 小时\n "
+ ),
+ ]),
+ _vm._v(" "),
+ _c("el-progress", {
+ attrs: {
+ percentage: _vm.getNumber(
+ item.videoNum,
+ item.videoAllNum
+ ),
+ "stroke-width": 8,
+ "define-back-color": "#EDEDED",
+ color: "#CC5120",
+ },
+ }),
+ _vm._v(" "),
+ _c(
+ "el-button",
+ {
+ attrs: {
+ slot: "reference",
+ type: "text",
+ },
+ slot: "reference",
+ },
+ [
+ _c("img", {
+ staticClass: "line_img",
+ attrs: {
+ src: __$_require_assets_images_condition_line_video_png__,
+ alt: "",
+ },
+ }),
+ ]
+ ),
+ ],
+ 1
+ ),
+ ],
+ 1
),
- ]
- ),
- _vm._v(" "),
- _c("div", { staticClass: "teacher_bottom" }, [
- _c(
- "div",
- {
- staticClass:
- "teacher_bottom_box student_color1",
- },
- [
- _c("div", { staticClass: "title" }, [
- _vm._v("学习总时长"),
- ]),
- _vm._v(" "),
- _c("div", { staticClass: "time" }, [
- _vm._v(
- _vm._s(
- _vm.select_item.totalLearnTime || "0"
- ) + "h"
- ),
- ]),
- ]
- ),
+ ]),
_vm._v(" "),
- _c(
- "div",
- {
- staticClass:
- "teacher_bottom_box student_color2",
- },
- [
+ _c("div", { staticClass: "card_item" }, [
+ _c("div", { staticClass: "card_back" }, [
+ _c("div", { staticClass: "logo" }, [
+ _c("img", {
+ attrs: {
+ src: __$_require_assets_images_condition_pic_logo_png__,
+ alt: "",
+ },
+ }),
+ ]),
+ _vm._v(" "),
_c("div", { staticClass: "title" }, [
- _vm._v("学习次数"),
+ _vm._v("图片"),
]),
_vm._v(" "),
_c("div", { staticClass: "time" }, [
_vm._v(
- _vm._s(_vm.select_item.learnNum || "0") +
- "次"
+ "\n 查看\n "
+ ),
+ _c("div", { staticClass: "color" }, [
+ _vm._v(_vm._s(item.imageNum)),
+ ]),
+ _vm._v(
+ "\n 个\n "
),
]),
- ]
- ),
+ ]),
+ _vm._v(" "),
+ _c(
+ "div",
+ { staticClass: "line" },
+ [
+ _c(
+ "el-popover",
+ {
+ attrs: {
+ placement: "top-start",
+ width: "280",
+ trigger: "hover",
+ "popper-class": "custom-popover",
+ },
+ },
+ [
+ _c("div", { staticClass: "text" }, [
+ _vm._v(
+ "\n 累计查看\n "
+ ),
+ _c("div", { staticClass: "color" }, [
+ _vm._v(
+ _vm._s(item.imageNum) +
+ "/" +
+ _vm._s(item.imageAllNum)
+ ),
+ ]),
+ _vm._v(
+ "\n 个,查看\n "
+ ),
+ _c("div", { staticClass: "color" }, [
+ _vm._v(
+ _vm._s(
+ _vm.changeTime(item.imageTime)
+ )
+ ),
+ ]),
+ _vm._v(
+ "\n 小时\n "
+ ),
+ ]),
+ _vm._v(" "),
+ _c("el-progress", {
+ attrs: {
+ percentage: _vm.getNumber(
+ item.imageNum,
+ item.imageAllNum
+ ),
+ "stroke-width": 8,
+ "define-back-color": "#EDEDED",
+ color: "#7BC0FC",
+ },
+ }),
+ _vm._v(" "),
+ _c(
+ "el-button",
+ {
+ attrs: {
+ slot: "reference",
+ type: "text",
+ },
+ slot: "reference",
+ },
+ [
+ _c("img", {
+ staticClass: "line_img",
+ attrs: {
+ src: __$_require_assets_images_condition_line_pic_png__,
+ alt: "",
+ },
+ }),
+ ]
+ ),
+ ],
+ 1
+ ),
+ ],
+ 1
+ ),
+ ]),
_vm._v(" "),
- _c(
- "div",
- {
- staticClass:
- "teacher_bottom_box student_color3",
- },
- [
+ _c("div", { staticClass: "card_item" }, [
+ _c("div", { staticClass: "card_back" }, [
+ _c("div", { staticClass: "logo" }, [
+ _c("img", {
+ attrs: {
+ src: __$_require_assets_images_condition_test_logo_png__,
+ alt: "",
+ },
+ }),
+ ]),
+ _vm._v(" "),
_c("div", { staticClass: "title" }, [
- _vm._v("学习进度"),
+ _vm._v("试题"),
]),
_vm._v(" "),
_c("div", { staticClass: "time" }, [
_vm._v(
- _vm._s(
- _vm.select_item.learningProgress || "0"
- ) + "%"
+ "\n 收听\n "
),
- ]),
- ]
- ),
- _vm._v(" "),
- _c(
- "div",
- {
- staticClass:
- "teacher_bottom_box student_color4",
- },
- [
- _c("div", { staticClass: "title" }, [
- _vm._v("答题完成次数"),
- ]),
- _vm._v(" "),
- _c("div", { staticClass: "time" }, [
+ _c("div", { staticClass: "color" }, [
+ _vm._v(_vm._s(item.testNum)),
+ ]),
_vm._v(
- _vm._s(_vm.select_item.answersNum || "0") +
- "次"
+ "\n 小时\n "
),
]),
- ]
- ),
+ ]),
+ _vm._v(" "),
+ _c(
+ "div",
+ { staticClass: "line" },
+ [
+ _c(
+ "el-popover",
+ {
+ attrs: {
+ placement: "top-start",
+ width: "280",
+ trigger: "hover",
+ "popper-class": "custom-popover",
+ },
+ },
+ [
+ _c("div", { staticClass: "text" }, [
+ _vm._v(
+ "\n 累计完成\n "
+ ),
+ _c("div", { staticClass: "color" }, [
+ _vm._v(
+ _vm._s(item.testNum) +
+ "/" +
+ _vm._s(item.testAllNum)
+ ),
+ ]),
+ _vm._v(
+ "\n 个,完成\n "
+ ),
+ _c("div", { staticClass: "color" }, [
+ _vm._v(
+ _vm._s(
+ _vm.changeTime(item.testTime)
+ )
+ ),
+ ]),
+ _vm._v(
+ "\n 小时\n "
+ ),
+ ]),
+ _vm._v(" "),
+ _c("el-progress", {
+ attrs: {
+ percentage: _vm.getNumber(
+ item.testNum,
+ item.testAllNum
+ ),
+ "stroke-width": 8,
+ "define-back-color": "#EDEDED",
+ color: "#F979B7",
+ },
+ }),
+ _vm._v(" "),
+ _c(
+ "el-button",
+ {
+ attrs: {
+ slot: "reference",
+ type: "text",
+ },
+ slot: "reference",
+ },
+ [
+ _c("img", {
+ staticClass: "line_img",
+ attrs: {
+ src: __$_require_assets_images_condition_line_test_png__,
+ alt: "",
+ },
+ }),
+ ]
+ ),
+ ],
+ 1
+ ),
+ ],
+ 1
+ ),
+ ]),
]),
- ]
- : [
- _c(
- "div",
- { staticStyle: { "padding-top": "60px" } },
- [_c("xml-empty")],
- 1
- ),
- ],
- ],
- 2
- ),
+ ])
+ }),
+ _vm._v(" "),
+ _c("el-pagination", {
+ attrs: {
+ "current-page": _vm.currentPage,
+ "page-size": 5,
+ layout: "total, prev, pager, next",
+ total: _vm.teacherDate.studentList.length,
+ },
+ on: {
+ "size-change": _vm.handleSizeChange,
+ "current-change": _vm.handleCurrentChange,
+ "update:currentPage": function ($event) {
+ _vm.currentPage = $event;
+ },
+ "update:current-page": function ($event) {
+ _vm.currentPage = $event;
+ },
+ },
+ }),
+ ],
+ 2
+ ),
+ ]),
])
: _vm._e(),
]
@@ -147519,7 +151461,7 @@ __vue_render__$2v._withStripped = true;
/* style */
const __vue_inject_styles__$2v = undefined;
/* scoped */
- const __vue_scope_id__$2v = "data-v-44769198";
+ const __vue_scope_id__$2v = "data-v-68ee8780";
/* module identifier */
const __vue_module_identifier__$2v = undefined;
/* functional template */
@@ -147891,7 +151833,7 @@ __vue_render__$2u._withStripped = true;
/* style */
const __vue_inject_styles__$2u = undefined;
/* scoped */
- const __vue_scope_id__$2u = "data-v-b6469976";
+ const __vue_scope_id__$2u = "data-v-d3c1d200";
/* module identifier */
const __vue_module_identifier__$2u = undefined;
/* functional template */
@@ -149042,11 +152984,6 @@ var script$2t = {
type: String,
default: ''
},
- bookReaderPath: {
- // epub、pdf阅读器基础路径
- type: String,
- default: ''
- },
officePreviewPath: {
//office 在线预览路径
type: String,
@@ -149507,8 +153444,7 @@ var script$2t = {
getSysEvn: () => this.env,
getActiveInjectId: () => this.activeInjectId,
getActiveInjectedBoxId: () => this.activeInjectedBoxId,
- getIsShowAi: () => this.isShowAi == '0',
- getSysEnv: () => this.env
+ getIsShowAi: () => this.isShowAi == '0'
};
},
watch: {
@@ -150147,6 +154083,7 @@ var script$2t = {
}
}
}, false);
+ this.initMagicLinkPopover();
});
// try {
// // 将未标记图像路径转换为 base64
@@ -150164,6 +154101,26 @@ var script$2t = {
// }),
},
methods: {
+ initMagicLinkPopover() {
+ // 初始化
+ const container = document.documentElement;
+ const popover = new MagicLinkPopover({
+ parent: container,
+ selector: 'magic-link[data-show-type="popover"]',
+ // 目标元素选择器
+ titleAttr: 'title',
+ // 对应 data-popover-title 属性
+ contentAttr: 'content',
+ // 对应 data-popover-content 属性
+ placement: 'top',
+ theme: 'dark',
+ showDelay: 100,
+ hideDelay: 200
+ });
+ this.$once('hook:beforeDestory', () => {
+ popover.destroy();
+ });
+ },
// @pos 过滤当前章节的教师笔记
filterTeacherNoteList(targetChapterId) {
if (this.isShowTeacherResource) {
@@ -150288,8 +154245,33 @@ var script$2t = {
if (JSON.parse(moduleAttribute)?.length) {
let i = JSON.parse(moduleAttribute).findIndex(item => item.type === 'freeOptions' && item.target === 'textbook');
let newValue = JSON.parse(moduleAttribute)[i]?.data || {};
+ let {
+ marginTop,
+ padding,
+ cjkFont,
+ noncjkFont,
+ fontColor,
+ fontSize,
+ indent,
+ letterSpace,
+ lineHeight,
+ textAlign
+ } = newValue;
+ let fontFamilyBase = ", , -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'";
+ let cjkHolder = cjkFont || "微软雅黑,'Mircosoft Yahei'";
+ let noncjkHolder = noncjkFont || "'Times New Roman'";
+ let fontFamilySetup = fontFamilyBase.replace('', cjkHolder);
+ fontFamilySetup = fontFamilySetup.replace('', noncjkHolder);
+ let containerDom = document.getElementById('xmlPreviewDom');
document.getElementById('xmlPreviewDom').style.setProperty('--book-padding', (newValue.padding || newValue.padding == '0' ? newValue.padding : 6) + 'px');
document.getElementById('xmlPreviewDom').style.setProperty('--book-marginTop', newValue.marginTop + 'px');
+ containerDom.style.setProperty('--book-fontFamily', fontFamilySetup);
+ containerDom.style.setProperty('--book-fontColor', fontColor);
+ containerDom.style.setProperty('--book-fontSize', fontSize);
+ containerDom.style.setProperty('--book-letterSpace', letterSpace + 'px');
+ containerDom.style.setProperty('--book-lineHeight', lineHeight);
+ containerDom.style.setProperty('--book-indent', indent);
+ containerDom.style.setProperty('--book-textAlign', textAlign);
// JSON.parse(moduleAttribute).forEach((module) => {
// if (module.type === 'component' && module.target === 'xml-single-text-group') {
// if (module.data?.injectStyle) {
@@ -150399,12 +154381,6 @@ var script$2t = {
}
}, 500);
}
- setTimeout(() => {
- if (res.injectStyle) {
- $('#xmlReaderWindowPreviewDom' + '>style').remove();
- $('#xmlReaderWindowPreviewDom').prepend(res.injectStyle);
- }
- }, 1000);
});
},
// 查询元素是否在可视窗口
@@ -150557,7 +154533,6 @@ var script$2t = {
JumpPosition(data) {
data.maxTop = -90;
- console.log(data);
const {
location,
type,
@@ -150575,6 +154550,8 @@ var script$2t = {
// return
// }
}
+ // console.log(data,this.componentList,location)
+
let index = this.componentList.findIndex(item => item.location == location);
setTimeout(() => {
this.$refs.xmlPreviewLooseLeaf.jumpTo({
@@ -150751,6 +154728,7 @@ var script$2t = {
} else {
url = this.officePreviewPath + e.fileUrl;
}
+ console.log('阅读地址', url);
this.openPage({
url: url,
title: e.resourcesName
@@ -150829,12 +154807,14 @@ var script$2t = {
},
// 资源阅读
showFileReader(e) {
+ // console.log('showFileReadersaddsdasa', e)
let url = '';
if (e.fileUrl.indexOf('.epub') !== -1 || e.fileUrl.indexOf('.pdf') !== -1) {
url = e.fileUrl;
} else {
url = this.officePreviewPath + e.fileUrl;
}
+ console.log('阅读地址', url);
this.openPage({
url: url,
title: e.title
@@ -151088,8 +155068,6 @@ var __$_require_static_images_icons_books_statistical_ht_png__ = "data:image/png
var __$_require_static_images_icons_books_grades_ht_02_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAABkCAYAAABXTBS8AAAAAXNSR0IArs4c6QAAIABJREFUeF7dfduTHNd93vc73XPb+y52ASwIEABFkDRIU4kk6korksoJSxQlS7RIu+wktl+SB1ceUpU/AHnKg3VxKVVJ+TV5k94cKymVHTvRhZIskRJBESQkChfiDiz2gr3M7M5M/+LvdJ+e02d6ZmdBgCm6i+DMTt9On+/8vt/1nBa825uqnPo/iHABcau61pCovgDVAyp6EIlZgCj/noXIPohOG8g0IBOAjgFoCFADEGfN7gDYBtCEyBagG4CuCWQNqrchsiIqtxIkt4zK9Y7IDe22btV3pps4hs6pT6ELEX23u+B+3k/u58XLrv0f/puOAxvjcVSZ6CbdGYmjw6JYFFH+m4MSSMyoYkaAKRFMQTEOQQNAXQATXDcB0IKgKcCmAndEcAeKVftP9DYgy1C5BoNrSdK9XK1Eq5D2xsbGxOZX/rVsvtt9cD/v964BeuqbWt3qbs0nkCOmiyMADkPMEREcB/SACOYEqCOVQP6r8p+I/SxsAxud7tgRYIeflF4Fto2ipQbLonIDivMJkkticFm6uBRBLyEaWzr1ovD49/x2XwF94ZsaPQRMSLc1u9PRQ0bkmBE8AsExKA5DcUgMDgGYZkOkpDVlv7leL2189uOAB1sDcFUFV0VxGcAFEfwy6eqFCuRqM6qvnAM2vvWidN+ryN43QP/9N7Vh2q39CjwkkBNI8JiR5H2APGQMZlUxAWBMgIrtPIto/tHXn4OA7XuA4IeSB2wD2AKwAWAF0HOA+bUI3hTVX3VjnNvq1m9+/UVpvhdBveeA/rtvaC2a3ZozIkfRlYfFyJOK5FEhkGKlcc6XsBwoJ1kDABkZUDc4PDR2echlSq0FVs1ZET2dqL6lFb243hhb/s/PCo2u98x2TwElmPHUzsOJdk+KyPslkpMCfRSK/QJMikGNN6RZmQlkSrMhTXqtyncPaOkw2h1KzUWICNq6ADcBOauqZxT6qkmiM6sz1bfeS6DeE0Bf+KZWD25sTCOKjkPNRyPVDyjwGAyOGsGBjEkteL6k5XrTHdDDNu1un4LvL6AOXo61GxBchOJNhbwCSX6UoHu+hom194Lh9I4B/Td/oWNS3X4gVjlpJPkwBB8X4ARg3Y5xH0Trb4SgZi3IfZFQOv0WesAPkz4xqdAbA1RjQTUG6tknv1f4PeInUIkEcQTERhAZIIqASNAVQdsINqux3K5U9GYtNreqkd6ODFaNMRsKrEmC9QRYlQgrUCwbxXKli5Wb89g+CdCwSuRd9nPvGtBTp9RcXcRkXN08jiR6EgYfM4IPCfCY0LL1etyC6qQvA9TtdxIbAlo439eHJS32f7KgWGAEsQHq1RTUegWoRim4PpAWUENA0/MkyskBAulGEZpGcKcS4XYlltvVGLci0TUxuKMJNgRmTSLcEcUSFLc1xs1kBxtJjC2zjtaRI++ucXVXgBLMmwub+5OaeZ8InhKRDwP4gBgcEWCM4PiA8I/8N09Cc8qlNIVGTI54r4Nze6ek1ZHASlq9IqhVUgDrVUGjCtQy6SRglFoLONuUSaXfDp9BrJSLJEawXYmxGUfYjI2sViNsRDG2oNgWRRui9GHvAFgWMXSLbkTALe3ihlZwY3ESayJC6/q+b3sG9NQpjW8ubM7vVKOTFdGnSLEQeQLAg0YQ58ZOQK9p5xQp17OHUv2aPa79HAaop18JUBwJ6qTViqBRAxrVFFALbBWoGEkZgvegFHqMkX/37uezR3aeGiM7kcFWNcJ6NZaNCiXXgKFH5TXtptiA6JKhtMLcTATXBHjbJLgWdbGkivWFBWyJCKNb92XbE6AMFEyvNRdNYk6KdD8BMR8RwW+KYAFAJe+07Kr+yPc7LqTgAn4lhpPd77XUDQ7qQgJGAMcojTXYz4rViSntWhp1VrUDM2gfr12qwzPgM92vRqQdR9iqxNioxLJeMWhGBm0x1nB3oHYEaAnQVNF1TXBFxFwBcBGCS3GMK2vjWDkh98cdGhlQgjl+a3PBxPGTBt2Pw8jTBvgNERwUO+69kV9Cq7k0ZvustHp61nWo75eGEuzuQcBIowRyvJ7SKr/XqCdjsUyQDy6vXUTN7cvbm93EVwm+G5UPhqy9RmQnjtCsxFgnqFWDrYiS6oPqP1qCOzC6RGAB87ZEeMt0cTmJcf1+UPFIgDowNYoej5F8EiKfEMETIpgXseqIBkSRNj3jx+9cp6MccAV6C6xYn4bZR6RX0iqlcKwGjNcEjbqgFvesVJ8J3KAJ6dYfPM4PDgENxluqLlJJJ/12SL8O1JrBlqXfQaBaPYtNQFdIwQpz3gC/EuDC/mlcupf6dSRA//jrKzNarz0eQX4LknxaUp15UMTaFe5BIdIPaq43He350lsCYEFyM+nib6RO6sSpRiaVmX7MJZK06V3bAuQGlaPUDDUHXj5g3LmB3neqIBxYlqLF6tRmNcZarSLrsbHWMEEduBlAVbEM0esihr7uWUT4RauDq8dmsHkvgN0V0H/1ZzoejW2egJpPSYRPA/iQMFjgJLMAkGd8BHqr0DmBUeIxb1/wwQKZ6cqJumCyYax0pm5GOoAcjVKCnUHVB6hn9FhK8al4F0DLBhkllQDQ8q1GuFON5U6lgqYIdjV4qF9FsJGoXhKY16A4ownO78zh1nGR1juxloYDqip/8F+3jxvVpyPRzwrwlAAPQlDJR78nCWknSeqi5OGhzKDx9Jq/3wHgHsJJNI9xFEtjZ7KeSuZYjX6jN3Ay6bNg+vf0pNuB7kD0dWw+mJzx5Clua3x5/rOv87PDaChZl6YaY5WgxrFNuI+0WWChFxKYN43gtQ7wVm0b196JJTwU0Be+tjZXq8dPq5rPGuhnjOAoKwZy/ZeNbN/AYFfnNBzS6yBjxbNi3UCh4UN9OVETUDLH6mm0h5ZrqCedOxIaVmyHo+GwTW5Q5QPJk27fKBoEaM44kMQY7KTUi9VqJOsmsu7MSBstYk30pgjOqpjXkwRvSIwrD0xi5W7cm4GAkmrbjeYTBvoFA/nnAB4XwVifD+cZP+nIT1HLDZFsKNvRXiJBoVFCe5kBAmvB1gRTBJPRnmrK8ZJJpzWS+C9KJdMHKI8+DQHUnu/pcJ+uQxfJt7bL/GMDSaIIWwS1HstKXKGvuTv15uygNkx4XVXPiZjXIHgjMTj/wCRWRfaWmy0F9IWvaaNa2XxYYT4jwBdF8EEwW+LTq/PRPH3U01tFSvT1VSlVe5GkaiUFk1JJ6STNVig9WZTHWdNOQhwQThLD6w+SUB9Q+wi8fnbREFB3r/zT67WetS5d6tN6FcvVyFJva4+gdpRxYeivIeZ1IzgNg/MHJrC0F0ktBfRffn1zsR3L05Hi8wB+WwSLPq361qQDOe+g3LLMQC2h08L53sAgzTZqYvUl//E7XRKnZ9Oge6qjcxbIgMiNI99d2kVCc8nm5TJuLbgrYfSqRJ/64DPwUI2wVqtipRbLHRNhT+E+USQKLBvqVTGvJoLXRPDWXui3D1BLtZXmEzD6nIE8o8D7Ja3tScNmQQChp0u8sFpOrZmB5IfdAvfFUTjBpMFDt8TqTEZ84oCmLVjFgeKMITegcr0Zui2+ZZt9910ue35mWOVU6A/G7EcfQDfIveM1joRW71q9snfqtddTJBCsZvR7GsDPMvodSacWAGXQ/ZfzrSNJF59U1S+KwUcFOOjsHEdvuQcQRoS80JrTOzkAnrT45zsfkzQ7NSaYbqSWLAH2pa7HEOWA5jrac0EKfmgAqM8shfZ4fqQ/eHPQAhEIAY7SSNJGrYLlaizre7F6cyuKoALLSvqFeUUVP691cG7/fmHZzNCt0Lw//IZOtbX1QVH9rIp+jrVARlBxhkBo7hd0qhvhwaj2gw35gPD8UOYfGxX6l4Lp8VQ6mat0AObGSi5xdwdoqBJyZvFp1VntDnzf/fK7MdChAcYaGWlVY0u7q9UYmyayRs/etgxUqL4BY15OBK/gDi7vlo4rtOX5rzSPRpXkGYE8B8XTAsy6Ue53SNrbaft8kHPDxNdxmeUbRm0c1dYomXVgZsxgopFGg3wXg4AWOp9+rtfh9p4uoZ0xhm8g5edmA86m8koA812hsufrQ8Pruf7Ag3QqEdZrMVaqFVmr7ME3LdxHQUPphoGeETU/7CQ4fXgfrg5LmufN+uNTWt+YbX4Aii8b6DOAPMqIWwFQB1TOUR4teqM59PlSSe75j24/dSR1JiWTVEswXXbEl1D3PaXV9Do+yAS9LDJUOM6l77IAvX++M7BC39SB32douF4P3DAPjFRKK1itVWS5aqyUDo4guT1lYUNFW1WviTEvS4If1hSv7tsnzL2WbratDL53r2ztj9R8GpH+PhQfAzDv6xDNRnYhEe3FSv0R3tOfvXgqRdqXHIbuqCvnJlJAaQT5qa7Ql7UNTWOoebjU6thMb/suh++XOlDJ4r5h5w8SSjjzX+6YXna+5+MWei/UoyHAav3lTsVgvVbF7Xosa325U3fOLoHCLC/Xgup5iPn7ruJ7ZgvnBlGv0BB6fQFj2G6eVNFn/yG2+LuAPsb5I750Wnr1c4uBtPZ1Yl9UqAcogWM1wUxDMDeZ6s0czNDQykaHA2wQoL4+L7gjHg37mZ580Hmc7AyrvvSZrzPd8R7CoQRng49S2qzFWK5VZJUpNyN3oUvdfRRbEH1T1Hy3G+Gn29O4XJZTtYCenVifa0fxJwH9AkSeEWWOs6cn89Hs+YwF686L1DjLNJewgpuT0iWrCWgEzY0LZsaNdU8KEh5Qal7CkklozviehJYCGg6qMivclZX6Lpl3f8ftIRv2uS8BAdr2GGnXIsZ4sVKryh2bjcnuZ/vU1bMO4s8emM5mYZDhJyr4vjE4fWhKlsJT5YVTWo2mW4e6qr+jgi8AYH3QhOvgnE0Ch911oMc2Of0NpF/WqBhgvJpK5sxYGgnKDSZnIXtWsH+tlLJTKzcfZF7S2l3HN84K7WQ0fEdxpwks3UmwvKFY2wQ2dxQ7baBLqqTTHQHjNNTGBfOTgoWp9JOhSDKJ3yd+h4aSaiSNHmVSuhJH2NGU3e3/Q6EZiGvGuypoC4vAYX6UAD8oo175g/+yOtvarhwXyB+K4FkoHkI2QcjRUghqaCU6YS5kPALHntdiLJZWLQ2gfRPGSmmlMqC6ILtovxU9HFAXWMgBd41TYKcLrG4pVjYUS+sJVjaAO021IO944XSn36fGYHX8wqRg/7TB7DiB7lnZ7h4DQRVoJNKqVbHaiGUpirAtlFJ/AuNAiyu7anGyY8JyUUB/AWO+2+ngZ8cWcNMPDcqXvtp6xEj3UTHyJ1D5DKBTaYS9f55JHinyQmC+JPt+Zggy/2awYLJubCfNToj1P61b4lFcGGR31ObSaUMlNEiZOdpnnzS3Fbc3FFeWFbfuJFZKd9pqQdYBM0RZ8knLe7IOHJwxODwnODSbGnGDtn4qli6D9mM1ln9KM46Q5zvvcmJqB9BLoualRPHDWhdvHjzYmxIpX/5a87egyUkY+SMAH3EVlb7JH0qoP/r94wb6oRldE8C5iRRQRoUYdM8ruLzcY35Nz0DioZbuhlGuzwouPsvJozuKm6uKS8sJrq2oldLurmnoImSk3wdmBQ/tN1icS2PNzAr1bV6gwgFWMbLeqGIpjmSrFmM9Y1xHvpn+GDhGynasA/oq1Pygm+BHx/fL9Ryj3/3a1ouielJFfk8EtG7zLQS10NF+FCUwPsr8UIJBil2YMlY66ab4NGAtzOzOgwBNKX0I5YaAcqJoN9WXv76e4PKyYnN772C6AUxVcWRecHy/wZF9qXVetrn2W0DVVlY0xypg1X2zUZPbuWTuhXp9XBjEF72oMD82gr+9M4uzj0s6v1V+9+ubfwoVAvkcgGOl1lsQHsvp2DOUyvxGR8cEmJbs7ITBgek0zMeK9dBgyQXWUXAgoWlNbS+wYGk4U/TO5fANLBo51JGXlhL86nqC2+t3SXJZZ9I6X5g2OL4geHgxZRo/StQHb3Y7Y2Sbli5recfrcoOXY1rFDWCShf2ef8lu6LFIYZex568ao7/owPx1vYJXFidZ5C2JfPmrm6cUwkm4rBdiIL4noUXPJdV3gQT7SeK8M32dmBV40ZiYnxDMT5tUOn3QnGS6UKIfgfFdGGvRehUL2cjyB45vFG3tpDrzwq0EV1cSbO8pmZU2yg5GVk9kxduz44LFWcGD8ymgpN0CkP4fGaB0X5iBiQxakw3hROP+bbQAQ36ecv4NrJT+XWTwktnC+cOHsS1f+trWnxtOyIVSf+6zZ4R+WPaTH1d1x/lSFvqSTmrYIfQ3afqzE6q2JDvd8nOyv/v0sCeB6b16dbcFVvDSX26QUSIpmW/fTrDe3BvVunomGkQMT5JVWP+bpvhgfWhSrtWjHoPxu6Na7yk7cYwNAjo9Jhf6JDkDcxADu9/7+EXA9SN+LMD3EOPnx2Zwh4D+d7GzrPEk/U8fqII0ZkZGwZUJqNgHx0mrq9qbz3w5dg6r9fJB4/ucvh8axEl7g6VfQnPqdWFAdmoCXFtJcOZKgku3kz0ZQWwejTYOwIMz6SBku2n18nkIIic+8dNRfi4HvLeTzHwurHRZx0u3ZWZc3ioD1AfLnz87EMy0r5qi+rrCfF8E312ax5I8/7Wtv4TKcYg+Qp/aSU0ZK4T5UP9YK41eZsTtsyUlFcGBaYN9k2m1e653/FiwR++hUeQGUTpIioD6dEtF5AYSAwWXbyd440oX11dH150EidJI9+TQrMH+6TQAYisnPJ1e1D0B7fZ3ng0DRoLt2XE5W0q52Y+hlO7S8jagVxOYl4zgOzvAVXn+q1v/1y5iATtzLDc8i4ohC4wHOjWPjQ6hZNYFsWJvcYaOOUd1T386HVWwpgO6dxTcO7aYD839YC/jwk6gNfv2UoJfXk0jQqNslD6Cd2hOcGx/OgCTbnqtta300wYgSrjR6VqWnE6PpWHNiUYaGePxNIwig+25CTkT2j6ubaEaNZraSYM25hQSu5SPvmzE/BU6eJsS+jKAo9SfPhWE1q4fm/XpZaAfmh1EEBkyW5w1lrbCUe50cNnozy3X7FopU3tWrh/I9wClBbm6qZZqz91IsMLVi0bY6Fsens98zdlUNaxtqb0WdfDWNtDlxUNdlP3NemFOnuJz7mMWaSwtRc1Clh0x2N43Ka+5030bsw84F+4bEO/1sEogegZqvp0ILlCHvmmLp2EXduoXzIDw/chQCEIe5fF064EZg4kaLOXSoBjk2xZyj4GV7GgjvX56cfcb/7S/+4AmsOG9t5cTnL+ZWEB220i1jAY9dsjg6DzrmVIwl+6kgQhKZqLa1z/hdal23JQNgkr9S2OKLgXnme6bklf72hKgaVvLB3TN7lO66RXyQ0QvIjF/Y4DzlNALAB5wy631nRtYcL5R5Os6d4PQSDiyz9j4Jw0MjlZf8n1Q3PnhgMntpzx4kV0jyPzk0iyUIlgwqEN/PYKE2qBHXXB0weCxB4yVLkokreSldUWzvfuACDHgs5KdaFSRgiMDjSLZ2T8lPwsBpRG1VwvX4ZSddw0iP9AEFwkow0YHBrBIQWRzevQO9qXUp093yPsOpJLJh+Mclb7ARZj/dJZumV7OjaheUMIZWH4Q3+nQy1lAgaAM2xgwoI5nBOjo/rSNt++kYBJYy7IlrtwANsxvRbeGRhUHCNVOHEn7wJRQxeUbS4e0MMOJRX/FzbZ+iDJNxNwW6CuianXoLVYnDATU4+Gc872H8yUqjBbx1EcXIzu5KDX7PbrMblgq5d4+Nzu6oGuzG/lS6b47Lmp3gSu3E7x5dXcrl20jmMcW0tAksy/XVlPducOqnnAbQIHhYXRtGOZkQIXUW4ulc2BKfqp5R2YojRBXHnqImDWA7gsu3R2gGch9ElviOz5xOEor4RvpHM5wpOcDwh8kLmbvpDfbVwg6uPmonh/rVwiyA26tEVDGcBO0h8w2oQSdWGRIz1hJWmmq9WEZNixwoUNsFEBp2XL1kEaqbg5MUUpNZ/+U/DTJ4nwhrk4Qd1GdJQPMNAF9C4IrdFt6lBsaQE5SPCktHOJPw/MlzgPnnx5LASXt+vrVXbLU6vUlNIzn+hQdFIyFfjL16LmbCS4uJVanlqXJeH8msB9dNDgyb2xye3lTre9KN8V79KG0PWgnn50DZnFGMDUu7YVJvFwGWBhY2MvYAdBWyCWT+aEFoygkcN8IKt0X6EDnm7qO+ND7YmvlceaYpVdvRAzSyb4U+34or9lfjZBe0A0M/5rbHeD6amL90asraSI73Hi9AzOCRxYjHM4cN/qtt+7QTSmxagNrxCFepvf4G9UM6XZxRnRmQnYWppAaRa5iwTNmy2iVvqiV3OGsoKLmpopeky99ZetNkZ7bUgZaPkoDMPyHKYvucP9HHo7ztYJcx4ejL7RsfUBDQ6uQXckuaI9x0wE9uqYxs0H6XE1w/lZiXZAwD8rr0V15ZNHYoDvvTUCtdRtIaJkRZH8LQfb6yenRxVlJZsdle/80Xs0zLYPAKhNXSe0id+n+W5o1Vb1Oyn0ZiqOQYmC+TOT7XI6Aj4qGS3qFTzxKQHsVf/7g8AedO9eXtpDuCkXXWUfaNQH4n+ttqgGvXocpNBtkWEpwZSX1SX1Q+UxM6Z1YjGwCmxsDERbQEokeRK080wfcYWIlNM3QdOfGpbVvCpwumG5e8MCenz2HL6l+is07pSB39nIJtiFyIw39IQ392QEwQI/mAIdSWkahng59+jfiNFpSMkIKIPojPaDQ/NSgjDSnWW+kOWn3r82gwPJGgutrihtrCda3gO1OD1i6VDSKHtxnbI0TgxI311L/czjTDYK39zuDDLz+oRnZmZ2Q1r4JnPEv6nxQNyAcaPl9SzIx/l2987qAuSXPf2XrL1XkuEAfsatIlzxB4Sc/0BCC4KXDHB3/s5Ox9T8L0uYBnne895s7NvRxw9hxIerkZqWV6HRer50A61sEKrH6kYYPfUx2qHNbjs6nhWtrzSQ1ilr9OjeXpADLQQYXjaK5CdGDM9KabkhrbhJnHQi7+ZdW8Eq8prIC+3QgmGX50lfT9JkCT9LKLvZ8r9WjgJrzu+e+fOrx2Kaa+gTUGxhllm5OvdmJBXBdgCF72NTYKlbUF9RDdnt2Dq3dVEcmWN1Ii8SYSTk4a3B4VjA7aSyQNKYYkPfDfbsFEnyMeSznkUw2QLclWZg2W+NVtGbH8ZalK+eCZp4Rm+jTq8PRfoaBDc+gKgqgWbUJblU5IapcFayQ4A5F20clFOSCYZOJGH8joK7cZKiUllRDFHSsA9EZBp7/yeu69XUsttmN2A/dbhpQtxIkqaSyaGyzBay3FNvtdB/9z31TgoVpQZLQh1WrS7mff+/KXFnn5AKlaUyXGZv5CenOjAunGDanxnCBAPmA5YLgWbwFwQxHkm8hF5jNrMrzrgQF+LSdC1ro9SKv+BLYpz28Ds6ByAC1ESJnfQbX9wEYGHRw/enpUJ+WnTSbLNjAKBENGv6j68K/k4y7HNidLmzAfaer4HfaVoy5UlIZsqOU0oCiRLfLokV9HeCoJC8Ms9LJyNPMuLQna1jjNP2JOi779DykjGjQHfrDgC4PLZZyN/9UII8p8JykxtHAbK0/kvpG7ABAP/kbsR2poWtSamwEUueAKoQUg+YVqVisRK03UyOIEkZfspP0qgh8v5YY0+LlJzt5og4cmjM2rtuoABvbKT1vtHoDwvVyqNp8o4ZsMV6DNYbog07UZLtWwQqr/sbquBHGZcNr+X8PMsocFedsZGuMzC1hGaeqngTk98BVqIcAWpCy8LgQ0KwlTz+WWbleNUPBmPGoyhlIZfo6t14Do8wNLAJCSXQuBzMld7YUrREzJWwGS0z2Tab+6OJ0avHSj02r62ElmTq1DNS07b01eu1s9LF04Q9SbTXC7dhos16V2+75HJM7N8UfFIWbZO4M3ZqCM5pRcXbetoHcsIXWCQutVf4I0iu0HmSvl+lOd/PQT+WxH300tqOd+cX8OI9Mys5xoy4cXC6zUgY8pWlrJw3I04ekZBLgvW4E1boZcwYLk8YGRVjOQn1LCm+1CWy/6clKjN4KLmk6jv43i8njCOv1CpZMLFt1o7bQmpsFiFtQrum32Xf3rNYooYbUFTdrCQMLbiqEqvwJkE2FcKQboDdI/IvuQ685PP7DJ1JA+XCDhN8/P9epfXTQmwOT7/IMgivLCdZbsIH4URLaw4Bme0iVB6bSMhT60Z2EA4TZF7GAOpqmwPI7c6ocDPNTDPCnc3h4HQPYqRD1qtyKBc040v6l37JSk9yizRrn97cFvyRXkA1uhZqbwtDf5/7T6mytXjmuifyhAM8CeCh7q1F62VFAzY4pCx588HgWnM8m+ZQNipCC82MC1yZkAifJ/Hzt7a7VdXRH/IlHe5VQd7ydJVdPaZP0yRlzdG/c7DN2PnVzpwOw/pfGF895/EjUqwa0K3fCzuQes5OVNJ2s5CTUk7YSdzNv+m7ZNcPVPiGXlMF5TidsT7cORV39HTX4AjSdTljoiBFBdYf5lPnkg8yHphN+7LJuA3q4L6zoSV8okfZv70L8/tLZDja300Iu62bsYSNI7mUC/nTB3nKuvbUGmQznc3CjO8QJT5z4RIrn8R96yJ/wkk0nrNhJvyuxUb7Gy2rhEMC8yUnqj+7tEQxDJCwPvWIn/L48sT4XI53wKyLP2Ar6cPM7sKyzfGnKRQl47IHIUhBHOt2XkQH12CEfKCUGkdv3v1/rWEmh4TLqxnNpgdu1d+1CyqkU2pixc/i5lj3pNErXTbLr1mc3tX5u0jOYuI8hRG5ZYKFtF3Ws6AoXdnQTfrl/IGAl9UW7BTSoP5UJbsWlfEp+e7t50qg+C29K/jBQS9g4L97yQeMcEDrtNmPvVcyXne9LXUiv/Nt2VcgW2d/f+XlnT8F0dj4B5KwyTkKi71mrpkl4tkMJSebSUEdmuso2K9RtNh5rSzWB6UZuiNqFM7igYy3m4hmmWY2QyFbGAAAPS0lEQVS1bSKkC9Zkmwt4uEFgr+NLsNObWbalbLBGMLeVJSjQt23b3KIZ4KIZif4+JF00YzdA+/o3lCDWh84bjNtZZ+mMsyGCX5xS4B/o6Wifzn3Q/9fP2iPPXSGYNjLESoJpY2tx+RuNVxo+LhDhDJ5B80d9dK3NkhlHtl9Euka4lLmu12Kz0ahie6xq2hMNbcemB2kIqIvd+tUMFn/HwyWBXAGuKeQHgF7Me5jL2qxMNj9gBF+GKtcqejRbGKR/UOyiU31JY66RDjvrcumT9Q3xkkBBKWV6g6VMUr/z87Z1KXbb2AKuIbh/qjfNoVoxaG0n1u2ha0JAGXBwQJYFEZxEuUFdPIZnSocGESf5ViNtVSvSGavJzsyY2Z4c151aBJZ1WiJgtXQutCFgo01iuqiCv0FXzxeg4cJTCZJnDOQ5ETytwGxp1KJEERZ+8jqfuUDqp8P7jNWj+XG7XGM3+rUU6FHEqIBy4hTpn+UmrBkmaqw3Wmuy5AQ2zEejyu9HK305R/YoN/cj+03UhG9mErFT8Le5+okRJLWKdKfqsj07YScttWpVSSJKKwePNxILlB6W5wb3sopBcEYV35YoKU6E+uw3dKrRbn1QVT+LbGk4da+D9CVpFwn1Y7KkNhpFBDSdfjcY1BDjEFQHoDMSfL32P15uj2TdUm9y3gprcBlAYGiP0aS1Zhq09+m1b1AN8y2KKoKv+tghmPRuhJKYirQ2qtKZHkNzYcpsNaroTDXEptFHArQfTP6yKVAuSvVXqMSpDnUbLd7TEy0muj+pRr8IxUczi7ffxRwGqrfPLpla5XR2k+vRwjzTPQyOvKEec7vTv/1Ke9cZZtSTLgrE6gS2i1MNOW+UFjJptoQ4dmPxwv5sjdy2Sd8uTFALpEl7q1GT9r5x2Rqro314zvSm6JfdacggosrnqzIF8lIC852dGr8H27/4Mx1voPlEJPqcpi7M+wuBhgGS2nchZ8hw5RM7+yzVWzRAKKXFXhj6Z4hjZnIWO59uy8CsSHY7Vw7CorD9U8a6KL+8luQZl0F9t0eQSbU7gG4LhJLa93DGIJmsy3ajKu2Thw3fmZZu4cHZ731J7t5xTVW8HgHf10703XlgqbStz399c1ETeVoFnxfFbwPpAshuG6QHyxrP3+x0/PF0Or6bEtE3GHeT1PB5vcqEjM76pcu7ZlnCm3VIv7jctb7rbmw6IqiURku1TL2WehrZhOB6Rdr1CjoffCi6NohvcyAHWGWJ4LYk8mPR5HstxD9/9Z/gTmk7uUT5DjYflsR8RgxIvXaJ8j5AS0ZVmR4kxdppAbQsp9O5Ln46rXR0lgzYQQNmGCf26WEf5CxkaIvGRkSs9F6ZhrSGEFispW1K57B2xTG6rKT/6MMRX6OVbz4/h7Hd4Hpd5XtOgb+TbvTSRgvnz3zMDqTyzVGvifQL0PQlAnxn9l2BSs6uwC42xdQUaTdPeu/Skc4QGtTOQWzht5PHWEOqhAUYAy6r2xkGRsk+GrwdCHaEVCvDweT5pF0C+pETkV1zwTXNF8ZhKoDFjKr6CxX8NTrxKy9/EMunuGjGsIbzNR9dTV/zAdHPZPNIa3sB1TUqrwiYYVoqWxKu5EKDGlT2wC7xHRKFcydsaWe2lblB3PX65e5AY8pvyzDbxFKrBdO6KZTSvsPDH+iuENAPB4C69vJ4J63ZzIl8kZQsOXNRRX5sos7fbkbVsy8+ni1rM3Qkqsrzf759XBN9GtaVwVN8rSTVYh8WI1AWrUrqUM7Ion/KgHivx9NvwwAt69S+oP4gF6AkirUboLtJadZWRo+tIZQaQ6PF1SNBwmCDk9BQSgumcRBcEGAdqq+qkR+YdvSjz33YW3hqt0aTesfizRMmMZ9SpK/KyqYf2rRCAYBdQOWkWsZNWWfDUCB9VH+9hWGADqTcUSjbG33h4aff3kM0v78RpDi+qK4tYCZFSLu7b9nIrMTofOKx+G3/hNLAUDHK0RHFJVV5SdD9YSWuvPnM+72l4Xa/O/DFr6/MGNQe1276MjsgfZmdW/epcI0hD8RdTHTb5DEXo3BzRsNG7AWkknPLTh808H6R6dBSSh/SOZl/6QIIbagXQBilU1Prv/MxB+ho+TJS+zKoOyHfjTrRz37yFG5Sd/Yx5rA2MHiPC5sL7Sh6XDR93SQAgspVr/tXvBsCiJstTdqdn0zXXcil1G/EOwTVXiqThNCi9qn77NXBOrSsTzIjjR1IXdkW0Z3MCOLM3d28n56G4YJWFek8RSt3AJjhxRilFOAtQH6EqPOD1lb13IsfL77jexSCsI3IQeULYbX7cYU8Db4QNpPUUaWUx/HFrfRLU1Czmd0De2/wUPOlqk8Cg97wB82uAYQhvWIEO8yiVGPwFR7rlchsGaOU1PLLuoLqsscIJ654xwywqpag8hNI8n3R+PTnP1SyAPKI7JCD2j3fXEwq5qQk3U+omI8Y6G8C6SubRwWVUsoqBs6bZPqKq4XYycB3AeqoQj3Iyi1l+6Ap1uWxr5cEU19blQgbBDM2phkZbauL1Za1fzQqLZw5AMwtAFzg5LsdjX5am8blZ0/0v/Z5ZAl1d/zUKY0XxjbnOxKdhFG+fvLjGf3S+o33Aior4xz1MsVmVxgLttIGvhM65vX7jet+KHhMr2eVkpm+1VfXq5FsEExESgNlZJotHbADJokH/diC4ryI/L2azvfKqNYdv2dAeaJ98cDY5v5uxbwPCZ5SLmuu+ICIncGWBx96CiP7lg119zsD91yDgFYvpdUt6ljm//U1tMyKCQ7a9eGyA+xHBktflE3A10ly0ajNONLNShRtxAYtY7Q8+xo8o33W4KI5W4wAZhaAvwbIy4rkh9V2/OqzH93lNR97oV13rAW1vjLZrlWPSxI9yVeDiChdGhZrF4vMhvAiqZeRI4YFmS/1V+r0+yLEbxTJ3RVQr11FgUx3cIUcE6HFV19VYtmIjGxFRlvRsLc7OPDKRmVwvxKsQygYPryhomcE8kMx0enn3j/ii3juBlSe8/m/0LHq2vYDSdw9mb6AQD4uihMAZgCMl17Xe1iyrKs5ooFkw4KcOuEJtU8n/mC/16Dm9xE7A95WHPDF6QSUFBtHunvgIGzgXRIyo098U6FC31DIy5GJXmk2cTm0akdSUXsFl6WgmNuYbnei48IcquoHxMhjypnh6RpIpTaJe1a7YGI99U9Z58PvYUHZoDYNpOIRHyIcOEbQ5iKLxqBZiWQzpr6MWHWg4Sp/I96h/7ARMKYpxZcF/FpFXhHt/ny7Xj334uN7fJndXbcwO/Gz39DaWGfj4USjk4C+HxB+PgrIfkmzNXkcOBzIDN4zI0NdyiQ0J966AP6o7epzXUY8MQsSsManzQlFfOM9rdkoMqRYxmdLg94jAJO3YBcG9lvK8pVVVZwDcBqS/Kzbrpw//WGs+AGEkQf4iH0w8DCC2uhuzSGRownkYVF9EgKC+pBADwGYK43JZhkZAmlnbbk3FXr0u1vb7kZaWcme+ZbbfPsR9WRspBWzfMRo16842AMoQzXNkIGQSSYuqOJVIHkt6VbeGhXMTO/v1k13t5851W7S2g/BQ4kmJ0jBULyPwAI6C8gEoLSIC4F+Ui0XqUrfupTSry3QHtHCGQFUJmMoBQSLYNKCbcVczzbSVmzMtjCfWfIO7TK9fne9U3oWKX2VNAvI66rJ6aRSOX/6SSyNIpm+nXEP21S8lI0unVuZaNcas5rooUjkGDR5RBXHIHIYVmLNIUCnPYPETvoh/dJAcqAyU/NOQbVWq0mzIhEjPtYdkVZkZDs22IHRjknfsLsXNr37/uvdhcnq65LoOYG8plHyBmm2cxGrL754D16qfvctHHwmDaftxta8GDkS0V8VHNZ05ZXjXFlGgTnG7qln7QuYKqiN16Q61ZCKrW4f4yyw8uCDf1cbgkuli5Jov1Mi+XZA6khKpBHdIYgCw7fx7kSRMried2/ueXgimedY76ZzfN+03/dsCXAT0LMq8rqg+0a3U72yF5oNnv9uWnj35zAdN46NcYkrE0B3BgkOZzVLiwmEoO4DZMaIzsRGZ8ZqZmaqIRMz49KYakg8UYeEESVhbatmNApLpV1KY0apjLN2okjaxhBIsxPBvmg1EVFbL+s/TV9gIdtpfx+QU92tN2zZtX+d3glNKC4o5E1AX4vj6K1mFdfOnMTWXmj2/yugUJVP/UdEx4D4Vm2tUa3WFxLRA0b1oIguJGoWRHQWin2imI4izDZqMjNZl6mZcZmYGZN6o4a4EonY5b8zCWRi2b7OMQOTE4MckCLaicTsiKFLYt0P6lBilNdKs1MGGWv+vlFp33Wy/0IB7zoEcgPyD5OLIK/BJGe0E5+f3sStT39a+ueP7jZivP0jmhp7uOJ9OPQvfqqV/RHGRXFItfsEVB410KPKTI9irn+5rP5GvFMLtczoKIvyhXcuDBLSumBZgOsJ5CJEz4pErAu6erOLzX/7IRlhMsfwDn5PAOoegcDOK45UTOdYkpgTkIRvVXxQFbMQG5UqZnyyE8OHvJcWz7AO9O5DHb0pghWFvg01541JftVO4gtLgkv3AsiyAXcfZOveX5KgHgKm27pzMDLmMBLzsCJ5ECJcZp0z5qZ20ynvBqDePfi+7CWoXhGYt2GSt7pJcrki1etXgbV7CWam5u99p78bV/yfv9KarmB2J2o/ADVHDOSoavKABVYxCYOGqLWaCym9ewmm34Ee/bKuqKUJmhBbzHVFxFxJoBchyaVqt3JFZrFSlsu8F/32nqLc8IFPqZqTZzAWNTEZYWdeYRYtBUMWIcpwIyV2Hjok+3MverHHdxuURrUSKTcFeo0UK0iudVFd6jaw/k4s2FGa+p4G1H9AR8Wa7BxAZA4kkAWoHACSQ6A7pOCLbjnluKLpG6Sobym9pXp3SOfRcKGlzPoezhyjftyB4A6gy4C5CtEbBnoL3eSGmOqN+0Gtg9r3jwZQ94DffEkbYxOoa4KxpI0JNZ39qsK1qucFMqVIprlomECYLBjnMn98z7tNHPBV1cVXNFi3yAKWziZjEGCTU/gUui7ARra+wR1KpYjeliS+aSrYEIOtrQ20dkt3jSJ1eznmHx2gqirf+hYMHkdUW0FN6pjtJu25KJK5biKzNk9rZJLLIagmE4wpKzJ9KzYbVIFmlYxpIpsSuK1iweRi/RsiZoOvhkFiF5FajYyudLu6HJnKsrawsj2LbbyO7gsv0N/16/f3As3dHfv/APTxydPnH0kfAAAAAElFTkSuQmCC";
-var __$_require_static_images_icons_books_set_ht_up_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAABkCAYAAABXTBS8AAAAAXNSR0IArs4c6QAAIABJREFUeF7dfVmQJMd53vdnVV9zHzuzN/bALhZcgIBM8BIIUQQtGwEQpEiQgBSireNFflD4wQ4/+cGxfvKDeCjoCDv0ar9RbwrJEQopJJsHSIoESCyIS1jsgb1nZ+fu6Z7p7vqtL6uyJqu6+pg9YMEVsbu93VVZWfnl//1nZgk+6ENVzvxvBLiIsFlerUlQnYPqXhXdh8jMQZT/n4bILEQnDWQSkDFARwDUBKgACJNutwFsAWhAZBPQDUBXBbIK1dsQWRaVWxGiW0blRlvkpnaat6rbkw0cRfvM59CBiH7QQ3A/7yf3s/Gitv/D/9BRYGM0DEpjnagzJWFwSBT7RZR/ZqAEElOqmBJgQgQTUIxCUANQFcDk2o0ANCFoCFBXYE0Ea1Cs2D+itwFZgsp1GFyPos6VcilYgbQ2NjbG6t/4Xal/0GNwP+/3gQF65rta3uxs7okgh00HhwEcgpjDIjgG6F4RzAhQRSyB/FPmHxH7b+bo2en4h20BtvkvpVeBLaNoqsGSqNyE4kKE6LIYXJEOLgfQywhGFs+8JDz/Q3/cV0Bf/K4Gx4Ex6TSnt9t6wIgcNYKHIDgKxSEoDojBAQCT7IgU9KboOzfqhZ1PvuzxYKsArqngmiiuALgogn+IOnqxBLnWCKrL54GNP3tJOh9WZO8boP/uu1ozrea8AscFchIRHjYSPQjIcWMwrYoxACMClOzgWUTTf7rGsxewXQ+Q+6LgAVsANgFsAFgG9Dxg3hPB26L6bifE+c1OdeHbL0njwwjqPQf0335HK8H05owROYKOnBAjjymiU0IgxUrjjC9hKVBOsnoAMjSgbnJ4aAx4yCVKrQVWzTsiejZSPaclvbReG1n6r88Jja4PzXFPASWY4cT2iUg7p0XkcQnktEBPQTEvwLgYVHhDmpWJQMY0m6dJr1fpzz162o92+1JzFiKCti7AAiDvqOqbCn3NRMGbK1Plcx8mUO8JoC9+V8v7NjYmEQTHoObTgerHFHgYBkeMYG/CpBY8X9JSvelO2ME2Hm6fgu8voA5ezrWbEFyC4m2FvAqJfhyhc6GCsdUPg+F014D+4Z/qiJS3DoYqp41En4TgSQFOAtbtGPVBtP5GHtSkB6kvkpdOv4ce8P2kT0ws9MYA5VBQDoFq8i8/l/g54L9AKRCEARAaQWCAIAACQUcELSOol0O5XSrpQiU0t8qB3g4MVowxGwqsSoT1CFiRAMtQLBnFUqmD5YU92DoN0LCK5AP2c+8Y0DNn1Fzbj/GwXD+GKHgMBr9qBB8X4GGhZeuNuAXVSV8CqPvdSWwe0Mz1vj4s6LH/lQXFAiMIDVAtx6BWS0A5iMH1gbSAGgIaXydBSg4QSCcI0DCCtVKA26VQbpdD3ApEV8VgTSNsCMyqBFgTxSIUtzXEQrSNjSjEpllH8/DhD9a4uiNACebCXH0+qpgHRfAJEfkkgI+JwWEBRgiODwj/k37nSWhKuZSmvBGTIr4zwKm9U9DrQGAlrVoSVEoxgNWyoFYGKol0EjBKrQWcfUqk0u+HzyBWykUiI9gqhaiHAeqhkZVygI0gxCYUW6JoQZQ+7BqAJRFDt+hmANzSDm5qCTf3j2NVRGhd3/dj14CeOaPhwlx9z3Y5OF0S/QQpFiKPAnjACMLU2MnRazw4Wcr17KFYvyaPa//tB6inXwlQGAiqpNWSoFYBauUYUAtsGSgZiRmC96AUeoyRfvbu57NHcp0aI9uBwWY5wHo5lI0SJdeAoUdlm/ZQbEB00VBaYRYiwXUB3jcRrgcdLKpifW4OmyLC6NZ9OXYFKAMFk6uN/SYyp0U6n4GYT4ngoyKYA1BKBy1p1Z/5/sDlKTiDX4HhZH/3euomB3UhASOAI5TGCuy/JasTY9q1NOqsagdmrn9su1CHJ8Anul+NSCsMsFkKsVEKZb1k0AgMWmKs4e5AbQvQFKChousa4aqIuQrgEgSXwxBXV0exfFLujzs0NKAEc/RWfc6E4WMGnSdh5CkDfEQE+8TOe2/mF9BqKo3Jb1ZaPT3rBtT3S/MS7O5BwEijBHK0GtMqP1eoJ0OxTJBOLq9fRM39lvY3uYmvEnw3Kp0MSX+NyHYYoFEKsU5QywabASXVB9V/tAhrMLpIYAHzvgQ4Zzq4EoW4cT+oeChAHZgaBI+EiD4Lkc+I4FER7BGx6ogGRJY2PePHH1ynoxxwGXrLWbE+DXOMSK+kVUrhSAUYrQhqVUEl3LFSfSZwkyZPt/7kcX5wHtDcfIvVRSzppN826deBWjHYtPTbC1SrZ1EHdJkUrDAXDPCuABfnJ3H5XurXoQD9/W8vT2m18kgA+TVI9LTEOnOfiLUr3INCpBvUVG862vOltwDAjOQm0sXvSJ3UiRO1RCoT/ZhKJGnTa9sC5CaVo9QENQdeOmHctTm971RBfmJZiharUxvlEKuVkqyHxlrDBLXnYQBVxRJEb4gY+rrvIMAvm21cOzqF+r0AdiCg//qPdTQYqZ+Ems9JgKcBfFwYLHCSmQHIMz5yeiszODmjxGPeruCDBTLRlWNVwXjNWOmM3Yx4AjkapQQ7g6oLUM/osZTiU/EAQIsmGSWVANDyLQdYK4eyViqhIYKBBg/1qwg2ItXLAvM6FG9qhAvbM7h1TKR5N9ZSf0BV5Xf++9Yxo/pUIPqsAJ8Q4AEISuns9yQhHiSJXZQ0PJQYNJ5e8393ALiHcBLNcxzF0tgZr8aSOVKh3+hNnET6LJj+PT3pdqA7EH0dm04mZzx5itsaX57/7Ov85DQaStalKYdYIahhaBPuQx0WWOjFCOZtI3i9DZyrbOH63VjCfQF98VurM5Vq+JSqedZAP28ER1gxkOq/ZGb7BgaHOqXhPL32MlY8K9ZNFBo+1JdjFQElc6QaR3toueb1pHNH8oYV++FoON8nN6nSieRJt28U9QI0ZRxIZAy2Y+rFSjmQdRNYd2aogxaxRroggndUzBtRhLckxNWD41i+E/emJ6Ck2lat8aiBfslA/gWAR0Qw0uXDecZPPPNj1FJDJJnKdrYXSFDeKKG9zACBtWArggmCyWhPOeZ4SaTTGkn8E8SS6QOURp/6AGqv93S4T9d5F8m3tlODwelb2w+JggCbBLUaynJYoq85mHpTdlAbJryhqudFzOsQvBUZXDg4jhWR3eVmCwF98VtaK5fqJxTm8wJ8WQRPgNkSn16dj+bpox29laVEX18VUrUXSSqXYjAplZRO0myJ0pNEeZw17STEAeEkMd9+Lwn1AbWPwPYdSN6oeKp3B0v/99QolA71abWMpXJgqbe5S1Dbyrgw9D2IecMIzsLgwt4xLO5GUgsB/Vffru9vhfJUoPgigN8QwX6fVn1r0oGcDlBqWSagFtBp5npvYpBmaxWx+pJ/+JkuidOzcdA91tEpCyRApMaR7y4NkNBUstlcwq0ZdyUfvSrQp740M/BQDrBaKWO5EsqaCbCrcJ8oIgWWDPWqmNciwesiOLcb+u0C1FJtqfEojD5vIM8o8LjEtT1x2CwXQNjRJV5YLaXWxEDyw24598VROMGkwUO3xOpMRnzCHE1bsLITxRlDbkKlejPvtviWbfLZd7ns9YlhlVKhPxmTL30A3ST3ztcwEFq9q9XS7qnXtqeIIFhJ6PcsgJ8n9DuUTs0AyqD7P+xpHo46+KyqflkMPi3APmfnOHpLaSgfEfJCa07vpAB40uJf73xM0uzEiGCyFluyBNiXuh2GKAY01dGeC5LxQ3OA+syS6Y/nR/qTNwUtJwJ5gIM4krRRKWGpHMr6bqze1IoiqMCSkn5hXlXFLyptnJ+fF5bN9D0y3fv6d3Sipc0nRPVZFf0Ca4GMoOSsvry5n9GpbobnZrUfbEgnhOeHMv9YK9G/FEyOxtLJXKUDMDVWUom7M0DzKiFlFp9WndWe6kXPFfKHMadDcxhrYKRZDi3trpRD1E1gjZ7dHQmoUH0LxrwSCV7FGq4MSsdl+vLCNxpHglL0jECeh+IpAabdLPcHZMc62KHEjA7zdVxi+eajNo5qK5TMKjA1YjBWi6NBvotBQDODTz/XG3A7yVxCO2EM30DyVYJty3e18vFnPwng0XKhoeF92R14kHYpwHolxHK5JKulXfimGdQVNJRuGuibouZH7QhnD83iWr+kedqt3z+j1Y3pxseg+JqBPgPIKUbcMoA6oDzTz4/UOJDyPl8syTv+o/udOpI6k5JJqiWYLjviS2hKt3F+Ms28OIYgUEWRodRfTvS2vW8SoPcniTOw8r6pA78QUG/Suus9MGIpLWGlUpKlsrFS2juC5H4pChsqWqp6XYx5RSL8qKJ4bXZWmHstPGxfGXzvXN2cD9Q8jUB/G4pfBbDH1yGazGz/nr7U+c7+jv7ciadSNHzJYeiOunJmLAaURpCf6sr7srajcQw1DZfayZTobd/l8P1SBypZ3Dfs/ElCCWf+y52zk53f8XEzo5fXo+5HR99q/eV2yWC9UsbtaiirXblTd82AQGGSl2tC9QLE/H1H8X2zifO9qFdoCL0xhxFsNU6r6HP/GFv8KqAPc/2IL52Wcv3cYk5auwaxKyq0AyiBYzXBVE0wMx7rzRTMvKGVzA4HWC9AfX2ecUc8GvYzPemk8zjZGVZd6TNfZ7rzPYTzEpxMPkppoxJiqVKSFabcjNyBLnX3UWxC9G1R871OgJ9tTeJKUU7VAvrO2PpMKwg/C+iXIPKMKHOczulKdFg+IuQ/hRepcRScSlhGT8V0yWoCGkEzo4KpUWPdk4yE54yStIQlkdCU8T0JLQQ0P6mKrHBXVuq7ZN793XgWBeh9qS0CVYy0KgFjvFiulGXNZmOS+9nhdfWsvfhzB0xXwcEgw09V8ANjcPbAhCzmL5UXz2g5mGwe6Kj+pgq+BID1QWNugFM2yTnsbgA9tknpryf9skbFAKPlWDKnRuJIUD66UzwZXFw2tnJTyvSS1q6dlNo9nzdlGI8BXJy2wwUwbcV6A1jZVGy1YqIjG/jPH9Ht5xI49n+MkzEudfF1tT/ARuLoUSKly2GAbY3Z3f6dF5pCXL21cSpoCYvAYX4cAT8sol75nf+2Mt3cKh0TyNdF8BwUx5EsEHK0lAfVtzL9h8lkPHKOPdtiLJZWLQ2g2TFjpbTEASmwNmPEiqzo/oC6wEIKeNKOpdMiKxdApwOsbymWNhSL64pGsmwpP6ktoKxNrQj2TgrmJmJ3i+rCn9jefzQQaVbKWKmFshgE2BJKqb+AsafFlbSSXewYsVwU0F/CmO+12/j50Tks+KFB+co3mw8Z6ZwSI38Alc8DOhFH2LvXmaSRIi8E5j+072e66/3oC4MF41VjZ/f0mFj/0w1yen5BqNBKSxrJ6QNocm0aWvSSAc6CLQpbNreBG6sRLt9WXFuOUE8SYL3GerQCHJ41eGBOsH/K2BIYf9L7ksZSUAbtRyos/5RGGCDNd97hwtQ2oJdFzcuR4keVDt7et29nSaR87VuNX4NGp2Hk9wB8ylVUFtGIbyT5tJqC4dFyl5UqcQBhZiwGlFEhBt1j8YyHwK8kSCXM+81KQhL6S3/3KddnBRefdZPBSbwX3nPMsN5QXFpUvHczwtWlCNsDkl+s7SWgJ/YZHN8bhyt9EXX/c4CVjKzXylgMA9mshFhPGNeRb3zpIEnN8vE6oK9BzQ87EX58bF5upBPqq9/afElUT6vIb4mA1m3XbPN1VjqQHk1mwHPlmrnBJRikp7kJY6WTbopPA5YSkzunkymn72JpHyyhmcnmZXJSt8WLVPE76s13b0R470aEhdU4Qj7oIOWe3G/wkYPxBC0aN9uM2sqKxkgJrLpv1CpyO21+N9Tr48Iuil5SmJ8Ywd+uTeOdRyRe3ypf/Xb9j6BCIJ8HcNSzA3YmTi485iaUb8wU+Y1+oIGW7PSYsbrH6k4mqnORmUESGtfU7gQWLA0nEm4nRJrp8UpRcqzhU657DgL69tXISuhKXdEZ4BuyDTIMJfSxIwZ7bGKxQMgSwIyRLVq6rOUdrcpNnstJ4yYwb2c/px8S9Lx+ZH4y9voVY/SXbZi/rpbw6v5xFnlLJF/7Zv2MQrgIl/VCDMT77JFhAheGS8Xbr8XJGUHuAV3wndbsnjHBnkkTS6dzDXIpKt9CdX5jOoEsvXoVC8kP/sTxjaLU7/T6VgTo7XXF65c7OH9TsdEcQjy5tDyEBfSJ4wH2cxVPOiieKCVN0X1hBiYwaI7XhAuNu4/hAgzpdcr1N7BS+neBwctmExcOHcKWfOVbm39iuCAXSv056081n0hSK9GfiZ6fZ8fW9/tyeU76m5zJpKeyLcmOj/Sa5P+FgGYocqfutovqnX5UYLutaHfixUdubYujeDuZkjZp4dIQev1yhMuLg/Wn6zf7eWQPAaVxZKw75sbOUS1vQ3283UYbgs1qCc35SXOhFGTs3FgyPf/UTWB3LzfFuqaagPtH/ESA7yPEL45OYY2A/k+xq6zxGP1P16m8jrZj4EWK8udlfElPIlzV3p4JsYDSgGC1XhqN8cFyFNzLuLK/d0toSr0JoI2t2P2oN9WuNJuswfqMDDXaiFTycG0uHasr3r8VWR3Ka3Q4AbWPT7flkUMGx/YaTI4kWSKWA2pMqbw/219rImq3sT05KtsP7jPn5sZz+zlEWfvIXz/bE8x4rBqi+obC/EAE31vcg0V54Vubfw6VYxB9iIlsJzVFrJDPh/rnFkkwB86WlJTotxnMjsfV7mnUJafzCo2vnAGTB9SnWyoiDiSBuXQrwvIGAY0TAAR0cgS2rIVSG0XxgN9aV1xbUtxcpf+5CzQR+6MHpgUHZwXzE3EIk2NEHVzfUqxsAMsEtKFoddCZm5DW4w+E753YJxtGclKaDHjeThrQoxag1yKYl43gr7aBa/LCNzf/j93EAnblWGp4dpnR/gqylC+zlOmnupwEcwBZsUd/bXqUazF39CfPyfuFfhw1/3t8bjYfmvrBDLAnA0kKvbAQ2UCBXSMaxMslCCz/cJKRjjnQVoIajA7Fk2E3h41Js/h7BJh1rlgANFvA6qbaPwxSkHYjVZ0bN51fOWreP30oWJkdk5bkQM2rUUNJ79Mh98gKfcWI+Qu08T4l9BUAR6g/MzqzgHM9lzFFPhMp8qkyUQQEkTN5/7Sxg+n7sk5XpHSdu2dquSYnxkztWbl+IN8ArZYLEERW6igl/sEwHY0zJtBJt5tbsFK5WyDzY8x+8RlHq3HFIicHjSsXcXLnj1VFT+wLbp0+LEun9sv6SNmkie8u4JKuWxVQ4KN6X0UQfRNq/jISXKQOfdsWT8Nu7NQtmPlBzrkwvpuT5hO9c/ZOGYxVYCmXOiwfsEivz1Wvu76k6jZNAMSN+waOva8B1uqK8wsR3l+MrHQUAWXXiEosjYPck91IK88lmGyb7Ra1TbaYGpHGQwfM0qdOhotzE9K0BlIOzQLjp7ArHAN7ruglROZvDHCBEnoRwEG33VrXZPDA8YPmGf3pXBDPL3SAMKJiXZZxBrKzdJuxOl3QKDdhfEBjvzVpw7OiOSlabeDmaoR3r0e4sRJRZ/2TPAKD6PCsWfvkiWDhwIzZ3D8lTUphrxhDL6PI4ZT8fh0iP9QIlwgow0Z7/afPgJr3S32APWs2T5+uvQf3xpJJ6uUala7AhU+bHqiphHolKKlf6fRoci314WpdbdjuUiKd/yTRTDo1OSLNhw+YpfmpoPHkSdzSzAonFv1lDwtaH2Uaibkt0FdF1erQW6xO6Amox8NpUsGTyExGIueH8tJT+wO7uMgaI1zfXTAhMtKeCwG61dGxdDojbKcdgtlsKa7cjnBtmRmT4X3JfqDbRcO28jB+WGZaqHd5v7s9yiHacxNmc2oUW19/KnxvmBr7vnEHMasA3RdcvjNAE5DTQXZP6Ou2BIBHDwVxJXwtXsOZt2LTCeFPEp9+PUssE3RIjKP1pmJ9U3GOcdi1yFLvLo3VDD68h+svDR0XMCCFb24xknT3hhSfuRSgPTEi2//+C6WzPqAEzvW/wBYqnktiGoCeg+Aq3ZYdyi2wMlMB9QY8bTUX+kslzTv3nx2NASXturirh3+x1ZuckLd+/UKw+F4Chu3o6719tWPdjzs9eC9awQwQUD0wVuvqgznCDlBOIN6P7k7eit3tvSmp/+mr5Z/xOr/ndxCzbynkskn80IxRlCdw31Up/C2nA/Px148/GFofkCvHXMitC1BvJPxzUrfFm2j5aoTF9Tja8+6Njh3oOzl4T4LH4MDBmTgjxD6Tct1aUlrFMb3DMsHlRcXCmlqpvdOjVkbrP365/IproYhW6Ytayu8vripqFlT0unzlG5tvi+y4LUWg5aU0/X+Oep2E+nr1UyfCdK+gVIKdBPqS6H32adnXnTwlk10BsNqIqZD6c2GVyWkdmM/MA0DJPDBtcHiPwYGZOKqUPiOLFJLBdC4hJ87V24r3b0e4vhxZkHdzVEK0J0elOVEzW7/7a8G7XWAViStdLc+tzFm5rKlcVdUbpNxXoDgCyQbmfSlKP+cs3p2njs/IGi7xd585RUB3Kv78yeFPOnetPykyE8eVkLj7JDq6EwnaqthoALfWIhvCW97Y3SAzpXfqYIDDszvlpO6ZXZjSgclyVkakGDi4shRT/Y2V4aW0WkJrftLUj83L6uyYbD12xCzRbbE+JdkuFx3yU2zsU5F+teMYYQsiN+PQH+LQnx2rHnq0J6hFbo2nQ5/6SGj9z7yF7E+A/OciSbff5cpId3Ss2EDB2iZpME5SM+zHKFC/4AGDDNTvzJo8fNDY8F3GaMtb5LlZznu8eSXCxVuRZYl+90rWvEbzE1g5MhesntgXrE2OaGukbKvjY0CT9jPBoYJMjM8G3nUdwNySF76x+ecqckygD9ldpAu4OvNVD7cjI6Heg//66dD6nxlpy1u0nqJ298pTrf3eCy1mJDqZAZQcujAMzpMOb631D7gTzH2TgiNzxpaUcFucvA7PM1UqSdwuuwV7n4sLEa6v9NanbHO0Irp3UlqnDpj3j84H6zOjum33NxqQBy2KdhUV2MfSa5bkK9+M02cKPMY9+vI0WkS9PX3J5GTfFfncI6ENjne10yeEmILa45xUMpMpHYOwwwK0RM/fjHB5KQLrhXqlxFhGenyvwQOzBlNjiYviTTYnMW4AM5KThPiY0WGo8VxS7eBLj/tMJpgakejInGk+cSx8d9+MNhyQBMy169NrJkLk3dh2z5WA5nUSzIpNcKvKSVHlrmCZBHdetH1U8oLsG0K+NBFQV27SV0pz0y4TsMgEFbw4rmckuP11eG/SH2O6l29H1pXpRYUMR37E6k5jdyHzJ3Pm+TzDKD8m1KXvLyreutaxLlTRQbqdGZXO0Xmz+cTx8NzMqKa2sT9J8rSbtpUP0HuAUu/ujKtZkRdcCQrwtF0L2oX6Thd9yenquJ+39MTRSqhHuQ5sX2LT7zKdyy7lsz/lEuwZ2rXB+9g14iAzBHhlqX+NEN2U04djQBkZyj972i9fInIPTj1tAb3asVRfdLDtmTFpHZszmx89Gp7fM6bpTil9yogK27JfduXZkq6Lpdz6HwnkYQWel9g46llS6Ou3onypU4Xp7Bbgsx8J7aqyjATn9HBe8n3pcDot1am57vnpOFfpvrGltpyEgDLGy5Bd0UEJfTiRUNYIZe7lX1AgoQ46Th7W8/4DJZS76BYcBHR2TLaPzJmNjx4JL82O7gDK0/NXDRNYsOd41fdxjZG5JSzjVNXTgPwWuAt1H0DdTz5gRWD4UvjUw4mV6wXZ8yk091A+aF3t+nFif9CSzuxUQYgNNLBigVkXDngvymVU6Oh8okNHdyJZGbrPj7Y329juUj2ePEyo08ouOhg+nBiR1uFZs3H6sLnywExcGO38SjfffMpN20nolu6MpVffGXW/xdhuGchNW2gdsdBa5fcgO4XWRdZuEdZ+9iTzOZGkT58KUSvFu0i7o0sCkx8yEp6hg/iE/BKMfDt8YOrPxTUG6xW3k0B9L6OI7tT8pODQrLGlJNykw876PIM4HZZ879rb3FZcX44TAzdWFc0eJSxJWLFD//PkPrNwdC5Yn6YedQ+QK9f0J4Xv7lmLt2CCxSFysxoxsOCWQqjKHwDJUghHujnLJ28IpQD5us87iR8/eTIGlMGFXsLvS6wDNT05117mXO++LPNotOI4KwGlgULq7Vf0xYQzS2RYTXFsPq556jLuvNFNI0aUFoWlWErm9ZXYmu7nh7KGaLwmW3snZe3gjFk/MBPUa2W0p0Z0myClQXkPMH+8Lfi5vGnKmCxlUbMgDP194b+sTFeqpWMaydcFeA7A8eStRvGjDAOqo70CEXziWBKcZwFVD92Zp2Cf0lNB9YH1gOTzM8bKYmmCuLhGmo1Xkw1TkUCXgqWlx+fj+tpRb1lDhgFyXEoqv7aiuLgQ685h0mqhQVQpSWtiRJoHZ2RtoiZbjx8xdklgv1jToM0DDXf7hFxWBue5nLA12TwQdPQ31eBL0Hg5Yab/Q4KaYcnkP489wHwo9x2KNyQeJOXpHPKlPpf4tuckv5NiGUulvmQggaUnwwDpPx8DDHun4oVHjBbx/ywk8/WY6/cWmWCbdK5WMm+u7L5aMAwQTY9KfaImzS9+PHzP6VN7vyiuoh8EYnZ+GXrb5wS4ahf8vjK2PhMiXvArIs/YCvr8kaO+ot+71B7fKHAwAFdr2bpVZly6LkyIoKj9PKh5CRfg9pqCgQRWKzAUt1sw3eQgiEybUafyXy7XsHs+JH1gu1w3atNnG3GIcbkeg7ubWl73+GGAzmhFtn/v6dJrmSEpqC/Ku6Hd0JhVZYJbcTldkt/aapw2qs/BW5LfD9RCfej5ou7aE/uNrYgjrXGA/CMPrm9UpeztneSW5ftt0PejdUmr9m7yoWyToT/uxsJsCwFlFoaUzAFlhb0F1C4KJpi7z+rkx7NSQusP/3n5FTfLrc2TrHlJKdjpzSTbUiQPAcxtZQkK9H07XG7TDHDTjEh/GxKefFsZAAAPZUlEQVRvmjEI0C5QC3QkA9/US6wy55qWPoLfVZ6SnuvpaPvRa4bpso1GHBmiMXS3JZl2+/NS/DoQPx9KCWWSe5t/WrZw+q4O0u5IWbZ+97Ol13xAXf9T6zZK6NfxcEEgV4DrCvkhoJfSoeG2NsvjjY8Zwdegyr2KTiUbg3R3fIBO9SVtH8s4WWg9zXLOHIcmLXcZHz142bWbN+VJe1eX6ELEvuDdgpphEfalwLq8GzSNIJodj3Xos78SvsekQsq0ecCGW8R0SQV/g45eyAwdN56KED1jIM+L4CkFpgujFgUDnvnKk1RujMEyTvp61KPpeQPaGES/vNxJK6WHdEtAiwqs72bw78e1Y1VpHp83izPj0vjIIXObaPaKDvmup33enDlsPR7Bm6r4Swmii5lhffY7OlFrNZ9Q1WeRbA2n7nWQPtMNkFA/p2gryiuwgFKP2qUQqYLMDtcgneoA9Pz8zMIjuizMTdJ9oc7r5wrcD6AGtclJGhowwLB2+rC5OTsmjekRsYH6oQDtBpPf1AXKTan+AqUw1qHuoMV7dqzJRPdn1eiXofh0YvF256f7ger9ZrdMLQsOTptUj2bWme5icuR1aiqlyQ907q8tRbi5FuvVXjHcQQN/v36nZTtZk81Ds2blof3m9viIbJdMzLY9J1+fWcnaNb4qUyAvRzB/tV3h59zxL/9YR2toPBqIPq+xC/N4JtDQQ1K7GnKGDHc+savP4iIs5iAppZljEKh5XZsgmbmMT9eGrctlspn1RfQZ3cF4KsOPXI3G29OaZHSJCfG71bnujRU0pLi5VCdCxLZbbQ3a0U6xRrWE7UOzZvnonFnePyMb1VD40jztWbeZgNnVv50Hb6jijQD4gbaD7+0BFgvNjxe+Xd+vkTylgi+K4jeAeAPkLqYcBESiS+1y/NF4Ob5bEtElBYPaygetvGpD21bCW4yvsq6IuVAGGXjQHSH10xXhkj/2h5Ed1vPS/aClfCf+K9smmGwzKf3kjieNVlub601bzV/d2NLKVit+i/HsmGw8uM/cOrbXrEzUhO8KjzvYg29TIHskCCLBbYnkJ6LR95sIf/Har2CtEFBuUb6N+gmJzOfFgNRrtyjvApRfDACCesPGTKuxhO6bjNe6dAXABxlaRVm9AjeJwBAka/E21N6HkSpa2OO1uB9UA3Q7GL7juQwU8NxBu5/kJyHboc9Kw296TKLpEdmsVbDcjqSxtqmyVNfq+qZW69taISPMjEud0nlg2vDdabH9mgPLN2rtT70pt6N8zynwd9IJXt5o4sKbv4qtQkDZjqNeE+iXoPFLBPjO7DsClZxd4gw12D8d026a9O7Zg/hOzhDqkugiGk6+I40yAMBAgH3lZCmWSlK/WyHm6mx5DsN4lGgCu5uDVjvrkebGhT5lY7SKlWrJLBvRxlZbTXMbYX1bw8Y2Sp0IplbG9uy4NCaq0nLAuSiTGwa/B716w3O5P72q/lIFf412+OorT2DpDDfN6PcAfM1HR+PXfED088k6UleskRXOHpLqOsXAPAeAfunceLIlXMHs6NWhogf2a5v86+jzWwqNkldL5rYezzwzt7Wpx3sU3VyJhqZeSj4Z59SBIGLyulTCqn13S0nWDdD23clWB2aro8YYURpBzLy4/vq5UL9fHDf3m9shxVU3JMmZSyryExO0/7YelN956ZFkW5u+M1JVXviTrWMa6VOwrgw+wddK8k2Eg/RpUbu0dqlDGS8lTbHWKD2Sj/0ALZqx+RxsT5XUp0qC1Ms02I3leJ+/YeSUEs9g/sl9Zmt6TDbK3L26JGuBJNUIvR4kabzwWZLB8MG0X+WCCwKsQ/U1NfJD0wp+/IVPehtPDaIYUu9IWD9pIvM5RfyqrGT5oa3CyfR7AH2S7rjPH5caMBRIQ8Xfb6FAJQ/qXtfyxPwF+f4VWeN0d5ikpjFFcIcJtlMv75uSzrE5U5+bxHI5DNZCo0O9KqvfhCkMDPlfCtqiuKwqLws6PyqFpbefedzbGm7giAH48reXpwwqj2gnfpkdEL/Mzisi6JK0onY5mEx0M8BAi5cGhV0z2heF7pb6zpteOVe/mVwDtHIpnVwwPEz6jZbtRE1035TZOjpnlmYmzDLBtK+d3MWRAW+4fBmjQkug7oR8L2gHP//pJ7BA3VmgvXr3hMF7XKzPtYLgEdH4dZMACCp3vXb1ckOBareIo8VrXZh434VUSvsM+q4wzyncvEWdlxDGghnYp4TSjx0UeHdVfAdnzMah2eD29JisBqLci6hb+HqVl/hKtgeY+cZU0RLgHCA/RtD+YXOzfP6lJ7Pv+B5AkjvDmILKF8Jq50mFPAW+EDaR1Lyh0W+i0i+kXxqD2kNKh+BfH7cu6s+Nhj9p8gNFd4WGEdfGMGzIUhYe+YnmfNWRskTzU7J5cMYs7Z8OlkYqSnehmEkTsAoxyy9c8Qatq7H4i0Wo/BQS/UA0PPvFjxdsgLwLhojTbBca+6OSOS1R5zMq5lMG+lHuweQbSrbNPlOFUkodxOoAbqbB/YPsYuBePD1kJ/vNzqJgv2vWbXHDBDkl1K0mKwDU2itcBrh3Klg7MI3l+QmzHpb6UO1wVJp5wh5gbgLgBiffa2vws8okrjx3svu1z0NLqLvj585oODdS39OW4DSM8vWTTyb0S+s3HFZS89TLFJvdYSx3FHZwGN+13yToNq67z06cveQHNQL7UvVSqOvlQDZCYxoIlAbKMEZx794Mk5oTNKG4ICJ/r6b9/SKq3ZUOzffGvnhgpD7fKZkHEeETym3NFR8TsSvY0uBDel0PbqQu4lartHoprW5TRx8vN1o9DaceYbMhGDu70qyHO8EX0hmDrcCgHgZaLwXBRmjQNEaLV4WynXxnc5CnbDEEmEkA/jogryiiH5Vb4WvPfXrAaz6GZLTMaRbU6vJ4q1I+JlHwGF8NIqJ0aVisnS0y86/MPSypl5EjOukMPPg7dfKyPKA9AS5AcDf0kxXIuMNcj2QCNPnqq1IoG4GRzcBoM+j3doeiDhbIcM5u6wUBreabKvqmQH4kJjj7/ONDvojnTkDlNV/8Ux0pr24djMLO6fgFBPKkKE4CmOJ2eIP0otuFi64MDSQbFuTSCcd1XgP5QR+GjncDakpbYlfAt41Bky9OJ6Ck2DBQbjLcXyvmGeMOCTnZG4vvP3tLIa8EJni10cCVvFU7lIraLbgsBcXMxmSrHRwT5lBVPyZGHlauDI/3QCq0SdyzMuBAV4agstiZn/MFZb36tFsfttcAeCHKViDYMgaNUiD1kPoywJahW3KPcuZDYMxJw5cFvKcir4p2frFVLZ9/6ZFdvsxut0Dmz3/2O1oZaW+ciDQ4DejjgPDfU4DMS5ytSePA+YnM4D0zIdSlrozSBfCH7VeX6zLkhcmLWxljbXEbcb7xPjTYDAJDiuWbHAqD3kMA02VG+GqkR/cisa+bxHkAZyHRzzut0oWzn8SyH0AYeoIPOQY9TyOotc7mDCI5EkFOiOpjEBDU4wI9AGCmVxyToDJnSUAZ67VvKvTod1Df7kRa+doNWrBGsMW3H1FPhkaaoWALRpmALozC7AbMlMoL1EjumRLJxEVVvAZEr0ed0rlhwSwwIwYN2fC/M6faiZrzEByPNDpJCobiQQIL6DQgY4DSIs4E+km13KQqfutSTL+2QHtIZTgEqMx0UAoIFsGkBdsMjTSCQJuhMVsiyq1Pu3TlkIbM8IOUPZOUvkKaBeQN1ehsVCpdOPsYFoeRzPykudNO9L3ORpfOL4+1KrVpjfRAIHIUGj2kiqMQOQQrseYAoJOeQWJrYimdNJAcqMzU3DGoydS1VqvBttCnpFRad0SagZGt0GAbUAIcrxsacgLd8cBlRZzJ6hsS6XmBvK5B9BZptn0JKy+9dA9eqn7HnexzIQ2nrdrmHjFyOKC/Kjik8c4rxwTYy4Q+Y/fUs/YFTCVURitSnqhJKd6N2lWy9x9pG4JLQHGfKZF8OyB1JCXSiG4TRIHh23i3g0BbXmXPjqvkiWR26fsuR8j3Tbt9z6YAC4C+oyJvCDpvddrlq7uhWb8393sedj0503Gj2BiVsDQGdKYQ4VBSs7Q/ghDUWUCmjOhUaHRqpGKmJmoyNjUqtYmahGNVSD6iJKyc04RGYam0Q2lMKLVNFyQIpGUMgTTb3P+YSWIR7SQSmfYzrxszNNsrpzoAX7cPUYFB1IDiokLeBvT1MAzONcq4/uZpbO6GZv+fAgpV+dx/RnAUCG9VVmvlcnUuEt1rVPeJ6FykZk5Ep6GYFcVkEGC6VpGp8apMTI3K2NSIVGsVhKVAxG6sGFugtj7Bvs4xAZNvAnRAimg7EMNtZFo2KxLrUGKXVg70sj7zenNY2neD3KPEhEBuQP5xcRHkdZjoTW2HFybruPX005K+SmuXPGBP/8Al9E46+ac/09J8gFFRHFDtPAqVUwZ6RJnpUcx0b5fVfZeicOKd9CXfzqABzEg8476CJQFuRJBLEH1HJGBd0LWFDur/5uOyy03m+j/nnTzfB3oNgd2jOFwy7aNRZE5CIr5V8QFVTENsVMpf1Zn2bUBo9a6eoR+gHpjU0XURLCv0fai5YEz0bisKLy4KLt8LID8QK/euRqrHxQT1ADDZ0u19gTGHEJkTiugBiHCbda6YmxikU+7Eh+z1LL0A9e7B92UvQvWqwLwPE53rRNGVkpRvXANW7yWYHxrKLRrM//WuVnQZ09tB6yDUHDaQI6rRQQusYhwGNVFrNWdSevcSTH8APUOWlQtNjdCA2GKuqyLmagS9BIkulzulqzKN5aJc5r0QgEEq4F7c4761cUbVnH4TI0ED4wG29yjMfkvBkP0QZbiRErsH2if7cy97J9igNPJdQFBZEOh1Uqwgut5BebFTw/rdWLDDdPVDDaj/gI6KNdrei8DsjSBzUNkLRAdAd0jBF91yyXFJ4zdIUd9Segv1bp/Bo+FCS5n1PdzIhvpxG4I1QJcAcw2iNw30FjrRTTHlm/eDWnerAoaZDP8kz/nuy1obGUNVI4xELYypac+rCl8ytEcgE4poUvmOcQiTBaMKcLtjG9Cwr6rOvqLBukUWMIDL/hgE4KZRdYWucxc6u/EwdI1SKaK3JQoXTAkbYrC5uYHmoHTXvR7E/28kdMfvU/mzP4PBIwgqy6hIFdOdqDUTBDLTiWTa5mmNjBtgUjUaY0xZkehbsdmgEjSpZIwT2ZRAbhJFMLlZ/4aI2YiAVUTKt/WuBEaXOx1dCkxpSZtY3prGFt5A58UX6e9yD7AP7vi/YzuU4jbwT0IAAAAASUVORK5CYII=";
-
var __$_require_static_images_icons_books_grades_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAgCAYAAAB3j6rJAAAAAXNSR0IArs4c6QAABDdJREFUWEftlnuIVHUUxz/n7qyvnTuD4R9poWX0gsJA2dW5Y5klIQgZRP0hFfTASkpq52pmj1F67dyRxOhBUPQihCKQkESKBnbuKEGBIpJgmEFh9HDbO0ttu3tP/sbZdVZnxru6S/3R76/L73fO+X3O+X1/53eF/8iQZhxJJ79M4dYQvVyUyXVthcOB795/vvnUBZna0XVxLGZ9CCyOsMG+wHevi2DX1OQMkGlO16wWrK+Ai0566s8gRaA8KpLQjnI1MDEgiVTucxW5CQhVeabc0+dxMPv36enEU7mtIrJ2QkDsxTmHsJI9qmTLJXdTo3pOLIjj5QAX6Ala+2ZSyP71b4F8cqLUtynsLvvuLc3U1bwiWSvh2O0h4TwLpp4Zx9rb63furZ0fJVY75RUQbgB2BL678lxAEou62tWy3gKuaeQvwqbeopttCBJ3crsFWRYFxHa8N4DVCl+XfXeBCZpIex2qfMmpKoRAULNh0nyfFcROee8h3BXlJtiO9wWwFGFnUHRXsCQbswfaDgBXntBZH8iaIDFpO5892j8MYjteD5A8K0jcyT8o6OvGMbSY19ft7q9X3uT13qXhEIeAVpCNgZ95IZ7ylopg4EzGq3qLrmmIo0ZkEHtJfgYDethQAwdolRuDQubX2mgXdGxLDMT6dwGLgP4YQ1cc95/4wXZyGRDPVCOYNSfJR3cMnTOIcYyn8w+L6qvVID8JvBgqBVokREmLsgH0kmqveapccp+v6iOryrPA0cB3K+vnBVIJ6nibFZ5udmsUeaXsd64FUWNnO/knQQ3Ub4HvzmgAYp6JNlTXB6V1pmeNjIavb1vau9lSNlePYMTB3BIjtqDoflobKO7k7hRku5mzLJ3/R/e6b2rXE86WhUq4pzKnrAxK7o5IIMNGbUtyF1r9LXOx1BoMrSN/7nn8x3rZTp//UnJwSsvRqr4OxhhabrRjbJPpl+eGOrgTuAo4PqV12uxfCmtGPaJN/0eaHU29tXgq95CIvFZd6xfoVrCANDCpMi96X1Bc9/bp/iMg9qItKaxwBchM0OiAyjG12FUuuoWTWvHMW2W00nraZgOiZHpL7rZ6SVQ2jDv5bYI+MtYKjLaXdwK/816TcjKVu0xF7tFqm1dlXywcfLdn74bvG+0hCSe/StEPqga9wJExAs0Gpp/00Q2hYnpMwzFJwt+HtTNKrCOtGg61tMYW9hQeM2048pjhdNn9Ij4q10Z2gv2Ctbr2BRbbyX0HMheRXFDMrB9DsBHTRNp7TpWNY/TtI5QFwZ7MtxUN245nzm1OvYcoauBE2hvuqsdC1eWN/GItWEOh1S7oVmAyyvtByb17IkAatvdaODvtvYnyAHAo8F3TW8a9IpFAaio4Yj/eR/M/SOXo65W6mdCbHk3UGzLOdmdqZJw3iBruFEg8lb9dCONRPcfTTrHK5VLmYxPzH7R7Aj+Ga+t2AAAAAElFTkSuQmCC";
var __$_require_static_images_icons_books_graph_png__ = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAAXNSR0IArs4c6QAAAOFQTFRFAAAA3+//3+//3+//4/P/3+//3/L/4vL/3+//3/L/4u//4vL/3+//4e//4fH/4fH/4fH/4fH/4fP/4fH/4vL/4fH/4fL/4vL/4fH/4vH/4vL/4vL/4vL/4fH/4fP/4vL/4fH/4fL/4vH/4vL/4fH/4vH/4vL/AIHODojRHI/UKpbXK5bXOJ3aOZ3aRqTdR6TdVKvgVavgYrLjY7LjcLnmcbnmcbrnfsDpf8Dpf8Dqjcfsjcjsjcjtm87vm8/wnM7vnM/wqdXyqdXzqdbzt931t932xeT5xuT4xuT51Ov84vL/13xWFwAAACd0Uk5TABAgQEBQUFBgYGBgcHBwf4CPj5CfoKCvsLCwv8DPz9Df39/f4O/vJ8fh3wAAAmBJREFUSMedl3t7mjAUxrk5d2kZm+4KdFZbuQjbkM1W1tnRVWfy/T9QkwDqwiEE3r94Aj9ycm5JFAWUOjgfu1NMNLU/WLqqSEt9bWNO9rkmheo1suT13ijVZCBENQFKNRYYf3aNWzR53sS+wRJ6C/vYxVJyAdO1KZbUROvPEprPGRd3kKt291WD117ijjrrt+BC86PT3uHOsit2wL9B+3a6KhPe6LXvBRvJqXVu+M6jQuRpu1hsW6bmKylh8CJOksDzIvHUGgbhm3+PeSSCMc0Ukx98oKxPfbaLvgpcZwFWY3wTeP5WKloq+CKSCBaxWwfH0yj+dtcGP1MsYBTFzGcJEsOm8gkY/e4VSlvaIeAvvPMqiae+UK7qg5sDnAnhmQIMZpIwhuCHA/xftJEUjKOSZWmG1n9YtgXeSgomH1IFt2Gy3/jkgdApGeAzB3IYoUmw/JR8m0c+/U2YxiH5R81hcM/dVdW0LxaQI5ylfL47YP9Cq7hKblQUNzjDx3pFEoVesU6qZXPIrHr3q5Kkys0sChM4zAZUkkWSHAkUNbYSuyFJstPIQSXikE5Sr0lEwxOGq7jMilsgxKwia61kl67DX49Zzlb+lw39hutLq7deklw/2cOWIPelE5Ictppr+vujn38ES1FJGUq96y8PERbrUoH2GyS3TQ6rbdLuvsWOj5v7vCt7eXIiMrvCL04PJaNu7KjX8a/qudzhcdZvwaXTZv1ZQktafgFfOKS8Nmq6rLxqNX1uCq4JLcc5R3zHGQomd4zW+43h9EaZ8WaNd6wulzrD+uywnejqy3tz2EA+AbSuAx/D06z3AAAAAElFTkSuQmCC";
@@ -151118,7 +155096,6 @@ var __vue_render__$2t = function () {
"--xml-reader-nav-bar-height": _vm.navBarHeight + "px",
"--xml-reader-width": _vm.xmlReaderWidth + "px",
},
- attrs: { id: "xmlReaderWindowPreviewDom" },
},
[
_vm.pageType == "pc" &&
@@ -151360,28 +155337,6 @@ var __vue_render__$2t = function () {
]
)
: _vm._e(),
- _vm._v(" "),
- _c(
- "div",
- {
- staticClass: "set-up",
- on: {
- click: function ($event) {
- return _vm.openPcSet()
- },
- },
- },
- [
- _c("img", {
- attrs: {
- src: __$_require_static_images_icons_books_set_ht_up_png__,
- alt: "",
- },
- }),
- _vm._v(" "),
- _c("span", [_vm._v("设置")]),
- ]
- ),
]),
])
: _c("div", { staticClass: "preview-counter-header" }, [
@@ -151541,7 +155496,6 @@ var __vue_render__$2t = function () {
CompList: _vm.componentList,
"page-type": _vm.pageType,
resourceBasisPath: _vm.basisPath,
- bookReaderPath: _vm.bookReaderPath,
officePreviewPath: _vm.officePreviewPath,
endIndex: _vm.endIndex,
isTrial: _vm.isTrial,
@@ -151660,7 +155614,6 @@ var __vue_render__$2t = function () {
resourceIcon: _vm.resourceIcon,
resourcesList: _vm.teacherResourcesList,
resourceBasisPath: _vm.basisPath,
- bookReaderPath: _vm.bookReaderPath,
isShowTeacherResource: _vm.isShowTeacherResource,
graphStoreKeyPrefix: _vm.graphStoreKeyPrefix,
componentList: _vm.componentList,
@@ -151794,7 +155747,6 @@ var __vue_render__$2t = function () {
resourceIcon: _vm.resourceIcon,
resourcesList: _vm.teacherResourcesList,
resourceBasisPath: _vm.basisPath,
- bookReaderPath: _vm.bookReaderPath,
isShowTeacherResource: _vm.isShowTeacherResource,
graphStoreKeyPrefix: _vm.graphStoreKeyPrefix,
componentList: _vm.componentList,
@@ -151965,28 +155917,6 @@ var __vue_render__$2t = function () {
]
)
: _vm._e(),
- _vm._v(" "),
- _c(
- "div",
- {
- staticClass: "set-up",
- on: {
- click: function ($event) {
- return _vm.openPcSet()
- },
- },
- },
- [
- _c("img", {
- attrs: {
- src: __$_require_static_images_icons_books_set_ht_up_png__,
- alt: "",
- },
- }),
- _vm._v(" "),
- _c("span", [_vm._v("设置")]),
- ]
- ),
]),
])
: _c("div", { staticClass: "preview-counter-header" }, [
@@ -152137,7 +156067,6 @@ var __vue_render__$2t = function () {
CompList: _vm.componentList,
"page-type": _vm.pageType,
resourceBasisPath: _vm.basisPath,
- bookReaderPath: _vm.bookReaderPath,
officePreviewPath: _vm.officePreviewPath,
endIndex: _vm.endIndex,
isTrial: _vm.isTrial,
@@ -152308,7 +156237,6 @@ var __vue_render__$2t = function () {
CompList: _vm.componentList,
"page-type": _vm.pageType,
resourceBasisPath: _vm.basisPath,
- bookReaderPath: _vm.bookReaderPath,
officePreviewPath: _vm.officePreviewPath,
endIndex: _vm.endIndex,
isTrial: _vm.isTrial,
@@ -152356,7 +156284,6 @@ var __vue_render__$2t = function () {
resourcesList: _vm.teacherResourcesList,
catalogList: _vm.textCatalog,
resourceBasisPath: _vm.basisPath,
- bookReaderPath: _vm.bookReaderPath,
componentList: _vm.componentList,
schedule: _vm.schedule,
showToast: _vm.showToast,
@@ -152637,7 +156564,6 @@ var __vue_render__$2t = function () {
CompList: _vm.componentList,
"page-type": _vm.pageType,
resourceBasisPath: _vm.basisPath,
- bookReaderPath: _vm.bookReaderPath,
officePreviewPath: _vm.officePreviewPath,
endIndex: _vm.endIndex,
isTrial: _vm.isTrial,
@@ -152829,7 +156755,7 @@ var __vue_render__$2t = function () {
userType: _vm.userType,
pageType: _vm.pageType,
teacherDateclass: _vm.teacherDateclass,
- studentData: _vm.studentData,
+ studentDate: _vm.studentData,
teacherDate: _vm.teacherData,
userInfoparms: _vm.userInfoparms,
},
@@ -156019,7 +159945,7 @@ __vue_render__$2s._withStripped = true;
/* style */
const __vue_inject_styles__$2s = undefined;
/* scoped */
- const __vue_scope_id__$2s = "data-v-455e55e7";
+ const __vue_scope_id__$2s = "data-v-dc331dbc";
/* module identifier */
const __vue_module_identifier__$2s = undefined;
/* functional template */
@@ -156433,6 +160359,7 @@ var script$2r = {
this.$emit('downloadFile', e);
},
showFileReader(e) {
+ // console.log('showFileReader', e)
// this.$emit('showFileReader', e)
let url = '';
if (e.fileUrl.indexOf('.epub') !== -1 || e.fileUrl.indexOf('.pdf') !== -1) {
@@ -157529,7 +161456,7 @@ __vue_render__$2q._withStripped = true;
/* style */
const __vue_inject_styles__$2q = undefined;
/* scoped */
- const __vue_scope_id__$2q = "data-v-3dc1c26a";
+ const __vue_scope_id__$2q = "data-v-441691e5";
/* module identifier */
const __vue_module_identifier__$2q = undefined;
/* functional template */
@@ -157806,7 +161733,7 @@ __vue_render__$2p._withStripped = true;
/* style */
const __vue_inject_styles__$2p = undefined;
/* scoped */
- const __vue_scope_id__$2p = "data-v-616d10ee";
+ const __vue_scope_id__$2p = "data-v-fc425bf8";
/* module identifier */
const __vue_module_identifier__$2p = undefined;
/* functional template */
@@ -158028,7 +161955,7 @@ __vue_render__$2o._withStripped = true;
/* style */
const __vue_inject_styles__$2o = undefined;
/* scoped */
- const __vue_scope_id__$2o = "data-v-0bbb4f3a";
+ const __vue_scope_id__$2o = "data-v-4da3c3c2";
/* module identifier */
const __vue_module_identifier__$2o = undefined;
/* functional template */
@@ -158298,7 +162225,7 @@ __vue_render__$2n._withStripped = true;
/* style */
const __vue_inject_styles__$2n = undefined;
/* scoped */
- const __vue_scope_id__$2n = "data-v-2c084d29";
+ const __vue_scope_id__$2n = "data-v-e9ffa2e4";
/* module identifier */
const __vue_module_identifier__$2n = undefined;
/* functional template */
@@ -158519,7 +162446,7 @@ __vue_render__$2m._withStripped = true;
/* style */
const __vue_inject_styles__$2m = undefined;
/* scoped */
- const __vue_scope_id__$2m = "data-v-3af6d3d2";
+ const __vue_scope_id__$2m = "data-v-78033d5c";
/* module identifier */
const __vue_module_identifier__$2m = undefined;
/* functional template */
@@ -158740,7 +162667,7 @@ __vue_render__$2l._withStripped = true;
/* style */
const __vue_inject_styles__$2l = undefined;
/* scoped */
- const __vue_scope_id__$2l = "data-v-fbf24244";
+ const __vue_scope_id__$2l = "data-v-5d501919";
/* module identifier */
const __vue_module_identifier__$2l = undefined;
/* functional template */
@@ -158999,7 +162926,7 @@ __vue_render__$2k._withStripped = true;
/* style */
const __vue_inject_styles__$2k = undefined;
/* scoped */
- const __vue_scope_id__$2k = "data-v-462bc6a8";
+ const __vue_scope_id__$2k = "data-v-241e30e3";
/* module identifier */
const __vue_module_identifier__$2k = undefined;
/* functional template */
@@ -159221,7 +163148,7 @@ __vue_render__$2j._withStripped = true;
/* style */
const __vue_inject_styles__$2j = undefined;
/* scoped */
- const __vue_scope_id__$2j = "data-v-7487515c";
+ const __vue_scope_id__$2j = "data-v-4571f88d";
/* module identifier */
const __vue_module_identifier__$2j = undefined;
/* functional template */
@@ -159441,7 +163368,7 @@ __vue_render__$2i._withStripped = true;
/* style */
const __vue_inject_styles__$2i = undefined;
/* scoped */
- const __vue_scope_id__$2i = "data-v-59bc5a3c";
+ const __vue_scope_id__$2i = "data-v-4e95bbf2";
/* module identifier */
const __vue_module_identifier__$2i = undefined;
/* functional template */
@@ -159665,7 +163592,7 @@ __vue_render__$2h._withStripped = true;
/* style */
const __vue_inject_styles__$2h = undefined;
/* scoped */
- const __vue_scope_id__$2h = "data-v-df779e1c";
+ const __vue_scope_id__$2h = "data-v-e21be426";
/* module identifier */
const __vue_module_identifier__$2h = undefined;
/* functional template */
@@ -159889,7 +163816,7 @@ __vue_render__$2g._withStripped = true;
/* style */
const __vue_inject_styles__$2g = undefined;
/* scoped */
- const __vue_scope_id__$2g = "data-v-15d1c71c";
+ const __vue_scope_id__$2g = "data-v-5a5fa817";
/* module identifier */
const __vue_module_identifier__$2g = undefined;
/* functional template */
@@ -160136,7 +164063,7 @@ __vue_render__$2f._withStripped = true;
/* style */
const __vue_inject_styles__$2f = undefined;
/* scoped */
- const __vue_scope_id__$2f = "data-v-6a63b0c0";
+ const __vue_scope_id__$2f = "data-v-6d677d76";
/* module identifier */
const __vue_module_identifier__$2f = undefined;
/* functional template */
@@ -160387,7 +164314,7 @@ __vue_render__$2e._withStripped = true;
/* style */
const __vue_inject_styles__$2e = undefined;
/* scoped */
- const __vue_scope_id__$2e = "data-v-1966f0fb";
+ const __vue_scope_id__$2e = "data-v-651ffbb6";
/* module identifier */
const __vue_module_identifier__$2e = undefined;
/* functional template */
@@ -160657,7 +164584,7 @@ __vue_render__$2d._withStripped = true;
/* style */
const __vue_inject_styles__$2d = undefined;
/* scoped */
- const __vue_scope_id__$2d = "data-v-721237c7";
+ const __vue_scope_id__$2d = "data-v-497217ac";
/* module identifier */
const __vue_module_identifier__$2d = undefined;
/* functional template */
@@ -160914,7 +164841,7 @@ __vue_render__$2c._withStripped = true;
/* style */
const __vue_inject_styles__$2c = undefined;
/* scoped */
- const __vue_scope_id__$2c = "data-v-3706def2";
+ const __vue_scope_id__$2c = "data-v-1c3b2da8";
/* module identifier */
const __vue_module_identifier__$2c = undefined;
/* functional template */
@@ -161181,7 +165108,7 @@ __vue_render__$2b._withStripped = true;
/* style */
const __vue_inject_styles__$2b = undefined;
/* scoped */
- const __vue_scope_id__$2b = "data-v-5442cbe5";
+ const __vue_scope_id__$2b = "data-v-9b6ab440";
/* module identifier */
const __vue_module_identifier__$2b = undefined;
/* functional template */
@@ -161403,7 +165330,7 @@ __vue_render__$2a._withStripped = true;
/* style */
const __vue_inject_styles__$2a = undefined;
/* scoped */
- const __vue_scope_id__$2a = "data-v-478188c1";
+ const __vue_scope_id__$2a = "data-v-9f587188";
/* module identifier */
const __vue_module_identifier__$2a = undefined;
/* functional template */
@@ -161627,7 +165554,7 @@ __vue_render__$29._withStripped = true;
/* style */
const __vue_inject_styles__$29 = undefined;
/* scoped */
- const __vue_scope_id__$29 = "data-v-5fcb6934";
+ const __vue_scope_id__$29 = "data-v-3706a5af";
/* module identifier */
const __vue_module_identifier__$29 = undefined;
/* functional template */
@@ -161860,7 +165787,7 @@ __vue_render__$28._withStripped = true;
/* style */
const __vue_inject_styles__$28 = undefined;
/* scoped */
- const __vue_scope_id__$28 = "data-v-11ebcaf6";
+ const __vue_scope_id__$28 = "data-v-22e49d80";
/* module identifier */
const __vue_module_identifier__$28 = undefined;
/* functional template */
@@ -162079,7 +166006,7 @@ __vue_render__$27._withStripped = true;
/* style */
const __vue_inject_styles__$27 = undefined;
/* scoped */
- const __vue_scope_id__$27 = "data-v-1ff758ed";
+ const __vue_scope_id__$27 = "data-v-ad2f3cdc";
/* module identifier */
const __vue_module_identifier__$27 = undefined;
/* functional template */
@@ -162300,7 +166227,7 @@ __vue_render__$26._withStripped = true;
/* style */
const __vue_inject_styles__$26 = undefined;
/* scoped */
- const __vue_scope_id__$26 = "data-v-4ccfd1c2";
+ const __vue_scope_id__$26 = "data-v-7b3ea4f8";
/* module identifier */
const __vue_module_identifier__$26 = undefined;
/* functional template */
@@ -162519,7 +166446,7 @@ __vue_render__$25._withStripped = true;
/* style */
const __vue_inject_styles__$25 = undefined;
/* scoped */
- const __vue_scope_id__$25 = "data-v-70644668";
+ const __vue_scope_id__$25 = "data-v-0fcfd9f2";
/* module identifier */
const __vue_module_identifier__$25 = undefined;
/* functional template */
@@ -162772,7 +166699,7 @@ __vue_render__$24._withStripped = true;
/* style */
const __vue_inject_styles__$24 = undefined;
/* scoped */
- const __vue_scope_id__$24 = "data-v-25cdd27e";
+ const __vue_scope_id__$24 = "data-v-70218cb9";
/* module identifier */
const __vue_module_identifier__$24 = undefined;
/* functional template */
@@ -162994,7 +166921,7 @@ __vue_render__$23._withStripped = true;
/* style */
const __vue_inject_styles__$23 = undefined;
/* scoped */
- const __vue_scope_id__$23 = "data-v-7e1af04c";
+ const __vue_scope_id__$23 = "data-v-92102cf2";
/* module identifier */
const __vue_module_identifier__$23 = undefined;
/* functional template */
@@ -163254,7 +167181,7 @@ __vue_render__$22._withStripped = true;
/* style */
const __vue_inject_styles__$22 = undefined;
/* scoped */
- const __vue_scope_id__$22 = "data-v-548bec52";
+ const __vue_scope_id__$22 = "data-v-721af766";
/* module identifier */
const __vue_module_identifier__$22 = undefined;
/* functional template */
@@ -163479,7 +167406,7 @@ __vue_render__$21._withStripped = true;
/* style */
const __vue_inject_styles__$21 = undefined;
/* scoped */
- const __vue_scope_id__$21 = "data-v-ae2ed048";
+ const __vue_scope_id__$21 = "data-v-5f4bc581";
/* module identifier */
const __vue_module_identifier__$21 = undefined;
/* functional template */
@@ -163700,7 +167627,7 @@ __vue_render__$20._withStripped = true;
/* style */
const __vue_inject_styles__$20 = undefined;
/* scoped */
- const __vue_scope_id__$20 = "data-v-7cd7413e";
+ const __vue_scope_id__$20 = "data-v-0829f2dc";
/* module identifier */
const __vue_module_identifier__$20 = undefined;
/* functional template */
@@ -163919,7 +167846,7 @@ __vue_render__$1$._withStripped = true;
/* style */
const __vue_inject_styles__$1$ = undefined;
/* scoped */
- const __vue_scope_id__$1$ = "data-v-5af78a7d";
+ const __vue_scope_id__$1$ = "data-v-31db42b8";
/* module identifier */
const __vue_module_identifier__$1$ = undefined;
/* functional template */
@@ -164136,7 +168063,7 @@ __vue_render__$1_._withStripped = true;
/* style */
const __vue_inject_styles__$1_ = undefined;
/* scoped */
- const __vue_scope_id__$1_ = "data-v-5abd9437";
+ const __vue_scope_id__$1_ = "data-v-e008fe9c";
/* module identifier */
const __vue_module_identifier__$1_ = undefined;
/* functional template */
@@ -164394,7 +168321,7 @@ __vue_render__$1Z._withStripped = true;
/* style */
const __vue_inject_styles__$1Z = undefined;
/* scoped */
- const __vue_scope_id__$1Z = "data-v-4031660d";
+ const __vue_scope_id__$1Z = "data-v-4ed048f0";
/* module identifier */
const __vue_module_identifier__$1Z = undefined;
/* functional template */
@@ -164616,7 +168543,7 @@ __vue_render__$1Y._withStripped = true;
/* style */
const __vue_inject_styles__$1Y = undefined;
/* scoped */
- const __vue_scope_id__$1Y = "data-v-eb3fc7ec";
+ const __vue_scope_id__$1Y = "data-v-8aea63f6";
/* module identifier */
const __vue_module_identifier__$1Y = undefined;
/* functional template */
@@ -164837,7 +168764,7 @@ __vue_render__$1X._withStripped = true;
/* style */
const __vue_inject_styles__$1X = undefined;
/* scoped */
- const __vue_scope_id__$1X = "data-v-f815e140";
+ const __vue_scope_id__$1X = "data-v-050c48db";
/* module identifier */
const __vue_module_identifier__$1X = undefined;
/* functional template */
@@ -165058,7 +168985,7 @@ __vue_render__$1W._withStripped = true;
/* style */
const __vue_inject_styles__$1W = undefined;
/* scoped */
- const __vue_scope_id__$1W = "data-v-7fa3800c";
+ const __vue_scope_id__$1W = "data-v-41457975";
/* module identifier */
const __vue_module_identifier__$1W = undefined;
/* functional template */
@@ -165283,7 +169210,7 @@ __vue_render__$1V._withStripped = true;
/* style */
const __vue_inject_styles__$1V = undefined;
/* scoped */
- const __vue_scope_id__$1V = "data-v-0fd18780";
+ const __vue_scope_id__$1V = "data-v-695e65fb";
/* module identifier */
const __vue_module_identifier__$1V = undefined;
/* functional template */
@@ -165504,7 +169431,7 @@ __vue_render__$1U._withStripped = true;
/* style */
const __vue_inject_styles__$1U = undefined;
/* scoped */
- const __vue_scope_id__$1U = "data-v-2ddea684";
+ const __vue_scope_id__$1U = "data-v-56babd63";
/* module identifier */
const __vue_module_identifier__$1U = undefined;
/* functional template */
@@ -165770,7 +169697,7 @@ __vue_render__$1T._withStripped = true;
/* style */
const __vue_inject_styles__$1T = undefined;
/* scoped */
- const __vue_scope_id__$1T = "data-v-6d51a022";
+ const __vue_scope_id__$1T = "data-v-0552a4c6";
/* module identifier */
const __vue_module_identifier__$1T = undefined;
/* functional template */
@@ -165995,7 +169922,7 @@ __vue_render__$1S._withStripped = true;
/* style */
const __vue_inject_styles__$1S = undefined;
/* scoped */
- const __vue_scope_id__$1S = "data-v-276ebb8b";
+ const __vue_scope_id__$1S = "data-v-156ac530";
/* module identifier */
const __vue_module_identifier__$1S = undefined;
/* functional template */
@@ -166220,7 +170147,7 @@ __vue_render__$1R._withStripped = true;
/* style */
const __vue_inject_styles__$1R = undefined;
/* scoped */
- const __vue_scope_id__$1R = "data-v-26ceee4c";
+ const __vue_scope_id__$1R = "data-v-4f772f9e";
/* module identifier */
const __vue_module_identifier__$1R = undefined;
/* functional template */
@@ -166441,7 +170368,7 @@ __vue_render__$1Q._withStripped = true;
/* style */
const __vue_inject_styles__$1Q = undefined;
/* scoped */
- const __vue_scope_id__$1Q = "data-v-168fe6f7";
+ const __vue_scope_id__$1Q = "data-v-4f924f9c";
/* module identifier */
const __vue_module_identifier__$1Q = undefined;
/* functional template */
@@ -166711,7 +170638,7 @@ __vue_render__$1P._withStripped = true;
/* style */
const __vue_inject_styles__$1P = undefined;
/* scoped */
- const __vue_scope_id__$1P = "data-v-54cd1e1a";
+ const __vue_scope_id__$1P = "data-v-676c75d5";
/* module identifier */
const __vue_module_identifier__$1P = undefined;
/* functional template */
@@ -167034,7 +170961,7 @@ __vue_render__$1O._withStripped = true;
/* style */
const __vue_inject_styles__$1O = undefined;
/* scoped */
- const __vue_scope_id__$1O = "data-v-850afbf2";
+ const __vue_scope_id__$1O = "data-v-211b49ac";
/* module identifier */
const __vue_module_identifier__$1O = undefined;
/* functional template */
@@ -167312,7 +171239,7 @@ __vue_render__$1N._withStripped = true;
/* style */
const __vue_inject_styles__$1N = undefined;
/* scoped */
- const __vue_scope_id__$1N = "data-v-09d1a44e";
+ const __vue_scope_id__$1N = "data-v-32fbd373";
/* module identifier */
const __vue_module_identifier__$1N = undefined;
/* functional template */
@@ -167553,7 +171480,7 @@ __vue_render__$1M._withStripped = true;
/* style */
const __vue_inject_styles__$1M = undefined;
/* scoped */
- const __vue_scope_id__$1M = "data-v-9c9df7f6";
+ const __vue_scope_id__$1M = "data-v-1df723aa";
/* module identifier */
const __vue_module_identifier__$1M = undefined;
/* functional template */
@@ -167802,7 +171729,7 @@ __vue_render__$1L._withStripped = true;
/* style */
const __vue_inject_styles__$1L = undefined;
/* scoped */
- const __vue_scope_id__$1L = "data-v-0620a4c2";
+ const __vue_scope_id__$1L = "data-v-ebf9924c";
/* module identifier */
const __vue_module_identifier__$1L = undefined;
/* functional template */
@@ -168051,7 +171978,7 @@ __vue_render__$1K._withStripped = true;
/* style */
const __vue_inject_styles__$1K = undefined;
/* scoped */
- const __vue_scope_id__$1K = "data-v-0237876d";
+ const __vue_scope_id__$1K = "data-v-89d2cb5c";
/* module identifier */
const __vue_module_identifier__$1K = undefined;
/* functional template */
@@ -168300,7 +172227,7 @@ __vue_render__$1J._withStripped = true;
/* style */
const __vue_inject_styles__$1J = undefined;
/* scoped */
- const __vue_scope_id__$1J = "data-v-751064a7";
+ const __vue_scope_id__$1J = "data-v-4fd8a33c";
/* module identifier */
const __vue_module_identifier__$1J = undefined;
/* functional template */
@@ -168549,7 +172476,7 @@ __vue_render__$1I._withStripped = true;
/* style */
const __vue_inject_styles__$1I = undefined;
/* scoped */
- const __vue_scope_id__$1I = "data-v-2ea0cf7b";
+ const __vue_scope_id__$1I = "data-v-88974e94";
/* module identifier */
const __vue_module_identifier__$1I = undefined;
/* functional template */
@@ -168798,7 +172725,7 @@ __vue_render__$1H._withStripped = true;
/* style */
const __vue_inject_styles__$1H = undefined;
/* scoped */
- const __vue_scope_id__$1H = "data-v-bbc7853a";
+ const __vue_scope_id__$1H = "data-v-5afb5048";
/* module identifier */
const __vue_module_identifier__$1H = undefined;
/* functional template */
@@ -169068,7 +172995,7 @@ __vue_render__$1G._withStripped = true;
/* style */
const __vue_inject_styles__$1G = undefined;
/* scoped */
- const __vue_scope_id__$1G = "data-v-025e9706";
+ const __vue_scope_id__$1G = "data-v-f86c7abc";
/* module identifier */
const __vue_module_identifier__$1G = undefined;
/* functional template */
@@ -169362,7 +173289,7 @@ __vue_render__$1F._withStripped = true;
/* style */
const __vue_inject_styles__$1F = undefined;
/* scoped */
- const __vue_scope_id__$1F = "data-v-03de8819";
+ const __vue_scope_id__$1F = "data-v-40c0d558";
/* module identifier */
const __vue_module_identifier__$1F = undefined;
/* functional template */
@@ -169665,7 +173592,7 @@ __vue_render__$1E._withStripped = true;
/* style */
const __vue_inject_styles__$1E = undefined;
/* scoped */
- const __vue_scope_id__$1E = "data-v-659c9535";
+ const __vue_scope_id__$1E = "data-v-085d215a";
/* module identifier */
const __vue_module_identifier__$1E = undefined;
/* functional template */
@@ -169951,7 +173878,7 @@ __vue_render__$1D._withStripped = true;
/* style */
const __vue_inject_styles__$1D = undefined;
/* scoped */
- const __vue_scope_id__$1D = "data-v-1b087604";
+ const __vue_scope_id__$1D = "data-v-1313a7e3";
/* module identifier */
const __vue_module_identifier__$1D = undefined;
/* functional template */
@@ -170267,7 +174194,7 @@ __vue_render__$1C._withStripped = true;
/* style */
const __vue_inject_styles__$1C = undefined;
/* scoped */
- const __vue_scope_id__$1C = "data-v-532be828";
+ const __vue_scope_id__$1C = "data-v-ad05f066";
/* module identifier */
const __vue_module_identifier__$1C = undefined;
/* functional template */
@@ -170522,7 +174449,7 @@ __vue_render__$1B._withStripped = true;
/* style */
const __vue_inject_styles__$1B = undefined;
/* scoped */
- const __vue_scope_id__$1B = "data-v-21d308f9";
+ const __vue_scope_id__$1B = "data-v-553350c4";
/* module identifier */
const __vue_module_identifier__$1B = undefined;
/* functional template */
@@ -170773,7 +174700,7 @@ __vue_render__$1A._withStripped = true;
/* style */
const __vue_inject_styles__$1A = undefined;
/* scoped */
- const __vue_scope_id__$1A = "data-v-38ea8301";
+ const __vue_scope_id__$1A = "data-v-42fe8034";
/* module identifier */
const __vue_module_identifier__$1A = undefined;
/* functional template */
@@ -171043,7 +174970,7 @@ __vue_render__$1z._withStripped = true;
/* style */
const __vue_inject_styles__$1z = undefined;
/* scoped */
- const __vue_scope_id__$1z = "data-v-0f9b7819";
+ const __vue_scope_id__$1z = "data-v-13e98f94";
/* module identifier */
const __vue_module_identifier__$1z = undefined;
/* functional template */
@@ -171315,7 +175242,7 @@ __vue_render__$1y._withStripped = true;
/* style */
const __vue_inject_styles__$1y = undefined;
/* scoped */
- const __vue_scope_id__$1y = "data-v-210be2d0";
+ const __vue_scope_id__$1y = "data-v-4a15a396";
/* module identifier */
const __vue_module_identifier__$1y = undefined;
/* functional template */
@@ -171544,7 +175471,7 @@ __vue_render__$1x._withStripped = true;
/* style */
const __vue_inject_styles__$1x = undefined;
/* scoped */
- const __vue_scope_id__$1x = "data-v-3d23d6cf";
+ const __vue_scope_id__$1x = "data-v-1586f198";
/* module identifier */
const __vue_module_identifier__$1x = undefined;
/* functional template */
@@ -171786,7 +175713,7 @@ __vue_render__$1w._withStripped = true;
/* style */
const __vue_inject_styles__$1w = undefined;
/* scoped */
- const __vue_scope_id__$1w = "data-v-19de44ac";
+ const __vue_scope_id__$1w = "data-v-6b78e6a7";
/* module identifier */
const __vue_module_identifier__$1w = undefined;
/* functional template */
@@ -172020,7 +175947,7 @@ __vue_render__$1v._withStripped = true;
/* style */
const __vue_inject_styles__$1v = undefined;
/* scoped */
- const __vue_scope_id__$1v = "data-v-cabc471e";
+ const __vue_scope_id__$1v = "data-v-7768d2d4";
/* module identifier */
const __vue_module_identifier__$1v = undefined;
/* functional template */
@@ -172291,7 +176218,7 @@ __vue_render__$1u._withStripped = true;
/* style */
const __vue_inject_styles__$1u = undefined;
/* scoped */
- const __vue_scope_id__$1u = "data-v-419af222";
+ const __vue_scope_id__$1u = "data-v-2c8ce9ea";
/* module identifier */
const __vue_module_identifier__$1u = undefined;
/* functional template */
@@ -172565,7 +176492,7 @@ __vue_render__$1t._withStripped = true;
/* style */
const __vue_inject_styles__$1t = undefined;
/* scoped */
- const __vue_scope_id__$1t = "data-v-015ad6c8";
+ const __vue_scope_id__$1t = "data-v-94238ffe";
/* module identifier */
const __vue_module_identifier__$1t = undefined;
/* functional template */
@@ -172919,7 +176846,7 @@ __vue_render__$1s._withStripped = true;
/* style */
const __vue_inject_styles__$1s = undefined;
/* scoped */
- const __vue_scope_id__$1s = "data-v-b2782ccc";
+ const __vue_scope_id__$1s = "data-v-339a2f56";
/* module identifier */
const __vue_module_identifier__$1s = undefined;
/* functional template */
@@ -173189,7 +177116,7 @@ __vue_render__$1r._withStripped = true;
/* style */
const __vue_inject_styles__$1r = undefined;
/* scoped */
- const __vue_scope_id__$1r = "data-v-16c4c166";
+ const __vue_scope_id__$1r = "data-v-7c4353cb";
/* module identifier */
const __vue_module_identifier__$1r = undefined;
/* functional template */
@@ -173627,7 +177554,7 @@ __vue_render__$1q._withStripped = true;
/* style */
const __vue_inject_styles__$1q = undefined;
/* scoped */
- const __vue_scope_id__$1q = "data-v-2f21aa0e";
+ const __vue_scope_id__$1q = "data-v-7b6dc1de";
/* module identifier */
const __vue_module_identifier__$1q = undefined;
/* functional template */
@@ -173874,7 +177801,7 @@ __vue_render__$1p._withStripped = true;
/* style */
const __vue_inject_styles__$1p = undefined;
/* scoped */
- const __vue_scope_id__$1p = "data-v-2801109a";
+ const __vue_scope_id__$1p = "data-v-1d1d40ae";
/* module identifier */
const __vue_module_identifier__$1p = undefined;
/* functional template */
@@ -174103,7 +178030,7 @@ __vue_render__$1o._withStripped = true;
/* style */
const __vue_inject_styles__$1o = undefined;
/* scoped */
- const __vue_scope_id__$1o = "data-v-0c5cb112";
+ const __vue_scope_id__$1o = "data-v-18e8b90d";
/* module identifier */
const __vue_module_identifier__$1o = undefined;
/* functional template */
@@ -174326,7 +178253,7 @@ __vue_render__$1n._withStripped = true;
/* style */
const __vue_inject_styles__$1n = undefined;
/* scoped */
- const __vue_scope_id__$1n = "data-v-2354f17b";
+ const __vue_scope_id__$1n = "data-v-380c8fc0";
/* module identifier */
const __vue_module_identifier__$1n = undefined;
/* functional template */
@@ -174555,7 +178482,7 @@ __vue_render__$1m._withStripped = true;
/* style */
const __vue_inject_styles__$1m = undefined;
/* scoped */
- const __vue_scope_id__$1m = "data-v-33a777b2";
+ const __vue_scope_id__$1m = "data-v-d9f00c3c";
/* module identifier */
const __vue_module_identifier__$1m = undefined;
/* functional template */
@@ -174778,7 +178705,7 @@ __vue_render__$1l._withStripped = true;
/* style */
const __vue_inject_styles__$1l = undefined;
/* scoped */
- const __vue_scope_id__$1l = "data-v-58cff7e4";
+ const __vue_scope_id__$1l = "data-v-1e36ff1a";
/* module identifier */
const __vue_module_identifier__$1l = undefined;
/* functional template */
@@ -175003,7 +178930,7 @@ __vue_render__$1k._withStripped = true;
/* style */
const __vue_inject_styles__$1k = undefined;
/* scoped */
- const __vue_scope_id__$1k = "data-v-44e2d7be";
+ const __vue_scope_id__$1k = "data-v-187dcd06";
/* module identifier */
const __vue_module_identifier__$1k = undefined;
/* functional template */
@@ -175236,7 +179163,7 @@ __vue_render__$1j._withStripped = true;
/* style */
const __vue_inject_styles__$1j = undefined;
/* scoped */
- const __vue_scope_id__$1j = "data-v-7498d87a";
+ const __vue_scope_id__$1j = "data-v-789ea8e8";
/* module identifier */
const __vue_module_identifier__$1j = undefined;
/* functional template */
@@ -175479,7 +179406,7 @@ __vue_render__$1i._withStripped = true;
/* style */
const __vue_inject_styles__$1i = undefined;
/* scoped */
- const __vue_scope_id__$1i = "data-v-cd87c008";
+ const __vue_scope_id__$1i = "data-v-0c78ea61";
/* module identifier */
const __vue_module_identifier__$1i = undefined;
/* functional template */
@@ -175710,7 +179637,7 @@ __vue_render__$1h._withStripped = true;
/* style */
const __vue_inject_styles__$1h = undefined;
/* scoped */
- const __vue_scope_id__$1h = "data-v-36650002";
+ const __vue_scope_id__$1h = "data-v-4532883a";
/* module identifier */
const __vue_module_identifier__$1h = undefined;
/* functional template */
@@ -175935,7 +179862,7 @@ __vue_render__$1g._withStripped = true;
/* style */
const __vue_inject_styles__$1g = undefined;
/* scoped */
- const __vue_scope_id__$1g = "data-v-d63dd730";
+ const __vue_scope_id__$1g = "data-v-765adfa3";
/* module identifier */
const __vue_module_identifier__$1g = undefined;
/* functional template */
@@ -176166,7 +180093,7 @@ __vue_render__$1f._withStripped = true;
/* style */
const __vue_inject_styles__$1f = undefined;
/* scoped */
- const __vue_scope_id__$1f = "data-v-6e190441";
+ const __vue_scope_id__$1f = "data-v-6303e708";
/* module identifier */
const __vue_module_identifier__$1f = undefined;
/* functional template */
@@ -176393,7 +180320,7 @@ __vue_render__$1e._withStripped = true;
/* style */
const __vue_inject_styles__$1e = undefined;
/* scoped */
- const __vue_scope_id__$1e = "data-v-0d6a3d0f";
+ const __vue_scope_id__$1e = "data-v-07f58298";
/* module identifier */
const __vue_module_identifier__$1e = undefined;
/* functional template */
@@ -176615,7 +180542,7 @@ __vue_render__$1d._withStripped = true;
/* style */
const __vue_inject_styles__$1d = undefined;
/* scoped */
- const __vue_scope_id__$1d = "data-v-df5ee2ce";
+ const __vue_scope_id__$1d = "data-v-8397b3d8";
/* module identifier */
const __vue_module_identifier__$1d = undefined;
/* functional template */
@@ -176841,7 +180768,7 @@ __vue_render__$1c._withStripped = true;
/* style */
const __vue_inject_styles__$1c = undefined;
/* scoped */
- const __vue_scope_id__$1c = "data-v-1c173882";
+ const __vue_scope_id__$1c = "data-v-a28c4238";
/* module identifier */
const __vue_module_identifier__$1c = undefined;
/* functional template */
@@ -177067,7 +180994,7 @@ __vue_render__$1b._withStripped = true;
/* style */
const __vue_inject_styles__$1b = undefined;
/* scoped */
- const __vue_scope_id__$1b = "data-v-9f9f19c2";
+ const __vue_scope_id__$1b = "data-v-6cf5ee44";
/* module identifier */
const __vue_module_identifier__$1b = undefined;
/* functional template */
@@ -177338,7 +181265,7 @@ __vue_render__$1a._withStripped = true;
/* style */
const __vue_inject_styles__$1a = undefined;
/* scoped */
- const __vue_scope_id__$1a = "data-v-089d2aac";
+ const __vue_scope_id__$1a = "data-v-0ff28025";
/* module identifier */
const __vue_module_identifier__$1a = undefined;
/* functional template */
@@ -177560,7 +181487,7 @@ __vue_render__$19._withStripped = true;
/* style */
const __vue_inject_styles__$19 = undefined;
/* scoped */
- const __vue_scope_id__$19 = "data-v-7dc11b65";
+ const __vue_scope_id__$19 = "data-v-58c67d60";
/* module identifier */
const __vue_module_identifier__$19 = undefined;
/* functional template */
@@ -177831,7 +181758,7 @@ __vue_render__$18._withStripped = true;
/* style */
const __vue_inject_styles__$18 = undefined;
/* scoped */
- const __vue_scope_id__$18 = "data-v-0c1182a8";
+ const __vue_scope_id__$18 = "data-v-20529823";
/* module identifier */
const __vue_module_identifier__$18 = undefined;
/* functional template */
@@ -178102,7 +182029,7 @@ __vue_render__$17._withStripped = true;
/* style */
const __vue_inject_styles__$17 = undefined;
/* scoped */
- const __vue_scope_id__$17 = "data-v-d77ce2b2";
+ const __vue_scope_id__$17 = "data-v-aefab7bc";
/* module identifier */
const __vue_module_identifier__$17 = undefined;
/* functional template */
@@ -178356,7 +182283,7 @@ __vue_render__$16._withStripped = true;
/* style */
const __vue_inject_styles__$16 = undefined;
/* scoped */
- const __vue_scope_id__$16 = "data-v-849ac040";
+ const __vue_scope_id__$16 = "data-v-c899dbca";
/* module identifier */
const __vue_module_identifier__$16 = undefined;
/* functional template */
@@ -178652,7 +182579,7 @@ __vue_render__$15._withStripped = true;
/* style */
const __vue_inject_styles__$15 = undefined;
/* scoped */
- const __vue_scope_id__$15 = "data-v-acfd4c46";
+ const __vue_scope_id__$15 = "data-v-7e8bff02";
/* module identifier */
const __vue_module_identifier__$15 = undefined;
/* functional template */
@@ -178956,7 +182883,7 @@ __vue_render__$14._withStripped = true;
/* style */
const __vue_inject_styles__$14 = undefined;
/* scoped */
- const __vue_scope_id__$14 = "data-v-e86d4042";
+ const __vue_scope_id__$14 = "data-v-5f952c1a";
/* module identifier */
const __vue_module_identifier__$14 = undefined;
/* functional template */
@@ -179557,7 +183484,7 @@ __vue_render__$13._withStripped = true;
/* style */
const __vue_inject_styles__$13 = undefined;
/* scoped */
- const __vue_scope_id__$13 = "data-v-6a8e5129";
+ const __vue_scope_id__$13 = "data-v-29084138";
/* module identifier */
const __vue_module_identifier__$13 = undefined;
/* functional template */
@@ -180208,7 +184135,7 @@ __vue_render__$12._withStripped = true;
/* style */
const __vue_inject_styles__$12 = undefined;
/* scoped */
- const __vue_scope_id__$12 = "data-v-1a2e2690";
+ const __vue_scope_id__$12 = "data-v-14bea633";
/* module identifier */
const __vue_module_identifier__$12 = undefined;
/* functional template */
@@ -180644,7 +184571,7 @@ __vue_render__$11._withStripped = true;
/* style */
const __vue_inject_styles__$11 = undefined;
/* scoped */
- const __vue_scope_id__$11 = "data-v-c8b7974a";
+ const __vue_scope_id__$11 = "data-v-3f7ddd80";
/* module identifier */
const __vue_module_identifier__$11 = undefined;
/* functional template */
@@ -181027,7 +184954,7 @@ __vue_render__$10._withStripped = true;
/* style */
const __vue_inject_styles__$10 = undefined;
/* scoped */
- const __vue_scope_id__$10 = "data-v-298fec4a";
+ const __vue_scope_id__$10 = "data-v-59f28d45";
/* module identifier */
const __vue_module_identifier__$10 = undefined;
/* functional template */
@@ -181280,7 +185207,7 @@ __vue_render__$$._withStripped = true;
/* style */
const __vue_inject_styles__$$ = undefined;
/* scoped */
- const __vue_scope_id__$$ = "data-v-1ba22135";
+ const __vue_scope_id__$$ = "data-v-c8f6ffa0";
/* module identifier */
const __vue_module_identifier__$$ = undefined;
/* functional template */
@@ -181555,7 +185482,7 @@ __vue_render__$_._withStripped = true;
/* style */
const __vue_inject_styles__$_ = undefined;
/* scoped */
- const __vue_scope_id__$_ = "data-v-ea4b7fcc";
+ const __vue_scope_id__$_ = "data-v-263b4302";
/* module identifier */
const __vue_module_identifier__$_ = undefined;
/* functional template */
@@ -181852,7 +185779,7 @@ __vue_render__$Z._withStripped = true;
/* style */
const __vue_inject_styles__$Z = undefined;
/* scoped */
- const __vue_scope_id__$Z = "data-v-dde3a284";
+ const __vue_scope_id__$Z = "data-v-8651a8ba";
/* module identifier */
const __vue_module_identifier__$Z = undefined;
/* functional template */
@@ -182145,7 +186072,7 @@ __vue_render__$Y._withStripped = true;
/* style */
const __vue_inject_styles__$Y = undefined;
/* scoped */
- const __vue_scope_id__$Y = "data-v-84f54482";
+ const __vue_scope_id__$Y = "data-v-5c747224";
/* module identifier */
const __vue_module_identifier__$Y = undefined;
/* functional template */
@@ -182528,7 +186455,7 @@ __vue_render__$X._withStripped = true;
/* style */
const __vue_inject_styles__$X = undefined;
/* scoped */
- const __vue_scope_id__$X = "data-v-98181e3e";
+ const __vue_scope_id__$X = "data-v-5a817348";
/* module identifier */
const __vue_module_identifier__$X = undefined;
/* functional template */
@@ -182960,7 +186887,7 @@ __vue_render__$W._withStripped = true;
/* style */
const __vue_inject_styles__$W = undefined;
/* scoped */
- const __vue_scope_id__$W = "data-v-28f9a8b5";
+ const __vue_scope_id__$W = "data-v-10a1e79a";
/* module identifier */
const __vue_module_identifier__$W = undefined;
/* functional template */
@@ -183191,7 +187118,7 @@ __vue_render__$V._withStripped = true;
/* style */
const __vue_inject_styles__$V = undefined;
/* scoped */
- const __vue_scope_id__$V = "data-v-0b3011c9";
+ const __vue_scope_id__$V = "data-v-66d9aaee";
/* module identifier */
const __vue_module_identifier__$V = undefined;
/* functional template */
@@ -183416,7 +187343,7 @@ __vue_render__$U._withStripped = true;
/* style */
const __vue_inject_styles__$U = undefined;
/* scoped */
- const __vue_scope_id__$U = "data-v-3b6b513f";
+ const __vue_scope_id__$U = "data-v-d7a4770c";
/* module identifier */
const __vue_module_identifier__$U = undefined;
/* functional template */
@@ -183666,7 +187593,7 @@ __vue_render__$T._withStripped = true;
/* style */
const __vue_inject_styles__$T = undefined;
/* scoped */
- const __vue_scope_id__$T = "data-v-645a740b";
+ const __vue_scope_id__$T = "data-v-50d03c70";
/* module identifier */
const __vue_module_identifier__$T = undefined;
/* functional template */
@@ -183952,7 +187879,7 @@ __vue_render__$S._withStripped = true;
/* style */
const __vue_inject_styles__$S = undefined;
/* scoped */
- const __vue_scope_id__$S = "data-v-0d45b178";
+ const __vue_scope_id__$S = "data-v-71bdf273";
/* module identifier */
const __vue_module_identifier__$S = undefined;
/* functional template */
@@ -184213,7 +188140,7 @@ __vue_render__$R._withStripped = true;
/* style */
const __vue_inject_styles__$R = undefined;
/* scoped */
- const __vue_scope_id__$R = "data-v-7e9076f8";
+ const __vue_scope_id__$R = "data-v-8562b146";
/* module identifier */
const __vue_module_identifier__$R = undefined;
/* functional template */
@@ -184450,7 +188377,7 @@ __vue_render__$Q._withStripped = true;
/* style */
const __vue_inject_styles__$Q = undefined;
/* scoped */
- const __vue_scope_id__$Q = "data-v-54dafac4";
+ const __vue_scope_id__$Q = "data-v-0ee8afce";
/* module identifier */
const __vue_module_identifier__$Q = undefined;
/* functional template */
@@ -184689,7 +188616,7 @@ __vue_render__$P._withStripped = true;
/* style */
const __vue_inject_styles__$P = undefined;
/* scoped */
- const __vue_scope_id__$P = "data-v-3d2a5a26";
+ const __vue_scope_id__$P = "data-v-518a953e";
/* module identifier */
const __vue_module_identifier__$P = undefined;
/* functional template */
@@ -184955,7 +188882,7 @@ __vue_render__$O._withStripped = true;
/* style */
const __vue_inject_styles__$O = undefined;
/* scoped */
- const __vue_scope_id__$O = "data-v-29837f24";
+ const __vue_scope_id__$O = "data-v-76d01a29";
/* module identifier */
const __vue_module_identifier__$O = undefined;
/* functional template */
@@ -185256,7 +189183,7 @@ __vue_render__$N._withStripped = true;
/* style */
const __vue_inject_styles__$N = undefined;
/* scoped */
- const __vue_scope_id__$N = "data-v-7e201f60";
+ const __vue_scope_id__$N = "data-v-a587fb96";
/* module identifier */
const __vue_module_identifier__$N = undefined;
/* functional template */
@@ -185556,7 +189483,7 @@ __vue_render__$M._withStripped = true;
/* style */
const __vue_inject_styles__$M = undefined;
/* scoped */
- const __vue_scope_id__$M = "data-v-fc88abde";
+ const __vue_scope_id__$M = "data-v-1b6af9f6";
/* module identifier */
const __vue_module_identifier__$M = undefined;
/* functional template */
@@ -185874,7 +189801,7 @@ __vue_render__$L._withStripped = true;
/* style */
const __vue_inject_styles__$L = undefined;
/* scoped */
- const __vue_scope_id__$L = "data-v-950280a0";
+ const __vue_scope_id__$L = "data-v-67d37756";
/* module identifier */
const __vue_module_identifier__$L = undefined;
/* functional template */
@@ -186219,7 +190146,7 @@ __vue_render__$K._withStripped = true;
/* style */
const __vue_inject_styles__$K = undefined;
/* scoped */
- const __vue_scope_id__$K = "data-v-92650376";
+ const __vue_scope_id__$K = "data-v-6efaa1c0";
/* module identifier */
const __vue_module_identifier__$K = undefined;
/* functional template */
@@ -186518,7 +190445,7 @@ __vue_render__$J._withStripped = true;
/* style */
const __vue_inject_styles__$J = undefined;
/* scoped */
- const __vue_scope_id__$J = "data-v-6c411f2c";
+ const __vue_scope_id__$J = "data-v-30b40362";
/* module identifier */
const __vue_module_identifier__$J = undefined;
/* functional template */
@@ -186828,7 +190755,7 @@ __vue_render__$I._withStripped = true;
/* style */
const __vue_inject_styles__$I = undefined;
/* scoped */
- const __vue_scope_id__$I = "data-v-1a727db5";
+ const __vue_scope_id__$I = "data-v-1cabc030";
/* module identifier */
const __vue_module_identifier__$I = undefined;
/* functional template */
@@ -187096,7 +191023,7 @@ __vue_render__$H._withStripped = true;
/* style */
const __vue_inject_styles__$H = undefined;
/* scoped */
- const __vue_scope_id__$H = "data-v-30f0aa52";
+ const __vue_scope_id__$H = "data-v-0e11445c";
/* module identifier */
const __vue_module_identifier__$H = undefined;
/* functional template */
@@ -187296,7 +191223,7 @@ __vue_render__$G._withStripped = true;
/* style */
const __vue_inject_styles__$G = undefined;
/* scoped */
- const __vue_scope_id__$G = "data-v-27ecf513";
+ const __vue_scope_id__$G = "data-v-7a81be90";
/* module identifier */
const __vue_module_identifier__$G = undefined;
/* functional template */
@@ -187493,7 +191420,7 @@ __vue_render__$F._withStripped = true;
/* style */
const __vue_inject_styles__$F = undefined;
/* scoped */
- const __vue_scope_id__$F = "data-v-41a2336c";
+ const __vue_scope_id__$F = "data-v-9ee127a2";
/* module identifier */
const __vue_module_identifier__$F = undefined;
/* functional template */
@@ -187704,7 +191631,7 @@ __vue_render__$E._withStripped = true;
/* style */
const __vue_inject_styles__$E = undefined;
/* scoped */
- const __vue_scope_id__$E = "data-v-c8a73bfc";
+ const __vue_scope_id__$E = "data-v-0a6b21fd";
/* module identifier */
const __vue_module_identifier__$E = undefined;
/* functional template */
@@ -187903,7 +191830,7 @@ __vue_render__$D._withStripped = true;
/* style */
const __vue_inject_styles__$D = undefined;
/* scoped */
- const __vue_scope_id__$D = "data-v-27fc0e32";
+ const __vue_scope_id__$D = "data-v-faa77626";
/* module identifier */
const __vue_module_identifier__$D = undefined;
/* functional template */
@@ -188106,7 +192033,7 @@ __vue_render__$C._withStripped = true;
/* style */
const __vue_inject_styles__$C = undefined;
/* scoped */
- const __vue_scope_id__$C = "data-v-0e6f6682";
+ const __vue_scope_id__$C = "data-v-9f7c40b8";
/* module identifier */
const __vue_module_identifier__$C = undefined;
/* functional template */
@@ -188329,7 +192256,7 @@ __vue_render__$B._withStripped = true;
/* style */
const __vue_inject_styles__$B = undefined;
/* scoped */
- const __vue_scope_id__$B = "data-v-3dfa9ba6";
+ const __vue_scope_id__$B = "data-v-a2126e5c";
/* module identifier */
const __vue_module_identifier__$B = undefined;
/* functional template */
@@ -188528,7 +192455,7 @@ __vue_render__$A._withStripped = true;
/* style */
const __vue_inject_styles__$A = undefined;
/* scoped */
- const __vue_scope_id__$A = "data-v-0bcb78a1";
+ const __vue_scope_id__$A = "data-v-ed237ac8";
/* module identifier */
const __vue_module_identifier__$A = undefined;
/* functional template */
@@ -188727,7 +192654,7 @@ __vue_render__$z._withStripped = true;
/* style */
const __vue_inject_styles__$z = undefined;
/* scoped */
- const __vue_scope_id__$z = "data-v-704b82b6";
+ const __vue_scope_id__$z = "data-v-f407bd40";
/* module identifier */
const __vue_module_identifier__$z = undefined;
/* functional template */
@@ -188928,7 +192855,7 @@ __vue_render__$y._withStripped = true;
/* style */
const __vue_inject_styles__$y = undefined;
/* scoped */
- const __vue_scope_id__$y = "data-v-490c5ad7";
+ const __vue_scope_id__$y = "data-v-7a931288";
/* module identifier */
const __vue_module_identifier__$y = undefined;
/* functional template */
@@ -189127,7 +193054,7 @@ __vue_render__$x._withStripped = true;
/* style */
const __vue_inject_styles__$x = undefined;
/* scoped */
- const __vue_scope_id__$x = "data-v-5d030f61";
+ const __vue_scope_id__$x = "data-v-c993c7c8";
/* module identifier */
const __vue_module_identifier__$x = undefined;
/* functional template */
@@ -189393,7 +193320,7 @@ __vue_render__$w._withStripped = true;
/* style */
const __vue_inject_styles__$w = undefined;
/* scoped */
- const __vue_scope_id__$w = "data-v-75fc3288";
+ const __vue_scope_id__$w = "data-v-1fd288a6";
/* module identifier */
const __vue_module_identifier__$w = undefined;
/* functional template */
@@ -189623,7 +193550,7 @@ __vue_render__$v._withStripped = true;
/* style */
const __vue_inject_styles__$v = undefined;
/* scoped */
- const __vue_scope_id__$v = "data-v-e552590e";
+ const __vue_scope_id__$v = "data-v-3acc00f4";
/* module identifier */
const __vue_module_identifier__$v = undefined;
/* functional template */
@@ -189853,7 +193780,7 @@ __vue_render__$u._withStripped = true;
/* style */
const __vue_inject_styles__$u = undefined;
/* scoped */
- const __vue_scope_id__$u = "data-v-cf8f6ca4";
+ const __vue_scope_id__$u = "data-v-2f72aada";
/* module identifier */
const __vue_module_identifier__$u = undefined;
/* functional template */
@@ -190083,7 +194010,7 @@ __vue_render__$t._withStripped = true;
/* style */
const __vue_inject_styles__$t = undefined;
/* scoped */
- const __vue_scope_id__$t = "data-v-5fe27026";
+ const __vue_scope_id__$t = "data-v-7241a661";
/* module identifier */
const __vue_module_identifier__$t = undefined;
/* functional template */
@@ -190300,7 +194227,7 @@ __vue_render__$s._withStripped = true;
/* style */
const __vue_inject_styles__$s = undefined;
/* scoped */
- const __vue_scope_id__$s = "data-v-089985c2";
+ const __vue_scope_id__$s = "data-v-78a98444";
/* module identifier */
const __vue_module_identifier__$s = undefined;
/* functional template */
@@ -190719,7 +194646,7 @@ __vue_render__$r._withStripped = true;
/* style */
const __vue_inject_styles__$r = undefined;
/* scoped */
- const __vue_scope_id__$r = "data-v-fbfbaeaa";
+ const __vue_scope_id__$r = "data-v-262be434";
/* module identifier */
const __vue_module_identifier__$r = undefined;
/* functional template */
@@ -190930,7 +194857,7 @@ __vue_render__$q._withStripped = true;
/* style */
const __vue_inject_styles__$q = undefined;
/* scoped */
- const __vue_scope_id__$q = "data-v-22a59cff";
+ const __vue_scope_id__$q = "data-v-e54e3c0c";
/* module identifier */
const __vue_module_identifier__$q = undefined;
/* functional template */
@@ -191212,7 +195139,7 @@ __vue_render__$p._withStripped = true;
/* style */
const __vue_inject_styles__$p = undefined;
/* scoped */
- const __vue_scope_id__$p = "data-v-30477e81";
+ const __vue_scope_id__$p = "data-v-62c558a6";
/* module identifier */
const __vue_module_identifier__$p = undefined;
/* functional template */
@@ -191449,7 +195376,7 @@ __vue_render__$o._withStripped = true;
/* style */
const __vue_inject_styles__$o = undefined;
/* scoped */
- const __vue_scope_id__$o = "data-v-689b28b2";
+ const __vue_scope_id__$o = "data-v-ff8af3e8";
/* module identifier */
const __vue_module_identifier__$o = undefined;
/* functional template */
@@ -191748,7 +195675,7 @@ __vue_render__$n._withStripped = true;
/* style */
const __vue_inject_styles__$n = undefined;
/* scoped */
- const __vue_scope_id__$n = "data-v-58b29b6c";
+ const __vue_scope_id__$n = "data-v-2f004732";
/* module identifier */
const __vue_module_identifier__$n = undefined;
/* functional template */
@@ -191957,7 +195884,7 @@ __vue_render__$m._withStripped = true;
/* style */
const __vue_inject_styles__$m = undefined;
/* scoped */
- const __vue_scope_id__$m = "data-v-3d72a2c9";
+ const __vue_scope_id__$m = "data-v-1313c06e";
/* module identifier */
const __vue_module_identifier__$m = undefined;
/* functional template */
@@ -192164,7 +196091,7 @@ __vue_render__$l._withStripped = true;
/* style */
const __vue_inject_styles__$l = undefined;
/* scoped */
- const __vue_scope_id__$l = "data-v-5408f11c";
+ const __vue_scope_id__$l = "data-v-3b3e1501";
/* module identifier */
const __vue_module_identifier__$l = undefined;
/* functional template */
@@ -192357,7 +196284,7 @@ __vue_render__$k._withStripped = true;
/* style */
const __vue_inject_styles__$k = undefined;
/* scoped */
- const __vue_scope_id__$k = "data-v-9d98bdb8";
+ const __vue_scope_id__$k = "data-v-15f37642";
/* module identifier */
const __vue_module_identifier__$k = undefined;
/* functional template */
@@ -192550,7 +196477,7 @@ __vue_render__$j._withStripped = true;
/* style */
const __vue_inject_styles__$j = undefined;
/* scoped */
- const __vue_scope_id__$j = "data-v-7aa4eca4";
+ const __vue_scope_id__$j = "data-v-c63195ae";
/* module identifier */
const __vue_module_identifier__$j = undefined;
/* functional template */
@@ -192743,7 +196670,7 @@ __vue_render__$i._withStripped = true;
/* style */
const __vue_inject_styles__$i = undefined;
/* scoped */
- const __vue_scope_id__$i = "data-v-7c66ac84";
+ const __vue_scope_id__$i = "data-v-3f6f73b9";
/* module identifier */
const __vue_module_identifier__$i = undefined;
/* functional template */
@@ -192972,7 +196899,7 @@ __vue_render__$h._withStripped = true;
/* style */
const __vue_inject_styles__$h = undefined;
/* scoped */
- const __vue_scope_id__$h = "data-v-2cf1fce4";
+ const __vue_scope_id__$h = "data-v-9a7a2b1a";
/* module identifier */
const __vue_module_identifier__$h = undefined;
/* functional template */
@@ -193171,7 +197098,7 @@ __vue_render__$g._withStripped = true;
/* style */
const __vue_inject_styles__$g = undefined;
/* scoped */
- const __vue_scope_id__$g = "data-v-512ce6ab";
+ const __vue_scope_id__$g = "data-v-7c9f3e50";
/* module identifier */
const __vue_module_identifier__$g = undefined;
/* functional template */
@@ -193394,7 +197321,7 @@ __vue_render__$f._withStripped = true;
/* style */
const __vue_inject_styles__$f = undefined;
/* scoped */
- const __vue_scope_id__$f = "data-v-3d6343d2";
+ const __vue_scope_id__$f = "data-v-52c3f288";
/* module identifier */
const __vue_module_identifier__$f = undefined;
/* functional template */
@@ -193605,7 +197532,7 @@ __vue_render__$e._withStripped = true;
/* style */
const __vue_inject_styles__$e = undefined;
/* scoped */
- const __vue_scope_id__$e = "data-v-be7fe2d4";
+ const __vue_scope_id__$e = "data-v-69eefc8a";
/* module identifier */
const __vue_module_identifier__$e = undefined;
/* functional template */
@@ -286123,7 +290050,8 @@ var script$d = {
},
textStyle: {
overflow: 'breakAll'
- }
+ },
+ confine: true
} : {
show: false
},
@@ -286234,7 +290162,7 @@ __vue_render__$d._withStripped = true;
/* style */
const __vue_inject_styles__$d = undefined;
/* scoped */
- const __vue_scope_id__$d = "data-v-7dc39da6";
+ const __vue_scope_id__$d = "data-v-bafd44aa";
/* module identifier */
const __vue_module_identifier__$d = undefined;
/* functional template */
@@ -286390,7 +290318,9 @@ var script$c = {
console.log("%c%s", "font-size:2em;background: #00965E;color: #FFF", 'change', e);
this.$emit('levelChange', e);
},
- close() {},
+ close() {
+ this.$emit('closed');
+ },
open() {
this.show = true;
},
@@ -286573,7 +290503,7 @@ __vue_render__$c._withStripped = true;
/* style */
const __vue_inject_styles__$c = undefined;
/* scoped */
- const __vue_scope_id__$c = "data-v-c7e7d7ee";
+ const __vue_scope_id__$c = "data-v-34d4c616";
/* module identifier */
const __vue_module_identifier__$c = undefined;
/* functional template */
@@ -286718,7 +290648,7 @@ __vue_render__$b._withStripped = true;
/* style */
const __vue_inject_styles__$b = undefined;
/* scoped */
- const __vue_scope_id__$b = "data-v-7ce48044";
+ const __vue_scope_id__$b = "data-v-6c8942ff";
/* module identifier */
const __vue_module_identifier__$b = undefined;
/* functional template */
@@ -286839,7 +290769,7 @@ __vue_render__$a._withStripped = true;
/* style */
const __vue_inject_styles__$a = undefined;
/* scoped */
- const __vue_scope_id__$a = "data-v-c1adc6d8";
+ const __vue_scope_id__$a = "data-v-30890c79";
/* module identifier */
const __vue_module_identifier__$a = undefined;
/* functional template */
@@ -288581,10 +292511,13 @@ __vue_render__$5._withStripped = true;
* @公众号: 百里青山
* @LastEditors: 贺永胜
* @LastEditTime: 2022-07-21 16:21:47
- * @Descripttion:
+ * @Descripttion:
*/
const install$1 = async (app, opts = {}) => {
- app.version.split(".")[0];
+ console.log('~install');
+ if (app && app.version) {
+ app.version?.split('.')[0];
+ }
// if (vueVersion > 2) {
// let {createApp} = await import("vue");
// imgApp = createApp(VueToast)
@@ -288593,9 +292526,9 @@ const install$1 = async (app, opts = {}) => {
// let _vue = await (await import("vue")).default;
// imgApp = _vue.extend(VueToast)
// _vue.prototype.$hevueImgPreview = ImgPreview;
- // }
+ // }
};
-if (typeof window !== "undefined" && window.Vue) {
+if (typeof window !== 'undefined' && window.Vue) {
install$1(window.Vue);
}
@@ -320006,7 +323939,7 @@ __vue_render__$4._withStripped = true;
/* style */
const __vue_inject_styles__$4 = undefined;
/* scoped */
- const __vue_scope_id__$4 = "data-v-03f5e03b";
+ const __vue_scope_id__$4 = "data-v-e62ef040";
/* module identifier */
const __vue_module_identifier__$4 = undefined;
/* functional template */
@@ -320242,7 +324175,7 @@ __vue_render__$3._withStripped = true;
/* style */
const __vue_inject_styles__$3 = undefined;
/* scoped */
- const __vue_scope_id__$3 = "data-v-b11de6e0";
+ const __vue_scope_id__$3 = "data-v-0044100b";
/* module identifier */
const __vue_module_identifier__$3 = undefined;
/* functional template */
@@ -320425,7 +324358,7 @@ __vue_render__$2._withStripped = true;
/* style */
const __vue_inject_styles__$2 = undefined;
/* scoped */
- const __vue_scope_id__$2 = "data-v-4df4cff9";
+ const __vue_scope_id__$2 = "data-v-53261818";
/* module identifier */
const __vue_module_identifier__$2 = undefined;
/* functional template */
@@ -320910,4 +324843,4 @@ var index = {
...components
};
-export { GraphHelper, index as default };
+export { GraphHelper, MagicLinkPopover, index as default };
diff --git a/src/plugin/xml-digital-teaching/lib/index.min.css b/src/plugin/xml-digital-teaching/lib/index.min.css
index c27f8a8..79eec86 100644
--- a/src/plugin/xml-digital-teaching/lib/index.min.css
+++ b/src/plugin/xml-digital-teaching/lib/index.min.css
@@ -1 +1 @@
-.read-the-docs[data-v-1eead8ba]{color:#888}.preview-container-h5[data-v-455e55e7]{padding-top:15px}.preview-container-pc[data-v-455e55e7]{padding-top:15px}.preview-container-pad[data-v-455e55e7]{padding-top:15px}.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog{display:flex;align-items:center}.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important}.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__header{padding:0}.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .custom-dialog{background-color:transparent;box-shadow:none}.preview-container[data-v-455e55e7] .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-455e55e7] .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-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper{max-height:60vh;overflow-y:scroll}.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar{width:0}.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1,.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2,.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3,.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4,.preview-container[data-v-455e55e7] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5,.preview-container[data-v-455e55e7] .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-455e55e7] .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-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}.catalog-node-label[data-v-61c986fa]{display:flex;align-items:center}.catalog-node-label img[data-v-61c986fa]{margin-right:4px}.xml-show-catalog[data-v-61c986fa] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-61c986fa] .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}.preview-item-file[data-v-7dcd39ad]:hover,.slip-over-cover[data-v-7dcd39ad]:hover{cursor:pointer}.xml-image-lun-bo .el-carousel__item{text-align:center}.xml-video-container-pdf[data-v-3c5e97c1]{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-3c5e97c1]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-3c5e97c1]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%}.title-text[data-v-616d10ee]{background-color:var(--background-color)!important}.title-left[data-v-616d10ee]{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-025e9706]{background-image:url(../style/title-text-bgimg.png)}.el-image__inner[data-v-78061ae9]{width:100%!important}.xml-image-ping-pu-h5[data-v-78061ae9]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-78061ae9]{display:flex;flex-direction:column;align-items:center}.object-model-content[data-v-03f5e03b]{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}*{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}.read-the-docs[data-v-7b73b520]{color:#888}.cantUse[data-v-e30ba3b6]{width:100%;height:100%;background-color:rgba(0,0,0,.1);pointer-events:none;cursor:not-allowed!important}.cantUse[data-v-e30ba3b6] :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-303501f1]{margin-top:16px}.option-item[data-v-303501f1]{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-303501f1]{padding:8px 0}.option-item.isActive[data-v-303501f1]{border-color:#2e9adb}.option-item.isTrue[data-v-303501f1]{border:1px solid #70b603}.option-item.isTrue[data-v-303501f1] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-303501f1]{border:1px solid #d9001b}.option-item.isFalse[data-v-303501f1] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-303501f1]:hover{background:#ddd}.option-item[data-v-303501f1] .content{cursor:pointer}.option-item[data-v-303501f1] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-6db419e1]{width:100%}.content .stem-content[data-v-6db419e1]{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-6db419e1]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-6db419e1]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-6c11c1df]{margin-top:16px}.option-item[data-v-6c11c1df]{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-6c11c1df]{padding:8px 0}.option-item.isActive[data-v-6c11c1df]{border-color:#2e9adb}.option-item.isTrue[data-v-6c11c1df]{border:1px solid #70b603}.option-item.isTrue[data-v-6c11c1df] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-6c11c1df]{border:1px solid #d9001b}.option-item.isFalse[data-v-6c11c1df] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-6c11c1df]:hover{background:#ddd}.option-item[data-v-6c11c1df] .content{cursor:pointer}.option-item[data-v-6c11c1df] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-f3840eb4]{width:100%}.content .stem-content[data-v-f3840eb4]{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-f3840eb4]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-f3840eb4]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-cc053d1c]{margin-top:16px}.option-item[data-v-cc053d1c]{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-cc053d1c]{border-color:#2e9adb}.option-item .questionSeq[data-v-cc053d1c]{padding:8px 0}.option-item.isTrue[data-v-cc053d1c]{border:1px solid #70b603}.option-item.isTrue[data-v-cc053d1c] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-cc053d1c]{border:1px solid #d9001b}.option-item.isFalse[data-v-cc053d1c] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-cc053d1c]:hover{background:#ddd}.option-item[data-v-cc053d1c] .content{cursor:pointer}.option-item[data-v-cc053d1c] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-3d438652]{margin-top:16px}.option-item[data-v-3d438652]{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-3d438652]{border-color:#2e9adb}.option-item .questionSeq[data-v-3d438652]{padding:8px 0}.option-item.isTrue[data-v-3d438652]{border:1px solid #70b603}.option-item.isTrue[data-v-3d438652] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-3d438652]{border:1px solid #d9001b}.option-item.isFalse[data-v-3d438652] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-3d438652]:hover{background:#ddd}.option-item[data-v-3d438652] .content{cursor:pointer}.option-item[data-v-3d438652] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.line-content[data-v-56033706]{width:100%;position:relative}.line-content .line-content--item[data-v-56033706]{flex:1}.line-content .line-content--item[data-v-56033706] .stem-content{height:100%}.line-content+.line-content[data-v-56033706]{margin-top:10px}.create-option[data-v-56033706]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-56033706]{flex:1;min-width:0}.option-item+.option-item[data-v-56033706]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-56033706]{margin-left:50px}.option-item[data-v-56033706]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-56033706]{padding:8px 0}.option-item[data-v-56033706] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-685addee]{width:100%;position:relative}.line-content .line-content--item[data-v-685addee]{flex:1}.line-content .line-content--item[data-v-685addee] .stem-content{height:100%}.line-content+.line-content[data-v-685addee]{margin-top:10px}.create-option[data-v-685addee]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-685addee]{flex:1;min-width:0}.option-item+.option-item[data-v-685addee]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-685addee]{margin-left:50px}.option-item[data-v-685addee]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-685addee]{padding:8px 0}.option-item[data-v-685addee] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-6cd8acd6]{width:218px;object-fit:scale-down}.video-file[data-v-6cd8acd6]{width:408px}.file-render[data-v-6cd8acd6]{width:100%}.file-info[data-v-6cd8acd6]{flex:1;min-width:0}.file-info.videoHandler[data-v-6cd8acd6]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-6cd8acd6]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-6cd8acd6]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-2d3153b3]{width:218px;object-fit:scale-down}.video-file[data-v-2d3153b3]{width:408px}.file-render[data-v-2d3153b3]{width:100%}.file-info[data-v-2d3153b3]{flex:1;min-width:0}.file-info.videoHandler[data-v-2d3153b3]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-2d3153b3]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-2d3153b3]{font-size:14px;color:#666;margin-bottom:19px}.audio .audio-icon[data-v-1fe2904e]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-1fe2904e]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-1fe2904e]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-1fe2904e],.audio .audio-controls .audio-controls--progress[data-v-1fe2904e]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-1fe2904e]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-1fe2904e]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-1fe2904e]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-1fe2904e],.audio .audio-controls .audio-controls--handler .total-time[data-v-1fe2904e]{font-size:12px;color:#333}.play-handler.mobile[data-v-1fe2904e]{width:20px;height:20px}.audio-component[data-v-1fe2904e]{display:none}[data-v-1fe2904e] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-1fe2904e] .el-slider__bar{height:4px}[data-v-1fe2904e] .el-slider__button{width:10px;height:10px}[data-v-1fe2904e] .el-slider__button-wrapper{top:-15px}.audio .audio-icon[data-v-9c5a6694]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-9c5a6694]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-9c5a6694]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-9c5a6694],.audio .audio-controls .audio-controls--progress[data-v-9c5a6694]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-9c5a6694]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-9c5a6694]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-9c5a6694]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-9c5a6694],.audio .audio-controls .audio-controls--handler .total-time[data-v-9c5a6694]{font-size:12px;color:#333}.play-handler.mobile[data-v-9c5a6694]{width:20px;height:20px}.audio-component[data-v-9c5a6694]{display:none}[data-v-9c5a6694] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-9c5a6694] .el-slider__bar{height:4px}[data-v-9c5a6694] .el-slider__button{width:10px;height:10px}[data-v-9c5a6694] .el-slider__button-wrapper{top:-15px}[data-v-ac616226] .el-dialog__header{padding:10px}.video-content[data-v-ac616226]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-ac616226]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-ac616226]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-ac616226]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-ac616226]{width:100%}[data-v-aec120a0] .el-dialog__header{padding:10px}.video-content[data-v-aec120a0]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-aec120a0]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-aec120a0]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-aec120a0]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-aec120a0]{width:100%}
\ No newline at end of file
+.custom-popover[data-v-64d68a3e]{padding:18px!important}.custom-popover .font[data-v-64d68a3e]{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#333;line-height:20px;display:flex;margin-bottom:4px}.custom-popover .font .time_color[data-v-64d68a3e]{color:#538ae6}.custom-popover .font .test_color[data-v-64d68a3e]{color:#f99057}[data-v-64d68a3e] .el-progress-bar__outer{overflow:inherit}[data-v-64d68a3e] .el-progress-bar__outer .el-progress-bar__innerText{width:32px;height:17px;background:#538ae6;box-shadow:0 0 12px 0 rgba(0,0,0,.12);border-radius:38px 38px 38px 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;color:#fff;line-height:14px;display:flex;justify-content:center;align-items:center}.read-the-docs[data-v-323c2d1f]{color:#888}.preview-container-h5[data-v-dc331dbc]{padding-top:15px}.preview-container-pc[data-v-dc331dbc]{padding-top:15px}.preview-container-pad[data-v-dc331dbc]{padding-top:15px}.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog{display:flex;align-items:center}.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important}.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__header{padding:0}.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .custom-dialog{background-color:transparent;box-shadow:none}.preview-container[data-v-dc331dbc] .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-dc331dbc] .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-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper{max-height:60vh;overflow-y:scroll}.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper::-webkit-scrollbar{width:0}.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h1,.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h2,.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h3,.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h4,.preview-container[data-v-dc331dbc] .el-dialog__wrapper.preview-box-dialog .el-dialog__body .native-html-wrapper h5,.preview-container[data-v-dc331dbc] .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-dc331dbc] .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}.orange .el-progress-bar__innerText{background:#f99057!important}.el-popover{padding:18px!important}.xml-show-catalog .el-tree-node__content{display:flex!important}.catalog-node-label[data-v-94bdc416]{display:flex;align-items:center}.catalog-node-label img[data-v-94bdc416]{margin-right:4px}.xml-show-catalog[data-v-94bdc416] .el-tree-node__content{height:auto}.xml-show-catalog[data-v-94bdc416] .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-image-lun-bo .el-carousel__item{text-align:center}.preview-item-file[data-v-36ca6030]:hover,.slip-over-cover[data-v-36ca6030]:hover{cursor:pointer}.xml-video-container-pdf[data-v-a275a088]{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-a275a088]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-a275a088]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%}.title-text[data-v-fc425bf8]{background-color:var(--background-color)!important}.title-left[data-v-fc425bf8]{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-f86c7abc]{background-image:url(../style/title-text-bgimg.png)}.el-image__inner[data-v-0b67ede4]{width:100%!important}.xml-image-ping-pu-h5[data-v-0b67ede4]{display:flex;flex-direction:column;align-items:center}.xml-image-hua-lang[data-v-0b67ede4]{display:flex;flex-direction:column;align-items:center}.object-model-content[data-v-e62ef040]{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-ac8a29ca]{color:#888}*{margin:0;padding:0}.custom-popover .el-progress .el-progress-bar{padding:0!important}.custom-popover .el-progress .el-progress__text{display:none}.chart_title[data-v-68ee8780]{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:16px;color:#27272a;line-height:22px}.student_type[data-v-68ee8780],.teacher_type[data-v-68ee8780]{padding:0 28px}.student_type .student_top_new[data-v-68ee8780],.teacher_type .student_top_new[data-v-68ee8780]{border-top:1px solid #ededed;padding-top:16px;margin-bottom:24px}.student_type .student_top_new .student_title_new[data-v-68ee8780],.teacher_type .student_top_new .student_title_new[data-v-68ee8780]{display:flex;align-content:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#333;line-height:24px;margin-bottom:19px;align-items:center;justify-content:space-between}.student_type .student_top_new .student_title_new img[data-v-68ee8780],.teacher_type .student_top_new .student_title_new img[data-v-68ee8780]{width:3px;height:12px;margin-right:8px}.student_type .student_top_new .top_time[data-v-68ee8780],.teacher_type .student_top_new .top_time[data-v-68ee8780]{background:#ecf3fe;width:100%;padding:20px;display:flex;border-radius:4px 4px 0 0}.student_type .student_top_new .top_time .allTime[data-v-68ee8780],.student_type .student_top_new .top_time .thisTime[data-v-68ee8780],.teacher_type .student_top_new .top_time .allTime[data-v-68ee8780],.teacher_type .student_top_new .top_time .thisTime[data-v-68ee8780]{width:50%;display:flex;align-items:center}.student_type .student_top_new .top_time .allTime .time_logo[data-v-68ee8780],.student_type .student_top_new .top_time .thisTime .time_logo[data-v-68ee8780],.teacher_type .student_top_new .top_time .allTime .time_logo[data-v-68ee8780],.teacher_type .student_top_new .top_time .thisTime .time_logo[data-v-68ee8780]{width:18px;height:18px;margin-right:8px}.student_type .student_top_new .top_time .allTime .font[data-v-68ee8780],.student_type .student_top_new .top_time .thisTime .font[data-v-68ee8780],.teacher_type .student_top_new .top_time .allTime .font[data-v-68ee8780],.teacher_type .student_top_new .top_time .thisTime .font[data-v-68ee8780]{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#666;line-height:20px}.student_type .student_top_new .top_time .allTime .blod_font[data-v-68ee8780],.student_type .student_top_new .top_time .thisTime .blod_font[data-v-68ee8780],.teacher_type .student_top_new .top_time .allTime .blod_font[data-v-68ee8780],.teacher_type .student_top_new .top_time .thisTime .blod_font[data-v-68ee8780]{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:26px;color:#333;line-height:36px;margin-right:6px}.student_type .student_top_new .top_schedul[data-v-68ee8780],.teacher_type .student_top_new .top_schedul[data-v-68ee8780]{padding:20px;display:flex;align-items:center;border-radius:0 0 4px 4px;background:#f4f8ff}.student_type .student_top_new .top_schedul .font[data-v-68ee8780],.teacher_type .student_top_new .top_schedul .font[data-v-68ee8780]{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#666;line-height:20px}.student_type .student_top_new .top_schedul .percentage[data-v-68ee8780],.teacher_type .student_top_new .top_schedul .percentage[data-v-68ee8780]{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:14px;color:#333;line-height:20px;margin-right:18px}.student_type .resource_student .student_title_new[data-v-68ee8780],.teacher_type .resource_student .student_title_new[data-v-68ee8780]{display:flex;align-content:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#333;line-height:24px;margin-bottom:19px}.student_type .resource_student .student_title_new img[data-v-68ee8780],.teacher_type .resource_student .student_title_new img[data-v-68ee8780]{width:3px;height:12px;margin-right:8px}.student_type .resource_student .resource_list[data-v-68ee8780],.teacher_type .resource_student .resource_list[data-v-68ee8780]{display:flex;flex-wrap:wrap}.student_type .resource_student .resource_list .resource_item[data-v-68ee8780],.teacher_type .resource_student .resource_list .resource_item[data-v-68ee8780]{width:285px;height:58px;display:flex;margin-bottom:26px;margin-right:30px;align-items:center}.student_type .resource_student .resource_list .resource_item img[data-v-68ee8780],.teacher_type .resource_student .resource_list .resource_item img[data-v-68ee8780]{width:52px;height:58px;margin-right:9px}.student_type .resource_student .resource_list .resource_item .item_right .item_time[data-v-68ee8780],.teacher_type .resource_student .resource_list .resource_item .item_right .item_time[data-v-68ee8780]{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#666;line-height:18px;display:flex;margin-bottom:8px}.student_type .resource_student .resource_list .resource_item .item_right .item_time .music_color[data-v-68ee8780],.teacher_type .resource_student .resource_list .resource_item .item_right .item_time .music_color[data-v-68ee8780]{color:#0aa5a8}.student_type .resource_student .resource_list .resource_item .item_right .item_time .video_color[data-v-68ee8780],.teacher_type .resource_student .resource_list .resource_item .item_right .item_time .video_color[data-v-68ee8780]{color:#d25f00}.student_type .resource_student .resource_list .resource_item .item_right .item_time .pic_color[data-v-68ee8780],.teacher_type .resource_student .resource_list .resource_item .item_right .item_time .pic_color[data-v-68ee8780]{color:#206ccf}.student_type .resource_student .resource_list .resource_item .item_right .item_time .test_color[data-v-68ee8780],.teacher_type .resource_student .resource_list .resource_item .item_right .item_time .test_color[data-v-68ee8780]{color:#cb1e83}.student_type .resource_student .resource_list .resource_item[data-v-68ee8780]:nth-child(2n),.teacher_type .resource_student .resource_list .resource_item[data-v-68ee8780]:nth-child(2n){margin-right:0}.student_type .study_mark[data-v-68ee8780],.teacher_type .study_mark[data-v-68ee8780]{padding-bottom:28px}.student_type .study_mark .student_title_new[data-v-68ee8780],.teacher_type .study_mark .student_title_new[data-v-68ee8780]{display:flex;align-content:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#333;line-height:24px;margin-bottom:19px}.student_type .study_mark .student_title_new img[data-v-68ee8780],.teacher_type .study_mark .student_title_new img[data-v-68ee8780]{width:3px;height:12px;margin-right:8px}.student_type .study_mark .mark_list[data-v-68ee8780],.teacher_type .study_mark .mark_list[data-v-68ee8780]{display:flex;justify-content:space-between}.student_type .study_mark .mark_list .mark_item[data-v-68ee8780],.teacher_type .study_mark .mark_list .mark_item[data-v-68ee8780]{width:216px;height:96px;border-radius:4px;background:#f4f8ff;display:flex;justify-content:center;align-items:center;margin-right:16px}.student_type .study_mark .mark_list .mark_item .mark_img[data-v-68ee8780],.teacher_type .study_mark .mark_list .mark_item .mark_img[data-v-68ee8780]{width:36px;height:36px;margin-right:20px}.student_type .study_mark .mark_list .mark_item .mark_right[data-v-68ee8780],.teacher_type .study_mark .mark_list .mark_item .mark_right[data-v-68ee8780]{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#52525b;line-height:20px}.student_type .study_mark .mark_list .mark_item .mark_right .color[data-v-68ee8780],.teacher_type .study_mark .mark_list .mark_item .mark_right .color[data-v-68ee8780]{display:flex;align-items:center}.student_type .study_mark .mark_list .mark_item .mark_right .color .blod[data-v-68ee8780],.teacher_type .study_mark .mark_list .mark_item .mark_right .color .blod[data-v-68ee8780]{font-family:PingFang SC,PingFang SC;font-weight:600;font-size:26px;color:#333;line-height:36px}.teacher_type .students_list[data-v-68ee8780]{padding-bottom:50px}.teacher_type .students_list .student_title_new[data-v-68ee8780]{display:flex;align-content:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#333;line-height:24px;margin-bottom:19px;align-items:center;justify-content:space-between}.teacher_type .students_list .student_title_new img[data-v-68ee8780]{width:3px;height:12px;margin-right:8px}.teacher_type .students_list .student_title_new .filter[data-v-68ee8780]{display:flex}.teacher_type .students_list .student_title_new .filter .item[data-v-68ee8780]{display:flex;align-items:center;margin-left:20px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#52525b;line-height:22px}.teacher_type .students_list .student_title_new .filter .item img[data-v-68ee8780]{width:14px;height:14px;margin-left:4px}.teacher_type .list .item[data-v-68ee8780]{display:flex;margin-bottom:16px}.teacher_type .list .item .student[data-v-68ee8780]{display:flex;align-items:center;margin-right:20px}.teacher_type .list .item .student .student_img[data-v-68ee8780]{width:56px;height:56px;margin-right:12px}.teacher_type .list .item .student .student_img img[data-v-68ee8780]{width:100%;height:100%;border-radius:50%}.teacher_type .list .item .student .student_content .student_name[data-v-68ee8780]{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#27272a;line-height:22px}.teacher_type .list .item .student .student_content .student_learn[data-v-68ee8780]{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;line-height:18px;color:#666;display:flex}.teacher_type .list .item .student .student_content .student_learn .color[data-v-68ee8780]{color:#538ae6}.teacher_type .list .item .student_card[data-v-68ee8780]{display:flex;align-items:flex-start;width:100%;justify-content:space-between}.teacher_type .list .item .student_card .card_item[data-v-68ee8780]{width:93px;height:70px;background-color:#5edfd6;border-radius:5px;position:relative}.teacher_type .list .item .student_card .card_item .card_back[data-v-68ee8780]{width:100%;height:100%;background-position:center center;background-size:100% 100%;background-image:url(../assets/images/condition/back_music.png);padding:6px 8px}.teacher_type .list .item .student_card .card_item .card_back .logo[data-v-68ee8780]{width:18px;height:18px;margin-bottom:4px}.teacher_type .list .item .student_card .card_item .card_back .logo img[data-v-68ee8780]{width:100%;height:100%}.teacher_type .list .item .student_card .card_item .card_back .title[data-v-68ee8780]{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#07828b;line-height:17px;margin-bottom:4px}.teacher_type .list .item .student_card .card_item .card_back .time[data-v-68ee8780]{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#666;line-height:17px;display:flex}.teacher_type .list .item .student_card .card_item .card_back .time .color[data-v-68ee8780]{color:#07828b}.teacher_type .list .item .student_card .card_item .line[data-v-68ee8780]{width:16px;height:16px;position:absolute;right:6px;top:0}.teacher_type .list .item .student_card .card_item .line[data-v-68ee8780] .el-button{padding:0!important}.teacher_type .list .item .student_card .card_item .line .line_img[data-v-68ee8780]{width:16px;height:16px}.teacher_type .list .item .student_card .card_item[data-v-68ee8780]:nth-child(2){background-color:#faac7b}.teacher_type .list .item .student_card .card_item:nth-child(2) .card_back[data-v-68ee8780]{background-image:url(../assets/images/condition/back_video.png)}.teacher_type .list .item .student_card .card_item:nth-child(2) .card_back .title[data-v-68ee8780]{color:#faac7b}.teacher_type .list .item .student_card .card_item:nth-child(2) .card_back .time .color[data-v-68ee8780]{color:#faac7b}.teacher_type .list .item .student_card .card_item[data-v-68ee8780]:nth-child(3){background-color:#7bc0fc}.teacher_type .list .item .student_card .card_item:nth-child(3) .card_back[data-v-68ee8780]{background-image:url(../assets/images/condition/back_pic.png)}.teacher_type .list .item .student_card .card_item:nth-child(3) .card_back .title[data-v-68ee8780]{color:#114ba3}.teacher_type .list .item .student_card .card_item:nth-child(3) .card_back .time .color[data-v-68ee8780]{color:#206ccf}.teacher_type .list .item .student_card .card_item[data-v-68ee8780]:nth-child(4){background-color:#f979b7}.teacher_type .list .item .student_card .card_item:nth-child(4) .card_back[data-v-68ee8780]{background-image:url(../assets/images/condition/back_test.png)}.teacher_type .list .item .student_card .card_item:nth-child(4) .card_back .title[data-v-68ee8780]{color:#a11069}.teacher_type .list .item .student_card .card_item:nth-child(4) .card_back .time .color[data-v-68ee8780]{color:#cb1e83}.custom-popover .text[data-v-68ee8780]{display:flex;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#666;line-height:18px;margin-bottom:8px}.custom-popover .text .color[data-v-68ee8780]{color:#5edfd6}[data-v-68ee8780] .student_top_new .el-progress{width:482px}[data-v-68ee8780] .student_top_new .el-progress .el-progress-bar{padding-right:0!important}[data-v-68ee8780] .student_top_new .el-progress .el-progress__text{display:none}[data-v-68ee8780] .resource_list .el-progress{width:224px}[data-v-68ee8780] .resource_list .el-progress .el-progress-bar{padding-right:0!important}[data-v-68ee8780] .resource_list .el-progress .el-progress__text{display:none}[data-v-68ee8780] .student_content .el-progress{width:173px}[data-v-68ee8780] .student_content .el-progress .el-progress-bar{padding-right:0!important}[data-v-68ee8780] .student_content .el-progress .el-progress-bar .el-progress-bar__outer{border:1px solid #79abfa}[data-v-68ee8780] .student_content .el-progress .el-progress__text{display:none}[data-v-68ee8780] .student_content .el-progress .el-progress-bar__outer{overflow:inherit}[data-v-68ee8780] .student_content .el-progress .el-progress-bar__outer .el-progress-bar__innerText{width:32px;height:17px;background:#538ae6;box-shadow:0 0 12px 0 rgba(0,0,0,.12);border-radius:38px 38px 38px 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;color:#fff;line-height:14px;display:flex;justify-content:center;align-items:center}[data-v-68ee8780] .student_title_new .el-select .el-input__inner{border:none!important;background:#dfebff!important;border-radius:99px 99px 99px 99px!important;color:#538ae6!important}[data-v-68ee8780] .student_title_new .el-select .el-select__caret{color:#538ae6!important}[data-v-68ee8780] .list .el-pagination{display:flex}.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-0a9ab54a]{width:100%;height:100%;background-color:rgba(0,0,0,.1);pointer-events:none;cursor:not-allowed!important}.cantUse[data-v-0a9ab54a] :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}.content[data-v-dad5303e]{width:100%}.content .stem-content[data-v-dad5303e]{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-dad5303e]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-dad5303e]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.content[data-v-9651bb74]{width:100%}.content .stem-content[data-v-9651bb74]{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-9651bb74]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-9651bb74]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-2a6bfc44]{margin-top:16px}.option-item[data-v-2a6bfc44]{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-2a6bfc44]{padding:8px 0}.option-item.isActive[data-v-2a6bfc44]{border-color:#2e9adb}.option-item.isTrue[data-v-2a6bfc44]{border:1px solid #70b603}.option-item.isTrue[data-v-2a6bfc44] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-2a6bfc44]{border:1px solid #d9001b}.option-item.isFalse[data-v-2a6bfc44] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-2a6bfc44]:hover{background:#ddd}.option-item[data-v-2a6bfc44] .content{cursor:pointer}.option-item[data-v-2a6bfc44] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-f1c36854]{margin-top:16px}.option-item[data-v-f1c36854]{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-f1c36854]{padding:8px 0}.option-item.isActive[data-v-f1c36854]{border-color:#2e9adb}.option-item.isTrue[data-v-f1c36854]{border:1px solid #70b603}.option-item.isTrue[data-v-f1c36854] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-f1c36854]{border:1px solid #d9001b}.option-item.isFalse[data-v-f1c36854] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-f1c36854]:hover{background:#ddd}.option-item[data-v-f1c36854] .content{cursor:pointer}.option-item[data-v-f1c36854] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-7eefc508]{margin-top:16px}.option-item[data-v-7eefc508]{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-7eefc508]{border-color:#2e9adb}.option-item .questionSeq[data-v-7eefc508]{padding:8px 0}.option-item.isTrue[data-v-7eefc508]{border:1px solid #70b603}.option-item.isTrue[data-v-7eefc508] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-7eefc508]{border:1px solid #d9001b}.option-item.isFalse[data-v-7eefc508] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-7eefc508]:hover{background:#ddd}.option-item[data-v-7eefc508] .content{cursor:pointer}.option-item[data-v-7eefc508] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-2dc7a8d2]{margin-top:16px}.option-item[data-v-2dc7a8d2]{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-2dc7a8d2]{border-color:#2e9adb}.option-item .questionSeq[data-v-2dc7a8d2]{padding:8px 0}.option-item.isTrue[data-v-2dc7a8d2]{border:1px solid #70b603}.option-item.isTrue[data-v-2dc7a8d2] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-2dc7a8d2]{border:1px solid #d9001b}.option-item.isFalse[data-v-2dc7a8d2] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-2dc7a8d2]:hover{background:#ddd}.option-item[data-v-2dc7a8d2] .content{cursor:pointer}.option-item[data-v-2dc7a8d2] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.line-content[data-v-5453482a]{width:100%;position:relative}.line-content .line-content--item[data-v-5453482a]{flex:1}.line-content .line-content--item[data-v-5453482a] .stem-content{height:100%}.line-content+.line-content[data-v-5453482a]{margin-top:10px}.create-option[data-v-5453482a]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-5453482a]{flex:1;min-width:0}.option-item+.option-item[data-v-5453482a]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-5453482a]{margin-left:50px}.option-item[data-v-5453482a]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-5453482a]{padding:8px 0}.option-item[data-v-5453482a] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-07789553]{width:100%;position:relative}.line-content .line-content--item[data-v-07789553]{flex:1}.line-content .line-content--item[data-v-07789553] .stem-content{height:100%}.line-content+.line-content[data-v-07789553]{margin-top:10px}.create-option[data-v-07789553]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-07789553]{flex:1;min-width:0}.option-item+.option-item[data-v-07789553]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-07789553]{margin-left:50px}.option-item[data-v-07789553]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-07789553]{padding:8px 0}.option-item[data-v-07789553] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-67ac173b]{width:218px;object-fit:scale-down}.video-file[data-v-67ac173b]{width:408px}.file-render[data-v-67ac173b]{width:100%}.file-info[data-v-67ac173b]{flex:1;min-width:0}.file-info.videoHandler[data-v-67ac173b]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-67ac173b]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-67ac173b]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-9dbac350]{width:218px;object-fit:scale-down}.video-file[data-v-9dbac350]{width:408px}.file-render[data-v-9dbac350]{width:100%}.file-info[data-v-9dbac350]{flex:1;min-width:0}.file-info.videoHandler[data-v-9dbac350]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-9dbac350]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-9dbac350]{font-size:14px;color:#666;margin-bottom:19px}.audio .audio-icon[data-v-171f954a]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-171f954a]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-171f954a]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-171f954a],.audio .audio-controls .audio-controls--progress[data-v-171f954a]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-171f954a]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-171f954a]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-171f954a]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-171f954a],.audio .audio-controls .audio-controls--handler .total-time[data-v-171f954a]{font-size:12px;color:#333}.play-handler.mobile[data-v-171f954a]{width:20px;height:20px}.audio-component[data-v-171f954a]{display:none}[data-v-171f954a] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-171f954a] .el-slider__bar{height:4px}[data-v-171f954a] .el-slider__button{width:10px;height:10px}[data-v-171f954a] .el-slider__button-wrapper{top:-15px}[data-v-c29405b0] .el-dialog__header{padding:10px}.video-content[data-v-c29405b0]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-c29405b0]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-c29405b0]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-c29405b0]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-c29405b0]{width:100%}[data-v-f34974aa] .el-dialog__header{padding:10px}.video-content[data-v-f34974aa]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-f34974aa]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-f34974aa]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-f34974aa]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-f34974aa]{width:100%}.audio .audio-icon[data-v-a7067f84]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-a7067f84]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-a7067f84]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-a7067f84],.audio .audio-controls .audio-controls--progress[data-v-a7067f84]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-a7067f84]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-a7067f84]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-a7067f84]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-a7067f84],.audio .audio-controls .audio-controls--handler .total-time[data-v-a7067f84]{font-size:12px;color:#333}.play-handler.mobile[data-v-a7067f84]{width:20px;height:20px}.audio-component[data-v-a7067f84]{display:none}[data-v-a7067f84] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-a7067f84] .el-slider__bar{height:4px}[data-v-a7067f84] .el-slider__button{width:10px;height:10px}[data-v-a7067f84] .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 38acccf..d83a033 100644
--- a/src/plugin/xml-digital-teaching/lib/layout.js
+++ b/src/plugin/xml-digital-teaching/lib/layout.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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 ab6d58e..c36e61a 100644
--- a/src/plugin/xml-digital-teaching/lib/music.js
+++ b/src/plugin/xml-digital-teaching/lib/music.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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 094c24a..3980b5e 100644
--- a/src/plugin/xml-digital-teaching/lib/paragraph.css
+++ b/src/plugin/xml-digital-teaching/lib/paragraph.css
@@ -1,134 +1,126 @@
-/*# sourceMappingURL=eighth.vue.map */
-
-
-/*# sourceMappingURL=third.vue.map */
-
-
-/*# sourceMappingURL=first.vue.map */
-
-
-/*# sourceMappingURL=twelve.vue.map */
-
-
-/*# sourceMappingURL=seventh.vue.map */
-
-
-/*# sourceMappingURL=Greentheme2.vue.map */
-
-
-/*# sourceMappingURL=quadrangle.vue.map */
-
-
-/*# sourceMappingURL=isosceles.vue.map */
-
-
-/*# sourceMappingURL=wave.vue.map */
-
-
-/*# sourceMappingURL=tenth.vue.map */
-
-
/*# sourceMappingURL=second.vue.map */
-/*# sourceMappingURL=fourteen.vue.map */
-
-
-/*# sourceMappingURL=Greentheme5.vue.map */
-
-
-/*# sourceMappingURL=Greentheme4.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme2.vue.map */
+/*# sourceMappingURL=eighth.vue.map */
/*# sourceMappingURL=ninth.vue.map */
+/*# sourceMappingURL=quadrangle.vue.map */
+
+
+/*# sourceMappingURL=seventh.vue.map */
+
+
+/*# sourceMappingURL=tenth.vue.map */
+
+
+/*# sourceMappingURL=Greentheme4.vue.map */
+
+
+/*# sourceMappingURL=first.vue.map */
+
+
+/*# sourceMappingURL=Greentheme2.vue.map */
+
+
+/*# sourceMappingURL=fourteen.vue.map */
+
+
+/*# sourceMappingURL=third.vue.map */
+
+
/*# sourceMappingURL=eleven.vue.map */
+/*# sourceMappingURL=wave.vue.map */
+
+
/*# sourceMappingURL=fifteen.vue.map */
+/*# sourceMappingURL=isosceles.vue.map */
+
+
/*# sourceMappingURL=Yellowtheme5.vue.map */
-/*# sourceMappingURL=Yellowtheme4.vue.map */
-
-
-/*# sourceMappingURL=Redtheme2.vue.map */
-
-
-/*# sourceMappingURL=thirteen.vue.map */
-
-
-/*# sourceMappingURL=Greentheme3.vue.map */
-
-
-/*# sourceMappingURL=Redtheme1.vue.map */
-
-
-/*# sourceMappingURL=Redtheme5.vue.map */
-
-
/*# sourceMappingURL=Yellowtheme1.vue.map */
-/*# sourceMappingURL=sixteen.vue.map */
+/*# sourceMappingURL=Yellowtheme4.vue.map */
+
+
+/*# sourceMappingURL=twelve.vue.map */
/*# sourceMappingURL=Yellowtheme3.vue.map */
-/*# sourceMappingURL=SanQintheme1.vue.map */
+/*# sourceMappingURL=Redtheme1.vue.map */
-/*# sourceMappingURL=Redtheme3.vue.map */
+/*# sourceMappingURL=Redtheme2.vue.map */
-/*# sourceMappingURL=Redtheme6.vue.map */
-
-
-/*# sourceMappingURL=Thirtyfive.vue.map */
-
-
-/*# sourceMappingURL=Thirtyseven2.vue.map */
-
-
-/*# sourceMappingURL=Redtheme4.vue.map */
-
-
-/*# sourceMappingURL=Thirtysix.vue.map */
+/*# sourceMappingURL=Greentheme5.vue.map */
/*# sourceMappingURL=SanQintheme3.vue.map */
-/*# sourceMappingURL=SanQintheme2.vue.map */
+/*# sourceMappingURL=SanQintheme1.vue.map */
-/*# sourceMappingURL=Thirtyeight.vue.map */
+/*# sourceMappingURL=Greentheme3.vue.map */
+
+
+/*# sourceMappingURL=Redtheme3.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme2.vue.map */
+
+
+/*# sourceMappingURL=Redtheme6.vue.map */
+
+
+/*# sourceMappingURL=thirteen.vue.map */
+
+
+/*# sourceMappingURL=Redtheme4.vue.map */
+
+
+/*# sourceMappingURL=sixteen.vue.map */
+
+
+/*# sourceMappingURL=Thirtyfive.vue.map */
+
+
+/*# sourceMappingURL=Redtheme5.vue.map */
/*# sourceMappingURL=Thirtyseven.vue.map */
+/*# sourceMappingURL=SanQintheme2.vue.map */
+
+
/*# sourceMappingURL=Thirtyseven3.vue.map */
+/*# sourceMappingURL=Thirtysix.vue.map */
+
+
+/*# sourceMappingURL=Thirtyeight.vue.map */
+
+
/*# sourceMappingURL=Forty.vue.map */
-.xml-text-h5[data-v-4666e3b2] {
-}
-.xml-text-pc[data-v-4666e3b2] {
-}
-.xml-text-h5[data-v-4666e3b2] {
-}
-
+
+/*# sourceMappingURL=Thirtyseven2.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-483bfd20] {
+}
+.xml-text-pc[data-v-483bfd20] {
+}
+.xml-text-h5[data-v-483bfd20] {
+}
+
+
/*# 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 b210db0..0016a3b 100644
--- a/src/plugin/xml-digital-teaching/lib/paragraph.js
+++ b/src/plugin/xml-digital-teaching/lib/paragraph.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-7aa6099d";
+ const __vue_scope_id__$I = "data-v-0781f4c2";
/* module identifier */
const __vue_module_identifier__$I = undefined;
/* functional template */
@@ -9436,7 +9436,7 @@ class MagicLink extends HTMLElement {
}
.magic-link {
display: inline;
- font-size:16px;
+ // font-size:16px;
font-weight: normal;
font-style: normal;
text-align: left;
@@ -48778,6 +48778,7 @@ var script$F = {
dataName: this.blockDataName,
data: this.pBlockData,
graphLinks: this.currentRule.data?.graphLinks || [],
+ pureTextComponent: this.isPureTextComponent,
dataIndex: this.dataIndex,
blockId: this.blockId
};
@@ -48897,7 +48898,7 @@ var script$F = {
let _this = this;
this.blockData = this.pBlockData;
if (!this.blockData.html) {
- this.blockData.html = '暂无内容';
+ this.blockData.html = '暂无内容1';
}
`#${this.blockId} .richtext-reset-wrapper--view`;
let mceMagicLinkRegistered = window.customElements?.get('magic-link');
@@ -48927,15 +48928,6 @@ var script$F = {
}]
});
});
- const getFileUrl = url => {
- if (url) {
- if (url.indexOf('./') === -1) {
- return url;
- }
- return `${_this.resourceBasisPath}${url.split('./')[1]}`;
- }
- return '';
- };
jquery(containerSelector).on('click', 'magic-link', function (e) {
let {
plaintext,
@@ -48943,9 +48935,10 @@ var script$F = {
content,
type,
isPlaying,
- stylemode
+ stylemode,
+ showType,
+ hotzoneType
} = e.target.dataset;
- console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', 'magic-link点击', e, e.target.dataset);
if (_this.mode === 'editor') {
_this.$message.info('当前内容仅支持在预览模式下查看');
return;
@@ -48957,7 +48950,7 @@ var script$F = {
multiple: true,
nowImgIndex: 0,
imgList: [{
- url: getFileUrl(content),
+ url: content,
title: plaintext
}]
});
@@ -48967,7 +48960,7 @@ var script$F = {
_this.$EventBus.$emit('handleMagicLinkAudioPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -48981,7 +48974,7 @@ var script$F = {
_this.$EventBus.$emit('handleMagicLinkVideoPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -48993,6 +48986,9 @@ var script$F = {
if (type === 'richtext') {
content = content.replace(/text\-align:\s?justify/g, 'text-align:left');
// 魔链富文本
+ if (showType === 'popover') {
+ return;
+ }
_this.inlineWordsModal = {
title,
content,
@@ -49003,7 +48999,7 @@ var script$F = {
if (type === 'sheet') {
// 插入活页
_this.$EventBus.$emit('hotzoneClick', {
- type: 'looseleaf',
+ type: hotzoneType || 'looseleaf',
value: content,
label: title
});
@@ -49199,8 +49195,8 @@ var script$F = {
let ADom = document.getElementById(this.blockId).getElementsByTagName('a') || [];
if (ADom) {
for (let i = 0; i < ADom.length; i++) {
- // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
let href = ADom[i].href;
+ // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
ADom[i].href = 'javascript: void(0)';
ADom[i].onclick = function (e) {
_this.$EventBus.$emit('openTextHyperlink', {
@@ -51058,7 +51054,7 @@ __vue_render__$F._withStripped = true;
/* style */
const __vue_inject_styles__$F = undefined;
/* scoped */
- const __vue_scope_id__$F = "data-v-4666e3b2";
+ const __vue_scope_id__$F = "data-v-483bfd20";
/* module identifier */
const __vue_module_identifier__$F = undefined;
/* functional template */
@@ -51407,7 +51403,7 @@ __vue_render__$E._withStripped = true;
/* style */
const __vue_inject_styles__$E = undefined;
/* scoped */
- const __vue_scope_id__$E = "data-v-34720a5f";
+ const __vue_scope_id__$E = "data-v-296078f8";
/* module identifier */
const __vue_module_identifier__$E = undefined;
/* functional template */
@@ -51666,7 +51662,7 @@ __vue_render__$D._withStripped = true;
/* style */
const __vue_inject_styles__$D = undefined;
/* scoped */
- const __vue_scope_id__$D = "data-v-0f442a2c";
+ const __vue_scope_id__$D = "data-v-daedf136";
/* module identifier */
const __vue_module_identifier__$D = undefined;
/* functional template */
@@ -51895,7 +51891,7 @@ __vue_render__$C._withStripped = true;
/* style */
const __vue_inject_styles__$C = undefined;
/* scoped */
- const __vue_scope_id__$C = "data-v-47af8c80";
+ const __vue_scope_id__$C = "data-v-27ac2736";
/* module identifier */
const __vue_module_identifier__$C = undefined;
/* functional template */
@@ -52161,7 +52157,7 @@ __vue_render__$B._withStripped = true;
/* style */
const __vue_inject_styles__$B = undefined;
/* scoped */
- const __vue_scope_id__$B = "data-v-0b406fd2";
+ const __vue_scope_id__$B = "data-v-7c9e4108";
/* module identifier */
const __vue_module_identifier__$B = undefined;
/* functional template */
@@ -52398,7 +52394,7 @@ __vue_render__$A._withStripped = true;
/* style */
const __vue_inject_styles__$A = undefined;
/* scoped */
- const __vue_scope_id__$A = "data-v-533fdd02";
+ const __vue_scope_id__$A = "data-v-0c5f65ba";
/* module identifier */
const __vue_module_identifier__$A = undefined;
/* functional template */
@@ -52677,7 +52673,7 @@ __vue_render__$z._withStripped = true;
/* style */
const __vue_inject_styles__$z = undefined;
/* scoped */
- const __vue_scope_id__$z = "data-v-09b4a172";
+ const __vue_scope_id__$z = "data-v-02102cd2";
/* module identifier */
const __vue_module_identifier__$z = undefined;
/* functional template */
@@ -53110,7 +53106,7 @@ __vue_render__$y._withStripped = true;
/* style */
const __vue_inject_styles__$y = undefined;
/* scoped */
- const __vue_scope_id__$y = "data-v-2bb6d1f4";
+ const __vue_scope_id__$y = "data-v-31351e99";
/* module identifier */
const __vue_module_identifier__$y = undefined;
/* functional template */
@@ -53459,7 +53455,7 @@ __vue_render__$x._withStripped = true;
/* style */
const __vue_inject_styles__$x = undefined;
/* scoped */
- const __vue_scope_id__$x = "data-v-3edf16f6";
+ const __vue_scope_id__$x = "data-v-7ab33580";
/* module identifier */
const __vue_module_identifier__$x = undefined;
/* functional template */
@@ -53680,7 +53676,7 @@ __vue_render__$w._withStripped = true;
/* style */
const __vue_inject_styles__$w = undefined;
/* scoped */
- const __vue_scope_id__$w = "data-v-5fa06695";
+ const __vue_scope_id__$w = "data-v-a662b60c";
/* module identifier */
const __vue_module_identifier__$w = undefined;
/* functional template */
@@ -54117,7 +54113,7 @@ __vue_render__$v._withStripped = true;
/* style */
const __vue_inject_styles__$v = undefined;
/* scoped */
- const __vue_scope_id__$v = "data-v-7e14161a";
+ const __vue_scope_id__$v = "data-v-f8ac22d6";
/* module identifier */
const __vue_module_identifier__$v = undefined;
/* functional template */
@@ -54359,7 +54355,7 @@ __vue_render__$u._withStripped = true;
/* style */
const __vue_inject_styles__$u = undefined;
/* scoped */
- const __vue_scope_id__$u = "data-v-7d1ea5cc";
+ const __vue_scope_id__$u = "data-v-73de6855";
/* module identifier */
const __vue_module_identifier__$u = undefined;
/* functional template */
@@ -54614,7 +54610,7 @@ __vue_render__$t._withStripped = true;
/* style */
const __vue_inject_styles__$t = undefined;
/* scoped */
- const __vue_scope_id__$t = "data-v-068fd504";
+ const __vue_scope_id__$t = "data-v-712545f9";
/* module identifier */
const __vue_module_identifier__$t = undefined;
/* functional template */
@@ -54838,7 +54834,7 @@ __vue_render__$s._withStripped = true;
/* style */
const __vue_inject_styles__$s = undefined;
/* scoped */
- const __vue_scope_id__$s = "data-v-065da6db";
+ const __vue_scope_id__$s = "data-v-3cb23dd4";
/* module identifier */
const __vue_module_identifier__$s = undefined;
/* functional template */
@@ -55056,7 +55052,7 @@ __vue_render__$r._withStripped = true;
/* style */
const __vue_inject_styles__$r = undefined;
/* scoped */
- const __vue_scope_id__$r = "data-v-3509e8fc";
+ const __vue_scope_id__$r = "data-v-7132d7e7";
/* module identifier */
const __vue_module_identifier__$r = undefined;
/* functional template */
@@ -55280,7 +55276,7 @@ __vue_render__$q._withStripped = true;
/* style */
const __vue_inject_styles__$q = undefined;
/* scoped */
- const __vue_scope_id__$q = "data-v-2308cfc7";
+ const __vue_scope_id__$q = "data-v-3b6af56c";
/* module identifier */
const __vue_module_identifier__$q = undefined;
/* functional template */
@@ -55504,7 +55500,7 @@ __vue_render__$p._withStripped = true;
/* style */
const __vue_inject_styles__$p = undefined;
/* scoped */
- const __vue_scope_id__$p = "data-v-5889c61c";
+ const __vue_scope_id__$p = "data-v-095f03d2";
/* module identifier */
const __vue_module_identifier__$p = undefined;
/* functional template */
@@ -55722,7 +55718,7 @@ __vue_render__$o._withStripped = true;
/* style */
const __vue_inject_styles__$o = undefined;
/* scoped */
- const __vue_scope_id__$o = "data-v-3583e8d1";
+ const __vue_scope_id__$o = "data-v-75b18a14";
/* module identifier */
const __vue_module_identifier__$o = undefined;
/* functional template */
@@ -55942,7 +55938,7 @@ __vue_render__$n._withStripped = true;
/* style */
const __vue_inject_styles__$n = undefined;
/* scoped */
- const __vue_scope_id__$n = "data-v-e15e2ebc";
+ const __vue_scope_id__$n = "data-v-4dfd5747";
/* module identifier */
const __vue_module_identifier__$n = undefined;
/* functional template */
@@ -56170,7 +56166,7 @@ __vue_render__$m._withStripped = true;
/* style */
const __vue_inject_styles__$m = undefined;
/* scoped */
- const __vue_scope_id__$m = "data-v-00744ec4";
+ const __vue_scope_id__$m = "data-v-9dab6cae";
/* module identifier */
const __vue_module_identifier__$m = undefined;
/* functional template */
@@ -56408,7 +56404,7 @@ __vue_render__$l._withStripped = true;
/* style */
const __vue_inject_styles__$l = undefined;
/* scoped */
- const __vue_scope_id__$l = "data-v-b271bf5e";
+ const __vue_scope_id__$l = "data-v-49b14076";
/* module identifier */
const __vue_module_identifier__$l = undefined;
/* functional template */
@@ -56634,7 +56630,7 @@ __vue_render__$k._withStripped = true;
/* style */
const __vue_inject_styles__$k = undefined;
/* scoped */
- const __vue_scope_id__$k = "data-v-9d718864";
+ const __vue_scope_id__$k = "data-v-399a2649";
/* module identifier */
const __vue_module_identifier__$k = undefined;
/* functional template */
@@ -56854,7 +56850,7 @@ __vue_render__$j._withStripped = true;
/* style */
const __vue_inject_styles__$j = undefined;
/* scoped */
- const __vue_scope_id__$j = "data-v-366de105";
+ const __vue_scope_id__$j = "data-v-83a46300";
/* module identifier */
const __vue_module_identifier__$j = undefined;
/* functional template */
@@ -57080,7 +57076,7 @@ __vue_render__$i._withStripped = true;
/* style */
const __vue_inject_styles__$i = undefined;
/* scoped */
- const __vue_scope_id__$i = "data-v-737c08cc";
+ const __vue_scope_id__$i = "data-v-08621972";
/* module identifier */
const __vue_module_identifier__$i = undefined;
/* functional template */
@@ -57302,7 +57298,7 @@ __vue_render__$h._withStripped = true;
/* style */
const __vue_inject_styles__$h = undefined;
/* scoped */
- const __vue_scope_id__$h = "data-v-9c512fa4";
+ const __vue_scope_id__$h = "data-v-67e7af93";
/* module identifier */
const __vue_module_identifier__$h = undefined;
/* functional template */
@@ -57519,7 +57515,7 @@ __vue_render__$g._withStripped = true;
/* style */
const __vue_inject_styles__$g = undefined;
/* scoped */
- const __vue_scope_id__$g = "data-v-44762fcc";
+ const __vue_scope_id__$g = "data-v-835f5c56";
/* module identifier */
const __vue_module_identifier__$g = undefined;
/* functional template */
@@ -57740,7 +57736,7 @@ __vue_render__$f._withStripped = true;
/* style */
const __vue_inject_styles__$f = undefined;
/* scoped */
- const __vue_scope_id__$f = "data-v-59f586a0";
+ const __vue_scope_id__$f = "data-v-80c330f6";
/* module identifier */
const __vue_module_identifier__$f = undefined;
/* functional template */
@@ -57961,7 +57957,7 @@ __vue_render__$e._withStripped = true;
/* style */
const __vue_inject_styles__$e = undefined;
/* scoped */
- const __vue_scope_id__$e = "data-v-c22c0580";
+ const __vue_scope_id__$e = "data-v-0492de25";
/* module identifier */
const __vue_module_identifier__$e = undefined;
/* functional template */
@@ -58219,7 +58215,7 @@ __vue_render__$d._withStripped = true;
/* style */
const __vue_inject_styles__$d = undefined;
/* scoped */
- const __vue_scope_id__$d = "data-v-5ec0ce56";
+ const __vue_scope_id__$d = "data-v-5e4cdcd0";
/* module identifier */
const __vue_module_identifier__$d = undefined;
/* functional template */
@@ -58436,7 +58432,7 @@ __vue_render__$c._withStripped = true;
/* style */
const __vue_inject_styles__$c = undefined;
/* scoped */
- const __vue_scope_id__$c = "data-v-2b65e80a";
+ const __vue_scope_id__$c = "data-v-54b61a14";
/* module identifier */
const __vue_module_identifier__$c = undefined;
/* functional template */
@@ -58653,7 +58649,7 @@ __vue_render__$b._withStripped = true;
/* style */
const __vue_inject_styles__$b = undefined;
/* scoped */
- const __vue_scope_id__$b = "data-v-8f1046d6";
+ const __vue_scope_id__$b = "data-v-cdf97360";
/* module identifier */
const __vue_module_identifier__$b = undefined;
/* functional template */
@@ -58918,7 +58914,7 @@ __vue_render__$a._withStripped = true;
/* style */
const __vue_inject_styles__$a = undefined;
/* scoped */
- const __vue_scope_id__$a = "data-v-7f1062f6";
+ const __vue_scope_id__$a = "data-v-cb4fdf4a";
/* module identifier */
const __vue_module_identifier__$a = undefined;
/* functional template */
@@ -59212,7 +59208,7 @@ __vue_render__$9._withStripped = true;
/* style */
const __vue_inject_styles__$9 = undefined;
/* scoped */
- const __vue_scope_id__$9 = "data-v-0f688b55";
+ const __vue_scope_id__$9 = "data-v-e55ace0c";
/* module identifier */
const __vue_module_identifier__$9 = undefined;
/* functional template */
@@ -59495,7 +59491,7 @@ __vue_render__$8._withStripped = true;
/* style */
const __vue_inject_styles__$8 = undefined;
/* scoped */
- const __vue_scope_id__$8 = "data-v-0be464c4";
+ const __vue_scope_id__$8 = "data-v-522c8fa9";
/* module identifier */
const __vue_module_identifier__$8 = undefined;
/* functional template */
@@ -59727,7 +59723,7 @@ __vue_render__$7._withStripped = true;
/* style */
const __vue_inject_styles__$7 = undefined;
/* scoped */
- const __vue_scope_id__$7 = "data-v-a9c15308";
+ const __vue_scope_id__$7 = "data-v-365d8cf7";
/* module identifier */
const __vue_module_identifier__$7 = undefined;
/* functional template */
@@ -59973,7 +59969,7 @@ __vue_render__$6._withStripped = true;
/* style */
const __vue_inject_styles__$6 = undefined;
/* scoped */
- const __vue_scope_id__$6 = "data-v-470edaad";
+ const __vue_scope_id__$6 = "data-v-36887152";
/* module identifier */
const __vue_module_identifier__$6 = undefined;
/* functional template */
@@ -60219,7 +60215,7 @@ __vue_render__$5._withStripped = true;
/* style */
const __vue_inject_styles__$5 = undefined;
/* scoped */
- const __vue_scope_id__$5 = "data-v-02e8551d";
+ const __vue_scope_id__$5 = "data-v-bc646ed0";
/* module identifier */
const __vue_module_identifier__$5 = undefined;
/* functional template */
@@ -60522,7 +60518,7 @@ __vue_render__$4._withStripped = true;
/* style */
const __vue_inject_styles__$4 = undefined;
/* scoped */
- const __vue_scope_id__$4 = "data-v-220187fe";
+ const __vue_scope_id__$4 = "data-v-aa5609ba";
/* module identifier */
const __vue_module_identifier__$4 = undefined;
/* functional template */
@@ -60825,7 +60821,7 @@ __vue_render__$3._withStripped = true;
/* style */
const __vue_inject_styles__$3 = undefined;
/* scoped */
- const __vue_scope_id__$3 = "data-v-97901996";
+ const __vue_scope_id__$3 = "data-v-55fb311a";
/* module identifier */
const __vue_module_identifier__$3 = undefined;
/* functional template */
@@ -61128,7 +61124,7 @@ __vue_render__$2._withStripped = true;
/* style */
const __vue_inject_styles__$2 = undefined;
/* scoped */
- const __vue_scope_id__$2 = "data-v-672aa810";
+ const __vue_scope_id__$2 = "data-v-6e2de9dd";
/* module identifier */
const __vue_module_identifier__$2 = undefined;
/* functional template */
@@ -61426,7 +61422,7 @@ __vue_render__$1._withStripped = true;
/* style */
const __vue_inject_styles__$1 = undefined;
/* scoped */
- const __vue_scope_id__$1 = "data-v-75ed3c66";
+ const __vue_scope_id__$1 = "data-v-706deaea";
/* module identifier */
const __vue_module_identifier__$1 = undefined;
/* functional template */
@@ -61646,7 +61642,7 @@ __vue_render__._withStripped = true;
/* style */
const __vue_inject_styles__ = undefined;
/* scoped */
- const __vue_scope_id__ = "data-v-c1839608";
+ const __vue_scope_id__ = "data-v-4c8c7e37";
/* 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 60d12d2..a0e5946 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-bbb516e6] {
+.xml-question-container-h5[data-v-d56ea49c] {
}
-.xml-question-container-pc[data-v-bbb516e6] {
+.xml-question-container-pc[data-v-d56ea49c] {
}
-.xml-question-container-pad[data-v-bbb516e6] {
+.xml-question-container-pad[data-v-d56ea49c] {
}
@@ -12,10 +12,10 @@
/*# sourceMappingURL=QuestionItem.vue.map */
-.option-item + .option-item[data-v-cc053d1c] {
+.option-item + .option-item[data-v-2a6bfc44] {
margin-top: 16px;
}
-.option-item[data-v-cc053d1c] {
+.option-item[data-v-2a6bfc44] {
display: flex;
background: #fbfbfb;
border-radius: 6px;
@@ -24,42 +24,86 @@
transition: all ease 0.3s;
border: 1px solid #fbfbfb;
}
-.option-item.isActive[data-v-cc053d1c] {
- border-color: #2e9adb;
-}
-.option-item .questionSeq[data-v-cc053d1c] {
+.option-item .questionSeq[data-v-2a6bfc44] {
padding: 8px 0;
}
-.option-item.isTrue[data-v-cc053d1c] {
+.option-item.isActive[data-v-2a6bfc44] {
+ border-color: #2e9adb;
+}
+.option-item.isTrue[data-v-2a6bfc44] {
border: 1px solid #70b603;
}
-.option-item.isTrue[data-v-cc053d1c] .el-checkbox__input.is-checked .el-checkbox__inner {
+.option-item.isTrue[data-v-2a6bfc44] .el-radio__input.is-checked .el-radio__inner {
border-color: #70b603;
background: #70b603;
}
-.option-item.isFalse[data-v-cc053d1c] {
+.option-item.isFalse[data-v-2a6bfc44] {
border: 1px solid #d9001b;
}
-.option-item.isFalse[data-v-cc053d1c] .el-checkbox__input.is-checked .el-checkbox__inner {
+.option-item.isFalse[data-v-2a6bfc44] .el-radio__input.is-checked .el-radio__inner {
border-color: #d9001b;
background: #d9001b;
}
-.option-item[data-v-cc053d1c]:hover {
+.option-item[data-v-2a6bfc44]:hover {
background: #ddd;
}
-.option-item[data-v-cc053d1c] .content {
+.option-item[data-v-2a6bfc44] .content {
cursor: pointer;
}
-.option-item[data-v-cc053d1c] .stem-content.no-border {
+.option-item[data-v-2a6bfc44] .stem-content.no-border {
padding: 8px 14px !important;
cursor: pointer;
}
-/*# sourceMappingURL=checkbox.vue.map */
-.content[data-v-6db419e1] {
+/*# sourceMappingURL=radio.vue.map */
+.option-item + .option-item[data-v-f1c36854] {
+ margin-top: 16px;
+}
+.option-item[data-v-f1c36854] {
+ 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-f1c36854] {
+ padding: 8px 0;
+}
+.option-item.isActive[data-v-f1c36854] {
+ border-color: #2e9adb;
+}
+.option-item.isTrue[data-v-f1c36854] {
+ border: 1px solid #70b603;
+}
+.option-item.isTrue[data-v-f1c36854] .el-radio__input.is-checked .el-radio__inner {
+ border-color: #70b603;
+ background: #70b603;
+}
+.option-item.isFalse[data-v-f1c36854] {
+ border: 1px solid #d9001b;
+}
+.option-item.isFalse[data-v-f1c36854] .el-radio__input.is-checked .el-radio__inner {
+ border-color: #d9001b;
+ background: #d9001b;
+}
+.option-item[data-v-f1c36854]:hover {
+ background: #ddd;
+}
+.option-item[data-v-f1c36854] .content {
+ cursor: pointer;
+}
+.option-item[data-v-f1c36854] .stem-content.no-border {
+ padding: 8px 14px !important;
+ cursor: pointer;
+}
+
+/*# sourceMappingURL=radio.vue.map */
+.content[data-v-dad5303e] {
width: 100%;
}
-.content .stem-content[data-v-6db419e1] {
+.content .stem-content[data-v-dad5303e] {
width: 100%;
box-sizing: border-box;
padding: 5px 14px;
@@ -68,12 +112,12 @@
border-radius: 6px;
cursor: pointer;
}
-.content .stem-content.no-border[data-v-6db419e1] {
+.content .stem-content.no-border[data-v-dad5303e] {
padding: 0;
border: none;
cursor: default;
}
-.content .stem-content .placeholder[data-v-6db419e1] {
+.content .stem-content .placeholder[data-v-dad5303e] {
color: #c0c4cc;
font-size: 14px;
cursor: pointer;
@@ -81,10 +125,98 @@
}
/*# sourceMappingURL=common.vue.map */
-.content[data-v-f3840eb4] {
+.option-item + .option-item[data-v-7eefc508] {
+ margin-top: 16px;
+}
+.option-item[data-v-7eefc508] {
+ 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-7eefc508] {
+ border-color: #2e9adb;
+}
+.option-item .questionSeq[data-v-7eefc508] {
+ padding: 8px 0;
+}
+.option-item.isTrue[data-v-7eefc508] {
+ border: 1px solid #70b603;
+}
+.option-item.isTrue[data-v-7eefc508] .el-checkbox__input.is-checked .el-checkbox__inner {
+ border-color: #70b603;
+ background: #70b603;
+}
+.option-item.isFalse[data-v-7eefc508] {
+ border: 1px solid #d9001b;
+}
+.option-item.isFalse[data-v-7eefc508] .el-checkbox__input.is-checked .el-checkbox__inner {
+ border-color: #d9001b;
+ background: #d9001b;
+}
+.option-item[data-v-7eefc508]:hover {
+ background: #ddd;
+}
+.option-item[data-v-7eefc508] .content {
+ cursor: pointer;
+}
+.option-item[data-v-7eefc508] .stem-content.no-border {
+ padding: 8px 14px !important;
+ cursor: pointer;
+}
+
+/*# sourceMappingURL=checkbox.vue.map */
+.option-item + .option-item[data-v-2dc7a8d2] {
+ margin-top: 16px;
+}
+.option-item[data-v-2dc7a8d2] {
+ 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-2dc7a8d2] {
+ border-color: #2e9adb;
+}
+.option-item .questionSeq[data-v-2dc7a8d2] {
+ padding: 8px 0;
+}
+.option-item.isTrue[data-v-2dc7a8d2] {
+ border: 1px solid #70b603;
+}
+.option-item.isTrue[data-v-2dc7a8d2] .el-checkbox__input.is-checked .el-checkbox__inner {
+ border-color: #70b603;
+ background: #70b603;
+}
+.option-item.isFalse[data-v-2dc7a8d2] {
+ border: 1px solid #d9001b;
+}
+.option-item.isFalse[data-v-2dc7a8d2] .el-checkbox__input.is-checked .el-checkbox__inner {
+ border-color: #d9001b;
+ background: #d9001b;
+}
+.option-item[data-v-2dc7a8d2]:hover {
+ background: #ddd;
+}
+.option-item[data-v-2dc7a8d2] .content {
+ cursor: pointer;
+}
+.option-item[data-v-2dc7a8d2] .stem-content.no-border {
+ padding: 8px 14px !important;
+ cursor: pointer;
+}
+
+/*# sourceMappingURL=checkbox.vue.map */
+.content[data-v-9651bb74] {
width: 100%;
}
-.content .stem-content[data-v-f3840eb4] {
+.content .stem-content[data-v-9651bb74] {
width: 100%;
box-sizing: border-box;
padding: 5px 14px;
@@ -93,12 +225,12 @@
border-radius: 6px;
cursor: pointer;
}
-.content .stem-content.no-border[data-v-f3840eb4] {
+.content .stem-content.no-border[data-v-9651bb74] {
padding: 0;
border: none;
cursor: default;
}
-.content .stem-content .placeholder[data-v-f3840eb4] {
+.content .stem-content .placeholder[data-v-9651bb74] {
color: #c0c4cc;
font-size: 14px;
cursor: pointer;
@@ -106,303 +238,289 @@
}
/*# sourceMappingURL=common.vue.map */
-.option-item + .option-item[data-v-3d438652] {
- margin-top: 16px;
-}
-.option-item[data-v-3d438652] {
- 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-3d438652] {
- border-color: #2e9adb;
-}
-.option-item .questionSeq[data-v-3d438652] {
- padding: 8px 0;
-}
-.option-item.isTrue[data-v-3d438652] {
- border: 1px solid #70b603;
-}
-.option-item.isTrue[data-v-3d438652] .el-checkbox__input.is-checked .el-checkbox__inner {
- border-color: #70b603;
- background: #70b603;
-}
-.option-item.isFalse[data-v-3d438652] {
- border: 1px solid #d9001b;
-}
-.option-item.isFalse[data-v-3d438652] .el-checkbox__input.is-checked .el-checkbox__inner {
- border-color: #d9001b;
- background: #d9001b;
-}
-.option-item[data-v-3d438652]:hover {
- background: #ddd;
-}
-.option-item[data-v-3d438652] .content {
- cursor: pointer;
-}
-.option-item[data-v-3d438652] .stem-content.no-border {
- padding: 8px 14px !important;
- cursor: pointer;
-}
-
-/*# sourceMappingURL=checkbox.vue.map */
-.option-item + .option-item[data-v-6c11c1df] {
- margin-top: 16px;
-}
-.option-item[data-v-6c11c1df] {
- 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-6c11c1df] {
- padding: 8px 0;
-}
-.option-item.isActive[data-v-6c11c1df] {
- border-color: #2e9adb;
-}
-.option-item.isTrue[data-v-6c11c1df] {
- border: 1px solid #70b603;
-}
-.option-item.isTrue[data-v-6c11c1df] .el-radio__input.is-checked .el-radio__inner {
- border-color: #70b603;
- background: #70b603;
-}
-.option-item.isFalse[data-v-6c11c1df] {
- border: 1px solid #d9001b;
-}
-.option-item.isFalse[data-v-6c11c1df] .el-radio__input.is-checked .el-radio__inner {
- border-color: #d9001b;
- background: #d9001b;
-}
-.option-item[data-v-6c11c1df]:hover {
- background: #ddd;
-}
-.option-item[data-v-6c11c1df] .content {
- cursor: pointer;
-}
-.option-item[data-v-6c11c1df] .stem-content.no-border {
- padding: 8px 14px !important;
- cursor: pointer;
-}
-
-/*# sourceMappingURL=radio.vue.map */
-.option-item + .option-item[data-v-303501f1] {
- margin-top: 16px;
-}
-.option-item[data-v-303501f1] {
- 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-303501f1] {
- padding: 8px 0;
-}
-.option-item.isActive[data-v-303501f1] {
- border-color: #2e9adb;
-}
-.option-item.isTrue[data-v-303501f1] {
- border: 1px solid #70b603;
-}
-.option-item.isTrue[data-v-303501f1] .el-radio__input.is-checked .el-radio__inner {
- border-color: #70b603;
- background: #70b603;
-}
-.option-item.isFalse[data-v-303501f1] {
- border: 1px solid #d9001b;
-}
-.option-item.isFalse[data-v-303501f1] .el-radio__input.is-checked .el-radio__inner {
- border-color: #d9001b;
- background: #d9001b;
-}
-.option-item[data-v-303501f1]:hover {
- background: #ddd;
-}
-.option-item[data-v-303501f1] .content {
- cursor: pointer;
-}
-.option-item[data-v-303501f1] .stem-content.no-border {
- padding: 8px 14px !important;
- cursor: pointer;
-}
-
-/*# sourceMappingURL=radio.vue.map */
-.line-content[data-v-685addee] {
+.line-content[data-v-07789553] {
width: 100%;
position: relative;
}
-.line-content .line-content--item[data-v-685addee] {
+.line-content .line-content--item[data-v-07789553] {
flex: 1;
}
-.line-content .line-content--item[data-v-685addee] .stem-content {
+.line-content .line-content--item[data-v-07789553] .stem-content {
height: 100%;
}
-.line-content + .line-content[data-v-685addee] {
+.line-content + .line-content[data-v-07789553] {
margin-top: 10px;
}
-.create-option[data-v-685addee] {
+.create-option[data-v-07789553] {
width: 100%;
margin-top: 10px;
border-style: dashed !important;
}
-.option-item[data-v-685addee] {
+.option-item[data-v-07789553] {
flex: 1;
min-width: 0;
}
-.option-item + .option-item[data-v-685addee] {
+.option-item + .option-item[data-v-07789553] {
margin-left: 100px;
}
-.option-item.isMobile + .option-item.isMobile[data-v-685addee] {
+.option-item.isMobile + .option-item.isMobile[data-v-07789553] {
margin-left: 50px;
}
-.option-item[data-v-685addee] {
+.option-item[data-v-07789553] {
margin-bottom: 10px;
background: #fbfbfb;
border-radius: 6px;
padding-left: 16px;
}
-.option-item .questionSeq[data-v-685addee] {
+.option-item .questionSeq[data-v-07789553] {
padding: 8px 0;
}
-.option-item[data-v-685addee] .stem-content.no-border {
+.option-item[data-v-07789553] .stem-content.no-border {
padding: 8px 14px !important;
}
/*# sourceMappingURL=view-line.vue.map */
-.line-content[data-v-56033706] {
+.line-content[data-v-5453482a] {
width: 100%;
position: relative;
}
-.line-content .line-content--item[data-v-56033706] {
+.line-content .line-content--item[data-v-5453482a] {
flex: 1;
}
-.line-content .line-content--item[data-v-56033706] .stem-content {
+.line-content .line-content--item[data-v-5453482a] .stem-content {
height: 100%;
}
-.line-content + .line-content[data-v-56033706] {
+.line-content + .line-content[data-v-5453482a] {
margin-top: 10px;
}
-.create-option[data-v-56033706] {
+.create-option[data-v-5453482a] {
width: 100%;
margin-top: 10px;
border-style: dashed !important;
}
-.option-item[data-v-56033706] {
+.option-item[data-v-5453482a] {
flex: 1;
min-width: 0;
}
-.option-item + .option-item[data-v-56033706] {
+.option-item + .option-item[data-v-5453482a] {
margin-left: 100px;
}
-.option-item.isMobile + .option-item.isMobile[data-v-56033706] {
+.option-item.isMobile + .option-item.isMobile[data-v-5453482a] {
margin-left: 50px;
}
-.option-item[data-v-56033706] {
+.option-item[data-v-5453482a] {
margin-bottom: 10px;
background: #FBFBFB;
border-radius: 6px;
padding-left: 16px;
border: 1px solid #fbfbfb;
}
-.option-item .questionSeq[data-v-56033706] {
+.option-item .questionSeq[data-v-5453482a] {
padding: 8px 0;
}
-.option-item[data-v-56033706] .stem-content.no-border {
+.option-item[data-v-5453482a] .stem-content.no-border {
padding: 8px 14px !important;
}
/*# sourceMappingURL=view-line-answer.vue.map */
-.image-file[data-v-2d3153b3] {
+.image-file[data-v-67ac173b] {
width: 218px;
object-fit: scale-down;
}
-.video-file[data-v-2d3153b3] {
+.video-file[data-v-67ac173b] {
width: 408px;
}
-.file-render[data-v-2d3153b3] {
+.file-render[data-v-67ac173b] {
width: 100%;
}
-.file-info[data-v-2d3153b3] {
+.file-info[data-v-67ac173b] {
flex: 1;
min-width: 0;
}
-.file-info.videoHandler[data-v-2d3153b3] {
+.file-info.videoHandler[data-v-67ac173b] {
display: flex;
flex-direction: column;
justify-content: center;
}
-.file-info.videoHandler .fileName[data-v-2d3153b3] {
+.file-info.videoHandler .fileName[data-v-67ac173b] {
font-size: 18px;
color: #333333;
margin-bottom: 19px;
}
-.file-info.videoHandler .fileInfo[data-v-2d3153b3] {
+.file-info.videoHandler .fileInfo[data-v-67ac173b] {
font-size: 14px;
color: #666666;
margin-bottom: 19px;
}
/*# sourceMappingURL=index.vue.map */
-.image-file[data-v-6cd8acd6] {
+.image-file[data-v-9dbac350] {
width: 218px;
object-fit: scale-down;
}
-.video-file[data-v-6cd8acd6] {
+.video-file[data-v-9dbac350] {
width: 408px;
}
-.file-render[data-v-6cd8acd6] {
+.file-render[data-v-9dbac350] {
width: 100%;
}
-.file-info[data-v-6cd8acd6] {
+.file-info[data-v-9dbac350] {
flex: 1;
min-width: 0;
}
-.file-info.videoHandler[data-v-6cd8acd6] {
+.file-info.videoHandler[data-v-9dbac350] {
display: flex;
flex-direction: column;
justify-content: center;
}
-.file-info.videoHandler .fileName[data-v-6cd8acd6] {
+.file-info.videoHandler .fileName[data-v-9dbac350] {
font-size: 18px;
color: #333333;
margin-bottom: 19px;
}
-.file-info.videoHandler .fileInfo[data-v-6cd8acd6] {
+.file-info.videoHandler .fileInfo[data-v-9dbac350] {
font-size: 14px;
color: #666666;
margin-bottom: 19px;
}
/*# sourceMappingURL=index.vue.map */
-[data-v-ac616226] .el-dialog__header {
+.audio .audio-icon[data-v-a7067f84] {
+ width: 36px;
+ height: 36px;
+ margin-right: 20px;
+}
+.audio .audio-icon img[data-v-a7067f84] {
+ width: 100%;
+ height: 100%;
+ display: block;
+}
+.audio .audio-controls[data-v-a7067f84] {
+ width: 100%;
+ max-width: 200px;
+ flex: 1;
+ height: 36px;
+}
+.audio .audio-controls .audio-controls--progress[data-v-a7067f84], .audio .audio-controls .audio-controls--handler[data-v-a7067f84] {
+ width: 100%;
+}
+.audio .audio-controls .audio-controls--handler[data-v-a7067f84] {
+ line-height: 1;
+}
+.audio .audio-controls .audio-controls--handler .play[data-v-a7067f84] {
+ font-size: 24px;
+}
+.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-a7067f84] {
+ width: 22px;
+ height: 22px;
+ display: block;
+ cursor: pointer;
+}
+.audio .audio-controls .audio-controls--handler .current-time[data-v-a7067f84], .audio .audio-controls .audio-controls--handler .total-time[data-v-a7067f84] {
+ font-size: 12px;
+ color: #333;
+}
+.play-handler.mobile[data-v-a7067f84] {
+ width: 20px;
+ height: 20px;
+}
+.audio-component[data-v-a7067f84] {
+ display: none;
+}
+[data-v-a7067f84] .el-slider__runway {
+ margin: 0 0 4px 0;
+ background: #e3e3e3;
+ height: 4px;
+}
+[data-v-a7067f84] .el-slider__bar {
+ height: 4px;
+}
+[data-v-a7067f84] .el-slider__button {
+ width: 10px;
+ height: 10px;
+}
+[data-v-a7067f84] .el-slider__button-wrapper {
+ top: -15px;
+}
+
+/*# sourceMappingURL=audio-play-new.vue.map */
+.audio .audio-icon[data-v-171f954a] {
+ width: 36px;
+ height: 36px;
+ margin-right: 20px;
+}
+.audio .audio-icon img[data-v-171f954a] {
+ width: 100%;
+ height: 100%;
+ display: block;
+}
+.audio .audio-controls[data-v-171f954a] {
+ width: 100%;
+ max-width: 200px;
+ flex: 1;
+ height: 36px;
+}
+.audio .audio-controls .audio-controls--progress[data-v-171f954a], .audio .audio-controls .audio-controls--handler[data-v-171f954a] {
+ width: 100%;
+}
+.audio .audio-controls .audio-controls--handler[data-v-171f954a] {
+ line-height: 1;
+}
+.audio .audio-controls .audio-controls--handler .play[data-v-171f954a] {
+ font-size: 24px;
+}
+.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-171f954a] {
+ width: 22px;
+ height: 22px;
+ display: block;
+ cursor: pointer;
+}
+.audio .audio-controls .audio-controls--handler .current-time[data-v-171f954a], .audio .audio-controls .audio-controls--handler .total-time[data-v-171f954a] {
+ font-size: 12px;
+ color: #333;
+}
+.play-handler.mobile[data-v-171f954a] {
+ width: 20px;
+ height: 20px;
+}
+.audio-component[data-v-171f954a] {
+ display: none;
+}
+[data-v-171f954a] .el-slider__runway {
+ margin: 0 0 4px 0;
+ background: #e3e3e3;
+ height: 4px;
+}
+[data-v-171f954a] .el-slider__bar {
+ height: 4px;
+}
+[data-v-171f954a] .el-slider__button {
+ width: 10px;
+ height: 10px;
+}
+[data-v-171f954a] .el-slider__button-wrapper {
+ top: -15px;
+}
+
+/*# sourceMappingURL=audio-play-new.vue.map */
+[data-v-c29405b0] .el-dialog__header {
padding: 10px;
}
-.video-content[data-v-ac616226] {
+.video-content[data-v-c29405b0] {
width: 180px;
height: 135px;
border-radius: 6px;
overflow: hidden;
position: relative;
}
-.video-content .play[data-v-ac616226] {
+.video-content .play[data-v-c29405b0] {
position: absolute;
left: 50%;
top: 50%;
cursor: pointer;
transform: translateX(-50%) translateY(-50%);
}
-.video-mask[data-v-ac616226] {
+.video-mask[data-v-c29405b0] {
position: absolute;
left: 0;
top: 0;
@@ -410,154 +528,36 @@
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
-.video-mask img[data-v-ac616226] {
+.video-mask img[data-v-c29405b0] {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50% -50%);
display: block;
}
-.video-player[data-v-ac616226] {
+.video-player[data-v-c29405b0] {
width: 100%;
}
/*# sourceMappingURL=video-play.vue.map */
-.audio .audio-icon[data-v-1fe2904e] {
- width: 36px;
- height: 36px;
- margin-right: 20px;
-}
-.audio .audio-icon img[data-v-1fe2904e] {
- width: 100%;
- height: 100%;
- display: block;
-}
-.audio .audio-controls[data-v-1fe2904e] {
- width: 100%;
- max-width: 200px;
- flex: 1;
- height: 36px;
-}
-.audio .audio-controls .audio-controls--progress[data-v-1fe2904e], .audio .audio-controls .audio-controls--handler[data-v-1fe2904e] {
- width: 100%;
-}
-.audio .audio-controls .audio-controls--handler[data-v-1fe2904e] {
- line-height: 1;
-}
-.audio .audio-controls .audio-controls--handler .play[data-v-1fe2904e] {
- font-size: 24px;
-}
-.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-1fe2904e] {
- width: 22px;
- height: 22px;
- display: block;
- cursor: pointer;
-}
-.audio .audio-controls .audio-controls--handler .current-time[data-v-1fe2904e], .audio .audio-controls .audio-controls--handler .total-time[data-v-1fe2904e] {
- font-size: 12px;
- color: #333;
-}
-.play-handler.mobile[data-v-1fe2904e] {
- width: 20px;
- height: 20px;
-}
-.audio-component[data-v-1fe2904e] {
- display: none;
-}
-[data-v-1fe2904e] .el-slider__runway {
- margin: 0 0 4px 0;
- background: #e3e3e3;
- height: 4px;
-}
-[data-v-1fe2904e] .el-slider__bar {
- height: 4px;
-}
-[data-v-1fe2904e] .el-slider__button {
- width: 10px;
- height: 10px;
-}
-[data-v-1fe2904e] .el-slider__button-wrapper {
- top: -15px;
-}
-
-/*# sourceMappingURL=audio-play-new.vue.map */
-.audio .audio-icon[data-v-9c5a6694] {
- width: 36px;
- height: 36px;
- margin-right: 20px;
-}
-.audio .audio-icon img[data-v-9c5a6694] {
- width: 100%;
- height: 100%;
- display: block;
-}
-.audio .audio-controls[data-v-9c5a6694] {
- width: 100%;
- max-width: 200px;
- flex: 1;
- height: 36px;
-}
-.audio .audio-controls .audio-controls--progress[data-v-9c5a6694], .audio .audio-controls .audio-controls--handler[data-v-9c5a6694] {
- width: 100%;
-}
-.audio .audio-controls .audio-controls--handler[data-v-9c5a6694] {
- line-height: 1;
-}
-.audio .audio-controls .audio-controls--handler .play[data-v-9c5a6694] {
- font-size: 24px;
-}
-.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-9c5a6694] {
- width: 22px;
- height: 22px;
- display: block;
- cursor: pointer;
-}
-.audio .audio-controls .audio-controls--handler .current-time[data-v-9c5a6694], .audio .audio-controls .audio-controls--handler .total-time[data-v-9c5a6694] {
- font-size: 12px;
- color: #333;
-}
-.play-handler.mobile[data-v-9c5a6694] {
- width: 20px;
- height: 20px;
-}
-.audio-component[data-v-9c5a6694] {
- display: none;
-}
-[data-v-9c5a6694] .el-slider__runway {
- margin: 0 0 4px 0;
- background: #e3e3e3;
- height: 4px;
-}
-[data-v-9c5a6694] .el-slider__bar {
- height: 4px;
-}
-[data-v-9c5a6694] .el-slider__button {
- width: 10px;
- height: 10px;
-}
-[data-v-9c5a6694] .el-slider__button-wrapper {
- top: -15px;
-}
-
-/*# sourceMappingURL=audio-play-new.vue.map */
-[data-v-aec120a0] .el-dialog__header {
+[data-v-f34974aa] .el-dialog__header {
padding: 10px;
}
-.video-content[data-v-aec120a0] {
+.video-content[data-v-f34974aa] {
width: 180px;
height: 135px;
border-radius: 6px;
overflow: hidden;
position: relative;
}
-.video-content .play[data-v-aec120a0] {
+.video-content .play[data-v-f34974aa] {
position: absolute;
left: 50%;
top: 50%;
cursor: pointer;
transform: translateX(-50%) translateY(-50%);
}
-.video-mask[data-v-aec120a0] {
+.video-mask[data-v-f34974aa] {
position: absolute;
left: 0;
top: 0;
@@ -565,14 +565,14 @@
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
-.video-mask img[data-v-aec120a0] {
+.video-mask img[data-v-f34974aa] {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50% -50%);
display: block;
}
-.video-player[data-v-aec120a0] {
+.video-player[data-v-f34974aa] {
width: 100%;
}
diff --git a/src/plugin/xml-digital-teaching/lib/question.js b/src/plugin/xml-digital-teaching/lib/question.js
index ff3e192..794c87f 100644
--- a/src/plugin/xml-digital-teaching/lib/question.js
+++ b/src/plugin/xml-digital-teaching/lib/question.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-1fe2904e";
+ const __vue_scope_id__$g = "data-v-a7067f84";
/* module identifier */
const __vue_module_identifier__$g = undefined;
/* functional template */
@@ -13575,7 +13575,7 @@ __vue_render__$f._withStripped = true;
/* style */
const __vue_inject_styles__$f = undefined;
/* scoped */
- const __vue_scope_id__$f = "data-v-ac616226";
+ const __vue_scope_id__$f = "data-v-c29405b0";
/* module identifier */
const __vue_module_identifier__$f = undefined;
/* functional template */
@@ -13788,7 +13788,7 @@ __vue_render__$e._withStripped = true;
/* style */
const __vue_inject_styles__$e = undefined;
/* scoped */
- const __vue_scope_id__$e = "data-v-6cd8acd6";
+ const __vue_scope_id__$e = "data-v-67ac173b";
/* module identifier */
const __vue_module_identifier__$e = undefined;
/* functional template */
@@ -13980,7 +13980,7 @@ __vue_render__$d._withStripped = true;
/* style */
const __vue_inject_styles__$d = undefined;
/* scoped */
- const __vue_scope_id__$d = "data-v-f3840eb4";
+ const __vue_scope_id__$d = "data-v-dad5303e";
/* module identifier */
const __vue_module_identifier__$d = undefined;
/* functional template */
@@ -14356,7 +14356,7 @@ __vue_render__$c._withStripped = true;
/* style */
const __vue_inject_styles__$c = undefined;
/* scoped */
- const __vue_scope_id__$c = "data-v-6c11c1df";
+ const __vue_scope_id__$c = "data-v-2a6bfc44";
/* module identifier */
const __vue_module_identifier__$c = undefined;
/* functional template */
@@ -14672,7 +14672,7 @@ __vue_render__$b._withStripped = true;
/* style */
const __vue_inject_styles__$b = undefined;
/* scoped */
- const __vue_scope_id__$b = "data-v-3d438652";
+ const __vue_scope_id__$b = "data-v-7eefc508";
/* module identifier */
const __vue_module_identifier__$b = undefined;
/* functional template */
@@ -19789,7 +19789,7 @@ __vue_render__$a._withStripped = true;
/* style */
const __vue_inject_styles__$a = undefined;
/* scoped */
- const __vue_scope_id__$a = "data-v-56033706";
+ const __vue_scope_id__$a = "data-v-5453482a";
/* module identifier */
const __vue_module_identifier__$a = undefined;
/* functional template */
@@ -20091,7 +20091,7 @@ __vue_render__$9._withStripped = true;
/* style */
const __vue_inject_styles__$9 = undefined;
/* scoped */
- const __vue_scope_id__$9 = "data-v-685addee";
+ const __vue_scope_id__$9 = "data-v-07789553";
/* module identifier */
const __vue_module_identifier__$9 = undefined;
/* functional template */
@@ -20969,7 +20969,7 @@ __vue_render__$8._withStripped = true;
/* style */
const __vue_inject_styles__$8 = undefined;
/* scoped */
- const __vue_scope_id__$8 = "data-v-cbaaf53e";
+ const __vue_scope_id__$8 = "data-v-b0816074";
/* module identifier */
const __vue_module_identifier__$8 = undefined;
/* functional template */
@@ -21303,7 +21303,7 @@ __vue_render__$7._withStripped = true;
/* style */
const __vue_inject_styles__$7 = undefined;
/* scoped */
- const __vue_scope_id__$7 = "data-v-9c5a6694";
+ const __vue_scope_id__$7 = "data-v-171f954a";
/* module identifier */
const __vue_module_identifier__$7 = undefined;
/* functional template */
@@ -21520,7 +21520,7 @@ __vue_render__$6._withStripped = true;
/* style */
const __vue_inject_styles__$6 = undefined;
/* scoped */
- const __vue_scope_id__$6 = "data-v-aec120a0";
+ const __vue_scope_id__$6 = "data-v-f34974aa";
/* module identifier */
const __vue_module_identifier__$6 = undefined;
/* functional template */
@@ -21733,7 +21733,7 @@ __vue_render__$5._withStripped = true;
/* style */
const __vue_inject_styles__$5 = undefined;
/* scoped */
- const __vue_scope_id__$5 = "data-v-2d3153b3";
+ const __vue_scope_id__$5 = "data-v-9dbac350";
/* module identifier */
const __vue_module_identifier__$5 = undefined;
/* functional template */
@@ -21925,7 +21925,7 @@ __vue_render__$4._withStripped = true;
/* style */
const __vue_inject_styles__$4 = undefined;
/* scoped */
- const __vue_scope_id__$4 = "data-v-6db419e1";
+ const __vue_scope_id__$4 = "data-v-9651bb74";
/* module identifier */
const __vue_module_identifier__$4 = undefined;
/* functional template */
@@ -22241,7 +22241,7 @@ __vue_render__$3._withStripped = true;
/* style */
const __vue_inject_styles__$3 = undefined;
/* scoped */
- const __vue_scope_id__$3 = "data-v-303501f1";
+ const __vue_scope_id__$3 = "data-v-f1c36854";
/* module identifier */
const __vue_module_identifier__$3 = undefined;
/* functional template */
@@ -22550,7 +22550,7 @@ __vue_render__$2._withStripped = true;
/* style */
const __vue_inject_styles__$2 = undefined;
/* scoped */
- const __vue_scope_id__$2 = "data-v-cc053d1c";
+ const __vue_scope_id__$2 = "data-v-2dc7a8d2";
/* module identifier */
const __vue_module_identifier__$2 = undefined;
/* functional template */
@@ -22680,7 +22680,7 @@ var script$1 = {
clozeLength() {
let fillInTheBlanksSpan = this.question.description.match(/______/g);
let sortString = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
- let data = fillInTheBlanksSpan?.length || 0;
+ let data = fillInTheBlanksSpan.length || 0;
let list = [];
for (let i = 0; i < data; i++) {
list.push({
@@ -22732,7 +22732,7 @@ var script$1 = {
return;
}
} else if (answer.questionType == 'fillInTheBlanks' && this.isSubmit) {
- for (let i = 0; i < this.clozeLength?.length; i++) {
+ for (let i = 0; i < this.clozeLength.length; i++) {
if (!this.clozeLength[i].content) {
this.$message.error('请先输入答案');
return;
@@ -22752,7 +22752,7 @@ var script$1 = {
if (questionType == 'shortSnswer') {
this.inputAnswer = '';
} else if (questionType == 'fillInTheBlanks') {
- for (let i = 0; i < this.clozeLength?.length; i++) {
+ for (let i = 0; i < this.clozeLength.length; i++) {
this.clozeLength[i].content = '';
}
}
@@ -22793,7 +22793,7 @@ var script$1 = {
let serialNumber = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T'];
let option = '';
let question = this.question.stem.content;
- let optionList = this.question.questionOption || [];
+ let optionList = this.question.questionOption;
for (let i = 0; i < optionList.length; i++) {
if (optionList[i].content) {
option += serialNumber[i] + '.' + this.removeStyle(optionList[i].content) + (i < optionList.length - 1 ? ';' : '');
@@ -23276,7 +23276,7 @@ __vue_render__$1._withStripped = true;
/* style */
const __vue_inject_styles__$1 = undefined;
/* scoped */
- const __vue_scope_id__$1 = "data-v-992fef82";
+ const __vue_scope_id__$1 = "data-v-635a2f1f";
/* module identifier */
const __vue_module_identifier__$1 = undefined;
/* functional template */
@@ -23528,7 +23528,7 @@ __vue_render__._withStripped = true;
/* style */
const __vue_inject_styles__ = undefined;
/* scoped */
- const __vue_scope_id__ = "data-v-bbb516e6";
+ const __vue_scope_id__ = "data-v-d56ea49c";
/* 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 7e76e10..7bb39cd 100644
--- a/src/plugin/xml-digital-teaching/lib/question.min.css
+++ b/src/plugin/xml-digital-teaching/lib/question.min.css
@@ -1 +1 @@
-.option-item+.option-item[data-v-cc053d1c]{margin-top:16px}.option-item[data-v-cc053d1c]{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-cc053d1c]{border-color:#2e9adb}.option-item .questionSeq[data-v-cc053d1c]{padding:8px 0}.option-item.isTrue[data-v-cc053d1c]{border:1px solid #70b603}.option-item.isTrue[data-v-cc053d1c] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-cc053d1c]{border:1px solid #d9001b}.option-item.isFalse[data-v-cc053d1c] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-cc053d1c]:hover{background:#ddd}.option-item[data-v-cc053d1c] .content{cursor:pointer}.option-item[data-v-cc053d1c] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-6db419e1]{width:100%}.content .stem-content[data-v-6db419e1]{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-6db419e1]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-6db419e1]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.content[data-v-f3840eb4]{width:100%}.content .stem-content[data-v-f3840eb4]{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-f3840eb4]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-f3840eb4]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-3d438652]{margin-top:16px}.option-item[data-v-3d438652]{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-3d438652]{border-color:#2e9adb}.option-item .questionSeq[data-v-3d438652]{padding:8px 0}.option-item.isTrue[data-v-3d438652]{border:1px solid #70b603}.option-item.isTrue[data-v-3d438652] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-3d438652]{border:1px solid #d9001b}.option-item.isFalse[data-v-3d438652] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-3d438652]:hover{background:#ddd}.option-item[data-v-3d438652] .content{cursor:pointer}.option-item[data-v-3d438652] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-6c11c1df]{margin-top:16px}.option-item[data-v-6c11c1df]{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-6c11c1df]{padding:8px 0}.option-item.isActive[data-v-6c11c1df]{border-color:#2e9adb}.option-item.isTrue[data-v-6c11c1df]{border:1px solid #70b603}.option-item.isTrue[data-v-6c11c1df] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-6c11c1df]{border:1px solid #d9001b}.option-item.isFalse[data-v-6c11c1df] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-6c11c1df]:hover{background:#ddd}.option-item[data-v-6c11c1df] .content{cursor:pointer}.option-item[data-v-6c11c1df] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-303501f1]{margin-top:16px}.option-item[data-v-303501f1]{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-303501f1]{padding:8px 0}.option-item.isActive[data-v-303501f1]{border-color:#2e9adb}.option-item.isTrue[data-v-303501f1]{border:1px solid #70b603}.option-item.isTrue[data-v-303501f1] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-303501f1]{border:1px solid #d9001b}.option-item.isFalse[data-v-303501f1] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-303501f1]:hover{background:#ddd}.option-item[data-v-303501f1] .content{cursor:pointer}.option-item[data-v-303501f1] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.line-content[data-v-685addee]{width:100%;position:relative}.line-content .line-content--item[data-v-685addee]{flex:1}.line-content .line-content--item[data-v-685addee] .stem-content{height:100%}.line-content+.line-content[data-v-685addee]{margin-top:10px}.create-option[data-v-685addee]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-685addee]{flex:1;min-width:0}.option-item+.option-item[data-v-685addee]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-685addee]{margin-left:50px}.option-item[data-v-685addee]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-685addee]{padding:8px 0}.option-item[data-v-685addee] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-56033706]{width:100%;position:relative}.line-content .line-content--item[data-v-56033706]{flex:1}.line-content .line-content--item[data-v-56033706] .stem-content{height:100%}.line-content+.line-content[data-v-56033706]{margin-top:10px}.create-option[data-v-56033706]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-56033706]{flex:1;min-width:0}.option-item+.option-item[data-v-56033706]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-56033706]{margin-left:50px}.option-item[data-v-56033706]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-56033706]{padding:8px 0}.option-item[data-v-56033706] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-2d3153b3]{width:218px;object-fit:scale-down}.video-file[data-v-2d3153b3]{width:408px}.file-render[data-v-2d3153b3]{width:100%}.file-info[data-v-2d3153b3]{flex:1;min-width:0}.file-info.videoHandler[data-v-2d3153b3]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-2d3153b3]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-2d3153b3]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-6cd8acd6]{width:218px;object-fit:scale-down}.video-file[data-v-6cd8acd6]{width:408px}.file-render[data-v-6cd8acd6]{width:100%}.file-info[data-v-6cd8acd6]{flex:1;min-width:0}.file-info.videoHandler[data-v-6cd8acd6]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-6cd8acd6]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-6cd8acd6]{font-size:14px;color:#666;margin-bottom:19px}[data-v-ac616226] .el-dialog__header{padding:10px}.video-content[data-v-ac616226]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-ac616226]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-ac616226]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-ac616226]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-ac616226]{width:100%}.audio .audio-icon[data-v-1fe2904e]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-1fe2904e]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-1fe2904e]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-1fe2904e],.audio .audio-controls .audio-controls--progress[data-v-1fe2904e]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-1fe2904e]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-1fe2904e]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-1fe2904e]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-1fe2904e],.audio .audio-controls .audio-controls--handler .total-time[data-v-1fe2904e]{font-size:12px;color:#333}.play-handler.mobile[data-v-1fe2904e]{width:20px;height:20px}.audio-component[data-v-1fe2904e]{display:none}[data-v-1fe2904e] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-1fe2904e] .el-slider__bar{height:4px}[data-v-1fe2904e] .el-slider__button{width:10px;height:10px}[data-v-1fe2904e] .el-slider__button-wrapper{top:-15px}.audio .audio-icon[data-v-9c5a6694]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-9c5a6694]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-9c5a6694]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-9c5a6694],.audio .audio-controls .audio-controls--progress[data-v-9c5a6694]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-9c5a6694]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-9c5a6694]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-9c5a6694]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-9c5a6694],.audio .audio-controls .audio-controls--handler .total-time[data-v-9c5a6694]{font-size:12px;color:#333}.play-handler.mobile[data-v-9c5a6694]{width:20px;height:20px}.audio-component[data-v-9c5a6694]{display:none}[data-v-9c5a6694] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-9c5a6694] .el-slider__bar{height:4px}[data-v-9c5a6694] .el-slider__button{width:10px;height:10px}[data-v-9c5a6694] .el-slider__button-wrapper{top:-15px}[data-v-aec120a0] .el-dialog__header{padding:10px}.video-content[data-v-aec120a0]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-aec120a0]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-aec120a0]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-aec120a0]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-aec120a0]{width:100%}
\ No newline at end of file
+.option-item+.option-item[data-v-2a6bfc44]{margin-top:16px}.option-item[data-v-2a6bfc44]{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-2a6bfc44]{padding:8px 0}.option-item.isActive[data-v-2a6bfc44]{border-color:#2e9adb}.option-item.isTrue[data-v-2a6bfc44]{border:1px solid #70b603}.option-item.isTrue[data-v-2a6bfc44] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-2a6bfc44]{border:1px solid #d9001b}.option-item.isFalse[data-v-2a6bfc44] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-2a6bfc44]:hover{background:#ddd}.option-item[data-v-2a6bfc44] .content{cursor:pointer}.option-item[data-v-2a6bfc44] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-f1c36854]{margin-top:16px}.option-item[data-v-f1c36854]{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-f1c36854]{padding:8px 0}.option-item.isActive[data-v-f1c36854]{border-color:#2e9adb}.option-item.isTrue[data-v-f1c36854]{border:1px solid #70b603}.option-item.isTrue[data-v-f1c36854] .el-radio__input.is-checked .el-radio__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-f1c36854]{border:1px solid #d9001b}.option-item.isFalse[data-v-f1c36854] .el-radio__input.is-checked .el-radio__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-f1c36854]:hover{background:#ddd}.option-item[data-v-f1c36854] .content{cursor:pointer}.option-item[data-v-f1c36854] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-dad5303e]{width:100%}.content .stem-content[data-v-dad5303e]{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-dad5303e]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-dad5303e]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.option-item+.option-item[data-v-7eefc508]{margin-top:16px}.option-item[data-v-7eefc508]{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-7eefc508]{border-color:#2e9adb}.option-item .questionSeq[data-v-7eefc508]{padding:8px 0}.option-item.isTrue[data-v-7eefc508]{border:1px solid #70b603}.option-item.isTrue[data-v-7eefc508] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-7eefc508]{border:1px solid #d9001b}.option-item.isFalse[data-v-7eefc508] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-7eefc508]:hover{background:#ddd}.option-item[data-v-7eefc508] .content{cursor:pointer}.option-item[data-v-7eefc508] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.option-item+.option-item[data-v-2dc7a8d2]{margin-top:16px}.option-item[data-v-2dc7a8d2]{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-2dc7a8d2]{border-color:#2e9adb}.option-item .questionSeq[data-v-2dc7a8d2]{padding:8px 0}.option-item.isTrue[data-v-2dc7a8d2]{border:1px solid #70b603}.option-item.isTrue[data-v-2dc7a8d2] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#70b603;background:#70b603}.option-item.isFalse[data-v-2dc7a8d2]{border:1px solid #d9001b}.option-item.isFalse[data-v-2dc7a8d2] .el-checkbox__input.is-checked .el-checkbox__inner{border-color:#d9001b;background:#d9001b}.option-item[data-v-2dc7a8d2]:hover{background:#ddd}.option-item[data-v-2dc7a8d2] .content{cursor:pointer}.option-item[data-v-2dc7a8d2] .stem-content.no-border{padding:8px 14px!important;cursor:pointer}.content[data-v-9651bb74]{width:100%}.content .stem-content[data-v-9651bb74]{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-9651bb74]{padding:0;border:none;cursor:default}.content .stem-content .placeholder[data-v-9651bb74]{color:#c0c4cc;font-size:14px;cursor:pointer;user-select:none}.line-content[data-v-07789553]{width:100%;position:relative}.line-content .line-content--item[data-v-07789553]{flex:1}.line-content .line-content--item[data-v-07789553] .stem-content{height:100%}.line-content+.line-content[data-v-07789553]{margin-top:10px}.create-option[data-v-07789553]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-07789553]{flex:1;min-width:0}.option-item+.option-item[data-v-07789553]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-07789553]{margin-left:50px}.option-item[data-v-07789553]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px}.option-item .questionSeq[data-v-07789553]{padding:8px 0}.option-item[data-v-07789553] .stem-content.no-border{padding:8px 14px!important}.line-content[data-v-5453482a]{width:100%;position:relative}.line-content .line-content--item[data-v-5453482a]{flex:1}.line-content .line-content--item[data-v-5453482a] .stem-content{height:100%}.line-content+.line-content[data-v-5453482a]{margin-top:10px}.create-option[data-v-5453482a]{width:100%;margin-top:10px;border-style:dashed!important}.option-item[data-v-5453482a]{flex:1;min-width:0}.option-item+.option-item[data-v-5453482a]{margin-left:100px}.option-item.isMobile+.option-item.isMobile[data-v-5453482a]{margin-left:50px}.option-item[data-v-5453482a]{margin-bottom:10px;background:#fbfbfb;border-radius:6px;padding-left:16px;border:1px solid #fbfbfb}.option-item .questionSeq[data-v-5453482a]{padding:8px 0}.option-item[data-v-5453482a] .stem-content.no-border{padding:8px 14px!important}.image-file[data-v-67ac173b]{width:218px;object-fit:scale-down}.video-file[data-v-67ac173b]{width:408px}.file-render[data-v-67ac173b]{width:100%}.file-info[data-v-67ac173b]{flex:1;min-width:0}.file-info.videoHandler[data-v-67ac173b]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-67ac173b]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-67ac173b]{font-size:14px;color:#666;margin-bottom:19px}.image-file[data-v-9dbac350]{width:218px;object-fit:scale-down}.video-file[data-v-9dbac350]{width:408px}.file-render[data-v-9dbac350]{width:100%}.file-info[data-v-9dbac350]{flex:1;min-width:0}.file-info.videoHandler[data-v-9dbac350]{display:flex;flex-direction:column;justify-content:center}.file-info.videoHandler .fileName[data-v-9dbac350]{font-size:18px;color:#333;margin-bottom:19px}.file-info.videoHandler .fileInfo[data-v-9dbac350]{font-size:14px;color:#666;margin-bottom:19px}.audio .audio-icon[data-v-a7067f84]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-a7067f84]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-a7067f84]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-a7067f84],.audio .audio-controls .audio-controls--progress[data-v-a7067f84]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-a7067f84]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-a7067f84]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-a7067f84]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-a7067f84],.audio .audio-controls .audio-controls--handler .total-time[data-v-a7067f84]{font-size:12px;color:#333}.play-handler.mobile[data-v-a7067f84]{width:20px;height:20px}.audio-component[data-v-a7067f84]{display:none}[data-v-a7067f84] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-a7067f84] .el-slider__bar{height:4px}[data-v-a7067f84] .el-slider__button{width:10px;height:10px}[data-v-a7067f84] .el-slider__button-wrapper{top:-15px}.audio .audio-icon[data-v-171f954a]{width:36px;height:36px;margin-right:20px}.audio .audio-icon img[data-v-171f954a]{width:100%;height:100%;display:block}.audio .audio-controls[data-v-171f954a]{width:100%;max-width:200px;flex:1;height:36px}.audio .audio-controls .audio-controls--handler[data-v-171f954a],.audio .audio-controls .audio-controls--progress[data-v-171f954a]{width:100%}.audio .audio-controls .audio-controls--handler[data-v-171f954a]{line-height:1}.audio .audio-controls .audio-controls--handler .play[data-v-171f954a]{font-size:24px}.audio .audio-controls .audio-controls--handler .play .play-handler[data-v-171f954a]{width:22px;height:22px;display:block;cursor:pointer}.audio .audio-controls .audio-controls--handler .current-time[data-v-171f954a],.audio .audio-controls .audio-controls--handler .total-time[data-v-171f954a]{font-size:12px;color:#333}.play-handler.mobile[data-v-171f954a]{width:20px;height:20px}.audio-component[data-v-171f954a]{display:none}[data-v-171f954a] .el-slider__runway{margin:0 0 4px 0;background:#e3e3e3;height:4px}[data-v-171f954a] .el-slider__bar{height:4px}[data-v-171f954a] .el-slider__button{width:10px;height:10px}[data-v-171f954a] .el-slider__button-wrapper{top:-15px}[data-v-c29405b0] .el-dialog__header{padding:10px}.video-content[data-v-c29405b0]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-c29405b0]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-c29405b0]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-c29405b0]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-c29405b0]{width:100%}[data-v-f34974aa] .el-dialog__header{padding:10px}.video-content[data-v-f34974aa]{width:180px;height:135px;border-radius:6px;overflow:hidden;position:relative}.video-content .play[data-v-f34974aa]{position:absolute;left:50%;top:50%;cursor:pointer;transform:translateX(-50%) translateY(-50%)}.video-mask[data-v-f34974aa]{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.video-mask img[data-v-f34974aa]{position:absolute;left:50%;top:50%;transform:translate(-50% -50%);display:block}.video-player[data-v-f34974aa]{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 8cff35b..13e74d1 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-1eead8ba] {
+.read-the-docs[data-v-323c2d1f] {
color: #888;
}
-.read-the-docs[data-v-7b73b520] {
+.read-the-docs[data-v-ac8a29ca] {
color: #888;
}
diff --git a/src/plugin/xml-digital-teaching/lib/render.js b/src/plugin/xml-digital-teaching/lib/render.js
index b4a5a1d..93d4bfb 100644
--- a/src/plugin/xml-digital-teaching/lib/render.js
+++ b/src/plugin/xml-digital-teaching/lib/render.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-7b73b520";
+ const __vue_scope_id__$1 = "data-v-ac8a29ca";
/* 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-1eead8ba";
+ const __vue_scope_id__ = "data-v-323c2d1f";
/* 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 bc80f86..4c21143 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-1eead8ba]{color:#888}.read-the-docs[data-v-7b73b520]{color:#888}
\ No newline at end of file
+.read-the-docs[data-v-323c2d1f]{color:#888}.read-the-docs[data-v-ac8a29ca]{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 231cf87..d71c206 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-7dcd39ad]:hover,
-.slip-over-cover[data-v-7dcd39ad]:hover {
+.preview-item-file[data-v-36ca6030]:hover,
+.slip-over-cover[data-v-36ca6030]:hover {
cursor: pointer;
}
diff --git a/src/plugin/xml-digital-teaching/lib/resource.js b/src/plugin/xml-digital-teaching/lib/resource.js
index 97661e9..cbf5167 100644
--- a/src/plugin/xml-digital-teaching/lib/resource.js
+++ b/src/plugin/xml-digital-teaching/lib/resource.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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==";
@@ -158,7 +158,7 @@ var script = {
// 跳转office在线预览
previewToPathClick(item) {
console.log(item);
- if (this.mode == 'preview' || this.mode == 'reader') {
+ if (this.mode == 'preview') {
this.$EventBus.$emit('learningStatistics', {
type: 'doc',
info: null,
@@ -1417,7 +1417,7 @@ __vue_render__._withStripped = true;
/* style */
const __vue_inject_styles__ = undefined;
/* scoped */
- const __vue_scope_id__ = "data-v-7dcd39ad";
+ const __vue_scope_id__ = "data-v-36ca6030";
/* 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 e7e7af4..d51a546 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-7dcd39ad]:hover,.slip-over-cover[data-v-7dcd39ad]:hover{cursor:pointer}
\ No newline at end of file
+.preview-item-file[data-v-36ca6030]:hover,.slip-over-cover[data-v-36ca6030]: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 01d1508..8345a43 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-55908341] {
+.xml-single-ebook-group-h5[data-v-48a57526] {
}
-.xml-single-ebook-group-pc[data-v-55908341] {
+.xml-single-ebook-group-pc[data-v-48a57526] {
}
-.xml-single-ebook-group-pad[data-v-55908341] {
+.xml-single-ebook-group-pad[data-v-48a57526] {
}
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 de8d9de..8f4edd1 100644
--- a/src/plugin/xml-digital-teaching/lib/single-ctalog-group.js
+++ b/src/plugin/xml-digital-teaching/lib/single-ctalog-group.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-55908341";
+ const __vue_scope_id__ = "data-v-48a57526";
/* 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 47db758..5b9e511 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-af9b8d4c] {
+.xml-single-ebook-group-h5[data-v-ebf14e08] {
}
-.xml-single-ebook-group-pc[data-v-af9b8d4c] {
+.xml-single-ebook-group-pc[data-v-ebf14e08] {
}
-.xml-single-ebook-group-pad[data-v-af9b8d4c] {
+.xml-single-ebook-group-pad[data-v-ebf14e08] {
}
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 5743f21..1083212 100644
--- a/src/plugin/xml-digital-teaching/lib/single-ebook-group.js
+++ b/src/plugin/xml-digital-teaching/lib/single-ebook-group.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 GMT+0800 (中国标准时间) smile
* Released under the ISC License.
*/
var singleGroupMixin = {
@@ -128,10 +128,6 @@ var script = {
type: String,
default: ''
},
- bookReaderPath: {
- type: String,
- default: ''
- },
extendParams: {
type: Object,
default: function () {
@@ -309,7 +305,6 @@ var __vue_render__ = function () {
"rule-index": _vm.ruleIndex,
mode: _vm.mode,
resourceBasisPath: _vm.resourceBasisPath,
- bookReaderPath: _vm.bookReaderPath,
isReader: _vm.isReader,
},
on: {
@@ -330,7 +325,7 @@ __vue_render__._withStripped = true;
/* style */
const __vue_inject_styles__ = undefined;
/* scoped */
- const __vue_scope_id__ = "data-v-af9b8d4c";
+ const __vue_scope_id__ = "data-v-ebf14e08";
/* 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 08ddc4a..32ecc0c 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-0b9200e9] {
+.xml-single-ebook-group-h5[data-v-12d3f00e] {
}
-.xml-single-ebook-group-pc[data-v-0b9200e9] {
+.xml-single-ebook-group-pc[data-v-12d3f00e] {
}
-.xml-single-ebook-group-pad[data-v-0b9200e9] {
+.xml-single-ebook-group-pad[data-v-12d3f00e] {
}
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 3676fc9..243bf4a 100644
--- a/src/plugin/xml-digital-teaching/lib/single-html-group.js
+++ b/src/plugin/xml-digital-teaching/lib/single-html-group.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-0b9200e9";
+ const __vue_scope_id__ = "data-v-12d3f00e";
/* 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 4f71374..5fd4a0e 100644
--- a/src/plugin/xml-digital-teaching/lib/single-image-group.js
+++ b/src/plugin/xml-digital-teaching/lib/single-image-group.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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 1e263bc..c0e6bc3 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-0ba26268] {
+.xml-single-music-group-h5[data-v-485b2a47] {
}
-.xml-single-music-group-pc[data-v-0ba26268] {
+.xml-single-music-group-pc[data-v-485b2a47] {
}
-.xml-single-music-group-pad[data-v-0ba26268] {
+.xml-single-music-group-pad[data-v-485b2a47] {
}
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 1f00d48..94b0bfb 100644
--- a/src/plugin/xml-digital-teaching/lib/single-music-group.js
+++ b/src/plugin/xml-digital-teaching/lib/single-music-group.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-0ba26268";
+ const __vue_scope_id__ = "data-v-485b2a47";
/* 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 3536517..79cd7a7 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-77922a38] {
+.xml-single-question-group-h5[data-v-0f0ca4f3] {
}
-.xml-single-question-group-pc[data-v-77922a38] {
+.xml-single-question-group-pc[data-v-0f0ca4f3] {
}
-.xml-single-question-group-pad[data-v-77922a38] {
+.xml-single-question-group-pad[data-v-0f0ca4f3] {
}
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 69b4549..ad0347c 100644
--- a/src/plugin/xml-digital-teaching/lib/single-question-group.js
+++ b/src/plugin/xml-digital-teaching/lib/single-question-group.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-77922a38";
+ const __vue_scope_id__ = "data-v-0f0ca4f3";
/* 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 b387803..31685a0 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-34ba0440] {
+.xml-single-question-group-h5[data-v-af0e1476] {
}
-.xml-single-question-group-pc[data-v-34ba0440] {
+.xml-single-question-group-pc[data-v-af0e1476] {
}
-.xml-single-question-group-pad[data-v-34ba0440] {
+.xml-single-question-group-pad[data-v-af0e1476] {
}
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 654f176..ef636cc 100644
--- a/src/plugin/xml-digital-teaching/lib/single-resource-group.js
+++ b/src/plugin/xml-digital-teaching/lib/single-resource-group.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-34ba0440";
+ const __vue_scope_id__ = "data-v-af0e1476";
/* 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 b387803..31685a0 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-34ba0440] {
+.xml-single-question-group-h5[data-v-af0e1476] {
}
-.xml-single-question-group-pc[data-v-34ba0440] {
+.xml-single-question-group-pc[data-v-af0e1476] {
}
-.xml-single-question-group-pad[data-v-34ba0440] {
+.xml-single-question-group-pad[data-v-af0e1476] {
}
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 654f176..ef636cc 100644
--- a/src/plugin/xml-digital-teaching/lib/single-testpaper-group.js
+++ b/src/plugin/xml-digital-teaching/lib/single-testpaper-group.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-34ba0440";
+ const __vue_scope_id__ = "data-v-af0e1476";
/* 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 38b7ad9..5fd74e0 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-05ca7fa4] {
+.xml-single-text-group-h5[data-v-1257bb6e] {
}
-.xml-single-text-group-pc[data-v-05ca7fa4] {
+.xml-single-text-group-pc[data-v-1257bb6e] {
}
-.xml-single-text-group-pad[data-v-05ca7fa4] {
+.xml-single-text-group-pad[data-v-1257bb6e] {
}
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 de9e5d2..c187c1d 100644
--- a/src/plugin/xml-digital-teaching/lib/single-text-group.js
+++ b/src/plugin/xml-digital-teaching/lib/single-text-group.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-05ca7fa4";
+ const __vue_scope_id__ = "data-v-1257bb6e";
/* 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 9d16ad1..2888827 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-3ae74720] {
+.xml-single-video-group-h5[data-v-bdcc21f6] {
}
-.xml-single-video-group-pc[data-v-3ae74720] {
+.xml-single-video-group-pc[data-v-bdcc21f6] {
}
-.xml-single-video-group-pad[data-v-3ae74720] {
+.xml-single-video-group-pad[data-v-bdcc21f6] {
}
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 e62ec8d..715c5c8 100644
--- a/src/plugin/xml-digital-teaching/lib/single-video-group.js
+++ b/src/plugin/xml-digital-teaching/lib/single-video-group.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-3ae74720";
+ const __vue_scope_id__ = "data-v-bdcc21f6";
/* 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 6557def..e478161 100644
--- a/src/plugin/xml-digital-teaching/lib/splitline.css
+++ b/src/plugin/xml-digital-teaching/lib/splitline.css
@@ -1,75 +1,72 @@
-/*# sourceMappingURL=third.vue.map */
-
-
-/*# sourceMappingURL=fourth.vue.map */
-
-
-/*# sourceMappingURL=tenth.vue.map */
-
-
-/*# sourceMappingURL=sixth.vue.map */
-
-
/*# sourceMappingURL=fifth.vue.map */
-/*# sourceMappingURL=second.vue.map */
+/*# sourceMappingURL=first.vue.map */
/*# sourceMappingURL=eighth.vue.map */
-/*# sourceMappingURL=eleventh.vue.map */
-
-
-/*# sourceMappingURL=Greytheme5.vue.map */
-
-
-/*# sourceMappingURL=Greytheme1.vue.map */
-
-
-/*# sourceMappingURL=first.vue.map */
-
-
-/*# sourceMappingURL=Greytheme4.vue.map */
-
-
-/*# sourceMappingURL=ninth.vue.map */
-
-
-/*# sourceMappingURL=seventh.vue.map */
-
-
-/*# sourceMappingURL=Greytheme3.vue.map */
-
-
-/*# sourceMappingURL=Greytheme6.vue.map */
-
-
-/*# sourceMappingURL=Redtheme1.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme3.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme1.vue.map */
-
-
-/*# sourceMappingURL=Redtheme4.vue.map */
-
-
/*# sourceMappingURL=Greytheme2.vue.map */
-/*# sourceMappingURL=Greentheme4.vue.map */
+/*# sourceMappingURL=tenth.vue.map */
+
+
+/*# sourceMappingURL=second.vue.map */
+
+
+/*# sourceMappingURL=sixth.vue.map */
/*# sourceMappingURL=Yellowtheme4.vue.map */
-/*# sourceMappingURL=Greentheme2.vue.map */
+/*# sourceMappingURL=eleventh.vue.map */
+
+
+/*# sourceMappingURL=Greytheme1.vue.map */
+
+
+/*# sourceMappingURL=seventh.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme1.vue.map */
+
+
+/*# sourceMappingURL=Greytheme6.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme3.vue.map */
+
+
+/*# sourceMappingURL=ninth.vue.map */
+
+
+/*# sourceMappingURL=third.vue.map */
+
+
+/*# sourceMappingURL=Greytheme4.vue.map */
+
+
+/*# sourceMappingURL=fourth.vue.map */
+
+
+/*# sourceMappingURL=Greytheme3.vue.map */
+
+
+/*# sourceMappingURL=Redtheme2.vue.map */
+
+
+/*# sourceMappingURL=Redtheme1.vue.map */
+
+
+/*# sourceMappingURL=Greytheme5.vue.map */
+
+
+/*# sourceMappingURL=Redtheme4.vue.map */
/*# sourceMappingURL=Yellowtheme2.vue.map */
@@ -78,31 +75,34 @@
/*# sourceMappingURL=Greentheme3.vue.map */
-/*# sourceMappingURL=Redtheme2.vue.map */
-
-
-/*# sourceMappingURL=Greentheme1.vue.map */
-
-
/*# sourceMappingURL=Bluetheme1.vue.map */
-/*# sourceMappingURL=Bluetheme3.vue.map */
-
-
/*# sourceMappingURL=Redtheme3.vue.map */
-/*# sourceMappingURL=Bluetheme4.vue.map */
+/*# sourceMappingURL=Greentheme4.vue.map */
+
+
+/*# sourceMappingURL=Greentheme2.vue.map */
+
+
+/*# sourceMappingURL=Bluetheme3.vue.map */
/*# sourceMappingURL=Bluetheme2.vue.map */
-.xml-text-h5[data-v-4666e3b2] {
+
+/*# sourceMappingURL=Bluetheme4.vue.map */
+
+
+/*# sourceMappingURL=Greentheme1.vue.map */
+
+.xml-text-h5[data-v-483bfd20] {
}
-.xml-text-pc[data-v-4666e3b2] {
+.xml-text-pc[data-v-483bfd20] {
}
-.xml-text-h5[data-v-4666e3b2] {
+.xml-text-h5[data-v-483bfd20] {
}
.xml-text-h5 .inline-audio-wrap,
diff --git a/src/plugin/xml-digital-teaching/lib/splitline.js b/src/plugin/xml-digital-teaching/lib/splitline.js
index 8aa332b..38400ae 100644
--- a/src/plugin/xml-digital-teaching/lib/splitline.js
+++ b/src/plugin/xml-digital-teaching/lib/splitline.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-7aa6099d";
+ const __vue_scope_id__$A = "data-v-0781f4c2";
/* module identifier */
const __vue_module_identifier__$A = undefined;
/* functional template */
@@ -9436,7 +9436,7 @@ class MagicLink extends HTMLElement {
}
.magic-link {
display: inline;
- font-size:16px;
+ // font-size:16px;
font-weight: normal;
font-style: normal;
text-align: left;
@@ -48778,6 +48778,7 @@ var script$x = {
dataName: this.blockDataName,
data: this.pBlockData,
graphLinks: this.currentRule.data?.graphLinks || [],
+ pureTextComponent: this.isPureTextComponent,
dataIndex: this.dataIndex,
blockId: this.blockId
};
@@ -48897,7 +48898,7 @@ var script$x = {
let _this = this;
this.blockData = this.pBlockData;
if (!this.blockData.html) {
- this.blockData.html = '暂无内容';
+ this.blockData.html = '暂无内容1';
}
`#${this.blockId} .richtext-reset-wrapper--view`;
let mceMagicLinkRegistered = window.customElements?.get('magic-link');
@@ -48927,15 +48928,6 @@ var script$x = {
}]
});
});
- const getFileUrl = url => {
- if (url) {
- if (url.indexOf('./') === -1) {
- return url;
- }
- return `${_this.resourceBasisPath}${url.split('./')[1]}`;
- }
- return '';
- };
jquery(containerSelector).on('click', 'magic-link', function (e) {
let {
plaintext,
@@ -48943,9 +48935,10 @@ var script$x = {
content,
type,
isPlaying,
- stylemode
+ stylemode,
+ showType,
+ hotzoneType
} = e.target.dataset;
- console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', 'magic-link点击', e, e.target.dataset);
if (_this.mode === 'editor') {
_this.$message.info('当前内容仅支持在预览模式下查看');
return;
@@ -48957,7 +48950,7 @@ var script$x = {
multiple: true,
nowImgIndex: 0,
imgList: [{
- url: getFileUrl(content),
+ url: content,
title: plaintext
}]
});
@@ -48967,7 +48960,7 @@ var script$x = {
_this.$EventBus.$emit('handleMagicLinkAudioPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -48981,7 +48974,7 @@ var script$x = {
_this.$EventBus.$emit('handleMagicLinkVideoPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -48993,6 +48986,9 @@ var script$x = {
if (type === 'richtext') {
content = content.replace(/text\-align:\s?justify/g, 'text-align:left');
// 魔链富文本
+ if (showType === 'popover') {
+ return;
+ }
_this.inlineWordsModal = {
title,
content,
@@ -49003,7 +48999,7 @@ var script$x = {
if (type === 'sheet') {
// 插入活页
_this.$EventBus.$emit('hotzoneClick', {
- type: 'looseleaf',
+ type: hotzoneType || 'looseleaf',
value: content,
label: title
});
@@ -49199,8 +49195,8 @@ var script$x = {
let ADom = document.getElementById(this.blockId).getElementsByTagName('a') || [];
if (ADom) {
for (let i = 0; i < ADom.length; i++) {
- // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
let href = ADom[i].href;
+ // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
ADom[i].href = 'javascript: void(0)';
ADom[i].onclick = function (e) {
_this.$EventBus.$emit('openTextHyperlink', {
@@ -51058,7 +51054,7 @@ __vue_render__$x._withStripped = true;
/* style */
const __vue_inject_styles__$x = undefined;
/* scoped */
- const __vue_scope_id__$x = "data-v-4666e3b2";
+ const __vue_scope_id__$x = "data-v-483bfd20";
/* module identifier */
const __vue_module_identifier__$x = undefined;
/* functional template */
@@ -51330,7 +51326,7 @@ __vue_render__$w._withStripped = true;
/* style */
const __vue_inject_styles__$w = undefined;
/* scoped */
- const __vue_scope_id__$w = "data-v-2bc4bb7c";
+ const __vue_scope_id__$w = "data-v-0d9893a7";
/* module identifier */
const __vue_module_identifier__$w = undefined;
/* functional template */
@@ -51525,7 +51521,7 @@ __vue_render__$v._withStripped = true;
/* style */
const __vue_inject_styles__$v = undefined;
/* scoped */
- const __vue_scope_id__$v = "data-v-6f11c332";
+ const __vue_scope_id__$v = "data-v-282ecbe8";
/* module identifier */
const __vue_module_identifier__$v = undefined;
/* functional template */
@@ -51716,7 +51712,7 @@ __vue_render__$u._withStripped = true;
/* style */
const __vue_inject_styles__$u = undefined;
/* scoped */
- const __vue_scope_id__$u = "data-v-64b07e51";
+ const __vue_scope_id__$u = "data-v-5b4955b6";
/* module identifier */
const __vue_module_identifier__$u = undefined;
/* functional template */
@@ -51913,7 +51909,7 @@ __vue_render__$t._withStripped = true;
/* style */
const __vue_inject_styles__$t = undefined;
/* scoped */
- const __vue_scope_id__$t = "data-v-701026d2";
+ const __vue_scope_id__$t = "data-v-67a9825c";
/* module identifier */
const __vue_module_identifier__$t = undefined;
/* functional template */
@@ -52110,7 +52106,7 @@ __vue_render__$s._withStripped = true;
/* style */
const __vue_inject_styles__$s = undefined;
/* scoped */
- const __vue_scope_id__$s = "data-v-ca50cd36";
+ const __vue_scope_id__$s = "data-v-34d4db40";
/* module identifier */
const __vue_module_identifier__$s = undefined;
/* functional template */
@@ -52311,7 +52307,7 @@ __vue_render__$r._withStripped = true;
/* style */
const __vue_inject_styles__$r = undefined;
/* scoped */
- const __vue_scope_id__$r = "data-v-ebd7fe48";
+ const __vue_scope_id__$r = "data-v-017b6cfe";
/* module identifier */
const __vue_module_identifier__$r = undefined;
/* functional template */
@@ -52532,7 +52528,7 @@ __vue_render__$q._withStripped = true;
/* style */
const __vue_inject_styles__$q = undefined;
/* scoped */
- const __vue_scope_id__$q = "data-v-6c00036e";
+ const __vue_scope_id__$q = "data-v-6b231fd3";
/* module identifier */
const __vue_module_identifier__$q = undefined;
/* functional template */
@@ -52729,7 +52725,7 @@ __vue_render__$p._withStripped = true;
/* style */
const __vue_inject_styles__$p = undefined;
/* scoped */
- const __vue_scope_id__$p = "data-v-1888461c";
+ const __vue_scope_id__$p = "data-v-56fdc257";
/* module identifier */
const __vue_module_identifier__$p = undefined;
/* functional template */
@@ -52926,7 +52922,7 @@ __vue_render__$o._withStripped = true;
/* style */
const __vue_inject_styles__$o = undefined;
/* scoped */
- const __vue_scope_id__$o = "data-v-43776a56";
+ const __vue_scope_id__$o = "data-v-7004b951";
/* module identifier */
const __vue_module_identifier__$o = undefined;
/* functional template */
@@ -53123,7 +53119,7 @@ __vue_render__$n._withStripped = true;
/* style */
const __vue_inject_styles__$n = undefined;
/* scoped */
- const __vue_scope_id__$n = "data-v-1d7ec26a";
+ const __vue_scope_id__$n = "data-v-1d713136";
/* module identifier */
const __vue_module_identifier__$n = undefined;
/* functional template */
@@ -53322,7 +53318,7 @@ __vue_render__$m._withStripped = true;
/* style */
const __vue_inject_styles__$m = undefined;
/* scoped */
- const __vue_scope_id__$m = "data-v-390efcba";
+ const __vue_scope_id__$m = "data-v-14b2e342";
/* module identifier */
const __vue_module_identifier__$m = undefined;
/* functional template */
@@ -53533,7 +53529,7 @@ __vue_render__$l._withStripped = true;
/* style */
const __vue_inject_styles__$l = undefined;
/* scoped */
- const __vue_scope_id__$l = "data-v-cc50973a";
+ const __vue_scope_id__$l = "data-v-7554e79e";
/* module identifier */
const __vue_module_identifier__$l = undefined;
/* functional template */
@@ -53744,7 +53740,7 @@ __vue_render__$k._withStripped = true;
/* style */
const __vue_inject_styles__$k = undefined;
/* scoped */
- const __vue_scope_id__$k = "data-v-acfeac7c";
+ const __vue_scope_id__$k = "data-v-a0d12086";
/* module identifier */
const __vue_module_identifier__$k = undefined;
/* functional template */
@@ -53955,7 +53951,7 @@ __vue_render__$j._withStripped = true;
/* style */
const __vue_inject_styles__$j = undefined;
/* scoped */
- const __vue_scope_id__$j = "data-v-3fb693db";
+ const __vue_scope_id__$j = "data-v-1b33c716";
/* module identifier */
const __vue_module_identifier__$j = undefined;
/* functional template */
@@ -54166,7 +54162,7 @@ __vue_render__$i._withStripped = true;
/* style */
const __vue_inject_styles__$i = undefined;
/* scoped */
- const __vue_scope_id__$i = "data-v-12a60397";
+ const __vue_scope_id__$i = "data-v-23b9925c";
/* module identifier */
const __vue_module_identifier__$i = undefined;
/* functional template */
@@ -54377,7 +54373,7 @@ __vue_render__$h._withStripped = true;
/* style */
const __vue_inject_styles__$h = undefined;
/* scoped */
- const __vue_scope_id__$h = "data-v-34d5195a";
+ const __vue_scope_id__$h = "data-v-7ddab2e4";
/* module identifier */
const __vue_module_identifier__$h = undefined;
/* functional template */
@@ -54588,7 +54584,7 @@ __vue_render__$g._withStripped = true;
/* style */
const __vue_inject_styles__$g = undefined;
/* scoped */
- const __vue_scope_id__$g = "data-v-8ef639e2";
+ const __vue_scope_id__$g = "data-v-d7fbd36c";
/* module identifier */
const __vue_module_identifier__$g = undefined;
/* functional template */
@@ -54779,7 +54775,7 @@ __vue_render__$f._withStripped = true;
/* style */
const __vue_inject_styles__$f = undefined;
/* scoped */
- const __vue_scope_id__$f = "data-v-1871b8e8";
+ const __vue_scope_id__$f = "data-v-1357e2a3";
/* module identifier */
const __vue_module_identifier__$f = undefined;
/* functional template */
@@ -54970,7 +54966,7 @@ __vue_render__$e._withStripped = true;
/* style */
const __vue_inject_styles__$e = undefined;
/* scoped */
- const __vue_scope_id__$e = "data-v-73611cf6";
+ const __vue_scope_id__$e = "data-v-7d94c980";
/* module identifier */
const __vue_module_identifier__$e = undefined;
/* functional template */
@@ -55161,7 +55157,7 @@ __vue_render__$d._withStripped = true;
/* style */
const __vue_inject_styles__$d = undefined;
/* scoped */
- const __vue_scope_id__$d = "data-v-742d2a22";
+ const __vue_scope_id__$d = "data-v-6f1353dd";
/* module identifier */
const __vue_module_identifier__$d = undefined;
/* functional template */
@@ -55352,7 +55348,7 @@ __vue_render__$c._withStripped = true;
/* style */
const __vue_inject_styles__$c = undefined;
/* scoped */
- const __vue_scope_id__$c = "data-v-220ae2bf";
+ const __vue_scope_id__$c = "data-v-1cf10c7a";
/* module identifier */
const __vue_module_identifier__$c = undefined;
/* functional template */
@@ -55543,7 +55539,7 @@ __vue_render__$b._withStripped = true;
/* style */
const __vue_inject_styles__$b = undefined;
/* scoped */
- const __vue_scope_id__$b = "data-v-6f969a42";
+ const __vue_scope_id__$b = "data-v-8216ca78";
/* module identifier */
const __vue_module_identifier__$b = undefined;
/* functional template */
@@ -55734,7 +55730,7 @@ __vue_render__$a._withStripped = true;
/* style */
const __vue_inject_styles__$a = undefined;
/* scoped */
- const __vue_scope_id__$a = "data-v-6710eb5e";
+ const __vue_scope_id__$a = "data-v-5dd0d343";
/* module identifier */
const __vue_module_identifier__$a = undefined;
/* functional template */
@@ -55925,7 +55921,7 @@ __vue_render__$9._withStripped = true;
/* style */
const __vue_inject_styles__$9 = undefined;
/* scoped */
- const __vue_scope_id__$9 = "data-v-05ed23dd";
+ const __vue_scope_id__$9 = "data-v-06a5e87c";
/* module identifier */
const __vue_module_identifier__$9 = undefined;
/* functional template */
@@ -56116,7 +56112,7 @@ __vue_render__$8._withStripped = true;
/* style */
const __vue_inject_styles__$8 = undefined;
/* scoped */
- const __vue_scope_id__$8 = "data-v-b66d4748";
+ const __vue_scope_id__$8 = "data-v-c8ed777e";
/* module identifier */
const __vue_module_identifier__$8 = undefined;
/* functional template */
@@ -56307,7 +56303,7 @@ __vue_render__$7._withStripped = true;
/* style */
const __vue_inject_styles__$7 = undefined;
/* scoped */
- const __vue_scope_id__$7 = "data-v-9ab9b2a6";
+ const __vue_scope_id__$7 = "data-v-6f8cced2";
/* module identifier */
const __vue_module_identifier__$7 = undefined;
/* functional template */
@@ -56498,7 +56494,7 @@ __vue_render__$6._withStripped = true;
/* style */
const __vue_inject_styles__$6 = undefined;
/* scoped */
- const __vue_scope_id__$6 = "data-v-40305b6c";
+ const __vue_scope_id__$6 = "data-v-05cbf8de";
/* module identifier */
const __vue_module_identifier__$6 = undefined;
/* functional template */
@@ -56689,7 +56685,7 @@ __vue_render__$5._withStripped = true;
/* style */
const __vue_inject_styles__$5 = undefined;
/* scoped */
- const __vue_scope_id__$5 = "data-v-3e15c828";
+ const __vue_scope_id__$5 = "data-v-fdb594e6";
/* module identifier */
const __vue_module_identifier__$5 = undefined;
/* functional template */
@@ -56880,7 +56876,7 @@ __vue_render__$4._withStripped = true;
/* style */
const __vue_inject_styles__$4 = undefined;
/* scoped */
- const __vue_scope_id__$4 = "data-v-5b4ac4ea";
+ const __vue_scope_id__$4 = "data-v-18346d0f";
/* module identifier */
const __vue_module_identifier__$4 = undefined;
/* functional template */
@@ -57071,7 +57067,7 @@ __vue_render__$3._withStripped = true;
/* style */
const __vue_inject_styles__$3 = undefined;
/* scoped */
- const __vue_scope_id__$3 = "data-v-2fc4c2f6";
+ const __vue_scope_id__$3 = "data-v-93e0d61e";
/* module identifier */
const __vue_module_identifier__$3 = undefined;
/* functional template */
@@ -57262,7 +57258,7 @@ __vue_render__$2._withStripped = true;
/* style */
const __vue_inject_styles__$2 = undefined;
/* scoped */
- const __vue_scope_id__$2 = "data-v-c19e225a";
+ const __vue_scope_id__$2 = "data-v-257bc0ce";
/* module identifier */
const __vue_module_identifier__$2 = undefined;
/* functional template */
@@ -57453,7 +57449,7 @@ __vue_render__$1._withStripped = true;
/* style */
const __vue_inject_styles__$1 = undefined;
/* scoped */
- const __vue_scope_id__$1 = "data-v-0e9d1ab0";
+ const __vue_scope_id__$1 = "data-v-d63026aa";
/* module identifier */
const __vue_module_identifier__$1 = undefined;
/* functional template */
@@ -57644,7 +57640,7 @@ __vue_render__._withStripped = true;
/* style */
const __vue_inject_styles__ = undefined;
/* scoped */
- const __vue_scope_id__ = "data-v-7e09468d";
+ const __vue_scope_id__ = "data-v-04541888";
/* 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 6c0ddc2..0c592cd 100644
--- a/src/plugin/xml-digital-teaching/lib/testPaper.js
+++ b/src/plugin/xml-digital-teaching/lib/testPaper.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-326ad307";
+ const __vue_scope_id__ = "data-v-321184ac";
/* 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 5fd6d1c..c542402 100644
--- a/src/plugin/xml-digital-teaching/lib/text.css
+++ b/src/plugin/xml-digital-teaching/lib/text.css
@@ -1,3 +1,11 @@
+
+.xml-text-h5[data-v-483bfd20] {
+}
+.xml-text-pc[data-v-483bfd20] {
+}
+.xml-text-h5[data-v-483bfd20] {
+}
+
.xml-text-h5 .inline-audio-wrap,
.xml-text-h5 .inline-link-wrap {
align-items: center;
@@ -69,14 +77,6 @@
/*# sourceMappingURL=XmlText.vue.map */
-.xml-text-h5[data-v-4666e3b2] {
-}
-.xml-text-pc[data-v-4666e3b2] {
-}
-.xml-text-h5[data-v-4666e3b2] {
-}
-
-
/*# 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 38b4f0f..6949774 100644
--- a/src/plugin/xml-digital-teaching/lib/text.js
+++ b/src/plugin/xml-digital-teaching/lib/text.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-7aa6099d";
+ const __vue_scope_id__$3 = "data-v-0781f4c2";
/* module identifier */
const __vue_module_identifier__$3 = undefined;
/* functional template */
@@ -9436,7 +9436,7 @@ class MagicLink extends HTMLElement {
}
.magic-link {
display: inline;
- font-size:16px;
+ // font-size:16px;
font-weight: normal;
font-style: normal;
text-align: left;
@@ -48778,6 +48778,7 @@ var script = {
dataName: this.blockDataName,
data: this.pBlockData,
graphLinks: this.currentRule.data?.graphLinks || [],
+ pureTextComponent: this.isPureTextComponent,
dataIndex: this.dataIndex,
blockId: this.blockId
};
@@ -48897,7 +48898,7 @@ var script = {
let _this = this;
this.blockData = this.pBlockData;
if (!this.blockData.html) {
- this.blockData.html = '暂无内容';
+ this.blockData.html = '暂无内容1';
}
`#${this.blockId} .richtext-reset-wrapper--view`;
let mceMagicLinkRegistered = window.customElements?.get('magic-link');
@@ -48927,15 +48928,6 @@ var script = {
}]
});
});
- const getFileUrl = url => {
- if (url) {
- if (url.indexOf('./') === -1) {
- return url;
- }
- return `${_this.resourceBasisPath}${url.split('./')[1]}`;
- }
- return '';
- };
jquery(containerSelector).on('click', 'magic-link', function (e) {
let {
plaintext,
@@ -48943,9 +48935,10 @@ var script = {
content,
type,
isPlaying,
- stylemode
+ stylemode,
+ showType,
+ hotzoneType
} = e.target.dataset;
- console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', 'magic-link点击', e, e.target.dataset);
if (_this.mode === 'editor') {
_this.$message.info('当前内容仅支持在预览模式下查看');
return;
@@ -48957,7 +48950,7 @@ var script = {
multiple: true,
nowImgIndex: 0,
imgList: [{
- url: getFileUrl(content),
+ url: content,
title: plaintext
}]
});
@@ -48967,7 +48960,7 @@ var script = {
_this.$EventBus.$emit('handleMagicLinkAudioPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -48981,7 +48974,7 @@ var script = {
_this.$EventBus.$emit('handleMagicLinkVideoPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -48993,6 +48986,9 @@ var script = {
if (type === 'richtext') {
content = content.replace(/text\-align:\s?justify/g, 'text-align:left');
// 魔链富文本
+ if (showType === 'popover') {
+ return;
+ }
_this.inlineWordsModal = {
title,
content,
@@ -49003,7 +48999,7 @@ var script = {
if (type === 'sheet') {
// 插入活页
_this.$EventBus.$emit('hotzoneClick', {
- type: 'looseleaf',
+ type: hotzoneType || 'looseleaf',
value: content,
label: title
});
@@ -49199,8 +49195,8 @@ var script = {
let ADom = document.getElementById(this.blockId).getElementsByTagName('a') || [];
if (ADom) {
for (let i = 0; i < ADom.length; i++) {
- // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
let href = ADom[i].href;
+ // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
ADom[i].href = 'javascript: void(0)';
ADom[i].onclick = function (e) {
_this.$EventBus.$emit('openTextHyperlink', {
@@ -51058,7 +51054,7 @@ __vue_render__._withStripped = true;
/* style */
const __vue_inject_styles__ = undefined;
/* scoped */
- const __vue_scope_id__ = "data-v-4666e3b2";
+ const __vue_scope_id__ = "data-v-483bfd20";
/* 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 348a5fe..d7541a9 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-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.video-container::-webkit-media-controls{display:none!important}.video-container video{width:570px;height:427.5px;margin:auto}@media (max-width:1600px){.video-container video{width:92vw;height:258.75px}}.main-btn,.video-title{height:32px;display:-ms-flexbox;position:absolute}.video-title{width:100%;z-index:2;top:0;left:0;background-color:rgba(48,48,48,.45);font-size:14px;color:#fff;padding-left:16px;display:-webkit-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-btn{width:32px;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:-webkit-box;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.main-btn i::before{font-size:32px}.controls{width:100%;height:30px;position:absolute;bottom:0;left:0;background-color:#000;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.controls span{padding:0 5px;color:#fff}.cursor{cursor:pointer}.icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-video-container-pc .video-content{background:#c3c3c3!important;width:100%;height:315px}.xml-video-container-pc .video-container{position:relative;height:100%;width:calc(100% - 15px);background:#c3c3c3}.xml-video-container-pc .video-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.xml-video-container-pc .video-container::-webkit-media-controls{display:none!important}.xml-video-container-pc .video-container video{width:570px;height:428px;margin:auto}@media (max-width:1600px){.xml-video-container-pc .video-container video{width:100%;height:428px}}.xml-video-container-pc .video-title{width:97%;height:32px;z-index:2;position:absolute;top:0;left:0;background-color:rgba(48,48,48,.45);font-size:14px;color:#fff;padding-left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .main-btn{width:32px;height:32px;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.xml-video-container-pc .main-btn i::before{font-size:32px}.xml-video-container-pc .controls{width:100%;height:30px;position:absolute;bottom:0;left:0;background-color:#000;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .controls span{padding:0 5px;color:#fff}.xml-video-container-pc .cursor{cursor:pointer}.xml-video-container-pc .icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .pointer{cursor:pointer}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-img{width:70px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .filecont{width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-desc{font-size:14px;font-weight:400;color:#333;margin-left:8px;line-height:30px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group .question-radio{margin-top:8px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-answer{font-size:12px;padding:10px;color:#474747;word-break:break-all}.xml-ebook-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 0 16px 16px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource{width:80px;height:80px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource img{width:100%;-o-object-fit:contain;object-fit:contain}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:16px;width:calc(100% - 100px)!important}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#666;margin-top:3px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#666}.xml-ebook-container-h5 .resource-box .styleB{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-ebook-container-h5 .resource-box .styleB .title{width:100%;padding:14px 0;background-color:#fafafa}.xml-ebook-container-h5 .resource-box .pointer{cursor:pointer}.xml-ebook-container-h5 .resource-box .shop-item-img{width:70px}.xml-ebook-container-h5 .resource-box .filecont{width:100%}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#00aeff;min-width:75px}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-ebook-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-ebook-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-ebook-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-ebook-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-ebook-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box-sytleC{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:scroll}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;margin:0 10px;padding:14px 0;width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item img{width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item span{text-overflow:ellipsis;overflow:hidden;word-break:break-all;white-space:nowrap}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4{width:100%;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:url(../../static/images/leaflet/icons/ebook_bg.png) no-repeat #f6fcff;background-size:300px 100%;background-position-x:right;padding-left:10px;margin:5px 0}.xml-title-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-Knowledge-h5 .title-container .rigth-titlebox .xml-text-h5.text-container p,.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-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-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{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-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{z-index:9999;background:#fff;position:fixed;left:0;top:0}.xmlPreviewSearch-box-h5 .seach-box .seach-text{font-size:14px;font-weight:500;padding:10px;margin:10px 0;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border-radius:4px}.xmlPreviewSearch-box-h5 .seach_zaiwu{width:100%;height:68%;text-align:center;color:#888}.xmlPreviewSearch-box-h5 .seach_zaiwu .search_left_img{margin-top:121px}.xmlPreviewSearch-box-h5 .seach_zaiwu img{width:70%}.xml-container-fixed{height:100vh}.xml-container-fixed-h5{width:100%;height:100vh}.xmlPreviewSearch-box-pc{z-index:999;width:100%;min-height:99vh;padding-top:5px}.xmlPreviewSearch-box-pc .pdf-read-box{padding-top:49px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc{width:1000px;background-color:#fff;display:-webkit-box;display:-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}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}.hovere .body-box a,.hovere .body-box font,.hovere .body-box p,.hovere .body-box span,.hovere .body-box strong,.hovere .body-text a,.hovere .body-text font,.hovere .body-text p,.hovere .body-text span,.hovere .body-text strong,.hovere .optional-text a,.hovere .optional-text font,.hovere .optional-text p,.hovere .optional-text span,.hovere .optional-text strong,.optional-text-module .body-box a,.optional-text-module .body-box font,.optional-text-module .body-box p,.optional-text-module .body-box span,.optional-text-module .body-box strong,.optional-text-module .body-text a,.optional-text-module .body-text font,.optional-text-module .body-text p,.optional-text-module .body-text span,.optional-text-module .body-text strong,.optional-text-module .optional-text a,.optional-text-module .optional-text font,.optional-text-module .optional-text p,.optional-text-module .optional-text span,.optional-text-module .optional-text strong{user-select:text;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text}input,textarea{-webkit-user-select:auto;margin:0;padding:0;outline:0}.title-container a,.title-container span{background:0 0!important}.xml-title-first-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pc .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-third-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-sixth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 4px 5px 12px;margin-left:-2px}.xml-title-triangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-square-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-semicircle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-pc .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:0 20px}.xml-title-thirteenth-pc .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-paragraph-first-pc .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pc .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pc .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pc .body-text .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-eighth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-text-image-first-pc .text-container .editorClass{word-break:break-all}.xml-text-image-first-pc .text-body-container{text-align:left}.xml-text-image-first-pc .text-body-container .editorClass{word-break:break-all}.xml-text-image-second-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pc .title-box .text-container .editorClass h1,.xml-text-image-second-pc .title-box .text-container .editorClass h2,.xml-text-image-second-pc .title-box .text-container .editorClass h3,.xml-text-image-second-pc .title-box .text-container .editorClass h4,.xml-text-image-second-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pc .title-box .text-container .editorClass p,.xml-text-image-third-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .text-container .editorClass h1,.xml-text-image-third-pc .title-box .text-container .editorClass h2,.xml-text-image-third-pc .title-box .text-container .editorClass h3,.xml-text-image-third-pc .title-box .text-container .editorClass h4,.xml-text-image-third-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .text-container p,.xml-text-image-third-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{height:100%}.xml-text-image-fourth-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-seventh-pc .image-text-decorate{background-image:linear-gradient(to right,#fff,#a7d3fb)}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .filecont{width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.custom-underline{background-color:#dbeaff;cursor:pointer;font-style:inherit!important}i a,i font,i p,i span{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.the-end-of-the-trial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:200px;padding-bottom:20px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#b5b2b2));background:linear-gradient(rgba(0,0,0,0),#b5b2b2);color:#5b9fff;font-size:18px}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container,.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container,.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-h5 .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pad .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pad .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pc .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pc .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-round-4{border-radius:4px}.xml-round-4 img{border-radius:8px}.xml-round-6{border-radius:6px}.xml-round-6 img,.xml-round-8,.xml-round-8 img{border-radius:8px}.style-body-boxA{position:relative}.style-body-boxA .style-wrapper{min-width:200px}.style-body-boxA .style-wrapper .top-line{position:absolute;top:0;left:0;width:100%;height:4px;background:-webkit-gradient(linear,left top,right top,from(#4994fb),color-stop(#4994fb),to(#a2c5f9));background:linear-gradient(90deg,#4994fb,#4994fb,#a2c5f9)}.style-body-boxA .style-wrapper .native-html-wrapper{max-height:60vh;overflow-y:scroll;background-color:#fff;padding:15px 10px 0}.style-body-boxA .style-wrapper .native-html-wrapper::-webkit-scrollbar{width:0}.style-body-boxA .style-wrapper .native-html-wrapper h1,.style-body-boxA .style-wrapper .native-html-wrapper h2,.style-body-boxA .style-wrapper .native-html-wrapper h3,.style-body-boxA .style-wrapper .native-html-wrapper h4,.style-body-boxA .style-wrapper .native-html-wrapper h5,.style-body-boxA .style-wrapper .native-html-wrapper h6{color:revert;font-size:revert;font-weight:revert}.style-body-boxA .style-wrapper .bottom-margin{width:calc(100% - 15px);height:15px;background:#fff;margin-top:-1px}.style-body-boxA .style-wrapper .bottom-triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:15px solid #8cb7f6;border-right:15px solid transparent}.style-body-boxA .top-bg{width:98%;height:30px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxA .style-content-boxD{min-width:200px;background-color:#fff;padding:15px 10px 5px;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box{min-width:200px;background-color:#fff;padding:30px 10px 20px;border:2px solid #92c2db;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box::before{content:"";width:10px;height:10px;background-color:#92c2db;border-radius:50%;position:absolute;bottom:10px;right:15px}.style-body-boxA .style-content-box::after{content:"";width:30px;height:10px;position:absolute;bottom:10px;right:35px;border-left:10px dotted #92c2db;border-right:10px dotted #92c2db}.style-body-boxA .style-content-bg{background-color:#92c2db;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxA .paper-clip-icon{width:40px;position:absolute;top:10px;z-index:5;left:-10px}.style-body-boxA .paper-clip-icon::before{position:absolute;content:"";top:-30px;right:-5px;width:15px;height:20px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom:none;border-left:4px solid #92c2db!important;border-right:4px solid #92c2db!important;border-top:4px solid #92c2db!important}.style-body-boxA .paper-clip-icon::after{position:absolute;content:"";bottom:-21px;right:-11px;width:21px;height:30px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;border:4px solid #92c2db!important;border-top:none!important}.style-body-boxB{position:relative}.style-body-boxB .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxB .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #fee0b0;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxB .style-content-bg{background-color:#fee0b0;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxB .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxB .top-style-box>div{width:10px;height:10px;background:#fee0b0;border-radius:50%}.style-body-boxB .top-style-box>div::before{content:"";width:10px;height:10px;border-radius:50%;border-right:3px solid #fee0b0;border-bottom:3px solid #fee0b0;position:absolute;top:-8px;-webkit-transform:rotate(-85deg);transform:rotate(-85deg)}.style-body-boxC{position:relative}.style-body-boxC .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxC .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #84b774;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxC .style-content-box::before{content:"";width:40px;border-top:2px solid #84b774;position:absolute;bottom:10px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-box::after{content:"";width:20px;border-top:2px solid #84b774;position:absolute;bottom:5px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-bg{background-color:#84b774;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxC .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxC .top-style-box>div{width:10px;height:10px;background:#84b774;border-radius:50%}.style-body-boxE .scroll-top{position:relative;z-index:9}.style-body-boxE .scroll-top img{width:100%}.style-body-boxE .scroll-top::before{content:"";width:90%;height:10px;-webkit-box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;top:20px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .scroll-bottom{position:relative;z-index:9}.style-body-boxE .scroll-bottom img{width:100%}.style-body-boxE .scroll-bottom::after{content:"";width:90%;height:10px;-webkit-box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;bottom:18px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .style-content-box{padding:20px 10px;max-height:600px;overflow:scroll;overflow-x:hidden;background-color:#e9e3d5;width:89%;margin:-11px auto;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .filecont{width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-title-fourteen-h5 .title-container .cont-box .text-container,.xml-title-fourteen-pad .title-container .cont-box .text-container,.xml-title-fourteen-pc .title-container .cont-box .text-container{background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);padding-left:10px;padding-right:20px;border-radius:3px;background-size:100% 100%;z-index:99;text-overflow:ellipsis;overflow:hidden}.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;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pad .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pc .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-text-preview-box-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important;background:0 0;-webkit-box-shadow:none;box-shadow:none}.xml-text-preview-box-dialog .custom-dialog{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.xml-title-SanQintheme1-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-h5>div{width:100%;height:100%}.xml-title-SanQintheme1-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-pad .title-container,.xml-title-SanQintheme1-pc .title-container{-webkit-box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%;height:100%;z-index:9}.xml-title-SanQintheme1-h5 .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pad>div{width:100%;height:100%}.xml-title-SanQintheme1-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:3px 3px 3px 20px;box-sizing:border-box}.xml-title-SanQintheme1-pad .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pc>div{width:100%;height:100%}.xml-title-SanQintheme1-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:3px 3px 3px 20px;box-sizing:border-box}.xml-title-SanQintheme1-pc .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-h5>div{width:100%;height:100%}.xml-title-SanQintheme2-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-h5 .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-h5 .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pad>div{width:100%;height:100%}.xml-title-SanQintheme2-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pad .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pad .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pc>div{width:100%;height:100%}.xml-title-SanQintheme2-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pc .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pc .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-h5 .title-container .text-container .mark-view p{text-align:center}.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 .mark-view p{text-align:center}.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 .mark-view p{text-align:center}.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{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-h5 .title-container .w-e-text-container,.xml-title-third-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-h5 .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-h5 .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-h5 .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-h5 .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-h5 .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-h5 .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-h5 .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-h5 .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-h5 .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-h5 .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-square-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-h5 .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-2px}.xml-title-rotundity-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-h5 .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-h5 .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-h5 .title-container .title-left-img{width:33px;height:117%;background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0;left:-10px}.xml-title-semicircle-h5 .title-container .title-right-img{width:33px;height:117%;background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0;right:-10px}.xml-title-semicircle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-h5 .title-container .title-text p{line-height:1.1!important}.xml-title-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 .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{border-radius:50%;width:100%;height: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{height:100%;border-radius:50%;width:100%}.xml-title-Yellowtheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:var(--reader-theme-color,#fff);max-width:77%;position:relative}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{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 .editorClass .w-e-text-container,.xml-title-Yellowtheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.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-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-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 .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-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%;height:100%;border-radius:50%}.xml-title-Greentheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-h5 .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-h5 .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:#68a348;margin-right:8px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:#68a348;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-h5>div{width:100%}.xml-title-Greentheme2-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme2-h5 .title-container .left-image .image-container,.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-h5 .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:#68a348;-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-h5 .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:#68a348;position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-h5>div{width:100%}.xml-title-Greentheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-h5 .title-container .right-top-bg{width:100%;height:50%;background-color:#b9e2a2;border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container,.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-h5,.xml-title-Greentheme4-h5 .cont-box{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-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-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-twentyfour-h5 .title-container-box .title-container .text-container mark-view p{text-align:center}.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-seventh-pad .paragraph-suptitle-box .text-container,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container,.xml-paragraph-tenth-pad .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 .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-h5 .body-text::after,.xml-paragraph-thirteen-h5 .body-text::before{width:80px;max-height:100px;background-color:none;position:absolute;content:"";z-index:0;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{width:9px;height:9px;background-color:#fdbc55;border:4px solid #fdbc55;position:absolute;z-index:999}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-h5{position:relative}.xml-paragraph-Yellowtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-h5 .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .right-img{width:18px;height:31px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme3-right.png);background-size:100% 100%;position:absolute;right:11px;top:-2px;z-index:999}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .right-img>div{width:20px;height:2px;background-color:#fff;margin-left:-20px}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-h5{position:relative}.xml-paragraph-Yellowtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-h5 .body-text-bg{background-color:#fee0b0;border:2px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block4{width:16px;position:absolute;z-index:999;height:16px;background-color:#fdbc55}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fee0b0;padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-h5{position:relative}.xml-paragraph-Yellowtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-h5 .body-text-bg{background-color:#feefd7;border-radius:20px 0;border:3px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .left-img,.xml-paragraph-Yellowtheme5-h5 .body-text-bg .right-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .left-img{top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .right-img{bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-h5{position:relative}.xml-paragraph-fifteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-h5 .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-h5 .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-h5 .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-h5 .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-h5 .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-h5{position:relative}.xml-paragraph-Greentheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-h5 .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-h5 .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-h5 .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-h5 .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-h5{position:relative}.xml-paragraph-Greentheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-h5 .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-h5{position:relative}.xml-paragraph-Greentheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-h5 .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-h5 .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-h5{position:relative}.xml-paragraph-Greentheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-h5 .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-h5 .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-h5 .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-h5{position:relative}.xml-paragraph-Thirtyfive-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-pad .body-text,.xml-paragraph-Thirtysix-h5 .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-slice:1!important;border-style:solid!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!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 .body-text .seemore,.xml-paragraph-Thirtyseven-pad .body-text .seemore{background-color:#cee0fb;font-size:12px;color:#2f2ad0;font-stretch:normal;cursor:pointer;font-weight:400}.xml-paragraph-Thirtyseven-h5 .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-h5 .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-h5 .body-text .seemore{width:calc(100% - 2px);height:16px;position:absolute;top:1px;left:0;z-index:9;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-h5 .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-h5 .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-h5 .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-h5 .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-h5 .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-h5 .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-h5{position:relative;text-align:left}.xml-paragraph-Thirtyeight-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-h5 .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-h5 .sub-title .xml-text-h5.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-h5 .sub-title .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-h5 .sub-title .icon-box{position:absolute;top:-30px;left:0;z-index:9}.xml-paragraph-Thirtyeight-h5 .sub-title .icon-box img{width:100%;max-width:160px}.xml-paragraph-Thirtyeight-h5 .body-text{padding:1px;text-align:left;position:relative;margin-top:-20px;background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%);border:0!important;border-radius:5px}.xml-paragraph-Thirtyeight-h5 .body-text .xml-text-h5.text-body-container{padding:20px 20px 5px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Thirtyeight-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-h5 .body-text .border-left{width:25px;height:150px;max-height:calc(100% - 50px);overflow:hidden;position:absolute;top:10px;left:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-h5 .body-text .border-left img{width:100%}.xml-paragraph-Thirtyeight-h5 .body-text .border-right{width:25px;height:150px;max-height:calc(100% - 50px);overflow:hidden;position:absolute;bottom:30px;right:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-h5 .body-text .border-right img{width:100%}.xml-paragraph-Forty-h5{position:relative;text-align:left}.xml-paragraph-Forty-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Forty-h5 .body-text{padding:1px;text-align:left;position:relative}.xml-paragraph-Forty-h5 .body-text .xml-text-h5.text-body-container{padding:20px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Forty-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Forty-h5 .body-text .top-image{width:100%;height:50%;position:absolute;top:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg1.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-h5 .body-text .bottom-image{width:100%;height:50%;position:absolute;bottom:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg2.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-h5 .body-text::after,.xml-paragraph-Forty-h5 .body-text::before{width:15px;background-size:100% 100%;background-repeat:no-repeat;position:absolute;top:50%;content:"";pointer-events:none}.xml-paragraph-Forty-h5 .body-text::before{height:30px;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon6.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-Forty-h5 .body-text::after{height:30px;right:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon5.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-text-image-first-h5 .w-e-text-container,.xml-text-image-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-h5 .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-h5 .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .image-container{margin:10px 0;text-align:center}.xml-text-image-fourth-h5 .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-second-h5 .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-third-h5 .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-second-h5 .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-h5 .title-box,.xml-text-image-third-h5 .title-box{height:32px;margin-left:-8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xml-text-image-second-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .title-box{margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-h5 .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{border-radius:50%;overflow:hidden}.xml-text-image-third-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-h5 .title-box{margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0}.xml-text-image-third-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-h5 .title-box,.xml-text-image-second-pad .title-box{padding:2px 21px;margin-left:-8px;text-overflow:ellipsis;white-space:nowrap}.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;overflow:hidden}.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{margin:0;padding:0}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-h5 .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-h5 .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-h5 .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-h5 .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-h5 .image-text-box{width:100%}.xml-text-image-fifth-h5 .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-h5 .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-h5 .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-h5 .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-h5 .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-h5 .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-h5 .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-h5 .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-h5 .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-h5 .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(#a7d3fb));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-h5 .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-h5 .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-h5 .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Bluetheme1-h5,.xml-splitline-Bluetheme2-h5,.xml-splitline-Bluetheme3-h5,.xml-splitline-Bluetheme4-h5,.xml-splitline-Greentheme1-h5,.xml-splitline-Greentheme2-h5,.xml-splitline-Greentheme3-h5,.xml-splitline-Greentheme4-h5,.xml-splitline-Redtheme4-h5,.xml-splitline-Yellowtheme1-h5,.xml-splitline-Yellowtheme2-h5,.xml-splitline-Yellowtheme3-h5,.xml-splitline-Yellowtheme4-h5,.xml-splitline-second-h5{margin-top:10px!important}.xml-splitline-first-h5 .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-h5 .title-container{height:30px;padding-top:10px}.xml-splitline-second-h5 .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-h5 .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-h5 .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-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{margin-top:0!important}.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{margin-top:0!important}.xml-splitline-fourth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-h5 .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-h5 .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-h5 .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-h5,.xml-splitline-ninth-h5,.xml-splitline-seventh-h5,.xml-splitline-sixth-h5,.xml-splitline-tenth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-h5 .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-h5 .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-h5 .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-h5 .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-h5 .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-h5 .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-h5 .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-h5 .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-h5 .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-h5 .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-h5 .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-h5 .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-h5 .title-container>div{width:100%}.xml-splitline-tenth-h5 .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-h5 .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-h5,.xml-splitline-Greytheme2-h5,.xml-splitline-Greytheme3-h5,.xml-splitline-Greytheme4-h5,.xml-splitline-Greytheme5-h5,.xml-splitline-Greytheme6-h5,.xml-splitline-eleventh-h5{margin-top:0!important}.xml-splitline-eleventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-h5 .title-container>div{width:100%}.xml-splitline-eleventh-h5 .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-h5 .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-h5 .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme6-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme4-h5 .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme1-h5 .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme3-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme1-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme2-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme1-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme2-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme4-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-title-sixth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pad>div{width:100%}.xml-title-sixth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-pad .title-container .title-left-div{max-width:30%}.xml-title-sixth-pad .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-pad .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pad .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-pad .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-pad .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-pad .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-first-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-pad .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pad .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pad .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-pad .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-pad .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-pad .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-pad .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pad .title-container .xml-text-h5.text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pad .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-pad .title-container .w-e-text-container,.xml-title-third-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-pad .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-pad .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pad .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pad .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pad .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-pad .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-pad .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-pad .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-pad .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-pad .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-pad .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-pad .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-pad .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-square-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-pad .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-2px}.xml-title-rotundity-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-pad .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-pad .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-pad .title-container .title-left-img,.xml-title-semicircle-pad .title-container .title-right-img{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-semicircle-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-pad .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-pad .title-container .title-text p{line-height:1.1!important}.xml-title-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-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{width:100%;height:100%;border-radius:50%}.xml-title-Yellowtheme1-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-pad .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:#fff;max-width:77%;position:relative}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{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 .edit-mode-inject{width:100%}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-pad .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.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-twentyfour-pad .title-container-box .title-container .text-container mark-view p{text-align:center}.xml-title-twentyfive-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-twentyfive-pad .title-container-box{position:relative}.xml-title-twentyfive-pad .title-container-box .left-bg{width:300px;height:65px;position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-pad .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfive-pad .title-container-box .title-container{min-width:200px;position:relative;z-index:9;padding-left:80px}.xml-title-twentyfive-pad .title-container-box .title-container .icon{width:80px;height:80px;position:absolute;left:40px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-pad .title-container-box .title-container .title-body-box{padding:6px 20px}.xml-paragraph-first-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-pad .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pad .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pad .rotate-container-inner .xml-text-h5.text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pad .xml-text-h5.text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pad .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pad{text-align:left}.xml-paragraph-second-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-pad .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-pad .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-pad .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-pad .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-pad .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-pad .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-pad .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-pad .body-text .xml-text-h5.text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pad{position:relative}.xml-paragraph-third-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-pad .body-text::after,.xml-paragraph-third-pad .body-text::before{width:1px;position:absolute;background-color:#0070c1;height:80px;content:""}.xml-paragraph-third-pad .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-pad .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pad{position:relative}.xml-paragraph-quadrangle-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pad .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-pad{position:relative}.xml-paragraph-isosceles-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-pad .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pad .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-pad .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-pad .shape .triangle,.xml-paragraph-isosceles-pad .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-pad{position:relative}.xml-paragraph-wave-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-pad{position:relative}.xml-paragraph-seventh-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pad .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-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-Redtheme2-pad .w-e-text-container,.xml-paragraph-Redtheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-pad .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-pad .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-pad{position:relative}.xml-paragraph-Redtheme2-pad .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-pad .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-pad .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-pad .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-pad .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-pad{position:relative}.xml-paragraph-Redtheme3-pad .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-pad .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-pad .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-pad .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-pad .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-pad{position:relative}.xml-paragraph-Redtheme4-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-pad .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-pad .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-pad{position:relative}.xml-paragraph-Redtheme5-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-pad .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-pad .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-pad .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-pad{position:relative}.xml-paragraph-Redtheme6-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-pad .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-pad .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-pad .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-pad .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-pad .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-pad{position:relative}.xml-paragraph-sixteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-pad .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-twelve-pad{position:relative}.xml-paragraph-twelve-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-pad .body-text{padding:20px;text-align:left;position:relative;border:3.5px solid #428EED}.xml-paragraph-twelve-pad .body-text .left-top-img{width:40px;height:40px;position:absolute;top:-4.5px;left:-5.5px;-webkit-transform:rotate(180deg);transform:rotate(180deg);background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-pad .body-text .left-top-img img{width:100%;height:100%}.xml-paragraph-twelve-pad .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-5px;left:-3px}.xml-paragraph-twelve-pad .body-text .left-top-clover img{width:100%;height:100%}.xml-paragraph-twelve-pad .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:4px;right:-3px;z-index:99}.xml-paragraph-twelve-pad .body-text .right-bottom-clover img{width:100%;height:100%}.xml-paragraph-twelve-pad .body-text .right-bottom-img{width:40px;height:40px;position:absolute;bottom:-4.5px;right:-5.5px;background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-pad .body-text .right-bottom-img img{width:100%;height:100%}.xml-paragraph-twelve-pad .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-twelve-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-pad{position:relative}.xml-paragraph-eleven-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-pad .body-text{padding:25px;text-align:left;position:relative}.xml-paragraph-eleven-pad .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-pad .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:#60a0e5;margin-bottom:2px}.xml-paragraph-eleven-pad .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-pad .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-pad .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:#60a0e5;margin-top:2px}.xml-paragraph-eleven-pad .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-pad .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-pad .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:#60a0e5;margin-right:2px}.xml-paragraph-eleven-pad .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-pad .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-pad .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:#60a0e5;margin-left:2px}.xml-paragraph-eleven-pad .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-pad .text-container{padding:0 10px}.xml-paragraph-eleven-pad .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-pad .text-container .editorClass p{padding:0}.xml-paragraph-eleven-pad .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-pad .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-thirteen-pad{position:relative}.xml-paragraph-thirteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-pad .body-text{padding:10px 20px;text-align:left;position:relative;background:#D1E6FF;border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-pad .body-text .text-border-top{width:90%;height:4px;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-pad .body-text .text-border-right{width:4px;height:70%;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-pad .body-text .text-border-bottom{width:90%;height:4px;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-pad .body-text .text-border-left{width:4px;height:70%;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-pad .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-pad .body-text::after,.xml-paragraph-thirteen-pad .body-text::before{width:80px;height:70%;max-height:100px;background-color:none;position:absolute;content:"";z-index:0}.xml-paragraph-thirteen-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-pad .body-text::before{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;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)}.xml-paragraph-Thirtyfive-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pad .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-pad .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-pad{position:relative}.xml-paragraph-Thirtysix-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18)}.xml-paragraph-Thirtysix-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-pad .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-pad .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-pad{position:relative;text-align:left}.xml-paragraph-Thirtyseven-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-pad .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-pad .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-pad .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-pad .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-pad .body-text .seemore{width:calc(100% - 2px);height:16px;position:absolute;top:1px;left:0;z-index:9;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-pad .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-pad .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-pad .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pad .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pad .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-pad .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pad{position:relative;text-align:left}.xml-paragraph-Thirtyeight-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-pad .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-pad .sub-title .xml-text-pad.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-pad .sub-title .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pad .sub-title .icon-box{position:absolute;top:-30px;left:0;z-index:9}.xml-paragraph-Thirtyeight-pad .sub-title .icon-box img{width:100%;max-width:160px}.xml-paragraph-Thirtyeight-pad .body-text{padding:1px;text-align:left;position:relative;margin-top:-20px;background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%);border:0!important;border-radius:5px}.xml-paragraph-Thirtyeight-pad .body-text .xml-text-pad.text-body-container{padding:20px 20px 5px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Thirtyeight-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pad .body-text .border-left{width:25px;height:150px;position:absolute;top:10px;left:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pad .body-text .border-left img{width:100%;height:100%}.xml-paragraph-Thirtyeight-pad .body-text .border-right{width:25px;height:150px;position:absolute;bottom:30px;right:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pad .body-text .border-right img{width:100%}.xml-paragraph-Forty-pad{position:relative;text-align:left}.xml-paragraph-Forty-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Forty-pad .body-text{padding:1px;text-align:left;position:relative}.xml-paragraph-Forty-pad .body-text .xml-text-pad.text-body-container{padding:20px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Forty-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Forty-pad .body-text .top-image{width:100%;height:50%;position:absolute;top:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg1.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pad .body-text .bottom-image{width:100%;height:50%;position:absolute;bottom:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg2.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pad .body-text::after,.xml-paragraph-Forty-pad .body-text::before{height:30px;top:50%;background-size:100% 100%;background-repeat:no-repeat;position:absolute;width:15px;content:"";pointer-events:none}.xml-paragraph-Forty-pad .body-text::before{left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon6.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-Forty-pad .body-text::after{right:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon5.png);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-text-image-first-pad .w-e-text-container,.xml-text-image-second-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-pad .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-pad .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-pad .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pad .image-container{margin:10px 0;text-align:center}.xml-text-image-second-pad .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-second-pad .image-box .image-container .block-checked,.xml-text-image-second-pad .image-box .image-container.block-checked,.xml-text-image-third-pad .image-box{border-radius:50%;overflow:hidden}.xml-text-image-second-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pad .title-box{height:32px;margin-bottom:25px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden}.xml-text-image-fourth-pad .w-e-text-container,.xml-text-image-third-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-pad .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pad .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-pad .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-pad .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-pad .body-box .body-box-inner .xml-text-h5.text-body-container{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:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-second-pc .image-box .image-container img,.xml-text-image-third-pc .image-box .image-container img{height:135px;width:135px}.xml-text-image-third-pad .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pad .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pad .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-pad .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-pad .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pad .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pad .title-box,.xml-text-image-second-pc .title-box{margin-left:-8px;overflow:hidden;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}.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,.xml-text-image-seventh-pc .image-text-decorate2{background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb))}.xml-text-image-seventh-pad .image-text-decorate2{width:100px;height:100px;background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-pad .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-pad .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Bluetheme1-pad,.xml-splitline-Bluetheme2-pad,.xml-splitline-Bluetheme3-pad,.xml-splitline-Bluetheme4-pad,.xml-splitline-Greentheme1-pad,.xml-splitline-Greentheme2-pad,.xml-splitline-Greentheme3-pad,.xml-splitline-Greentheme4-pad,.xml-splitline-Redtheme4-pad,.xml-splitline-Yellowtheme1-pad,.xml-splitline-Yellowtheme2-pad,.xml-splitline-Yellowtheme3-pad,.xml-splitline-Yellowtheme4-pad,.xml-splitline-second-pad{margin-top:10px!important}.xml-splitline-first-pad .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-pad .title-container{height:30px;padding-top:10px}.xml-splitline-second-pad .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-pad .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-pad .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-pad,.xml-splitline-third-pad{margin-top:0!important}.xml-splitline-second-pad .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-pad .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-pad .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-pad .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-pad{margin-top:0!important}.xml-splitline-fifth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-pad .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-pad,.xml-splitline-ninth-pad,.xml-splitline-seventh-pad,.xml-splitline-sixth-pad,.xml-splitline-tenth-pad{margin-top:0!important}.xml-splitline-fifth-pad .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-pad .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-pad .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-pad .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-pad .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-pad .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pad .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-pad .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-pad .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-pad .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-pad .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-pad .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-pad .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-pad .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-pad .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-pad .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-pad .title-container>div{width:100%}.xml-splitline-tenth-pad .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-pad .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-pad,.xml-splitline-Greytheme2-pad,.xml-splitline-Greytheme3-pad,.xml-splitline-Greytheme4-pad,.xml-splitline-Greytheme5-pad,.xml-splitline-Greytheme6-pad,.xml-splitline-eleventh-pad{margin-top:0!important}.xml-splitline-eleventh-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-pad .title-container>div{width:100%}.xml-splitline-eleventh-pad .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-pad .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-pad .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme6-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pad .title-container .linebox,.xml-splitline-Bluetheme2-pad .title-container .linebox,.xml-splitline-Bluetheme3-pad .title-container .linebox,.xml-splitline-Bluetheme4-pad .title-container .linebox,.xml-splitline-Greentheme1-pad .title-container .linebox,.xml-splitline-Greentheme2-pad .title-container .linebox,.xml-splitline-Greentheme3-pad .title-container .linebox,.xml-splitline-Greentheme4-pad .title-container .linebox,.xml-splitline-Redtheme1-pad .title-container .linebox,.xml-splitline-Redtheme2-pad .title-container .linebox,.xml-splitline-Redtheme3-pad .title-container .linebox,.xml-splitline-Redtheme4-pad .title-container .linebox,.xml-splitline-Yellowtheme1-pad .title-container .linebox,.xml-splitline-Yellowtheme2-pad .title-container .linebox,.xml-splitline-Yellowtheme3-pad .title-container .linebox,.xml-splitline-Yellowtheme4-pad .title-container .linebox{width:100%;background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme1-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png)}.xml-splitline-Yellowtheme2-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png)}.xml-splitline-Yellowtheme3-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png)}.xml-splitline-Yellowtheme4-pad .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png)}.xml-splitline-Redtheme1-pad .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png)}.xml-splitline-Redtheme2-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png)}.xml-splitline-Redtheme3-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png)}.xml-splitline-Redtheme4-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png)}.xml-splitline-Greentheme1-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png)}.xml-splitline-Greentheme2-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png)}.xml-splitline-Greentheme3-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png)}.xml-splitline-Greentheme4-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png)}.xml-splitline-Bluetheme1-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png)}.xml-splitline-Bluetheme2-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png)}.xml-splitline-Bluetheme3-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png)}.xml-splitline-Bluetheme4-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png)}.xml-title-twentyone-pad{text-align:left}.xml-title-twentyone-pad .title-container-box{position:relative}.xml-title-twentyone-pad .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-pad .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-pad .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-pad .title-container-box .left-bg img{width:70%;height:80%;-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentyone-pad .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#84fee1),to(#38abe1));background:linear-gradient(90deg,#84fee1 25%,#38abe1);border-radius:10px 0 0 10px;display:inline-block;padding:6px 20px 6px 85px;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.xml-title-twentyone-pad .title-container-box .title-container .text-container{-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentytwo-pad{text-align:left}.xml-title-twentytwo-pad .title-container-box{position:relative;padding-left:39px}.xml-title-twentytwo-pad .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:0;left:0;border-radius:50% 50% 0;border:3px solid #a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentytwo-pad .title-container-box .left-bg>div{width:100%;height:100%;border-radius:50%;background-color:#a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentytwo-pad .title-container-box .left-bg img{width:80%;height:60%}.xml-title-twentytwo-pad .title-container-box .left-bg::after{content:"";width:5px;height:16px;background-color:#fff;position:absolute;right:-4px;bottom:0}.xml-title-twentytwo-pad .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,from(#a541ff),to(#3fbbfb));background:linear-gradient(90deg,#a541ff,#3fbbfb);border-radius:0 0 10px;display:inline-block;padding:3px 3px 3px 0}.xml-title-twentytwo-pad .title-container-box .title-container .title-body-box{border-radius:0 0 9px;background-color:#fff;padding:6px 20px;margin-left:-1px}.xml-title-twentythree-pad{text-align:left}.xml-title-twentythree-pad .title-container-box{position:relative;padding-left:39px}.xml-title-twentythree-pad .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:2px;left:0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#33c0ef;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentythree-pad .title-container-box .left-bg img{width:90%;height:85%}.xml-title-twentythree-pad .title-container-box .title-container{display:inline-block;margin-left:-25px}.xml-title-twentythree-pad .title-container-box .title-container .title-body-box{border-radius:25px 0;background:-webkit-gradient(linear,left top,left bottom,from(#33c0ef),to(#1ed4e6));background:linear-gradient(180deg,#33c0ef,#1ed4e6);padding:6px 20px 6px 30px}.xml-title-sixth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc>div{width:100%}.xml-title-sixth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-pc .title-container .title-left-div{max-width:30%}.xml-title-sixth-pc .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-pc .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-pc .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-pc .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-pc .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-pc .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-pc .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twentyfour-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-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-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-twentyfour-pc .title-container-box .title-container .text-container .mark-view p{text-align:center}.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-first-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-second-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pc .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-pc .title-container .w-e-text-container,.xml-title-third-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container,.xml-title-third-pc .title-container .title-left{height:48px;display:-webkit-box;-webkit-box-align:center;display:-ms-flexbox;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-hexagon-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pc .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pc .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pc .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-pc .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-pc .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-pc .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-pc .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-pc .title-container .title-left-img img,.xml-title-rectangle-pc .title-container .title-right-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 .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-thirteenth-pc .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:#006af7;margin-top:-3px;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .bottomborder .Line1{width:45%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .block{width:7px;height:7px;background-color:#006af7;margin-bottom:-3px}.xml-title-thirteenth-pc .title-container .bottomborder .Line2{width:15%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .Line3{width:20%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:0 20px}.xml-title-thirteenth-pc .title-container .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-pc .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-pc .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pc .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen2-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right-purple.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen2-pc .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen2-pc .title-container .cont-box .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg-purple.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(174,156,227,.83);box-shadow:0 2px 7px 0 rgba(174,156,227,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen2-pc .title-container .cont-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-pc>div{min-width:75%;max-width:100%}.xml-title-eighteen-pc .title-container-box{width:100%;position:relative}.xml-title-eighteen-pc .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/images/leaflet/resourceCenter/title-eighteen-bg.png);background-size:80% 100%;padding:3px 20%;margin:0 auto;z-index:9;background-repeat:no-repeat;background-position-x:center}.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor,.xml-title-eighteen-pc .title-container-box .title-container .xml-text-h5.text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pc .title-container-box .title-container .editor{min-width:75%;max-width:100%}.xml-title-eighteen-pc .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-pc .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-pc .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-Greentheme5-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme5-pc>div{padding:0 35px}.xml-title-Greentheme5-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme5-pc .title-container .title-left-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-41px;top:0;z-index:999}.xml-title-Greentheme5-pc .title-container .title-right-img{width:62px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-Greentheme5-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-41px}.xml-title-Greentheme5-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme5-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#53a638;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme5-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-pc,.xml-title-Knowledge-pc .title-container{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-Greentheme5-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0}.xml-title-Knowledge-pc{display:flex;-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:flex;-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-sixteen-library-h5>div,.xml-title-sixteen-library-pad>div,.xml-title-sixteen-library-pc>div,.xml-title-sixteen-pc>div{min-width:40%}.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 p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.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 .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{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.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{width:100%;height:100%;border-radius:50%}.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{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-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-Yellowtheme2-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.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-Yellowtheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.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 p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.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{height:100%;border-radius:50%;width:100%}.xml-title-Greentheme1-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-pc .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-pc .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-pc .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:#68a348;margin-right:8px}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div>div,.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:#68a348;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-pc>div{width:100%}.xml-title-Greentheme2-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme2-pc .title-container .left-image .image-container,.xml-title-Greentheme2-pc .title-container .left-image .image-container .xml-image-dan-tu,.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 .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-pc .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:#68a348;-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-pc .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-pc .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:#68a348;position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-pc>div{width:100%}.xml-title-Greentheme3-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-pc .title-container .right-top-bg{width:100%;height:50%;background-color:#b9e2a2;border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-pc .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-pc,.xml-title-Greentheme4-pc .cont-box{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-Greentheme3-pc .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-pc{display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-pc>div{width:100%}.xml-title-Greentheme4-pc .cont-box{display:flex;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-pc .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid #68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-pc .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:#68a348;position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-pc .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-pc .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-pc .title-container .title-left-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-pc .title-container .title-left-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-pc .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-pc .title-container .title-right-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-pc .title-container .title-right-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme6-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0}.xml-title-semicircle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-pc .title-container .title-left-img,.xml-title-semicircle-pc .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-pc .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-pc .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-pc .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-pc .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0}.xml-paragraph-first-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-pc .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner .xml-text-h5.text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pc .xml-text-h5.text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pc .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pc{text-align:left}.xml-paragraph-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-pc .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-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-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-pc .paragraph-suptitle-box .text-container{max-width:60%}.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::after,.xml-paragraph-thirteen-pc .body-text::before{width:80px;background-color:none;position:absolute;z-index:0;content:"";height:70%;max-height:100px}.xml-paragraph-thirteen-pc .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-pc .body-text::before{top:0;left:0;border-top:2px dashed #60A0E5;border-left:2px dashed #60A0E5;border-radius:32px 0 0}.xml-paragraph-thirteen-pc .body-text::after{bottom:0;right:0;border-bottom:2px dashed #60A0E5;border-right:2px dashed #60A0E5;border-radius:0 0 32px}.xml-paragraph-fourteen-pc{position:relative}.xml-paragraph-fourteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-pc .body-text{padding:3px;text-align:left;position:relative;border:4px solid #60a0e5}.xml-paragraph-fourteen-pc .body-text .right-image{width:31px;height:36px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-fourteen-right.png);background-size:100% 100%;position:absolute;top:-18px;right:2px;z-index:999}.xml-paragraph-fourteen-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#D5E6FD;padding:10px}.xml-paragraph-fourteen-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-pc{position:relative}.xml-paragraph-Yellowtheme1-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-pc .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-pc .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .border-bottom>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:4px solid #fdbc55;border-radius:5px}.xml-paragraph-Yellowtheme1-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme1-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-pc{position:relative}.xml-paragraph-Yellowtheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-pc .body-text-bg{border:4px solid #fdbc55;padding:5px;position:relative}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block1,.xml-paragraph-Yellowtheme2-pc .body-text-bg .block2,.xml-paragraph-Yellowtheme2-pc .body-text-bg .block3,.xml-paragraph-Yellowtheme2-pc .body-text-bg .block4{width:9px;height:9px;background-color:#fdbc55;border:4px solid #fdbc55;position:absolute;z-index:999}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme2-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Yellowtheme2-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-pc{position:relative}.xml-paragraph-Yellowtheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-pc .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-pc .body-text-bg .right-img{width:18px;height:31px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme3-right.png);background-size:100% 100%;position:absolute;right:11px;top:-2px;z-index:999}.xml-paragraph-Yellowtheme3-pc .body-text-bg .right-img>div{width:20px;height:2px;background-color:#fff;margin-left:-20px}.xml-paragraph-Yellowtheme3-pc .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme3-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-pc{position:relative}.xml-paragraph-Yellowtheme4-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-pc .body-text-bg{background-color:#fee0b0;border:2px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block1,.xml-paragraph-Yellowtheme4-pc .body-text-bg .block2,.xml-paragraph-Yellowtheme4-pc .body-text-bg .block3,.xml-paragraph-Yellowtheme4-pc .body-text-bg .block4{width:16px;height:16px;background-color:#fdbc55;position:absolute;z-index:999}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pc .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pc .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fee0b0;padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-pc{position:relative}.xml-paragraph-Yellowtheme5-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-pc .body-text-bg{background-color:#feefd7;border-radius:20px 0;border:3px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-pc .body-text-bg .left-img,.xml-paragraph-Yellowtheme5-pc .body-text-bg .right-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute}.xml-paragraph-Yellowtheme5-pc .body-text-bg .left-img{top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-pc .body-text-bg .right-img{bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-pc{position:relative}.xml-paragraph-fifteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-pc .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pc .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pc .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pc .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pc .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-pc{position:relative}.xml-paragraph-Greentheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-pc .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pc .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-pc .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pc .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-pc{position:relative}.xml-paragraph-Greentheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-pc .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-pc{position:relative}.xml-paragraph-Greentheme4-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-pc .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-pc .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-pc{position:relative}.xml-paragraph-Greentheme5-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-pc .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-pc .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-pc .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-text-image-first-pc .w-e-text-container,.xml-text-image-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-pc .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-pc .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .image-container{margin:10px 0;text-align:center}.xml-text-image-second-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-second-pc .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.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}.xml-text-image-fourth-pc .w-e-text-container,.xml-text-image-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-pc .image-box .image-container .block-checked,.xml-text-image-third-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu,.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-pc{height:100%}.xml-text-image-fourth-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-pc .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-pc .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-pc .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-pc .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-pc .image-text-box{width:100%}.xml-text-image-fifth-pc .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-pc .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-pc .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-pc .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-pc .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-pc .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-pc .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-pc .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-pc .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-pc .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(#a7d3fb));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-pc .image-text-decorate2{width:100px;height:100px;background-image: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-paragraph-Thirtyfive-pc .body-text,.xml-paragraph-Thirtysix-pc .body-text{-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-width:1px!important;border-image-slice:1!important;text-align:left}.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;position:relative;background-color:#FFF;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important}.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;position:relative;background-color:#FFF;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important}.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{height:30px;background-size:100% 100%;background-repeat:no-repeat;pointer-events:none;position:absolute;top:50%;width:15px;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(100% - 56px);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)}.add-notes-bookmarks,.add-notes-bookmarks-pc,.add-notes-bookmarks-pc::after,.add-notes-bookmarks::after{position:absolute;background:#2b2b2b}.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}.add-notes-bookmarks,.add-notes-bookmarks-pc{-webkit-box-pack:justify;-webkit-box-sizing:border-box;border-radius:6px}.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{z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:90px;padding:5px;box-sizing:border-box}.add-notes-bookmarks-pc .item-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999999}.add-notes-bookmarks-pc .item-box img{width:20px;cursor:pointer}.add-notes-bookmarks{left:140px;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24vw;padding:4px;box-sizing:border-box}.add-notes-bookmarks .item-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999999}.add-notes-bookmarks .item-box img{width:4vw;padding:2px;cursor:pointer}.add-notes-bookmarks::after{bottom:-1vw;left:10vw;z-index:99998;content:"";width:4vw;height:4vw;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#2b2b2b}.add-notes-bookmarks-pc::after{bottom:-8px;left:40px;z-index:99998;content:"▙";-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#2b2b2b}.add-notes-box-text .notes-text-box .textarea,.add-notes-box-text .notes-text-box .title-box,.add-notes-box-text-pc .notes-text-box-pc .textarea,.add-notes-box-text-pc .notes-text-box-pc .title-box{color:#333;font-size:14px;font-family:"微软雅黑"}.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-weight:400;font-stretch:normal;letter-spacing:0;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}.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-weight:400;font-stretch:normal;letter-spacing:0;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}.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;text-align:center}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang img{height:calc(100% - 34px)}.parent-group.xml-single-image-group .xml-image-duo-tu .no-title .xml-image-hua-lang img{height:100%}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--lay,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--lay,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--lay{font-size:16px;color:#333;width:100%;overflow:hidden;white-space:normal;word-break:break-all}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--on{margin-bottom:10px}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--fixed,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--fixed,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--fixed{font-size:14px;color:#fff;position:absolute;left:0;z-index:3;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:rgba(0,0,0,.4);padding:5px 10px}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--bottom,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--bottom,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--bottom{bottom:0}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--top,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--top,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--top{top:0}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--under{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.parent-group.xml-single-image-group .image-container-scroll,pre{overflow-x:scroll}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo{width:100%;max-width:750px;margin:0 auto}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo{width:100%;text-align:center}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .custom-indicator{position:absolute;bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:3;background-color:rgba(0,0,0,.4);color:#fff;font-size:12px;padding:3px 10px;border-radius:24px;min-width:48px}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .custom-indicator.withBottomTitle{bottom:calc(100% - 32px)}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .custom-indicator.withTopTitle{bottom:12px}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .image-title--under{min-height:24px}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .el-carousel__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo img{width:100%;-o-object-fit:cover;object-fit:cover}.el-image-viewer__wrapper .el-image-viewer__title{font-size:16px;color:#fff;position:fixed;top:20px;bottom:initial;text-align:center;width:calc(100% - 84px);overflow:hidden;text-overflow:ellipsis;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:rgba(0,0,0,.6392156863);padding:0 12px;background-color:transparent;cursor:auto}.el-image-viewer__wrapper .el-image-viewer__content{font-size:14px;color:#fff;position:fixed;bottom:80px;text-align:center;line-height:22px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;background:rgba(0,0,0,.6392156863);padding:5px 15px;border-radius:0;word-break:break-all;-ms-flex-wrap:wrap;flex-wrap:wrap;cursor:auto}.el-image-viewer__wrapper .el-image-viewer__content .ellipsis-box{width:100%}.el-image-viewer__wrapper .el-image-viewer__close{top:20px;right:10px;width:32px;height:32px}.el-image-viewer__wrapper .el-image-viewer__actions .el-icon-arrow-left.is-disabled,.el-image-viewer__wrapper .el-image-viewer__actions .el-icon-arrow-right.is-disabled{color:#999}.text-ellipsis-3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis;overflow:hidden}.el-image__placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:1000px){.el-image-viewer__wrapper .el-image-viewer__canvas{width:auto;height:auto;position:absolute;top:60px;left:100px;right:100px;bottom:140px;overflow:hidden}}.parent-group.xml-single-music-group .audio-component{display:none!important}.parent-group.xml-single-music-group .xml-music-container .fixed-ratio-container{width:100%;padding-bottom:24.78%;position:relative}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.8% 3.5%;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--A,.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--B{border:1px solid #418eed}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--C .xml-music-player-box .xml-audio-player .audio-player-control{max-width:100%}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--E,.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--F{border:2px dashed #999}.parent-group.xml-single-music-group .xml-music-container .play-mode-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:7px;right:0;z-index:2}.parent-group.xml-single-music-group .xml-music-container .play-mode-wrap .play-control-image{width:24px;height:20px}.parent-group.xml-single-music-group .xml-music-container .demo .play-mode-wrap{top:3px;right:0;z-index:2}.parent-group.xml-single-music-group .xml-music-container .demo .play-mode-wrap .play-control-image{width:18px;height:14px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box{width:100%;height:100%;position:relative}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover{width:17.28%;height:100%;margin-right:2%;position:relative}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover .el-image{width:100%;height:100%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover .style-a{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:6px;max-width:71.72%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-player-control,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-player-control{padding-top:2px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title{width:calc(100% - 30px);color:var(--reader-theme-font-color,#333)}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title .scroll-text{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-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 .fixed-ratio-container{padding-bottom:0}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModeE_content{width:100%}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModeE_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModee_title{text-align:center;margin-top:30px}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModeE_progress{width:calc(100% - 190px);margin:0 20px}.parent-group.xml-single-music-group .xml-music-style-mode-F .fixed-ratio-container{padding-bottom:0}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_content{width:100%}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_IMG{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:250px;height:150px;background-color:#ebebeb}.parent-group.xml-single-recorder-group .audio-component,.parent-group.xml-single-video-group .video-js .vjs-error-display::before{display:none!important}.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 .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 .xml-audio-player .audio-controls .audio-controls__handler .progress{width:100%;justify-self:center}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress .el-slider__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 .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}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon{display:none}@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{-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{height:100%;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.question>div{height:100%;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 .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);font-family:"Times New Roman",微软雅黑}.xml-single-question-group .content .stem-content.no-border{padding:0;border:none;cursor:default}.xml-single-question-group .content .stem-content .placeholder{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xml-single-question-group .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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.5em;text-align:right}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:focus-within>.toolbar,div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{border:0;font:inherit;line-height:normal;overflow:visible;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}.video-js button,div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}div.code-toolbar>.toolbar>.toolbar-item+.toolbar-item{margin-left:6px}.parent-group.xml-single-text-group .text-container table{border-collapse:collapse;margin:10px auto;width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;border:1px solid #797979}.parent-group.xml-single-text-group .text-container table td,.parent-group.xml-single-text-group .text-container table th{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}.parent-group.xml-single-text-group .text-container table th,.parent-group.xml-single-text-group .text-container table tr.firstRow td{color:#353535;background-color:#ececec}.parent-group.xml-single-text-group .text-container p{word-break:break-word;margin:0}.parent-group.xml-single-text-group .text-container span.inline-link-wrap{text-indent:initial}.parent-group.xml-single-text-group .text-container a.alertImg>img{width:1px!important;height:1px!important}.parent-group.xml-single-text-group .text-container .inline-audio-wrap,.parent-group.xml-single-text-group .text-container .inline-link-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-text-group .text-container .inline-audio-wrap span,.parent-group.xml-single-text-group .text-container .inline-link-wrap span{display:inline-block;text-indent:0!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit,.parent-group .richtext-reset-container .richtext-reset-wrapper--view,.parent-group .text-container .richtext-reset-wrapper--edit,.parent-group .text-container .richtext-reset-wrapper--view{--default-font-family:"Times New Roman",微软雅黑,"Mircosoft Yahei",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-family:var(--reader-theme-font-family,var(--default-font-family));font-size:16px;color:#333;line-height:1.5;overflow-x:auto}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit 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-block}.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 *{white-space:pre-wrap}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.parent-group .text-container .richtext-reset-wrapper--edit p,.parent-group .text-container .richtext-reset-wrapper--view p{font-size:var(--reader-theme-font-size,16px)!important;line-height:var(--reader-theme-line-height,2)!important;letter-spacing:var(--reader-theme-letter-spacing,0)!important;color:#333;word-break:break-word;text-align:justify}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p:not([style~=background-color\:]),.parent-group .richtext-reset-container .richtext-reset-wrapper--view p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--edit p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--view p:not([style~=background-color\:]){color:var(--reader-theme-font-color,#333)}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p+img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p+img,.parent-group .text-container .richtext-reset-wrapper--edit p+img,.parent-group .text-container .richtext-reset-wrapper--view p+img{margin-top:8px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p span,.parent-group .text-container .richtext-reset-wrapper--edit p *,.parent-group .text-container .richtext-reset-wrapper--edit p span,.parent-group .text-container .richtext-reset-wrapper--view p *,.parent-group .text-container .richtext-reset-wrapper--view p span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ol,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ol,.parent-group .text-container .richtext-reset-wrapper--view ul{list-style-position:inside}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .text-container .richtext-reset-wrapper--view ol>li>p,.parent-group .text-container .richtext-reset-wrapper--view ul>li>p{display:contents}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit video,.parent-group .richtext-reset-container .richtext-reset-wrapper--view video,.parent-group .text-container .richtext-reset-wrapper--edit video,.parent-group .text-container .richtext-reset-wrapper--view video{display:inline-block}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6 span,.parent-group .text-container .richtext-reset-wrapper--edit h1,.parent-group .text-container .richtext-reset-wrapper--edit h1 span,.parent-group .text-container .richtext-reset-wrapper--edit h2,.parent-group .text-container .richtext-reset-wrapper--edit h2 span,.parent-group .text-container .richtext-reset-wrapper--edit h3,.parent-group .text-container .richtext-reset-wrapper--edit h3 span,.parent-group .text-container .richtext-reset-wrapper--edit h4,.parent-group .text-container .richtext-reset-wrapper--edit h4 span,.parent-group .text-container .richtext-reset-wrapper--edit h5,.parent-group .text-container .richtext-reset-wrapper--edit h5 span,.parent-group .text-container .richtext-reset-wrapper--edit h6,.parent-group .text-container .richtext-reset-wrapper--edit h6 span,.parent-group .text-container .richtext-reset-wrapper--view h1,.parent-group .text-container .richtext-reset-wrapper--view h1 span,.parent-group .text-container .richtext-reset-wrapper--view h2,.parent-group .text-container .richtext-reset-wrapper--view h2 span,.parent-group .text-container .richtext-reset-wrapper--view h3,.parent-group .text-container .richtext-reset-wrapper--view h3 span,.parent-group .text-container .richtext-reset-wrapper--view h4,.parent-group .text-container .richtext-reset-wrapper--view h4 span,.parent-group .text-container .richtext-reset-wrapper--view h5,.parent-group .text-container .richtext-reset-wrapper--view h5 span,.parent-group .text-container .richtext-reset-wrapper--view h6,.parent-group .text-container .richtext-reset-wrapper--view h6 span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ul{-webkit-padding-start:32px!important;padding-inline-start:32px!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--view .float-clear::after{content:""}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear img,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .text-container .richtext-reset-wrapper--view .float-clear img{margin:5px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit strong,.parent-group .richtext-reset-container .richtext-reset-wrapper--view strong,.parent-group .text-container .richtext-reset-wrapper--edit strong,.parent-group .text-container .richtext-reset-wrapper--view strong{font-weight:900}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--view .span.magic-link{display:inline;text-indent:initial}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .richtext-reset-container .richtext-reset-wrapper--view span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--view span.magic-fillchar{display:inline-block;min-width:1px;max-width:1px}.parent-group .richtext-reset-container{overflow:hidden}.xml-text-preview-box-dialog .el-dialog__header{display:none!important}.xml-text-preview-box-dialog table tr.firstRow td{color:#353535;background-color:#ececec}.xml-text-preview-box-dialog table td{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}.xml-text-preview-box-dialog p{font-size:16px;line-height:1.5;color:#333;word-break:break-word}.xml-text-preview-box-dialog p+img{margin-top:8px}.xml-text-preview-box-dialog p *{word-break:initial}.xml-text-preview-box-dialog p span,body h1,body h1 span,body h2,body h2 span,body h3,body h3 span,body h4,body h4 span,body h5,body h5 span,body h6,body h6 span,body p,body p span{word-break:break-word}.xml-text-preview-box-dialog .float-clear::after{content:"";display:table;clear:both}.xml-text-preview-box-dialog .float-clear img{margin:5px}.xml-text-preview-box-dialog strong{font-weight:900}.preview-counter-main-pc .xml-reader-window-box .tippy-content{background-color:#eeeeef;border-radius:4px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15)}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#eeeeef;color:#535353}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.preview-counter-main-pc .xml-reader-window-box .tipbar-action{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.preview-counter-main-pc .xml-reader-window-box .tipbar-action:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon{display:inline-block;width:1.1em;height:1.1em;margin-right:4px;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.addTeacherResources{background-image:url(../../static/images/icons/richtext/addTeacherResources.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-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}.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-m-box>li,.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;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:727px;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:10;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-preview-catalog-pc .xml-text-book-name span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header{position:sticky;top:0;left:0;background:#fff;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:52px;padding:12px 0 20px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-title{padding:0 14px;font-family:PingFang SC;font-weight:500;font-size:16px;color:#4994fb}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-img{width:12px;height:18px;background-size:100% 100%}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-img-left{background-image:url(../../static/images/icons/books/catalog_left.png)}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-img-right{background-image:url(../../static/images/icons/books/catalog_right.png)}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalogHeaderHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:sticky;top:0;left:0;z-index:99;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-parent-group-block .add-teacher-resources,.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .el-tree-node__expand-icon,.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .el-tree-node__expand-icon::before{display:none}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content{font-size:14px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .el-tree-node__content{position:relative;height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .is-current>.el-tree-node__content{position:relative;background:linear-gradient(88deg,#e3f2ff 0,#f9fcff 100%);border-radius:6px 0 0 6px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .is-current>.el-tree-node__content::after{position:absolute;top:5px;left:0;content:"";display:block;width:3px;height:20px!important;background:#4994fb}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .custom-tree-node{font-style:14px;font-weight:400;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;display:block!important}.xml-digital-teaching-preview .exceeding_the_trial_reading{position:absolute;top:0;right:0;z-index:99;display:block;width:100%;height:100%;background-color:rgba(0,0,0,.1);background-image:url(../../static/images/icons/resource/lock.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:100% 50%}.xml-digital-teaching-preview .xml-digital-teaching-phone{height:calc(100vh - var(--xml-reader-nav-bar-height));background-color:#f5f5f5}.xml-digital-teaching-preview .xml-digital-teaching-phone .xmlmback{position:absolute;top:122px;left:137px;z-index:1;padding-top:5px}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-reader-window-box{-webkit-touch-callout:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-reader-window-box .xml-reader-content{padding-bottom:85px}.xml-digital-teaching-preview .xml-digital-teaching-phone .preview-list{width:100%;height:calc(100vh - var(--xml-reader-nav-bar-height) - var(--vh-offset,0px));background-color:var(--reader-theme-color);-ms-scroll-chaining:none;overscroll-behavior:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .preview-list .xml-reader-window-Preview-dom{height:calc(100vh - var(--xml-reader-nav-bar-height) - var(--vh-offset,0px));overflow-y:auto}.xml-digital-teaching-preview .xml-digital-teaching-phone .preview-list .xml-reader-window-Preview-dom .reader-content{padding-bottom:90px}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop{width:100%;height:80vh;background-color:#f6fbff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.1);box-shadow:0 0 16px 0 rgba(0,0,0,.1);border-radius:22px 22px 0 0;padding:10px 15px 34px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop .xmlPreviewSearch-input{margin-top:0}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop .xmlPreviewSearch-input input{padding:1px 20px;background:#f3f3f3;border:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop .seach-text{background-color:#f6fbff;-webkit-box-shadow:none;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.1);padding:8px 0 14px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-parent-group-block{position:relative}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .el-collapse-item__content{padding-bottom:0;width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar{padding:0 16px;width:100%;position:fixed;top:0;left:0;z-index:99;pointer-events:all}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con{width:100%;height:42px;background:#dee9ff;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.05);box-shadow:0 0 10px 0 rgba(0,0,0,.05);border-radius:12px;padding:5px 12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con .cur-name{width:70%;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#0d3b8b;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con .search-box{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:11px;color:#0d3b8b;line-height:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con .search-box .icon{width:16px;height:16px;margin-left:12px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content{width:100%;height:100%;position:fixed;top:0;left:0;z-index:3003;pointer-events:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;position:absolute;width:100%;bottom:0;left:0;background:#fff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.2);box-shadow:0 0 16px 0 rgba(0,0,0,.2);pointer-events:all;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:env(safe-area-inset-bottom);z-index:3003;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-transition:all .3s;transition:all .3s}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .btn-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:10px 24px 0}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .btn-list .btn-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;border-radius:8px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:24px;color:#0d3b8b;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .switch-chapters-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0 34px 16px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;border-bottom:1px solid #f1f1f1}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .switch-chapters-content img{width:10px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .toolbar-phone-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#333;line-height:22px;margin:10px 0 4px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_10 div,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_11 div,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_12 div,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_13 div{color:#3e8ced;font-weight:600}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .toolbar-phone-item .toolbar-icon{width:24px;height:24px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_10 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_10.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_11 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_11.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_12 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_12.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_13 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_13.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_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-list .Highlight-item>img,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .mark-item>img,.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-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 .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>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>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;line-height:var(--reader-theme-line-height,2)!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:577px}}@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:507px}}.xml-digital-teaching-preview .mask-layer-trial-external{position:absolute;top:0;left:0;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.3)}.xml-digital-teaching-preview .mask-layer-trial-external img{width:20px}.xml-digital-teaching-preview .min-mask-layer img{width:14px}.xml-digital-teaching-preview ::-webkit-scrollbar{width:6px}.xml-digital-teaching-preview ::-webkit-scrollbar-track{background-color:#e0e0e0}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb{background-color:#a3a3a3}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb:hover{background-color:#797979}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb:active{background-color:#797979}.xml-digital-teaching-preview .xml-reader-window-box .text-books-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.xml-digital-teaching-preview .xml-reader-window-box .text-books-content #BottomReserveASeat,.xml-digital-teaching-preview .xml-reader-window-box .text-books-content #topReserveASeat{position:relative;width:100%;overflow:hidden}.xml-digital-teaching-preview .xml-reader-window-box .text-books-content #BottomReserveASeat .el-icon-loading,.xml-digital-teaching-preview .xml-reader-window-box .text-books-content #topReserveASeat .el-icon-loading{position:absolute;top:0;left:calc(50% - 10px);z-index:10}.xml-digital-teaching-preview .xml-reader-window-box .text-books-content .load-more{height:16px}.xml-digital-teaching-preview .xml-search-highlight{background-color:#ff0;color:red}.xml-digital-teaching-preview .code-toolbar{user-select:none}.add-teacher-resources-dialog .el-dialog__title{font-size:16px}.add-teacher-resources-dialog .el-dialog__body{padding:10px 20px 30px}.add-teacher-resources-dialog .el-dialog__body .ispan{font-size:12px!important;margin-top:-33px!important;font-style:normal!important}.add-teacher-resources-dialog .el-dialog__body .el-upload-list--picture-card{margin:0 0 0 -50px}.add-teacher-resources-dialog .el-dialog__body .el-checkbox{min-width:108px}.add-teacher-resources-dialog .el-dialog__body .el-upload--picture-card i{font-size:54px;margin-top:43px}.add-teacher-resources-dialog .el-dialog__body .recordeds{margin-left:0!important}.add-teacher-resources-dialog .el-dialog__body .upload-demo{margin-left:145px!important}.add-teacher-resources-dialog .el-dialog__body .addOne{height:60px!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item{margin:0!important;border-radius:4px!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item .text-textarea{width:100%!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item .text-textarea:focus{border-color:#409eff!important}.add-teacher-resources-dialog .el-dialog__body .disUoloadSty .el-upload--picture-card{display:none}.add-teacher-resources-dialog .el-dialog__body .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:40px}.add-teacher-resources-dialog .el-dialog__body .xml-file-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:148px;height:148px;background-color:#a7afb8;border:1px dashed #c0ccda;border-radius:6px}.add-teacher-resources-dialog .el-dialog__body .xml-file-list-item .cover{max-width:100%;max-height:100%}.add-teacher-resources-dialog .el-tabs__nav-wrap::after{position:static!important}.add-teacher-resources-dialog .notes-form{margin-left:-2px}.add-teacher-resources-dialog .notes-textarea{width:84%!important}.add-teacher-resources-dialog .character-count{position:absolute;right:8px;bottom:-4px;font-size:12px;color:#999}.preview-tree-box-h5{background:0 0;padding:15px 0;height:calc(100% - 30px);overflow-x:hidden;overflow-y:auto}.preview-tree-box-h5[id=built-in-tree]{padding:0}.preview-tree-box-h5 .el-tree-node{word-break:break-all;white-space:normal}.preview-tree-box-h5 .el-tree-node .el-tree-node__content{display:table}.preview-tree-box-h5-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preview-tree-box-h5-title .el-image{position:absolute;left:16px}.preview-tree-box-h5-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.preview-tree-box-h5-line{width:100%;height:1px;background:#ccc;border-radius:1px}.preview-tree-box-h5.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.preview-tree-box-h5.custom-catalog-tree .el-tree-node__expand-icon{display:none}.preview-tree-box-h5.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.preview-tree-box-h5 .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.preview-tree-box-h5 .catalog-node .highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;color:#1681e5}.preview-tree-box-h5 .catalog-node__left,.preview-tree-box-h5 .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.preview-tree-box-h5 .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.preview-tree-box-h5 .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.preview-tree-box-h5 .catalog-node__left .node-label-bg{position:absolute;color:transparent}.preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left .catalog-node__label,.xml-iframe-web-view{position:relative}.preview-tree-box-h5 .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;color:#1681e5}.preview-tree-box-h5 .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left{width:200px}.preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.xml-toast-prompt-box{position:fixed;top:40vh;left:35vw;z-index:100000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30vw}.xml-toast-prompt-box .prompt-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:200px;min-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 20px;border-radius:6px;font-size:16px;font-family:"微软雅黑";text-align:center}.xml-toast-prompt-box .warning{background:#fcf6ed;border:2px solid #ffedd4;color:#f2ae4b}.xml-toast-prompt-box .error{background:#fdf0f0;border:2px solid #f0c5c5;color:#eb6c6e}.xml-toast-prompt-box .success{background:#ddf1e2;border:2px solid #bee2c7;color:#6ac73c}.xml-set-pop-pc .el-dialog{width:395px;height:340px}.xml-set-pop-pc .el-dialog__header{background-color:#f2f2f2!important}.xml-set-pop-pc .el-form-item{margin-bottom:35px}.xml-set-pop-pc .el-form-item__label{font-size:16px}.xml-set-pop-pc .el-select{margin-left:3px}.xml-set-pop-pc .el-select--medium{width:300px;height:30px}.xml-set-pop-pc .slider{margin-left:18px}.xml-set-pop-pc .select-font{margin-left:11px;width:75%}.xml-set-pop-pc .set-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:37px}.xml-set-pop-pc .set-item .keyname{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;line-height:22px;margin-right:9px;white-space:nowrap}.xml-set-pop-pc .set-item .spacing-box .el-input__inner{width:25vw;padding-right:10px}.xml-set-pop-pc .set-item>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#333;width:29.9%}.xml-set-pop-pc .set-item>div>span{margin:0 20px}.xml-set-pop-pc .set-item>div>span.el-input-number__decrease,.xml-set-pop-pc .set-item>div>span.el-input-number__increase{margin:0}.xml-set-pop-pc .set-item .size-btn{width:62px;height:30px;background:#efefef;border-radius:15px;text-align:center;line-height:30px;cursor:pointer}.xml-set-pop-pc .set-item .reading-mode{margin-right:14px;width:62px;height:30px;border:2px solid #ddd;border-radius:6px;text-align:center;line-height:30px;cursor:pointer}.xml-set-pop-pc .set-item .current-reading-mode{border-color:#2495ff}.xml-set-pop-pc .set-item .color-box{width:calc(100% - 65px);display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-column-gap:3vw;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;grid-template-columns:repeat(auto-fit,28px)}.xml-set-pop-pc .set-item .color-box .color-tag{width:28px;height:28px;border-radius:50%}.xml-set-pop-pc .set-item .color-box .active,.xml-single-textarea-group .textarea-border{border:1px solid #333}.xml-set-pop-pc .set-item .family-select-box{width:calc(100% - 75px)}.xml-set-pop-pc .set-item .family-select-box .el-select{width:100%}.xml-set-pop-pc .set-item .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 .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:100;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{display:inline-block;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 .preview-counter-main-pc .preview-list-pc{height:calc(100% - 80px)}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .el-collapse-item__header{background:#538ae6}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .is-active{background:#3e8ced;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header{background-color:#538ae6}.xml-reader-preview-huateng .xml-digital-teaching-pc .is-active{border:2px solid #3e8ced}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .preview-toolbar-content{margin-right:0}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc{width:68px;height:100%;padding-left:4px;padding-right:4px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar{background-color:#79abfa;-webkit-box-shadow:-2px -2px 2px 1px rgba(60,90,164,.8);box-shadow:-2px -2px 2px 1px rgba(60,90,164,.8)}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar div{color:#fff}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 div{color:#3e8ced;font-weight:600}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc::before{display:none}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .toolbar-item{height:90px;background-color:#deecff;margin:0 0 6px;border-radius:0 18px 18px 0}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_01.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_02.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_03.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_04.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_05.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_06.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_07.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_08.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_09.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_01.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_02.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_03.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_04.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_05.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_06.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_07.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_08.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_09.png)!important}.xml-reader-preview-huateng .xmlStatisticalCharts .wrap_left{width:30px;height:80px;margin-right:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xmlStatisticalCharts .wrap_right{width:30px;height:80px;margin-left:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xmlStatisticalCharts .uptri{margin:0 auto;width:0;height:0;border-top:15px solid rgba(255,255,255,0);border-left:15px solid rgba(255,255,255,0);border-bottom:15px solid rgba(151,151,151,.25);border-right:15px solid rgba(255,255,255,0)}.xml-reader-preview-huateng .xmlStatisticalCharts .uptri1{margin:0 auto;width:0;height:0;border-top:15px solid #fff;border-left:15px solid #fff;border-bottom:15px solid #fff;border-right:15px solid #fff}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color1{background-color:#fc7293}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color2{background-color:#9d91f3}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color3{background-color:#47c8e8}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color4{background-color:#64a4fc}.xml-reader-preview-huateng .xmlStatisticalCharts .student_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_img{width:100px;height:100px;border-radius:50px;background-color:#ececec}.xml-reader-preview-huateng .xmlStatisticalCharts .student_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top .img{width:100px;height:100px;border-radius:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:750px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .select_swiper_box,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .swiper_box{margin-right:30px;border-radius:4px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .teacher_img{width:80px;height:80px;border-radius:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .teacher_name{text-align:center;padding:10px 0;width:80px;height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom{width:850px;background-color:#fff;margin-top:0;border-radius:10px;-webkit-box-shadow:0 2px 16px 0 rgba(151,151,151,.25);box-shadow:0 2px 16px 0 rgba(151,151,151,.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 20px 30px}.xml-reader-preview-guokai .xmlStatisticalCharts .student_bottom_box .title,.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{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-select{width:140px;height:34px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-input--suffix{height:34px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-input--suffix input{height:34px!important}.xml-reader-preview-guokai .xml-digital-teaching-pc{padding-left:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left{-webkit-box-shadow:0 0 10px 0 rgba(218,218,218,.8);box-shadow:0 0 10px 0 rgba(218,218,218,.8)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalog-content .is-current>.el-tree-node__content{position:relative;background:rgba(211,222,255,.54);-webkit-box-shadow:0 0 3px 0 rgba(143,178,231,.36);box-shadow:0 0 3px 0 rgba(143,178,231,.36);border-radius:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalog-content .is-current>.el-tree-node__content::after{display:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .xml-preview-catalog-pc .catalog-header .catalog-img-left{background-image:url(../../static/images/icons/books/catalog_left_gk.png)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .xml-preview-catalog-pc .catalog-header .catalog-img-right{background-image:url(../../static/images/icons/books/catalog_right_gk.png)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-text-book-name{padding:10px 30px 10px 10px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:16px;color:#333}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#666;line-height:19px;margin-top:22px;margin-bottom:16px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs>div{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs>div>span{margin:0 10px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs-active{font-weight:600;color:#538ae6}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs .left-icon{background:url(../../static/images/icons/books/catalog_left_gk.png);background-size:100% 100%;width:20px;height:30px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs .right-icon{background:url(../../static/images/icons/books/catalog_right_gk.png);background-size:100% 100%;width:20px;height:30px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header{background:rgba(222,230,255,.54);border-radius:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__nav{width:100%;border:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__item{width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#999;text-align:center;padding:0 15px;background:#f0f3fe}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__active-bar{width:30px;height:3px;background:#538ae6;margin:0 0 4px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .demo-collapse,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-preview-catalog-pc{padding:10px 10px 0!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-note-header{background-color:#538ae6}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalogContentTeacher{padding-left:10px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc{-webkit-box-shadow:0 2px 14px 8px #ddd;box-shadow:0 2px 14px 8px #ddd}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress{width:150px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress-bar__outer{border:1px solid #4d90f9}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress__text{font-size:14px!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .title{padding-top:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up span{padding-top:6px;font-family:SimHei;font-weight:400;font-size:14px;color:#676767;cursor:pointer}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item{margin-bottom:10px;background:#fff;border-radius:10px;border:1px solid #d5dee3;padding:10px 8px 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .el-collapse-item__header{background:#538ae6;border-radius:6px;margin-bottom:12px}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .is-active{background:#aecdfe;border-color:#aecdfe;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list{padding:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-teacher-note{background:#fff;-webkit-box-shadow:0 0 10px 0 rgba(142,142,142,.15);box-shadow:0 0 10px 0 rgba(142,142,142,.15);border-radius:10px;border:1px solid #aecdfe}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header{background-color:#aecdfe;border-radius:8px 8px 0 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header .note-icon{width:18px}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active{border:1px solid #d5dee3;background:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active .resource-list{background:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active i{border:0;color:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .preview-toolbar-content{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc{height:100%;padding-left:4px;padding-right:4px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar{background-color:var(--xml-reader-toolbar-color);-webkit-box-shadow:2px 1px 2px 1px var(--xml-reader-toolbar-border-color);box-shadow:2px 1px 2px 1px var(--xml-reader-toolbar-border-color)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar div{color:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc::before{display:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .toolbar-item{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 .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;pointer-events:fill}.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;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;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-single-textarea-group .content,.xml-single-textarea-group .title{line-height:30px;font-family:var(--xml-textarea-typeface,楷体,楷体_GB2312,SimKai)}.xml-robot-content-pc .robot-view .input-box .sending:hover{opacity:.7}.xml-hevue-imgpreview-wrap .fade-enter,.xml-hevue-imgpreview-wrap .fade-leave-to,.xml-robot-content-pc .Fade-enter,.xml-robot-content-pc .Fade-leave-to{opacity:0}.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-to,.xml-robot-content-pc .Fade-leave{opacity:1}.xml-robot-content-pc .Fade-enter-active,.xml-robot-content-pc .Fade-leave-active{-webkit-transition:all .6s;transition:all .6s}.xml-robot-content-pc .download-dom{position:fixed;top:0;left:0;height:0;overflow-y:scroll}.xml-single-textarea-group .xml-textarea{width:100%}.xml-single-textarea-group .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;resize:horizontal;width:100%}.xml-single-textarea-group .textarea-box{text-align:justify;font-size:16px;width:100%;resize:none}.xml-single-textarea-group .horizontal-line{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAdCAIAAAAcg2rJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDAgNzkuMTcxYzI3ZiwgMjAyMi8wOC8xNi0xODowMjo0MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyNC0xMC0yMVQxNzo1MToxNSswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjQtMTAtMjFUMTc6NTI6MjcrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjQtMTAtMjFUMTc6NTI6MjcrMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM4NmQ1NmY1LWY3NmUtZDk0MS05NmU4LTM4YTI0MjYzZjJhNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODZkNTZmNS1mNzZlLWQ5NDEtOTZlOC0zOGEyNDI2M2YyYTciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozODZkNTZmNS1mNzZlLWQ5NDEtOTZlOC0zOGEyNDI2M2YyYTciPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjM4NmQ1NmY1LWY3NmUtZDk0MS05NmU4LTM4YTI0MjYzZjJhNyIgc3RFdnQ6d2hlbj0iMjAyNC0xMC0yMVQxNzo1MToxNSswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjZAsPUAAAAcSURBVCiRY/z//z8DbsCER25UelR6VJoIaQIAAOIvAzXsQBfkAAAAAElFTkSuQmCC);background-size:1px 30px}.xml-single-textarea-group .float{float:right;height:100%;margin-left:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;shape-outside:inset(calc(100% - 100px) 0 0)}.xml-single-textarea-group .img{width:80px}.xml-single-textarea-group .content{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;padding:0 0 3px}.xml-single-textarea-group .title{position:relative;padding-right:6px;border-bottom:1px solid #fff;font-size:16px}.xml-single-textarea-group .textarea{-webkit-user-modify:read-write-plaintext-only;outline:0;-webkit-user-drag:none;-moz-user-drag:none;-ms-user-drag:none;user-drag:none}.xml-popup-content .content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}.xml-popup-content .content .xml-popup-mback{margin:3vw auto;width:26vw;height:1vw;border-radius:1vw;background-color:#0d3b8b}.xml-collapse-content,.xml-collapse-content .xml-collapse-item{width:100%;background-color:inherit}.xml-collapse-content .xml-collapse-item .collapse-top{position:sticky;left:0;top:0;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background:#f6fbff}.xml-collapse-content .xml-collapse-item .collapse-top .collapse-title{width:calc(100% - 6vw);height:10vw;font-family:PingFang SC,PingFang SC;text-align:left;font-weight:600;font-size:16px;color:#0d3b8b;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;line-height:10vw}.xml-collapse-content .xml-collapse-item .collapse-top .el-icon-arrow-down{color:#0d3b8b;font-size:20px;font-weight:600;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-collapse-content .xml-collapse-item .collapse-top .collapse{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s;transition:all .3s}.xml-collapse-content .xml-collapse-item .collapse-content{-webkit-transition:height .3s;transition:height .3s}.xml-empty-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.xml-drag-and-drop-loading{background-color:#fff;position:relative;overflow:hidden}.xml-drag-and-drop-loading #xml-scroll-container{position:relative;-webkit-transition:all .18s;transition:all .18s}.xml-drag-and-drop-loading #xml-scroll-container .xml-loading-text{width:100%;color:#999;font-size:14px;text-align:center;letter-spacing:2px}.xml-drag-and-drop-loading #xml-scroll-container #up-loading-text{position:absolute;top:-20px;z-index:1}.xml-drag-and-drop-loading #xml-scroll-container #down-loading-text{position:absolute;bottom:-20px;z-index:1}.dp-text-ellipsis-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:6px 0;overflow:hidden;font-size:14px;line-height:20px}.dp-text-ellipsis-wrapper .text{position:relative;overflow:hidden;line-height:1.5;text-align:justify;text-overflow:ellipsis;word-break:break-all;-webkit-transition:.3s max-height;transition:.3s max-height}.dp-text-ellipsis-wrapper .text::before{float:right;height:calc(100% - 20px);content:""}.dp-text-ellipsis-wrapper .text::after{position:absolute;width:999vw;height:999vw;margin-left:-100px;content:""}.dp-text-ellipsis-wrapper .btn{position:relative;float:right;clear:both;margin-left:10px;font-size:14px;padding:0 8px;color:#206ef7;line-height:20px;border-radius:4px;cursor:pointer;z-index:10}.dp-text-ellipsis-wrapper .btn::after{font-family:element-icons!important;content:"展开\e790"}.dp-text-ellipsis-wrapper .text.showall{max-height:none}.dp-text-ellipsis-wrapper .text.showall .btn::after,.dp-text-ellipsis-wrapper .text.showall .btn::before{visibility:hidden}.dp-text-ellipsis-wrapper .text.showall.hidden-btn .btn::after{content:"收起\e78f";visibility:visible}.dp-text-ellipsis-wrapper .btn::before{position:absolute;left:1px;color:#333;-webkit-transform:translateX(-100%);transform:translateX(-100%);content:"..."}.xml-hevue-imgpreview-wrap{position:fixed;top:0;bottom:0;right:0;left:0;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:9999;color:rgba(255,255,255,.6)}.xml-hevue-imgpreview-wrap .he-img-wrap{width:100%;height:100%;text-align:center;vertical-align:middle;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-hevue-imgpreview-wrap .arrow{width:42px;height:42px;text-align:center;line-height:42px;position:absolute;top:50%;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-ms-transform:translateY(-50%);font-size:24px;cursor:pointer;-webkit-transition:all .2s;transition:all .2s;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .arrow:hover{opacity:.8;-webkit-transform:translateY(-50%) scale(1.2);transform:translateY(-50%) scale(1.2)}.xml-hevue-imgpreview-wrap .arrow-left{left:50px}.xml-hevue-imgpreview-wrap .arrow-right{right:50px}.xml-hevue-imgpreview-wrap .he-close-icon{position:absolute;right:20px;top:50px;z-index:2;width:36px;height:36px;font-size:22px;line-height:36px;text-align:center;border-radius:50%;cursor:pointer;-webkit-transition:all .2s;transition:all .2s;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .he-close-icon:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-hevue-imgpreview-wrap .he-control-bar-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;bottom:calc(5% + 80px);left:0}.xml-hevue-imgpreview-wrap .he-control-bar{height:44px;bottom:10%;padding:0 22px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:22px;margin:0 auto;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .he-control-title{position:absolute;top:30px;left:0;width:100%;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff;z-index:1}.xml-hevue-imgpreview-wrap .he-control-num{position:absolute;bottom:5%;left:0;width:100%;padding:0 22px;font-size:16px;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .he-control-num .briefIntroduction{position:relative;margin:0 auto;max-width:800px;max-height:70vh;overflow-y:scroll}.xml-hevue-imgpreview-wrap .he-control-num .briefIntroduction .expand_and_collapse{position:absolute;right:0;bottom:0;color:#299fff;cursor:pointer}.xml-hevue-imgpreview-wrap .he-control-num .text-ellipsis{overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical}.xml-hevue-imgpreview-wrap .he-control-btn{line-height:44px;font-size:24px;cursor:pointer;padding:0 9px;-webkit-transition:all .2s;transition:all .2s}.xml-hevue-imgpreview-wrap .he-control-btn:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.xml-hevue-imgpreview-wrap .fade-enter-active,.xml-hevue-imgpreview-wrap .fade-leave-active{-webkit-transition:opacity .3s;transition:opacity .3s}.xml-hevue-imgpreview-wrap .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 .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 .vjs-custom-skin>.video-js .vjs-control-bar.fullscren,.xml-modal-viewer__wrapper .vjs-custom-skin>.video-js .vjs-control-bar.fullscren{position:fixed;opacity:1!important}.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-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-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 p{text-align:center}.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 .mark-view p{text-align:center}.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 p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-h5>div{width:100%}.xml-title-Greentheme1-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container,.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .mark-view p{text-align:center}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-h5>div{width:100%}.xml-title-Greentheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container,.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:var(--background-color);-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:var(--background-color);position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .mark-view p{text-align:center}.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 .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-library-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.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-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-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{background:var(--background-color);position:absolute;right:0;z-index:999;height:100%;content:"";width:2px}.xml-title-fourteen-library-h5 .title-container .cont-box::before{-webkit-transform:skew(45deg);transform:skew(45deg)}.xml-title-fourteen-library-h5 .title-container .cont-box::after{top:0;-webkit-transform:skew(135deg);transform:skew(135deg)}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);border-radius:3px}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-seventeen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-library-h5>div{min-width:60%}.xml-title-seventeen-library-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-library-h5 .title-container .left-image{z-index:0;width:48px;height:48px;border-radius:50%;background-color:var(--background-color);padding:3px;position:absolute;left:0}.xml-title-seventeen-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:var(--background-color);border:2px solid #fff}.xml-title-seventeen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.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{content:"";height:4px;position:absolute;bottom:-10px;-webkit-transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%)}.xml-title-Redtheme2-library-h5 .title-container::before{width:88px;background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%);border-radius:1px;right:5px;transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container::after{width:4px;background-color:var(--background-color);border-radius:50%;right:-5px;transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme2-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme2-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:25px!important;padding-right:25px!important;text-align:left}.xml-title-Redtheme3-library-h5 .suptitle{display:inline-block;-webkit-transform:skew(-20deg);transform:skew(-20deg);background-color:var(--background-color);position:relative;z-index:9}.xml-title-Redtheme3-library-h5 .suptitle .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-h5 .suptitle .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-h5 .suptitle .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px;background-color:#ebebeb;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.35);box-shadow:0 2px 3px 0 rgba(0,0,0,.35);-webkit-transform:skew(-20deg);transform:skew(-20deg);min-width:180px;margin-top:-10px}.xml-title-Redtheme3-library-h5 .title-container::after,.xml-title-Redtheme3-library-h5 .title-container::before{background-color:var(--background-color);position:absolute;bottom:-8px;content:"";right:-7px}.xml-title-Redtheme3-library-h5 .title-container::before{width:20px;height:2px}.xml-title-Redtheme3-library-h5 .title-container::after{width:2px;height:30px}.xml-title-Redtheme3-library-h5 .title-container .w-e-text-container,.xml-title-Redtheme4-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme3-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme4-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 25px!important}.xml-title-Redtheme4-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px}.xml-title-Redtheme4-library-h5 .title-container .left-icon{position:relative;margin-right:10px;margin-top:-4px}.xml-title-Redtheme4-library-h5 .title-container .left-icon::before{content:"";width:0;height:0;border:15px solid #000;border-left:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-8px;right:0;margin-right:5px}.xml-title-Redtheme4-library-h5 .title-container .left-icon::after{content:"";width:0;height:0;border:10px solid var(--background-color);border-right:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;left:0}.xml-title-Redtheme4-library-h5 .title-container .right-icon{position:relative;margin-top:-5px;margin-left:10px}.xml-title-Redtheme4-library-h5 .title-container .right-icon::before{content:"";width:0;height:0;border:10px solid var(--background-color);border-left:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;right:0;margin-right:5px}.xml-title-Redtheme4-library-h5 .title-container .right-icon::after{content:"";width:0;height:0;border:15px solid #000;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-6px;left:0}.xml-title-Redtheme4-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9}.xml-title-Redtheme4-library-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-first-library-pad .title-container .text-container .editorClass .w-e-text-container p{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;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-h5 .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-h5 .xml-group-h5{position:relative}.xml-title-thirtytwo-library-h5 .xml-group-h5::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-h5 .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-h5 .title-container::before{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,.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox .mark-view p{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,.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox .mark-view p{text-align:center}.xml-title-BuleRectangleTwo-library-h5 .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border{position:relative;height:120px;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rightTopround{position:absolute;width:10px;height:10px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-6px;left:99%}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;bottom:-6px;left:-6px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:55%;background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:40%;padding:0 14px;position:relative;top:30%;left:20%}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox{width:100%;font-weight:600!important}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox .parent-group-mark{line-height:3}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image{width:25px;border:6px solid var(--background-color);z-index:9;position:absolute;left:7px}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-image{width:58px;z-index:9;position:absolute;bottom:0;right:5px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}}.xml-title-Sevenpagefive-library-h5,.xml-title-Sevenpageone-library-h5,.xml-title-titleCrane-library-h5,.xml-title-titleLight-library-h5,.xml-title-titleLogging-library-h5,.xml-title-titleQuestion-library-h5,.xml-title-titleTearcher-library-h5,.xml-title-titleText-library-h5{text-align:left}.xml-title-titleLogging-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;margin-top:-3px;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleLogging-library-h5 .title-container .right-top-bg{border-bottom:2px solid #609fe5!important;margin-top:6px;position:relative;z-index:9;width:100%}.xml-title-titleLogging-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-40px}.xml-title-titleLogging-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLogging-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleLogging-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleQuestion-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleQuestion-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleQuestion-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-35px;bottom:0}.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleQuestion-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleQuestion-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleCrane-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px}.xml-title-titleCrane-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleCrane-library-h5 .title-container .left-image{z-index:0;width:75px;height:63px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleCrane-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleCrane-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleCrane-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleLight-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px}.xml-title-titleLight-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleLight-library-h5 .title-container .left-image{z-index:0;width:67px;height:60px;border:6px solid var(--background-color);position:absolute;bottom:0;left:0}.xml-title-titleLight-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLight-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLight-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLight-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLight-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleLight-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleTearcher-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleTearcher-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleTearcher-library-h5 .title-container .left-image{z-index:0;width:67px;height:50px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleTearcher-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleTearcher-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleText-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleText-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:12px;z-index:9;position:relative}.xml-title-titleText-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;left:0;bottom:5px}.xml-title-titleText-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleText-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleText-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleText-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleText-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleText-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-Sevenpagefive-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:180px}.xml-title-Sevenpagefive-library-h5 .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefive-library-h5 .title-container .title-bg{width:98%;height:140px;background-color:#0168b6;opacity:.1;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-content{width:98%;height:140px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;top:0;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .title-content .small-titlebox{margin:25px 0 16px 12px;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .title-content .big-titlebox{width:50%;text-align:center;margin-top:70px;margin-left:5%;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .right-jiao{width:20px;height:20px;background-color:#73acd7;position:absolute;right:-4px;top:-4px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border{width:98%;height:125px;border:1px solid #0168b6;border-bottom:none;border-top:none;position:absolute;top:10px;left:2px;z-index:3}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-top{width:100%;position:absolute;left:0;top:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-top .border-left{width:50%;border-top:1px solid #0168b6}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-top .border-right{width:27%;border-top:1px solid #0168b6;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .xie-cutiao{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-5px;left:50%;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .xie-cutiao .xie-cutiao-item{width:10px;height:10px;background-color:#0168b6;clip-path:polygon(42% 0,100% 0,56% 98%,0 100%)}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .circle{width:8px;height:8px;background-color:#0168b6;border-radius:8px;position:absolute;left:-.8%;bottom:-8px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .sanjiao{width:12px;height:12px;clip-path:polygon(100% 0,0 0,0 100%);background-color:#0168b6;margin:2px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom{width:calc(100% - 22px);border-bottom:1px solid #0168b6;position:absolute;left:2%;bottom:-16px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom .left-xiexian{width:2%;height:8px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;left:-2%;bottom:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom .cutiao{width:13%;height:14px;background-color:#0168b6;position:absolute;left:5%;bottom:-7px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom .right-xiexian{width:3%;height:16px;background:linear-gradient(to top left,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;right:-2.5%;bottom:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .point{color:#0168b6;position:absolute;right:4%;bottom:0}.xml-title-thirtynine-library-h5{text-align:center}.xml-title-thirtynine-library-h5 .title-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:5px 16px;position:relative}.xml-title-thirtynine-library-h5 .title-container::before{content:"";width:7px;height:7px;position:absolute;left:0;bottom:0;background:linear-gradient(45deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-h5 .title-container::after{content:"";width:7px;height:7px;position:absolute;right:0;top:0;background:linear-gradient(-135deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-h5 .title-container .mask{position:absolute;top:6px;left:0;width:100%;height:calc(100% - 16px);background-color:var(--background-color);opacity:.5;pointer-events:none}.xml-title-thirtynine-library-h5 .title-container .title-number{height:50px;background-color:var(--background-color);border-radius:0 0 10px 10px;min-width:50px;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:-6px;padding:0 8px}.xml-title-thirtynine-library-h5 .title-container .title-number .line1{position:absolute;width:7px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-title-thirtynine-library-h5 .title-container .title-number .line2{position:absolute;width:4px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg);margin-left:22px}.xml-title-thirtynine-library-h5 .title-container .title-number::before{content:"";width:7px;height:7px;background:linear-gradient(-45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;left:-7px}.xml-title-thirtynine-library-h5 .title-container .title-number::after{content:"";width:7px;height:7px;background:linear-gradient(45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;right:-7px}.xml-title-thirtynine-library-h5 .title-container .title-text{position:relative;z-index:9;padding:4px 0 8px 14px}.xml-title-thirtynine-library-h5 .title-container .text-container{position:relative;border:2px solid transparent!important;z-index:1}.xml-title-Forty-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;padding-left:18px!important}.xml-title-Forty-library-h5>div{width:100%}.xml-title-Forty-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9}.xml-title-Forty-library-h5 .title-container .left-image{width:63px;height:74px;background-color:var(--background-color);position:relative;z-index:9;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-title-Forty-library-h5 .title-container .left-image .image-box{width:74%;height:75%;background-color:#fff;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container{width:100%;height:86%;border-radius:50%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);border:2px solid #fff}.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container .xml-image-dan-tu,.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container .xml-image-dan-tu img{border-radius:50%;width:100%;height:100%}.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Forty-library-h5 .title-container .right-top-bg{min-height:50px;max-width:77%;position:relative;margin-left:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px}.xml-title-Forty-library-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);opacity:.5;border-radius:5px}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block{width:60px;height:30px;position:absolute;right:-8px;bottom:-8px;background:linear-gradient(153deg,transparent 0,transparent 51%,var(--background-color) 49%,var(--background-color) 100%);border-radius:10px 0 5px}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block::after{content:"";width:8px;height:5px;background-color:#5c5c5c;position:absolute;right:0;top:0;z-index:-1}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block::before{content:"";width:18px;height:8px;background-color:#5c5c5c;position:absolute;left:3px;bottom:0;z-index:-1}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Fortyone-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px!important;padding-left:8px!important}.xml-title-Fortyone-library-h5>div{width:100%}.xml-title-Fortyone-library-h5 .title-container{display:inline-block;position:relative;z-index:9}.xml-title-Fortyone-library-h5 .title-container .title-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:25px 0 0 25px;padding-left:5px;height:40px}.xml-title-Fortyone-library-h5 .title-container .title-bg::after{content:"";width:70%;height:100%;position:absolute;top:0;right:-10px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0);background-color:inherit;z-index:-1}.xml-title-Fortyone-library-h5 .title-container .title-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e5eff9;border-radius:25px 0 0 25px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0)}.xml-title-Fortyone-library-h5 .title-container .left-image{width:50px;height:50px;background-color:var(--background-color);position:relative;z-index:9;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;border:2px solid #fff}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox{height:100%;padding:0 20px 0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Sevenpageone-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpageone-library-h5 .title-container .title-bgimg{width:100%;height:295px;background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox{width:250px;height:66px;background-color:#0168b6;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:60px;color:#fff}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .triangle_left{width:20px;height:20px;clip-path:polygon(0 0,0 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .triangle_right{width:20px;height:20px;clip-path:polygon(0 0,100% 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-h5 .title-container .small-titlebox{margin-top:18px;text-align:center}.xml-title-Sevenpagefour-library-h5,.xml-title-Sevenpagethree-library-h5,.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 .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 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagefour-library-h5 .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefour-library-h5 .title-container .title-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpagefour-library-h5 .title-container .title-top .shutiao{border-left:1px solid #0168b6;height:28px;margin:0 4px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom{width:100%;position:relative}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .title-bottom-bg0{width:92%;border-bottom:1px solid #0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian{width:54%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:6px;position:absolute;bottom:-2px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg1{width:82%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg2{width:7.5%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg3{width:2.6%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6%;bottom:-4px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;bottom:2px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian .top-xian{width:92%;border-top:1px solid #0168b6;position:absolute;right:48%;bottom:8px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian .right-xiexian{position:absolute;right:38%;bottom:2px;width:10%;height:6px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-first-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 7px}.xml-title-first-library-pad .title-container .title-left-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#eaecef),to(var(--background-color)));background-image:linear-gradient(180deg,#eaecef 3%,var(--background-color) 100%);position:absolute;left:-12px;top:0;z-index:999;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .title-right-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,var(--background-color)),to(#eaecef));background-image:linear-gradient(180deg,var(--background-color) 3%,#eaecef 100%);position:absolute;top:0;right:-13px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color)!important;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-first-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme1-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-library-pad>div{width:100%}.xml-title-Yellowtheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:2px solid var(--background-color);border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-library-pad .title-container .left-image .jiantou1{width:36px;height:8px;background-color:#fff;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-library-pad .title-container .left-image .jiantou2{width:8px;height:36px;background-color:#fff;border-bottom:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid #fff}.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;border-radius:50%;height:100%}.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:#fff;max-width:77%;position:relative}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid var(--background-color);position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Yellowtheme2-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-library-pad>div{width:100%}.xml-title-Yellowtheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-library-pad .title-container .left-icon{width:35px;height:35px;background-color:var(--background-color);opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid var(--background-color);margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme4-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-rectangle-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-library-pad .title-container .title-left-img{width:10px;height:100%;position:absolute;left:-15px;background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pad .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-library-pad .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pad .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-sixth-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pad>div{width:100%}.xml-title-sixth-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-library-pad .title-container .title-left-div{max-width:30%}.xml-title-sixth-library-pad .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:var(--background-color);text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-library-pad .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:var(--background-color);margin-top:5px}.xml-title-sixth-library-pad .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-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-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 p{text-align:center}.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 .mark-view p{text-align:center}.xml-title-thirteenth-library-pad .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-library-pad>div{padding:0 20px}.xml-title-Yellowtheme5-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 15px,var(--background-color) 0) bottom left,linear-gradient(45deg,transparent 15px,var(--background-color) 0) top left,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:5px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-library-pad .title-container::before{content:"";width:100%;height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pad .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pad .title-container .left-img{position:absolute;width:50px;height:60%;top:50%;left:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background: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-pad .title-container .right-img{position:absolute;width:50px;height:60%;top:50%;right:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(-45deg,transparent 25px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 25px,var(--background-color) 0) top right;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-library-pad>div{height:100%}.xml-title-Yellowtheme6-library-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:2px solid var(--background-color);z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-library-pad .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox{padding:1px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fff;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-pad .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-pad .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-pad .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-pad .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-pad>div{width:100%}.xml-title-Greentheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-pad .title-container .left-image .image-container,.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-pad .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .mark-view p{text-align:center}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-pad>div{width:100%}.xml-title-Greentheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-pad .title-container .left-image .image-container,.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;border-radius:50%;height:100%}.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{margin-right:3px}.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 .mark-view p{text-align:center}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-library-pad>div{width:100%}.xml-title-Greentheme3-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-library-pad .title-container .right-top-bg{width:100%;height:50%;background-color:var(--background-color);border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-library-pad>div{width:100%}.xml-title-Greentheme4-library-pad .cont-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-library-pad .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-library-pad .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:var(--background-color);position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-library-pad .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.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-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-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%;content:"";z-index:999}.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-Redtheme1-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-triangle-library-pad .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.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-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-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::after,.xml-title-Redtheme3-library-pad .title-container::before{background-color:var(--background-color);position:absolute;right:-7px;content:"";bottom:-8px}.xml-title-Redtheme3-library-pad .title-container::before{width:20px;height:2px}.xml-title-Redtheme3-library-pad .title-container::after{width:2px;height:30px}.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;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-pad .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-pad .xml-group-h5{position:relative}.xml-title-thirtytwo-library-pad .xml-group-h5::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-pad .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-pad .title-container::before{content:"";width:20px;height:31px;background-color:var(--background-color);position:absolute;bottom:0;left:0}.xml-title-thirtytwo-library-pad .title-container::after{content:"";width:30%;border-bottom:solid 2px var(--background-color);position:absolute;right:0;bottom:3px;z-index:-1}.xml-title-thirtytwo-library-pad .title-container .text-container{border:2px solid transparent}.xml-title-thirtythree-library-pad .xml-group-h5{padding-left:15px;padding-bottom:10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:left}.xml-title-thirtythree-library-pad .xml-group-h5::before{content:"";width:7px;height:17px;background-color:#636363;position:absolute;bottom:0;left:0;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-thirtythree-library-pad .xml-group-h5::after{content:"";width:calc(100% - 15px);height:10px;background-color:#636363;position:absolute;bottom:3px;right:0;z-index:0}.xml-title-thirtythree-library-pad .xml-group-h5 .title-container{background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg);display:inline-block;padding:3px 15px;z-index:99;position:relative;border:2px solid transparent;margin-left:7px}.xml-title-thirtythree-library-pad .xml-group-h5 .title-container::before{content:"";width:15px;height:calc(100% + 8px);background-color:var(--background-color);position:absolute;left:-2px;top:5px}.xml-title-thirtythree-library-pad .xml-group-h5 .title-container .text-container{-webkit-transform:skew(25deg);transform:skew(25deg);border:2px solid transparent}.xml-title-thirtyfour-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-thirtyfour-library-pad::before{content:"";width:46px;height:46px;background-color:var(--background-color);border-radius:50%;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyfour-library-pad .title-container{background-color:var(--background-color);border-radius:20px;position:relative;z-index:9;display:inline-block;padding:1px;border:2px solid transparent}.xml-title-thirtyfour-library-pad .title-container .text-container{background-color:#fff;border-radius:20px;padding:3px 18px;border:2px solid transparent}.xml-title-thirtyfive-library-pad .title-container{padding-left:22px;padding-top:12px;position:relative;text-align:left}.xml-title-thirtyfive-library-pad .title-container::before{content:"";width:56px;height:56px;border:4px solid var(--background-color);background-color:#fff;position:absolute;left:0;top:0}.xml-title-thirtyfive-library-pad .title-container .suptitle-box{background-color:var(--background-color);border:4px solid #fff;display:inline-block;padding:15px;position:relative;z-index:9}.xml-title-thirtyfive-library-pad .title-container .suptitle-box .text-container{border:2px solid transparent}.xml-title-thirtyfive-library-pad .title-container .subtitle-box{position:relative;padding:0 15px 10px 20px;display:inline-block}.xml-title-thirtyfive-library-pad .title-container .subtitle-box::after{content:"";width:31px;height:31px;border-right:solid 4px var(--background-color);border-bottom:solid 4px var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtyfive-library-pad .title-container .subtitle-box .text-container{border:2px solid transparent}.xml-title-thirtysix-library-pad{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,.xml-title-thirtysix-library-pad .title-container .right-line::before{position:absolute;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);bottom:0;content:""}.xml-title-thirtysix-library-pad .title-container .left-line::after{width:10px;height:15px;right:-2px;-webkit-transform:skew(30deg);transform:skew(30deg)}.xml-title-thirtysix-library-pad .title-container .right-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pad .title-container .right-line::before{width:10px;height:15px;left:-2px;-webkit-transform:skew(-30deg);transform:skew(-30deg)}.xml-title-thirtysix-library-pad .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 196px)}.xml-title-thirtyseven-library-pad{text-align:center}.xml-title-thirtyseven-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyseven-library-pad .title-container .left-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pad .title-container .left-line::after{content:"";width:10px;height:27px;position:absolute;bottom:-10px;right:-5px;border-right:2px solid var(--background-color)}.xml-title-thirtyseven-library-pad .title-container .right-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pad .title-container .right-line::before{content:"";width:10px;height:27px;position:absolute;bottom:-10px;left:-5px;border-left:2px solid var(--background-color)}.xml-title-thirtyseven-library-pad .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 126px)}.xml-title-thirtyeight-library-pad{text-align:center}.xml-title-thirtyeight-library-pad .title-container{display:inline-block;border:1px solid var(--background-color)!important;padding:3px 16px;position:relative}.xml-title-thirtyeight-library-pad .title-container::before{content:"";width:5px;height:24px;background-color:var(--background-color);position:absolute;left:-3px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pad .title-container::after{content:"";width:5px;height:24px;background-color:var(--background-color);position:absolute;right:-3px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pad .title-container .text-container{border:2px solid transparent;text-align:left}.xml-title-BuleRectangle-library-pad,.xml-title-BuleRectangleTwo-library-pad,.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rigth-titlebox .mark-view p{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 .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-BuleRectangle-library-pc .title-container .trapezoid-border .right-rapezoid,.xml-title-BuleRectangleTwo-library-pad .title-container .right-rapezoid,.xml-title-BuleRectangleTwo-library-pc .title-container .right-rapezoid{-webkit-box-orient:horizontal;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);-webkit-box-direction:normal}.xml-title-BuleRectangleTwo-library-pad .title-container .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;background-color:#609fe5}.xml-title-BuleRectangleTwo-library-pad .title-container .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image{width:25px;border:6px solid var(--background-color);z-index:9;position:absolute;left:7px}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-title-BuleRectangleTwo-library-pad .title-container .right-image{width:58px;z-index:9;position:absolute;bottom:0;right:5px}.xml-title-BuleRectangleTwo-library-pad .title-container .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-titleLogging-library-pad{text-align:left}.xml-title-titleLogging-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;margin-top:-3px;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleLogging-library-pad .title-container .right-top-bg{border-bottom:2px solid #609fe5!important;margin-top:6px;position:relative;z-index:9;width:100%}.xml-title-titleLogging-library-pad .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-40px}.xml-title-titleLogging-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLogging-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLogging-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLogging-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLogging-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleLogging-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleQuestion-library-pad{text-align:left}.xml-title-titleQuestion-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleQuestion-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleQuestion-library-pad .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-35px;bottom:0}.xml-title-titleQuestion-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleQuestion-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleQuestion-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleQuestion-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleQuestion-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleQuestion-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleCrane-library-pad{text-align:left}.xml-title-titleCrane-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px}.xml-title-titleCrane-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleCrane-library-pad .title-container .left-image{z-index:0;width:75px;height:63px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleCrane-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleCrane-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleCrane-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleCrane-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleCrane-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleCrane-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleLight-library-pad{text-align:left}.xml-title-titleLight-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px}.xml-title-titleLight-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleLight-library-pad .title-container .left-image{z-index:0;width:67px;height:60px;border:6px solid var(--background-color);position:absolute;bottom:0;left:0}.xml-title-titleLight-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLight-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLight-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLight-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLight-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleLight-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleTearcher-library-pad{text-align:left}.xml-title-titleTearcher-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleTearcher-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleTearcher-library-pad .title-container .left-image{z-index:0;width:67px;height:50px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleTearcher-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleTearcher-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleTearcher-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleTearcher-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleTearcher-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleTearcher-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleText-library-pad{text-align:left}.xml-title-titleText-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleText-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:12px;z-index:9;position:relative}.xml-title-titleText-library-pad .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;left:0;bottom:5px}.xml-title-titleText-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleText-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleText-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleText-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleText-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleText-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-thirtynine-library-pad{text-align:center}.xml-title-thirtynine-library-pad .title-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:5px 16px;position:relative}.xml-title-thirtynine-library-pad .title-container::before{content:"";width:7px;height:7px;position:absolute;left:0;bottom:0;background:linear-gradient(45deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-pad .title-container::after{content:"";width:7px;height:7px;position:absolute;right:0;top:0;background:linear-gradient(-135deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-pad .title-container .mask{position:absolute;top:6px;left:0;width:100%;height:calc(100% - 16px);background-color:var(--background-color);opacity:.5;pointer-events:none}.xml-title-thirtynine-library-pad .title-container .title-number{height:50px;background-color:var(--background-color);border-radius:0 0 10px 10px;min-width:50px;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:-6px;padding:0 8px}.xml-title-thirtynine-library-pad .title-container .title-number .line1{position:absolute;width:7px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-title-thirtynine-library-pad .title-container .title-number .line2{position:absolute;width:4px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg);margin-left:22px}.xml-title-thirtynine-library-pad .title-container .title-number::before{content:"";width:7px;height:7px;background:linear-gradient(-45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;left:-7px}.xml-title-thirtynine-library-pad .title-container .title-number::after{content:"";width:7px;height:7px;background:linear-gradient(45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;right:-7px}.xml-title-thirtynine-library-pad .title-container .title-text{position:relative;z-index:9;padding:4px 0 8px 14px}.xml-title-thirtynine-library-pad .title-container .text-container{position:relative;border:2px solid transparent!important;z-index:1}.xml-title-Forty-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;padding-left:18px!important}.xml-title-Forty-library-pad>div{width:100%}.xml-title-Forty-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9}.xml-title-Forty-library-pad .title-container .left-image{width:63px;height:74px;background-color:var(--background-color);position:relative;z-index:9;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-title-Forty-library-pad .title-container .left-image .image-box{width:74%;height:75%;background-color:#fff;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container{width:100%;height:86%;border-radius:50%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);border:2px solid #fff}.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container .xml-image-dan-tu,.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container .xml-image-dan-tu img{border-radius:50%;height:100%;width: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 .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,.xml-title-Fortyone-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{border-radius:50%;height:100%;width:100%}.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 .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 .editorClass .w-e-text-container{background-color:transparent}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Sevenpageone-library-pad{text-align:left}.xml-title-Sevenpageone-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpageone-library-pad .title-container .title-bgimg{width:100%;height:295px;background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox{width:250px;height:66px;background-color:#0168b6;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:60px}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox .triangle_left{width:20px;height:20px;clip-path:polygon(0 0,0 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox .triangle_right{width:20px;height:20px;clip-path:polygon(0 0,100% 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-pad .title-container .small-titlebox{margin-top:18px;text-align:center}.xml-title-Sevenpagetwo-library-pad{text-align:left}.xml-title-Sevenpagetwo-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpagetwo-library-pad .title-container .left-box{width:57%;position:relative}.xml-title-Sevenpagetwo-library-pad .title-container .left-box .left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:6px}.xml-title-Sevenpagetwo-library-pad .title-container .left-box img{width:14px;height:14px;margin-right:6px}.xml-title-Sevenpagetwo-library-pad .title-container .left-box .bottomzhuangshi{width:118px;height:10px;clip-path:polygon(0 0,100% 0,93% 100%,0 100%);background-color:#0168b6;opacity:.2;position:absolute;left:0;bottom:-6px}.xml-title-Sevenpagetwo-library-pad .title-container .left-box .left-tiao-bottom{width:100%;border:1px solid #0168b6;position:absolute;left:0;bottom:-2px}.xml-title-Sevenpagetwo-library-pad .title-container .right-box{width:33%;height:14px;position:absolute;bottom:18.5%;right:6.7%}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .xietiao{width:7.4%;height:14px;background:linear-gradient(to bottom right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .right-top{width:92%;height:14px;border-top:1px solid #0168b6;position:absolute;bottom:1px;left:6.7%}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .bottom-zhuangshi .cuxietiao{width:4.1%;height:10px;background-color:#80b3da;clip-path:polygon(66% 0,100% 0,34% 99%,0 100%);margin-top:4px}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .bottom-zhuangshi .circle{color:#0168b6;margin-top:4px;position:absolute;right:2%;bottom:-6px}.xml-title-Sevenpagethree-library-pad{text-align:left}.xml-title-Sevenpagethree-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagethree-library-pad .title-container .bottomzhuangshi{width:80%;height:10px;background-color:#c4def1;position:absolute;left:40px;bottom:-2px}.xml-title-Sevenpagethree-library-pad .title-container .left-box{width:44%;position:relative}.xml-title-Sevenpagethree-library-pad .title-container .left-box .toptiao{width:88%;border:1px solid #0168b6;position:absolute;left:0;top:-8px;z-index:1}.xml-title-Sevenpagethree-library-pad .title-container .left-box .tixing-bg{width:45%;height:28px;background-color:#c4def1;clip-path:polygon(0 0,100% 0,67% 99%,0 100%);position:absolute;left:0;top:-14px}.xml-title-Sevenpagethree-library-pad .title-container .left-box .left-content{width:96%;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;clip-path:polygon(0 0,87% 0,100% 100%,0 100%);background-color:#0168b6;padding-left:8px}.xml-title-Sevenpagethree-library-pad .title-container .left-box img{width:22px;height:22px;margin-right:8px}.xml-title-Sevenpagethree-library-pad .title-container .left-box .right-xietiao{width:13%;height:42px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 2px),#0168b6 50%,transparent calc(50% + 2px),transparent 100%);position:absolute;right:-2px;top:-8px}.xml-title-Sevenpagethree-library-pad .title-container .right-box{width:56%;height:100%}.xml-title-Sevenpagethree-library-pad .title-container .right-box .right-bottom{width:44%;height:100%;border-bottom:1px solid #0168b6;position:absolute;bottom:2px}.xml-title-Sevenpagethree-library-pad .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:14%}.xml-title-Sevenpagethree-library-pad .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#0168b6;clip-path:polygon(29% 0,51% 0,96% 100%,74% 100%);margin-top:4px}.xml-title-Sevenpagethree-library-pad .title-container .right-box .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:3.5%;bottom:-2px}.xml-title-Sevenpagefour-library-pad{text-align:left}.xml-title-Sevenpagefour-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagefour-library-pad .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefour-library-pad .title-container .title-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpagefour-library-pad .title-container .title-top .shutiao{border-left:1px solid #0168b6;height:28px;margin:0 4px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom{width:100%;position:relative}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .title-bottom-bg0{width:92%;border-bottom:1px solid #0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian{width:54%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:6px;position:absolute;bottom:-2px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian .title-bottom-bg1{width:82%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian .title-bottom-bg2{width:7.5%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian .title-bottom-bg3{width:2.6%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6%;bottom:-4px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .right-xian{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;bottom:2px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .right-xian .top-xian{width:92%;border-top:1px solid #0168b6;position:absolute;right:50%;bottom:8px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .right-xian .right-xiexian{position:absolute;right:40%;bottom:2px;width:10%;height:6px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagefive-library-pad{text-align:left}.xml-title-Sevenpagefive-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:180px}.xml-title-Sevenpagefive-library-pad .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefive-library-pad .title-container .title-bg{width:98%;height:140px;background-color:#0168b6;opacity:.1;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-pad .title-container .title-content{width:98%;height:140px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;top:0;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .title-content .small-titlebox{margin:25px 0 16px 12px;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .title-content .big-titlebox{width:50%;text-align:center;margin-top:70px;margin-left:5%;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .right-jiao{width:20px;height:20px;background-color:#73acd7;position:absolute;right:-4px;top:-4px}.xml-title-Sevenpagefive-library-pad .title-container .title-border{width:98%;height:125px;border:1px solid #0168b6;border-bottom:none;border-top:none;position:absolute;top:10px;left:2px;z-index:3}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-top{width:100%;position:absolute;left:0;top:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-top .border-left{width:50%;border-top:1px solid #0168b6}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-top .border-right{width:20%;border-top:1px solid #0168b6;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .xie-cutiao{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-5px;left:50%;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .title-border .xie-cutiao .xie-cutiao-item{width:10px;height:10px;background-color:#0168b6;clip-path:polygon(42% 0,100% 0,56% 98%,0 100%)}.xml-title-Sevenpagefive-library-pad .title-container .title-border .circle{width:8px;height:8px;background-color:#0168b6;border-radius:8px;position:absolute;left:-.8%;bottom:-8px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .sanjiao{width:12px;height:12px;clip-path:polygon(100% 0,0 0,0 100%);background-color:#0168b6;margin:2px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom{width:calc(100% - 22px);border-bottom:1px solid #0168b6;position:absolute;left:2%;bottom:-16px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom .left-xiexian{width:2%;height:8px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;left:-2%;bottom:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom .cutiao{width:13%;height:14px;background-color:#0168b6;position:absolute;left:5%;bottom:-7px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom .right-xiexian{width:3%;height:16px;background:linear-gradient(to top left,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;right:-4%;bottom:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .point{color:#0168b6;position:absolute;right:4%;bottom:0}.xml-title-first-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 7px}.xml-title-first-library-pc .title-container .title-left-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#eaecef),to(var(--background-color)));background-image:linear-gradient(180deg,#eaecef 3%,var(--background-color) 100%);position:absolute;left:-12px;top:0;z-index:999;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pc .title-container .title-right-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,var(--background-color)),to(#eaecef));background-image:linear-gradient(180deg,var(--background-color) 3%,#eaecef 100%);position:absolute;top:0;right:-13px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color)!important;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pc .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-first-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme1-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-library-pc>div{width:100%}.xml-title-Yellowtheme1-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-library-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:2px solid var(--background-color);border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-library-pc .title-container .left-image .jiantou1{width:36px;height:8px;background-color:#fff;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-library-pc .title-container .left-image .jiantou2{width:8px;height:36px;background-color:#fff;border-bottom:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-library-pc .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid #fff}.xml-title-Yellowtheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.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 .editorClass .w-e-text-container{background-color:transparent}.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 p{text-align:center}.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-thirteenth-library-pc .title-container .text-container .mark-view p{text-align:center}.xml-title-Yellowtheme5-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-library-pc>div{padding:0 20px}.xml-title-Yellowtheme5-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 15px,var(--background-color) 0) bottom left,linear-gradient(45deg,transparent 15px,var(--background-color) 0) top left,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:5px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-library-pc .title-container::before{content:"";width:100%;height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pc .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pc .title-container .left-img{position:absolute;width:50px;height:60%;top:50%;left:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(45deg,transparent 25px,var(--background-color) 0) bottom left,linear-gradient(135deg,transparent 25px,var(--background-color) 0) top left;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pc .title-container .right-img{position:absolute;width:50px;height:60%;top:50%;right:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(-45deg,transparent 25px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 25px,var(--background-color) 0) top right;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-library-pc>div{height:100%}.xml-title-Yellowtheme6-library-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:2px solid var(--background-color);z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-library-pc .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox{padding:1px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fff;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-pc .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-pc>div{width:100%}.xml-title-Greentheme1-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-pc .title-container .left-image .image-container,.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-pc .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .mark-view p{text-align:center}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-pc>div{width:100%}.xml-title-Greentheme2-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-pc .title-container .left-image .image-container,.xml-title-Greentheme2-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.xml-title-Greentheme2-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-library-pc .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:var(--background-color);-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:var(--background-color);position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .mark-view p{text-align:center}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-library-pc>div{width:100%}.xml-title-Greentheme3-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-library-pc .title-container .right-top-bg{width:100%;height:50%;background-color:var(--background-color);border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-library-pc>div{width:100%}.xml-title-Greentheme4-library-pc .cont-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-library-pc .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-library-pc .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:var(--background-color);position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-library-pc .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-library-pc .title-container .title-left-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pc .title-container .title-left-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pc .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-library-pc .title-container .title-right-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pc .title-container .title-right-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px;max-width:70%}.xml-title-Greentheme6-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.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-fifth-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-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-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::after,.xml-title-Redtheme3-library-pc .title-container::before,.xml-title-thirtyone-library-pc .title-container::before,.xml-title-thirtytwo-library-pc .title-container::before{background-color:var(--background-color);content:""}.xml-title-Redtheme3-library-pc .title-container::before{width:20px;height:2px;position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-pc .title-container::after{width:2px;height:30px;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{width:119px;height:4px;position:absolute;bottom:-1px;left:-1px}.xml-title-thirtyone-library-pc .title-container::after{content:"";width:15px;height:20px;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-pc .xml-group-pc{position:relative}.xml-title-thirtytwo-library-pc .xml-group-pc::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-pc .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-pc .title-container::before{width:20px;height:31px;position:absolute;bottom:0;left:0}.xml-title-thirtytwo-library-pc .title-container::after{content:"";width:30%;border-bottom:solid 2px var(--background-color);position:absolute;right:0;bottom:3px;z-index:-1}.xml-title-thirtytwo-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-thirtythree-library-pc .xml-group-pc{padding-left:15px;padding-bottom:10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:left}.xml-title-thirtythree-library-pc .xml-group-pc::before{content:"";width:7px;height:17px;background-color:#636363;position:absolute;bottom:0;left:0;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-thirtythree-library-pc .xml-group-pc::after{content:"";width:calc(100% - 15px);height:10px;background-color:#636363;position:absolute;bottom:3px;right:0;z-index:0}.xml-title-thirtythree-library-pc .xml-group-pc .title-container{background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg);display:inline-block;padding:3px 15px;z-index:99;position:relative;border:2px solid transparent;margin-left:7px}.xml-title-thirtythree-library-pc .xml-group-pc .title-container::before{content:"";width:15px;height:calc(100% + 8px);background-color:var(--background-color);position:absolute;left:-2px;top:5px}.xml-title-thirtythree-library-pc .xml-group-pc .title-container .text-container{-webkit-transform:skew(25deg);transform:skew(25deg);border:2px solid transparent}.xml-title-thirtyfour-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-thirtyfour-library-pc .xml-group-pc{position:relative;padding-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-thirtyfour-library-pc .xml-group-pc::before{content:"";width:46px;height:46px;background-color:var(--background-color);border-radius:50%;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyfour-library-pc .title-container{background-color:var(--background-color);border-radius:20px;position:relative;z-index:9;display:inline-block;padding:1px;border:2px solid transparent}.xml-title-thirtyfour-library-pc .title-container .text-container{background-color:#fff;border-radius:20px;padding:3px 18px;border:2px solid transparent}.xml-title-thirtyfive-library-pc .title-container{padding-left:22px;padding-top:12px;position:relative;text-align:left}.xml-title-thirtyfive-library-pc .title-container::before{content:"";width:56px;height:56px;border:4px solid var(--background-color);background-color:#fff;position:absolute;left:0;top:0}.xml-title-thirtyfive-library-pc .title-container .suptitle-box{background-color:var(--background-color);border:4px solid #fff;display:inline-block;padding:15px;position:relative;z-index:9}.xml-title-thirtyfive-library-pc .title-container .suptitle-box .text-container{border:2px solid transparent}.xml-title-thirtyfive-library-pc .title-container .subtitle-box{position:relative;padding:0 15px 10px 20px;display:inline-block}.xml-title-thirtyfive-library-pc .title-container .subtitle-box::after{content:"";width:31px;height:31px;border-right:solid 4px var(--background-color);border-bottom:solid 4px var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtyfive-library-pc .title-container .subtitle-box .text-container{border:2px solid transparent}.xml-title-thirtysix-library-pc{text-align:center}.xml-title-thirtysix-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtysix-library-pc .title-container .left-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pc .title-container .left-line::after{content:"";width:10px;height:15px;position:absolute;bottom:0;right:-2px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);-webkit-transform:skew(30deg);transform:skew(30deg)}.xml-title-thirtysix-library-pc .title-container .right-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pc .title-container .right-line::before{content:"";width:10px;height:15px;position:absolute;bottom:0;left:-2px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);-webkit-transform:skew(-30deg);transform:skew(-30deg)}.xml-title-thirtysix-library-pc .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 196px)}.xml-title-thirtyseven-library-pc{text-align:center}.xml-title-thirtyseven-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyseven-library-pc .title-container .left-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pc .title-container .left-line::after{content:"";width:10px;height:27px;position:absolute;bottom:-10px;right:-5px;border-right:2px solid var(--background-color)}.xml-title-thirtyseven-library-pc .title-container .right-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pc .title-container .right-line::before{content:"";width:10px;height:27px;position:absolute;bottom:-10px;left:-5px;border-left:2px solid var(--background-color)}.xml-title-thirtyseven-library-pc .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 126px)}.xml-title-thirtyeight-library-pc{text-align:center}.xml-title-Sevenpageone-library-pc,.xml-title-thirtyeight-library-pc .title-container .text-container,.xml-title-titleCrane-library-pc,.xml-title-titleLight-library-pc,.xml-title-titleLogging-library-pc,.xml-title-titleQuestion-library-pc,.xml-title-titleTearcher-library-pc,.xml-title-titleText-library-pc{text-align:left}.xml-title-thirtyeight-library-pc .title-container{display:inline-block;border:1px solid var(--background-color)!important;padding:3px 16px;position:relative}.xml-title-thirtyeight-library-pc .title-container::after,.xml-title-thirtyeight-library-pc .title-container::before{width:5px;height:24px;background-color:var(--background-color);position:absolute;top:50%;content:""}.xml-title-thirtyeight-library-pc .title-container::before{left:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pc .title-container::after{right:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-BuleRectangle-library-pc,.xml-title-BuleRectangleTwo-library-pc,.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border .rigth-titlebox .mark-view p,.xml-title-Sevenpageone-library-pc .title-container .small-titlebox,.xml-title-thirtynine-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;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;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 .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;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;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 .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}.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
+@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-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;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;position:absolute;top:0;left:0;background-color:rgba(48,48,48,.45);font-size:14px;padding-left:16px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-btn{width:32px;height:32px;position:absolute;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{display:-webkit-box;display:-ms-flexbox;left:0}.main-btn i::before{font-size:32px}.controls{width:100%;height:30px;position:absolute;bottom:0;background-color:#000;opacity:.5;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.controls span{padding:0 5px;color:#fff}.cursor{cursor:pointer}.icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-video-container-pc .video-content{background:#c3c3c3!important;width:100%;height:315px}.xml-video-container-pc .video-container{position:relative;height:100%;width:calc(100% - 15px);background:#c3c3c3}.xml-video-container-pc .video-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.xml-video-container-pc .video-container::-webkit-media-controls{display:none!important}.xml-video-container-pc .video-container video{width:570px;height:428px;margin:auto}@media (max-width:1600px){.xml-video-container-pc .video-container video{width:100%;height:428px}}.xml-video-container-pc .video-title{width:97%;height:32px;z-index:2;position:absolute;top:0;background-color:rgba(48,48,48,.45);font-size:14px;color:#fff;padding-left:16px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .main-btn{width:32px;height:32px;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.xml-video-container-pc .main-btn i::before{font-size:32px}.xml-video-container-pc .controls{width:100%;height:30px;position:absolute;bottom:0;left:0;background-color:#000;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .controls span{padding:0 5px;color:#fff}.xml-video-container-pc .cursor{cursor:pointer}.xml-video-container-pc .icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .pointer{cursor:pointer}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-img{width:70px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .filecont{width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-desc{font-size:14px;font-weight:400;color:#333;margin-left:8px;line-height:30px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group .question-radio{margin-top:8px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-answer{font-size:12px;padding:10px;color:#474747;word-break:break-all}.xml-ebook-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 0 16px 16px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource{width:80px;height:80px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource img{width:100%;-o-object-fit:contain;object-fit:contain}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:16px;width:calc(100% - 100px)!important}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#666;margin-top:3px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#666}.xml-ebook-container-h5 .resource-box .styleB{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-ebook-container-h5 .resource-box .styleB .title{width:100%;padding:14px 0;background-color:#fafafa}.xml-ebook-container-h5 .resource-box .pointer{cursor:pointer}.xml-ebook-container-h5 .resource-box .shop-item-img{width:70px}.xml-ebook-container-h5 .resource-box .filecont{width:100%}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#00aeff;min-width:75px}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-ebook-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-ebook-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-ebook-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-ebook-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-ebook-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box-sytleC{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:scroll}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;margin:0 10px;padding:14px 0;width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item img{width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item span{text-overflow:ellipsis;overflow:hidden;word-break:break-all;white-space:nowrap}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4{width:100%;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:url(../../static/images/leaflet/icons/ebook_bg.png) no-repeat #f6fcff;background-size:300px 100%;background-position-x:right;padding-left:10px;margin:5px 0}.xml-title-fifth-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-fifth-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-first-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left{width:60px;height:60px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left img{width:100%}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right{width:calc(100% - 60px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;padding-left:10px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .title-box{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .book_info{font-size:10px;font-family:PingFang SC;font-weight:400;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:12px}.xml-title-first-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-h5 .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-fifth-h5 .title-container .text-container,.xml-title-fifth-pad .title-container .text-container{padding:0 30px;border-radius:12px;background:#d1e6ff;z-index:99;overflow:hidden;min-width:80px;text-overflow:ellipsis}.xml-title-hexagon-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #418eed}.xml-title-fifth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #418eed}.xml-title-fifth-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container .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-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{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .text-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .text-body-container{text-align:left}.xml-text-image-first-h5 .text-body-container .editorClass{word-break:break-all}.xml-text-image-second-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-h5 .title-box .text-container .editorClass h1,.xml-text-image-second-h5 .title-box .text-container .editorClass h2,.xml-text-image-second-h5 .title-box .text-container .editorClass h3,.xml-text-image-second-h5 .title-box .text-container .editorClass h4,.xml-text-image-second-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-h5 .title-box .text-container .editorClass p,.xml-text-image-third-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-h5 .title-box .text-container .editorClass h1,.xml-text-image-third-h5 .title-box .text-container .editorClass h2,.xml-text-image-third-h5 .title-box .text-container .editorClass h3,.xml-text-image-third-h5 .title-box .text-container .editorClass h4,.xml-text-image-third-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .title-box .text-container p,.xml-text-image-third-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-h5 .title-box .text-container .editorClass h1,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h2,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h3,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h4,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-seventh-h5 .image-text-decorate{background-image:linear-gradient(to right,#fff,#a7d3fb)}.audio-component{display:none}::v-deep .el-slider__runway{margin:0 0 4px;background:#e3e3e3;height:4px}::v-deep .el-slider__bar{height:4px}::v-deep .el-slider__button{width:10px;height:10px}::v-deep .el-slider__button-wrapper{top:-15px}.xml-checkbox-box .option-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-submit-answer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100px;height:38px;background:var(--reader-theme-secondary-color,#fff);border:1px solid #418eed;border-radius:18px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#418eed;cursor:pointer}.xml-submit-answer-right{margin:10px 0 0 auto}.text-notes-area{background-color:#c7daf3!important}.have-been-added-notes{position:relative}@-webkit-keyframes moves{0%{left:-100%}100%{left:0}}.ouchn-container.preview-mode .preview-container-title .container-search{position:fixed;top:15px;right:20px;color:#fff}.ouchn-container.preview-mode .preview-tree-box-h5{border-radius:0}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node.parent-node .catalog-node__left{width:200px}.ouchn-container.preview-mode .prompt-box{position:fixed;top:40vh;left:35vw;z-index:100000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30vw}.ouchn-container.preview-mode .prompt-box .prompt-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:200px;min-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 20px;border-radius:6px;font-size:16px;font-family:"微软雅黑";text-align:center}.ouchn-container.preview-mode .prompt-box .warning{background:#fcf6ed;border:2px solid #ffedd4;color:#f2ae4b}.ouchn-container.preview-mode .prompt-box .error{background:#fdf0f0;border:2px solid #f0c5c5;color:#eb6c6e}.ouchn-container.preview-mode .prompt-box .success{background:#ddf1e2;border:2px solid #bee2c7;color:#6ac73c}.ouchn-container.preview-mode .modify-notes{position:fixed;bottom:0;left:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;background:#e0e0e0;-webkit-box-shadow:0 15px 10px 12px #000;box-shadow:0 15px 10px 12px #000}.ouchn-container.preview-mode .modify-notes .item-box{background:#fff;border-bottom:1px solid #f2f2f2;text-align:center;line-height:46px;font-size:18px;width:100%}.ouchn-container.preview-mode .modify-notes .cancel{padding-bottom:20px;margin-top:6px}.ouchn-container.preview-mode .see-the-notes-box-h5{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box{position:relative;width:100%;height:70vh;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}.ouchn-container.preview-mode .see-the-notes-box-pc{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box{position:relative;width:600px;height:500px;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}::-webkit-scrollbar{width:0!important}.tab-title-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:14px;border-radius:30px;background:#e9edf4;width:200px;position:fixed;bottom:10px;z-index:99;left:50%;margin-left:calc(50% - 288px)}.tab-title-h5 .catalog-tab{padding:6px;cursor:pointer;white-space:nowrap;text-align:center;width:80px}.tab-title-h5 .active{color:#fff;border-radius:30px;width:80px;text-align:center;background:var(--preview-theme-color)}.catalog-note-h5 .catalog-note_box .catalog-note_biji span,.tab-title-pc .active{color:#409eff}.tab-title-pc{position:fixed;top:56px;left:365px;z-index:99;text-align:center;width:80px;border-radius:20px}.tab-title-pc .catalog-tab{cursor:pointer;background:#fff;padding:10px 5px;margin-bottom:2px;margin-left:2px;border-radius:4px}.catalog-note-h5{padding:60px 10px 10px;height:calc(100vh - 154px);overflow-y:scroll}.catalog-note-h5 .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-h5 .catalog_zaiwu img{width:70%}.catalog-note-h5 .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-h5 .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-h5 .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-h5 .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-h5 .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catalog-note-pc{padding:20px 10px 10px;overflow-y:scroll;width:315px}.catalog-note-pc .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-pc .catalog_zaiwu img{width:70%}.catalog-note-pc .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-pc .catalog-note_box .catalog-note_biji span{color:#409eff}.catalog-note-pc .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0;cursor:pointer}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-pc .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-pc .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-pc .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input .input,.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input,.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .input{font-size:12px;-web-kit-appearance:none;text-decoration:none;-webkit-box-sizing:border-box;outline:0;-moz-appearance:none}.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{box-sizing:border-box;background:#fff;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;display:block;padding:1px 28px;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{background:#fff;position:fixed;left:0;top:0;z-index:9999}.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{box-sizing:border-box;background:#f4f4f4;height:30px;border-radius:20px;border:1px solid #f4f4f4;color:#6a6f77;display:block;padding:1px 30px 1px 15px;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{box-sizing:border-box;background:#fff;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;display:block;padding:1px 28px;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}body *{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select: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}.hovere .body-box a,.hovere .body-box font,.hovere .body-box p,.hovere .body-box span,.hovere .body-box strong,.hovere .body-text a,.hovere .body-text font,.hovere .body-text p,.hovere .body-text span,.hovere .body-text strong,.hovere .optional-text a,.hovere .optional-text font,.hovere .optional-text p,.hovere .optional-text span,.hovere .optional-text strong,.optional-text-module .body-box a,.optional-text-module .body-box font,.optional-text-module .body-box p,.optional-text-module .body-box span,.optional-text-module .body-box strong,.optional-text-module .body-text a,.optional-text-module .body-text font,.optional-text-module .body-text p,.optional-text-module .body-text span,.optional-text-module .body-text strong,.optional-text-module .optional-text a,.optional-text-module .optional-text font,.optional-text-module .optional-text p,.optional-text-module .optional-text span,.optional-text-module .optional-text strong{user-select:text;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text}input,textarea{-webkit-user-select:auto;margin:0;padding:0;outline:0}.title-container a,.title-container span{background:0 0!important}.xml-title-first-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pc .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-third-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-sixth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 4px 5px 12px;margin-left:-2px}.xml-title-triangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-square-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-semicircle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-pc .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:0 20px}.xml-title-thirteenth-pc .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-paragraph-first-pc .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pc .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pc .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pc .body-text .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-eighth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-text-image-first-pc .text-container .editorClass{word-break:break-all}.xml-text-image-first-pc .text-body-container{text-align:left}.xml-text-image-first-pc .text-body-container .editorClass{word-break:break-all}.xml-text-image-second-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pc .title-box .text-container .editorClass h1,.xml-text-image-second-pc .title-box .text-container .editorClass h2,.xml-text-image-second-pc .title-box .text-container .editorClass h3,.xml-text-image-second-pc .title-box .text-container .editorClass h4,.xml-text-image-second-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pc .title-box .text-container .editorClass p,.xml-text-image-third-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .text-container .editorClass h1,.xml-text-image-third-pc .title-box .text-container .editorClass h2,.xml-text-image-third-pc .title-box .text-container .editorClass h3,.xml-text-image-third-pc .title-box .text-container .editorClass h4,.xml-text-image-third-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .text-container p,.xml-text-image-third-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{height:100%}.xml-text-image-fourth-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-seventh-pc .image-text-decorate{background-image:linear-gradient(to right,#fff,#a7d3fb)}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .filecont{width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.custom-underline{background-color:#dbeaff;cursor:pointer;font-style:inherit!important}i a,i font,i p,i span{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.the-end-of-the-trial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:200px;padding-bottom:20px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#b5b2b2));background:linear-gradient(rgba(0,0,0,0),#b5b2b2);color:#5b9fff;font-size:18px}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container,.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container,.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-h5 .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pad .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pad .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pc .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pc .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-round-4{border-radius:4px}.xml-round-4 img{border-radius:8px}.xml-round-6{border-radius:6px}.xml-round-6 img,.xml-round-8,.xml-round-8 img{border-radius:8px}.style-body-boxA{position:relative}.style-body-boxA .style-wrapper{min-width:200px}.style-body-boxA .style-wrapper .top-line{position:absolute;top:0;left:0;width:100%;height:4px;background:-webkit-gradient(linear,left top,right top,from(#4994fb),color-stop(#4994fb),to(#a2c5f9));background:linear-gradient(90deg,#4994fb,#4994fb,#a2c5f9)}.style-body-boxA .style-wrapper .native-html-wrapper{max-height:60vh;overflow-y:scroll;background-color:#fff;padding:15px 10px 0}.style-body-boxA .style-wrapper .native-html-wrapper::-webkit-scrollbar{width:0}.style-body-boxA .style-wrapper .native-html-wrapper h1,.style-body-boxA .style-wrapper .native-html-wrapper h2,.style-body-boxA .style-wrapper .native-html-wrapper h3,.style-body-boxA .style-wrapper .native-html-wrapper h4,.style-body-boxA .style-wrapper .native-html-wrapper h5,.style-body-boxA .style-wrapper .native-html-wrapper h6{color:revert;font-size:revert;font-weight:revert}.style-body-boxA .style-wrapper .bottom-margin{width:calc(100% - 15px);height:15px;background:#fff;margin-top:-1px}.style-body-boxA .style-wrapper .bottom-triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:15px solid #8cb7f6;border-right:15px solid transparent}.style-body-boxA .top-bg{width:98%;height:30px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxA .style-content-boxD{min-width:200px;background-color:#fff;padding:15px 10px 5px;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box{min-width:200px;background-color:#fff;padding:30px 10px 20px;border:2px solid #92c2db;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box::before{content:"";width:10px;height:10px;background-color:#92c2db;border-radius:50%;position:absolute;bottom:10px;right:15px}.style-body-boxA .style-content-box::after{content:"";width:30px;height:10px;position:absolute;bottom:10px;right:35px;border-left:10px dotted #92c2db;border-right:10px dotted #92c2db}.style-body-boxA .style-content-bg{background-color:#92c2db;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxA .paper-clip-icon{width:40px;position:absolute;top:10px;z-index:5;left:-10px}.style-body-boxA .paper-clip-icon::before{position:absolute;content:"";top:-30px;right:-5px;width:15px;height:20px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom:none;border-left:4px solid #92c2db!important;border-right:4px solid #92c2db!important;border-top:4px solid #92c2db!important}.style-body-boxA .paper-clip-icon::after{position:absolute;content:"";bottom:-21px;right:-11px;width:21px;height:30px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;border:4px solid #92c2db!important;border-top:none!important}.style-body-boxB{position:relative}.style-body-boxB .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxB .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #fee0b0;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxB .style-content-bg{background-color:#fee0b0;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxB .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxB .top-style-box>div{width:10px;height:10px;background:#fee0b0;border-radius:50%}.style-body-boxB .top-style-box>div::before{content:"";width:10px;height:10px;border-radius:50%;border-right:3px solid #fee0b0;border-bottom:3px solid #fee0b0;position:absolute;top:-8px;-webkit-transform:rotate(-85deg);transform:rotate(-85deg)}.style-body-boxC{position:relative}.style-body-boxC .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxC .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #84b774;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxC .style-content-box::before{content:"";width:40px;border-top:2px solid #84b774;position:absolute;bottom:10px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-box::after{content:"";width:20px;border-top:2px solid #84b774;position:absolute;bottom:5px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-bg{background-color:#84b774;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxC .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxC .top-style-box>div{width:10px;height:10px;background:#84b774;border-radius:50%}.style-body-boxE .scroll-top{position:relative;z-index:9}.style-body-boxE .scroll-top img{width:100%}.style-body-boxE .scroll-top::before{content:"";width:90%;height:10px;-webkit-box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;top:20px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .scroll-bottom{position:relative;z-index:9}.style-body-boxE .scroll-bottom img{width:100%}.style-body-boxE .scroll-bottom::after{content:"";width:90%;height:10px;-webkit-box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;bottom:18px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .style-content-box{padding:20px 10px;max-height:600px;overflow:scroll;overflow-x:hidden;background-color:#e9e3d5;width:89%;margin:-11px auto;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .filecont{width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-title-fourteen-h5 .title-container .cont-box .text-container,.xml-title-fourteen-pad .title-container .cont-box .text-container,.xml-title-fourteen-pc .title-container .cont-box .text-container{background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-right:20px;border-radius:3px;z-index:99;overflow:hidden;text-overflow:ellipsis}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-title-fourteen-h5 .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;padding-left:10px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pad .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;padding-left:10px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pc .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;padding-left:10px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-text-preview-box-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important;background:0 0;-webkit-box-shadow:none;box-shadow:none}.xml-text-preview-box-dialog .custom-dialog{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.xml-title-SanQintheme1-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-h5>div{width:100%;height:100%}.xml-title-SanQintheme1-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-pad .title-container,.xml-title-SanQintheme1-pc .title-container{-webkit-box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%;height:100%;z-index:9}.xml-title-SanQintheme1-h5 .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pad>div{width:100%;height:100%}.xml-title-SanQintheme1-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:3px 3px 3px 20px;box-sizing:border-box}.xml-title-SanQintheme1-pad .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pc>div{width:100%;height:100%}.xml-title-SanQintheme1-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:3px 3px 3px 20px;box-sizing:border-box}.xml-title-SanQintheme1-pc .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-h5>div{width:100%;height:100%}.xml-title-SanQintheme2-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-h5 .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-h5 .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pad>div{width:100%;height:100%}.xml-title-SanQintheme2-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pad .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pad .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pc>div{width:100%;height:100%}.xml-title-SanQintheme2-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pc .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pc .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-SanQintheme3-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-SanQintheme3-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-paragraph-SanQintheme1-h5 .w-e-text-container,.xml-title-SanQintheme3-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-paragraph-SanQintheme1-h5{text-align:center}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-h5 .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pad,.xml-paragraph-SanQintheme1-pc{text-align:center}.xml-paragraph-SanQintheme1-h5 .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-h5 .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-h5 .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pad .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pad .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pad .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pad .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pc .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pc .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pc .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pc .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-h5{text-align:left}.xml-paragraph-SanQintheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title{display:inline-block;position:relative;max-width:98%;padding:8px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .left-image{position:absolute;left:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .right-image{position:absolute;right:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-h5 .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pad{text-align:left}.xml-paragraph-SanQintheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pad .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pc{text-align:left}.xml-paragraph-SanQintheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pc .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme3-h5 .body-text,.xml-paragraph-SanQintheme3-pad .body-text,.xml-paragraph-SanQintheme3-pc .body-text{margin-top:-50px;border:2px solid #e6c17b!important;position:relative;text-align:left}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-h5{text-align:left}.xml-paragraph-SanQintheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-h5 .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-h5 .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pad{text-align:left}.xml-paragraph-SanQintheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pad .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pad .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pc{text-align:left}.xml-paragraph-SanQintheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pc .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pc .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-white-space-pre{white-space:pre-wrap}.xml-text-center{text-align:center}.xml-dialog-overlay{z-index:2000!important}.xml-dialog-confirm{z-index:2102!important}.xml-style-theme-blue{--background-color:#5d96e8}.xml-style-theme-orange{--background-color:#f5ab3e}.xml-style-theme-green{--background-color:#6fa350}.xml-style-theme-red{--background-color:#ae0133}.xml-style-theme-grey{--background-color:#c8c8c8}.xml-title-sixth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5>div{width:100%}.xml-title-sixth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-h5 .title-container .title-left-div{max-width:30%}.xml-title-sixth-h5 .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-h5 .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-h5 .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-h5 .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-first-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixth-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-h5 .title-container .xml-text-h5.text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5 .title-container,.xml-title-third-h5{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-second-h5 .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-h5 .title-container .w-e-text-container,.xml-title-third-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-h5{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container,.xml-title-third-h5 .title-container .title-left{height:48px;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;position:relative}.xml-title-third-h5 .title-container{min-width:148px;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;margin-right:-11px;background:#fff;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-h5 .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-h5 .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-h5 .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-h5 .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-h5 .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-h5 .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-h5 .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-h5 .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-h5 .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-h5 .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-square-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-h5 .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-2px}.xml-title-rotundity-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-h5 .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-h5 .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-h5 .title-container .title-left-img,.xml-title-semicircle-h5 .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-h5 .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-h5 .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-h5 .title-container .title-text p{line-height:1.1!important}.xml-title-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{height:100%;border-radius:50%;width:100%}.xml-title-Yellowtheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:var(--reader-theme-color,#fff);max-width:77%;position:relative}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{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%;height:100%;border-radius:50%}.xml-title-Greentheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-h5 .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-h5 .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:#68a348;margin-right:8px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:#68a348;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-h5>div{width:100%}.xml-title-Greentheme2-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme2-h5 .title-container .left-image .image-container,.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-h5 .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:#68a348;-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-h5 .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:#68a348;position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-h5>div{width:100%}.xml-title-Greentheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-h5 .title-container .right-top-bg{width:100%;height:50%;background-color:#b9e2a2;border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container,.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-h5,.xml-title-Greentheme4-h5 .cont-box{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-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-Greentheme6-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-h5 .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-h5 .title-container .title-left-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-h5 .title-container .title-left-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-h5 .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-h5 .title-container .title-right-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-h5 .title-container .title-right-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme6-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0}.xml-title-twenty-h5{text-align:left}.xml-title-twenty-h5 .title-container-box{position:relative}.xml-title-twenty-h5 .title-container-box .left-bg{width:60px;height:60px;position:absolute;top:50%;left:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:9;background-image:url(../../static/images/leaflet/resourceCenter/title_icon.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-twenty-h5 .title-container-box .left-bg img{width:60px}.xml-title-twenty-h5 .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#3de097),to(#264cb2));background:linear-gradient(90deg,#3de097 25%,#264cb2);clip-path:polygon(7px 0,98% 0,100% 20%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);display:inline-block;padding:6px 20px 6px 80px;min-width:67%}.xml-title-twenty-h5 .title-container-box .left-block{width:95px;height:36px;background:#3de097;clip-path:polygon(7px 0,85% 0,100% 15%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);position:absolute;top:-4px}.xml-title-twentyone-h5{text-align:left}.xml-title-twentyone-h5 .title-container-box{position:relative}.xml-title-twentyone-h5 .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-h5 .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-h5 .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-h5 .title-container-box .left-bg img{width:70%;height:80%;-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentyone-h5 .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#84fee1),to(#38abe1));background:linear-gradient(90deg,#84fee1 25%,#38abe1);border-radius:10px 0 0 10px;display:inline-block;padding:6px 20px 6px 85px;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.xml-title-twentyone-h5 .title-container-box .title-container .text-container{-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentytwo-h5{text-align:left}.xml-title-twentytwo-h5 .title-container-box{position:relative;padding-left:39px}.xml-title-twentytwo-h5 .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:0;left:0;border-radius:50% 50% 0;border:3px solid #a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentytwo-h5 .title-container-box .left-bg>div{width:100%;height:100%;border-radius:50%;background-color:#a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentytwo-h5 .title-container-box .left-bg img{width:80%;height:60%}.xml-title-twentytwo-h5 .title-container-box .left-bg::after{content:"";width:5px;height:16px;background-color:#fff;position:absolute;right:-4px;bottom:0}.xml-title-twentytwo-h5 .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,from(#a541ff),to(#3fbbfb));background:linear-gradient(90deg,#a541ff,#3fbbfb);border-radius:0 0 10px;display:inline-block;padding:3px 3px 3px 0}.xml-title-twentytwo-h5 .title-container-box .title-container .title-body-box{border-radius:0 0 9px;background-color:#fff;padding:6px 20px;margin-left:-1px}.xml-title-twentythree-h5{text-align:left}.xml-title-twentythree-h5 .title-container-box{position:relative;padding-left:39px}.xml-title-twentythree-h5 .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:2px;left:0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#33c0ef;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentythree-h5 .title-container-box .left-bg img{width:90%;height:85%}.xml-title-twentythree-h5 .title-container-box .title-container{display:inline-block;margin-left:-25px}.xml-title-twentythree-h5 .title-container-box .title-container .title-body-box{border-radius:25px 0;background:-webkit-gradient(linear,left top,left bottom,from(#33c0ef),to(#1ed4e6));background:linear-gradient(180deg,#33c0ef,#1ed4e6);padding:6px 20px 6px 30px}.xml-title-twentyfour-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyfour-h5 .title-container-box{position:relative;max-width:592px}.xml-title-twentyfour-h5 .title-container-box .left-bg{width:300px;height:75px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-twentyfour-h5 .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfour-h5 .title-container-box .title-container{text-align:center;-webkit-transform:skewX(60deg);transform:skewX(60deg);min-width:200px;margin:10px 0}.xml-title-twentyfour-h5 .title-container-box .title-container .left-line{background-color:#3cdf97;height:100%;width:9px;position:absolute;left:-45px}.xml-title-twentyfour-h5 .title-container-box .title-container .left-line::before{content:"";width:7px;height:100%;background-color:inherit;position:absolute;left:-22px}.xml-title-twentyfour-h5 .title-container-box .title-container .left-line::after{content:"";width:12px;height:100%;background-color:inherit;position:absolute;right:-25px}.xml-title-twentyfour-h5 .title-container-box .title-container .right-line{background-color:#2854b0;height:100%;width:9px;position:absolute;right:-45px;top:0}.xml-title-twentyfour-h5 .title-container-box .title-container .right-line::before{content:"";width:12px;height:100%;background-color:inherit;position:absolute;left:-25px}.xml-title-twentyfour-h5 .title-container-box .title-container .right-line::after{content:"";width:7px;height:100%;background-color:inherit;position:absolute;right:-22px}.xml-title-twentyfour-h5 .title-container-box .title-container .title-body-box{background:-webkit-gradient(linear,left top,right top,from(#3cdf97),to(#2854b0));background:linear-gradient(90deg,#3cdf97,#2854b0);padding:6px 20px}.xml-title-twentyfour-h5 .title-container-box .title-container .text-container{-webkit-transform:skewX(-60deg);transform:skewX(-60deg)}.xml-title-twentyfive-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-twentyfive-h5 .title-container-box{position:relative}.xml-title-twentyfive-h5 .title-container-box .left-bg{width:300px;height:65px;position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-h5 .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfive-h5 .title-container-box .title-container{min-width:200px;position:relative;z-index:9;padding-left:80px}.xml-title-twentyfive-h5 .title-container-box .title-container .icon{width:80px;height:80px;position:absolute;left:40px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-h5 .title-container-box .title-container .title-body-box{padding:6px 20px}.xml-paragraph-first-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-h5 .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner .xml-text-h5.text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-h5 .xml-text-h5.text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-h5 .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-h5{text-align:left}.xml-paragraph-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-h5 .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-h5 .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-h5 .body-text .xml-text-h5.text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-h5{position:relative}.xml-paragraph-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-h5 .body-text::after,.xml-paragraph-third-h5 .body-text::before{width:1px;height:80px;position:absolute;background-color:#0070c1;content:""}.xml-paragraph-third-h5 .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-h5 .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5{position:relative}.xml-paragraph-quadrangle-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-h5{position:relative}.xml-paragraph-isosceles-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-h5 .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-h5 .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-h5 .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-h5 .shape .triangle,.xml-paragraph-isosceles-h5 .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-h5{position:relative}.xml-paragraph-wave-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-h5{position:relative}.xml-paragraph-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-h5{position:relative}.xml-paragraph-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5{position:relative}.xml-paragraph-ninth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-h5{position:relative}.xml-paragraph-tenth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-h5{position:relative}.xml-paragraph-Redtheme1-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-h5 .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-h5 .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-h5 .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-h5{position:relative}.xml-paragraph-Redtheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme2-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-h5 .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-h5 .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-h5 .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-h5 .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5{position:relative}.xml-paragraph-Redtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme3-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-h5 .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-h5 .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-h5{position:relative}.xml-paragraph-Redtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-h5 .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-h5 .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5{position:relative}.xml-paragraph-Redtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-h5 .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-h5 .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5 .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-h5{position:relative}.xml-paragraph-Redtheme6-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-h5 .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-h5 .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-h5 .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-h5{position:relative}.xml-paragraph-sixteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-h5 .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-twelve-h5{position:relative}.xml-paragraph-twelve-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-h5 .body-text{padding:20px;text-align:left;position:relative;border:3.5px solid #428EED}.xml-paragraph-twelve-h5 .body-text .left-top-img{width:40px;height:40px;position:absolute;top:-4.5px;left:-5.5px;-webkit-transform:rotate(180deg);transform:rotate(180deg);background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-h5 .body-text .left-top-img img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-5px;left:-3px}.xml-paragraph-twelve-h5 .body-text .left-top-clover img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:4px;right:-3px;z-index:99}.xml-paragraph-twelve-h5 .body-text .right-bottom-clover img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .right-bottom-img{width:40px;height:40px;position:absolute;bottom:-4.5px;right:-5.5px;background:var(--reader-theme-color,#FFF)}.xml-paragraph-eleven-h5,.xml-paragraph-eleven-h5 .body-text,.xml-paragraph-twelve-h5 .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-twelve-h5 .body-text .right-bottom-img img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-h5 .body-text{padding:25px;text-align:left}.xml-paragraph-eleven-h5 .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-h5 .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:#60a0e5;margin-bottom:2px}.xml-paragraph-eleven-h5 .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-h5 .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:#60a0e5;margin-top:2px}.xml-paragraph-eleven-h5 .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-h5 .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:#60a0e5;margin-right:2px}.xml-paragraph-eleven-h5 .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-h5 .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:#60a0e5;margin-left:2px}.xml-paragraph-eleven-h5 .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-h5 .text-container{padding:0 10px}.xml-paragraph-eleven-h5 .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-h5 .text-container .editorClass p{padding:0}.xml-paragraph-eleven-h5 .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-h5 .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-thirteen-h5{position:relative}.xml-paragraph-thirteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-h5 .body-text{padding:10px 20px;text-align:left;position:relative;background:#D1E6FF;border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-h5 .body-text .text-border-top{width:90%;height:4px;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-right{width:4px;height:70%;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-bottom{width:90%;height:4px;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-left{width:4px;height:70%;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-h5 .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-h5 .body-text::after,.xml-paragraph-thirteen-h5 .body-text::before{width:80px;height:70%;max-height:100px;background-color:none;position:absolute;content:"";z-index:0}.xml-paragraph-thirteen-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-thirteen-h5 .body-text::before{top:0;left:0;border-top:2px dashed #60A0E5;border-left:2px dashed #60A0E5;border-radius:32px 0 0}.xml-paragraph-thirteen-h5 .body-text::after{bottom:0;right:0;border-bottom:2px dashed #60A0E5;border-right:2px dashed #60A0E5;border-radius:0 0 32px}.xml-paragraph-fourteen-h5{position:relative}.xml-paragraph-fourteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fourteen-h5 .body-text{padding:3px;text-align:left;position:relative;border:4px solid #60a0e5}.xml-paragraph-fourteen-h5 .body-text .right-image{width:31px;height:36px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-fourteen-right.png);background-size:100% 100%;position:absolute;top:-18px;right:2px;z-index:999}.xml-paragraph-fourteen-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#D5E6FD;padding:10px}.xml-paragraph-fourteen-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme1-h5{position:relative}.xml-paragraph-Yellowtheme1-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme1-h5 .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .border-top{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-5px;left:20px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .border-top>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .border-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5px;right:20px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .border-bottom>div{width:8px;height:8px;border-radius:50%;background-color:#fdbc55;margin:0 3px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:4px solid #fdbc55;border-radius:5px}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .body-text .xml-text-h5.text-body-container,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{background:#fff;padding:10px 15px;z-index:99;position:relative}.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 .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-h5{position:relative}.xml-paragraph-Yellowtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-h5 .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .right-img{width:18px;height:31px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme3-right.png);background-size:100% 100%;position:absolute;right:11px;top:-2px;z-index:999}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .right-img>div{width:20px;height:2px;background-color:#fff;margin-left:-20px}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-h5{position:relative}.xml-paragraph-Yellowtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-h5 .body-text-bg{background-color:#fee0b0;border:2px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block4{width:16px;height:16px;position:absolute;z-index:999;background-color:#fdbc55}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fee0b0;padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-h5{position:relative}.xml-paragraph-Yellowtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-h5 .body-text-bg{background-color:#feefd7;border-radius:20px 0;border:3px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .left-img,.xml-paragraph-Yellowtheme5-h5 .body-text-bg .right-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .left-img{top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .right-img{bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-h5{position:relative}.xml-paragraph-fifteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-h5 .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-h5 .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-h5 .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-h5 .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-h5 .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-h5{position:relative}.xml-paragraph-Greentheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-h5 .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-h5 .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-h5 .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-h5 .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-h5{position:relative}.xml-paragraph-Greentheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-h5 .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-h5{position:relative}.xml-paragraph-Greentheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-h5 .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-h5 .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-h5{position:relative}.xml-paragraph-Greentheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-h5 .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-h5 .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-h5 .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-h5{position:relative}.xml-paragraph-Thirtyfive-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-h5 .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-h5{position:relative}.xml-paragraph-Thirtysix-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtysix-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-h5 .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-h5 .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-h5{position:relative;text-align:left}.xml-paragraph-Thirtyseven-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-h5 .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-h5 .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-h5 .body-text .seemore,.xml-paragraph-Thirtyseven-pad .body-text .seemore{background-color:#cee0fb;font-size:12px;color:#2f2ad0;font-stretch:normal;cursor:pointer;font-weight:400}.xml-paragraph-Thirtyseven-h5 .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-h5 .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-h5 .body-text .seemore{width:calc(100% - 2px);height:16px;position:absolute;top:1px;left:0;z-index:9;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-h5 .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-h5 .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-h5 .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-h5 .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-h5 .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-h5 .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-h5{position:relative;text-align:left}.xml-paragraph-Thirtyeight-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-h5 .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-h5 .sub-title .xml-text-h5.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-h5 .sub-title .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-h5 .sub-title .icon-box{position:absolute;top:-30px;left:0;z-index:9}.xml-paragraph-Thirtyeight-h5 .sub-title .icon-box img{width:100%;max-width:160px}.xml-paragraph-Thirtyeight-h5 .body-text{padding:1px;text-align:left;position:relative;margin-top:-20px;background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%);border:0!important;border-radius:5px}.xml-paragraph-Thirtyeight-h5 .body-text .xml-text-h5.text-body-container{padding:20px 20px 5px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Thirtyeight-h5 .body-text .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;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;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-pc .body-text,.xml-paragraph-Thirtysix-pad .body-text,.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-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pad .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-pad .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-pad{position:relative}.xml-paragraph-Thirtysix-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18)}.xml-paragraph-Thirtysix-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-pad .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-pad .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-pad{position:relative;text-align:left}.xml-paragraph-Thirtyseven-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-pad .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-pad .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-pad .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-pad .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-pad .body-text .seemore{width:calc(100% - 2px);height:16px;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 .body-text,.xml-paragraph-Thirtyeight-pc .body-text{margin-top:-20px;background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%)}.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;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;position:absolute;background-color:#0070c1;height:80px;content:""}.xml-paragraph-third-pc .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-pc .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc{position:relative}.xml-paragraph-quadrangle-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-pc{position:relative}.xml-paragraph-isosceles-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-pc .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pc .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-pc .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-pc .shape .triangle,.xml-paragraph-isosceles-pc .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-pc{position:relative}.xml-paragraph-wave-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-pc{position:relative}.xml-paragraph-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-pc .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-pc{position:relative}.xml-paragraph-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc{position:relative}.xml-paragraph-ninth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-pc{position:relative}.xml-paragraph-tenth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-pc .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-pc{position:relative}.xml-paragraph-Redtheme1-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-pc .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme2-pc .w-e-text-container,.xml-paragraph-Redtheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-pc .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-pc .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-pc{position:relative}.xml-paragraph-Redtheme2-pc .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-pc .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-pc .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-pc .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-pc .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-pc{position:relative}.xml-paragraph-Redtheme3-pc .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-pc .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-pc .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-pc .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-pc .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-pc{position:relative}.xml-paragraph-Redtheme4-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-pc .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-pc .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-pc{position:relative}.xml-paragraph-Redtheme5-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-pc .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-pc .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-pc .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-pc{position:relative}.xml-paragraph-Redtheme6-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-pc .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-pc .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-pc .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-pc .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-pc .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-pc{position:relative}.xml-paragraph-sixteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-pc .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-twelve-pc{position:relative}.xml-paragraph-twelve-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-pc .body-text{padding:20px;text-align:left;position:relative;border:3.5px solid #428EED}.xml-paragraph-twelve-pc .body-text .left-top-img{width:40px;height:40px;position:absolute;top:-4.5px;left:-5.5px;-webkit-transform:rotate(180deg);transform:rotate(180deg);background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-pc .body-text .left-top-img img{width:100%;height:100%}.xml-paragraph-twelve-pc .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-5px;left:-3px}.xml-paragraph-twelve-pc .body-text .left-top-clover img{width:100%;height:100%}.xml-paragraph-twelve-pc .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:4px;right:-3px;z-index:99}.xml-paragraph-twelve-pc .body-text .right-bottom-clover img{width:100%;height:100%}.xml-paragraph-twelve-pc .body-text .right-bottom-img{width:40px;height:40px;position:absolute;bottom:-4.5px;right:-5.5px;background:var(--reader-theme-color,#FFF)}.xml-paragraph-eleven-pc,.xml-paragraph-eleven-pc .body-text,.xml-paragraph-twelve-pc .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-twelve-pc .body-text .right-bottom-img img{width:100%;height:100%}.xml-paragraph-twelve-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-pc .body-text{padding:25px;text-align:left}.xml-paragraph-eleven-pc .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-pc .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:#60a0e5;margin-bottom:2px}.xml-paragraph-eleven-pc .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-pc .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-pc .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:#60a0e5;margin-top:2px}.xml-paragraph-eleven-pc .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-pc .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-pc .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:#60a0e5;margin-right:2px}.xml-paragraph-eleven-pc .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-pc .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-pc .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:#60a0e5;margin-left:2px}.xml-paragraph-eleven-pc .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-pc .text-container{padding:0 10px}.xml-paragraph-eleven-pc .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-pc .text-container .editorClass p{padding:0}.xml-paragraph-eleven-pc .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-pc .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-thirteen-pc{position:relative}.xml-paragraph-thirteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-pc .body-text{padding:10px 20px;text-align:left;position:relative;background:#D1E6FF;border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-pc .body-text .text-border-top{width:90%;height:4px;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-pc .body-text .text-border-right{width:4px;height:70%;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-pc .body-text .text-border-bottom{width:90%;height:4px;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-pc .body-text .text-border-left{width:4px;height:70%;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-pc .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-pc .body-text::after,.xml-paragraph-thirteen-pc .body-text::before{width:80px;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-second-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-second-pc .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-second-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-third-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-pc .image-box .image-container .block-checked,.xml-text-image-third-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fourth-pc .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu,.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-pc{height:100%}.xml-text-image-fourth-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass p,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-pc .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-pc .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-pc .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-pc .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-pc .image-text-box{width:100%}.xml-text-image-fifth-pc .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-pc .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-pc .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-pc .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-pc .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-pc .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-pc .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-pc .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-pc .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-pc .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(#a7d3fb));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-pc .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-pc .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-pc .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-first-pc .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-pc{margin-top:10px!important}.xml-splitline-second-pc .title-container{height:30px;padding-top:10px}.xml-splitline-second-pc .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-pc .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-pc .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-pc,.xml-splitline-third-pc{margin-top:0!important}.xml-splitline-second-pc .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-pc .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-pc .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-pc .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-pc{margin-top:0!important}.xml-splitline-fifth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-pc .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-pc,.xml-splitline-ninth-pc,.xml-splitline-seventh-pc,.xml-splitline-sixth-pc,.xml-splitline-tenth-pc{margin-top:0!important}.xml-splitline-fifth-pc .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-pc .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-pc .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-pc .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-pc .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-pc .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pc .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-pc .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-pc .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-pc .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-pc .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-pc .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-pc .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-pc .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-pc .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-pc .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-pc .title-container>div{width:100%}.xml-splitline-tenth-pc .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-pc .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-pc,.xml-splitline-Greytheme2-pc,.xml-splitline-Greytheme3-pc,.xml-splitline-Greytheme4-pc,.xml-splitline-Greytheme5-pc,.xml-splitline-Greytheme6-pc,.xml-splitline-eleventh-pc{margin-top:0!important}.xml-splitline-eleventh-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-pc .title-container>div{width:100%}.xml-splitline-eleventh-pc .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-pc .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-pc .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pc,.xml-splitline-Bluetheme2-pc,.xml-splitline-Bluetheme3-pc,.xml-splitline-Bluetheme4-pc,.xml-splitline-Greentheme1-pc,.xml-splitline-Greentheme2-pc,.xml-splitline-Greentheme3-pc,.xml-splitline-Greentheme4-pc,.xml-splitline-Redtheme4-pc,.xml-splitline-Yellowtheme1-pc,.xml-splitline-Yellowtheme2-pc,.xml-splitline-Yellowtheme3-pc,.xml-splitline-Yellowtheme4-pc{margin-top:10px!important}.xml-splitline-Greytheme6-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme1-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme2-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme3-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme4-pc .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme1-pc .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme2-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme3-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme4-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme1-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme2-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme3-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme4-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme1-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme2-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme3-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme4-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-pc .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-title-twenty-pc{text-align:left}.xml-title-twenty-pc .title-container-box{position:relative}.xml-title-twenty-pc .title-container-box .left-bg{width:60px;height:60px;position:absolute;top:50%;left:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:9;background-image:url(../../static/images/leaflet/resourceCenter/title_icon.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-twenty-pc .title-container-box .left-bg img{width:60px}.xml-title-twenty-pc .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#3de097),to(#264cb2));background:linear-gradient(90deg,#3de097 25%,#264cb2);display:inline-block}.xml-title-twenty-pc .title-container-box .left-block{width:95px;height:36px;background:#3de097;clip-path:polygon(7px 0,85% 0,100% 15%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);position:absolute;top:-4px}.xml-title-twentyone-pc{text-align:left}.xml-title-twentyone-pc .title-container-box{position:relative}.xml-title-twentyone-pc .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-pc .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-pc .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-pc .title-container-box .left-bg img{width:70%;height:80%;-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentyone-pc .title-container-box .title-container{background:-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;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;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}.add-notes-bookmarks .item-box span,.add-notes-bookmarks-pc .item-box span{font-size:12px;color:#fff}.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)}.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{position:absolute;z-index:99998;background:#2b2b2b;color:#2b2b2b}.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 .title-box:after{position:absolute;left:0;top:0;width:2px;height:20px;background:#ccc;content:""}.add-notes-box-text .notes-text-box .textarea{margin:10px 0;width:100%;height:30vw;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;resize:none;border-radius:4px;font-family:"微软雅黑";font-size:14px;color:#333}.add-notes-box-text .notes-text-box .add-notes-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.add-notes-box-text .notes-text-box .add-notes-btn div{padding:3px 14px;border:1px solid var(--preview-theme-color);border-radius:20px;font-size:14px;font-family:"微软雅黑";color:var(--preview-theme-color);cursor:pointer}.add-notes-box-text .notes-text-box .add-notes-btn .confirm{margin-left:30px;background:var(--preview-theme-color);color:#fff}.add-notes-box-text-pc{position:fixed;top:0;right:0;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw!important;height:100vh!important;background:rgba(0,0,0,.2)}.add-notes-box-text-pc .notes-text-box-pc{width:600px;height:500px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;background:#ededed;border-radius:8px}.add-notes-box-text-pc .notes-text-box-pc .title-box{width:100%;position:relative;padding-left:6px;font-size:14px;font-weight:400;font-stretch:normal;letter-spacing:0;font-family:"微软雅黑";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.add-notes-box-text-pc .notes-text-box-pc .title-box:after{position:absolute;left:0;top:0;width:2px;height:20px;background:#ccc;content:""}.add-notes-box-text-pc .notes-text-box-pc .textarea{margin:10px 0;width:100%;height:400px;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;resize:none;border-radius:4px;font-family:"微软雅黑";font-size:14px;color:#333}.add-notes-box-text-pc .notes-text-box-pc .add-notes-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.add-notes-box-text-pc .notes-text-box-pc .add-notes-btn div{padding:3px 14px;border:1px solid var(--preview-theme-color);border-radius:20px;font-size:14px;font-family:"微软雅黑";color:var(--preview-theme-color);cursor:pointer}.add-notes-box-text-pc .notes-text-box-pc .add-notes-btn .confirm{margin-left:30px;background:var(--preview-theme-color);color:#fff}.continue-read-box{position:fixed;top:0;left:0;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100vh;background:rgba(0,0,0,.2)}.continue-read-box .notes-text-box{width:490px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;background:#ededed;border-radius:8px}.continue-read-box .notes-text-box .title-box{width:100%;text-align:center;position:relative;padding-left:6px;font-size:22px;font-weight:400;font-stretch:normal;letter-spacing:6px;font-family:"微软雅黑";color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.continue-read-box .notes-text-box .text{margin:10px 0;width:100%;min-height:70px;max-height:170px;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px;resize:none;border-radius:4px;font-family:"微软雅黑";font-size:16px;color:#333}.continue-read-box .notes-text-box .text .link{margin-top:10px;width:100%;min-height:30px;max-height:80px;overflow-y:scroll;background-color:#d4dfee;border-radius:10px;padding:8px;-webkit-box-sizing:border-box;box-sizing:border-box;word-break:break-all}.continue-read-box .notes-text-box .add-notes-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.continue-read-box .notes-text-box .add-notes-btn div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:80px;height:22px;padding:3px 14px;border:1px solid var(--preview-theme-color);border-radius:20px;font-size:14px;font-family:"微软雅黑";color:var(--preview-theme-color);cursor:pointer}.continue-read-box .notes-text-box .add-notes-btn .confirm{margin-left:30px;background:var(--preview-theme-color);color:#fff}.continue-read-h5 .notes-text-box{width:90vw}.continue-read-h5 .title-box{font-size:20px}.continue-read-h5 .text{min-height:56px;max-height:1560px}.continue-read-h5 .add-notes-btn div{width:60px;height:20px}.text-notes-bg{background-color:#cddff7;cursor:pointer}.xml-single-html-group-render{position:relative}.xml-single-html-group-render .xml-html-mask{position:absolute;width:calc(100% - 30px)!important;height:calc(100% - 30px)!important;left:0;right:0;bottom:0;top:0;opacity:.1;filter:alpha(opacity=5);z-index:100}.xml-single-html-group-render .xml-copy-url-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background-color:#fff;cursor:pointer;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#2d2d2d}.xml-single-html-group-render .xml-copy-url-box .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:14px;background:#eef3ff;border-radius:12px}.xml-single-html-group-render .xml-copy-url-box .content img{width:120px}.xml-single-html-group-render .xml-copy-url-box .content span{padding:14px 0;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:11px;color:#999;line-height:20px}.xml-single-html-group-render .xml-copy-url-box .content .btn{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#3e8ced}.xml-single-html-group-render .web-file-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:14px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:15px;border:1px solid #418eed;background:-webkit-gradient(linear,left top,right top,from(rgba(161,196,253,0)),to(rgba(194,233,251,.6)));background:linear-gradient(90deg,rgba(161,196,253,0) 0,rgba(194,233,251,.6) 100%);cursor:pointer}.xml-single-html-group-render .web-file-box .file-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70px;height:70px}.xml-single-html-group-render .web-file-box .file-cover img{width:70px;height:70px}.xml-single-html-group-render .web-file-box .file-title{font-size:18px;font-weight:400;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;margin-left:16px;width:calc(100% - 100px)!important;height:70px;line-height:70px;background-image:url(../../static/images/leaflet/resourceCenter/html_bg_01.png);background-size:90px 90px;background-repeat:no-repeat;background-position:100% -28px}.xml-single-html-group-render .xml-iframe-mask-box::after{content:"";position:absolute;top:0;left:0;z-index:999;display:block;width:100%;height:100%;pointer-events:var(--xml-iframe-pointer-events)}@media print{.parent-group.xml-single-image-group{position:relative!important;z-index:100!important;page-break-inside:auto}.parent-group.xml-single-image-group .image-container{position:relative!important;z-index:100!important;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important;overflow:visible!important}.parent-group.xml-single-image-group img{position:relative!important;z-index:100!important;height:auto!important;width:auto!important;max-width:100%!important;clear:both!important;page-break-inside:avoid;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}.parent-group.xml-single-image-group .xml-image-hua-lang{position:relative!important;z-index:100!important;-webkit-transform:none!important;transform:none!important}.parent-group.xml-single-image-group .xml-image-hua-lang img{height:auto!important}}.parent-group.xml-single-image-group .image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:hidden}.parent-group.xml-single-image-group .image-container .xml-noimage-container{background:var(--xml-image-hualang-background-color);height:315px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .image-container .xml-noimage-container .xml-noimage{width:244px;height:200px}.parent-group.xml-single-image-group .image-container .xml-image-dan-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu.hua-lang{margin:0 auto;width:auto}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5+.xml-image-ping-pu-h5,.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pad+.xml-image-ping-pu-pad,.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pc+.xml-image-ping-pu-pc,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--under,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--under,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--under,.parent-group.xml-single-image-group+.image-container{margin-top:10px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu.ping-pu{width:100%}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang{display:-webkit-box;display:-ms-flexbox;display:flex}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5 img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5{max-width:100%;text-align:center}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pad{max-width:100%;text-align:center}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pc{max-width:100%;text-align:center}.parent-group.xml-single-image-group .xml-group-action-image-caption{padding-top:4px;text-align:center}.parent-group.xml-single-image-group .hua-lang-image-container{overflow-x:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.parent-group.xml-single-image-group .hua-lang-image-container::-webkit-scrollbar{height:10px}@-webkit-keyframes scroll{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(calc(-100% + var(--xml-reader-width)));transform:translateX(calc(-100% + var(--xml-reader-width)))}}@keyframes scroll{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(calc(-100% + var(--xml-reader-width)));transform:translateX(calc(-100% + var(--xml-reader-width)))}}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang{position:relative}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang img{height:calc(100% - 34px)}.parent-group.xml-single-image-group .xml-image-duo-tu .no-title .xml-image-hua-lang img{height:100%}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--lay,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--lay,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--lay{font-size:16px;color:#333;width:100%;overflow:hidden;white-space:normal;word-break:break-all}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--on{margin-bottom:10px}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--fixed,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--fixed,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--fixed{font-size:14px;color:#fff;position:absolute;left:0;z-index:3;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:rgba(0,0,0,.4);padding:5px 10px}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--bottom,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--bottom,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--bottom{bottom:0}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--top,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--top,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--top{top:0}.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--under{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.parent-group.xml-single-image-group .image-container-scroll,pre{overflow-x:scroll}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo{width:100%;max-width:750px;margin:0 auto}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo{width:100%;text-align:center}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .custom-indicator{position:absolute;bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:3;background-color:rgba(0,0,0,.4);color:#fff;font-size:12px;padding:3px 10px;border-radius:24px;min-width:48px}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .custom-indicator.withBottomTitle{bottom:calc(100% - 32px)}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .custom-indicator.withTopTitle{bottom:12px}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .image-title--on,.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .image-title--under{min-height:24px}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo .el-carousel__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .xml-image-duo-tu.lun-bo .xml-image-lun-bo img{width:100%;-o-object-fit:cover;object-fit:cover}.el-image-viewer__wrapper .el-image-viewer__title{font-size:16px;color:#fff;position:fixed;top:20px;bottom:initial;text-align:center;width:calc(100% - 84px);overflow:hidden;text-overflow:ellipsis;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:rgba(0,0,0,.6392156863);padding:0 12px;background-color:transparent;cursor:auto}.el-image-viewer__wrapper .el-image-viewer__content{font-size:14px;color:#fff;position:fixed;bottom:80px;text-align:center;line-height:22px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;background:rgba(0,0,0,.6392156863);padding:5px 15px;border-radius:0;word-break:break-all;-ms-flex-wrap:wrap;flex-wrap:wrap;cursor:auto}.el-image-viewer__wrapper .el-image-viewer__content .ellipsis-box{width:100%}.el-image-viewer__wrapper .el-image-viewer__close{top:20px;right:10px;width:32px;height:32px}.el-image-viewer__wrapper .el-image-viewer__actions .el-icon-arrow-left.is-disabled,.el-image-viewer__wrapper .el-image-viewer__actions .el-icon-arrow-right.is-disabled{color:#999}.text-ellipsis-3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis;overflow:hidden}.el-image__placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:1000px){.el-image-viewer__wrapper .el-image-viewer__canvas{width:auto;height:auto;position:absolute;top:60px;left:100px;right:100px;bottom:140px;overflow:hidden}}.parent-group.xml-single-music-group .audio-component{display:none!important}.parent-group.xml-single-music-group .xml-music-container .fixed-ratio-container{width:100%;padding-bottom:24.78%;position:relative}.parent-group.xml-single-music-group .xml-music-container .fixed-ratio-container+.fixed-ratio-container{margin-top:10px}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.8% 3.5%;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--A,.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--B{border:1px solid #418eed}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--C .xml-music-player-box .xml-audio-player .audio-player-control{max-width:100%}.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--E,.parent-group.xml-single-music-group .xml-music-container .xml-music__wrapper.style-mode--F{border:2px dashed #999}.parent-group.xml-single-music-group .xml-music-container .play-mode-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:7px;right:0;z-index:2}.parent-group.xml-single-music-group .xml-music-container .play-mode-wrap .play-control-image{width:24px;height:20px}.parent-group.xml-single-music-group .xml-music-container .demo .play-mode-wrap{top:3px;right:0;z-index:2}.parent-group.xml-single-music-group .xml-music-container .demo .play-mode-wrap .play-control-image{width:18px;height:14px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box{width:100%;height:100%;position:relative}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover{width:17.28%;height:100%;margin-right:2%;position:relative}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover .el-image{width:100%;height:100%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-cover .style-a{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:6px;max-width:71.72%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-player-control,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-player-control{padding-top:2px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title{width:calc(100% - 30px);color:var(--reader-theme-font-color,#333)}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title .scroll-text{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title.preview{width:calc(100% - 30px);overflow:hidden}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-player-control .audio-player-title.preview .scroll-text{-webkit-animation:fadeNum 7s infinite;animation:fadeNum 7s infinite;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@-webkit-keyframes fadeNum{10%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes fadeNum{10%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .play-button{width:40px;height:40px;border-radius:50%;-webkit-box-shadow:0 0 20px -2px #2e9adb;box-shadow:0 0 20px -2px #2e9adb}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .play-button .button-image{cursor:pointer}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .play-button img{max-width:100%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:65.57%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls__play-button-wrapper{padding-right:18px;-ms-flex-item-align:center;align-self:center}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress{width:100%;justify-self:center}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:8px 0}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress .el-slider__button-wrapper{display:none}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;width:100%;bottom:-5px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times .current-time,.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times .total-time{font-size:12px;color:#999}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .play-button{width:20px;height:20px;border-radius:50%;-webkit-box-shadow:0 0 10px -2px #2e9adb;box-shadow:0 0 10px -2px #2e9adb}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .play-button .button-image{cursor:pointer}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-player-control .audio-player-title{font-size:14px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-player-control .audio-player-title .scroll-text{line-height:14px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-controls{min-height:65.57%}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-controls__play-button-wrapper{padding-right:10px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:0 0 2px;height:4px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demo .audio-controls .audio-controls__handler .play-times{line-height:12px;bottom:1px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demoBottom .play-button,.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .xml-audio-player.demoLeft .play-button{width:20px;height:20px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .prevent-drag{position:absolute;background-color:#666;width:200px;height:10px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer{margin:0;background-color:inherit;-webkit-box-shadow:none;box-shadow:none}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-pic{background-color:inherit!important;width:58.75px;height:67.5px;margin:10px 12.5px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-play{margin-right:-168px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-pause{width:26px;height:26px;bottom:26%;right:50%;margin-right:-168px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-pic .aplayer-pause .aplayer-icon-pause{height:22px;width:20px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info{height:82px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-bar-wrap{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;width:190px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time{position:absolute;top:-16px}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner{width:190px;position:relative;color:#fbfbfb}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner .aplayer-ptime{color:#666;position:absolute;left:0}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner .aplayer-dtime{color:#666;position:absolute;right:0}.parent-group.xml-single-music-group .xml-music-container .xml-music-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon{display:none}.parent-group.xml-single-music-group .xml-music-container .audio-play-box{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover{width:20.62%!important;position:relative}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .video-pause-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-46%,-51%);transform:translate(-46%,-51%);z-index:9}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .video-pause-btn .play-button{width:70%;height:70%;-webkit-box-shadow:none;box-shadow:none}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .record{width:100%;height:100%;border-radius:50%;background-color:#5c5a5e;position:relative}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .record::after{content:"";width:65%;height:65%;background-color:#e24444;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-cover .record .record-right{width:65%;position:absolute;top:-10px;right:-33%;height:100%}.parent-group.xml-single-music-group .xml-music-style-mode-E .xml-music__wrapper,.parent-group.xml-single-music-group .xml-music-style-mode-F .xml-music__wrapper{position:relative!important}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .scroll-text{color:#8c5938}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-player-control{max-width:66.72%!important}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-player-control .progress .el-slider__bar{background-color:#e24444!important}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:65.57%}.parent-group.xml-single-music-group .xml-music-container .audio-play-box .audio-controls__play-button-wrapper{padding-right:8px!important;-ms-flex-item-align:center;align-self:center}.parent-group.xml-single-music-group .xml-music-style-mode-E .fixed-ratio-container{padding-bottom:0}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModeE_content{width:100%}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModeE_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-top:10px}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModee_title{text-align:center;margin-top:30px}.parent-group.xml-single-music-group .xml-music-style-mode-E .styleModeE_progress{width:calc(100% - 190px);margin:0 20px}.parent-group.xml-single-music-group .xml-music-style-mode-F .fixed-ratio-container{padding-bottom:0}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_content{width:100%}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_IMG{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:250px;height:150px;background-color:#ebebeb}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_IMG img{max-width:100%;max-height:100%}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_I{font-size:50px;margin-left:15px;position:absolute;top:50px;left:80px;cursor:pointer}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_title{text-align:center;margin-top:20px}.parent-group.xml-single-music-group .xml-music-style-mode-F .styleModeF_progress{width:calc(100% - 210px);margin:0 20px}.parent-group.xml-single-recorder-group .xml-recorder-container .fixed-ratio-container+.fixed-ratio-container,.parent-group.xml-single-recorder-group .xml-recorder-container .fixed-voice-container+.fixed-ratio-container{margin-top:10px}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoBottom .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover{width:auto!important}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoBottom .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover .video-pause-btn{-webkit-transform:translate(-45%,-53%);transform:translate(-45%,-53%)}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoBottom .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover .video-pause-btn .play-button{width:80%;height:80%}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoLeft .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover{width:auto!important}.parent-group.xml-single-music-group .xml-music-style-mode-D .style-mode--D.demoLeft .xml-music-player-box .xml-audio-player.demoBottom .audio-play-box .audio-cover .video-pause-btn{-webkit-transform:translate(-44%,-52%);transform:translate(-44%,-52%)}.xml-single-music-group-h5 .styleModeF_content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.parent-group.xml-single-recorder-group .audio-component{display:none!important}.parent-group.xml-single-recorder-group .xml-recorder-container .fixed-ratio-container{width:100%;min-height:80px;padding-bottom:24.78%;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder__wrapper{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.8% 3.5%;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder__wrapper.style-mode--A,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder__wrapper.style-mode--B{border:1px solid #418eed}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder__wrapper.style-mode--C .xml-recorder-player-box .xml-audio-player .audio-player-control{max-width:100%}.parent-group.xml-single-recorder-group .xml-recorder-container .fixed-voice-container{width:100%;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-voice__wrapper{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.8% 3.5%;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-voice__wrapper.style-mode--A,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-voice__wrapper.style-mode--B{border:1px solid #418eed}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-voice__wrapper.style-mode--C .xml-recorder-player-box .xml-audio-player .audio-player-control{max-width:100%}.parent-group.xml-single-recorder-group .xml-recorder-container .play-mode-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:4px;right:6px;z-index:2}.parent-group.xml-single-recorder-group .xml-recorder-container .play-mode-wrap:hover{cursor:pointer}.parent-group.xml-single-recorder-group .xml-recorder-container .play-mode-wrap .play-control-image{width:30px;height:30px}.parent-group.xml-single-recorder-group .xml-recorder-container .demo .play-mode-wrap{top:2px;right:4px;z-index:2}.parent-group.xml-single-recorder-group .xml-recorder-container .demo .play-mode-wrap .play-control-image{width:18px;height:18px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box{width:100%;height:100%;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0!important;background-color:#fbfbfb;padding:0 16px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-cover{width:78px;height:78px;margin-right:10px;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-cover img{border-radius:5px;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-cover .style-a{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .record-player-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .record-player-control .mock-wave{position:absolute;width:100%;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .record-player-control .mock-wave img{max-width:100%}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:6px;max-width:70.22%}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control .audio-player-title{width:calc(100% - 30px);color:#333}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control .audio-player-title .scroll-text{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control .audio-player-title.preview{width:calc(100% - 30px);overflow:hidden}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-player-control .audio-player-title.preview .scroll-text{-webkit-animation:fadeNum 7s infinite;animation:fadeNum 7s infinite;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .play-button{width:40px;height:40px;border-radius:50%;-webkit-box-shadow:0 0 20px -2px #2e9adb;box-shadow:0 0 20px -2px #2e9adb}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .play-button .button-image{cursor:pointer}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .play-text{position:absolute;bottom:22%;-webkit-transform:translateY(20px);transform:translateY(20px);width:100%;text-align:center;font-size:14px;color:#333}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:60px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls__play-button-wrapper{padding-right:18px;-ms-flex-item-align:center;align-self:center}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress .el-slider__button-wrapper{display:none}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress{width:100%;justify-self:center}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:8px 0}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;width:100%;bottom:2px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times .current-time,.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player .audio-controls .audio-controls__handler .play-times .total-time{font-size:12px;color:#999}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .play-button{width:20px;height:20px;border-radius:50%;-webkit-box-shadow:0 0 10px -2px #2e9adb;box-shadow:0 0 10px -2px #2e9adb}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .play-button .button-image{cursor:pointer}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .play-text{position:absolute;top:50%;-webkit-transform:translateY(10px);transform:translateY(10px);width:100%;text-align:center;font-size:12px;color:#333}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-player-control .audio-player-title{font-size:14px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-player-control .audio-player-title .scroll-text{line-height:14px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-controls{min-height:60px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-controls__play-button-wrapper{padding-right:10px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-controls .audio-controls__handler .progress .el-slider__runway{margin:0 0 2px;height:4px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .xml-audio-player.demo .audio-controls .audio-controls__handler .play-times{line-height:12px;bottom:1px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .prevent-drag{position:absolute;background-color:#666;width:200px;height:10px}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer{margin:0;background-color:inherit;-webkit-box-shadow:none;box-shadow:none}.parent-group.xml-single-recorder-group .xml-recorder-container .xml-recorder-player-box .aplayer .aplayer-body .aplayer-pic{background-color:inherit!important;width:58.75px;height:67.5px;margin:10px 12.5px}.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}}.xml-voice-container .el-dialog__header{background:#eee}.dialog-title{background:#eee;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}.add-teacher-resources-dialog .el-dialog__body .xml-file-list-item .cover,.parent-group.xml-single-hotzone-group .xml-hotzone-container .xml-hotzone-box .hz-m-wrap .hz-u-img,.preview-left-student .resource-list .image-item img,.xml-digital-teaching-preview .xml-resource-list-pc .resource-list .image-item .cover img,.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .resource-cover img{max-height:100%;max-width:100%}.xml-video-container.block-checked .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::after,.xml-video-container.block-checked .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::before,.xml-video-container.block-checked .fixed-ratio-container::before,.xml-video-player.block-checked .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::after,.xml-video-player.block-checked .fixed-ratio-container .video-player.vjs-custom-skin:not(.vjs-empty-placeholder) .video-js.vjs-fluid:not(.vjs-fullscreen)::before,.xml-video-player.block-checked .fixed-ratio-container::before{background-color:#418EED}.xml-video-container .xml-video__wrapper,.xml-video-player .xml-video__wrapper{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fbfbfb;border-radius:8px}.xml-video-container .xml-video__wrapper video,.xml-video-player .xml-video__wrapper video{width:100%;height:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:750px){.parent-group.xml-single-video-group .xml-video-container .xml-video-player-box .xml-video-player-16-9 .vjs-custom-skin:not(.is-demo-mode) .video-js .vjs-big-play-button,.player-dialog .xml-modal-player__wrapper .xml-video-player .video-js .vjs-big-play-button{width:60px!important;height:60px!important;line-height:57px!important;margin-left:-30px!important;margin-top:-30px!important}}.xml-single-question-group .group-content{width:100%}.xml-single-question-group .group-content .xml-arrange-in-a-row{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-question-group .group-content .xml-arrange-in-a-row .option-item{margin:0 14px 0 0}.preview-tree-box-h5-tree,.xml-single-question-group .option-item+.option-item{margin-top:16px}.xml-single-question-group .group-content .el-textarea__inner{background:var(--reader-theme-secondary-color,initial);border-color:var(--reader-theme-secondary-color,initial);color:var(--reader-theme-font-color,inherit)}.xml-single-question-group .content{width:100%}.xml-single-question-group .content .stem-content{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer;color:var(--reader-theme-font-color,inherit)}.xml-single-question-group .content .stem-content.no-border{padding:0;border:none;cursor:default}.xml-single-question-group .content .stem-content .placeholder{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xml-single-question-group .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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.5em;text-align:right}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:focus-within>.toolbar,div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{border:0;font:inherit;line-height:normal;overflow:visible;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit strong,.parent-group .richtext-reset-container .richtext-reset-wrapper--view strong,.parent-group .text-container .richtext-reset-wrapper--edit strong,.parent-group .text-container .richtext-reset-wrapper--view strong,.xml-text-preview-box-dialog strong,body strong{font-weight:900}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}.video-js button,div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}div.code-toolbar>.toolbar>.toolbar-item+.toolbar-item{margin-left:6px}.parent-group.xml-single-text-group .text-container table{border-collapse:collapse;margin:10px auto;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 .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 .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);overflow-x:auto}.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}.xml-text-preview-box-dialog .el-dialog__header{display:none!important}.xml-text-preview-box-dialog table tr.firstRow td{color:#353535;background-color:#ececec}.xml-text-preview-box-dialog table td{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}.xml-text-preview-box-dialog p{font-size:16px;line-height:1.5;color:#333;word-break:break-word}.xml-text-preview-box-dialog p+img{margin-top:8px}.xml-text-preview-box-dialog p *{word-break:initial}.xml-text-preview-box-dialog p span,body h1,body h1 span,body h2,body h2 span,body h3,body h3 span,body h4,body h4 span,body h5,body h5 span,body h6,body h6 span,body p,body p span{word-break:break-word}.xml-text-preview-box-dialog .float-clear::after{content:"";display:table;clear:both}.xml-text-preview-box-dialog .float-clear img{margin:5px}.preview-counter-main-pc .xml-reader-window-box .tippy-content{background-color:#eeeeef;border-radius:4px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15)}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#eeeeef;color:#535353}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.preview-counter-main-pc .xml-reader-window-box .tipbar-action{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.preview-counter-main-pc .xml-reader-window-box .tipbar-action:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon{display:inline-block;width:1.1em;height:1.1em;margin-right:4px;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.addTeacherResources{background-image:url(../../static/images/icons/richtext/addTeacherResources.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-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%;height:auto;-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>li,.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;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 .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-list .Highlight-item>img,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .mark-item>img,.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-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 .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>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>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 .item-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 0 2vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .item-bottom .resource-title{width:calc(100% - 5vw);padding-right:8px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .item-bottom .location{width:5vw}.xml-digital-teaching-preview .teacher-resources-number-h5{position:absolute;top:23px;right:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:40px;cursor:pointer}.xml-digital-teaching-preview .teacher-resources-number-h5 .number{position:relative;display:inline-block;border:1px solid #f17f53;border-radius:4px;height:18px;background-color:#fff;line-height:18px;padding:0 3px 0 4px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:10px;color:#f17f53;left:-4px}.xml-digital-teaching-preview .teacher-resources-number-h5 .number::after{position:absolute;top:5px;left:-3px;content:"";display:block;width:4px;height:4px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border:1px solid #f17f53;border-top-color:#fff;border-right-color:#fff;background-color:#fff}.xml-digital-teaching-preview .xml-download-file-uppop{width:calc(100vw - 20px);padding:18px 12px;border-radius:6px;-webkit-box-shadow:0 2px 16px 0 rgba(0,0,0,.15);box-shadow:0 2px 16px 0 rgba(0,0,0,.15)}.xml-digital-teaching-preview .xml-download-file-uppop .code-path{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .xml-download-file-uppop .code-path .download-file-link{width:calc(100% - 60px);height:34px;border:1px solid #efefef;border-radius:6px;padding:0 14px;line-height:32px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-download-file-uppop .code-path .copy-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:54px;height:34px;background:#3e8ced;border-radius:2px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#fff}.xml-digital-teaching-preview .xml-download-file-uppop .code-text{padding-top:6px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:11px;color:#3e8ced;line-height:20px}.xml-digital-teaching-preview .video-resource-player{position:fixed;top:0;left:0;z-index:10002;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#2e2e2e}.xml-digital-teaching-preview .video-resource-player .el-icon-back{position:absolute;top:20px;left:20px;font-size:7vw;color:#fff;cursor:pointer}.xml-digital-teaching-preview .video-resource-player .video-content{width:100%}.xml-digital-teaching-preview .video-resource-player-pc{position:fixed;top:0;left:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;height:50%;background-color:#2e2e2e}.xml-digital-teaching-preview .video-resource-player-pc .el-icon-back{position:absolute;top:20px;left:20px;font-size:7vw;color:#fff;cursor:pointer}.xml-digital-teaching-preview .video-resource-player-pc .video-content{width:100%;position:relative}.xml-digital-teaching-preview .xml-audio-player-page{position:fixed;top:0;left:0;z-index:10002;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#2e2e2e}.xml-digital-teaching-preview .xml-audio-player-page .el-icon-back{position:absolute;top:20px;left:20px;font-size:7vw;color:#fff;cursor:pointer}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .square-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:70vw;height:70vw;padding:30px;border-radius:50%;overflow:hidden}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .play-button{position:absolute;left:0;top:0;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70vw;height:70vw}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .play-button .el-icon-video-pause,.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .play-button .el-icon-video-play{font-size:15vw;font-weight:600;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .rotate{-webkit-animation:rotate 7s linear infinite;animation:rotate 7s linear infinite}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .active{-webkit-animation-play-state:running;animation-play-state:running}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .paused{-webkit-animation-play-state:paused;animation-play-state:paused}.xml-digital-teaching-preview .xml-audio-player-page .audio-player-title{width:100%;height:10vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFang SC;font-weight:500;font-size:5vw;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% - 40px)}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times .current-time{width:14vw;font-size:4vw;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times .total-time{width:14vw;padding-left:1vw;font-size:4vw;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times .progress{width:56vw}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:40px;height:140px;padding-bottom:10px}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box .el-slider__button{width:10px;height:10px;background-color:#409eff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box .volume-btn{position:relative;margin:10px 0 0 4px;width:16px;height:16px;background-image:url(../../static/images/icons/resource/volume_02.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box .volume-mute::after{content:"";position:absolute;top:6px;left:-2px;width:20px;height:2px;background-color:#fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-letter-spacing]:not([data-theme-letter-spacing=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-letter-spacing]:not([data-theme-letter-spacing=""]) .parent-group .text-container .richtext-reset-wrapper--view p{letter-spacing:var(--reader-theme-letter-spacing)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view p:not([style~="background-color:"]),.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view span:not([style~="background-color:"]),.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view p:not([style~="background-color:"]),.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view span:not([style~="background-color:"]){color:var(--reader-theme-font-color)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view p:not([style~="background-color:"]) a,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view span:not([style~="background-color:"]) a,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view p:not([style~="background-color:"]) a,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view span:not([style~="background-color:"]) a{color:var(--reader-theme-link-color)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view span,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .text-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .text-container .richtext-reset-wrapper--view span{font-size:var(--reader-theme-font-size)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view span,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .text-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .text-container .richtext-reset-wrapper--view span{font-family:var(--reader-theme-font-family)!important}@media (min-width:1300px) and (max-width:1500px){.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc{width:670px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .parent-group-mark .code-toolbar{width:592px}}@media (max-width:1299px){.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc{width:600px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .parent-group-mark .code-toolbar{width:522px}}.xml-digital-teaching-preview .mask-layer-trial-external{position:absolute;top:0;left:0;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.3)}.xml-digital-teaching-preview .mask-layer-trial-external img{width:20px}.xml-digital-teaching-preview .min-mask-layer img{width:14px}.xml-digital-teaching-preview ::-webkit-scrollbar{width:6px}.xml-digital-teaching-preview ::-webkit-scrollbar-track{background-color:#e0e0e0}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb{background-color:#a3a3a3}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb:hover{background-color:#797979}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb:active{background-color:#797979}.xml-digital-teaching-preview .xml-reader-window-box .text-books-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.xml-digital-teaching-preview .xml-search-highlight{background-color:#ff0;color:red}.xml-digital-teaching-preview .code-toolbar{user-select:none}.add-teacher-resources-dialog .el-dialog__title{font-size:16px}.add-teacher-resources-dialog .el-dialog__body{padding:10px 20px 30px}.add-teacher-resources-dialog .el-dialog__body .ispan{font-size:12px!important;margin-top:-33px!important;font-style:normal!important}.add-teacher-resources-dialog .el-dialog__body .el-upload-list--picture-card{margin:0 0 0 -50px}.add-teacher-resources-dialog .el-dialog__body .el-checkbox{min-width:108px}.add-teacher-resources-dialog .el-dialog__body .el-upload--picture-card i{font-size:54px;margin-top:43px}.add-teacher-resources-dialog .el-dialog__body .recordeds{margin-left:0!important}.add-teacher-resources-dialog .el-dialog__body .upload-demo{margin-left:145px!important}.add-teacher-resources-dialog .el-dialog__body .addOne{height:60px!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item{margin:0!important;border-radius:4px!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item .text-textarea{width:100%!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item .text-textarea:focus{border-color:#409eff!important}.add-teacher-resources-dialog .el-dialog__body .disUoloadSty .el-upload--picture-card{display:none}.add-teacher-resources-dialog .el-dialog__body .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:40px}.add-teacher-resources-dialog .el-dialog__body .xml-file-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:148px;height:148px;background-color:#a7afb8;border:1px dashed #c0ccda;border-radius:6px}.add-teacher-resources-dialog .el-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,.xml-single-textarea-group .textarea-border{border:1px solid #333}.xml-set-pop-pc .set-item .family-select-box{width:calc(100% - 75px)}.xml-set-pop-pc .set-item .family-select-box .el-select{width:100%}.xml-set-pop-pc .set-item .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 .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 .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_01 div{font-weight:600;color:#3e8ced}.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_02 div{font-weight:600;color:#3e8ced}.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_03 div{font-weight:600;color:#3e8ced}.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_04 div{font-weight:600;color:#3e8ced}.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_05 div{font-weight:600;color:#3e8ced}.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_06 div{font-weight:600;color:#3e8ced}.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_07 div{font-weight:600;color:#3e8ced}.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_08 div{font-weight:600;color:#3e8ced}.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 .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 div{font-weight:600;color:#3e8ced}.xml-reader-preview-huateng .xmlStatisticalCharts .wrap_left{width:30px;height:80px;margin-right:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xmlStatisticalCharts .wrap_right{width:30px;height:80px;margin-left:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xmlStatisticalCharts .uptri{margin:0 auto;width:0;height:0;border-top:15px solid rgba(255,255,255,0);border-left:15px solid rgba(255,255,255,0);border-bottom:15px solid rgba(151,151,151,.25);border-right:15px solid rgba(255,255,255,0)}.xml-reader-preview-huateng .xmlStatisticalCharts .uptri1{margin:0 auto;width:0;height:0;border-top:15px solid #fff;border-left:15px solid #fff;border-bottom:15px solid #fff;border-right:15px solid #fff}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color1{background-color:#fc7293}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color2{background-color:#9d91f3}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color3{background-color:#47c8e8}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color4{background-color:#64a4fc}.xml-reader-preview-huateng .xmlStatisticalCharts .student_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_img{width:100px;height:100px;border-radius:50px;background-color:#ececec}.xml-reader-preview-huateng .xmlStatisticalCharts .student_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top .img{width:100px;height:100px;border-radius:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:750px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .select_swiper_box,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .swiper_box{margin-right:30px;border-radius:4px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .teacher_img{width:80px;height:80px;border-radius:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .teacher_name{text-align:center;padding:10px 0;width:80px;height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom{width:850px;background-color:#fff;margin-top:0;border-radius:10px;-webkit-box-shadow:0 2px 16px 0 rgba(151,151,151,.25);box-shadow:0 2px 16px 0 rgba(151,151,151,.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-select{width:140px;height:34px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-input--suffix{height:34px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-input--suffix input{height:34px!important}.xml-reader-preview-guokai .xml-digital-teaching-pc{padding-left:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left{-webkit-box-shadow:0 0 10px 0 rgba(218,218,218,.8);box-shadow:0 0 10px 0 rgba(218,218,218,.8)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalog-content .is-current>.el-tree-node__content{position:relative;background:rgba(211,222,255,.54);-webkit-box-shadow:0 0 3px 0 rgba(143,178,231,.36);box-shadow:0 0 3px 0 rgba(143,178,231,.36);border-radius:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalog-content .is-current>.el-tree-node__content::after{display:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .xml-preview-catalog-pc .catalog-header .catalog-img-left{background-image:url(../../static/images/icons/books/catalog_left_gk.png)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .xml-preview-catalog-pc .catalog-header .catalog-img-right{background-image:url(../../static/images/icons/books/catalog_right_gk.png)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-text-book-name{padding:10px 30px 10px 10px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:16px;color:#333}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#666;line-height:19px;margin-top:22px;margin-bottom:16px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs>div{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs>div>span{margin:0 10px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs-active{font-weight:600;color:#538ae6}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs .left-icon{background:url(../../static/images/icons/books/catalog_left_gk.png);background-size:100% 100%;width:20px;height:30px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs .right-icon{background:url(../../static/images/icons/books/catalog_right_gk.png);background-size:100% 100%;width:20px;height:30px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header{background:rgba(222,230,255,.54);border-radius:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__nav{width:100%;border:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__item{width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#999;text-align:center;padding:0 15px;background:#f0f3fe}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__active-bar{width:30px;height:3px;background:#538ae6;margin:0 0 4px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .demo-collapse,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-preview-catalog-pc{padding:10px 10px 0!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-note-header{background-color:#538ae6}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalogContentTeacher{padding-left:10px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc{-webkit-box-shadow:0 2px 14px 8px #ddd;box-shadow:0 2px 14px 8px #ddd}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress{width:150px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress-bar__outer{border:1px solid #4d90f9}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress__text{font-size:14px!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .title{padding-top:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up span{padding-top:6px;font-family:SimHei;font-weight:400;font-size:14px;color:#676767;cursor:pointer}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item{margin-bottom:10px;background:#fff;border-radius:10px;border:1px solid #d5dee3;padding:10px 8px 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .el-collapse-item__header{background:#538ae6;border-radius:6px;margin-bottom:12px}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .is-active{background:#aecdfe;border-color:#aecdfe;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list{padding:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-teacher-note{background:#fff;-webkit-box-shadow:0 0 10px 0 rgba(142,142,142,.15);box-shadow:0 0 10px 0 rgba(142,142,142,.15);border-radius:10px;border:1px solid #aecdfe}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header{background-color:#aecdfe;border-radius:8px 8px 0 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header .note-icon{width:18px}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active{border:1px solid #d5dee3;background:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active .resource-list{background:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active i{border:0;color:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .preview-toolbar-content{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc{height:100%;padding-left:4px;padding-right:4px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar{background-color:var(--xml-reader-toolbar-color);-webkit-box-shadow:2px 1px 2px 1px var(--xml-reader-toolbar-border-color);box-shadow:2px 1px 2px 1px var(--xml-reader-toolbar-border-color)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar div{color:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc::before{display:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .toolbar-item{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 .operating,.xml-general-robot-content-pc .robot-view .input-box{display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:horizontal;-ms-flex-direction:row;-webkit-box-direction:normal}.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:flex;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:flex;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-single-textarea-group .content,.xml-single-textarea-group .title{font-family:var(--xml-textarea-typeface,楷体,楷体_GB2312,SimKai);position:relative}.xml-robot-content-pc .robot-view .input-box .sending:hover{opacity:.7}.xml-robot-content-pc .robot-view .point-top{position:absolute;top:0;left:0;width:100%;height:6px;cursor:n-resize}.xml-robot-content-pc .robot-view .point-bottom{position:absolute;left:0;bottom:0;width:100%;height:6px;cursor:n-resize}.xml-robot-content-pc .robot-view .point-left{position:absolute;top:0;left:0;width:6px;height:100%;cursor:e-resize}.xml-robot-content-pc .robot-view .point-right{position:absolute;top:0;right:0;width:6px;height:100%;cursor:e-resize}.xml-robot-content-pc .elfin-box{pointer-events:fill;position:fixed;bottom:50px;right:46px;z-index:9999;width:120px;height:120px;cursor:pointer;background-image:url(../../static/images/icons/ai/elfin.png);background-size:100%;background-repeat:no-repeat;-webkit-animation:turn 2s linear infinite;animation:turn 2s linear infinite}.xml-robot-content-pc .elfin-box .dialog-box{position:absolute;padding:28px 26px 10px;top:-62px;left:-96px;width:140px;font-size:14px;height:90px;background-image:url(../../static/images/icons/ai/dialog_box.png);background-size:100%;background-repeat:no-repeat;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.xml-robot-content-pc .elfin-box .dialog-box span{-webkit-animation:bounce .5s 1 forwards;animation:bounce .5s 1 forwards;display:inline-block;-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0)}@-webkit-keyframes bounce{0%{-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounce{0%{-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.xml-robot-content-pc .elfin-gif{background-image:url(../../static/images/icons/ai/elfin.gif)}@-webkit-keyframes turn{0%,100%,80%{-webkit-transform:translateY(0);transform:translateY(0)}20%,60%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}40%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}@keyframes turn{0%,100%,80%{-webkit-transform:translateY(0);transform:translateY(0)}20%,60%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}40%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}.xml-robot-content-pc .Fade-enter,.xml-robot-content-pc .Fade-leave-to{opacity:0}.xml-robot-content-pc .Fade-enter-to,.xml-robot-content-pc .Fade-leave{opacity:1}.xml-robot-content-pc .Fade-enter-active,.xml-robot-content-pc .Fade-leave-active{-webkit-transition:all .6s;transition:all .6s}.xml-robot-content-pc .download-dom{position:fixed;top:0;left:0;height:0;overflow-y:scroll}.xml-single-textarea-group .xml-textarea{width:100%}.xml-single-textarea-group .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;resize:horizontal;width:100%}.xml-single-textarea-group .textarea-box{text-align:justify;font-size:16px;width:100%;resize:none}.xml-single-textarea-group .horizontal-line{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAdCAIAAAAcg2rJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDAgNzkuMTcxYzI3ZiwgMjAyMi8wOC8xNi0xODowMjo0MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyNC0xMC0yMVQxNzo1MToxNSswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjQtMTAtMjFUMTc6NTI6MjcrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjQtMTAtMjFUMTc6NTI6MjcrMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM4NmQ1NmY1LWY3NmUtZDk0MS05NmU4LTM4YTI0MjYzZjJhNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODZkNTZmNS1mNzZlLWQ5NDEtOTZlOC0zOGEyNDI2M2YyYTciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozODZkNTZmNS1mNzZlLWQ5NDEtOTZlOC0zOGEyNDI2M2YyYTciPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjM4NmQ1NmY1LWY3NmUtZDk0MS05NmU4LTM4YTI0MjYzZjJhNyIgc3RFdnQ6d2hlbj0iMjAyNC0xMC0yMVQxNzo1MToxNSswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjZAsPUAAAAcSURBVCiRY/z//z8DbsCER25UelR6VJoIaQIAAOIvAzXsQBfkAAAAAElFTkSuQmCC);background-size:1px 30px}.xml-single-textarea-group .float{float:right;height:100%;margin-left:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;shape-outside:inset(calc(100% - 100px) 0 0)}.xml-single-textarea-group .img{width:80px}.xml-single-textarea-group .content{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:30px;font-size:16px;padding:0 0 3px}.xml-single-textarea-group .title{padding-right:6px;border-bottom:1px solid #fff;line-height:30px;font-size:16px}.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 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/hevueImgPreview.css b/src/plugin/xml-digital-teaching/lib/theme/xml-components/hevueImgPreview.css
index c8a2d99..7732679 100644
--- a/src/plugin/xml-digital-teaching/lib/theme/xml-components/hevueImgPreview.css
+++ b/src/plugin/xml-digital-teaching/lib/theme/xml-components/hevueImgPreview.css
@@ -1 +1 @@
-@charset "UTF-8";.xml-hevue-imgpreview-wrap{position:fixed;top:0;bottom:0;right:0;left:0;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:9999;color:rgba(255,255,255,.6)}.xml-hevue-imgpreview-wrap .he-img-wrap{width:100%;height:100%;text-align:center;vertical-align:middle;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-hevue-imgpreview-wrap .arrow{width:42px;height:42px;text-align:center;line-height:42px;position:absolute;top:50%;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-ms-transform:translateY(-50%);font-size:24px;cursor:pointer;-webkit-transition:all .2s;transition:all .2s;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .arrow:hover{opacity:.8;-webkit-transform:translateY(-50%) scale(1.2);transform:translateY(-50%) scale(1.2)}.xml-hevue-imgpreview-wrap .arrow-left{left:50px}.xml-hevue-imgpreview-wrap .arrow-right{right:50px}.xml-hevue-imgpreview-wrap .he-close-icon{position:absolute;right:20px;top:50px;z-index:2;width:36px;height:36px;font-size:22px;line-height:36px;text-align:center;border-radius:50%;cursor:pointer;-webkit-transition:all .2s;transition:all .2s;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .he-close-icon:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-hevue-imgpreview-wrap .he-control-bar-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;bottom:calc(5% + 80px);left:0}.xml-hevue-imgpreview-wrap .he-control-bar{height:44px;bottom:10%;padding:0 22px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:22px;margin:0 auto;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .he-control-title{position:absolute;top:30px;left:0;width:100%;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff;z-index:1}.xml-hevue-imgpreview-wrap .he-control-num{position:absolute;bottom:5%;left:0;width:100%;padding:0 22px;font-size:16px;background:rgba(0,0,0,.3)}.xml-hevue-imgpreview-wrap .he-control-num .briefIntroduction{position:relative;margin:0 auto;max-width:800px;max-height:70vh;overflow-y:scroll}.xml-hevue-imgpreview-wrap .he-control-num .briefIntroduction .expand_and_collapse{position:absolute;right:0;bottom:0;color:#299fff;cursor:pointer}.xml-hevue-imgpreview-wrap .he-control-num .text-ellipsis{overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical}.xml-hevue-imgpreview-wrap .he-control-btn{line-height:44px;font-size:24px;cursor:pointer;padding:0 9px;-webkit-transition:all .2s;transition:all .2s}.xml-hevue-imgpreview-wrap .he-control-btn:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.xml-hevue-imgpreview-wrap .fade-enter-active,.xml-hevue-imgpreview-wrap .fade-leave-active{-webkit-transition:opacity .3s;transition:opacity .3s}.xml-hevue-imgpreview-wrap .fade-enter,.xml-hevue-imgpreview-wrap .fade-leave-to{opacity:0}.xml-hevue-imgpreview-wrap .hevue-img-status-icon{font-size:56px}.xml-hevue-imgpreview-wrap .rotate-animation{-webkit-animation:rotate 1.5s linear infinite;animation:rotate 1.5s linear infinite}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@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)}
\ No newline at end of file
+@charset "UTF-8";.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}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@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)}
\ No newline at end of file
diff --git a/src/plugin/xml-digital-teaching/lib/theme/xml-components/previewLooseLeafForQRcode.css b/src/plugin/xml-digital-teaching/lib/theme/xml-components/previewLooseLeafForQRcode.css
index 48583ce..94a9056 100644
--- a/src/plugin/xml-digital-teaching/lib/theme/xml-components/previewLooseLeafForQRcode.css
+++ b/src/plugin/xml-digital-teaching/lib/theme/xml-components/previewLooseLeafForQRcode.css
@@ -1 +1 @@
-@charset "UTF-8";.add-notes-bookmarks .item-box,.add-notes-bookmarks-pc .item-box,.preview-list-counter{-webkit-box-orient:vertical;-webkit-box-direction:normal}.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}@-webkit-keyframes moves{0%{left:-100%}100%{left:0}}@keyframes moves{0%{left:-100%}100%{left:0}}.preview-list-counter{position:relative;display:inline-block;-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(100% - 56px);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 .custom-btn .custom-icon,.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .custom-btn .custom-icon{height:16px}.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}.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-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-tree-box-h5 .el-tree-node,.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node,.ouchn-container.preview-mode .preview-tree-box-pc .el-tree-node{white-space:normal;word-break:break-all}.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-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-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 .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-tree-box-pc-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-pc-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-pc-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-pc-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree{height:calc(100vh - 110px);overflow-y:auto}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.add-notes-bookmarks .item-box span,.add-notes-bookmarks-pc .item-box span{font-size:12px;color:#fff}.ouchn-container .editing-preview .preview-tree-box-h5{background:#fff;height:calc(100vh - 104px);overflow-x:hidden;overflow-y:auto}.add-notes-bookmarks,.add-notes-bookmarks-pc,.add-notes-bookmarks-pc::after,.add-notes-bookmarks::after{position:absolute;background:#2b2b2b}.add-notes-bookmarks-pc{z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:90px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.add-notes-bookmarks-pc .item-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999999}.add-notes-bookmarks-pc .item-box img{width:20px;cursor:pointer}.add-notes-bookmarks{left:140px;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24vw;padding:4px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.add-notes-bookmarks .item-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999999}.add-notes-bookmarks .item-box img{width:4vw;padding:2px;cursor:pointer}.add-notes-bookmarks::after{bottom:-1vw;left:10vw;z-index:99998;content:"";width:4vw;height:4vw;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#2b2b2b}.add-notes-bookmarks-pc::after{bottom:-8px;left:40px;z-index:99998;content:"▙";-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#2b2b2b}.add-notes-box-text .notes-text-box .textarea,.add-notes-box-text .notes-text-box .title-box,.add-notes-box-text-pc .notes-text-box-pc .textarea,.add-notes-box-text-pc .notes-text-box-pc .title-box{color:#333;font-size:14px;font-family:"微软雅黑"}.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-weight:400;font-stretch:normal;letter-spacing:0;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}.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-weight:400;font-stretch:normal;letter-spacing:0;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}.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}
\ No newline at end of file
+@charset "UTF-8";.add-notes-bookmarks .item-box,.add-notes-bookmarks-pc .item-box,.preview-list-counter{-webkit-box-orient:vertical;-webkit-box-direction:normal}.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}@-webkit-keyframes moves{0%{left:-100%}100%{left:0}}@keyframes moves{0%{left:-100%}100%{left:0}}.preview-list-counter{position:relative;display:inline-block;-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 .custom-btn .custom-icon,.xml-digital-teaching-preview .preview-list .preview-nav.pc .preview-nav__wrapper .custom-btn .custom-icon{height:16px}.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}.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-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-tree-box-h5 .el-tree-node,.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node,.ouchn-container.preview-mode .preview-tree-box-pc .el-tree-node{white-space:normal;word-break:break-all}.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-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-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 .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-tree-box-pc-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-pc-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-pc-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-pc-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree{height:calc(100vh - 110px);overflow-y:auto}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-pc.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-pc .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.add-notes-bookmarks .item-box span,.add-notes-bookmarks-pc .item-box span{font-size:12px;color:#fff}.ouchn-container .editing-preview .preview-tree-box-h5{background:#fff;height:calc(100vh - 104px);overflow-x:hidden;overflow-y:auto}.add-notes-bookmarks,.add-notes-bookmarks-pc,.add-notes-bookmarks-pc::after,.add-notes-bookmarks::after{position:absolute;background:#2b2b2b}.add-notes-bookmarks-pc{z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:90px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.add-notes-bookmarks-pc .item-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999999}.add-notes-bookmarks-pc .item-box img{width:20px;cursor:pointer}.add-notes-bookmarks{left:140px;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24vw;padding:4px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.add-notes-bookmarks .item-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999999}.add-notes-bookmarks .item-box img{width:4vw;padding:2px;cursor:pointer}.add-notes-bookmarks::after{bottom:-1vw;left:10vw;z-index:99998;content:"";width:4vw;height:4vw;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#2b2b2b}.add-notes-bookmarks-pc::after{bottom:-8px;left:40px;z-index:99998;content:"▙";-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#2b2b2b}.add-notes-box-text .notes-text-box .textarea,.add-notes-box-text .notes-text-box .title-box,.add-notes-box-text-pc .notes-text-box-pc .textarea,.add-notes-box-text-pc .notes-text-box-pc .title-box{color:#333;font-size:14px;font-family:"微软雅黑"}.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-weight:400;font-stretch:normal;letter-spacing:0;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}.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-weight:400;font-stretch:normal;letter-spacing:0;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}.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}
\ No newline at end of file
diff --git a/src/plugin/xml-digital-teaching/lib/theme/xml-components/styleLibrary.css b/src/plugin/xml-digital-teaching/lib/theme/xml-components/styleLibrary.css
index b7a9050..13ea0df 100644
--- a/src/plugin/xml-digital-teaching/lib/theme/xml-components/styleLibrary.css
+++ b/src/plugin/xml-digital-teaching/lib/theme/xml-components/styleLibrary.css
@@ -1 +1 @@
-.xml-title-sixth-h5 .title-container .title-left-div .title-number .editor,.xml-title-sixth-pad .title-container .title-left-div .title-number .editor,.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-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 .edit-mode-inject{width:100%}.xml-title-sixth-h5 .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-h5 .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-first-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixth-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-h5 .title-container .xml-text-h5.text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5 .title-container,.xml-title-third-h5{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-second-h5 .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-h5 .title-container .w-e-text-container,.xml-title-third-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-h5{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container,.xml-title-third-h5 .title-container .title-left{height:48px;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;position:relative}.xml-title-third-h5 .title-container{min-width:148px;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;margin-right:-11px;background:#fff;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-h5 .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-h5 .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-h5 .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-h5 .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-h5 .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-h5 .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-h5 .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-h5 .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-h5 .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-h5 .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-square-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-h5 .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-2px}.xml-title-rotundity-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-h5 .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-h5 .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-h5 .title-container .title-left-img,.xml-title-semicircle-h5 .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-h5 .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-h5 .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-h5 .title-container .title-text p{line-height:1.1!important}.xml-title-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{height:100%;border-radius:50%;width:100%}.xml-title-Yellowtheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:var(--reader-theme-color,#fff);max-width:77%;position:relative}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{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%;height:100%;border-radius:50%}.xml-title-Greentheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-h5 .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-h5 .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:#68a348;margin-right:8px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:#68a348;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-h5>div{width:100%}.xml-title-Greentheme2-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme2-h5 .title-container .left-image .image-container,.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-h5 .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:#68a348;-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-h5 .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:#68a348;position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-h5>div{width:100%}.xml-title-Greentheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-h5 .title-container .right-top-bg{width:100%;height:50%;background-color:#b9e2a2;border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container,.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-h5,.xml-title-Greentheme4-h5 .cont-box{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-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-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-twentyfour-h5 .title-container-box .title-container .text-container mark-view p{text-align:center}.xml-title-twentyfive-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-twentyfive-h5 .title-container-box{position:relative}.xml-title-twentyfive-h5 .title-container-box .left-bg{width:300px;height:65px;position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-h5 .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfive-h5 .title-container-box .title-container{min-width:200px;position:relative;z-index:9;padding-left:80px}.xml-title-twentyfive-h5 .title-container-box .title-container .icon{width:80px;height:80px;position:absolute;left:40px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-h5 .title-container-box .title-container .title-body-box{padding:6px 20px}.xml-paragraph-first-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-h5 .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner .xml-text-h5.text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-h5 .xml-text-h5.text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-h5 .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-h5{text-align:left}.xml-paragraph-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-h5 .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-h5 .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-h5 .body-text .xml-text-h5.text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-h5{position:relative}.xml-paragraph-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-h5 .body-text::after,.xml-paragraph-third-h5 .body-text::before{width:1px;height:80px;position:absolute;background-color:#0070c1;content:""}.xml-paragraph-third-h5 .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-h5 .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5{position:relative}.xml-paragraph-quadrangle-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-h5{position:relative}.xml-paragraph-isosceles-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-h5 .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-h5 .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-h5 .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-h5 .shape .triangle,.xml-paragraph-isosceles-h5 .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-h5{position:relative}.xml-paragraph-wave-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-h5{position:relative}.xml-paragraph-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-h5{position:relative}.xml-paragraph-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5{position:relative}.xml-paragraph-ninth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-h5{position:relative}.xml-paragraph-tenth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-h5{position:relative}.xml-paragraph-Redtheme1-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-h5 .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-h5 .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-h5 .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-h5{position:relative}.xml-paragraph-Redtheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme2-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-h5 .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-h5 .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-h5 .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-h5 .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5{position:relative}.xml-paragraph-Redtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme3-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-h5 .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-h5 .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-h5{position:relative}.xml-paragraph-Redtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-h5 .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-h5 .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5{position:relative}.xml-paragraph-Redtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-h5 .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-h5 .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5 .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-h5{position:relative}.xml-paragraph-Redtheme6-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-h5 .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-h5 .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-h5 .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-h5{position:relative}.xml-paragraph-sixteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-h5 .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-twelve-h5{position:relative}.xml-paragraph-twelve-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-h5 .body-text{padding:20px;text-align:left;position:relative;border:3.5px solid #428EED}.xml-paragraph-twelve-h5 .body-text .left-top-img{width:40px;height:40px;position:absolute;top:-4.5px;left:-5.5px;-webkit-transform:rotate(180deg);transform:rotate(180deg);background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-h5 .body-text .left-top-img img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-5px;left:-3px}.xml-paragraph-twelve-h5 .body-text .left-top-clover img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:4px;right:-3px;z-index:99}.xml-paragraph-twelve-h5 .body-text .right-bottom-clover img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .right-bottom-img{width:40px;height:40px;position:absolute;bottom:-4.5px;right:-5.5px;background:var(--reader-theme-color,#FFF)}.xml-paragraph-eleven-h5,.xml-paragraph-eleven-h5 .body-text,.xml-paragraph-twelve-h5 .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-twelve-h5 .body-text .right-bottom-img img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-h5 .body-text{padding:25px;text-align:left}.xml-paragraph-eleven-h5 .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-h5 .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:#60a0e5;margin-bottom:2px}.xml-paragraph-eleven-h5 .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-h5 .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:#60a0e5;margin-top:2px}.xml-paragraph-eleven-h5 .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-h5 .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:#60a0e5;margin-right:2px}.xml-paragraph-eleven-h5 .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-h5 .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:#60a0e5;margin-left:2px}.xml-paragraph-eleven-h5 .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-h5 .text-container{padding:0 10px}.xml-paragraph-eleven-h5 .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-h5 .text-container .editorClass p{padding:0}.xml-paragraph-eleven-h5 .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-h5 .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-thirteen-h5{position:relative}.xml-paragraph-thirteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-h5 .body-text{padding:10px 20px;text-align:left;position:relative;background:#D1E6FF;border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-h5 .body-text .text-border-top{width:90%;height:4px;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-right{width:4px;height:70%;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-bottom{width:90%;height:4px;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-left{width:4px;height:70%;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-h5 .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-h5 .body-text::after,.xml-paragraph-thirteen-h5 .body-text::before{width:80px;max-height:100px;background-color:none;position:absolute;content:"";z-index:0;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,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{background:#fff;padding:10px 15px;position:relative;z-index:99}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-h5{position:relative}.xml-paragraph-Yellowtheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-h5 .body-text-bg{border:4px solid #fdbc55;padding:5px;position:relative}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block4{width:9px;height:9px;background-color:#fdbc55;border:4px solid #fdbc55;position:absolute;z-index:999}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-h5{position:relative}.xml-paragraph-Yellowtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-h5 .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .right-img{width:18px;height:31px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme3-right.png);background-size:100% 100%;position:absolute;right:11px;top:-2px;z-index:999}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .right-img>div{width:20px;height:2px;background-color:#fff;margin-left:-20px}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-h5{position:relative}.xml-paragraph-Yellowtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-h5 .body-text-bg{background-color:#fee0b0;border:2px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block4{width:16px;height:16px;position:absolute;z-index:999;background-color:#fdbc55}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fee0b0;padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-h5{position:relative}.xml-paragraph-Yellowtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-h5 .body-text-bg{background-color:#feefd7;border-radius:20px 0;border:3px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .left-img,.xml-paragraph-Yellowtheme5-h5 .body-text-bg .right-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .left-img{top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .right-img{bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-h5{position:relative}.xml-paragraph-fifteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-h5 .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-h5 .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-h5 .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-h5 .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-h5 .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-h5{position:relative}.xml-paragraph-Greentheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-h5 .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-h5 .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-h5 .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-h5 .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-h5{position:relative}.xml-paragraph-Greentheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-h5 .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-h5{position:relative}.xml-paragraph-Greentheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-h5 .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-h5 .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-h5{position:relative}.xml-paragraph-Greentheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-h5 .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-h5 .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-h5 .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-h5{position:relative}.xml-paragraph-Thirtyfive-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-h5 .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-h5{position:relative}.xml-paragraph-Thirtysix-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtysix-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-h5 .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-h5 .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-h5{position:relative;text-align:left}.xml-paragraph-Thirtyseven-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-h5 .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-h5 .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-h5 .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-h5 .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-h5 .body-text .seemore{width:calc(100% - 2px);height:16px;background-color:#cee0fb;position:absolute;top:1px;left:0;z-index:9;font-size:12px;font-weight:400;font-stretch:normal;color:#2f2ad0;cursor:pointer;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-h5 .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-h5 .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-h5 .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-h5 .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-h5 .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-h5 .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-h5{position:relative;text-align:left}.xml-paragraph-Thirtyeight-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-h5 .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-h5 .sub-title .xml-text-h5.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-h5 .body-text,.xml-paragraph-Thirtyeight-pad .body-text{background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%);margin-top:-20px}.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;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%;background-repeat:no-repeat;pointer-events:none;position:absolute;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-fourth-h5 .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-second-h5 .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-third-h5 .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-second-h5 .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-h5 .title-box,.xml-text-image-third-h5 .title-box{height:32px;margin-left:-8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xml-text-image-second-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .title-box{margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-h5 .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{border-radius:50%;overflow:hidden}.xml-text-image-third-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-h5 .title-box{margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0}.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-fourth-h5 .title-box,.xml-text-image-second-pad .title-box,.xml-text-image-third-pad .title-box{margin-left:-8px;text-overflow:ellipsis;white-space:nowrap}.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 .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;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass p,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-h5 .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-h5 .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-h5 .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-h5 .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-h5 .image-text-box{width:100%}.xml-text-image-fifth-h5 .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-h5 .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-h5 .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-h5 .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-h5 .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-h5 .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-h5 .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-h5 .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-h5 .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-h5 .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(#a7d3fb));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-h5 .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-h5 .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-h5 .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Bluetheme1-h5,.xml-splitline-Bluetheme2-h5,.xml-splitline-Bluetheme3-h5,.xml-splitline-Bluetheme4-h5,.xml-splitline-Greentheme1-h5,.xml-splitline-Greentheme2-h5,.xml-splitline-Greentheme3-h5,.xml-splitline-Greentheme4-h5,.xml-splitline-Redtheme4-h5,.xml-splitline-Yellowtheme1-h5,.xml-splitline-Yellowtheme2-h5,.xml-splitline-Yellowtheme3-h5,.xml-splitline-Yellowtheme4-h5,.xml-splitline-second-h5{margin-top:10px!important}.xml-splitline-first-h5 .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-h5 .title-container{height:30px;padding-top:10px}.xml-splitline-second-h5 .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-h5 .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-h5 .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-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{margin-top:0!important}.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{margin-top:0!important}.xml-splitline-fourth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-h5 .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-h5 .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-h5 .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-h5,.xml-splitline-ninth-h5,.xml-splitline-seventh-h5,.xml-splitline-sixth-h5,.xml-splitline-tenth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-h5 .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-h5 .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-h5 .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-h5 .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-h5 .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-h5 .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-h5 .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-h5 .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-h5 .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-h5 .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-h5 .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-h5 .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-h5 .title-container>div{width:100%}.xml-splitline-tenth-h5 .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-h5 .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-h5,.xml-splitline-Greytheme2-h5,.xml-splitline-Greytheme3-h5,.xml-splitline-Greytheme4-h5,.xml-splitline-Greytheme5-h5,.xml-splitline-Greytheme6-h5,.xml-splitline-eleventh-h5{margin-top:0!important}.xml-splitline-eleventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-h5 .title-container>div{width:100%}.xml-splitline-eleventh-h5 .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-h5 .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-h5 .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme6-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme4-h5 .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme1-h5 .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme3-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme1-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme2-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme1-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme2-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme4-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-title-sixth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pad>div{width:100%}.xml-title-sixth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-pad .title-container .title-left-div{max-width:30%}.xml-title-sixth-pad .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-pad .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pad .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-pad .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-pad .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-first-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-pad .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pad .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pad .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-pad .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-pad .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-pad .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-pad .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pad .title-container .xml-text-h5.text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pad .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-pad .title-container .w-e-text-container,.xml-title-third-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-pad .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-pad .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pad .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pad .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pad .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-pad .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-pad .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-pad .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-pad .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-pad .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-pad .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-pad .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-pad .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-square-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-pad .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-2px}.xml-title-rotundity-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-pad .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-pad .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-pad .title-container .title-left-img,.xml-title-semicircle-pad .title-container .title-right-img{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-semicircle-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-pad .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-pad .title-container .title-text p{line-height:1.1!important}.xml-title-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{width:100%;height:100%;border-radius:50%}.xml-title-Yellowtheme1-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-pad .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:#fff;max-width:77%;position:relative}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{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-twentyfour-pad .title-container-box .title-container .text-container mark-view p{text-align:center}.xml-title-twentyfive-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-twentyfive-pad .title-container-box{position:relative}.xml-title-twentyfive-pad .title-container-box .left-bg{width:300px;height:65px;position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-pad .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfive-pad .title-container-box .title-container{min-width:200px;position:relative;z-index:9;padding-left:80px}.xml-title-twentyfive-pad .title-container-box .title-container .icon{width:80px;height:80px;position:absolute;left:40px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-pad .title-container-box .title-container .title-body-box{padding:6px 20px}.xml-paragraph-first-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-pad .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pad .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pad .rotate-container-inner .xml-text-h5.text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pad .xml-text-h5.text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pad .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pad{text-align:left}.xml-paragraph-second-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-pad .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-pad .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-pad .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-pad .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-pad .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-pad .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-pad .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-pad .body-text .xml-text-h5.text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pad{position:relative}.xml-paragraph-third-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-pad .body-text::after,.xml-paragraph-third-pad .body-text::before{width:1px;position:absolute;background-color:#0070c1;height:80px;content:""}.xml-paragraph-third-pad .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-pad .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pad{position:relative}.xml-paragraph-quadrangle-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pad .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-pad{position:relative}.xml-paragraph-isosceles-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-pad .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pad .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-pad .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-pad .shape .triangle,.xml-paragraph-isosceles-pad .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-pad{position:relative}.xml-paragraph-wave-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-pad{position:relative}.xml-paragraph-seventh-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pad .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-pad .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-pad .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-pad{position:relative}.xml-paragraph-eighth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pad{position:relative}.xml-paragraph-ninth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-pad{position:relative}.xml-paragraph-tenth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pad .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-pad .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-pad .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-pad{position:relative}.xml-paragraph-Redtheme1-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-pad .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-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 .w-e-text-container,.xml-paragraph-sixteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-pad{position:relative}.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 .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;height:16px;position:absolute;z-index:999;background-color:#fdbc55}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fee0b0;padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-pad{position:relative}.xml-paragraph-Yellowtheme5-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-pad .body-text-bg{background-color:#feefd7;border-radius:20px 0;border:3px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-pad .body-text-bg .left-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute;top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-pad .body-text-bg .right-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute;bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-pad .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-pad{position:relative}.xml-paragraph-fifteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-pad .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pad .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pad .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pad .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pad .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-pad{position:relative}.xml-paragraph-Greentheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-pad .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pad .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-pad .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pad .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-pad{position:relative}.xml-paragraph-Greentheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-pad .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-pad{position:relative}.xml-paragraph-Greentheme4-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-pad .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-pad .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-pad{position:relative}.xml-paragraph-Greentheme5-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-pad .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-pad .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-pad .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pad{position:relative}.xml-paragraph-Thirtyfive-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-pc .body-text,.xml-paragraph-Thirtysix-pad .body-text{-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pad .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-pad .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-pad{position:relative}.xml-paragraph-Thirtysix-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-width:1px!important}.xml-paragraph-Thirtysix-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-pad .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-pad .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-pad{position:relative;text-align:left}.xml-paragraph-Thirtyseven-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-pad .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-pad .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-pad .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-pad .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-pad .body-text .seemore{width:calc(100% - 2px);height:16px;background-color:#cee0fb;position:absolute;top:1px;left:0;z-index:9;font-size:12px;font-weight:400;font-stretch:normal;color:#2f2ad0;cursor:pointer;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-pad .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-pad .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-pad .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pad .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pad .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-pad .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pad{position:relative;text-align:left}.xml-paragraph-Thirtyeight-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-pad .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-pad .sub-title .xml-text-pad.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-pad .sub-title .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pad .sub-title .icon-box{position:absolute;top:-30px;left:0;z-index:9}.xml-paragraph-Thirtyeight-pad .sub-title .icon-box img{width:100%;max-width:160px}.xml-paragraph-Thirtyeight-pad .body-text{padding:1px;text-align:left;position:relative;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-repeat:no-repeat;position:absolute;background-size:100% 100%;content:"";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,.xml-text-image-second-pad .image-box .image-container.block-checked,.xml-text-image-third-pad .image-box{border-radius:50%;overflow:hidden}.xml-text-image-second-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pad .title-box{height:32px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden}.xml-text-image-second-pc .image-box,.xml-text-image-third-pad .image-box{width:143px;height:143px;-o-object-fit:contain;min-width:143px;min-height:143px}.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;object-fit:contain;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-third-pad .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pad .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pad .title-box{height:32px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden}.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-Bluetheme1-pad,.xml-splitline-Bluetheme2-pad,.xml-splitline-Bluetheme3-pad,.xml-splitline-Bluetheme4-pad,.xml-splitline-Greentheme1-pad,.xml-splitline-Greentheme2-pad,.xml-splitline-Greentheme3-pad,.xml-splitline-Greentheme4-pad,.xml-splitline-Redtheme4-pad,.xml-splitline-Yellowtheme1-pad,.xml-splitline-Yellowtheme2-pad,.xml-splitline-Yellowtheme3-pad,.xml-splitline-Yellowtheme4-pad,.xml-splitline-second-pad{margin-top:10px!important}.xml-splitline-first-pad .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-pad .title-container{height:30px;padding-top:10px}.xml-splitline-second-pad .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-pad .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-pad .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-pad,.xml-splitline-third-pad{margin-top:0!important}.xml-splitline-second-pad .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-pad .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-pad .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-eighth-pad,.xml-splitline-fifth-pad,.xml-splitline-ninth-pad,.xml-splitline-seventh-pad,.xml-splitline-sixth-pad,.xml-splitline-tenth-pad{margin-top:0!important}.xml-splitline-fourth-pad .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.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-fifth-pad .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-pad .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-pad .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-pad .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-pad .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-pad .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pad .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-pad .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-pad .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-pad .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-pad .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-pad .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-pad .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-pad .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-pad .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-pad .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-pad .title-container>div{width:100%}.xml-splitline-tenth-pad .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-pad .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-pad,.xml-splitline-Greytheme2-pad,.xml-splitline-Greytheme3-pad,.xml-splitline-Greytheme4-pad,.xml-splitline-Greytheme5-pad,.xml-splitline-Greytheme6-pad,.xml-splitline-eleventh-pad{margin-top:0!important}.xml-splitline-eleventh-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-pad .title-container>div{width:100%}.xml-splitline-eleventh-pad .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-pad .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-pad .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme6-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pad .title-container .linebox,.xml-splitline-Bluetheme2-pad .title-container .linebox,.xml-splitline-Bluetheme3-pad .title-container .linebox,.xml-splitline-Bluetheme4-pad .title-container .linebox,.xml-splitline-Greentheme1-pad .title-container .linebox,.xml-splitline-Greentheme2-pad .title-container .linebox,.xml-splitline-Greentheme3-pad .title-container .linebox,.xml-splitline-Greentheme4-pad .title-container .linebox,.xml-splitline-Redtheme1-pad .title-container .linebox,.xml-splitline-Redtheme2-pad .title-container .linebox,.xml-splitline-Redtheme3-pad .title-container .linebox,.xml-splitline-Redtheme4-pad .title-container .linebox,.xml-splitline-Yellowtheme1-pad .title-container .linebox,.xml-splitline-Yellowtheme2-pad .title-container .linebox,.xml-splitline-Yellowtheme3-pad .title-container .linebox,.xml-splitline-Yellowtheme4-pad .title-container .linebox{width:100%;background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Yellowtheme1-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png)}.xml-splitline-Yellowtheme2-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png)}.xml-splitline-Yellowtheme3-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png)}.xml-splitline-Yellowtheme4-pad .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png)}.xml-splitline-Redtheme1-pad .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png)}.xml-splitline-Redtheme2-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png)}.xml-splitline-Redtheme3-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png)}.xml-splitline-Redtheme4-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png)}.xml-splitline-Greentheme1-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png)}.xml-splitline-Greentheme2-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png)}.xml-splitline-Greentheme3-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png)}.xml-splitline-Greentheme4-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png)}.xml-splitline-Bluetheme1-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png)}.xml-splitline-Bluetheme2-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png)}.xml-splitline-Bluetheme3-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png)}.xml-splitline-Bluetheme4-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png)}.xml-title-twentyone-pad{text-align:left}.xml-title-twentyone-pad .title-container-box{position:relative}.xml-title-twentyone-pad .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-pad .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-pad .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-pad .title-container-box .title-container,.xml-title-twentyone-pc .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#84fee1),to(#38abe1));border-radius:10px 0 0 10px;padding:6px 20px 6px 85px}.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:linear-gradient(90deg,#84fee1 25%,#38abe1);display:inline-block;-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 .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-twentyfour-pc .title-container-box .title-container .text-container .mark-view p{text-align:center}.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-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.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-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-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-pc .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-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-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 .w-e-text-container,.xml-paragraph-sixteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-pc{position:relative}.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 .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%;max-height:100px;background-color:none;position:absolute;z-index:0;content:""}.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);position:absolute;background-size:100% 100%}.xml-paragraph-Yellowtheme5-pc .body-text-bg .left-img{top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-pc .body-text-bg .right-img{bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-pc{position:relative}.xml-paragraph-fifteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-pc .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pc .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pc .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pc .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pc .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-pc{position:relative}.xml-paragraph-Greentheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-pc .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pc .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-pc .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pc .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-pc{position:relative}.xml-paragraph-Greentheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-pc .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-pc{position:relative}.xml-paragraph-Greentheme4-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-pc .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-pc .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-pc{position:relative}.xml-paragraph-Greentheme5-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-pc .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-pc .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-pc .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-text-image-first-pc .w-e-text-container,.xml-text-image-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-pc .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-pc .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .image-container{margin:10px 0;text-align:center}.xml-text-image-second-pc .image-box{background:#fff;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{text-align:left}.xml-text-image-second-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-third-pc .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu,.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-pc{height:100%}.xml-text-image-fourth-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-pc .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-pc .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-pc .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-pc .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-pc .image-text-box{width:100%}.xml-text-image-fifth-pc .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-pc .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-pc .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-pc .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-pc .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-pc .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-pc .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-pc .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-pc .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-pc .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(#a7d3fb));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-pc .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-pc .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-pc .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-first-pc .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-pc{margin-top:10px!important}.xml-splitline-second-pc .title-container{height:30px;padding-top:10px}.xml-splitline-second-pc .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-pc .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-pc .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-pc,.xml-splitline-third-pc{margin-top:0!important}.xml-splitline-second-pc .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-pc .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-pc .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-eighth-pc,.xml-splitline-fifth-pc,.xml-splitline-ninth-pc,.xml-splitline-seventh-pc,.xml-splitline-sixth-pc,.xml-splitline-tenth-pc{margin-top:0!important}.xml-splitline-fourth-pc .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.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-fifth-pc .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-pc .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-pc .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-pc .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-pc .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-pc .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pc .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-pc .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-pc .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-pc .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-pc .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-pc .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-pc .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-pc .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-pc .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-pc .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-pc .title-container>div{width:100%}.xml-splitline-tenth-pc .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-pc .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-pc,.xml-splitline-Greytheme2-pc,.xml-splitline-Greytheme3-pc,.xml-splitline-Greytheme4-pc,.xml-splitline-Greytheme5-pc,.xml-splitline-Greytheme6-pc,.xml-splitline-eleventh-pc{margin-top:0!important}.xml-splitline-eleventh-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-pc .title-container>div{width:100%}.xml-splitline-eleventh-pc .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-pc .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-pc .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pc,.xml-splitline-Bluetheme2-pc,.xml-splitline-Bluetheme3-pc,.xml-splitline-Bluetheme4-pc,.xml-splitline-Greentheme1-pc,.xml-splitline-Greentheme2-pc,.xml-splitline-Greentheme3-pc,.xml-splitline-Greentheme4-pc,.xml-splitline-Redtheme4-pc,.xml-splitline-Yellowtheme1-pc,.xml-splitline-Yellowtheme2-pc,.xml-splitline-Yellowtheme3-pc,.xml-splitline-Yellowtheme4-pc{margin-top:10px!important}.xml-splitline-Greytheme6-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pc .title-container .linebox,.xml-splitline-Bluetheme2-pc .title-container .linebox,.xml-splitline-Bluetheme3-pc .title-container .linebox,.xml-splitline-Bluetheme4-pc .title-container .linebox,.xml-splitline-Greentheme1-pc .title-container .linebox,.xml-splitline-Greentheme2-pc .title-container .linebox,.xml-splitline-Greentheme3-pc .title-container .linebox,.xml-splitline-Greentheme4-pc .title-container .linebox,.xml-splitline-Redtheme1-pc .title-container .linebox,.xml-splitline-Redtheme2-pc .title-container .linebox,.xml-splitline-Redtheme3-pc .title-container .linebox,.xml-splitline-Redtheme4-pc .title-container .linebox,.xml-splitline-Yellowtheme1-pc .title-container .linebox,.xml-splitline-Yellowtheme2-pc .title-container .linebox,.xml-splitline-Yellowtheme3-pc .title-container .linebox,.xml-splitline-Yellowtheme4-pc .title-container .linebox{width:100%;background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Yellowtheme1-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png)}.xml-splitline-Yellowtheme2-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png)}.xml-splitline-Yellowtheme3-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png)}.xml-splitline-Yellowtheme4-pc .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png)}.xml-splitline-Redtheme1-pc .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png)}.xml-splitline-Redtheme2-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png)}.xml-splitline-Redtheme3-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png)}.xml-splitline-Redtheme4-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png)}.xml-splitline-Greentheme1-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png)}.xml-splitline-Greentheme2-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png)}.xml-splitline-Greentheme3-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png)}.xml-splitline-Greentheme4-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png)}.xml-splitline-Bluetheme1-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png)}.xml-splitline-Bluetheme2-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png)}.xml-splitline-Bluetheme3-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png)}.xml-splitline-Bluetheme4-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png)}.xml-title-twenty-pc{text-align:left}.xml-title-twenty-pc .title-container-box{position:relative}.xml-title-twenty-pc .title-container-box .left-bg{width:60px;height:60px;position:absolute;top:50%;left:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:9;background-image:url(../../static/images/leaflet/resourceCenter/title_icon.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-twenty-pc .title-container-box .left-bg img{width:60px}.xml-title-twenty-pc .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#3de097),to(#264cb2));background:linear-gradient(90deg,#3de097 25%,#264cb2);display:inline-block}.xml-title-twenty-pc .title-container-box .left-block{width:95px;height:36px;background:#3de097;clip-path:polygon(7px 0,85% 0,100% 15%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);position:absolute;top:-4px}.xml-title-twentyone-pc{text-align:left}.xml-title-twentyone-pc .title-container-box{position:relative}.xml-title-twentyone-pc .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-pc .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-pc .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-pc .title-container-box .left-bg img{width:70%;height:80%;-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentyone-pc .title-container-box .title-container{background:linear-gradient(90deg,#84fee1 25%,#38abe1);display:inline-block;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.xml-title-twentyone-pc .title-container-box .title-container .text-container{-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentytwo-pc{text-align:left}.xml-title-twentytwo-pc .title-container-box{position:relative;padding-left:39px}.xml-title-twentytwo-pc .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:0;left:0;border-radius:50% 50% 0;border:3px solid #a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentytwo-pc .title-container-box .left-bg>div{width:100%;height:100%;border-radius:50%;background-color:#a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentytwo-pc .title-container-box .left-bg img{width:80%;height:60%}.xml-title-twentytwo-pc .title-container-box .left-bg::after{content:"";width:5px;height:16px;background-color:#fff;position:absolute;right:-4px;bottom:0}.xml-title-twentytwo-pc .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,from(#a541ff),to(#3fbbfb));background:linear-gradient(90deg,#a541ff,#3fbbfb);border-radius:0 0 10px;display:inline-block;padding:3px 3px 3px 0}.xml-title-twentytwo-pc .title-container-box .title-container .title-body-box{border-radius:0 0 9px;background-color:#fff;padding:6px 20px;margin-left:-1px}.xml-title-twentythree-pc{text-align:left}.xml-title-twentythree-pc .title-container-box{position:relative;padding-left:39px}.xml-title-twentythree-pc .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:2px;left:0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#33c0ef;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentythree-pc .title-container-box .left-bg img{width:90%;height:85%}.xml-title-twentythree-pc .title-container-box .title-container{display:inline-block;margin-left:-25px}.xml-title-twentythree-pc .title-container-box .title-container .title-body-box{border-radius:25px 0;background:-webkit-gradient(linear,left top,left bottom,from(#33c0ef),to(#1ed4e6));background:linear-gradient(180deg,#33c0ef,#1ed4e6);padding:6px 20px 6px 30px}.xml-paragraph-Thirtyfive-pc{position:relative}.xml-paragraph-Thirtyfive-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-width:1px!important}.xml-paragraph-Thirtyfive-pc .body-text .xml-text-pc.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pc .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-pc .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-pc{position:relative}.xml-paragraph-Thirtysix-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtysix-pc .body-text .xml-text-pc.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-pc .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-pc .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-pc{position:relative;text-align:left}.xml-paragraph-Thirtyseven-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-pc .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-pc .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-pc .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-pc .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-pc .body-text .xml-text-pc.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-pc .body-text .seemore{width:calc(100% - 2px);height:16px;background-color:#cee0fb;position:absolute;top:1px;left:0;z-index:9;font-size:12px;font-weight:400;font-stretch:normal;color:#2f2ad0;cursor:pointer;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-pc .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-pc .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-pc .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pc .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pc .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-pc .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-pc .body-text .xml-text-pc.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pc{position:relative;text-align:left}.xml-paragraph-Thirtyeight-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-pc .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-pc .sub-title .xml-text-pc.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-pc .sub-title .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pc .sub-title .icon-box{position:absolute;top:-30px;left:0;z-index:9}.xml-paragraph-Thirtyeight-pc .sub-title .icon-box img{width:100%;max-width:160px}.xml-paragraph-Thirtyeight-pc .body-text{padding:1px;text-align:left;position:relative;margin-top:-20px;background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%);border:0!important;border-radius:5px}.xml-paragraph-Thirtyeight-pc .body-text .xml-text-pc.text-body-container{padding:20px 20px 5px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Thirtyeight-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pc .body-text .border-left{width:25px;height:150px;position:absolute;top:10px;left:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pc .body-text .border-left img{width:100%;height:100%}.xml-paragraph-Thirtyeight-pc .body-text .border-right{width:25px;height:150px;position:absolute;bottom:30px;right:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pc .body-text .border-right img{width:100%;max-width:160px}.xml-paragraph-Forty-pc{position:relative;text-align:left}.xml-paragraph-Forty-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Forty-pc .body-text{padding:1px;text-align:left;position:relative}.xml-paragraph-Forty-pc .body-text .xml-text-pc.text-body-container{padding:20px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Forty-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Forty-pc .body-text .top-image{width:100%;height:50%;position:absolute;top:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg1.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pc .body-text .bottom-image{width:100%;height:50%;position:absolute;bottom:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg2.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pc .body-text::after,.xml-paragraph-Forty-pc .body-text::before{content:"";width:15px;height:30px;position:absolute;top:50%;background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.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%)}
\ No newline at end of file
+.xml-title-sixth-h5 .title-container .title-left-div .title-number .editor,.xml-title-sixth-pad .title-container .title-left-div .title-number .editor,.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-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 .edit-mode-inject{width:100%}.xml-title-sixth-h5 .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-h5 .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-first-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixth-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-h5 .title-container .xml-text-h5.text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5 .title-container,.xml-title-third-h5{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-second-h5 .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-h5 .title-container .w-e-text-container,.xml-title-third-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-h5{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container,.xml-title-third-h5 .title-container .title-left{height:48px;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;position:relative}.xml-title-third-h5 .title-container{min-width:148px;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;margin-right:-11px;background:#fff;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-h5 .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-h5 .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-h5 .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-h5 .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-h5 .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-h5 .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-h5 .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-h5 .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-h5 .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-h5 .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-h5 .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-square-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-h5 .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-2px}.xml-title-rotundity-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-rotundity-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-h5 .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-h5 .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-h5 .title-container .title-left-img,.xml-title-semicircle-h5 .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-h5 .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-h5 .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-h5 .title-container .title-text p{line-height:1.1!important}.xml-title-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{height:100%;border-radius:50%;width:100%}.xml-title-Yellowtheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:var(--reader-theme-color,#fff);max-width:77%;position:relative}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{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%;height:100%;border-radius:50%}.xml-title-Greentheme1-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-h5 .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-h5 .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:#68a348;margin-right:8px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:#68a348;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-h5>div{width:100%}.xml-title-Greentheme2-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid #68a348;border-radius:50%;z-index:9}.xml-title-Greentheme2-h5 .title-container .left-image .image-container,.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-h5 .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:#68a348;-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-h5 .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:#68a348;-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-h5 .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:#68a348;position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-h5 .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-h5>div{width:100%}.xml-title-Greentheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-h5 .title-container .right-top-bg{width:100%;height:50%;background-color:#b9e2a2;border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container,.xml-title-Greentheme4-h5 .cont-box .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-h5 .title-container .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-h5,.xml-title-Greentheme4-h5 .cont-box{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-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-Greentheme6-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-h5 .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-h5 .title-container .title-left-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-h5 .title-container .title-left-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-h5 .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-h5 .title-container .title-right-img .line{width:41px;height:1px;border:1px solid #68a348}.xml-title-Greentheme6-h5 .title-container .title-right-img .block1{width:15px;height:15px;background-color:#68a348;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-h5 .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-Greentheme6-h5 .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-h5 .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0}.xml-title-twenty-h5{text-align:left}.xml-title-twenty-h5 .title-container-box{position:relative}.xml-title-twenty-h5 .title-container-box .left-bg{width:60px;height:60px;position:absolute;top:50%;left:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:9;background-image:url(../../static/images/leaflet/resourceCenter/title_icon.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-twenty-h5 .title-container-box .left-bg img{width:60px}.xml-title-twenty-h5 .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#3de097),to(#264cb2));background:linear-gradient(90deg,#3de097 25%,#264cb2);clip-path:polygon(7px 0,98% 0,100% 20%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);display:inline-block;padding:6px 20px 6px 80px;min-width:67%}.xml-title-twenty-h5 .title-container-box .left-block{width:95px;height:36px;background:#3de097;clip-path:polygon(7px 0,85% 0,100% 15%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);position:absolute;top:-4px}.xml-title-twentyone-h5{text-align:left}.xml-title-twentyone-h5 .title-container-box{position:relative}.xml-title-twentyone-h5 .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-h5 .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-h5 .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-h5 .title-container-box .left-bg img{width:70%;height:80%;-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentyone-h5 .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#84fee1),to(#38abe1));background:linear-gradient(90deg,#84fee1 25%,#38abe1);border-radius:10px 0 0 10px;display:inline-block;padding:6px 20px 6px 85px;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.xml-title-twentyone-h5 .title-container-box .title-container .text-container{-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentytwo-h5{text-align:left}.xml-title-twentytwo-h5 .title-container-box{position:relative;padding-left:39px}.xml-title-twentytwo-h5 .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:0;left:0;border-radius:50% 50% 0;border:3px solid #a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentytwo-h5 .title-container-box .left-bg>div{width:100%;height:100%;border-radius:50%;background-color:#a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentytwo-h5 .title-container-box .left-bg img{width:80%;height:60%}.xml-title-twentytwo-h5 .title-container-box .left-bg::after{content:"";width:5px;height:16px;background-color:#fff;position:absolute;right:-4px;bottom:0}.xml-title-twentytwo-h5 .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,from(#a541ff),to(#3fbbfb));background:linear-gradient(90deg,#a541ff,#3fbbfb);border-radius:0 0 10px;display:inline-block;padding:3px 3px 3px 0}.xml-title-twentytwo-h5 .title-container-box .title-container .title-body-box{border-radius:0 0 9px;background-color:#fff;padding:6px 20px;margin-left:-1px}.xml-title-twentythree-h5{text-align:left}.xml-title-twentythree-h5 .title-container-box{position:relative;padding-left:39px}.xml-title-twentythree-h5 .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:2px;left:0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#33c0ef;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentythree-h5 .title-container-box .left-bg img{width:90%;height:85%}.xml-title-twentythree-h5 .title-container-box .title-container{display:inline-block;margin-left:-25px}.xml-title-twentythree-h5 .title-container-box .title-container .title-body-box{border-radius:25px 0;background:-webkit-gradient(linear,left top,left bottom,from(#33c0ef),to(#1ed4e6));background:linear-gradient(180deg,#33c0ef,#1ed4e6);padding:6px 20px 6px 30px}.xml-title-twentyfour-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyfour-h5 .title-container-box{position:relative;max-width:592px}.xml-title-twentyfour-h5 .title-container-box .left-bg{width:300px;height:75px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-twentyfour-h5 .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfour-h5 .title-container-box .title-container{text-align:center;-webkit-transform:skewX(60deg);transform:skewX(60deg);min-width:200px;margin:10px 0}.xml-title-twentyfour-h5 .title-container-box .title-container .left-line{background-color:#3cdf97;height:100%;width:9px;position:absolute;left:-45px}.xml-title-twentyfour-h5 .title-container-box .title-container .left-line::before{content:"";width:7px;height:100%;background-color:inherit;position:absolute;left:-22px}.xml-title-twentyfour-h5 .title-container-box .title-container .left-line::after{content:"";width:12px;height:100%;background-color:inherit;position:absolute;right:-25px}.xml-title-twentyfour-h5 .title-container-box .title-container .right-line{background-color:#2854b0;height:100%;width:9px;position:absolute;right:-45px;top:0}.xml-title-twentyfour-h5 .title-container-box .title-container .right-line::before{content:"";width:12px;height:100%;background-color:inherit;position:absolute;left:-25px}.xml-title-twentyfour-h5 .title-container-box .title-container .right-line::after{content:"";width:7px;height:100%;background-color:inherit;position:absolute;right:-22px}.xml-title-twentyfour-h5 .title-container-box .title-container .title-body-box{background:-webkit-gradient(linear,left top,right top,from(#3cdf97),to(#2854b0));background:linear-gradient(90deg,#3cdf97,#2854b0);padding:6px 20px}.xml-title-twentyfour-h5 .title-container-box .title-container .text-container{-webkit-transform:skewX(-60deg);transform:skewX(-60deg)}.xml-title-twentyfive-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-twentyfive-h5 .title-container-box{position:relative}.xml-title-twentyfive-h5 .title-container-box .left-bg{width:300px;height:65px;position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-h5 .title-container-box .left-bg img{width:100%;height:100%}.xml-title-twentyfive-h5 .title-container-box .title-container{min-width:200px;position:relative;z-index:9;padding-left:80px}.xml-title-twentyfive-h5 .title-container-box .title-container .icon{width:80px;height:80px;position:absolute;left:40px;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-twentyfive-h5 .title-container-box .title-container .title-body-box{padding:6px 20px}.xml-paragraph-first-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-h5 .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner .xml-text-h5.text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-h5 .xml-text-h5.text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-h5 .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-h5{text-align:left}.xml-paragraph-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-h5 .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-h5 .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-h5 .body-text .xml-text-h5.text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-h5{position:relative}.xml-paragraph-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-h5 .body-text::after,.xml-paragraph-third-h5 .body-text::before{width:1px;height:80px;position:absolute;background-color:#0070c1;content:""}.xml-paragraph-third-h5 .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-h5 .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5{position:relative}.xml-paragraph-quadrangle-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-h5{position:relative}.xml-paragraph-isosceles-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-h5 .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-h5 .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-h5 .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-h5 .shape .triangle,.xml-paragraph-isosceles-h5 .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-h5{position:relative}.xml-paragraph-wave-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-h5{position:relative}.xml-paragraph-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-h5{position:relative}.xml-paragraph-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5{position:relative}.xml-paragraph-ninth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-h5{position:relative}.xml-paragraph-tenth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-h5{position:relative}.xml-paragraph-Redtheme1-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-h5 .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-h5 .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-h5 .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-h5{position:relative}.xml-paragraph-Redtheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme2-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-h5 .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-h5 .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-h5 .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-h5 .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5{position:relative}.xml-paragraph-Redtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme3-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-h5 .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-h5 .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-h5{position:relative}.xml-paragraph-Redtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-h5 .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-h5 .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5{position:relative}.xml-paragraph-Redtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-h5 .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-h5 .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5 .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-h5{position:relative}.xml-paragraph-Redtheme6-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-h5 .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-h5 .body-text-bg .xml-text-h5.text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-h5 .body-text-bg .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-h5 .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-h5 .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-h5{position:relative}.xml-paragraph-sixteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-h5 .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-twelve-h5{position:relative}.xml-paragraph-twelve-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-twelve-h5 .body-text{padding:20px;text-align:left;position:relative;border:3.5px solid #428EED}.xml-paragraph-twelve-h5 .body-text .left-top-img{width:40px;height:40px;position:absolute;top:-4.5px;left:-5.5px;-webkit-transform:rotate(180deg);transform:rotate(180deg);background:var(--reader-theme-color,#FFF)}.xml-paragraph-twelve-h5 .body-text .left-top-img img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .left-top-clover{width:14px;height:14px;position:absolute;top:-5px;left:-3px}.xml-paragraph-twelve-h5 .body-text .left-top-clover img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .right-bottom-clover{width:14px;height:14px;position:absolute;bottom:4px;right:-3px;z-index:99}.xml-paragraph-twelve-h5 .body-text .right-bottom-clover img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .right-bottom-img{width:40px;height:40px;position:absolute;bottom:-4.5px;right:-5.5px;background:var(--reader-theme-color,#FFF)}.xml-paragraph-eleven-h5,.xml-paragraph-eleven-h5 .body-text,.xml-paragraph-twelve-h5 .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-twelve-h5 .body-text .right-bottom-img img{width:100%;height:100%}.xml-paragraph-twelve-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eleven-h5 .body-text{padding:25px;text-align:left}.xml-paragraph-eleven-h5 .body-text .boder-top{width:95%;position:absolute;top:5px}.xml-paragraph-eleven-h5 .body-text .boder-top .boder-top-line1{width:100%;height:6px;background-color:#60a0e5;margin-bottom:2px}.xml-paragraph-eleven-h5 .body-text .boder-top .boder-top-line2{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-bottom{width:95%;position:absolute;bottom:5px;left:-4px}.xml-paragraph-eleven-h5 .body-text .boder-bottom .boder-bottom-line2{width:100%;height:6px;background-color:#60a0e5;margin-top:2px}.xml-paragraph-eleven-h5 .body-text .boder-bottom .boder-bottom-line1{width:100%;height:4px;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-left{height:100%;position:absolute;top:5px;left:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-h5 .body-text .boder-left .boder-left-line1{width:6px;height:100%;background-color:#60a0e5;margin-right:2px}.xml-paragraph-eleven-h5 .body-text .boder-left .boder-left-line2{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .boder-right{height:100%;position:absolute;bottom:5px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-paragraph-eleven-h5 .body-text .boder-right .boder-right-line2{width:6px;height:100%;background-color:#60a0e5;margin-left:2px}.xml-paragraph-eleven-h5 .body-text .boder-right .boder-right-line1{width:4px;height:100%;background-color:#60a0e5}.xml-paragraph-eleven-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eleven-h5 .text-container{padding:0 10px}.xml-paragraph-eleven-h5 .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eleven-h5 .text-container .editorClass p{padding:0}.xml-paragraph-eleven-h5 .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-eleven-h5 .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-thirteen-h5{position:relative}.xml-paragraph-thirteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-thirteen-h5 .body-text{padding:10px 20px;text-align:left;position:relative;background:#D1E6FF;border-radius:32px 0;width:96%;margin:0 auto}.xml-paragraph-thirteen-h5 .body-text .text-border-top{width:90%;height:4px;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-right{width:4px;height:70%;background-color:#60a0e5;position:absolute;top:-8px;right:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-bottom{width:90%;height:4px;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-h5 .body-text .text-border-left{width:4px;height:70%;background-color:#60a0e5;position:absolute;bottom:-8px;left:-8px}.xml-paragraph-thirteen-h5 .body-text .xml-text-h5.text-body-container{position:relative}.xml-paragraph-thirteen-h5 .body-text::after,.xml-paragraph-thirteen-h5 .body-text::before{width:80px;max-height:100px;background-color:none;position:absolute;content:"";z-index:0;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,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{background:#fff;padding:10px 15px;position:relative;z-index:99}.xml-paragraph-Yellowtheme1-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme2-h5{position:relative}.xml-paragraph-Yellowtheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme2-h5 .body-text-bg{border:4px solid #fdbc55;padding:5px;position:relative}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block4{width:9px;height:9px;background-color:#fdbc55;border:4px solid #fdbc55;position:absolute;z-index:999}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block1{top:5px;left:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block2{top:5px;right:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block3{bottom:5px;right:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .block4{bottom:5px;left:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme2-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme3-h5{position:relative}.xml-paragraph-Yellowtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme3-h5 .body-text-bg{border:2px solid #fdbc55;border-radius:15px;padding:5px;position:relative}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .right-img{width:18px;height:31px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme3-right.png);background-size:100% 100%;position:absolute;right:11px;top:-2px;z-index:999}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .right-img>div{width:20px;height:2px;background-color:#fff;margin-left:-20px}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border-radius:5px}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 20px 10px 15px;z-index:99}.xml-paragraph-Yellowtheme3-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme4-h5{position:relative}.xml-paragraph-Yellowtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme4-h5 .body-text-bg{background-color:#fee0b0;border:2px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block1,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block2,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block3,.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block4{width:16px;height:16px;position:absolute;z-index:999;background-color:#fdbc55}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fee0b0;padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-h5{position:relative}.xml-paragraph-Yellowtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-h5 .body-text-bg{background-color:#feefd7;border-radius:20px 0;border:3px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .left-img,.xml-paragraph-Yellowtheme5-h5 .body-text-bg .right-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .left-img{top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .right-img{bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-h5 .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-h5{position:relative}.xml-paragraph-fifteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-h5 .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-h5 .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-h5 .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-h5 .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-h5 .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-h5{position:relative}.xml-paragraph-Greentheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-h5 .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-h5 .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-h5 .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-h5 .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-h5{position:relative}.xml-paragraph-Greentheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-h5 .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-h5{position:relative}.xml-paragraph-Greentheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-h5 .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-h5 .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-h5{position:relative}.xml-paragraph-Greentheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-h5 .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-h5 .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-h5 .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-h5{position:relative}.xml-paragraph-Thirtyfive-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-h5 .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-h5 .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-h5{position:relative}.xml-paragraph-Thirtysix-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-h5 .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtysix-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-h5 .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-h5 .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-h5 .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-h5{position:relative;text-align:left}.xml-paragraph-Thirtyseven-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-h5 .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-h5 .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-h5 .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-h5 .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-h5 .body-text .seemore{width:calc(100% - 2px);height:16px;background-color:#cee0fb;position:absolute;top:1px;left:0;z-index:9;font-size:12px;font-weight:400;font-stretch:normal;color:#2f2ad0;cursor:pointer;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-h5 .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-h5 .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-h5 .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-h5 .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-h5 .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-h5 .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-h5 .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-h5{position:relative;text-align:left}.xml-paragraph-Thirtyeight-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-h5 .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-h5 .sub-title .xml-text-h5.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-h5 .body-text,.xml-paragraph-Thirtyeight-pad .body-text{background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%);margin-top:-20px}.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;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%;background-repeat:no-repeat;pointer-events:none;position:absolute;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-fourth-h5 .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-second-h5 .body-box .body-box-inner .xml-text-h5.text-body-container,.xml-text-image-third-h5 .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-second-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-text-image-second-h5 .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-h5 .title-box,.xml-text-image-third-h5 .title-box{height:32px;margin-left:-8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xml-text-image-second-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .title-box{margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-h5 .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-h5 .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{border-radius:50%;overflow:hidden}.xml-text-image-third-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-h5 .title-box{margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0}.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-fourth-h5 .title-box,.xml-text-image-second-pad .title-box,.xml-text-image-third-pad .title-box{margin-left:-8px;text-overflow:ellipsis;white-space:nowrap}.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 .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;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass p,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-h5 .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-h5 .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-h5 .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-h5 .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-h5 .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-h5 .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-h5 .image-text-box{width:100%}.xml-text-image-fifth-h5 .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-h5 .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-h5 .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-h5 .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-h5 .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-h5 .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-h5 .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-h5 .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-h5 .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-h5 .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(#a7d3fb));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-h5 .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-h5 .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-h5 .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Bluetheme1-h5,.xml-splitline-Bluetheme2-h5,.xml-splitline-Bluetheme3-h5,.xml-splitline-Bluetheme4-h5,.xml-splitline-Greentheme1-h5,.xml-splitline-Greentheme2-h5,.xml-splitline-Greentheme3-h5,.xml-splitline-Greentheme4-h5,.xml-splitline-Redtheme4-h5,.xml-splitline-Yellowtheme1-h5,.xml-splitline-Yellowtheme2-h5,.xml-splitline-Yellowtheme3-h5,.xml-splitline-Yellowtheme4-h5,.xml-splitline-second-h5{margin-top:10px!important}.xml-splitline-first-h5 .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-h5 .title-container{height:30px;padding-top:10px}.xml-splitline-second-h5 .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-h5 .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-h5 .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-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{margin-top:0!important}.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{margin-top:0!important}.xml-splitline-fourth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-h5 .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-h5 .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-h5 .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-h5,.xml-splitline-ninth-h5,.xml-splitline-seventh-h5,.xml-splitline-sixth-h5,.xml-splitline-tenth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-h5 .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-h5 .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-h5 .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-h5 .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-h5 .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-h5 .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-h5 .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-h5 .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-h5 .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-h5 .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-h5 .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-h5 .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-h5 .title-container>div{width:100%}.xml-splitline-tenth-h5 .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-h5 .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-h5,.xml-splitline-Greytheme2-h5,.xml-splitline-Greytheme3-h5,.xml-splitline-Greytheme4-h5,.xml-splitline-Greytheme5-h5,.xml-splitline-Greytheme6-h5,.xml-splitline-eleventh-h5{margin-top:0!important}.xml-splitline-eleventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-h5 .title-container>div{width:100%}.xml-splitline-eleventh-h5 .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-h5 .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-h5 .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme6-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme4-h5 .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme1-h5 .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme3-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme1-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme2-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme1-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme2-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme4-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-title-sixth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pad>div{width:100%}.xml-title-sixth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-pad .title-container .title-left-div{max-width:30%}.xml-title-sixth-pad .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-pad .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pad .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-pad .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-pad .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-first-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-sixth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-pad .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pad .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pad .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-pad .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-pad .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-pad .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-pad .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pad .title-container .xml-text-h5.text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pad .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-pad .title-container .w-e-text-container,.xml-title-third-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pad .title-container .title-text .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-pad .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-pad .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pad .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pad .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pad .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-pad .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-pad .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-pad .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px;margin-left:-2px}.xml-title-triangle-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-pad .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-pad .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-pad .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-pad .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-pad .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p,.xml-title-square-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-pad .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-2px}.xml-title-rotundity-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px}.xml-title-rotundity-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-pad .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-pad .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-pad .title-container .xml-text-h5.text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pad .title-container .xml-text-h5.text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-pad .title-container .title-left-img,.xml-title-semicircle-pad .title-container .title-right-img{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-semicircle-pad .title-container .xml-text-h5.text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-pad .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-pad .title-container .title-text p{line-height:1.1!important}.xml-title-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{width:100%;height:100%;border-radius:50%}.xml-title-Yellowtheme1-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Yellowtheme1-pad .title-container .right-top-bg{min-height:50px;min-width:50%;background-color:#fff;max-width:77%;position:relative}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi{margin-left:10px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi .line1{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:5px;margin-left:5px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .zhuangshi .line2{width:95%;height:3px;border-bottom:2px solid #fdab2b;position:absolute;bottom:0;margin-top:10px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding-left:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme1-pad .title-container .right-top-bg .rigth-titlebox .xml-text-h5.text-container .editorClass .w-e-text-container{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;position:absolute;background-color:#0070c1;height:80px;content:""}.xml-paragraph-third-pad .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-pad .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pad{position:relative}.xml-paragraph-quadrangle-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pad .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-pad .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-pad{position:relative}.xml-paragraph-isosceles-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-pad .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pad .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-pad .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-pad .shape .triangle,.xml-paragraph-isosceles-pad .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-pad{position:relative}.xml-paragraph-wave-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-pad{position:relative}.xml-paragraph-seventh-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pad .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-pad .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-pad .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-pad{position:relative}.xml-paragraph-eighth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pad{position:relative}.xml-paragraph-ninth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-pad .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-pad .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-pad .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pad .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-pad .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pad .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-pad{position:relative}.xml-paragraph-tenth-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-pad .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pad .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pad .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-pad .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-pad .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-pad .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-pad .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-pad .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-pad .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-pad .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-pad .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-pad .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-pad{position:relative}.xml-paragraph-Redtheme1-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-pad .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-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 .w-e-text-container,.xml-paragraph-sixteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-pad{position:relative}.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 .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;height:16px;position:absolute;z-index:999;background-color:#fdbc55}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block1{top:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block2{top:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block3{bottom:-7px;right:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .block4{bottom:-7px;left:-7px}.xml-paragraph-Yellowtheme4-pad .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme4-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#fee0b0;padding:10px;z-index:99}.xml-paragraph-Yellowtheme4-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Yellowtheme5-pad{position:relative}.xml-paragraph-Yellowtheme5-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Yellowtheme5-pad .body-text-bg{background-color:#feefd7;border-radius:20px 0;border:3px solid #fee0b0;padding:5px;position:relative}.xml-paragraph-Yellowtheme5-pad .body-text-bg .left-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute;top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-pad .body-text-bg .right-img{width:10px;height:10px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph-Yellowtheme4.png);background-size:100% 100%;position:absolute;bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-pad .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-pad .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-pad .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-pad{position:relative}.xml-paragraph-fifteen-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-pad .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pad .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pad .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pad .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pad .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-pad{position:relative}.xml-paragraph-Greentheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-pad .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pad .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-pad .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pad .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-pad{position:relative}.xml-paragraph-Greentheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-pad .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-pad{position:relative}.xml-paragraph-Greentheme4-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-pad .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-pad .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-pad{position:relative}.xml-paragraph-Greentheme5-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-pad .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-pad .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-pad .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pad .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-paragraph-Greentheme5-pad .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pad{position:relative}.xml-paragraph-Thirtyfive-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-pc .body-text,.xml-paragraph-Thirtysix-pad .body-text{-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtyfive-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pad .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-pad .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-pad .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-pad{position:relative}.xml-paragraph-Thirtysix-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-pad .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-width:1px!important}.xml-paragraph-Thirtysix-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-pad .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-pad .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-pad .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-pad{position:relative;text-align:left}.xml-paragraph-Thirtyseven-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-pad .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-pad .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-pad .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-pad .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-pad .body-text .seemore{width:calc(100% - 2px);height:16px;background-color:#cee0fb;position:absolute;top:1px;left:0;z-index:9;font-size:12px;font-weight:400;font-stretch:normal;color:#2f2ad0;cursor:pointer;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-pad .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-pad .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-pad .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pad .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pad .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-pad .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-pad .body-text .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pad{position:relative;text-align:left}.xml-paragraph-Thirtyeight-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-pad .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-pad .sub-title .xml-text-pad.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-pad .sub-title .xml-text-pad.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pad .sub-title .icon-box{position:absolute;top:-30px;left:0;z-index:9}.xml-paragraph-Thirtyeight-pad .sub-title .icon-box img{width:100%;max-width:160px}.xml-paragraph-Thirtyeight-pad .body-text{padding:1px;text-align:left;position:relative;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-repeat:no-repeat;position:absolute;background-size:100% 100%;content:"";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,.xml-text-image-second-pad .image-box .image-container.block-checked,.xml-text-image-third-pad .image-box{border-radius:50%;overflow:hidden}.xml-text-image-second-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pad .title-box{height:32px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden}.xml-text-image-second-pc .image-box,.xml-text-image-third-pad .image-box{width:143px;height:143px;-o-object-fit:contain;min-width:143px;min-height:143px}.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;object-fit:contain;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-third-pad .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pad .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pad .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pad .title-box{height:32px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden}.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-Bluetheme1-pad,.xml-splitline-Bluetheme2-pad,.xml-splitline-Bluetheme3-pad,.xml-splitline-Bluetheme4-pad,.xml-splitline-Greentheme1-pad,.xml-splitline-Greentheme2-pad,.xml-splitline-Greentheme3-pad,.xml-splitline-Greentheme4-pad,.xml-splitline-Redtheme4-pad,.xml-splitline-Yellowtheme1-pad,.xml-splitline-Yellowtheme2-pad,.xml-splitline-Yellowtheme3-pad,.xml-splitline-Yellowtheme4-pad,.xml-splitline-second-pad{margin-top:10px!important}.xml-splitline-first-pad .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-pad .title-container{height:30px;padding-top:10px}.xml-splitline-second-pad .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-pad .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-pad .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-pad,.xml-splitline-third-pad{margin-top:0!important}.xml-splitline-second-pad .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-pad .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-pad .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-eighth-pad,.xml-splitline-fifth-pad,.xml-splitline-ninth-pad,.xml-splitline-seventh-pad,.xml-splitline-sixth-pad,.xml-splitline-tenth-pad{margin-top:0!important}.xml-splitline-fourth-pad .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.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-fifth-pad .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-pad .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-pad .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-pad .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-pad .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-pad .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pad .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-pad .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-pad .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-pad .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-pad .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-pad .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-pad .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-pad .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-pad .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-pad .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-pad .title-container>div{width:100%}.xml-splitline-tenth-pad .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-pad .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-pad,.xml-splitline-Greytheme2-pad,.xml-splitline-Greytheme3-pad,.xml-splitline-Greytheme4-pad,.xml-splitline-Greytheme5-pad,.xml-splitline-Greytheme6-pad,.xml-splitline-eleventh-pad{margin-top:0!important}.xml-splitline-eleventh-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-pad .title-container>div{width:100%}.xml-splitline-eleventh-pad .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-pad .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-pad .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme6-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-pad .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-pad .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-pad .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pad .title-container .linebox,.xml-splitline-Bluetheme2-pad .title-container .linebox,.xml-splitline-Bluetheme3-pad .title-container .linebox,.xml-splitline-Bluetheme4-pad .title-container .linebox,.xml-splitline-Greentheme1-pad .title-container .linebox,.xml-splitline-Greentheme2-pad .title-container .linebox,.xml-splitline-Greentheme3-pad .title-container .linebox,.xml-splitline-Greentheme4-pad .title-container .linebox,.xml-splitline-Redtheme1-pad .title-container .linebox,.xml-splitline-Redtheme2-pad .title-container .linebox,.xml-splitline-Redtheme3-pad .title-container .linebox,.xml-splitline-Redtheme4-pad .title-container .linebox,.xml-splitline-Yellowtheme1-pad .title-container .linebox,.xml-splitline-Yellowtheme2-pad .title-container .linebox,.xml-splitline-Yellowtheme3-pad .title-container .linebox,.xml-splitline-Yellowtheme4-pad .title-container .linebox{width:100%;background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Yellowtheme1-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png)}.xml-splitline-Yellowtheme2-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png)}.xml-splitline-Yellowtheme3-pad .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png)}.xml-splitline-Yellowtheme4-pad .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png)}.xml-splitline-Redtheme1-pad .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png)}.xml-splitline-Redtheme2-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png)}.xml-splitline-Redtheme3-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png)}.xml-splitline-Redtheme4-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png)}.xml-splitline-Greentheme1-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png)}.xml-splitline-Greentheme2-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png)}.xml-splitline-Greentheme3-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png)}.xml-splitline-Greentheme4-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png)}.xml-splitline-Bluetheme1-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png)}.xml-splitline-Bluetheme2-pad .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png)}.xml-splitline-Bluetheme3-pad .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png)}.xml-splitline-Bluetheme4-pad .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-pad .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png)}.xml-title-twentyone-pad{text-align:left}.xml-title-twentyone-pad .title-container-box{position:relative}.xml-title-twentyone-pad .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-pad .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-pad .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-pad .title-container-box .title-container,.xml-title-twentyone-pc .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#84fee1),to(#38abe1));border-radius:10px 0 0 10px;padding:6px 20px 6px 85px}.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:linear-gradient(90deg,#84fee1 25%,#38abe1);display:inline-block;-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 .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-pc .title-container .right-top-bg .rigth-titlebox .xml-text-h5.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-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-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-pc .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-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-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 .w-e-text-container,.xml-paragraph-sixteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-pc{position:relative}.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 .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%;max-height:100px;background-color:none;position:absolute;z-index:0;content:""}.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);position:absolute;background-size:100% 100%}.xml-paragraph-Yellowtheme5-pc .body-text-bg .left-img{top:-5px;left:-5px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.xml-paragraph-Yellowtheme5-pc .body-text-bg .right-img{bottom:-5px;right:-5px}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text{text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text .xml-text-h5.text-body-container{position:relative;background:#feefd7;padding:10px;z-index:99}.xml-paragraph-Yellowtheme5-pc .body-text-bg .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-fifteen-pc{position:relative}.xml-paragraph-fifteen-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-fifteen-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5}.xml-paragraph-fifteen-pc .body-text .top{width:43px;border-bottom:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pc .body-text .left{height:33px;border-left:2px dashed #68a348;position:absolute;top:-5px;left:10px}.xml-paragraph-fifteen-pc .body-text .bottom{width:43px;border-bottom:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pc .body-text .right{height:33px;border-left:2px dashed #68a348;position:absolute;bottom:-5px;right:10px}.xml-paragraph-fifteen-pc .body-text .xml-text-h5.text-body-container{background:#ecf9e5;padding:10px 15px}.xml-paragraph-fifteen-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme2-pc{position:relative}.xml-paragraph-Greentheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme2-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#ecf9e5;border:2px solid #68a348;border-bottom:0;border-right:0}.xml-paragraph-Greentheme2-pc .body-text .border-bottom{width:100%;height:3px;position:absolute;bottom:0;left:0;border-bottom:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pc .body-text .border-top{width:80%;height:6px;border-top:4px dotted #68a348;position:absolute;top:-10px}.xml-paragraph-Greentheme2-pc .body-text .border-right{width:3px;height:100%;position:absolute;bottom:0;right:0;border-right:solid 2px #68a348;background-color:#68a348}.xml-paragraph-Greentheme2-pc .body-text .body-text-bg{width:100%;height:100%;background-color:#ecf9e5;border:2px solid #68a348;position:absolute;top:6px;right:-6px;z-index:0}.xml-paragraph-Greentheme2-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#ecf9e5;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme2-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme3-pc{position:relative}.xml-paragraph-Greentheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme3-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;border:2px solid #68a348}.xml-paragraph-Greentheme3-pc .body-text .body-text-bg{background-color:#ecf9e5;border:12px solid #68a348;border-top:12px solid #68a348;border-left:12px solid #68a348;border-bottom:12px solid #fff;border-right:12px solid #fff;position:absolute;bottom:-2px;right:-2px;z-index:99}.xml-paragraph-Greentheme3-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:10px 15px;z-index:99}.xml-paragraph-Greentheme3-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme4-pc{position:relative}.xml-paragraph-Greentheme4-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme4-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme4-pc .body-text .body-text-bg1{width:178px;height:50px;background-color:#68a348;position:absolute;top:-6px;left:-6px}.xml-paragraph-Greentheme4-pc .body-text .body-text-bg2{width:178px;height:50px;background-color:#68a348;position:absolute;bottom:-6px;right:-6px}.xml-paragraph-Greentheme4-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:18px 20px;z-index:99;-webkit-box-shadow:0 2px 7px 0 rgba(104,163,72,.83);box-shadow:0 2px 7px 0 rgba(104,163,72,.83)}.xml-paragraph-Greentheme4-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Greentheme5-pc{position:relative}.xml-paragraph-Greentheme5-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF}.xml-paragraph-Greentheme5-pc .body-text .body-text-bg1{width:90%;height:85%;background-color:#68a348;position:absolute;top:-4px;left:-4px}.xml-paragraph-Greentheme5-pc .body-text .body-text-bg2{width:90%;height:85%;background-color:#68a348;position:absolute;bottom:-4px;right:-4px}.xml-paragraph-Greentheme5-pc .body-text .border-top{position:absolute;top:8px;right:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-right{position:absolute;top:-4px;right:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-bottom{position:absolute;bottom:8px;left:-4px;width:95%;height:3px;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .border-left{position:absolute;bottom:-4px;left:10px;width:3px;height:95%;background-color:#b8e2a2;z-index:999}.xml-paragraph-Greentheme5-pc .body-text .xml-text-h5.text-body-container{position:relative;background:#fff;padding:22px 27px;z-index:99}.xml-text-image-first-pc .w-e-text-container,.xml-text-image-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Greentheme5-pc .body-text .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .xml-text-h5.text-container .editorClass{word-break:break-all}.xml-text-image-first-pc .xml-text-h5.text-body-container{text-align:left}.xml-text-image-first-pc .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .image-container{margin:10px 0;text-align:center}.xml-text-image-second-pc .image-box{background:#fff;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{text-align:left}.xml-text-image-second-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2}.xml-text-image-third-pc .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-third-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu,.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-pc{height:100%}.xml-text-image-fourth-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container p{margin:0;padding:0}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .xml-text-h5.text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container{text-align:left}.xml-text-image-fourth-pc .body-box .body-box-inner .xml-text-h5.text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-pc .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-pc .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-pc .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-pc .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-pc .image-text-box{width:100%}.xml-text-image-fifth-pc .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-pc .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-pc .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-pc .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-pc .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-pc .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-pc .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-pc .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-pc .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-pc .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(var(--reader-theme-color,#FFF)),to(#a7d3fb));background-image:linear-gradient(to right,var(--reader-theme-color,#FFF),#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-pc .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-pc .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-pc .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-first-pc .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-pc{margin-top:10px!important}.xml-splitline-second-pc .title-container{height:30px;padding-top:10px}.xml-splitline-second-pc .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-pc .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-pc .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-pc,.xml-splitline-third-pc{margin-top:0!important}.xml-splitline-second-pc .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-pc .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-pc .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-eighth-pc,.xml-splitline-fifth-pc,.xml-splitline-ninth-pc,.xml-splitline-seventh-pc,.xml-splitline-sixth-pc,.xml-splitline-tenth-pc{margin-top:0!important}.xml-splitline-fourth-pc .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.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-fifth-pc .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-pc .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-pc .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-pc .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-pc .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-pc .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-pc .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-pc .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-pc .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-pc .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-pc .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-pc .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-pc .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-pc .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-pc .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-pc .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-pc .title-container>div{width:100%}.xml-splitline-tenth-pc .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-pc .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-pc,.xml-splitline-Greytheme2-pc,.xml-splitline-Greytheme3-pc,.xml-splitline-Greytheme4-pc,.xml-splitline-Greytheme5-pc,.xml-splitline-Greytheme6-pc,.xml-splitline-eleventh-pc{margin-top:0!important}.xml-splitline-eleventh-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-pc .title-container>div{width:100%}.xml-splitline-eleventh-pc .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-pc .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-pc .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.xml-splitline-Greytheme1-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pc,.xml-splitline-Bluetheme2-pc,.xml-splitline-Bluetheme3-pc,.xml-splitline-Bluetheme4-pc,.xml-splitline-Greentheme1-pc,.xml-splitline-Greentheme2-pc,.xml-splitline-Greentheme3-pc,.xml-splitline-Greentheme4-pc,.xml-splitline-Redtheme4-pc,.xml-splitline-Yellowtheme1-pc,.xml-splitline-Yellowtheme2-pc,.xml-splitline-Yellowtheme3-pc,.xml-splitline-Yellowtheme4-pc{margin-top:10px!important}.xml-splitline-Greytheme6-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-pc .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-pc .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-pc .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Bluetheme1-pc .title-container .linebox,.xml-splitline-Bluetheme2-pc .title-container .linebox,.xml-splitline-Bluetheme3-pc .title-container .linebox,.xml-splitline-Bluetheme4-pc .title-container .linebox,.xml-splitline-Greentheme1-pc .title-container .linebox,.xml-splitline-Greentheme2-pc .title-container .linebox,.xml-splitline-Greentheme3-pc .title-container .linebox,.xml-splitline-Greentheme4-pc .title-container .linebox,.xml-splitline-Redtheme1-pc .title-container .linebox,.xml-splitline-Redtheme2-pc .title-container .linebox,.xml-splitline-Redtheme3-pc .title-container .linebox,.xml-splitline-Redtheme4-pc .title-container .linebox,.xml-splitline-Yellowtheme1-pc .title-container .linebox,.xml-splitline-Yellowtheme2-pc .title-container .linebox,.xml-splitline-Yellowtheme3-pc .title-container .linebox,.xml-splitline-Yellowtheme4-pc .title-container .linebox{width:100%;background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Yellowtheme1-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png)}.xml-splitline-Yellowtheme2-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png)}.xml-splitline-Yellowtheme3-pc .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png)}.xml-splitline-Yellowtheme4-pc .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png)}.xml-splitline-Redtheme1-pc .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png)}.xml-splitline-Redtheme2-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png)}.xml-splitline-Redtheme3-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png)}.xml-splitline-Redtheme4-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png)}.xml-splitline-Greentheme1-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png)}.xml-splitline-Greentheme2-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png)}.xml-splitline-Greentheme3-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png)}.xml-splitline-Greentheme4-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png)}.xml-splitline-Bluetheme1-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png)}.xml-splitline-Bluetheme2-pc .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png)}.xml-splitline-Bluetheme3-pc .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png)}.xml-splitline-Bluetheme4-pc .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-pc .title-container .linebox{height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png)}.xml-title-twenty-pc{text-align:left}.xml-title-twenty-pc .title-container-box{position:relative}.xml-title-twenty-pc .title-container-box .left-bg{width:60px;height:60px;position:absolute;top:50%;left:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:9;background-image:url(../../static/images/leaflet/resourceCenter/title_icon.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-twenty-pc .title-container-box .left-bg img{width:60px}.xml-title-twenty-pc .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#3de097),to(#264cb2));background:linear-gradient(90deg,#3de097 25%,#264cb2);display:inline-block}.xml-title-twenty-pc .title-container-box .left-block{width:95px;height:36px;background:#3de097;clip-path:polygon(7px 0,85% 0,100% 15%,100% 82%,98% 100%,10px 100%,0 82%,0 20%);position:absolute;top:-4px}.xml-title-twentyone-pc{text-align:left}.xml-title-twentyone-pc .title-container-box{position:relative}.xml-title-twentyone-pc .title-container-box .left-bg{width:60px;height:calc(100% + 10px);position:absolute;top:50%;left:14px;-webkit-transform:translate(0,-50%) skewX(-20deg);transform:translate(0,-50%) skewX(-20deg);z-index:9;background:linear-gradient(35deg,#38abe1,#84fee1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentyone-pc .title-container-box .left-bg::before{content:"";width:7px;height:6px;background:linear-gradient(45deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;top:-1px;right:-6px}.xml-title-twentyone-pc .title-container-box .left-bg::after{content:"";width:7px;height:6px;background:linear-gradient(-135deg,#38abe1 50%,transparent 50%,transparent 100%);position:absolute;bottom:0;left:-6px}.xml-title-twentyone-pc .title-container-box .left-bg img{width:70%;height:80%;-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentyone-pc .title-container-box .title-container{background:linear-gradient(90deg,#84fee1 25%,#38abe1);display:inline-block;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}.xml-title-twentyone-pc .title-container-box .title-container .text-container{-webkit-transform:skewX(20deg);transform:skewX(20deg)}.xml-title-twentytwo-pc{text-align:left}.xml-title-twentytwo-pc .title-container-box{position:relative;padding-left:39px}.xml-title-twentytwo-pc .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:0;left:0;border-radius:50% 50% 0;border:3px solid #a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentytwo-pc .title-container-box .left-bg>div{width:100%;height:100%;border-radius:50%;background-color:#a541ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twentytwo-pc .title-container-box .left-bg img{width:80%;height:60%}.xml-title-twentytwo-pc .title-container-box .left-bg::after{content:"";width:5px;height:16px;background-color:#fff;position:absolute;right:-4px;bottom:0}.xml-title-twentytwo-pc .title-container-box .title-container{background:-webkit-gradient(linear,left top,right top,from(#a541ff),to(#3fbbfb));background:linear-gradient(90deg,#a541ff,#3fbbfb);border-radius:0 0 10px;display:inline-block;padding:3px 3px 3px 0}.xml-title-twentytwo-pc .title-container-box .title-container .title-body-box{border-radius:0 0 9px;background-color:#fff;padding:6px 20px;margin-left:-1px}.xml-title-twentythree-pc{text-align:left}.xml-title-twentythree-pc .title-container-box{position:relative;padding-left:39px}.xml-title-twentythree-pc .title-container-box .left-bg{width:42px;height:42px;position:absolute;bottom:2px;left:0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#33c0ef;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-twentythree-pc .title-container-box .left-bg img{width:90%;height:85%}.xml-title-twentythree-pc .title-container-box .title-container{display:inline-block;margin-left:-25px}.xml-title-twentythree-pc .title-container-box .title-container .title-body-box{border-radius:25px 0;background:-webkit-gradient(linear,left top,left bottom,from(#33c0ef),to(#1ed4e6));background:linear-gradient(180deg,#33c0ef,#1ed4e6);padding:6px 20px 6px 30px}.xml-paragraph-Thirtyfive-pc{position:relative}.xml-paragraph-Thirtyfive-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyfive-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-width:1px!important}.xml-paragraph-Thirtyfive-pc .body-text .xml-text-pc.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtyfive-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyfive-pc .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtyfive-pc .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtyfive-pc .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon1.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtysix-pc{position:relative}.xml-paragraph-Thirtysix-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtysix-pc .body-text{padding:3px;text-align:left;position:relative;background-color:#FFF;-webkit-box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);box-shadow:5px 5px 16px 0 rgba(0,5,104,.18);border-style:solid!important;border-width:1px!important;border-image-source:linear-gradient(0deg,#6717cd 0,#2871fa 100%)!important;border-image-slice:1!important}.xml-paragraph-Thirtysix-pc .body-text .xml-text-pc.text-body-container{position:relative;background:#fff;padding:15px 27px;z-index:99}.xml-paragraph-Thirtysix-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtysix-pc .body-text .left-image{position:absolute;top:-30px;left:-15px;width:72px;height:72px;z-index:999}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container{width:100%;height:100%}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-paragraph-Thirtysix-pc .body-text .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-paragraph-Thirtysix-pc .body-text .icon-box{width:35px;height:55px;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_icon2.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:-16px;bottom:0;z-index:99}.xml-paragraph-Thirtyseven-pc{position:relative;text-align:left}.xml-paragraph-Thirtyseven-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyseven-pc .sub-title{display:inline-block;background-image:url(../../static/images/leaflet/resourceCenter/title_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:5px 20px;position:relative;margin-left:4px;z-index:99}.xml-paragraph-Thirtyseven-pc .sub-title .icon-box{width:25px;height:25px;background-color:#2727d5;position:absolute;top:5px;left:-12px;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Thirtyseven-pc .sub-title .icon-box img{width:84%;height:84%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-paragraph-Thirtyseven-pc .body-text{padding:3px;text-align:left;position:relative;margin-top:-20px}.xml-paragraph-Thirtyseven-pc .body-text .xml-text-pc.text-body-container{padding:20px 10px 5px;z-index:1}.xml-paragraph-Thirtyseven-pc .body-text .seemore{width:calc(100% - 2px);height:16px;background-color:#cee0fb;position:absolute;top:1px;left:0;z-index:9;font-size:12px;font-weight:400;font-stretch:normal;color:#2f2ad0;cursor:pointer;text-align:right;padding:0 5px}.xml-paragraph-Thirtyseven-pc .body-text .seemore .up{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-Thirtyseven-pc .body-text .seemore .down{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-Thirtyseven-pc .body-text .border-top{width:100%;height:1px;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pc .body-text .border-bottom{width:100%;height:1px;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#88d0cf),to(#2727d5));background:linear-gradient(90deg,#88d0cf 0,#2727d5 100%)}.xml-paragraph-Thirtyseven-pc .body-text .border-left{width:1px;height:100%;position:absolute;top:0;left:0;background-color:#88d0cf}.xml-paragraph-Thirtyseven-pc .body-text .border-right{width:1px;height:100%;position:absolute;top:0;right:0;background-color:#2727d5}.xml-paragraph-Thirtyseven-pc .body-text .xml-text-pc.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyseven-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pc{position:relative;text-align:left}.xml-paragraph-Thirtyeight-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Thirtyeight-pc .sub-title{display:inline-block;padding:5px 20px;position:relative;margin-left:4px;z-index:99;background-color:#fff;border-radius:5px;border:1px solid #d70a84!important}.xml-paragraph-Thirtyeight-pc .sub-title .xml-text-pc.text-body-container{position:relative;background:#fff}.xml-paragraph-Thirtyeight-pc .sub-title .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pc .sub-title .icon-box{position:absolute;top:-30px;left:0;z-index:9}.xml-paragraph-Thirtyeight-pc .sub-title .icon-box img{width:100%;max-width:160px}.xml-paragraph-Thirtyeight-pc .body-text{padding:1px;text-align:left;position:relative;margin-top:-20px;background-image:linear-gradient(45deg,#d70a84 0,#d70a84 50%,#51127f 100%);border:0!important;border-radius:5px}.xml-paragraph-Thirtyeight-pc .body-text .xml-text-pc.text-body-container{padding:20px 20px 5px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Thirtyeight-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Thirtyeight-pc .body-text .border-left{width:25px;height:150px;position:absolute;top:10px;left:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pc .body-text .border-left img{width:100%;height:100%}.xml-paragraph-Thirtyeight-pc .body-text .border-right{width:25px;height:150px;position:absolute;bottom:30px;right:-10px;background-color:#fff;z-index:3}.xml-paragraph-Thirtyeight-pc .body-text .border-right img{width:100%;max-width:160px}.xml-paragraph-Forty-pc{position:relative;text-align:left}.xml-paragraph-Forty-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Forty-pc .body-text{padding:1px;text-align:left;position:relative}.xml-paragraph-Forty-pc .body-text .xml-text-pc.text-body-container{padding:20px;z-index:1;background:#fff;border-radius:5px}.xml-paragraph-Forty-pc .body-text .xml-text-pc.text-body-container .editorClass{word-break:break-all}.xml-paragraph-Forty-pc .body-text .top-image{width:100%;height:50%;position:absolute;top:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg1.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pc .body-text .bottom-image{width:100%;height:50%;position:absolute;bottom:0;left:0;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_bg2.png);background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.xml-paragraph-Forty-pc .body-text::after,.xml-paragraph-Forty-pc .body-text::before{content:"";width:15px;height:30px;position:absolute;top:50%;background-size:100% 100%;background-repeat:no-repeat;pointer-events:none}.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%)}
\ No newline at end of file
diff --git a/src/plugin/xml-digital-teaching/lib/theme/xml-components/theme.css b/src/plugin/xml-digital-teaching/lib/theme/xml-components/theme.css
index 1434ecd..a8d1bec 100644
--- a/src/plugin/xml-digital-teaching/lib/theme/xml-components/theme.css
+++ b/src/plugin/xml-digital-teaching/lib/theme/xml-components/theme.css
@@ -1 +1 @@
-@charset "UTF-8";.phone-preview h1,.w-e-text-container h1,.xml-digital-teaching-preview h1{display:block;font-size:2em;-webkit-margin-before:.67em!important;margin-block-start:.67em!important;-webkit-margin-after:.67em!important;margin-block-end:.67em!important;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h2,.w-e-text-container h2,.xml-digital-teaching-preview h2{display:block;font-size:1.5em;-webkit-margin-before:.83em;margin-block-start:.83em;-webkit-margin-after:.83em;margin-block-end:.83em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h3,.w-e-text-container h3,.xml-digital-teaching-preview h3{display:block;font-size:1.17em;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h4,.w-e-text-container h4,.xml-digital-teaching-preview h4{display:block;-webkit-margin-before:1.33em;margin-block-start:1.33em;-webkit-margin-after:1.33em;margin-block-end:1.33em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h5,.w-e-text-container h5,.xml-digital-teaching-preview h5{display:block;font-size:.83em;-webkit-margin-before:1.67em;margin-block-start:1.67em;-webkit-margin-after:1.67em;margin-block-end:1.67em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview ul,.w-e-text-container ul,.xml-digital-teaching-preview ul{display:block;list-style-type:disc;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:18px!important;padding-inline-start:18px!important}.phone-preview ol,.w-e-text-container ol,.xml-digital-teaching-preview ol{display:block;list-style-type:decimal;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:2em!important;padding-inline-start:2em!important}.phone-preview blockquote,.w-e-text-container blockquote,.xml-digital-teaching-preview blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.phone-preview a,.w-e-text-container a,.xml-digital-teaching-preview a{color:#4290f7;text-decoration:none}.phone-preview a:hover,.w-e-text-container a:hover,.xml-digital-teaching-preview a:hover{text-decoration:underline}.phone-preview table,.w-e-text-container table,.xml-digital-teaching-preview table{border-collapse:collapse;display:table;-webkit-box-sizing:border-box;box-sizing:border-box;text-indent:initial;border-spacing:2px;border-color:grey}.phone-preview table tbody,.w-e-text-container table tbody,.xml-digital-teaching-preview table tbody{display:table-row-group;vertical-align:middle;border-color:inherit}.phone-preview table tbody tr,.w-e-text-container table tbody tr,.xml-digital-teaching-preview table tbody tr{display:table-row;vertical-align:inherit;border-color:inherit}.phone-preview table tbody tr th,.w-e-text-container table tbody tr th,.xml-digital-teaching-preview table tbody tr th{font-weight:700;text-align:center;border:1px solid #ddd;background-color:#e6f0f4}.phone-preview table tbody tr td,.w-e-text-container table tbody tr td,.xml-digital-teaching-preview table tbody tr td{line-height:1.5;min-width:30px;padding:3px 5px;border:1px solid #ddd}.phone-preview .option-item p{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.w-e-text-container{z-index:1000!important}.w-e-text-container [data-slate-editor]{padding:0!important;margin:0!important}.w-e-text-container * ol,.w-e-text-container * ul{padding-left:18px!important}.w-e-text-container * ol li,.w-e-text-container * ul li{margin:0!important}.w-e-text-container * blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px!important}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5+.xml-image-ping-pu-h5,.xml-single-image-group-h5+.xml-single-image-group-h5{margin-top:10px}.xml-single-text-group-h5 .text-container,.xml-single-text-group-h5 .text-container .editorClass{word-break:break-all}.xml-image-duo-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group .el-image{width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-noimage-container{background:#f4f4f4;height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-noimage-container .xml-noimage{width:100%;height:200px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-dan-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu.hua-lang{width:auto}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu.ping-pu{width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5 img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-ping-pu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .styleB{overflow:hidden}.xml-single-video-group-pad .xml-video-container-pad .video-content{background:#c3c3c3!important;width:100%;height:315px}.video-container{position:relative;height:100%;width:calc(100% - 15px);background:#fff}.video-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.video-container::-webkit-media-controls{display:none!important}.video-container video{width:570px;height:427.5px;margin:auto}@media (max-width:1600px){.video-container video{width:92vw;height:258.75px}}.main-btn,.video-title{height:32px;display:-webkit-box;display:-ms-flexbox;position:absolute}.video-title{width:100%;z-index:2;top:0;left:0;background-color:rgba(48,48,48,.45);font-size:14px;color:#fff;padding-left:16px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-btn{width: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;color:#fff}.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;background-color:rgba(48,48,48,.45);font-size:14px;color:#fff;padding-left:16px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .main-btn{width:32px;height:32px;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.xml-video-container-pc .main-btn i::before{font-size:32px}.xml-video-container-pc .controls{width:100%;height:30px;position:absolute;bottom:0;left:0;background-color:#000;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .controls span{padding:0 5px;color:#fff}.xml-video-container-pc .cursor{cursor:pointer}.xml-video-container-pc .icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .pointer{cursor:pointer}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-img{width:70px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .filecont{width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-desc{font-size:14px;font-weight:400;color:#333;margin-left:8px;line-height:30px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group .question-radio{margin-top:8px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-answer{font-size:12px;padding:10px;color:#474747;word-break:break-all}.xml-ebook-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 0 16px 16px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource{width:80px;height:80px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource img{width:100%;-o-object-fit:contain;object-fit:contain}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:16px;width:calc(100% - 100px)!important}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#666;margin-top:3px}.ouchn-container.preview-mode .preview-tree-box-h5-tree,.ouchn-container.preview-mode .preview-tree-box-pad-tree,.xml-ebook-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.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--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-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left{width:60px;height:60px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left img{width:100%}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right{width:calc(100% - 60px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;padding-left:10px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .title-box{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .book_info{font-size:10px;font-family:PingFang SC;font-weight:400;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:12px}.xml-title-first-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-h5 .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-second-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5 .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-h5 .title-container .w-e-text-container,.xml-title-third-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container .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 .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pad .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pad .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pad .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-fifth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5>div{width:100%}.xml-title-sixth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-h5 .title-container .title-left-div{max-width:30%}.xml-title-sixth-h5 .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-h5 .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-h5 .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-h5 .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5,.xml-title-triangle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container,.xml-title-triangle-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-h5 .title-container span,.xml-title-triangle-pad .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-h5 .title-container .title-left-img,.xml-title-triangle-pad .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-h5 .title-container .title-right-img,.xml-title-triangle-pad .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-h5 .title-container .w-e-text-container,.xml-title-triangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-h5 .title-container .text-container,.xml-title-triangle-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 4px 5px 12px;margin-left:-2px}.xml-title-triangle-h5 .title-container .text-container .editorClass,.xml-title-triangle-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-triangle-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-h5 .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-h5 .title-container .title-left-img img,.xml-title-rectangle-h5 .title-container .title-right-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 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-h5 .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-square-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-h5 .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-3px}.xml-title-rotundity-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-h5 .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-h5 .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-h5 .title-container .title-left-img,.xml-title-semicircle-h5 .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-h5 .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-h5 .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-h5 .title-container .title-text p{line-height:1.1!important}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p,.xml-title-twelfth-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-twelfth-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Knowledge-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-h5>div{width:100%;height:100%}.xml-title-Knowledge-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-h5 .title-container .left-titlebox{background-color:#1485b4;padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-h5 .title-container .left-titlebox .text-container{border-radius:24px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #64eefe;background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-paragraph-first-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-h5 .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-h5 .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-h5 .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-h5{text-align:left}.xml-paragraph-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-h5 .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container,.xml-paragraph-tenth-pc .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 .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-h5{position:relative}.xml-paragraph-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-h5 .body-text::after,.xml-paragraph-third-h5 .body-text::before{height:80px;position:absolute;background-color:#0070c1;width:1px;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 .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5{position:relative}.xml-paragraph-quadrangle-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-h5{position:relative}.xml-paragraph-isosceles-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-h5 .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-h5 .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-h5 .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-h5 .shape .triangle,.xml-paragraph-isosceles-h5 .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-h5{position:relative}.xml-paragraph-wave-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-h5{position:relative}.xml-paragraph-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-h5{position:relative}.xml-paragraph-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5{position:relative}.xml-paragraph-ninth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-h5{position:relative}.xml-paragraph-tenth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-h5{position:relative}.xml-paragraph-Redtheme1-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-h5 .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-h5 .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-h5 .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-h5{position:relative}.xml-paragraph-Redtheme2-h5 .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 .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-h5 .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-h5 .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5{position:relative}.xml-paragraph-Redtheme3-h5 .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 .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-h5 .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-h5{position:relative}.xml-paragraph-Redtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-h5 .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-h5 .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5{position:relative}.xml-paragraph-Redtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-h5 .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-h5 .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5 .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-h5{position:relative}.xml-paragraph-Redtheme6-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-h5 .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-h5 .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-h5 .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-h5{position:relative}.xml-paragraph-sixteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-h5 .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-text-image-first-h5 .w-e-text-container,.xml-text-image-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-h5 .text-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .text-body-container{text-align:left}.xml-text-image-first-h5 .text-body-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .image-container{margin:10px 0;text-align:center}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container,.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container,.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.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 .text-container p{margin:0;padding:0}.xml-text-image-second-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-h5 .title-box .text-container .editorClass h1,.xml-text-image-second-h5 .title-box .text-container .editorClass h2,.xml-text-image-second-h5 .title-box .text-container .editorClass h3,.xml-text-image-second-h5 .title-box .text-container .editorClass h4,.xml-text-image-second-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container .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 .text-container p{margin:0;padding:0}.xml-text-image-third-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-h5 .title-box .text-container .editorClass h1,.xml-text-image-third-h5 .title-box .text-container .editorClass h2,.xml-text-image-third-h5 .title-box .text-container .editorClass h3,.xml-text-image-third-h5 .title-box .text-container .editorClass h4,.xml-text-image-third-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container .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 .text-container .editorClass p,.xml-text-image-fourth-h5 .title-box .text-container p{padding:0;margin:0}.xml-text-image-fourth-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-h5 .title-box .text-container .editorClass h1,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h2,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h3,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h4,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-h5 .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-h5 .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-h5 .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-h5 .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-h5 .image-text-box{width:100%}.xml-text-image-fifth-h5 .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-h5 .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-h5 .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-h5 .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-h5 .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-h5 .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-h5 .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-h5 .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-h5 .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-h5 .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(#fff),to(#a7d3fb));background-image:linear-gradient(to right,#fff,#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-h5 .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-h5 .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-h5 .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Bluetheme1-h5,.xml-splitline-Bluetheme2-h5,.xml-splitline-Bluetheme3-h5,.xml-splitline-Bluetheme4-h5,.xml-splitline-Greentheme1-h5,.xml-splitline-Greentheme2-h5,.xml-splitline-Greentheme3-h5,.xml-splitline-Greentheme4-h5,.xml-splitline-Redtheme4-h5,.xml-splitline-Yellowtheme1-h5,.xml-splitline-Yellowtheme2-h5,.xml-splitline-Yellowtheme3-h5,.xml-splitline-Yellowtheme4-h5,.xml-splitline-second-h5{margin-top:10px!important}.xml-splitline-first-h5 .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-h5 .title-container{height:30px;padding-top:10px}.xml-splitline-second-h5 .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-h5 .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-h5 .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-h5,.xml-splitline-third-h5{margin-top:0!important}.xml-splitline-second-h5 .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-h5 .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-h5 .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-h5 .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-h5 .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-h5,.xml-splitline-ninth-h5,.xml-splitline-seventh-h5,.xml-splitline-sixth-h5,.xml-splitline-tenth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-h5 .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-h5 .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-h5 .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-h5 .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-h5 .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-h5 .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-h5 .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-h5 .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-h5 .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-h5 .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-h5 .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-h5 .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-h5 .title-container>div{width:100%}.xml-splitline-tenth-h5 .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-h5 .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-h5,.xml-splitline-Greytheme2-h5,.xml-splitline-Greytheme3-h5,.xml-splitline-Greytheme4-h5,.xml-splitline-Greytheme5-h5,.xml-splitline-Greytheme6-h5,.xml-splitline-eleventh-h5{margin-top:0!important}.xml-splitline-eleventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-h5 .title-container>div{width:100%}.xml-splitline-eleventh-h5 .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-h5 .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-h5 .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.audio-component{display:none}::v-deep .el-slider__runway{margin:0 0 4px;background:#e3e3e3;height:4px}::v-deep .el-slider__bar{height:4px}::v-deep .el-slider__button{width:10px;height:10px}::v-deep .el-slider__button-wrapper{top:-15px}.xml-checkbox-box .option-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-submit-answer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100px;height:38px;background:var(--reader-theme-secondary-color,#fff);border:1px solid #418eed;border-radius:18px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#418eed;cursor:pointer}.xml-submit-answer-right{margin:10px 0 0 auto}.text-notes-area{background-color:#c7daf3!important}.have-been-added-notes{position:relative}@-webkit-keyframes moves{0%{left:-100%}100%{left:0}}@keyframes moves{0%{left:-100%}100%{left:0}}.el-image-viewer__wrapper .el-image-viewer__mask{opacity:.85}.ouchn-container.preview-mode{background:#fff}.ouchn-container.preview-mode .preview-container-title{text-align:center;background-color:var(--preview-theme-color);height:49px;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1500;width:100%}.ouchn-container.preview-mode .preview-container-title.fixed-title{position:fixed}.ouchn-container.preview-mode .preview-container-title .container-icon{position:absolute;left:15px;color:#fff;margin-left:8px;font-size:16px;line-height:49px}.ouchn-container.preview-mode .preview-container-title .container-text{color:#fff;line-height:49px;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:80vw;padding:0 5px}.ouchn-container.preview-mode .preview-container-title .container-search{position:fixed;top:15px;right:20px;color:#fff}.ouchn-container.preview-mode .preview-for-h5 .preview-screen-h5{overflow-y:inherit;overflow-x:hidden}.ouchn-container.preview-mode .preview-for-pad{max-width:750px;margin:0 auto}.ouchn-container.preview-mode .preview-tree-box-h5{border-radius:0;background:#fff;padding:15px;height:calc(100vh - 157px)}.ouchn-container.preview-mode .preview-tree-box-h5[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-h5 .el-tree-node{word-break:break-all;white-space:normal}.ouchn-container.preview-mode .preview-tree-box-h5 .el-tree-node .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-tree-box-h5-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-h5-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-h5-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-h5-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree{height:calc(100vh - 154px);overflow-y:scroll}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.ouchn-container.preview-mode .preview-tree-box-pad{height:calc(100vh - 157px);background:#fff;padding:15px}.ouchn-container.preview-mode .preview-tree-box-pad[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node{word-break:break-all;white-space:normal}.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-tree-box-pad-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-pad-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-pad-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-pad-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree{height:calc(100vh - 154px);overflow-y:scroll}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node.parent-node .catalog-node__left{width:200px}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.ouchn-container.preview-mode .prompt-box{position:fixed;top:40vh;left:35vw;z-index:100000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30vw}.ouchn-container.preview-mode .prompt-box .prompt-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:200px;min-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 20px;border-radius:6px;font-size:16px;font-family:"微软雅黑";text-align:center}.ouchn-container.preview-mode .prompt-box .warning{background:#fcf6ed;border:2px solid #ffedd4;color:#f2ae4b}.ouchn-container.preview-mode .prompt-box .error{background:#fdf0f0;border:2px solid #f0c5c5;color:#eb6c6e}.ouchn-container.preview-mode .prompt-box .success{background:#ddf1e2;border:2px solid #bee2c7;color:#6ac73c}.ouchn-container.preview-mode .modify-notes{position:fixed;bottom:0;left:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;background:#e0e0e0;-webkit-box-shadow:0 15px 10px 12px #000;box-shadow:0 15px 10px 12px #000}.ouchn-container.preview-mode .modify-notes .item-box{background:#fff;border-bottom:1px solid #f2f2f2;text-align:center;line-height:46px;font-size:18px;width:100%}.ouchn-container.preview-mode .modify-notes .cancel{padding-bottom:20px;margin-top:6px}.ouchn-container.preview-mode .see-the-notes-box-h5{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box{position:relative;width:100%;height:70vh;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}.ouchn-container.preview-mode .see-the-notes-box-pc{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box{position:relative;width:600px;height:500px;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}::-webkit-scrollbar{width:0!important}.tab-title-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:14px;border-radius:30px;background:#e9edf4;width:200px;position:fixed;bottom:10px;z-index:99;left:50%;margin-left:calc(50% - 288px)}.tab-title-h5 .catalog-tab{padding:6px;cursor:pointer;white-space:nowrap;text-align:center;width:80px}.tab-title-h5 .active{color:#fff;border-radius:30px;width:80px;text-align:center;background:var(--preview-theme-color)}.catalog-note-h5 .catalog-note_box .catalog-note_biji span,.tab-title-pc .active{color:#409eff}.tab-title-pc{position:fixed;top:56px;left:365px;z-index:99;text-align:center;width:80px;border-radius:20px}.tab-title-pc .catalog-tab{cursor:pointer;background:#fff;padding:10px 5px;margin-bottom:2px;margin-left:2px;border-radius:4px}.catalog-note-h5{padding:60px 10px 10px;height:calc(100vh - 154px);overflow-y:scroll}.catalog-note-h5 .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-h5 .catalog_zaiwu img{width:70%}.catalog-note-h5 .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-h5 .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-h5 .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-h5 .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-h5 .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catalog-note-pc{padding:20px 10px 10px;overflow-y:scroll;width:315px}.catalog-note-pc .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-pc .catalog_zaiwu img{width:70%}.catalog-note-pc .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-pc .catalog-note_box .catalog-note_biji span{color:#409eff}.catalog-note-pc .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0;cursor:pointer}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-pc .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-pc .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-pc .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.xmlPreviewSearch-box-h5{z-index:9999;background:#f5fbff;height:calc(100% - 50px);overflow-y:scroll;width:100%}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input .input,.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input,.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .input{-webkit-box-sizing:border-box;height:30px;-web-kit-appearance:none;-moz-appearance:none;text-decoration:none;outline:0}.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{box-sizing:border-box;background:#fff;font-size:12px;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;display:block;padding:1px 28px;width:calc(100% - 80px)}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input .input_text{width:60px;min-width:60px;padding:5px 8px;background:#3e8ced;font-size:13px;color:#999;border-bottom-right-radius:20px;border-top-right-radius:20px;margin-top:-.5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border:none}.xmlPreviewSearch-box-h5 .seach-list{margin:0 auto;width:100%;height:70%;height:calc(100% - 30px);overflow-y:auto;overflow-x:hidden}.xmlPreviewSearch-box-h5 .seach-box{margin:10px 0 0 4px;cursor:pointer;background-color:#fff;padding:10px 5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8)}.xmlPreviewSearch-box-h5 .seach-box .seach-label{width:100%;height:26px;background:#3E8CED;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:14px;color:#FFF;line-height:26px;padding:0 0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xmlPreviewSearch-box-h5 .seach-box .seach-text{font-size:14px;font-weight:500;padding:10px;margin:10px 0;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border-radius:4px}.xmlPreviewSearch-box-h5 .seach_zaiwu{width:100%;height:68%;text-align:center;color:#888}.xml-container-fixed,.xml-container-fixed-h5{top:0;z-index:9999;background:#fff;height:100vh;position:fixed;left:0}.xmlPreviewSearch-box-h5 .seach_zaiwu .search_left_img{margin-top:121px}.xmlPreviewSearch-box-h5 .seach_zaiwu img{width:70%}.xml-container-fixed-h5{width:100%}.xmlPreviewSearch-box-pc{z-index:999;width:100%;min-height:99vh;padding-top:5px}.xmlPreviewSearch-box-pc .pdf-read-box{padding-top:49px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc{width:1000px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:45px auto 0;padding:10px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .xmlPreviewSearch-icon{position:relative;top:4px;right:25px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .input{box-sizing:border-box;background:#f4f4f4;font-size:12px;border-radius:20px;border:1px solid #f4f4f4;color:#6a6f77;display:block;padding:1px 30px 1px 15px;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{box-sizing:border-box;background:#fff;font-size:12px;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;display:block;padding:1px 28px;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}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}.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{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-pc .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-pc .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pc .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pc,.xml-title-second-pc .title-container{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-first-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-second-pc{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pc .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-pc .title-container .w-e-text-container,.xml-title-third-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-pc,.xml-title-third-pc .title-container{display:-ms-flexbox;-webkit-box-align:center;display:-webkit-box}.xml-title-third-pc{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:flex;position:relative;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-pc .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-pc .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pc .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pc .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pc .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-sixth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc>div{width:100%}.xml-title-sixth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-pc .title-container .title-left-div{max-width:30%}.xml-title-sixth-pc .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-pc .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-pc .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-pc .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-pc .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-pc .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-pc .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-pc .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-pc .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 4px 5px 12px;margin-left:-2px}.xml-title-triangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-pc .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-pc .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-pc .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-pc .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-pc .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-pc .title-container .text-container .editorClass .w-e-text-container p,.xml-title-square-pc .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-pc .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-3px}.xml-title-rotundity-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-pc .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-pc .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-pc .title-container .title-left-img,.xml-title-semicircle-pc .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-pc .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-pc .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-pc .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-pc .title-container .title-text p{line-height:1.1!important}.xml-title-twelfth-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid #006af7;border-right:4px solid #006af7;position:relative}.xml-title-thirteenth-pc .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:#006af7;z-index:0}.xml-title-thirteenth-pc .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:#006af7;z-index:0}.xml-title-thirteenth-pc .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:#006af7;margin-top:-3px;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .bottomborder .Line1{width:45%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .block{width:7px;height:7px;background-color:#006af7;margin-bottom:-3px}.xml-title-thirteenth-pc .title-container .bottomborder .Line2{width:15%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .Line3{width:20%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:0 20px}.xml-title-thirteenth-pc .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-paragraph-first-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-pc .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pc .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pc .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pc{text-align:left}.xml-paragraph-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-pc .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-pc .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-pc .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-pc .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-pc .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-pc .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-pc .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-pc .body-text .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pc{position:relative}.xml-paragraph-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-pc .body-text::after,.xml-paragraph-third-pc .body-text::before{width:1px;height:80px;position:absolute;background-color:#0070c1;content:""}.xml-paragraph-third-pc .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-pc .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc{position:relative}.xml-paragraph-quadrangle-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-pc{position:relative}.xml-paragraph-isosceles-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-pc .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pc .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-pc .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-pc .shape .triangle,.xml-paragraph-isosceles-pc .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-pc{position:relative}.xml-paragraph-wave-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-pc{position:relative}.xml-paragraph-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-pc .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-pc{position:relative}.xml-paragraph-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc{position:relative}.xml-paragraph-ninth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-pc{position:relative}.xml-paragraph-tenth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-pc .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-text-image-first-pc .w-e-text-container,.xml-text-image-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-pc .text-container .editorClass{word-break:break-all}.xml-text-image-first-pc .text-body-container{text-align:left}.xml-text-image-first-pc .text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .image-container{margin:10px 0;text-align:center}.xml-text-image-second-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-second-pc .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .w-e-text-container,.xml-text-image-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pc .title-box .text-container .editorClass h1,.xml-text-image-second-pc .title-box .text-container .editorClass h2,.xml-text-image-second-pc .title-box .text-container .editorClass h3,.xml-text-image-second-pc .title-box .text-container .editorClass h4,.xml-text-image-second-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-pc .image-box .image-container .block-checked,.xml-text-image-third-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-third-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .text-container .editorClass h1,.xml-text-image-third-pc .title-box .text-container .editorClass h2,.xml-text-image-third-pc .title-box .text-container .editorClass h3,.xml-text-image-third-pc .title-box .text-container .editorClass h4,.xml-text-image-third-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu,.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{height:100%}.xml-text-image-fourth-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-fourth-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-pc .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-pc .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-pc .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-pc .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-pc .image-text-box{width:100%}.xml-text-image-fifth-pc .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-pc .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-pc .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-pc .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-pc .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-pc .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-pc .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-pc .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-pc .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-pc .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(#fff),to(#a7d3fb));background-image:linear-gradient(to right,#fff,#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-pc .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-pc .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .filecont{width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-splitline-Greytheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme6-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme4-h5 .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme1-h5 .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme3-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme1-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme2-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme1-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme2-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme4-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png);background-repeat:no-repeat;background-size:100% 100%}.custom-underline{background-color:#dbeaff;cursor:pointer;font-style:inherit!important}i a,i font,i p,i span{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.the-end-of-the-trial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:200px;padding-bottom:20px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#b5b2b2));background:linear-gradient(rgba(0,0,0,0),#b5b2b2);color:#5b9fff;font-size:18px}.xml-title-eighteen-h5 .title-container-box .title-container,.xml-title-eighteen-pad .title-container-box .title-container,.xml-title-eighteen-pc .title-container-box .title-container{background-image:url(../../static/images/leaflet/resourceCenter/title-eighteen-bg.png);background-size:80% 100%;background-position-x:center;background-repeat:no-repeat}.xml-title-eighteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-h5>div{min-width:75%;max-width:100%}.xml-title-eighteen-h5 .title-container-box{width:100%;position:relative}.xml-title-eighteen-h5 .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3px 20%;margin:0 auto;z-index:9}.xml-title-eighteen-h5 .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-h5 .title-container-box .title-container .editor{min-width:75%;max-width:100%}.xml-title-eighteen-h5 .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-h5 .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-h5 .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-eighteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-pad>div{min-width:75%;max-width:100%}.xml-title-eighteen-pad .title-container-box{width:100%;position:relative}.xml-title-eighteen-pad .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3px 21%;margin:0 auto;z-index:9}.xml-title-eighteen-pad .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pad .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pad .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-pad .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-pad .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-eighteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-pc>div{min-width:75%;max-width:100%}.xml-title-eighteen-pc .title-container-box{width:100%;position:relative}.xml-title-eighteen-pc .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 21%;margin:0 auto;z-index:9}.xml-title-eighteen-pc .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pc .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pc .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-pc .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-pc .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-round-4{border-radius:4px}.xml-round-4 img{border-radius:8px}.xml-round-6{border-radius:6px}.xml-round-6 img,.xml-round-8,.xml-round-8 img{border-radius:8px}.style-body-boxA{position:relative}.style-body-boxA .style-wrapper{min-width:200px}.style-body-boxA .style-wrapper .top-line{position:absolute;top:0;left:0;width:100%;height:4px;background:-webkit-gradient(linear,left top,right top,from(#4994fb),color-stop(#4994fb),to(#a2c5f9));background:linear-gradient(90deg,#4994fb,#4994fb,#a2c5f9)}.style-body-boxA .style-wrapper .native-html-wrapper{max-height:60vh;overflow-y:scroll;background-color:#fff;padding:15px 10px 0}.style-body-boxA .style-wrapper .native-html-wrapper::-webkit-scrollbar{width:0}.style-body-boxA .style-wrapper .native-html-wrapper h1,.style-body-boxA .style-wrapper .native-html-wrapper h2,.style-body-boxA .style-wrapper .native-html-wrapper h3,.style-body-boxA .style-wrapper .native-html-wrapper h4,.style-body-boxA .style-wrapper .native-html-wrapper h5,.style-body-boxA .style-wrapper .native-html-wrapper h6{color:revert;font-size:revert;font-weight:revert}.style-body-boxA .style-wrapper .bottom-margin{width:calc(100% - 15px);height:15px;background:#fff;margin-top:-1px}.style-body-boxA .style-wrapper .bottom-triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:15px solid #8cb7f6;border-right:15px solid transparent}.style-body-boxA .top-bg{width:98%;height:30px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxA .style-content-boxD{min-width:200px;background-color:#fff;padding:15px 10px 5px;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box{min-width:200px;background-color:#fff;padding:30px 10px 20px;border:2px solid #92c2db;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box::before{content:"";width:10px;height:10px;background-color:#92c2db;border-radius:50%;position:absolute;bottom:10px;right:15px}.style-body-boxA .style-content-box::after{content:"";width:30px;height:10px;position:absolute;bottom:10px;right:35px;border-left:10px dotted #92c2db;border-right:10px dotted #92c2db}.style-body-boxA .style-content-bg{background-color:#92c2db;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxA .paper-clip-icon{width:40px;position:absolute;top:10px;z-index:5;left:-10px}.style-body-boxA .paper-clip-icon::before{position:absolute;content:"";top:-30px;right:-5px;width:15px;height:20px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom:none;border-left:4px solid #92c2db!important;border-right:4px solid #92c2db!important;border-top:4px solid #92c2db!important}.style-body-boxA .paper-clip-icon::after{position:absolute;content:"";bottom:-21px;right:-11px;width:21px;height:30px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;border:4px solid #92c2db!important;border-top:none!important}.style-body-boxB{position:relative}.style-body-boxB .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxB .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #fee0b0;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxB .style-content-bg{background-color:#fee0b0;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxB .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxB .top-style-box>div{width:10px;height:10px;background:#fee0b0;border-radius:50%}.style-body-boxB .top-style-box>div::before{content:"";width:10px;height:10px;border-radius:50%;border-right:3px solid #fee0b0;border-bottom:3px solid #fee0b0;position:absolute;top:-8px;-webkit-transform:rotate(-85deg);transform:rotate(-85deg)}.style-body-boxC{position:relative}.style-body-boxC .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxC .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #84b774;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxC .style-content-box::before{content:"";width:40px;border-top:2px solid #84b774;position:absolute;bottom:10px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-box::after{content:"";width:20px;border-top:2px solid #84b774;position:absolute;bottom:5px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-bg{background-color:#84b774;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxC .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxC .top-style-box>div{width:10px;height:10px;background:#84b774;border-radius:50%}.style-body-boxE .scroll-top{position:relative;z-index:9}.style-body-boxE .scroll-top img{width:100%}.style-body-boxE .scroll-top::before{content:"";width:90%;height:10px;-webkit-box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;top:20px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .scroll-bottom{position:relative;z-index:9}.style-body-boxE .scroll-bottom img{width:100%}.style-body-boxE .scroll-bottom::after{content:"";width:90%;height:10px;-webkit-box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;bottom:18px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .style-content-box{padding:20px 10px;max-height:600px;overflow:scroll;overflow-x:hidden;background-color:#e9e3d5;width:89%;margin:-11px auto;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .filecont{width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-title-fourteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-h5 .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-h5 .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-pad .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-pad .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-pc .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-pc .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-text-preview-box-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important;background:0 0;-webkit-box-shadow:none;box-shadow:none}.xml-text-preview-box-dialog .custom-dialog{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.xml-title-SanQintheme1-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-h5>div{width:100%;height:100%}.xml-title-SanQintheme1-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-h5 .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pad>div{width:100%;height:100%}.xml-title-SanQintheme1-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-pad .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pc>div{width:100%;height:100%}.xml-title-SanQintheme1-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-pc .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-h5>div{width:100%;height:100%}.xml-title-SanQintheme2-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-h5 .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-h5 .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pad>div{width:100%;height:100%}.xml-title-SanQintheme2-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pad .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pad .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pc>div{width:100%;height:100%}.xml-title-SanQintheme2-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pc .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pc .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-h5 .title-container .text-container .mark-view p{text-align:center}.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 .mark-view p{text-align:center}.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 .mark-view p{text-align:center}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-paragraph-SanQintheme1-h5{text-align:center}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-h5 .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-h5 .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-h5 .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-h5 .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pad{text-align:center}.xml-paragraph-SanQintheme1-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pad .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pad .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pad .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pad .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pc{text-align:center}.xml-paragraph-SanQintheme1-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pc .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pc .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pc .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pc .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-h5{text-align:left}.xml-paragraph-SanQintheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title{display:inline-block;position:relative;max-width:98%;padding:8px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .left-image{position:absolute;left:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .right-image{position:absolute;right:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-h5 .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pad{text-align:left}.xml-paragraph-SanQintheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pad .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pc{text-align:left}.xml-paragraph-SanQintheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pc .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme3-h5 .body-text,.xml-paragraph-SanQintheme3-pad .body-text,.xml-paragraph-SanQintheme3-pc .body-text{margin-top:-50px;text-align:left;position:relative;border:2px solid #e6c17b!important}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-h5{text-align:left}.xml-paragraph-SanQintheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-h5 .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-h5 .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pad{text-align:left}.xml-paragraph-SanQintheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pad .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pad .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pc{text-align:left}.xml-paragraph-SanQintheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pc .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pc .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-white-space-pre{white-space:pre-wrap}.xml-text-center{text-align:center}.xml-dialog-overlay{z-index:2000!important}.xml-dialog-confirm{z-index:2102!important}
\ No newline at end of file
+@charset "UTF-8";.phone-preview h1,.w-e-text-container h1,.xml-digital-teaching-preview h1{display:block;font-size:2em;-webkit-margin-before:.67em!important;margin-block-start:.67em!important;-webkit-margin-after:.67em!important;margin-block-end:.67em!important;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h2,.w-e-text-container h2,.xml-digital-teaching-preview h2{display:block;font-size:1.5em;-webkit-margin-before:.83em;margin-block-start:.83em;-webkit-margin-after:.83em;margin-block-end:.83em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h3,.w-e-text-container h3,.xml-digital-teaching-preview h3{display:block;font-size:1.17em;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h4,.w-e-text-container h4,.xml-digital-teaching-preview h4{display:block;-webkit-margin-before:1.33em;margin-block-start:1.33em;-webkit-margin-after:1.33em;margin-block-end:1.33em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview h5,.w-e-text-container h5,.xml-digital-teaching-preview h5{display:block;font-size:.83em;-webkit-margin-before:1.67em;margin-block-start:1.67em;-webkit-margin-after:1.67em;margin-block-end:1.67em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.phone-preview ul,.w-e-text-container ul,.xml-digital-teaching-preview ul{display:block;list-style-type:disc;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:18px!important;padding-inline-start:18px!important}.phone-preview ol,.w-e-text-container ol,.xml-digital-teaching-preview ol{display:block;list-style-type:decimal;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:2em!important;padding-inline-start:2em!important}.phone-preview blockquote,.w-e-text-container blockquote,.xml-digital-teaching-preview blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.phone-preview a,.w-e-text-container a,.xml-digital-teaching-preview a{color:#4290f7;text-decoration:none}.phone-preview a:hover,.w-e-text-container a:hover,.xml-digital-teaching-preview a:hover{text-decoration:underline}.phone-preview table,.w-e-text-container table,.xml-digital-teaching-preview table{border-collapse:collapse;display:table;-webkit-box-sizing:border-box;box-sizing:border-box;text-indent:initial;border-spacing:2px;border-color:grey}.phone-preview table tbody,.w-e-text-container table tbody,.xml-digital-teaching-preview table tbody{display:table-row-group;vertical-align:middle;border-color:inherit}.phone-preview table tbody tr,.w-e-text-container table tbody tr,.xml-digital-teaching-preview table tbody tr{display:table-row;vertical-align:inherit;border-color:inherit}.phone-preview table tbody tr th,.w-e-text-container table tbody tr th,.xml-digital-teaching-preview table tbody tr th{font-weight:700;text-align:center;border:1px solid #ddd;background-color:#e6f0f4}.phone-preview table tbody tr td,.w-e-text-container table tbody tr td,.xml-digital-teaching-preview table tbody tr td{line-height:1.5;min-width:30px;padding:3px 5px;border:1px solid #ddd}.phone-preview .option-item p{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.w-e-text-container{z-index:1000!important}.w-e-text-container [data-slate-editor]{padding:0!important;margin:0!important}.w-e-text-container * ol,.w-e-text-container * ul{padding-left:18px!important}.w-e-text-container * ol li,.w-e-text-container * ul li{margin:0!important}.w-e-text-container * blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px!important}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5+.xml-image-ping-pu-h5,.xml-single-image-group-h5+.xml-single-image-group-h5{margin-top:10px}.xml-single-text-group-h5 .text-container,.xml-single-text-group-h5 .text-container .editorClass{word-break:break-all}.xml-image-duo-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group .el-image{width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-noimage-container{background:#f4f4f4;height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-noimage-container .xml-noimage{width:100%;height:200px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-dan-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu.hua-lang{width:auto}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu.ping-pu{width:100%}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5 img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc img{background:#f4f4f4;-o-object-fit:contain;object-fit:contain;border-radius:6px}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc:last-child{margin-right:0}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .xml-image-ping-pu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-image-group-h5 .xml-image-container-h5.image-container .xml-image-duo-tu .styleB{overflow:hidden}.xml-single-video-group-pad .xml-video-container-pad .video-content{background:#c3c3c3!important;width:100%;height:315px}.video-container{position:relative;height:100%;width:calc(100% - 15px);background:#fff}.video-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.video-container::-webkit-media-controls{display:none!important}.main-btn,.video-title{display:-webkit-box;display:-ms-flexbox;position:absolute;color:#fff}.video-container video{width:570px;height:427.5px;margin:auto}@media (max-width:1600px){.video-container video{width:92vw;height:258.75px}}.video-title{width:100%;height:32px;z-index:2;top:0;left:0;background-color:rgba(48,48,48,.45);font-size:14px;padding-left:16px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-btn{width:32px;height:32px;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-btn i::before{font-size:32px}.controls{width:100%;height:30px;position:absolute;bottom:0;left:0;background-color:#000;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.controls span{padding:0 5px;color:#fff}.cursor{cursor:pointer}.icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-video-container-pc .video-content{background:#c3c3c3!important;width:100%;height:315px}.xml-video-container-pc .video-container{position:relative;height:100%;width:calc(100% - 15px);background:#c3c3c3}.xml-video-container-pc .video-container>.dialog-box{position:absolute;top:0;left:0;width:100%;height:calc(100% - 80px);z-index:10}.xml-video-container-pc .video-container::-webkit-media-controls{display:none!important}.xml-video-container-pc .video-container video{width:570px;height:428px;margin:auto}@media (max-width:1600px){.xml-video-container-pc .video-container video{width:100%;height:428px}}.xml-video-container-pc .video-title{width:97%;height:32px;z-index:2;position:absolute;top:0;left:0;background-color:rgba(48,48,48,.45);font-size:14px;color:#fff;padding-left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .main-btn{width:32px;height:32px;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-16px) translateY(-16px);transform:translateX(-16px) translateY(-16px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.xml-video-container-pc .main-btn i::before{font-size:32px}.xml-video-container-pc .controls{width:100%;height:30px;position:absolute;bottom:0;left:0;background-color:#000;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-video-container-pc .controls span{padding:0 5px;color:#fff}.xml-video-container-pc .cursor{cursor:pointer}.xml-video-container-pc .icon-fullscreen{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .pointer{cursor:pointer}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-img{width:70px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .filecont{width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-h5 .xml-resource-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-desc{font-size:14px;font-weight:400;color:#333;margin-left:8px;line-height:30px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-radio-group .question-radio{margin-top:8px}.xml-single-question-group-h5 .xml-question-container-h5 .question-box .question-item .question-answer{font-size:12px;padding:10px;color:#474747;word-break:break-all}.xml-ebook-container-h5 .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 0 16px 16px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource{width:80px;height:80px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-img-resource img{width:100%;-o-object-fit:contain;object-fit:contain}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc{margin-left:16px;width:calc(100% - 100px)!important}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#666;margin-top:3px}.xml-ebook-container-h5 .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#666}.xml-ebook-container-h5 .resource-box .styleB{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-ebook-container-h5 .resource-box .styleB .title{width:100%;padding:14px 0;background-color:#fafafa}.xml-ebook-container-h5 .resource-box .pointer{cursor:pointer}.xml-ebook-container-h5 .resource-box .shop-item-img{width:70px}.xml-ebook-container-h5 .resource-box .filecont{width:100%}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#00aeff;min-width:75px}.xml-ebook-container-h5 .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-ebook-container-h5 .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-ebook-container-h5 .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-ebook-container-h5 .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-ebook-container-h5 .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-ebook-container-h5 .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-ebook-container-h5 .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-ebook-container-h5 .resource-box .style-mode__item--checkbox{width:24px}.xml-ebook-container-h5 .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-ebook-container-h5 .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-ebook-container-h5 .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-ebook-container-h5 .resource-box-sytleC{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:scroll}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;margin:0 10px;padding:14px 0;width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item img{width:120px}.xml-ebook-container-h5 .resource-box-sytleC .workbench-shop-item span{text-overflow:ellipsis;overflow:hidden;word-break:break-all;white-space:nowrap}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4{width:100%;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:url(../../static/images/leaflet/icons/ebook_bg.png) no-repeat #f6fcff;background-size:300px 100%;background-position-x:right;padding-left:10px;margin:5px 0}.xml-title-first-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left{width:60px;height:60px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .left img{width:100%}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right{width:calc(100% - 60px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;padding-left:10px}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .title-box{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-ebook-container-h5 .resource-box-sytleD .ebook_style_4 .right .book_info{font-size:10px;font-family:PingFang SC;font-weight:400;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:12px}.xml-title-first-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-h5 .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-h5 .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-h5 .title-container .w-e-text-container,.xml-title-third-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-h5 .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-h5 .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-h5 .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-h5 .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-h5 .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pad .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pad .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pad .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-fifth-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5>div{width:100%}.xml-title-sixth-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-h5 .title-container .title-left-div{max-width:30%}.xml-title-sixth-h5 .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-h5 .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-h5 .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-h5 .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-h5 .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-h5 .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-h5 .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5,.xml-title-triangle-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container,.xml-title-triangle-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-h5 .title-container span,.xml-title-triangle-pad .title-container span{color:#fff!important;background:0 0!important}.xml-title-triangle-h5 .title-container .title-left-img,.xml-title-triangle-pad .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-h5 .title-container .title-right-img,.xml-title-triangle-pad .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-h5 .title-container .w-e-text-container,.xml-title-triangle-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-h5 .title-container .text-container,.xml-title-triangle-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 4px 5px 12px;margin-left:-2px}.xml-title-triangle-h5 .title-container .text-container .editorClass,.xml-title-triangle-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-triangle-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-h5 .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-h5 .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-h5 .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-h5 .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-square-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-h5 .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-3px}.xml-title-rotundity-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-h5 .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-h5 .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-h5 .title-container .title-left-img,.xml-title-semicircle-h5 .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-h5 .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-h5 .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-h5 .title-container .title-text p{line-height:1.1!important}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p,.xml-title-twelfth-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-twelfth-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Knowledge-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-h5>div{width:100%;height:100%}.xml-title-Knowledge-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-h5 .title-container .left-titlebox{background-color:#1485b4;padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-h5 .title-container .left-titlebox .text-container{border-radius:24px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #64eefe;background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-paragraph-first-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-h5 .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-h5 .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-h5 .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-h5 .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-h5{text-align:left}.xml-paragraph-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-h5 .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-h5 .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-h5 .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-h5 .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-h5 .body-text .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-h5{position:relative}.xml-paragraph-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-h5 .body-text::after,.xml-paragraph-third-h5 .body-text::before{position:absolute;background-color:#0070c1;height:80px;width:1px;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 .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5{position:relative}.xml-paragraph-quadrangle-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-h5 .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-h5{position:relative}.xml-paragraph-isosceles-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-h5 .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-h5 .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-h5 .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-h5 .shape .triangle,.xml-paragraph-isosceles-h5 .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-h5{position:relative}.xml-paragraph-wave-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-h5{position:relative}.xml-paragraph-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-h5 .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-h5{position:relative}.xml-paragraph-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5{position:relative}.xml-paragraph-ninth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-h5 .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-h5 .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-h5 .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-h5 .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-h5{position:relative}.xml-paragraph-tenth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-h5 .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-h5 .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-h5 .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-h5 .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-Redtheme1-h5{position:relative}.xml-paragraph-Redtheme1-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-h5 .body-text-bg{background-color:#fff;border-radius:40px 0 50px;border:4px solid #b70332;padding:10px 5px;position:relative}.xml-paragraph-Redtheme2-h5 .w-e-text-container,.xml-paragraph-Redtheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme1-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme1-h5 .body-text-bg::before{content:"";width:80px;height:60px;border-top:6px solid #b70332;border-left:6px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme1-h5 .body-text-bg::after{content:"";width:80px;height:60px;border-bottom:6px solid #b70332;border-right:6px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme2-h5{position:relative}.xml-paragraph-Redtheme2-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme2-h5 .body-text-bg .left-line{width:2px;height:50px;background-color:#b70332;position:absolute;top:-8px;left:1px}.xml-paragraph-Redtheme2-h5 .body-text-bg .right-line{width:2px;height:50px;background-color:#b70332;position:absolute;bottom:-8px;right:2px}.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme2-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme2-h5 .body-text-bg::before{content:"";width:57px;height:56px;border-top:4px solid #b70332;border-left:4px solid #b70332;position:absolute;top:-8px;left:-8px}.xml-paragraph-Redtheme2-h5 .body-text-bg::after{content:"";width:72px;height:58px;border-bottom:4px solid #b70332;border-right:4px solid #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5{position:relative}.xml-paragraph-Redtheme3-h5 .body-text-bg{background-color:#f8e5ea;padding:5px;position:relative}.xml-paragraph-Redtheme3-h5 .body-text-bg .top-line{width:100%;border-top:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .bottom-line{width:100%;border-bottom:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme3-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme3-h5 .body-text-bg::before{content:"";width:1px;height:100%;border-top:2.5px dotted #b70332;border-left:2.5px dotted #b70332;position:absolute;top:4px;left:-8px}.xml-paragraph-Redtheme3-h5 .body-text-bg::after{content:"";width:1px;height:100%;border-bottom:3px dotted #b70332;border-right:3px dotted #b70332;position:absolute;bottom:-8px;right:-8px}.xml-paragraph-Redtheme4-h5{position:relative}.xml-paragraph-Redtheme4-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme4-h5 .body-text-bg{background-color:#fff;border:2px solid #d00036;padding:25px 5px 5px;position:relative}.xml-paragraph-Redtheme4-h5 .body-text-bg .body-title{min-width:200px;height:50px;position:absolute;top:-16px;left:5px;background-image:url(../../static/images/leaflet/resourceCenter/Redtheme4.png);background-size:100% 100%;background-repeat:no-repeat;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme4-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5{position:relative}.xml-paragraph-Redtheme5-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme5-h5 .body-text-box{position:relative;overflow:hidden}.xml-paragraph-Redtheme5-h5 .body-text-bg{background-color:#fff;border:3px solid #d00036;padding:5px}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme5-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme5-h5 .body-text-bg::after{content:"";width:60px;height:60px;border-radius:50%;border:3px solid #fff;background-color:#f8e5ea;position:absolute;right:-27px;bottom:-27px}.xml-paragraph-Redtheme6-h5{position:relative}.xml-paragraph-Redtheme6-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-Redtheme6-h5 .body-text-bg{background-color:#fbf2f4;border-radius:20px 0;border:2px solid #b70332;padding:5px;position:relative}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container{padding:10px;z-index:99;text-align:left}.xml-paragraph-Redtheme6-h5 .body-text-bg .text-body-container .editorClass{word-break:break-all}.xml-paragraph-Redtheme6-h5 .body-text-bg::before{content:"";width:15px;height:15px;border-top:2px solid #b70332;border-left:2px solid #b70332;border-top-left-radius:45px;position:absolute;top:-8px;left:-5px}.xml-paragraph-Redtheme6-h5 .body-text-bg::after{content:"";width:15px;height:15px;border-bottom:2px solid #b70332;border-right:2px solid #b70332;border-bottom-right-radius:54px;position:absolute;bottom:-8px;right:-5px}.xml-paragraph-sixteen-h5{position:relative}.xml-paragraph-sixteen-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-sixteen-h5 .paragraph-row-box{padding:20px;background:#ebf2ff}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-sixteen-h5 .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-sixteen-h5 .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-text-image-first-h5 .w-e-text-container,.xml-text-image-second-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-h5 .text-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .text-body-container{text-align:left}.xml-text-image-first-h5 .text-body-container .editorClass{word-break:break-all}.xml-text-image-first-h5 .image-container{margin:10px 0;text-align:center}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container,.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container,.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-second-h5 .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-h5 .w-e-text-container,.xml-text-image-third-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-h5 .title-box .text-container .editorClass h1,.xml-text-image-second-h5 .title-box .text-container .editorClass h2,.xml-text-image-second-h5 .title-box .text-container .editorClass h3,.xml-text-image-second-h5 .title-box .text-container .editorClass h4,.xml-text-image-second-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-h5 .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-h5 .image-box .image-container .block-checked,.xml-text-image-third-h5 .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-h5 .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-third-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-h5 .title-box .text-container .editorClass h1,.xml-text-image-third-h5 .title-box .text-container .editorClass h2,.xml-text-image-third-h5 .title-box .text-container .editorClass h3,.xml-text-image-third-h5 .title-box .text-container .editorClass h4,.xml-text-image-third-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-h5 .image-container .xml-image-dan-tu,.xml-text-image-fourth-h5 .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{height:100%}.xml-text-image-fourth-h5 .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-h5 .title-box .text-container p{margin:0;padding:0}.xml-text-image-fourth-h5 .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-h5 .title-box .text-container .editorClass h1,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h2,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h3,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h4,.xml-text-image-fourth-h5 .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-h5 .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-h5 .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-h5 .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-h5 .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-h5 .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-h5 .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-h5 .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-h5 .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-h5 .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-h5 .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-h5 .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-h5 .image-text-box{width:100%}.xml-text-image-fifth-h5 .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-h5 .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-h5 .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-h5 .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-h5 .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-h5 .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-h5 .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-h5 .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-h5 .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-h5 .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-h5 .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(#fff),to(#a7d3fb));background-image:linear-gradient(to right,#fff,#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-h5 .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-h5 .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-splitline-first-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.xml-splitline-first-h5 .title-container .centerimg{width:20px;height:20px;margin:0 10px;background-image:url(../../static/images/leaflet/resourceCenter/splitline1.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-Bluetheme1-h5,.xml-splitline-Bluetheme2-h5,.xml-splitline-Bluetheme3-h5,.xml-splitline-Bluetheme4-h5,.xml-splitline-Greentheme1-h5,.xml-splitline-Greentheme2-h5,.xml-splitline-Greentheme3-h5,.xml-splitline-Greentheme4-h5,.xml-splitline-Redtheme4-h5,.xml-splitline-Yellowtheme1-h5,.xml-splitline-Yellowtheme2-h5,.xml-splitline-Yellowtheme3-h5,.xml-splitline-Yellowtheme4-h5,.xml-splitline-second-h5{margin-top:10px!important}.xml-splitline-first-h5 .title-container .line{width:45%;border-bottom:2px solid #e3e3e3}.xml-splitline-second-h5 .title-container{height:30px;padding-top:10px}.xml-splitline-second-h5 .title-container .line1{width:90%;border-bottom:2px solid #ffcaca;margin-bottom:5px;position:relative}.xml-splitline-second-h5 .title-container .line1>div{width:4px;height:4px;border-radius:50%;background-color:#ff5858;position:absolute;left:0;top:-1px}.xml-splitline-second-h5 .title-container .line2{width:90%;border-bottom:2px solid #b7cbff;float:right;margin-top:5px;position:relative}.xml-splitline-fourth-h5,.xml-splitline-third-h5{margin-top:0!important}.xml-splitline-second-h5 .title-container .line2>div{width:4px;height:4px;border-radius:50%;background-color:#4f89ff;position:absolute;right:0;top:-1px}.xml-splitline-third-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-third-h5 .title-container .linebox{width:100%;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline2.png);background-size:100% 100%;background-repeat:no-repeat}.xml-splitline-fourth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fourth-h5 .title-container .centerimg{width:70px;height:20px;background-image:url(../../static/images/leaflet/resourceCenter/splitline3.png);background-size:100% 100%;background-repeat:no-repeat;margin-top:2px}.xml-splitline-fourth-h5 .title-container .line{width:40%;border-bottom:2px solid #6ebaf3}.xml-splitline-fifth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-fifth-h5 .title-container .centerimg{width:30px;height:30px;border:1px solid #8fa6d1;border-radius:50%;margin:0 10px;position:relative}.xml-splitline-eighth-h5,.xml-splitline-ninth-h5,.xml-splitline-seventh-h5,.xml-splitline-sixth-h5,.xml-splitline-tenth-h5{margin-top:0!important}.xml-splitline-fifth-h5 .title-container .centerimg>div{width:15px;height:15px;border:1px solid #8fa6d1;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%)}.xml-splitline-fifth-h5 .title-container .line{width:40%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-splitline-sixth-h5 .title-container .centerimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-sixth-h5 .title-container .centerimg .block1{width:4px;height:15px;background-color:#77bde7;border-radius:5px}.xml-splitline-sixth-h5 .title-container .centerimg .block2{width:4px;height:25px;background-color:#ee6c62;border-radius:5px;margin-left:5px}.xml-splitline-sixth-h5 .title-container .line1{width:73%;border-bottom:2px solid #8fa6d1}.xml-splitline-sixth-h5 .title-container .line2{width:15%;border-bottom:2px solid #8fa6d1}.xml-splitline-seventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-seventh-h5 .title-container .centerimg{width:80%;height:20px;background-color:#8bbcf9}.xml-splitline-seventh-h5 .title-container .dotted{width:7%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-splitline-seventh-h5 .title-container .dotted>div{width:2px;height:100%;background-color:#8bbcf9}.xml-splitline-eighth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eighth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#bddbff;-webkit-transform:skewX(45deg);transform:skewX(45deg);position:relative}.xml-splitline-eighth-h5 .title-container .centerimg .line1{width:200%;position:absolute;top:0;right:2px;border-top:1px solid #bddbff}.xml-splitline-eighth-h5 .title-container .centerimg .line2{width:200%;position:absolute;bottom:0;left:2px;border-top:1px solid #bddbff}.xml-splitline-ninth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.xml-splitline-ninth-h5 .title-container .centerimg{width:30%;height:15px;background-color:#c8c8c8;position:relative}.xml-splitline-ninth-h5 .title-container .centerimg .skeybox{border-left:20px solid transparent;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:20px solid #fff;position:absolute;bottom:0;right:0}.xml-splitline-ninth-h5 .title-container .centerimg .line{width:350%;border-bottom:2px solid #c8c8c8;position:absolute;bottom:0;right:2px}.xml-splitline-tenth-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-tenth-h5 .title-container>div{width:100%}.xml-splitline-tenth-h5 .title-container .centerimg{width:100%;height:10px;background-color:#8bbcf9}.xml-splitline-tenth-h5 .title-container .line{width:100;height:2px;background-color:#8bbcf9;margin-top:3px}.xml-splitline-Greytheme1-h5,.xml-splitline-Greytheme2-h5,.xml-splitline-Greytheme3-h5,.xml-splitline-Greytheme4-h5,.xml-splitline-Greytheme5-h5,.xml-splitline-Greytheme6-h5,.xml-splitline-eleventh-h5{margin-top:0!important}.xml-splitline-eleventh-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-eleventh-h5 .title-container>div{width:100%}.xml-splitline-eleventh-h5 .title-container .centerimg{width:95%;height:5px;background-color:#8bbcf9;margin-left:15px;border-radius:2px}.xml-splitline-eleventh-h5 .title-container .line1{width:10%;height:4px;background-color:#8bbcf9;border-radius:5px}.xml-splitline-eleventh-h5 .title-container .line2{width:4px;height:10px;background-color:#8bbcf9;margin-left:20px}.audio-component{display:none}::v-deep .el-slider__runway{margin:0 0 4px;background:#e3e3e3;height:4px}::v-deep .el-slider__bar{height:4px}::v-deep .el-slider__button{width:10px;height:10px}::v-deep .el-slider__button-wrapper{top:-15px}.xml-checkbox-box .option-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-submit-answer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100px;height:38px;background:var(--reader-theme-secondary-color,#fff);border:1px solid #418eed;border-radius:18px;font-size:16px;font-family:PingFang SC;font-weight:400;color:#418eed;cursor:pointer}.xml-submit-answer-right{margin:10px 0 0 auto}.text-notes-area{background-color:#c7daf3!important}.have-been-added-notes{position:relative}@-webkit-keyframes moves{0%{left:-100%}100%{left:0}}@keyframes moves{0%{left:-100%}100%{left:0}}.el-image-viewer__wrapper .el-image-viewer__mask{opacity:.85}.ouchn-container.preview-mode{background:#fff}.ouchn-container.preview-mode .preview-container-title{text-align:center;background-color:var(--preview-theme-color);height:49px;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1500;width:100%}.ouchn-container.preview-mode .preview-container-title.fixed-title{position:fixed}.ouchn-container.preview-mode .preview-container-title .container-icon{position:absolute;left:15px;color:#fff;margin-left:8px;font-size:16px;line-height:49px}.ouchn-container.preview-mode .preview-container-title .container-text{color:#fff;line-height:49px;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:80vw;padding:0 5px}.ouchn-container.preview-mode .preview-tree-box-h5 .el-tree-node,.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node{white-space:normal;word-break:break-all}.ouchn-container.preview-mode .preview-container-title .container-search{position:fixed;top:15px;right:20px;color:#fff}.ouchn-container.preview-mode .preview-for-h5 .preview-screen-h5{overflow-y:inherit;overflow-x:hidden}.ouchn-container.preview-mode .preview-for-pad{max-width:750px;margin:0 auto}.ouchn-container.preview-mode .preview-tree-box-h5-tree,.ouchn-container.preview-mode .preview-tree-box-pad-tree{margin-top:16px}.ouchn-container.preview-mode .preview-tree-box-h5{border-radius:0;background:#fff;padding:15px;height:calc(100vh - 157px)}.ouchn-container.preview-mode .preview-tree-box-h5[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-h5 .el-tree-node .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-tree-box-h5-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-h5-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-h5-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-h5-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree{height:calc(100vh - 154px);overflow-y:scroll}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-h5.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-h5 .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.ouchn-container.preview-mode .preview-tree-box-pad{height:calc(100vh - 157px);background:#fff;padding:15px}.ouchn-container.preview-mode .preview-tree-box-pad[id=built-in-tree]{padding:0}.ouchn-container.preview-mode .preview-tree-box-pad .el-tree-node .el-tree-node__content{display:table}.ouchn-container.preview-mode .preview-tree-box-pad-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ouchn-container.preview-mode .preview-tree-box-pad-title .el-image{position:absolute;left:16px}.ouchn-container.preview-mode .preview-tree-box-pad-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.ouchn-container.preview-mode .preview-tree-box-pad-line{width:100%;height:1px;background:#ccc;border-radius:1px}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree{height:calc(100vh - 154px);overflow-y:scroll}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__content{width:100%;padding:4px 8px 4px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node__expand-icon{display:none}.ouchn-container.preview-mode .preview-tree-box-pad.custom-catalog-tree .el-tree-node.is-current>.el-tree-node__content{background-color:inherit}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left,.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .catalog-node__label{position:relative;padding:8px 10px;width:calc(100% - 22px)}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .node-label-bg{position:absolute;color:transparent}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__left .node-label-bg.highlight-bg{left:0;top:0;width:100%;height:100%;border-radius:8px;background-color:var(--preview-theme-color);opacity:.15}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node__right{width:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node.parent-node .catalog-node__left{width:200px}.ouchn-container.preview-mode .preview-tree-box-pad .catalog-node.parent-node .catalog-node__left .expanded-node{color:var(--preview-theme-color)}.ouchn-container.preview-mode .prompt-box{position:fixed;top:40vh;left:35vw;z-index:100000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30vw}.ouchn-container.preview-mode .prompt-box .prompt-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:200px;min-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 20px;border-radius:6px;font-size:16px;font-family:"微软雅黑";text-align:center}.ouchn-container.preview-mode .prompt-box .warning{background:#fcf6ed;border:2px solid #ffedd4;color:#f2ae4b}.ouchn-container.preview-mode .prompt-box .error{background:#fdf0f0;border:2px solid #f0c5c5;color:#eb6c6e}.ouchn-container.preview-mode .prompt-box .success{background:#ddf1e2;border:2px solid #bee2c7;color:#6ac73c}.ouchn-container.preview-mode .modify-notes{position:fixed;bottom:0;left:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;background:#e0e0e0;-webkit-box-shadow:0 15px 10px 12px #000;box-shadow:0 15px 10px 12px #000}.ouchn-container.preview-mode .modify-notes .item-box{background:#fff;border-bottom:1px solid #f2f2f2;text-align:center;line-height:46px;font-size:18px;width:100%}.ouchn-container.preview-mode .modify-notes .cancel{padding-bottom:20px;margin-top:6px}.ouchn-container.preview-mode .see-the-notes-box-h5{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box{position:relative;width:100%;height:70vh;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-h5 .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}.ouchn-container.preview-mode .see-the-notes-box-pc{position:fixed;left:0;bottom:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100vh;background:rgba(0,0,0,.2)}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box{position:relative;width:600px;height:500px;background:#fff;border-radius:8px 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:14px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text img{width:18px;vertical-align:middle}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .selecting-text span{padding-left:6px;font-size:16px;color:#333;font-family:"微软雅黑";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content{overflow-y:scroll;height:calc(70vh - 100px);padding:0 0 10px 30px;font-size:16px;color:#777;font-family:"微软雅黑";line-height:24px}.ouchn-container.preview-mode .see-the-notes-box-pc .notes-content-box .note-content span{margin-right:6px;display:inline-block;width:2px;height:14px;background:#ccc}::-webkit-scrollbar{width:0!important}.tab-title-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:14px;border-radius:30px;background:#e9edf4;width:200px;position:fixed;bottom:10px;z-index:99;left:50%;margin-left:calc(50% - 288px)}.tab-title-h5 .catalog-tab{padding:6px;cursor:pointer;white-space:nowrap;text-align:center;width:80px}.tab-title-h5 .active{color:#fff;border-radius:30px;width:80px;text-align:center;background:var(--preview-theme-color)}.catalog-note-h5 .catalog-note_box .catalog-note_biji span,.tab-title-pc .active{color:#409eff}.tab-title-pc{position:fixed;top:56px;left:365px;z-index:99;text-align:center;width:80px;border-radius:20px}.tab-title-pc .catalog-tab{cursor:pointer;background:#fff;padding:10px 5px;margin-bottom:2px;margin-left:2px;border-radius:4px}.catalog-note-h5{padding:60px 10px 10px;height:calc(100vh - 154px);overflow-y:scroll}.catalog-note-h5 .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-h5 .catalog_zaiwu img{width:70%}.catalog-note-h5 .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-h5 .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-h5 .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-h5 .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-h5 .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-h5 .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catalog-note-pc{padding:20px 10px 10px;overflow-y:scroll;width:315px}.catalog-note-pc .catalog_zaiwu{width:100%;margin-top:100px;text-align:center}.catalog-note-pc .catalog_zaiwu img{width:70%}.catalog-note-pc .catalog-note_box .catalog-note_biji{font-weight:550;font-size:15px}.catalog-note-pc .catalog-note_box .catalog-note_biji span{color:#409eff}.catalog-note-pc .catalog-note_box .catalog-note_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;padding:10px 0;cursor:pointer}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_img{width:21px;height:21px;vertical-align:middle}.catalog-note-pc .catalog-note_box .catalog-note_item .catalog-note_title{margin-left:5px;font-weight:550;font-size:15px;width:85vw;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-note-pc .catalog-note_box .catalog-note_operate{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:450;color:#999}.catalog-note-pc .catalog-note_box .catalog-note_operate .catalog-note-delete{margin-left:20px}.catalog-note-pc .catalog-note_box .catalog-note_text{font-size:14px;padding:0 10px 0 25px;margin-bottom:8px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.xmlPreviewSearch-box-h5{z-index:9999;background:#f5fbff;height:calc(100% - 50px);overflow-y:scroll;width:100%}.xmlPreviewSearch-box-h5 .pdf-read-box{padding-top:49px}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;font-size:12px;height:30px;border-bottom-left-radius:20px;border-top-left-radius:20px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 28px;text-decoration:none;width:calc(100% - 80px)}.xmlPreviewSearch-box-h5 .xmlPreviewSearch-input .input_text{width:60px;min-width:60px;padding:5px 8px;background:#3e8ced;font-size:13px;color:#999;border-bottom-right-radius:20px;border-top-right-radius:20px;margin-top:-.5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border:none}.xmlPreviewSearch-box-h5 .seach-list{margin:0 auto;width:100%;height:70%;height:calc(100% - 30px);overflow-y:auto;overflow-x:hidden}.xmlPreviewSearch-box-h5 .seach-box{margin:10px 0 0 4px;cursor:pointer;background-color:#fff;padding:10px 5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8)}.xmlPreviewSearch-box-h5 .seach-box .seach-label{width:100%;height:26px;background:#3E8CED;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:14px;color:#FFF;line-height:26px;padding:0 0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xmlPreviewSearch-box-h5 .seach-box .seach-text{font-size:14px;font-weight:500;padding:10px;margin:10px 0;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border-radius:4px}.xmlPreviewSearch-box-h5 .seach_zaiwu{width:100%;height:68%;text-align:center;color:#888}.xml-container-fixed,.xml-container-fixed-h5{top:0;z-index:9999;background:#fff;height:100vh;position:fixed;left:0}.xmlPreviewSearch-box-h5 .seach_zaiwu .search_left_img{margin-top:121px}.xmlPreviewSearch-box-h5 .seach_zaiwu img{width:70%}.xml-container-fixed-h5{width:100%}.xmlPreviewSearch-box-pc{z-index:999;width:100%;min-height:99vh;padding-top:5px}.xmlPreviewSearch-box-pc .pdf-read-box{padding-top:49px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc{width:1000px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:45px auto 0;padding:10px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .xmlPreviewSearch-icon{position:relative;top:4px;right:25px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#f4f4f4;font-size:12px;height:30px;border-radius:20px;border:1px solid #f4f4f4;color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 30px 1px 15px;text-decoration:none;width:300px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input-pc .xmlPreviewSearch-icon-pc .input_text{width:60px;min-width:60px;padding:5px 8px;background:#fff;font-size:13px;color:#999;border:1px solid #fff;border-radius:30px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;font-size:12px;height:30px;border-bottom-left-radius:20px;border-top-left-radius:20px;-webkit-box-shadow:0 0 1px 1px rgba(218,218,218,.8);box-shadow:0 0 1px 1px rgba(218,218,218,.8);color:#6a6f77;-web-kit-appearance:none;-moz-appearance:none;display:block;outline:0;padding:1px 28px;text-decoration:none;width:calc(100% - 80px);border:none}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input_text{width:60px;min-width:60px;padding:5px 8px;background:#3e8ced;font-size:13px;color:#999;border-bottom-right-radius:20px;border-top-right-radius:20px;margin-top:-.5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border:none}.xmlPreviewSearch-box-pc .xmlPreviewSearch-input .input_text img{position:relative;top:0;left:-2px}.xmlPreviewSearch-box-pc .seach-list{margin:19px auto 0;width:100%;height:70%;height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden}.xmlPreviewSearch-box-pc .seach-box{margin:10px 0 0 4px;cursor:pointer;background-color:#fff;padding:10px 5px;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8)}.xmlPreviewSearch-box-pc .seach-box .el-icon-arrow-down,.xmlPreviewSearch-box-pc .seach-box .el-icon-arrow-up{margin-right:10px;color:#fff}.xmlPreviewSearch-box-pc .seach-box .seach-label{width:100%;height:26px;background:#3E8CED;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:14px;color:#FFF;line-height:26px;padding:0 0 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xmlPreviewSearch-box-pc .seach-box .seach-text{font-size:14px;font-weight:500;padding:10px;margin:10px 0;background-color:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(218,218,218,.8);box-shadow:0 1px 3px 0 rgba(218,218,218,.8);border-radius:4px}.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}body *{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select: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}.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{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-first-pc .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:0;z-index:999}.xml-title-first-pc .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-first-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-13px}.xml-title-first-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#5095ec;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px}.xml-title-first-pc .title-container .text-container .richtext-reset-wrapper--view{text-align:center}.xml-title-first-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pc,.xml-title-second-pc .title-container{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center}.xml-title-first-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-second-pc{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-second-pc .title-container{width:95px;height:47px;background-image:url(../../static/images/leaflet/resourceCenter/title-second.png);background-repeat:no-repeat;background-size:cover;margin:0 auto;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-title-second-pc .title-container .w-e-text-container,.xml-title-third-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-third-pc,.xml-title-third-pc .title-container{display:-ms-flexbox;-webkit-box-align:center;display:-webkit-box}.xml-title-third-pc{height:60px;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:flex;position:relative;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container .title-left{border-radius:50%;border:4px solid #4c95ee;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-third-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 15px;border-radius:0 15px 15px 0;background:#4c95ee;overflow:hidden}.xml-title-third-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-third-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-third-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-hexagon-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-hexagon-pc .title-container .title-left-img{width:32px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;left:-10px}.xml-title-hexagon-pc .title-container .title-right-img{width:33px;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/title-hexagon-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-10px}.xml-title-hexagon-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:27px!important}.xml-title-fifth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-pc .title-container .title-bottom{width:95%;height:95%;background-color:#418eed;position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:8px}.xml-title-fifth-pc .title-container .title-left-img{width:32px;height:43px;background-image:url(../../static/images/leaflet/resourceCenter/title-first-left.png);background-repeat:no-repeat;background-size:cover}.xml-title-fifth-pc .title-container .title-right-img{width:20px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/title-fifth-right.png);background-repeat:no-repeat;background-size:100% 40%;margin-top:-25px;margin-right:-25px;margin-left:10px}.xml-title-fifth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:12px;border:1px solid #418eed;z-index:99}.xml-title-fifth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-sixth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc>div{width:100%}.xml-title-sixth-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-pc .title-container .title-left-div{max-width:30%}.xml-title-sixth-pc .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:#418eed;text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-pc .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-pc .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:#acf8f5;margin-top:5px}.xml-title-sixth-pc .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-pc .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:#acf8f5}.xml-title-sixth-pc .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:#acf8f5;bottom:0}.xml-title-sixth-pc .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-pc .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:#d1e6ff;min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid #418eed;z-index:99;padding:0 15px}.xml-title-sixth-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-triangle-pc .title-container .title-left-img{width:32px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-12px;top:-1px}.xml-title-triangle-pc .title-container .title-right-img{width:33px;height:102%;background-image:url(../../static/images/leaflet/resourceCenter/title-triangle-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-13px;top:0}.xml-title-triangle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 4px 5px 12px;margin-left:-2px}.xml-title-triangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-rectangle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-pc .title-container .title-left-img{width:33px;height:100%;position:absolute;left:-10px}.xml-title-rectangle-pc .title-container .title-left-img img{width:100%;height:100%}.xml-title-rectangle-pc .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-pc .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#418eed;min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px}.xml-title-rectangle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rotundity-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-rotundity-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px}.xml-title-rotundity-pc .title-container .title-left-img{width:43px;height:125%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-left.png);background-repeat:no-repeat;background-size:100% 100%;margin-top:-11px;position:absolute;bottom:0;left:-12px}.xml-title-rotundity-pc .title-container .text-container .editorClass .w-e-text-container p,.xml-title-square-pc .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-rotundity-pc .title-container .title-right-img{width:33px;height:111%;background-image:url(../../static/images/leaflet/resourceCenter/title-rotundity-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:-3px}.xml-title-rotundity-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rotundity-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 3px}.xml-title-rotundity-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-square-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-square-pc .title-container .title-left-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-left.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;left:-8px;top:0}.xml-title-square-pc .title-container .title-right-img{width:30px;height:106%;background-image:url(../../static/images/leaflet/resourceCenter/title-square-right.png);background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:-10px;bottom:0}.xml-title-square-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-square-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px}.xml-title-square-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px}.xml-title-semicircle-pc .title-container .title-left-img,.xml-title-semicircle-pc .title-container .title-right-img{width:33px;height:117%;background-repeat:no-repeat;background-size:100% 100%;margin-top:-6px;position:absolute;bottom:0}.xml-title-semicircle-pc .title-container .title-left-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-left.png);left:-10px}.xml-title-semicircle-pc .title-container .title-right-img{background-image:url(../../static/images/leaflet/resourceCenter/title-semicircle-right.png);right:-10px}.xml-title-semicircle-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#4c95ee;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-twelfth-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-pc .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:#fda821;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:#4c95ee;overflow:hidden}.xml-title-twelfth-pc .title-container .title-text p{line-height:1.1!important}.xml-title-twelfth-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid #006af7;border-right:4px solid #006af7;position:relative}.xml-title-thirteenth-pc .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:#006af7;z-index:0}.xml-title-thirteenth-pc .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:#006af7;z-index:0}.xml-title-thirteenth-pc .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:#006af7;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:#006af7;margin-top:-3px;margin-right:4%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-pc .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-pc .title-container .bottomborder .Line1{width:45%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .block{width:7px;height:7px;background-color:#006af7;margin-bottom:-3px}.xml-title-thirteenth-pc .title-container .bottomborder .Line2{width:15%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .bottomborder .Line3{width:20%;height:4px;background-color:#006af7}.xml-title-thirteenth-pc .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:0 20px}.xml-title-thirteenth-pc .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-paragraph-first-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-first-pc .rotate-container{width:60px;height:60px;margin:15px auto 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner{width:40px;height:40px;background:#4c95ee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-first-pc .rotate-container-inner .text-container{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.xml-paragraph-first-pc .text-body-container{background:#d1e6ff;border-radius:2px;padding:45px 15px 24px;margin-top:-28px;text-align:left}.xml-paragraph-first-pc .text-body-container .editorClass{word-break:break-all}.xml-paragraph-second-pc{text-align:left}.xml-paragraph-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-second-pc .paragraph-second-title{display:inline-block;position:relative;max-width:98%}.xml-paragraph-second-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:100%;position:absolute;left:-3px;top:0}.xml-paragraph-second-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:100%;position:absolute;right:-5px;top:0}.xml-paragraph-second-pc .paragraph-second-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;min-height:30px;border-top:1px solid #5193e2;border-bottom:5.5px solid #5193e2;padding:0 15px}.xml-paragraph-second-pc .paragraph-second-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-second-pc .paragraph-second-title .text-container .editorClass p{padding:0}.xml-paragraph-second-pc .paragraph-second-title .text-container .edit-mode-inject,.xml-paragraph-second-pc .paragraph-second-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-second-pc .body-text{padding:29px 15px 10px;margin-top:-22px;margin-left:8px;text-align:left;border-radius:10px;background:#c9dffa}.xml-paragraph-second-pc .body-text .text-body-container{background:#fff;padding:1px 13px}.xml-paragraph-second-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-third-pc{position:relative}.xml-paragraph-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-third-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-third-pc .body-text::after,.xml-paragraph-third-pc .body-text::before{width:1px;height:80px;position:absolute;background-color:#0070c1;content:""}.xml-paragraph-third-pc .body-text::before{left:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);top:-20px}.xml-paragraph-third-pc .body-text::after{right:45px;-webkit-transform:rotate(60deg);transform:rotate(60deg);bottom:-20px}.xml-paragraph-third-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc{position:relative}.xml-paragraph-quadrangle-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-quadrangle-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff;position:relative;border:2px solid #0a84ff}.xml-paragraph-quadrangle-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-quadrangle-pc .body-text .body-text-lin1{width:20px;height:4px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin2{width:4px;height:20px;background:#e0b405;position:absolute;top:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin3{width:20px;height:4px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin4{width:4px;height:20px;background:#0c2aff;position:absolute;top:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin5{width:4px;height:20px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin6{width:20px;height:4px;background:#0c2aff;position:absolute;bottom:-3px;left:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin7{width:4px;height:20px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-quadrangle-pc .body-text .body-text-lin8{width:20px;height:4px;background:#e0b405;position:absolute;bottom:-3px;right:-3px}.xml-paragraph-isosceles-pc{position:relative}.xml-paragraph-isosceles-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-isosceles-pc .xml-group-box{padding:0 10px}.xml-paragraph-isosceles-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-isosceles-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-isosceles-pc .circle{width:35px;height:35px;border-radius:50%;text-align:center;line-height:100px;background-image:-webkit-gradient(linear,left top,right bottom,from(#6495ed),to(#ebf2ff));background-image:linear-gradient(to bottom right,#6495ed,#ebf2ff);margin-left:-18px;margin-bottom:-15px;position:absolute;top:-10px}.xml-paragraph-isosceles-pc .shape{float:right;margin-right:-15px;margin-top:-60px}.xml-paragraph-isosceles-pc .shape .triangle,.xml-paragraph-isosceles-pc .shape .triangle2{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:30px solid #ff0}.xml-paragraph-wave-pc{position:relative}.xml-paragraph-wave-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-wave-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-wave-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-wave-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-wave-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-wave-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.xml-paragraph-wave-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-wave-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-wave-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-seventh-pc{position:relative}.xml-paragraph-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-seventh-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-seventh-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-seventh-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-seventh-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-seventh-pc .paragraph-suptitle-box .title-right-img{width:140px;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-seventh-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-seventh-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-seventh-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-seventh-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-paragraph-eighth-pc{position:relative}.xml-paragraph-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-eighth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-eighth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-eighth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-eighth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-eighth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-eighth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-eighth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-eighth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc{position:relative}.xml-paragraph-ninth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-ninth-pc .paragraph-second-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-paragraph-ninth-pc .paragraph-second-title .left-image{min-width:13px;width:13px;height:36px}.xml-paragraph-ninth-pc .paragraph-second-title .right-image{width:20px;min-width:13px;height:36px}.xml-paragraph-ninth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-ninth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-paragraph-ninth-pc .paragraph-row-box .text-container{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d4e3ff;border-radius:50%;border:1px solid #7ba8fa}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-ninth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box{width:70%;position:relative}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:5px 10px}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;left:-2px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-ninth-pc .paragraph-row-box .text-body-box .circle2{width:5px;height:5px;border-radius:50%;background-color:#0c2aff;position:absolute;right:-3px;top:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-tenth-pc{position:relative}.xml-paragraph-tenth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-tenth-pc .body-text{padding:29px 15px;text-align:left;background:#ebf2ff}.xml-paragraph-tenth-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-tenth-pc .paragraph-suptitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container{max-width:60%}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container.richtext-reset-container .richtext-reset-wrapper--view p{color:var(--reader-theme-font-color,inherit)!important}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left{width:50px;height:50px;background-color:#3f95fc;text-align:center;line-height:50px;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .edit-mode-inject,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{height:100%}.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--edit,.xml-paragraph-tenth-pc .paragraph-suptitle-box .text-container-left .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-paragraph-tenth-pc .paragraph-suptitle-box .title-right-img{width:23%;height:25px;background-image:url(../../static/images/leaflet/resourceCenter/bolang.png);background-size:100% 100%;background-repeat:no-repeat;position:absolute;right:0}.xml-paragraph-tenth-pc .paragraph-row-box{padding:20px;margin-top:20px;background:#ebf2ff}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-paragraph-tenth-pc .paragraph-row-box .paragraph-subtitle-box .subtitle-left-dec{width:4px;height:23px;background-color:#4596fe;margin-right:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container{background-image:-webkit-gradient(linear,left top,right top,from(#87b9fa),to(transparent));background-image:linear-gradient(to right,#87b9fa,transparent);padding-left:10px}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-tenth-pc .paragraph-row-box .text-container .editorClass p{padding:0}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box{width:100%;position:relative;text-align:left}.xml-paragraph-tenth-pc .paragraph-row-box .text-body-box .text-body-container{width:100%;background-color:#ebf2ff;padding:10px 0}.xml-text-image-first-pc .w-e-text-container,.xml-text-image-second-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-first-pc .text-container .editorClass{word-break:break-all}.xml-text-image-first-pc .text-body-container{text-align:left}.xml-text-image-first-pc .text-body-container .editorClass{word-break:break-all}.xml-text-image-first-pc .image-container{margin:10px 0;text-align:center}.xml-text-image-second-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-second-pc .image-box .image-container .block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-second-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-second-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .w-e-text-container,.xml-text-image-third-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-second-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-second-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-second-pc .title-box .text-container .editorClass h1,.xml-text-image-second-pc .title-box .text-container .editorClass h2,.xml-text-image-second-pc .title-box .text-container .editorClass h3,.xml-text-image-second-pc .title-box .text-container .editorClass h4,.xml-text-image-second-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-second-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-second-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-second-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-second-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-third-pc .image-box{background:#fff;width:143px;min-width:143px;height:143px;min-height:143px;-o-object-fit:contain;object-fit:contain;border-radius:50%;border:4px solid #bcd7f6;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;z-index:2}.xml-text-image-third-pc .image-box .image-container .block-checked,.xml-text-image-third-pc .image-box .image-container.block-checked{border-radius:50%;overflow:hidden}.xml-text-image-third-pc .image-box .image-container img{width:135px;height:135px}.xml-text-image-third-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-third-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-third-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-third-pc .title-box .text-container .editorClass h1,.xml-text-image-third-pc .title-box .text-container .editorClass h2,.xml-text-image-third-pc .title-box .text-container .editorClass h3,.xml-text-image-third-pc .title-box .text-container .editorClass h4,.xml-text-image-third-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-third-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-third-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-third-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-third-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .image-container{z-index:1;height:100%;width:100%;position:absolute}.xml-text-image-fourth-pc .image-container .xml-image-dan-tu,.xml-text-image-fourth-pc .image-container .xml-image-dan-tu .xml-image-dan-tu-h5{height:100%}.xml-text-image-fourth-pc .title-box{height:32px;margin-left:-8px;margin-bottom:25px;padding:2px 21px;background:#4096ff;border:1px solid #4c95ee;border-radius:0 14px 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-text-image-fourth-pc .title-box .text-container p{margin:0;padding:0}.xml-text-image-fourth-pc .title-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-text-image-fourth-pc .title-box .text-container .editorClass h1,.xml-text-image-fourth-pc .title-box .text-container .editorClass h2,.xml-text-image-fourth-pc .title-box .text-container .editorClass h3,.xml-text-image-fourth-pc .title-box .text-container .editorClass h4,.xml-text-image-fourth-pc .title-box .text-container .editorClass h5{-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.xml-text-image-fourth-pc .title-box .text-container .editorClass p{margin:0;padding:0}.xml-text-image-fourth-pc .body-box{padding:10px;border:1px solid #4c95ee;margin-left:10px;margin-top:-87px}.xml-text-image-fourth-pc .body-box .body-box-inner{padding:87px 10px 10px;border:1px solid #4c95ee}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container{text-align:left}.xml-text-image-fourth-pc .body-box .body-box-inner .text-body-container .editorClass{word-break:break-all}.xml-text-image-fourth-pc .iamge-bg-box{width:100%;height:100%;position:relative}.xml-text-image-fourth-pc .image-text-box{width:80%;margin:0 auto;padding:30px 0;position:relative;z-index:10}.xml-text-image-fourth-pc .image-text-box .image-top-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container-number{width:40px;height:40px;min-width:40px;border:1px solid #516477;border-radius:50% 50% 0;background-color:#fff;line-height:40px;text-align:center;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-text-image-fourth-pc .image-text-box .image-top-title .text-container{margin-top:10px}.xml-text-image-fourth-pc .image-text-box .text-body-container{background-color:rgba(145,173,198,.8);border:1px solid #5f9dd4;color:#fff;padding:20px 15px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-15px}.xml-text-image-fifth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-fifth-pc .iamge-bg-box{width:100%;position:relative}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title{width:40%;padding:0 10px;border-radius:5px;background-color:#5591ee;position:absolute;top:-10px;z-index:99}.xml-text-image-fifth-pc .iamge-bg-box .image-top-title .edui-editor-iframeholder edui-default{width:100%!important}.xml-text-image-fifth-pc .image-text-box{width:100%}.xml-text-image-fifth-pc .image-text-box .text-body-container{border:1px solid #5f9dd4;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-1%;margin-top:-5px;text-align:left}.xml-text-image-sixth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-sixth-pc .iamge-bg-box{width:80%;z-index:999;max-width:45%}.xml-text-image-sixth-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-sixth-pc .image-text-box{margin-left:-25px;width:100%;min-height:150px;position:relative;z-index:99;max-width:55%}.xml-text-image-sixth-pc .image-text-box .text-body-container{border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px;height:100%}.xml-text-image-sixth-pc .image-text-decorate{width:50px;height:100px;background-color:rgba(167,207,253,.7);border-radius:0 20px 20px 0;z-index:0;position:absolute;right:25px;bottom:0}.xml-text-image-seventh-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-seventh-pc .iamge-bg-box{width:100%;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.xml-text-image-seventh-pc .iamge-bg-box .image-top-title{padding:0 10px;border-radius:5px}.xml-text-image-seventh-pc .iamge-bg-box .image-container{width:90%}.xml-text-image-seventh-pc .image-text-box{width:100%;min-height:150px;position:relative;z-index:99;text-align:left;margin-top:-80px}.xml-text-image-seventh-pc .image-text-box .text-body-container{width:90%;border:1px solid #4d95ee;background-color:#4d95ee;color:#fff;padding:10px 10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;border-radius:10px;min-height:200px}.xml-text-image-seventh-pc .image-text-decorate{width:100px;height:30px;background-image:-webkit-gradient(linear,left top,right top,from(#fff),to(#a7d3fb));background-image:linear-gradient(to right,#fff,#a7d3fb);z-index:0;position:absolute;right:25px;bottom:17px}.xml-text-image-seventh-pc .image-text-decorate2{width:100px;height:100px;background-image:-webkit-gradient(linear,right bottom,left top,color-stop(60%,transparent),to(#a7d3fb));background-image:linear-gradient(to left top,transparent 60%,#a7d3fb);position:absolute;top:0}.xml-text-image-eighth-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-text-image-eighth-pc .iamge-bg-box{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .filecont{width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pc .xml-resource-container-pc .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-splitline-Greytheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme1-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme1-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #e6c27b;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme2-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme2-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme2-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #db707a;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme3-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme3-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #dc703d;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme4-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme4-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme4-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #8ebf73;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme5-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme5-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme5-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #009ee2;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Greytheme6-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greytheme6-h5 .title-container .linebox{width:100%;border-bottom:2px dashed #7d7d7d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px}.xml-splitline-Greytheme6-h5 .title-container .linebox .right-icon>div{width:0;height:0;border:11px solid #d32c25;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;margin-left:-7px}.xml-splitline-Yellowtheme1-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme3-h5 .title-container{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Yellowtheme4-h5 .title-container{height:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Yellowtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Yellowtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme1-h5 .title-container{height:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme2-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme3-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Redtheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Redtheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Redtheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme1-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme2-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Greentheme4-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Greentheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Greentheme4.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme1-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme1-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme1.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme2-h5 .title-container{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme2-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme2.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme3-h5 .title-container{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme3-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme3.png);background-repeat:no-repeat;background-size:100% 100%}.xml-splitline-Bluetheme4-h5 .title-container{height:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-splitline-Bluetheme4-h5 .title-container .linebox{width:100%;height:100%;background-image:url(../../static/images/leaflet/resourceCenter/line_Bluetheme4.png);background-repeat:no-repeat;background-size:100% 100%}.custom-underline{background-color:#dbeaff;cursor:pointer;font-style:inherit!important}i a,i font,i p,i span{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.the-end-of-the-trial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:200px;padding-bottom:20px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#b5b2b2));background:linear-gradient(rgba(0,0,0,0),#b5b2b2);color:#5b9fff;font-size:18px}.xml-title-eighteen-h5 .title-container-box .title-container,.xml-title-eighteen-pad .title-container-box .title-container,.xml-title-eighteen-pc .title-container-box .title-container{background-image:url(../../static/images/leaflet/resourceCenter/title-eighteen-bg.png);background-size:80% 100%;background-position-x:center;background-repeat:no-repeat}.xml-title-eighteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-h5>div{min-width:75%;max-width:100%}.xml-title-eighteen-h5 .title-container-box{width:100%;position:relative}.xml-title-eighteen-h5 .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3px 20%;margin:0 auto;z-index:9}.xml-title-eighteen-h5 .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass{min-width:75%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-h5 .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-h5 .title-container-box .title-container .editor{min-width:75%;max-width:100%}.xml-title-eighteen-h5 .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-h5 .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-h5 .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-eighteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-pad>div{min-width:75%;max-width:100%}.xml-title-eighteen-pad .title-container-box{width:100%;position:relative}.xml-title-eighteen-pad .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3px 21%;margin:0 auto;z-index:9}.xml-title-eighteen-pad .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pad .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pad .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pad .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pad .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-pad .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-pad .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-title-eighteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-eighteen-pc>div{min-width:75%;max-width:100%}.xml-title-eighteen-pc .title-container-box{width:100%;position:relative}.xml-title-eighteen-pc .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 21%;margin:0 auto;z-index:9}.xml-title-eighteen-pc .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-eighteen-pc .title-container-box .title-container .text-container .richtext-reset-wrapper--view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-eighteen-pc .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor,.xml-title-eighteen-pc .title-container-box .title-container .text-container .edui-default .edui-editor-iframeholder{width:100%!important}.xml-title-eighteen-pc .title-container-box .linebox{width:100%;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:30%;z-index:0}.xml-title-eighteen-pc .title-container-box .linebox .line1{width:100%;height:10px;background-color:#d5e6fd;margin-bottom:3px}.xml-title-eighteen-pc .title-container-box .linebox .line2{width:100%;border-bottom:1px dashed #60a0e5}.xml-round-4{border-radius:4px}.xml-round-4 img{border-radius:8px}.xml-round-6{border-radius:6px}.xml-round-6 img,.xml-round-8,.xml-round-8 img{border-radius:8px}.style-body-boxA{position:relative}.style-body-boxA .style-wrapper{min-width:200px}.style-body-boxA .style-wrapper .top-line{position:absolute;top:0;left:0;width:100%;height:4px;background:-webkit-gradient(linear,left top,right top,from(#4994fb),color-stop(#4994fb),to(#a2c5f9));background:linear-gradient(90deg,#4994fb,#4994fb,#a2c5f9)}.style-body-boxA .style-wrapper .native-html-wrapper{max-height:60vh;overflow-y:scroll;background-color:#fff;padding:15px 10px 0}.style-body-boxA .style-wrapper .native-html-wrapper::-webkit-scrollbar{width:0}.style-body-boxA .style-wrapper .native-html-wrapper h1,.style-body-boxA .style-wrapper .native-html-wrapper h2,.style-body-boxA .style-wrapper .native-html-wrapper h3,.style-body-boxA .style-wrapper .native-html-wrapper h4,.style-body-boxA .style-wrapper .native-html-wrapper h5,.style-body-boxA .style-wrapper .native-html-wrapper h6{color:revert;font-size:revert;font-weight:revert}.style-body-boxA .style-wrapper .bottom-margin{width:calc(100% - 15px);height:15px;background:#fff;margin-top:-1px}.style-body-boxA .style-wrapper .bottom-triangle{position:absolute;bottom:0;right:0;width:0;height:0;border-top:15px solid #8cb7f6;border-right:15px solid transparent}.style-body-boxA .top-bg{width:98%;height:30px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxA .style-content-boxD{min-width:200px;background-color:#fff;padding:15px 10px 5px;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box{min-width:200px;background-color:#fff;padding:30px 10px 20px;border:2px solid #92c2db;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxA .style-content-box::before{content:"";width:10px;height:10px;background-color:#92c2db;border-radius:50%;position:absolute;bottom:10px;right:15px}.style-body-boxA .style-content-box::after{content:"";width:30px;height:10px;position:absolute;bottom:10px;right:35px;border-left:10px dotted #92c2db;border-right:10px dotted #92c2db}.style-body-boxA .style-content-bg{background-color:#92c2db;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxA .paper-clip-icon{width:40px;position:absolute;top:10px;z-index:5;left:-10px}.style-body-boxA .paper-clip-icon::before{position:absolute;content:"";top:-30px;right:-5px;width:15px;height:20px;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom:none;border-left:4px solid #92c2db!important;border-right:4px solid #92c2db!important;border-top:4px solid #92c2db!important}.style-body-boxA .paper-clip-icon::after{position:absolute;content:"";bottom:-21px;right:-11px;width:21px;height:30px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;border:4px solid #92c2db!important;border-top:none!important}.style-body-boxB{position:relative}.style-body-boxB .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxB .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #fee0b0;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxB .style-content-bg{background-color:#fee0b0;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxB .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxB .top-style-box>div{width:10px;height:10px;background:#fee0b0;border-radius:50%}.style-body-boxB .top-style-box>div::before{content:"";width:10px;height:10px;border-radius:50%;border-right:3px solid #fee0b0;border-bottom:3px solid #fee0b0;position:absolute;top:-8px;-webkit-transform:rotate(-85deg);transform:rotate(-85deg)}.style-body-boxC{position:relative}.style-body-boxC .top-bg{width:98%;height:20px;background:#fff;position:absolute;top:2px;left:3px}.style-body-boxC .style-content-box{min-width:200px;background-color:#fff;padding:20px 10px;border:2px solid #84b774;max-height:600px;overflow:scroll;overflow-x:hidden}.style-body-boxC .style-content-box::before{content:"";width:40px;border-top:2px solid #84b774;position:absolute;bottom:10px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-box::after{content:"";width:20px;border-top:2px solid #84b774;position:absolute;bottom:5px;right:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.style-body-boxC .style-content-bg{background-color:#84b774;position:absolute;width:100%;height:100%;z-index:-1;left:-10px;top:10px}.style-body-boxC .top-style-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-ms-flex-pack:distribute;justify-content:space-around;top:5px}.style-body-boxC .top-style-box>div{width:10px;height:10px;background:#84b774;border-radius:50%}.style-body-boxE .scroll-top{position:relative;z-index:9}.style-body-boxE .scroll-top img{width:100%}.style-body-boxE .scroll-top::before{content:"";width:90%;height:10px;-webkit-box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;top:20px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .scroll-bottom{position:relative;z-index:9}.style-body-boxE .scroll-bottom img{width:100%}.style-body-boxE .scroll-bottom::after{content:"";width:90%;height:10px;-webkit-box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;box-shadow:0 -3px 3px 0 rgba(165,165,165,.79) inset;position:absolute;bottom:18px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.style-body-boxE .style-content-box{padding:20px 10px;max-height:600px;overflow:scroll;overflow-x:hidden;background-color:#e9e3d5;width:89%;margin:-11px auto;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 15px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img{border:1px solid #d8d8d8;border-radius:8px;min-width:88px;height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-img .shop-item-img-resource{width:61px;height:63px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title{font-size:16px;font-weight:400;color:#333;word-break:break-all}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-title2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail{font-size:14px;font-weight:400;color:#999;margin-top:9px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail span{color:#333}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .workbench-shop-item .shop-item-desc .shop-item-desc-detail2{color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .pointer{cursor:pointer}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-img{width:70px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .filecont{width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;color:#0089ff;min-width:75px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail>div img{width:17px;height:17px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .shop-item-desc-detail .color-white{color:#fff!important}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style1{background-image:url(../../static/images/leaflet/icons/resource_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style4{background-image:url(../../static/images/leaflet/icons/resources_bg.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .resource-style5{background-image:url(../../static/images/leaflet/icons/resources_bg2.png);background-size:100% 100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .el-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container{background-color:#fff;height:100%;padding:16px;position:relative}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer{position:absolute;left:0;bottom:16px;text-align:center;width:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__container .side-panel__footer .primary-btn{background-color:#418eed;width:100px;height:32px;padding:0;color:#fff}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item+.style-mode__item{margin-top:16px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--checkbox{width:24px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px;background-color:var(--reader-theme-secondary-color,#fbfbfb);border-radius:4px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left{width:55px;height:55px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .default-cover{position:absolute;top:0;left:0;width:100%;height:100%}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .left .cover-bot-elliptic{width:85px;height:13px;position:absolute;bottom:-3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .title img{width:14px;height:15px;margin-right:-5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .right .fileinfo{font-size:12px;color:#999}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#418eed}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .downloadbtn>div img{width:12px;height:11px;margin-right:3px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard{width:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover{width:100%;height:70px;position:relative;border-radius:5px;overflow:hidden;text-align:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.2);font-size:11px;font-family:PingFang SC;font-weight:400;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .default-cover .downloadmask img{width:15px;height:15px;margin-bottom:5px}.xml-single-resource-group-pad .xml-resource-container-pad .resource-box .style-mode__item--body .filecard .filename{font-size:12px;font-family:PingFang SC;font-weight:400;color:var(--reader-theme-font-color,#333);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.xml-title-fourteen-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-h5 .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-h5 .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-h5 .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-pad .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-pad .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pad .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-fourteen-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:url(../../static/images/leaflet/icons/title-fourteen-right.png) no-repeat;background-size:100% 100%;position:relative;border-radius:6px;padding:5px}.xml-title-fourteen-pc .title-container .cont-box{width:100%;position:relative}.xml-title-fourteen-pc .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-image:url(../../static/images/leaflet/icons/title-fourteen-bg.png);background-size:100% 100%;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 rgba(85,142,230,.83);box-shadow:0 2px 7px 0 rgba(85,142,230,.83);border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-pc .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-text-preview-box-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-text-preview-box-dialog .el-dialog:not(.is-fullscreen){margin-top:0!important;background:0 0;-webkit-box-shadow:none;box-shadow:none}.xml-text-preview-box-dialog .custom-dialog{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.xml-title-SanQintheme1-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-h5>div{width:100%;height:100%}.xml-title-SanQintheme1-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-h5 .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pad>div{width:100%;height:100%}.xml-title-SanQintheme1-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-pad .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme1-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme1-pc>div{width:100%;height:100%}.xml-title-SanQintheme1-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-image:url(../../static/images/leaflet/resourceCenter/bamboo_slip.png);background-repeat:no-repeat;background-size:15% 100%}.xml-title-SanQintheme1-pc .title-container .text-container{width:100%;height:100%;position:relative;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-SanQintheme2-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-h5>div{width:100%;height:100%}.xml-title-SanQintheme2-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-h5 .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-h5 .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pad>div{width:100%;height:100%}.xml-title-SanQintheme2-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pad .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pad .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme2-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-SanQintheme2-pc>div{width:100%;height:100%}.xml-title-SanQintheme2-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px 3px 3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#d2be99;border-radius:2px;position:relative}.xml-title-SanQintheme2-pc .title-container::after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute}.xml-title-SanQintheme2-pc .title-container .text-container{width:100%;height:100%;min-height:45px;padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../../static/images/leaflet/resourceCenter/mountain_scenery.png);background-repeat:no-repeat;background-position:right bottom}.xml-title-SanQintheme3-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-SanQintheme3-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-title-SanQintheme3-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-SanQintheme3-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;background-image:url(../../static/images/leaflet/resourceCenter/Sanqin3_bg.png);background-size:100% 100%;background-repeat:no-repeat}.xml-paragraph-SanQintheme1-h5 .w-e-text-container,.xml-title-SanQintheme3-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-SanQintheme3-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:200px;min-height:45px;overflow:hidden;text-overflow:ellipsis;padding:3px 25px}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-SanQintheme3-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-paragraph-SanQintheme1-h5{text-align:center}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-h5 .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-h5 .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-h5 .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-h5 .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-h5 .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-h5 .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pad{text-align:center}.xml-paragraph-SanQintheme1-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pad .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pad .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pad .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pad .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pad .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pad .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pad .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme1-pc{text-align:center}.xml-paragraph-SanQintheme1-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title{display:inline-block;position:relative;max-width:98%;background-image:url(../../static/images/leaflet/resourceCenter/paragraph_Sanqin1_bg.png);background-size:100% 100%;background-repeat:no-repeat;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme1-pc .paragraph-SanQintheme1-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme1-pc .body-text{padding:20px 10px 15px;margin-top:-22px;text-align:left;border-radius:10px;position:relative}.xml-paragraph-SanQintheme1-pc .body-text .left-top-image{position:absolute;top:0;left:0}.xml-paragraph-SanQintheme1-pc .body-text .left-bottom-image{position:absolute;bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-top-image{position:absolute;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-paragraph-SanQintheme1-pc .body-text .right-bottom-image{position:absolute;bottom:0;right:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.xml-paragraph-SanQintheme1-pc .body-text .top-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .bottom-line{width:calc(100% - 38px);height:2px;background:#b88333;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.xml-paragraph-SanQintheme1-pc .body-text .left-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;left:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .right-line{width:2px;height:calc(100% - 40px);background:#b88333;position:absolute;top:50%;right:-1px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container{background:var(--reader-theme-color,#FFF);padding:1px 13px}.xml-paragraph-SanQintheme1-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-h5{text-align:left}.xml-paragraph-SanQintheme2-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title{display:inline-block;position:relative;max-width:98%;padding:8px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .left-image{position:absolute;left:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .right-image{position:absolute;right:0;top:1px;height:100%}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-h5 .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-h5 .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pad{text-align:left}.xml-paragraph-SanQintheme2-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pad .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pad .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme2-pc{text-align:left}.xml-paragraph-SanQintheme2-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title{position:relative;max-width:98%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container-box{background-color:#b99868;padding:10px 0;max-width:95%}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:30px;padding:0 15px;background-color:#e4dcc6}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .editorClass p{padding:0}.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject,.xml-paragraph-SanQintheme2-pc .paragraph-SanQintheme2-title .text-container .edit-mode-inject>div{width:100%;height:100%}.xml-paragraph-SanQintheme2-pc .body-text{padding:35px 10px 15px;margin-top:-40px;text-align:left;position:relative;background-color:#f9f0df}.xml-paragraph-SanQintheme3-h5 .body-text,.xml-paragraph-SanQintheme3-pad .body-text,.xml-paragraph-SanQintheme3-pc .body-text{margin-top:-50px;text-align:left;position:relative;border:2px solid #e6c17b!important}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme2-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-h5{text-align:left}.xml-paragraph-SanQintheme3-h5 .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-h5 .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-h5 .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-h5 .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pad{text-align:left}.xml-paragraph-SanQintheme3-pad .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pad .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pad .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pad .body-text .text-body-container .editorClass{word-break:break-all}.xml-paragraph-SanQintheme3-pc{text-align:left}.xml-paragraph-SanQintheme3-pc .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-paragraph-SanQintheme3-pc .top-image{position:relative;z-index:9;margin-left:10px}.xml-paragraph-SanQintheme3-pc .body-text{padding:50px 10px 15px;background-color:#fffbf3}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container{padding:1px 13px}.xml-paragraph-SanQintheme3-pc .body-text .text-body-container .editorClass{word-break:break-all}.xml-white-space-pre{white-space:pre-wrap}.xml-text-center{text-align:center}.xml-dialog-overlay{z-index:2000!important}.xml-dialog-confirm{z-index:2102!important}
\ No newline at end of file
diff --git a/src/plugin/xml-digital-teaching/lib/theme/xml-components/titleLibrary.css b/src/plugin/xml-digital-teaching/lib/theme/xml-components/titleLibrary.css
index b2ea947..82ae964 100644
--- a/src/plugin/xml-digital-teaching/lib/theme/xml-components/titleLibrary.css
+++ b/src/plugin/xml-digital-teaching/lib/theme/xml-components/titleLibrary.css
@@ -1 +1 @@
-@charset "UTF-8";.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{line-height:2.3;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 p{line-height:2.3}.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 p{line-height:2.3}.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 p{line-height:2.3}.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 p{text-align:center}.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 .mark-view p{text-align:center}.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 p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-h5>div{width:100%}.xml-title-Greentheme1-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container,.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .mark-view p{text-align:center}.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%;border-radius:50%;height:100%}.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 .mark-view p{text-align:center}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-library-h5>div{width:100%}.xml-title-Greentheme3-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-library-h5 .title-container .right-top-bg{width:100%;height:50%;background-color:var(--background-color);border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-library-h5>div{width:100%}.xml-title-Greentheme4-library-h5 .cont-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-library-h5 .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-library-h5 .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:var(--background-color);position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-library-h5 .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-library-h5 .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-library-h5 .title-container .title-left-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-h5 .title-container .title-left-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-h5 .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-library-h5 .title-container .title-right-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-h5 .title-container .title-right-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px;max-width:70%}.xml-title-Greentheme6-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-nineteen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-nineteen-library-h5 .title-container-box{width:100%;position:relative}.xml-title-nineteen-library-h5 .title-container-box .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 20px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 20px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 20px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 20px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:0 45px;margin:0 auto;z-index:9;overflow:hidden}.xml-title-nineteen-library-h5 .title-container-box .title-container::before{content:"";width:calc(100% - 34px);height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-h5 .title-container-box .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-nineteen-library-h5 .title-container-box .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-nineteen-library-h5 .title-container-box .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-nineteen-library-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-nineteen-library-h5 .title-container-box .title-container .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-hexagon-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-library-h5 .xml-group-h5{background:linear-gradient(135deg,transparent 7px,var(--background-color) 0) top left,linear-gradient(45deg,transparent 7px,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 7px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 7px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat}.xml-title-hexagon-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 30px;border-radius:20px;background-color:var(--background-color)}.xml-title-hexagon-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-hexagon-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;padding:4px 3px}.xml-title-hexagon-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-hexagon-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fourteen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-library-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 0,var(--background-color) 0) top left,linear-gradient(45deg,transparent 0,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;position:relative;border-radius:12px;padding:5px 10px 5px 5px}.xml-title-fourteen-library-h5 .title-container .cont-box{width:100%;position:relative;overflow:hidden;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-title-fourteen-library-h5 .title-container .cont-box::before{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;right:0;-webkit-transform:skew(45deg);transform:skew(45deg);z-index:999}.xml-title-fourteen-library-h5 .title-container .cont-box::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;right:0;top:0;-webkit-transform:skew(135deg);transform:skew(135deg);z-index:999}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);border-radius:3px}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-seventeen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-library-h5>div{min-width:60%}.xml-title-seventeen-library-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-library-h5 .title-container .left-image{z-index:0;width:48px;height:48px;border-radius:50%;background-color:var(--background-color);padding:3px;position:absolute;left:0}.xml-title-seventeen-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:var(--background-color);border:2px solid #fff}.xml-title-seventeen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid var(--background-color);margin-bottom:3px;margin-top:3px}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid var(--background-color)}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-sixteen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-library-h5>div{min-width:40%}.xml-title-sixteen-library-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid var(--background-color)!important;padding:0 30px 0 51px}.xml-title-sixteen-library-h5 .title-container .left-image{z-index:0;border-bottom:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #eaecef;border-right:20px solid transparent;position:absolute;bottom:-28px;left:10px;width:0;height:0}.xml-title-sixteen-library-h5 .title-container .left-image::before{content:"";border-bottom:10px solid transparent;border-left:10px solid transparent;border-top:10px solid var(--background-color);border-right:10px solid transparent;position:absolute;top:-16px;left:-10px}.xml-title-sixteen-library-h5 .title-container .right-icon{width:10px;height:10px;background-color:var(--background-color);border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-library-h5 .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-library-h5 .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-library-h5>div{width:100%;height:100%}.xml-title-Knowledge-library-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-library-h5 .title-container .left-titlebox{background-color:var(--background-color);padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid var(--background-color);background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-fifth-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:12px}.xml-title-fifth-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-library-h5 .title-container .title-bottom{width:95%;height:95%;background-color:var(--background-color);position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:6px}.xml-title-fifth-library-h5 .title-container .title-right-img{width:20px;height:25px;margin-top:-25px;margin-right:-25px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-title-fifth-library-h5 .title-container .title-right-img>div{width:6px;height:6px;background-color:var(--background-color);border-radius:50%;position:relative}.xml-title-fifth-library-h5 .title-container .title-right-img>div::after{content:"";width:3px;height:4px;background-color:var(--background-color);position:absolute;bottom:-3px;right:1px;-webkit-transform:skew(-27deg);transform:skew(-27deg)}.xml-title-fifth-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:6px;border:1px solid var(--background-color);z-index:99;-webkit-box-shadow:0 0 1px 0 #000;box-shadow:0 0 1px 0 #000}.xml-title-fifth-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-triangle-library-h5 .title-container .title-left-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:0 solid transparent;border-left-style:inset;margin-right:-12px;z-index:9;position:relative}.xml-title-triangle-library-h5 .title-container .title-left-img::after{content:"";width:0;height:0;border:15px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:0 solid transparent;border-left-style:inset;z-index:9;position:absolute;left:-30px}.xml-title-triangle-library-h5 .title-container .title-right-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:0 solid transparent;margin-left:-12px;margin-bottom:-10px;border-right-style:outset}.xml-title-triangle-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 30px;margin-left:-2px}.xml-title-triangle-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme1-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:35px!important;padding-right:35px!important}.xml-title-Redtheme1-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.35);box-shadow:0 3px 7px 0 rgba(0,0,0,.35);-webkit-transform:skew(-15deg);transform:skew(-15deg);z-index:9}.xml-title-Redtheme1-library-h5 .title-container .title-bg{width:100%;height:100%;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;z-index:0}.xml-title-Redtheme1-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme1-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;background:#fff;z-index:9}.xml-title-Redtheme1-library-h5 .title-container .text-container>div{-webkit-transform:skew(15deg);transform:skew(15deg)}.xml-title-Redtheme1-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme1-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme2-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:30px!important;padding-right:30px!important}.xml-title-Redtheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-Redtheme2-library-h5 .title-container .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{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-h5 .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-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme2-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme2-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:25px!important;padding-right:25px!important;text-align:left}.xml-title-Redtheme3-library-h5 .suptitle{display:inline-block;-webkit-transform:skew(-20deg);transform:skew(-20deg);background-color:var(--background-color);position:relative;z-index:9}.xml-title-Redtheme3-library-h5 .suptitle .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-h5 .suptitle .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-h5 .suptitle .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px;background-color:#ebebeb;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.35);box-shadow:0 2px 3px 0 rgba(0,0,0,.35);-webkit-transform:skew(-20deg);transform:skew(-20deg);min-width:180px;margin-top:-10px}.xml-title-Redtheme3-library-h5 .title-container::after,.xml-title-Redtheme3-library-h5 .title-container::before{background-color:var(--background-color);position:absolute;right:-7px;bottom:-8px;content:""}.xml-title-Redtheme3-library-h5 .title-container::before{width:20px;height:2px}.xml-title-Redtheme3-library-h5 .title-container::after{width:2px;height:30px}.xml-title-Redtheme3-library-h5 .title-container .w-e-text-container,.xml-title-Redtheme4-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme3-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme4-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 25px!important}.xml-title-Redtheme4-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px}.xml-title-Redtheme4-library-h5 .title-container .left-icon{position:relative;margin-right:10px;margin-top:-4px}.xml-title-Redtheme4-library-h5 .title-container .left-icon::before{content:"";width:0;height:0;border:15px solid #000;border-left:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-8px;right:0;margin-right:5px}.xml-title-Redtheme4-library-h5 .title-container .left-icon::after{content:"";width:0;height:0;border:10px solid var(--background-color);border-right:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;left:0}.xml-title-Redtheme4-library-h5 .title-container .right-icon{position:relative;margin-top:-5px;margin-left:10px}.xml-title-Redtheme4-library-h5 .title-container .right-icon::before{content:"";width:0;height:0;border:10px solid var(--background-color);border-left:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;right:0;margin-right:5px}.xml-title-Redtheme4-library-h5 .title-container .right-icon::after{content:"";width:0;height:0;border:15px solid #000;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-6px;left:0}.xml-title-Redtheme4-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9}.xml-title-Redtheme4-library-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-first-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-semicircle-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-library-pad .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-Redtheme4-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyone-library-h5 .title-container{text-align:left;padding-right:30px;padding-bottom:7px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px #adadad!important;position:relative}.xml-title-thirtyone-library-h5 .title-container::before{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;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-h5 .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-h5 .xml-group-h5{position:relative}.xml-title-thirtytwo-library-h5 .xml-group-h5::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-h5 .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-h5 .title-container::before{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,.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox .mark-view p{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,.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox .mark-view p{text-align:center}.xml-title-BuleRectangleTwo-library-h5 .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border{position:relative;height:120px;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rightTopround{position:absolute;width:10px;height:10px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-6px;left:99%}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;bottom:-6px;left:-6px}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:55%;background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:40%;padding:0 14px;position:relative;top:30%;left:20%}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox{width:100%;font-weight:600!important}.xml-title-BuleRectangleTwo-library-h5 .title-container .trapezoid-border .rigth-titlebox .parent-group-mark{line-height:3}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image{width:25px;border:6px solid var(--background-color);z-index:9;position:absolute;left:7px}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-BuleRectangleTwo-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-image{width:58px;z-index:9;position:absolute;bottom:0;right:5px}.xml-title-BuleRectangleTwo-library-h5 .title-container .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}}.xml-title-Sevenpagefive-library-h5,.xml-title-Sevenpageone-library-h5,.xml-title-titleCrane-library-h5,.xml-title-titleLight-library-h5,.xml-title-titleLogging-library-h5,.xml-title-titleQuestion-library-h5,.xml-title-titleTearcher-library-h5,.xml-title-titleText-library-h5{text-align:left}.xml-title-titleLogging-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;margin-top:-3px;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleLogging-library-h5 .title-container .right-top-bg{border-bottom:2px solid #609fe5!important;margin-top:6px;position:relative;z-index:9;width:100%}.xml-title-titleLogging-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-40px}.xml-title-titleLogging-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLogging-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleLogging-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleQuestion-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleQuestion-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleQuestion-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-35px;bottom:0}.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleQuestion-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleQuestion-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleCrane-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px}.xml-title-titleCrane-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleCrane-library-h5 .title-container .left-image{z-index:0;width:75px;height:63px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleCrane-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleCrane-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleCrane-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleLight-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px}.xml-title-titleTearcher-library-h5 .title-container,.xml-title-titleText-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;min-height:60px;-webkit-box-sizing:border-box;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:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;position:relative;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:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;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%;height:100%;width:100%}.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Forty-library-h5 .title-container .right-top-bg{min-height:50px;max-width:77%;position:relative;margin-left:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px}.xml-title-Forty-library-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);opacity:.5;border-radius:5px}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block{width:60px;height:30px;position:absolute;right:-8px;bottom:-8px;background:linear-gradient(153deg,transparent 0,transparent 51%,var(--background-color) 49%,var(--background-color) 100%);border-radius:10px 0 5px}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block::after{content:"";width:8px;height:5px;background-color:#5c5c5c;position:absolute;right:0;top:0;z-index:-1}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block::before{content:"";width:18px;height:8px;background-color:#5c5c5c;position:absolute;left:3px;bottom:0;z-index:-1}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Fortyone-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px!important;padding-left:8px!important}.xml-title-Fortyone-library-h5>div{width:100%}.xml-title-Fortyone-library-h5 .title-container{display:inline-block;position:relative;z-index:9}.xml-title-Fortyone-library-h5 .title-container .title-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:25px 0 0 25px;padding-left:5px;height:40px}.xml-title-Fortyone-library-h5 .title-container .title-bg::after{content:"";width:70%;height:100%;position:absolute;top:0;right:-10px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0);background-color:inherit;z-index:-1}.xml-title-Fortyone-library-h5 .title-container .title-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e5eff9;border-radius:25px 0 0 25px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0)}.xml-title-Fortyone-library-h5 .title-container .left-image{width:50px;height:50px;background-color:var(--background-color);position:relative;z-index:9;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;border:2px solid #fff}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox{height:100%;padding:0 20px 0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Sevenpageone-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpageone-library-h5 .title-container .title-bgimg{width:100%;height:295px;background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox{width:250px;height:66px;background-color:#0168b6;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:60px;color:#fff}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .triangle_left{width:20px;height:20px;clip-path:polygon(0 0,0 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .triangle_right{width:20px;height:20px;clip-path:polygon(0 0,100% 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-h5 .title-container .small-titlebox{margin-top:18px;text-align:center}.xml-title-Sevenpagetwo-library-h5{text-align:left}.xml-title-Sevenpagetwo-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box{width:57%;position:relative}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box .left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:6px}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box img{width:14px;height:14px;margin-right:6px}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box .bottomzhuangshi{width:118px;height:10px;clip-path:polygon(0 0,100% 0,93% 100%,0 100%);background-color:#0168b6;opacity:.2;position:absolute;left:0;bottom:-6px}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box .left-tiao-bottom{width:100%;border:1px solid #0168b6;position:absolute;left:0;bottom:-2px}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box{width:33%;height:14px;position:absolute;bottom:18.5%;right:6.7%}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .xietiao{width:7.4%;height:14px;background:linear-gradient(to bottom right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .right-top{width:92%;height:14px;border-top:1px solid #0168b6;position:absolute;bottom:1px;left:6.7%}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#80b3da;clip-path:polygon(66% 0,100% 0,34% 99%,0 100%);margin-top:4px}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .bottom-zhuangshi .circle{color:#0168b6;margin-top:4px;position:absolute;right:6px;bottom:-6px}.xml-title-Sevenpagethree-library-h5{text-align:left}.xml-title-Sevenpagethree-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagethree-library-h5 .title-container .bottomzhuangshi{width:80%;height:10px;background-color:#c4def1;position:absolute;left:40px;bottom:-2px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box{width:44%;position:relative}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .toptiao{width:88%;border:1px solid #0168b6;position:absolute;left:0;top:-8px;z-index:1}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .tixing-bg{width:45%;height:28px;background-color:#c4def1;clip-path:polygon(0 0,100% 0,67% 99%,0 100%);position:absolute;left:0;top:-14px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .left-content{width:96%;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;clip-path:polygon(0 0,87% 0,100% 100%,0 100%);background-color:#0168b6;padding-left:8px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box img{width:22px;height:22px;margin-right:8px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .right-xietiao{width:13%;height:42px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 2px),#0168b6 50%,transparent calc(50% + 2px),transparent 100%);position:absolute;right:-2px;top:-8px}.xml-title-Sevenpagethree-library-h5 .title-container .right-box{width:56%;height:100%}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .right-bottom{width:44%;height:100%;border-bottom:1px solid #0168b6;position:absolute;bottom:2px}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:14%}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#0168b6;clip-path:polygon(29% 0,51% 0,96% 100%,74% 100%);margin-top:4px}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6.2%;bottom:-2px}.xml-title-Sevenpagefour-library-h5{text-align:left}.xml-title-Sevenpagefour-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagefour-library-h5 .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefour-library-h5 .title-container .title-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpagefour-library-h5 .title-container .title-top .shutiao{border-left:1px solid #0168b6;height:28px;margin:0 4px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom{width:100%;position:relative}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .title-bottom-bg0{width:92%;border-bottom:1px solid #0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian{width:54%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:6px;position:absolute;bottom:-2px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg1{width:82%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg2{width:7.5%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg3{width:2.6%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6%;bottom:-4px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;bottom:2px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian .top-xian{width:92%;border-top:1px solid #0168b6;position:absolute;right:48%;bottom:8px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian .right-xiexian{position:absolute;right:38%;bottom:2px;width:10%;height:6px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-first-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 7px}.xml-title-first-library-pad .title-container .title-left-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#eaecef),to(var(--background-color)));background-image:linear-gradient(180deg,#eaecef 3%,var(--background-color) 100%);position:absolute;left:-12px;top:0;z-index:999;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .title-right-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,var(--background-color)),to(#eaecef));background-image:linear-gradient(180deg,var(--background-color) 3%,#eaecef 100%);position:absolute;top:0;right:-13px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color)!important;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-first-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme1-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-library-pad>div{width:100%}.xml-title-Yellowtheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:2px solid var(--background-color);border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-library-pad .title-container .left-image .jiantou1{width:36px;height:8px;background-color:#fff;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-library-pad .title-container .left-image .jiantou2{width:8px;height:36px;background-color:#fff;border-bottom:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid #fff}.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;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 .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Yellowtheme2-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-library-pad>div{width:100%}.xml-title-Yellowtheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-library-pad .title-container .left-icon{width:35px;height:35px;background-color:var(--background-color);opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid var(--background-color);margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme4-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-rectangle-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-library-pad .title-container .title-left-img{width:10px;height:100%;position:absolute;left:-15px;background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pad .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-library-pad .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pad .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-sixth-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pad>div{width:100%}.xml-title-sixth-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-library-pad .title-container .title-left-div{max-width:30%}.xml-title-sixth-library-pad .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:var(--background-color);text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-library-pad .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:var(--background-color);margin-top:5px}.xml-title-sixth-library-pad .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-library-pad .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-pad .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-pad .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:var(--background-color);bottom:0}.xml-title-sixth-library-pad .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-library-pad .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid var(--background-color);z-index:99;padding:0 15px}.xml-title-sixth-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:var(--background-color);padding:0 20px;border-radius:10px}.xml-title-semicircle-library-pad .title-container .title-left-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;left:20px}.xml-title-semicircle-library-pad .title-container .title-right-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;right:20px}.xml-title-semicircle-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-library-pad .title-container .text-container p{text-align:center}.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 .mark-view p{text-align:center}.xml-title-thirteenth-library-pad .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-library-pad>div{padding:0 20px}.xml-title-Yellowtheme5-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 15px,var(--background-color) 0) bottom left,linear-gradient(45deg,transparent 15px,var(--background-color) 0) top left,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:5px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-library-pad .title-container::before{content:"";width:100%;height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pad .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pad .title-container .left-img{position:absolute;width:50px;height:60%;top:50%;left:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background: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-pad .title-container .right-img{position:absolute;width:50px;height:60%;top:50%;right:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(-45deg,transparent 25px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 25px,var(--background-color) 0) top right;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-library-pad>div{height:100%}.xml-title-Yellowtheme6-library-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:2px solid var(--background-color);z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-library-pad .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox{padding:1px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fff;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-pad .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-pad .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-pad .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-pad .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-pad>div{width:100%}.xml-title-Greentheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-pad .title-container .left-image .image-container,.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-pad .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .mark-view p{text-align:center}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-pad>div{width:100%}.xml-title-Greentheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-pad .title-container .left-image .image-container,.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-library-pad .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:var(--background-color);-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.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 .mark-view p{text-align:center}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-library-pad>div{width:100%}.xml-title-Greentheme3-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-library-pad .title-container .right-top-bg{width:100%;height:50%;background-color:var(--background-color);border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-library-pad>div{width:100%}.xml-title-Greentheme4-library-pad .cont-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-library-pad .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-library-pad .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:var(--background-color);position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-library-pad .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.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-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-fourteen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-library-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 0,var(--background-color) 0) top left,linear-gradient(45deg,transparent 0,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;position:relative;border-radius:12px;padding:5px 10px 5px 5px}.xml-title-fourteen-library-pad .title-container .cont-box{width:100%;position:relative;overflow:hidden;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-title-fourteen-library-pad .title-container .cont-box::before{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;right:0;-webkit-transform:skew(45deg);transform:skew(45deg);z-index:999}.xml-title-fourteen-library-pad .title-container .cont-box::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;right:0;top:0;-webkit-transform:skew(135deg);transform:skew(135deg);z-index:999}.xml-title-fourteen-library-pad .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);border-radius:3px}.xml-title-fourteen-library-pad .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-library-pad .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-seventeen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-library-pad>div{min-width:60%}.xml-title-sixteen-library-pad>div,.xml-title-sixteen-library-pc>div{min-width:40%}.xml-title-seventeen-library-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-library-pad .title-container .left-image{z-index:0;width:48px;height:48px;border-radius:50%;background-color:var(--background-color);padding:3px;position:absolute;left:0}.xml-title-seventeen-library-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:var(--background-color);border:2px solid #fff}.xml-title-seventeen-library-pad .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-seventeen-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-seventeen-library-pad .title-container .rigth-titlebox{min-height:48px;position:relative;margin-left:55px}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi .line1{width:100%;height:1px;border:2px solid var(--background-color);margin-bottom:3px;margin-top:3px}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi .line2{width:100%;height:1px;border:1px solid var(--background-color)}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi .iconbox{width:30px;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .zhuanshi .iconbox>div{width:0;height:0;border-left:7px solid #000;border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .text-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;z-index:99;padding:0 7px;border-radius:3px;background:#fff;position:relative;margin:10px 38px 0}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-seventeen-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-sixteen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-sixteen-library-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid var(--background-color)!important;padding:0 30px 0 51px}.xml-title-sixteen-library-pad .title-container .left-image{z-index:0;border-bottom:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #eaecef;border-right:20px solid transparent;position:absolute;bottom:-28px;left:10px;width:0;height:0}.xml-title-sixteen-library-pad .title-container .left-image::before{content:"";border-bottom:10px solid transparent;border-left:10px solid transparent;border-top:10px solid var(--background-color);border-right:10px solid transparent;position:absolute;top:-16px;left:-10px}.xml-title-sixteen-library-pad .title-container .right-icon{width:10px;height:10px;background-color:var(--background-color);border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-library-pad .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-library-pad .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-library-pad>div{width:100%;height:100%}.xml-title-Knowledge-library-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-library-pad .title-container .left-titlebox{background-color:var(--background-color);padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid var(--background-color);background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-fifth-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:12px}.xml-title-fifth-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-library-pad .title-container .title-bottom{width:95%;height:95%;background-color:var(--background-color);position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:6px}.xml-title-fifth-library-pad .title-container .title-right-img{width:20px;height:25px;margin-top:-25px;margin-right:-25px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-title-fifth-library-pad .title-container .title-right-img>div{width:6px;height:6px;background-color:var(--background-color);border-radius:50%;position:relative}.xml-title-fifth-library-pad .title-container .title-right-img>div::after{content:"";width:3px;height:4px;background-color:var(--background-color);position:absolute;bottom:-3px;right:1px;-webkit-transform:skew(-27deg);transform:skew(-27deg)}.xml-title-fifth-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:6px;border:1px solid var(--background-color);z-index:99;-webkit-box-shadow:0 0 1px 0 #000;box-shadow:0 0 1px 0 #000}.xml-title-fifth-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-triangle-library-pad .title-container .title-left-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:0 solid transparent;border-left-style:inset;margin-right:-12px;z-index:9;position:relative}.xml-title-triangle-library-pad .title-container .title-left-img::after{content:"";width:0;height:0;border:15px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:0 solid transparent;border-left-style:inset;z-index:9;position:absolute;left:-30px}.xml-title-triangle-library-pad .title-container .title-right-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:0 solid transparent;margin-left:-12px;margin-bottom:-10px;border-right-style:outset}.xml-title-triangle-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 30px;margin-left:-2px}.xml-title-triangle-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme1-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:35px!important;padding-right:35px!important}.xml-title-Redtheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.35);box-shadow:0 3px 7px 0 rgba(0,0,0,.35);-webkit-transform:skew(-15deg);transform:skew(-15deg);z-index:9}.xml-title-Redtheme1-library-pad .title-container .title-bg{width:100%;height:100%;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;z-index:0}.xml-title-Redtheme1-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme1-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;background:#fff;z-index:9}.xml-title-Redtheme1-library-pad .title-container .text-container>div{-webkit-transform:skew(15deg);transform:skew(15deg)}.xml-title-Redtheme1-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme1-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme2-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:30px!important;padding-right:30px!important}.xml-title-Redtheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-Redtheme2-library-pad .title-container .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%)}.xml-title-Redtheme2-library-pad .title-container::before{content:"";width:88px;height:4px;background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%);border-radius:1px;position:absolute;bottom:-10px;right:5px;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-pad .title-container::after{content:"";width:4px;height:4px;background-color:var(--background-color);border-radius:50%;position:absolute;right:-5px;bottom:-10px;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme2-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme2-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:25px!important;padding-right:25px!important;text-align:left}.xml-title-Redtheme3-library-pad .suptitle{display:inline-block;-webkit-transform:skew(-20deg);transform:skew(-20deg);background-color:var(--background-color);position:relative;z-index:9}.xml-title-Redtheme3-library-pad .suptitle .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-pad .suptitle .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-pad .suptitle .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px;background-color:#ebebeb;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.35);box-shadow:0 2px 3px 0 rgba(0,0,0,.35);-webkit-transform:skew(-20deg);transform:skew(-20deg);min-width:180px;margin-top:-10px}.xml-title-Redtheme3-library-pad .title-container::after,.xml-title-Redtheme3-library-pad .title-container::before,.xml-title-thirtyone-library-pad .title-container::before,.xml-title-thirtytwo-library-pad .title-container::before{background-color:var(--background-color);content:""}.xml-title-Redtheme3-library-pad .title-container::before{width:20px;height:2px;position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-pad .title-container::after{width:2px;height:30px;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{width:119px;height:4px;position:absolute;bottom:-1px;left:-1px}.xml-title-thirtyone-library-pad .title-container::after{content:"";width:15px;height:20px;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-pad .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-pad .xml-group-h5{position:relative}.xml-title-thirtytwo-library-pad .xml-group-h5::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-pad .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-pad .title-container::before{width:20px;height:31px;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,.xml-title-thirtysix-library-pad .title-container .right-line::before{width:10px;height:15px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);content:"";bottom:0}.xml-title-thirtysix-library-pad .title-container .left-line::after{position:absolute;right:-2px;-webkit-transform:skew(30deg);transform:skew(30deg)}.xml-title-thirtysix-library-pad .title-container .right-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pad .title-container .right-line::before{position:absolute;left:-2px;-webkit-transform:skew(-30deg);transform:skew(-30deg)}.xml-title-thirtysix-library-pad .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 196px)}.xml-title-thirtyseven-library-pad{text-align:center}.xml-title-thirtyseven-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyseven-library-pad .title-container .left-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pad .title-container .left-line::after{content:"";width:10px;height:27px;position:absolute;bottom:-10px;right:-5px;border-right:2px solid var(--background-color)}.xml-title-thirtyseven-library-pad .title-container .right-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pad .title-container .right-line::before{content:"";width:10px;height:27px;position:absolute;bottom:-10px;left:-5px;border-left:2px solid var(--background-color)}.xml-title-thirtyseven-library-pad .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 126px)}.xml-title-thirtyeight-library-pad{text-align:center}.xml-title-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::after,.xml-title-thirtyeight-library-pad .title-container::before{height:24px;background-color:var(--background-color);position:absolute;top:50%;content:""}.xml-title-thirtyeight-library-pad .title-container::before{width:5px;left:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pad .title-container::after{width:5px;right:-3px;-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,.xml-title-BuleRectangleTwo-library-pad,.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rigth-titlebox .mark-view p,.xml-title-thirtynine-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 .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 .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 .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 .editorClass .w-e-text-container{background-color:transparent}.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 .editorClass .w-e-text-container{background-color:transparent}.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 p{text-align:center}.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-thirteenth-library-pc .title-container .text-container .mark-view p{text-align:center}.xml-title-Yellowtheme5-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-library-pc>div{padding:0 20px}.xml-title-Yellowtheme5-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 15px,var(--background-color) 0) bottom left,linear-gradient(45deg,transparent 15px,var(--background-color) 0) top left,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:5px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-library-pc .title-container::before{content:"";width:100%;height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pc .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pc .title-container .left-img{position:absolute;width:50px;height:60%;top:50%;left:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(45deg,transparent 25px,var(--background-color) 0) bottom left,linear-gradient(135deg,transparent 25px,var(--background-color) 0) top left;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pc .title-container .right-img{position:absolute;width:50px;height:60%;top:50%;right:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(-45deg,transparent 25px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 25px,var(--background-color) 0) top right;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-library-pc>div{height:100%}.xml-title-Yellowtheme6-library-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:2px solid var(--background-color);z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-library-pc .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox{padding:1px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fff;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-pc .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-pc>div{width:100%}.xml-title-Greentheme1-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-pc .title-container .left-image .image-container,.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.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 .mark-view p{text-align:center}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-pc>div{width:100%}.xml-title-Greentheme2-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-pc .title-container .left-image .image-container,.xml-title-Greentheme2-library-pc .title-container .left-image .image-container .xml-image-dan-tu{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{margin-right:3px}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:var(--background-color);position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .mark-view p{text-align:center}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-library-pc>div{width:100%}.xml-title-Greentheme3-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-library-pc .title-container .right-top-bg{width:100%;height:50%;background-color:var(--background-color);border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-library-pc>div{width:100%}.xml-title-Greentheme4-library-pc .cont-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-library-pc .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-library-pc .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:var(--background-color);position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-library-pc .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-library-pc .title-container .title-left-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pc .title-container .title-left-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pc .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-library-pc .title-container .title-right-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pc .title-container .title-right-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px;max-width:70%}.xml-title-Greentheme6-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.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-hexagon-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fourteen-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-library-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 0,var(--background-color) 0) top left,linear-gradient(45deg,transparent 0,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;position:relative;border-radius:12px;padding:5px 10px 5px 5px}.xml-title-fourteen-library-pc .title-container .cont-box{width:100%;position:relative;overflow:hidden;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-title-fourteen-library-pc .title-container .cont-box::after,.xml-title-fourteen-library-pc .title-container .cont-box::before{background:var(--background-color);position:absolute;right:0;z-index:999;height:100%;content:"";width:2px}.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::after,.xml-title-Redtheme3-library-pc .title-container::before{background-color:var(--background-color);position:absolute;right:-7px;bottom:-8px;content:""}.xml-title-Redtheme3-library-pc .title-container::before{width:20px;height:2px}.xml-title-Redtheme3-library-pc .title-container::after{width:2px;height:30px}.xml-title-Redtheme3-library-pc .title-container .w-e-text-container,.xml-title-Redtheme4-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme3-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme4-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 25px!important}.xml-title-Redtheme4-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px}.xml-title-Redtheme4-library-pc .title-container .left-icon{position:relative;margin-right:10px;margin-top:-4px}.xml-title-Redtheme4-library-pc .title-container .left-icon::before{content:"";width:0;height:0;border:15px solid #000;border-left:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-8px;right:0;margin-right:5px}.xml-title-Redtheme4-library-pc .title-container .left-icon::after{content:"";width:0;height:0;border:10px solid var(--background-color);border-right:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;left:0}.xml-title-Redtheme4-library-pc .title-container .right-icon{position:relative;margin-top:-5px;margin-left:10px}.xml-title-Redtheme4-library-pc .title-container .right-icon::before{content:"";width:0;height:0;border:10px solid var(--background-color);border-left:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;right:0;margin-right:5px}.xml-title-Redtheme4-library-pc .title-container .right-icon::after{content:"";width:0;height:0;border:15px solid #000;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-6px;left:0}.xml-title-Redtheme4-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9}.xml-title-Redtheme4-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme4-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-thirtyone-library-pc .title-container{text-align:left;padding-right:30px;padding-bottom:7px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px #adadad!important;position:relative}.xml-title-thirtyone-library-pc .title-container::before{content:"";width:119px;height:4px;background-color:var(--background-color);position:absolute;bottom:-1px;left:-1px}.xml-title-thirtyone-library-pc .title-container::after{content:"";width:15px;height:20px;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-pc .xml-group-pc{position:relative}.xml-title-thirtytwo-library-pc .xml-group-pc::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-pc .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-pc .title-container::before{content:"";width:20px;height:31px;background-color:var(--background-color);position:absolute;bottom:0;left:0}.xml-title-thirtytwo-library-pc .title-container::after{content:"";width:30%;border-bottom:solid 2px var(--background-color);position:absolute;right:0;bottom:3px;z-index:-1}.xml-title-thirtytwo-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-thirtythree-library-pc .xml-group-pc{padding-left:15px;padding-bottom:10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:left}.xml-title-thirtythree-library-pc .xml-group-pc::before{content:"";width:7px;height:17px;background-color:#636363;position:absolute;bottom:0;left:0;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-thirtythree-library-pc .xml-group-pc::after{content:"";width:calc(100% - 15px);height:10px;background-color:#636363;position:absolute;bottom:3px;right:0;z-index:0}.xml-title-thirtythree-library-pc .xml-group-pc .title-container{background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg);display:inline-block;padding:3px 15px;z-index:99;position:relative;border:2px solid transparent;margin-left:7px}.xml-title-thirtythree-library-pc .xml-group-pc .title-container::before{content:"";width:15px;height:calc(100% + 8px);background-color:var(--background-color);position:absolute;left:-2px;top:5px}.xml-title-thirtythree-library-pc .xml-group-pc .title-container .text-container{-webkit-transform:skew(25deg);transform:skew(25deg);border:2px solid transparent}.xml-title-thirtyfour-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-thirtyfour-library-pc .xml-group-pc{position:relative;padding-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-thirtyfour-library-pc .xml-group-pc::before{content:"";width:46px;height:46px;background-color:var(--background-color);border-radius:50%;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyfour-library-pc .title-container{background-color:var(--background-color);border-radius:20px;position:relative;z-index:9;display:inline-block;padding:1px;border:2px solid transparent}.xml-title-thirtyfour-library-pc .title-container .text-container{background-color:#fff;border-radius:20px;padding:3px 18px;border:2px solid transparent}.xml-title-thirtyfive-library-pc .title-container{padding-left:22px;padding-top:12px;position:relative;text-align:left}.xml-title-thirtyfive-library-pc .title-container::before{content:"";width:56px;height:56px;border:4px solid var(--background-color);background-color:#fff;position:absolute;left:0;top:0}.xml-title-thirtyfive-library-pc .title-container .suptitle-box{background-color:var(--background-color);border:4px solid #fff;display:inline-block;padding:15px;position:relative;z-index:9}.xml-title-thirtyfive-library-pc .title-container .suptitle-box .text-container{border:2px solid transparent}.xml-title-thirtyfive-library-pc .title-container .subtitle-box{position:relative;padding:0 15px 10px 20px;display:inline-block}.xml-title-thirtyfive-library-pc .title-container .subtitle-box::after{content:"";width:31px;height:31px;border-right:solid 4px var(--background-color);border-bottom:solid 4px var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtyfive-library-pc .title-container .subtitle-box .text-container{border:2px solid transparent}.xml-title-thirtysix-library-pc{text-align:center}.xml-title-thirtysix-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtysix-library-pc .title-container .left-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pc .title-container .left-line::after{content:"";width:10px;height:15px;position:absolute;bottom:0;right:-2px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);-webkit-transform:skew(30deg);transform:skew(30deg)}.xml-title-thirtysix-library-pc .title-container .right-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pc .title-container .right-line::before{content:"";width:10px;height:15px;position:absolute;bottom:0;left:-2px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);-webkit-transform:skew(-30deg);transform:skew(-30deg)}.xml-title-thirtysix-library-pc .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 196px)}.xml-title-thirtyseven-library-pc{text-align:center}.xml-title-thirtyseven-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyseven-library-pc .title-container .left-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pc .title-container .left-line::after{content:"";width:10px;height:27px;position:absolute;bottom:-10px;right:-5px;border-right:2px solid var(--background-color)}.xml-title-thirtyseven-library-pc .title-container .right-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pc .title-container .right-line::before{content:"";width:10px;height:27px;position:absolute;bottom:-10px;left:-5px;border-left:2px solid var(--background-color)}.xml-title-thirtyseven-library-pc .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 126px)}.xml-title-thirtyeight-library-pc{text-align:center}.xml-title-Sevenpageone-library-pc,.xml-title-thirtyeight-library-pc .title-container .text-container,.xml-title-titleCrane-library-pc,.xml-title-titleLight-library-pc,.xml-title-titleLogging-library-pc,.xml-title-titleQuestion-library-pc,.xml-title-titleTearcher-library-pc,.xml-title-titleText-library-pc{text-align:left}.xml-title-thirtyeight-library-pc .title-container{display:inline-block;border:1px solid var(--background-color)!important;padding:3px 16px;position:relative}.xml-title-thirtyeight-library-pc .title-container::after,.xml-title-thirtyeight-library-pc .title-container::before{width:5px;height:24px;background-color:var(--background-color);position:absolute;top:50%;content:""}.xml-title-thirtyeight-library-pc .title-container::before{left:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pc .title-container::after{right:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-BuleRectangle-library-pc,.xml-title-BuleRectangleTwo-library-pc,.xml-title-BuleRectangleTwo-library-pc .title-container .trapezoid-border .rigth-titlebox .mark-view p{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 .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%;height:100%;width: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,.xml-title-Fortyone-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{border-radius:50%;height:100%;width:100%}.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 .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-Sevenpagefour-library-pc,.xml-title-Sevenpagethree-library-pc,.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 .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 .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%)}
\ No newline at end of file
+@charset "UTF-8";.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{line-height:2.3;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 p{line-height:2.3}.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 p{line-height:2.3}.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 p{line-height:2.3}.xml-title-Yellowtheme4-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-rectangle-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-library-h5 .title-container .title-left-img{width:10px;height:100%;position:absolute;left:-15px;background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-h5 .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-library-h5 .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-h5 .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-sixth-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-h5>div{width:100%}.xml-title-sixth-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-library-h5 .title-container .title-left-div{max-width:30%}.xml-title-sixth-library-h5 .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:var(--background-color);text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-library-h5 .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-h5 .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-library-h5 .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-library-h5 .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:var(--background-color);margin-top:5px}.xml-title-sixth-library-h5 .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-semicircle-library-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-library-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-sixth-library-h5 .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-h5 .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-h5 .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:var(--background-color);bottom:0}.xml-title-sixth-library-h5 .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-library-h5 .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid var(--background-color);z-index:99;padding:0 15px}.xml-title-sixth-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:var(--background-color);padding:0 20px;border-radius:10px}.xml-title-semicircle-library-h5 .title-container .title-left-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;left:20px}.xml-title-semicircle-library-h5 .title-container .title-right-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;right:20px}.xml-title-semicircle-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-library-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-h5 .title-container .left-image{z-index:0;width:48px;height:48px;border:2px solid var(--background-color);border-radius:50% 50% 0;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-library-h5 .title-container .left-image ::after{content:"";height:15px;position:absolute;right:-2px;bottom:0;border-right:2px solid #fff}.xml-title-fifteen-library-h5 .title-container .left-image .image-container,.xml-title-fifteen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-h5 .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fifteen-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-library-h5 .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid var(--background-color);border-right:4px solid var(--background-color);position:relative}.xml-title-thirteenth-library-h5 .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-h5 .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-h5 .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:var(--background-color);margin-top:-3px;margin-right:4%}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-library-h5 .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-h5 .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-library-h5 .title-container .bottomborder .Line1{width:45%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-h5 .title-container .bottomborder .block{width:7px;height:7px;background-color:var(--background-color);margin-bottom:-3px}.xml-title-thirteenth-library-h5 .title-container .bottomborder .Line2{width:15%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-h5 .title-container .bottomborder .Line3{width:20%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-h5 .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:5px 20px}.xml-title-thirteenth-library-h5 .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-library-h5>div{padding:0 20px}.xml-title-Yellowtheme5-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 15px,var(--background-color) 0) bottom left,linear-gradient(45deg,transparent 15px,var(--background-color) 0) top left,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:5px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-library-h5 .title-container::before{content:"";width:100%;height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-h5 .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-h5 .title-container .left-img{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 p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-h5{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-h5 .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-h5 .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-h5 .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-h5 .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-h5 .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-h5>div{width:100%}.xml-title-Greentheme1-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container,.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-h5>div{width:100%}.xml-title-Greentheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-h5 .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container,.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:var(--background-color);-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-library-h5 .title-container .right-top-bg .top-zhuangshi>div>div{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 .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-library-h5 .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.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-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{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;border-radius:12px}.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-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;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{background:var(--background-color);position:absolute;right:0;z-index:999;height:100%;content:"";width:2px}.xml-title-fourteen-library-h5 .title-container .cont-box::before{-webkit-transform:skew(45deg);transform:skew(45deg)}.xml-title-fourteen-library-h5 .title-container .cont-box::after{top:0;-webkit-transform:skew(135deg);transform:skew(135deg)}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding-left:10px;padding-right:20px;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);border-radius:3px}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fourteen-library-h5 .title-container .cont-box .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-seventeen-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-seventeen-library-h5>div{min-width:60%}.xml-title-seventeen-library-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-library-h5 .title-container .left-image{z-index:0;width:48px;height:48px;border-radius:50%;background-color:var(--background-color);padding:3px;position:absolute;left:0}.xml-title-seventeen-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:var(--background-color);border:2px solid #fff}.xml-title-seventeen-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.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>div{min-width:40%}.xml-title-sixteen-library-h5 .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:3px solid var(--background-color)!important;padding:0 30px 0 51px}.xml-title-sixteen-library-h5 .title-container .left-image{z-index:0;border-bottom:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #eaecef;border-right:20px solid transparent;position:absolute;bottom:-28px;left:10px;width:0;height:0}.xml-title-sixteen-library-h5 .title-container .left-image::before{content:"";border-bottom:10px solid transparent;border-left:10px solid transparent;border-top:10px solid var(--background-color);border-right:10px solid transparent;position:absolute;top:-16px;left:-10px}.xml-title-sixteen-library-h5 .title-container .right-icon{width:10px;height:10px;background-color:var(--background-color);border-radius:50%;position:absolute;bottom:-6px;right:-5px}.xml-title-sixteen-library-h5 .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;border-radius:3px}.xml-title-sixteen-library-h5 .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-sixteen-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Knowledge-library-h5>div{width:100%;height:100%}.xml-title-Knowledge-library-h5 .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:9;padding:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Knowledge-library-h5 .title-container .left-titlebox{background-color:var(--background-color);padding:3px 37px 3px 15px;border-radius:25px;max-width:30%}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid var(--background-color);background:#fff;border-radius:25px;padding:0 10px;margin-left:-30px;z-index:99;min-width:50%;text-align:left;max-width:75%}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;position:relative;border-radius:24px;padding:0 12px}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Knowledge-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-fifth-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:12px}.xml-title-fifth-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-fifth-library-h5 .title-container .title-bottom{width:95%;height:95%;background-color:var(--background-color);position:absolute;left:-10px;bottom:-8px;z-index:0;border-radius:6px}.xml-title-fifth-library-h5 .title-container .title-right-img{width:20px;height:25px;margin-top:-25px;margin-right:-25px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.xml-title-fifth-library-h5 .title-container .title-right-img>div{width:6px;height:6px;background-color:var(--background-color);border-radius:50%;position:relative}.xml-title-fifth-library-h5 .title-container .title-right-img>div::after{content:"";width:3px;height:4px;background-color:var(--background-color);position:absolute;bottom:-3px;right:1px;-webkit-transform:skew(-27deg);transform:skew(-27deg)}.xml-title-fifth-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-fifth-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;border-radius:6px;border:1px solid var(--background-color);z-index:99;-webkit-box-shadow:0 0 1px 0 #000;box-shadow:0 0 1px 0 #000}.xml-title-fifth-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifth-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-triangle-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-triangle-library-h5 .title-container .title-left-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:0 solid transparent;border-left-style:inset;margin-right:-12px;z-index:9;position:relative}.xml-title-triangle-library-h5 .title-container .title-left-img::after{content:"";width:0;height:0;border:15px solid var(--background-color);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:0 solid transparent;border-left-style:inset;z-index:9;position:absolute;left:-30px}.xml-title-triangle-library-h5 .title-container .title-right-img{width:0;height:0;border:25px solid var(--background-color);border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:0 solid transparent;margin-left:-12px;margin-bottom:-10px;border-right-style:outset}.xml-title-triangle-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-triangle-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:5px 30px;margin-left:-2px}.xml-title-triangle-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-triangle-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme1-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:35px!important;padding-right:35px!important}.xml-title-Redtheme1-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.35);box-shadow:0 3px 7px 0 rgba(0,0,0,.35);-webkit-transform:skew(-15deg);transform:skew(-15deg);z-index:9}.xml-title-Redtheme1-library-h5 .title-container .title-bg{width:100%;height:100%;background-color:var(--background-color);position:absolute;top:-7px;left:-10px;z-index:0}.xml-title-Redtheme1-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme1-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;background:#fff;z-index:9}.xml-title-Redtheme1-library-h5 .title-container .text-container>div{-webkit-transform:skew(15deg);transform:skew(15deg)}.xml-title-Redtheme1-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme1-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme2-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:30px!important;padding-right:30px!important}.xml-title-Redtheme2-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-Redtheme2-library-h5 .title-container::after,.xml-title-Redtheme2-library-h5 .title-container::before{content:"";height:4px;position:absolute;bottom:-10px;-webkit-transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container .text-container{background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%)}.xml-title-Redtheme2-library-h5 .title-container::before{width:88px;background-image:-webkit-gradient(linear,left top,right top,from(var(--background-color)),to(#eaecef));background-image:linear-gradient(90deg,var(--background-color) 0,#eaecef 100%);border-radius:1px;right:5px;transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container::after{width:4px;background-color:var(--background-color);border-radius:50%;right:-5px;transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme2-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme2-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme2-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:25px!important;padding-right:25px!important;text-align:left}.xml-title-Redtheme3-library-h5 .suptitle{display:inline-block;-webkit-transform:skew(-20deg);transform:skew(-20deg);background-color:var(--background-color);position:relative;z-index:9}.xml-title-Redtheme3-library-h5 .suptitle .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-h5 .suptitle .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-h5 .suptitle .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme3-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px;background-color:#ebebeb;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.35);box-shadow:0 2px 3px 0 rgba(0,0,0,.35);-webkit-transform:skew(-20deg);transform:skew(-20deg);min-width:180px;margin-top:-10px}.xml-title-Redtheme3-library-h5 .title-container::after,.xml-title-Redtheme3-library-h5 .title-container::before{background-color:var(--background-color);position:absolute;bottom:-8px;content:"";right:-7px}.xml-title-Redtheme3-library-h5 .title-container::before{width:20px;height:2px}.xml-title-Redtheme3-library-h5 .title-container::after{width:2px;height:30px}.xml-title-Redtheme3-library-h5 .title-container .w-e-text-container,.xml-title-Redtheme4-library-h5 .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme3-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-h5 .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme4-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 25px!important}.xml-title-Redtheme4-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px}.xml-title-Redtheme4-library-h5 .title-container .left-icon{position:relative;margin-right:10px;margin-top:-4px}.xml-title-Redtheme4-library-h5 .title-container .left-icon::before{content:"";width:0;height:0;border:15px solid #000;border-left:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-8px;right:0;margin-right:5px}.xml-title-Redtheme4-library-h5 .title-container .left-icon::after{content:"";width:0;height:0;border:10px solid var(--background-color);border-right:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;left:0}.xml-title-Redtheme4-library-h5 .title-container .right-icon{position:relative;margin-top:-5px;margin-left:10px}.xml-title-Redtheme4-library-h5 .title-container .right-icon::before{content:"";width:0;height:0;border:10px solid var(--background-color);border-left:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;right:0;margin-right:5px}.xml-title-Redtheme4-library-h5 .title-container .right-icon::after{content:"";width:0;height:0;border:15px solid #000;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-6px;left:0}.xml-title-Redtheme4-library-h5 .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9}.xml-title-Redtheme4-library-h5 .title-container .text-container .editorClass .w-e-text-container p,.xml-title-first-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-semicircle-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-sixth-library-pad .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.xml-title-Redtheme4-library-h5 .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyone-library-h5 .title-container{text-align:left;padding-right:30px;padding-bottom:7px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px #adadad!important;position:relative}.xml-title-thirtyone-library-h5 .title-container::before{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;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-h5 .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-h5 .xml-group-h5{position:relative}.xml-title-thirtytwo-library-h5 .xml-group-h5::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-h5 .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-h5 .title-container::before{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-Sevenpageone-library-h5,.xml-title-titleCrane-library-h5,.xml-title-titleLight-library-h5,.xml-title-titleLogging-library-h5,.xml-title-titleQuestion-library-h5,.xml-title-titleTearcher-library-h5,.xml-title-titleText-library-h5{text-align:left}.xml-title-titleLogging-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;margin-top:-3px;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleLogging-library-h5 .title-container .right-top-bg{border-bottom:2px solid #609fe5!important;margin-top:6px;position:relative;z-index:9;width:100%}.xml-title-titleLogging-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-40px}.xml-title-titleLogging-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLogging-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLogging-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleLogging-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleQuestion-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleQuestion-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleQuestion-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-35px;bottom:0}.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleQuestion-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleQuestion-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleQuestion-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleCrane-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px}.xml-title-titleCrane-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleCrane-library-h5 .title-container .left-image{z-index:0;width:75px;height:63px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleCrane-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleCrane-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleCrane-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleCrane-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleLight-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px}.xml-title-titleLight-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleLight-library-h5 .title-container .left-image{z-index:0;width:67px;height:60px;border:6px solid var(--background-color);position:absolute;bottom:0;left:0}.xml-title-titleLight-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLight-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLight-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLight-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLight-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleLight-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleTearcher-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleTearcher-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleTearcher-library-h5 .title-container .left-image{z-index:0;width:67px;height:50px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleTearcher-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleTearcher-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleTearcher-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleText-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleText-library-h5 .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:12px;z-index:9;position:relative}.xml-title-titleText-library-h5 .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;left:0;bottom:5px}.xml-title-titleText-library-h5 .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleText-library-h5 .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleText-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleText-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleText-library-h5 .title-container .left-image img{width:100%;height:100%}.xml-title-titleText-library-h5 .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-Sevenpagefive-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:180px}.xml-title-Sevenpagefive-library-h5 .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefive-library-h5 .title-container .title-bg{width:98%;height:140px;background-color:#0168b6;opacity:.1;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-content{width:98%;height:140px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;top:0;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .title-content .small-titlebox{margin:25px 0 16px 12px;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .title-content .big-titlebox{width:50%;text-align:center;margin-top:70px;margin-left:5%;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .right-jiao{width:20px;height:20px;background-color:#73acd7;position:absolute;right:-4px;top:-4px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border{width:98%;height:125px;border:1px solid #0168b6;border-bottom:none;border-top:none;position:absolute;top:10px;left:2px;z-index:3}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-top{width:100%;position:absolute;left:0;top:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-top .border-left{width:50%;border-top:1px solid #0168b6}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-top .border-right{width:27%;border-top:1px solid #0168b6;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .xie-cutiao{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-5px;left:50%;z-index:999}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .xie-cutiao .xie-cutiao-item{width:10px;height:10px;background-color:#0168b6;clip-path:polygon(42% 0,100% 0,56% 98%,0 100%)}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .circle{width:8px;height:8px;background-color:#0168b6;border-radius:8px;position:absolute;left:-.8%;bottom:-8px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .sanjiao{width:12px;height:12px;clip-path:polygon(100% 0,0 0,0 100%);background-color:#0168b6;margin:2px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom{width:calc(100% - 22px);border-bottom:1px solid #0168b6;position:absolute;left:2%;bottom:-16px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom .left-xiexian{width:2%;height:8px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;left:-2%;bottom:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom .cutiao{width:13%;height:14px;background-color:#0168b6;position:absolute;left:5%;bottom:-7px}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .border-bottom .right-xiexian{width:3%;height:16px;background:linear-gradient(to top left,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;right:-2.5%;bottom:0}.xml-title-Sevenpagefive-library-h5 .title-container .title-border .point{color:#0168b6;position:absolute;right:4%;bottom:0}.xml-title-thirtynine-library-h5{text-align:center}.xml-title-thirtynine-library-h5 .title-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:5px 16px;position:relative}.xml-title-thirtynine-library-h5 .title-container::before{content:"";width:7px;height:7px;position:absolute;left:0;bottom:0;background:linear-gradient(45deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-h5 .title-container::after{content:"";width:7px;height:7px;position:absolute;right:0;top:0;background:linear-gradient(-135deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-h5 .title-container .mask{position:absolute;top:6px;left:0;width:100%;height:calc(100% - 16px);background-color:var(--background-color);opacity:.5;pointer-events:none}.xml-title-thirtynine-library-h5 .title-container .title-number{height:50px;background-color:var(--background-color);border-radius:0 0 10px 10px;min-width:50px;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:-6px;padding:0 8px}.xml-title-thirtynine-library-h5 .title-container .title-number .line1{position:absolute;width:7px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-title-thirtynine-library-h5 .title-container .title-number .line2{position:absolute;width:4px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg);margin-left:22px}.xml-title-thirtynine-library-h5 .title-container .title-number::before{content:"";width:7px;height:7px;background:linear-gradient(-45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;left:-7px}.xml-title-thirtynine-library-h5 .title-container .title-number::after{content:"";width:7px;height:7px;background:linear-gradient(45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;right:-7px}.xml-title-thirtynine-library-h5 .title-container .title-text{position:relative;z-index:9;padding:4px 0 8px 14px}.xml-title-thirtynine-library-h5 .title-container .text-container{position:relative;border:2px solid transparent!important;z-index:1}.xml-title-Forty-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;padding-left:18px!important}.xml-title-Forty-library-h5>div{width:100%}.xml-title-Forty-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9}.xml-title-Forty-library-h5 .title-container .left-image{width:63px;height:74px;background-color:var(--background-color);position:relative;z-index:9;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-title-Forty-library-h5 .title-container .left-image .image-box{width:74%;height:75%;background-color:#fff;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container{width:100%;height:86%;border-radius:50%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);border:2px solid #fff}.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container .xml-image-dan-tu,.xml-title-Forty-library-h5 .title-container .left-image .image-box .image-container .xml-image-dan-tu img{border-radius:50%;height:100%;width: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,.xml-title-Forty-library-pad .title-container .right-top-bg .right-block,.xml-title-Forty-library-pc .title-container .right-top-bg .right-block{background:linear-gradient(153deg,transparent 0,transparent 51%,var(--background-color) 49%,var(--background-color) 100%)}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block{width:60px;height:30px;position:absolute;right:-8px;bottom:-8px;border-radius:10px 0 5px}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block::after{content:"";width:8px;height:5px;background-color:#5c5c5c;position:absolute;right:0;top:0;z-index:-1}.xml-title-Forty-library-h5 .title-container .right-top-bg .right-block::before{content:"";width:18px;height:8px;background-color:#5c5c5c;position:absolute;left:3px;bottom:0;z-index:-1}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox{height:100%;width:100%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Forty-library-h5 .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Fortyone-library-h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:10px!important;padding-left:8px!important}.xml-title-Fortyone-library-h5>div{width:100%}.xml-title-Fortyone-library-h5 .title-container{display:inline-block;position:relative;z-index:9}.xml-title-Fortyone-library-h5 .title-container .title-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:25px 0 0 25px;padding-left:5px;height:40px}.xml-title-Fortyone-library-h5 .title-container .title-bg::after{content:"";width:70%;height:100%;position:absolute;top:0;right:-10px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0);background-color:inherit;z-index:-1}.xml-title-Fortyone-library-h5 .title-container .title-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e5eff9;border-radius:25px 0 0 25px;clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0)}.xml-title-Fortyone-library-h5 .title-container .left-image{width:50px;height:50px;background-color:var(--background-color);position:relative;z-index:9;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;border:2px solid #fff}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Fortyone-library-h5 .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox{height:100%;padding:0 20px 0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px;bottom:7px}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;word-break:break-all}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Fortyone-library-h5 .title-container .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Sevenpageone-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpageone-library-h5 .title-container .title-bgimg{width:100%;height:295px;background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox{width:250px;height:66px;background-color:#0168b6;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:60px;color:#fff}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .triangle_left{width:20px;height:20px;clip-path:polygon(0 0,0 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-h5 .title-container .big-titlebox .triangle_right{width:20px;height:20px;clip-path:polygon(0 0,100% 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-h5 .title-container .small-titlebox{margin-top:18px;text-align:center}.xml-title-Sevenpagetwo-library-h5{text-align:left}.xml-title-Sevenpagetwo-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box{width:57%;position:relative}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box .left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:6px}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box img{width:14px;height:14px;margin-right:6px}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box .bottomzhuangshi{width:118px;height:10px;clip-path:polygon(0 0,100% 0,93% 100%,0 100%);background-color:#0168b6;opacity:.2;position:absolute;left:0;bottom:-6px}.xml-title-Sevenpagetwo-library-h5 .title-container .left-box .left-tiao-bottom{width:100%;border:1px solid #0168b6;position:absolute;left:0;bottom:-2px}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box{width:33%;height:14px;position:absolute;bottom:18.5%;right:6.7%}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .xietiao{width:7.4%;height:14px;background:linear-gradient(to bottom right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .right-top{width:92%;height:14px;border-top:1px solid #0168b6;position:absolute;bottom:1px;left:6.7%}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#80b3da;clip-path:polygon(66% 0,100% 0,34% 99%,0 100%);margin-top:4px}.xml-title-Sevenpagetwo-library-h5 .title-container .right-box .bottom-zhuangshi .circle{color:#0168b6;margin-top:4px;position:absolute;right:6px;bottom:-6px}.xml-title-Sevenpagethree-library-h5{text-align:left}.xml-title-Sevenpagethree-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagethree-library-h5 .title-container .bottomzhuangshi{width:80%;height:10px;background-color:#c4def1;position:absolute;left:40px;bottom:-2px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box{width:44%;position:relative}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .toptiao{width:88%;border:1px solid #0168b6;position:absolute;left:0;top:-8px;z-index:1}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .tixing-bg{width:45%;height:28px;background-color:#c4def1;clip-path:polygon(0 0,100% 0,67% 99%,0 100%);position:absolute;left:0;top:-14px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .left-content{width:96%;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;clip-path:polygon(0 0,87% 0,100% 100%,0 100%);background-color:#0168b6;padding-left:8px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box img{width:22px;height:22px;margin-right:8px}.xml-title-Sevenpagethree-library-h5 .title-container .left-box .right-xietiao{width:13%;height:42px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 2px),#0168b6 50%,transparent calc(50% + 2px),transparent 100%);position:absolute;right:-2px;top:-8px}.xml-title-Sevenpagethree-library-h5 .title-container .right-box{width:56%;height:100%}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .right-bottom{width:44%;height:100%;border-bottom:1px solid #0168b6;position:absolute;bottom:2px}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:14%}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#0168b6;clip-path:polygon(29% 0,51% 0,96% 100%,74% 100%);margin-top:4px}.xml-title-Sevenpagethree-library-h5 .title-container .right-box .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6.2%;bottom:-2px}.xml-title-Sevenpagefour-library-h5{text-align:left}.xml-title-Sevenpagefour-library-h5 .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagefour-library-h5 .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefour-library-h5 .title-container .title-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpagefour-library-h5 .title-container .title-top .shutiao{border-left:1px solid #0168b6;height:28px;margin:0 4px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom{width:100%;position:relative}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .title-bottom-bg0{width:92%;border-bottom:1px solid #0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian{width:54%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:6px;position:absolute;bottom:-2px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg1{width:82%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg2{width:7.5%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .left-xian .title-bottom-bg3{width:2.6%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6%;bottom:-4px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;bottom:2px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian .top-xian{width:92%;border-top:1px solid #0168b6;position:absolute;right:48%;bottom:8px}.xml-title-Sevenpagefour-library-h5 .title-container .title-bottom .right-xian .right-xiexian{position:absolute;right:38%;bottom:2px;width:10%;height:6px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-first-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 7px}.xml-title-first-library-pad .title-container .title-left-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#eaecef),to(var(--background-color)));background-image:linear-gradient(180deg,#eaecef 3%,var(--background-color) 100%);position:absolute;left:-12px;top:0;z-index:999;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .title-right-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,var(--background-color)),to(#eaecef));background-image:linear-gradient(180deg,var(--background-color) 3%,#eaecef 100%);position:absolute;top:0;right:-13px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color)!important;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pad .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-first-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme1-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme1-library-pad>div{width:100%}.xml-title-Yellowtheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:9}.xml-title-Yellowtheme1-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:2px solid var(--background-color);border-radius:50% 0 50% 50%;position:relative;z-index:9;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Yellowtheme1-library-pad .title-container .left-image .jiantou1{width:36px;height:8px;background-color:#fff;border-top:2px solid var(--background-color);border-left:2px solid var(--background-color);position:absolute;top:-10px;right:-9px}.xml-title-Yellowtheme1-library-pad .title-container .left-image .jiantou2{width:8px;height:36px;background-color:#fff;border-bottom:2px solid var(--background-color);border-right:2px solid var(--background-color);position:absolute;top:-8px;right:-10px}.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:2px solid #fff}.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Yellowtheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;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 .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Yellowtheme2-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Yellowtheme2-library-pad>div{width:100%}.xml-title-Yellowtheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Yellowtheme2-library-pad .title-container .left-icon{width:35px;height:35px;background-color:var(--background-color);opacity:.8;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox{max-width:90%;padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:2px solid var(--background-color);margin-left:-5px;z-index:99}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme2-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme4-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-Yellowtheme4-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color);border-radius:24px;z-index:9;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox{padding:0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--background-color);border:2px solid #fff;z-index:99;border-radius:24px}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme4-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-rectangle-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.xml-title-rectangle-library-pad .title-container .title-left-img{width:10px;height:100%;position:absolute;left:-15px;background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pad .title-container .title-right-img{width:33px;height:100%;position:absolute;right:-10px}.xml-title-rectangle-library-pad .title-container .title-right-img img{width:100%;height:100%}.xml-title-rectangle-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-rectangle-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;min-height:40px;overflow:hidden;text-overflow:ellipsis;padding:0 30px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-rectangle-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-rectangle-library-pad .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-sixth-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pad>div{width:100%}.xml-title-sixth-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.xml-title-sixth-library-pad .title-container .title-left-div{max-width:30%}.xml-title-sixth-library-pad .title-container .title-left-div .title-number{min-width:40px;min-height:40px;background-color:var(--background-color);text-align:center;line-height:40px;margin-top:4px;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .text-container-left{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .editor{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;line-height:40px}.xml-title-sixth-library-pad .title-container .title-left-div .title-number .edit-mode-inject{width:100%}.xml-title-sixth-library-pad .title-container .title-left-div .title-left-line{width:100%;height:5px;background-color:var(--background-color);margin-top:5px}.xml-title-sixth-library-pad .title-container .title-right-div{position:relative;height:100%;margin-left:10px;max-width:70%}.xml-title-sixth-library-pad .title-container .title-right-div .title-right-line1{width:30px;height:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-pad .title-container .title-right-div .title-right-line2{height:30px;width:5px;position:absolute;right:0;top:0;background-color:var(--background-color)}.xml-title-sixth-library-pad .title-container .title-right-div .title-right-line3{height:5px;width:100%;position:absolute;background-color:var(--background-color);bottom:0}.xml-title-sixth-library-pad .title-container .title-right-div .text-container-right{padding:0 35px 5px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;min-height:50px}.xml-title-sixth-library-pad .title-container .title-right-div .text-container-right .edit-mode-inject{width:100%!important}.xml-title-sixth-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-sixth-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:43px;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;border:1px solid var(--background-color);z-index:99;padding:0 15px}.xml-title-sixth-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-semicircle-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:var(--background-color);padding:0 20px;border-radius:10px}.xml-title-semicircle-library-pad .title-container .title-left-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;left:20px}.xml-title-semicircle-library-pad .title-container .title-right-img{width:7px;height:15px;background-color:var(--background-color);border-radius:5px;border:2px solid #fff;position:absolute;top:-7px;right:20px}.xml-title-semicircle-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-semicircle-library-pad .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--background-color);min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:9px 3px}.xml-title-semicircle-library-pad .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-library-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-pad .title-container .left-image{z-index:0;width:48px;height:48px;border:2px solid var(--background-color);border-radius:50% 50% 0;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-library-pad .title-container .left-image ::after{content:"";height:15px;position:absolute;right:-2px;bottom:0;border-right:2px solid #fff}.xml-title-fifteen-library-pad .title-container .left-image .image-container,.xml-title-fifteen-library-pad .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-pad .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fifteen-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-library-pad .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid var(--background-color);border-right:4px solid var(--background-color);position:relative}.xml-title-thirteenth-library-pad .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-pad .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-pad .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:var(--background-color);margin-top:-3px;margin-right:4%}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-library-pad .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pad .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-library-pad .title-container .bottomborder .Line1{width:45%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pad .title-container .bottomborder .block{width:7px;height:7px;background-color:var(--background-color);margin-bottom:-3px}.xml-title-thirteenth-library-pad .title-container .bottomborder .Line2{width:15%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pad .title-container .bottomborder .Line3{width:20%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pad .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:5px 20px}.xml-title-thirteenth-library-pad .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-library-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-library-pad>div{padding:0 20px}.xml-title-Yellowtheme5-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 15px,var(--background-color) 0) bottom left,linear-gradient(45deg,transparent 15px,var(--background-color) 0) top left,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:5px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-library-pad .title-container::before{content:"";width:100%;height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pad .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pad .title-container .left-img{position:absolute;width:50px;height:60%;top:50%;left:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background: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-pad .title-container .right-img{position:absolute;width:50px;height:60%;top:50%;right:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(-45deg,transparent 25px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 25px,var(--background-color) 0) top right;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-library-pad>div{height:100%}.xml-title-Yellowtheme6-library-pad .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:2px solid var(--background-color);z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-library-pad .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox{padding:1px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fff;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-pad{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-pad .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pad .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-pad .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-pad .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-pad .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-pad>div{width:100%}.xml-title-Greentheme1-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-pad .title-container .left-image .image-container,.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme1-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-pad .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-pad>div{width:100%}.xml-title-Greentheme2-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-pad .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-pad .title-container .left-image .image-container,.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-Greentheme2-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme2-library-pad .title-container .right-top-bg{max-width:90%;min-width:50%;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:relative;margin-left:-18px;margin-top:-5px}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi{width:99%;height:16px;background-color:var(--background-color);-webkit-transform:skewX(50deg);transform:skewX(50deg);margin-left:-25px;position:relative;z-index:999}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div{width:10px;height:40px;position:absolute;right:-8px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div>div{margin-right:3px}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:var(--background-color);position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-library-pad .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-library-pad>div{width:100%}.xml-title-Greentheme3-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-library-pad .title-container .right-top-bg{width:100%;height:50%;background-color:var(--background-color);border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-library-pad .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-library-pad>div{width:100%}.xml-title-Greentheme4-library-pad .cont-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-library-pad .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-library-pad .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:var(--background-color);position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-library-pad .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-library-pad .title-container .text-container .editorClass .w-e-text-container p,.xml-title-hexagon-library-pad .title-container .text-container .editorClass .w-e-text-container p{margin:0;line-height:2.3}.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-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-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;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;height:100%;content:"";right:0;z-index:999}.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-sixteen-library-pad>div,.xml-title-sixteen-library-pc>div{min-width:40%}.xml-title-seventeen-library-pad .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-seventeen-library-pad .title-container .left-image{z-index:0;width:48px;height:48px;border-radius:50%;background-color:var(--background-color);padding:3px;position:absolute;left:0}.xml-title-seventeen-library-pad .title-container .left-image .image-container{width:100%;height:100%;border-radius:50%;background-color:var(--background-color);border:2px solid #fff}.xml-title-seventeen-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.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::after,.xml-title-Redtheme3-library-pad .title-container::before,.xml-title-thirtyone-library-pad .title-container::before,.xml-title-thirtytwo-library-pad .title-container::before{background-color:var(--background-color);content:""}.xml-title-Redtheme3-library-pad .title-container::before{width:20px;height:2px;position:absolute;right:-7px;bottom:-8px}.xml-title-Redtheme3-library-pad .title-container::after{width:2px;height:30px;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{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-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-pad .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.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{width:119px;height:4px;position:absolute;bottom:-1px;left:-1px}.xml-title-thirtyone-library-pad .title-container::after{content:"";width:15px;height:20px;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-pad .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-pad .xml-group-h5{position:relative}.xml-title-thirtytwo-library-pad .xml-group-h5::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-pad .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-pad .title-container::before{width:20px;height:31px;position:absolute;bottom:0;left:0}.xml-title-thirtytwo-library-pad .title-container::after{content:"";width:30%;border-bottom:solid 2px var(--background-color);position:absolute;right:0;bottom:3px;z-index:-1}.xml-title-thirtytwo-library-pad .title-container .text-container{border:2px solid transparent}.xml-title-thirtythree-library-pad .xml-group-h5{padding-left:15px;padding-bottom:10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:left}.xml-title-thirtythree-library-pad .xml-group-h5::before{content:"";width:7px;height:17px;background-color:#636363;position:absolute;bottom:0;left:0;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-thirtythree-library-pad .xml-group-h5::after{content:"";width:calc(100% - 15px);height:10px;background-color:#636363;position:absolute;bottom:3px;right:0;z-index:0}.xml-title-thirtythree-library-pad .xml-group-h5 .title-container{background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg);display:inline-block;padding:3px 15px;z-index:99;position:relative;border:2px solid transparent;margin-left:7px}.xml-title-thirtythree-library-pad .xml-group-h5 .title-container::before{content:"";width:15px;height:calc(100% + 8px);background-color:var(--background-color);position:absolute;left:-2px;top:5px}.xml-title-thirtythree-library-pad .xml-group-h5 .title-container .text-container{-webkit-transform:skew(25deg);transform:skew(25deg);border:2px solid transparent}.xml-title-thirtyfour-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-thirtyfour-library-pad::before{content:"";width:46px;height:46px;background-color:var(--background-color);border-radius:50%;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyfour-library-pad .title-container{background-color:var(--background-color);border-radius:20px;position:relative;z-index:9;display:inline-block;padding:1px;border:2px solid transparent}.xml-title-thirtyfour-library-pad .title-container .text-container{background-color:#fff;border-radius:20px;padding:3px 18px;border:2px solid transparent}.xml-title-thirtyfive-library-pad .title-container{padding-left:22px;padding-top:12px;position:relative;text-align:left}.xml-title-thirtyfive-library-pad .title-container::before{content:"";width:56px;height:56px;border:4px solid var(--background-color);background-color:#fff;position:absolute;left:0;top:0}.xml-title-thirtyfive-library-pad .title-container .suptitle-box{background-color:var(--background-color);border:4px solid #fff;display:inline-block;padding:15px;position:relative;z-index:9}.xml-title-thirtyfive-library-pad .title-container .suptitle-box .text-container{border:2px solid transparent}.xml-title-thirtyfive-library-pad .title-container .subtitle-box{position:relative;padding:0 15px 10px 20px;display:inline-block}.xml-title-thirtyfive-library-pad .title-container .subtitle-box::after{content:"";width:31px;height:31px;border-right:solid 4px var(--background-color);border-bottom:solid 4px var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtyfive-library-pad .title-container .subtitle-box .text-container{border:2px solid transparent}.xml-title-thirtysix-library-pad .title-container .left-line::after,.xml-title-thirtysix-library-pad .title-container .right-line::before{height:15px;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);content:"";bottom:0}.xml-title-thirtysix-library-pad{text-align:center}.xml-title-thirtysix-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtysix-library-pad .title-container .left-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pad .title-container .left-line::after{width:10px;position:absolute;right:-2px;-webkit-transform:skew(30deg);transform:skew(30deg)}.xml-title-thirtysix-library-pad .title-container .right-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pad .title-container .right-line::before{width:10px;position:absolute;left:-2px;-webkit-transform:skew(-30deg);transform:skew(-30deg)}.xml-title-thirtysix-library-pad .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 196px)}.xml-title-thirtyseven-library-pad{text-align:center}.xml-title-thirtyseven-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtyseven-library-pad .title-container .left-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pad .title-container .left-line::after{content:"";width:10px;height:27px;position:absolute;bottom:-10px;right:-5px;border-right:2px solid var(--background-color)}.xml-title-thirtyseven-library-pad .title-container .right-line{width:48px;height:4px;background-color:var(--background-color);border-radius:2px;position:relative}.xml-title-thirtyseven-library-pad .title-container .right-line::before{content:"";width:10px;height:27px;position:absolute;bottom:-10px;left:-5px;border-left:2px solid var(--background-color)}.xml-title-thirtyseven-library-pad .title-container .text-container{border:2px solid transparent;text-align:left;margin:0 13px;max-width:calc(100% - 126px)}.xml-title-thirtyeight-library-pad{text-align:center}.xml-title-thirtyeight-library-pad .title-container{display:inline-block;border:1px solid var(--background-color)!important;padding:3px 16px;position:relative}.xml-title-thirtyeight-library-pad .title-container::after,.xml-title-thirtyeight-library-pad .title-container::before{width:5px;height:24px;background-color:var(--background-color);position:absolute;top:50%;content:""}.xml-title-thirtyeight-library-pad .title-container::before{left:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pad .title-container::after{right:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pad .title-container .text-container{border:2px solid transparent;text-align:left}.xml-title-BuleRectangle-library-pad{text-align:center}.xml-title-BuleRectangle-library-pad .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border{position:relative;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-6px;right:-7px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;left:-8px;bottom:-8px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .rigth-titlebox-usb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44%;font-weight:600!important;margin:15px 0}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .trapezoid{background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:44%;width:52%;padding:5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .trapezoid .rigth-titlebox{width:100%}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangle-library-pad .title-container .trapezoid-border .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangle-library-pad .left-image{width:5%;border:6px solid var(--background-color);z-index:9;position:absolute;left:0}.xml-title-BuleRectangle-library-pad .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangle-library-pad .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangle-library-pad .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangle-library-pad .left-image .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-BuleRectangle-library-pad .right-image{width:10%;z-index:9;position:absolute;bottom:13px;right:17px}.xml-title-BuleRectangle-library-pad .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-pad{text-align:center}.xml-title-BuleRectangleTwo-library-pad .title-container{display:inline-block;width:100%;background:#dfecfa;position:relative;right:-3px;bottom:-3px}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border{position:relative;height:120px;width:100%;border:3px solid #609fe5;top:-10px;left:-10px}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rightTopround{position:absolute;width:12px;height:12px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;top:-7px;left:99%}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .leftTopround{position:absolute;width:16px;height:16px;border:2px solid #609fe5;border-radius:10px;background-color:#fff;bottom:-8px;left:-8px}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:55%;background-color:#609fe5;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);height:40%;padding:0 14px;position:relative;top:30%;left:20%}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rigth-titlebox{width:100%;font-weight:600!important}.xml-title-BuleRectangleTwo-library-pad .title-container .trapezoid-border .rigth-titlebox .parent-group-mark{line-height:3}.xml-title-BuleRectangleTwo-library-pad .title-container .right-dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:3px;right:72px}.xml-title-BuleRectangleTwo-library-pad .title-container .right-dot .dot{width:5px;height:5px;border:1px solid #609fe5;border-radius:10px;background-color:#609fe5;margin-top:1px;margin-left:2px}.xml-title-BuleRectangleTwo-library-pad .title-container .right-rapezoid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:-20px;right:5px;width:96px;height:18px;clip-path:polygon(0 0,100% 0,94% 100%,6% 100%);background-color:#609fe5}.xml-title-BuleRectangleTwo-library-pad .title-container .right-rapezoid .dot{width:5px;height:5px;border:1px solid #fff;border-radius:10px;background-color:#fff;margin-top:8px;margin-left:3px;position:relative;left:33px}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image{width:25px;border:6px solid var(--background-color);z-index:9;position:absolute;left:7px}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container{width:100%;height:100%;border:2px solid #fff}.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-BuleRectangleTwo-library-pad .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%}.xml-title-BuleRectangleTwo-library-pad .title-container .right-image{width:58px;z-index:9;position:absolute;bottom:0;right:5px}.xml-title-BuleRectangleTwo-library-pad .title-container .right-image img{width:100%;height:100%;-o-object-position:center;object-position:center}.xml-title-titleLogging-library-pad{text-align:left}.xml-title-titleLogging-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;margin-top:-3px;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleLogging-library-pad .title-container .right-top-bg{border-bottom:2px solid #609fe5!important;margin-top:6px;position:relative;z-index:9;width:100%}.xml-title-titleLogging-library-pad .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-40px}.xml-title-titleLogging-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLogging-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLogging-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLogging-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLogging-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleLogging-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleQuestion-library-pad{text-align:left}.xml-title-titleQuestion-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleQuestion-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleQuestion-library-pad .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;margin-left:-35px;bottom:0}.xml-title-titleQuestion-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleQuestion-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleQuestion-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleQuestion-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleQuestion-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleQuestion-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleCrane-library-pad{text-align:left}.xml-title-titleCrane-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:35px}.xml-title-titleCrane-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleCrane-library-pad .title-container .left-image{z-index:0;width:75px;height:63px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleCrane-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleCrane-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleCrane-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleCrane-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleCrane-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleCrane-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleLight-library-pad{text-align:left}.xml-title-titleLight-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px}.xml-title-titleLight-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleLight-library-pad .title-container .left-image{z-index:0;width:67px;height:60px;border:6px solid var(--background-color);position:absolute;bottom:0;left:0}.xml-title-titleLight-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleLight-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleLight-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleLight-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleLight-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleLight-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleTearcher-library-pad{text-align:left}.xml-title-titleTearcher-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleTearcher-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:6px;z-index:9;position:relative}.xml-title-titleTearcher-library-pad .title-container .left-image{z-index:0;width:67px;height:50px;border:6px solid var(--background-color);position:absolute;left:0;bottom:0}.xml-title-titleTearcher-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleTearcher-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleTearcher-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleTearcher-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleTearcher-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleTearcher-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-titleText-library-pad{text-align:left}.xml-title-titleText-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-titleText-library-pad .title-container .right-top-bg{width:100%;border-bottom:2px solid #609fe5!important;margin-top:12px;z-index:9;position:relative}.xml-title-titleText-library-pad .title-container .left-image{z-index:0;width:60px;height:45px;border:6px solid var(--background-color);position:absolute;left:0;bottom:5px}.xml-title-titleText-library-pad .title-container .left-image .image-container{width:100%;height:100%;margin-left:-63px;margin-top:-19px}.xml-title-titleText-library-pad .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-titleText-library-pad .title-container .left-image .image-container .xml-image-dan-tu .el-image,.xml-title-titleText-library-pad .title-container .left-image .image-container .xml-image-dan-tu img,.xml-title-titleText-library-pad .title-container .left-image img{width:100%;height:100%}.xml-title-titleText-library-pad .title-container p{text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.xml-title-thirtynine-library-pad{text-align:center}.xml-title-thirtynine-library-pad .title-container{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:5px 16px;position:relative}.xml-title-thirtynine-library-pad .title-container::before{content:"";width:7px;height:7px;position:absolute;left:0;bottom:0;background:linear-gradient(45deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-pad .title-container::after{content:"";width:7px;height:7px;position:absolute;right:0;top:0;background:linear-gradient(-135deg,#fff 50%,transparent 50%,transparent 100%);z-index:1}.xml-title-thirtynine-library-pad .title-container .mask{position:absolute;top:6px;left:0;width:100%;height:calc(100% - 16px);background-color:var(--background-color);opacity:.5;pointer-events:none}.xml-title-thirtynine-library-pad .title-container .title-number{height:50px;background-color:var(--background-color);border-radius:0 0 10px 10px;min-width:50px;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:-6px;padding:0 8px}.xml-title-thirtynine-library-pad .title-container .title-number .line1{position:absolute;width:7px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg)}.xml-title-thirtynine-library-pad .title-container .title-number .line2{position:absolute;width:4px;height:135%;background-color:rgba(255,255,255,.1);-webkit-transform:rotate(35deg);transform:rotate(35deg);margin-left:22px}.xml-title-thirtynine-library-pad .title-container .title-number::before{content:"";width:7px;height:7px;background:linear-gradient(-45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;left:-7px}.xml-title-thirtynine-library-pad .title-container .title-number::after{content:"";width:7px;height:7px;background:linear-gradient(45deg,#000 50%,transparent 50%,transparent 100%);position:absolute;top:0;right:-7px}.xml-title-thirtynine-library-pad .title-container .title-text{position:relative;z-index:9;padding:4px 0 8px 14px}.xml-title-thirtynine-library-pad .title-container .text-container{position:relative;border:2px solid transparent!important;z-index:1}.xml-title-Forty-library-pad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;padding-left:18px!important}.xml-title-Forty-library-pad>div{width:100%}.xml-title-Forty-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9}.xml-title-Forty-library-pad .title-container .left-image{width:63px;height:74px;background-color:var(--background-color);position:relative;z-index:9;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.xml-title-Forty-library-pad .title-container .left-image .image-box{width:74%;height:75%;background-color:#fff;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container{width:100%;height:86%;border-radius:50%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);border:2px solid #fff}.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container .xml-image-dan-tu,.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container .xml-image-dan-tu img{border-radius:50%;width:100%;height:100%}.xml-title-Forty-library-pad .title-container .left-image .image-box .image-container .xml-image-dan-tu .el-image{width:100%;height:100%}.xml-title-Forty-library-pad .title-container .right-top-bg{min-height:50px;max-width:77%;position:relative;margin-left:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px}.xml-title-Forty-library-pad .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);opacity:.5;border-radius:5px}.xml-title-Forty-library-pad .title-container .right-top-bg .right-block{width:60px;height:30px;position:absolute;right:-8px;bottom:-8px;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 .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 .editorClass .w-e-text-container{background-color:transparent}.xml-title-Fortyone-library-pad .title-container .rigth-titlebox .text-container .edit-mode-inject{width:100%}.xml-title-Sevenpageone-library-pad{text-align:left}.xml-title-Sevenpageone-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpageone-library-pad .title-container .title-bgimg{width:100%;height:295px;background-size:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox{width:250px;height:66px;background-color:#0168b6;opacity:.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:60px}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox .triangle_left{width:20px;height:20px;clip-path:polygon(0 0,0 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-pad .title-container .big-titlebox .triangle_right{width:20px;height:20px;clip-path:polygon(0 0,100% 100%,100% 0);background-color:#fff;margin:4px}.xml-title-Sevenpageone-library-pad .title-container .small-titlebox{margin-top:18px;text-align:center}.xml-title-Sevenpagetwo-library-pad{text-align:left}.xml-title-Sevenpagetwo-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:60px;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Sevenpagetwo-library-pad .title-container .left-box{width:57%;position:relative}.xml-title-Sevenpagetwo-library-pad .title-container .left-box .left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:6px}.xml-title-Sevenpagetwo-library-pad .title-container .left-box img{width:14px;height:14px;margin-right:6px}.xml-title-Sevenpagetwo-library-pad .title-container .left-box .bottomzhuangshi{width:118px;height:10px;clip-path:polygon(0 0,100% 0,93% 100%,0 100%);background-color:#0168b6;opacity:.2;position:absolute;left:0;bottom:-6px}.xml-title-Sevenpagetwo-library-pad .title-container .left-box .left-tiao-bottom{width:100%;border:1px solid #0168b6;position:absolute;left:0;bottom:-2px}.xml-title-Sevenpagetwo-library-pad .title-container .right-box{width:33%;height:14px;position:absolute;bottom:18.5%;right:6.7%}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .xietiao{width:7.4%;height:14px;background:linear-gradient(to bottom right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .right-top{width:92%;height:14px;border-top:1px solid #0168b6;position:absolute;bottom:1px;left:6.7%}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .bottom-zhuangshi .cuxietiao{width:4.1%;height:10px;background-color:#80b3da;clip-path:polygon(66% 0,100% 0,34% 99%,0 100%);margin-top:4px}.xml-title-Sevenpagetwo-library-pad .title-container .right-box .bottom-zhuangshi .circle{color:#0168b6;margin-top:4px;position:absolute;right:2%;bottom:-6px}.xml-title-Sevenpagethree-library-pad{text-align:left}.xml-title-Sevenpagethree-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagethree-library-pad .title-container .bottomzhuangshi{width:80%;height:10px;background-color:#c4def1;position:absolute;left:40px;bottom:-2px}.xml-title-Sevenpagethree-library-pad .title-container .left-box{width:44%;position:relative}.xml-title-Sevenpagethree-library-pad .title-container .left-box .toptiao{width:88%;border:1px solid #0168b6;position:absolute;left:0;top:-8px;z-index:1}.xml-title-Sevenpagethree-library-pad .title-container .left-box .tixing-bg{width:45%;height:28px;background-color:#c4def1;clip-path:polygon(0 0,100% 0,67% 99%,0 100%);position:absolute;left:0;top:-14px}.xml-title-Sevenpagethree-library-pad .title-container .left-box .left-content{width:96%;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;clip-path:polygon(0 0,87% 0,100% 100%,0 100%);background-color:#0168b6;padding-left:8px}.xml-title-Sevenpagethree-library-pad .title-container .left-box img{width:22px;height:22px;margin-right:8px}.xml-title-Sevenpagethree-library-pad .title-container .left-box .right-xietiao{width:13%;height:42px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 2px),#0168b6 50%,transparent calc(50% + 2px),transparent 100%);position:absolute;right:-2px;top:-8px}.xml-title-Sevenpagethree-library-pad .title-container .right-box{width:56%;height:100%}.xml-title-Sevenpagethree-library-pad .title-container .right-box .right-bottom{width:44%;height:100%;border-bottom:1px solid #0168b6;position:absolute;bottom:2px}.xml-title-Sevenpagethree-library-pad .title-container .right-box .bottom-zhuangshi{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:14%}.xml-title-Sevenpagethree-library-pad .title-container .right-box .bottom-zhuangshi .cuxietiao{width:6.1%;height:10px;background-color:#0168b6;clip-path:polygon(29% 0,51% 0,96% 100%,74% 100%);margin-top:4px}.xml-title-Sevenpagethree-library-pad .title-container .right-box .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:3.5%;bottom:-2px}.xml-title-Sevenpagefour-library-pad{text-align:left}.xml-title-Sevenpagefour-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.xml-title-Sevenpagefour-library-pad .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefour-library-pad .title-container .title-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-Sevenpagefour-library-pad .title-container .title-top .shutiao{border-left:1px solid #0168b6;height:28px;margin:0 4px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom{width:100%;position:relative}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .title-bottom-bg0{width:92%;border-bottom:1px solid #0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian{width:54%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:6px;position:absolute;bottom:-2px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian .title-bottom-bg1{width:82%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian .title-bottom-bg2{width:7.5%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .left-xian .title-bottom-bg3{width:2.6%;height:100%;background-color:#0168b6}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .circle{width:10px;height:10px;border:1px solid #0168b6;border-radius:8px;position:absolute;right:6%;bottom:-4px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .right-xian{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:0;bottom:2px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .right-xian .top-xian{width:92%;border-top:1px solid #0168b6;position:absolute;right:50%;bottom:8px}.xml-title-Sevenpagefour-library-pad .title-container .title-bottom .right-xian .right-xiexian{position:absolute;right:40%;bottom:2px;width:10%;height:6px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%)}.xml-title-Sevenpagefive-library-pad{text-align:left}.xml-title-Sevenpagefive-library-pad .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;padding-left:40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:180px}.xml-title-Sevenpagefive-library-pad .title-container .title-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Sevenpagefive-library-pad .title-container .title-bg{width:98%;height:140px;background-color:#0168b6;opacity:.1;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-pad .title-container .title-content{width:98%;height:140px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;top:0;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .title-content .small-titlebox{margin:25px 0 16px 12px;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .title-content .big-titlebox{width:50%;text-align:center;margin-top:70px;margin-left:5%;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .right-jiao{width:20px;height:20px;background-color:#73acd7;position:absolute;right:-4px;top:-4px}.xml-title-Sevenpagefive-library-pad .title-container .title-border{width:98%;height:125px;border:1px solid #0168b6;border-bottom:none;border-top:none;position:absolute;top:10px;left:2px;z-index:3}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-top{width:100%;position:absolute;left:0;top:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-top .border-left{width:50%;border-top:1px solid #0168b6}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-top .border-right{width:20%;border-top:1px solid #0168b6;position:absolute;right:0;top:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .xie-cutiao{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-5px;left:50%;z-index:999}.xml-title-Sevenpagefive-library-pad .title-container .title-border .xie-cutiao .xie-cutiao-item{width:10px;height:10px;background-color:#0168b6;clip-path:polygon(42% 0,100% 0,56% 98%,0 100%)}.xml-title-Sevenpagefive-library-pad .title-container .title-border .circle{width:8px;height:8px;background-color:#0168b6;border-radius:8px;position:absolute;left:-.8%;bottom:-8px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .sanjiao{width:12px;height:12px;clip-path:polygon(100% 0,0 0,0 100%);background-color:#0168b6;margin:2px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom{width:calc(100% - 22px);border-bottom:1px solid #0168b6;position:absolute;left:2%;bottom:-16px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom .left-xiexian{width:2%;height:8px;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;left:-2%;bottom:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom .cutiao{width:13%;height:14px;background-color:#0168b6;position:absolute;left:5%;bottom:-7px}.xml-title-Sevenpagefive-library-pad .title-container .title-border .border-bottom .right-xiexian{width:3%;height:16px;background:linear-gradient(to top left,transparent 0,transparent calc(50% - 1px),#0168b6 50%,transparent calc(50% + 1px),transparent 100%);position:absolute;right:-4%;bottom:0}.xml-title-Sevenpagefive-library-pad .title-container .title-border .point{color:#0168b6;position:absolute;right:4%;bottom:0}.xml-title-first-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 7px}.xml-title-first-library-pc .title-container .title-left-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#eaecef),to(var(--background-color)));background-image:linear-gradient(180deg,#eaecef 3%,var(--background-color) 100%);position:absolute;left:-12px;top:0;z-index:999;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pc .title-container .title-right-img{width:12px;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,var(--background-color)),to(#eaecef));background-image:linear-gradient(180deg,var(--background-color) 3%,#eaecef 100%);position:absolute;top:0;right:-13px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-first-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--background-color)!important;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:3px 15px;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-first-library-pc .title-container .text-container>div{-webkit-transform:skew(25deg);transform:skew(25deg)}.xml-title-first-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-first-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.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 .editorClass .w-e-text-container{background-color:transparent}.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-sixth-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.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-semicircle-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fifteen-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-fifteen-library-pc .title-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-fifteen-library-pc .title-container .left-image{z-index:0;width:48px;height:48px;border:2px solid var(--background-color);border-radius:50% 50% 0;padding:5px;position:absolute;bottom:0;left:0}.xml-title-fifteen-library-pc .title-container .left-image ::after{content:"";height:15px;position:absolute;right:-2px;bottom:0;border-right:2px solid #fff}.xml-title-fifteen-library-pc .title-container .left-image .image-container,.xml-title-fifteen-library-pc .title-container .left-image .image-container .xml-image-dan-tu{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-fifteen-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{width:100%;height:100%;border-radius:50%}.xml-title-fifteen-library-pc .title-container .rigth-titlebox{min-height:48px;border-bottom:2px solid var(--background-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:45px}.xml-title-fifteen-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;padding-left:10px;border-radius:3px}.xml-title-fifteen-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-fifteen-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-thirteenth-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px}.xml-title-thirteenth-library-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-left:4px solid var(--background-color);border-right:4px solid var(--background-color);position:relative}.xml-title-thirteenth-library-pc .title-container .topleft{position:absolute;width:14%;max-width:47px;height:75%;top:-5px;left:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-pc .title-container .rightbottom{position:absolute;width:15%;max-width:47px;height:75%;bottom:-5px;right:-10px;background-color:var(--background-color);z-index:0}.xml-title-thirteenth-library-pc .title-container .topborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:999}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-left{width:33%;display:-webkit-box;display:-ms-flexbox;display:flex}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-left .Line1{width:42%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-left .Line2{width:20%;height:4px;background-color:var(--background-color);margin-right:4%}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-left .block{width:7px;height:7px;background-color:var(--background-color);margin-top:-3px;margin-right:4%}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-right{width:67%}.xml-title-thirteenth-library-pc .title-container .topborder .topborder-right .Line3{width:100%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pc .title-container .bottomborder{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:absolute;bottom:0;left:0;z-index:999}.xml-title-thirteenth-library-pc .title-container .bottomborder .Line1{width:45%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pc .title-container .bottomborder .block{width:7px;height:7px;background-color:var(--background-color);margin-bottom:-3px}.xml-title-thirteenth-library-pc .title-container .bottomborder .Line2{width:15%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pc .title-container .bottomborder .Line3{width:20%;height:4px;background-color:var(--background-color)}.xml-title-thirteenth-library-pc .title-container .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;z-index:99;background-color:#fff;padding:5px 20px}.xml-title-thirteenth-library-pc .title-container .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-thirteenth-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme5-library-pc>div{padding:0 20px}.xml-title-Yellowtheme5-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 15px,var(--background-color) 0) bottom left,linear-gradient(45deg,transparent 15px,var(--background-color) 0) top left,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;padding:5px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.xml-title-Yellowtheme5-library-pc .title-container::before{content:"";width:100%;height:2px;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pc .title-container::after{content:"";width:2px;height:100%;background:var(--background-color);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.xml-title-Yellowtheme5-library-pc .title-container .left-img{position:absolute;width:50px;height:60%;top:50%;left:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(45deg,transparent 25px,var(--background-color) 0) bottom left,linear-gradient(135deg,transparent 25px,var(--background-color) 0) top left;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pc .title-container .right-img{position:absolute;width:50px;height:60%;top:50%;right:-22px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background:linear-gradient(-45deg,transparent 25px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 25px,var(--background-color) 0) top right;background-size:100% 100%;background-repeat:no-repeat}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox{padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;border-radius:24px}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme5-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Yellowtheme6-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Yellowtheme6-library-pc>div{height:100%}.xml-title-Yellowtheme6-library-pc .title-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:2px solid var(--background-color);z-index:9;padding:3px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xml-title-Yellowtheme6-library-pc .title-container .zhuangshi1{position:absolute;width:10px;height:85%;left:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .zhuangshi2{position:absolute;width:10px;height:85%;right:5px;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox{padding:1px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;background-color:var(--background-color)}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:#fff;border-radius:24px;padding:0 12px}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container p{-webkit-margin-before:3px!important;margin-block-start:3px!important;-webkit-margin-after:3px!important;margin-block-end:3px!important}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Yellowtheme6-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-twelfth-library-pc{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container{min-width:148px;height:48px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-twelfth-library-pc .title-container .title-left{border-radius:50%;border:4px solid #fff;width:48px;min-width:48px;height:48px;margin-right:-11px;position:relative;background:var(--background-color);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-twelfth-library-pc .title-container .title-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 25px;border-radius:0 20px 20px 0;background:var(--background-color);overflow:hidden}.xml-title-twelfth-library-pc .title-container .title-text .text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis}.xml-title-twelfth-library-pc .title-container .title-text .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-twelfth-library-pc .title-container .title-text .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme1-library-pc>div{width:100%}.xml-title-Greentheme1-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme1-library-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme1-library-pc .title-container .left-image .image-container,.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu,.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{height:100%;border-radius:50%;width:100%}.xml-title-Greentheme1-library-pc .title-container .left-image .image-container .xml-image-dan-tu .el-image{height:100%}.xml-title-Greentheme1-library-pc .title-container .right-top-bg{height:50px;min-width:50%;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding-right:20px;padding-top:15px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);position:absolute;left:50px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .zhuangshi{position:absolute;top:0;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:skewX(50deg);transform:skewX(50deg)}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .zhuangshi>div{width:8px;height:20px;background-color:var(--background-color);margin-right:8px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox{height:47px;background-color:var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme1-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme2-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme2-library-pc>div{width:100%}.xml-title-Greentheme2-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme2-library-pc .title-container .left-image{width:74px;height:74px;background-color:#fff;border:6px solid var(--background-color);border-radius:50%;z-index:9}.xml-title-Greentheme2-library-pc .title-container .left-image .image-container,.xml-title-Greentheme2-library-pc .title-container .left-image .image-container .xml-image-dan-tu{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{margin-right:3px}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div .top-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(30deg);transform:skewX(30deg)}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .top-zhuangshi>div>div .bottom-jiantou{width:4px;height:16px;background-color:var(--background-color);-webkit-transform:skewX(-30deg);transform:skewX(-30deg)}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .bottomzhuangshi{width:90%;height:30px;background-color:var(--background-color);position:absolute;bottom:-5px;z-index:0}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox{height:53px;background-color:#fff;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color);padding:0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:9}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;-webkit-transform:skew(30deg);transform:skew(30deg);border-radius:3px}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme2-library-pc .title-container .right-top-bg .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme3-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-Greentheme3-library-pc>div{width:100%}.xml-title-Greentheme3-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.xml-title-Greentheme3-library-pc .title-container .right-top-bg{width:100%;height:50%;background-color:var(--background-color);border-radius:10px;padding:0 10px;position:absolute;bottom:0;left:0;z-index:0}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox{position:relative;padding:0 20px}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme3-library-pc .title-container .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme4-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.xml-title-Greentheme4-library-pc>div{width:100%}.xml-title-Greentheme4-library-pc .cont-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.xml-title-Greentheme4-library-pc .cont-box .title-container{width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9;background-color:#fff;border:2px solid var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme4-library-pc .cont-box .title-container .right-top-bg{width:20px;height:20px;background-color:var(--background-color);position:absolute;top:36px;left:-11px}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox{position:relative;background-color:#fff;margin-left:-25px;z-index:9;min-height:23px;max-width:90%}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .edit-mode-inject{width:100%}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;position:relative;border-radius:3px;z-index:9}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;word-break:break-all}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container p{line-height:2.3}.xml-title-Greentheme4-library-pc .cont-box .rigth-titlebox .text-container .editorClass .w-e-text-container{background-color:transparent}.xml-title-Greentheme6-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 45px}.xml-title-Greentheme6-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px;margin:0 auto}.xml-title-Greentheme6-library-pc .title-container .title-left-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-title-Greentheme6-library-pc .title-container .title-left-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pc .title-container .title-left-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pc .title-container .title-right-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-Greentheme6-library-pc .title-container .title-right-img .line{width:41px;height:1px;border:1px solid var(--background-color)}.xml-title-Greentheme6-library-pc .title-container .title-right-img .block1{width:15px;height:15px;background-color:var(--background-color);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.xml-title-Greentheme6-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Greentheme6-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 3px;max-width:70%}.xml-title-Greentheme6-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Greentheme6-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.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-hexagon-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-fourteen-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}.xml-title-fourteen-library-pc .title-container{min-width:148px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,transparent 0,var(--background-color) 0) top left,linear-gradient(45deg,transparent 0,var(--background-color) 0) bottom left,linear-gradient(-45deg,transparent 15px,var(--background-color) 0) bottom right,linear-gradient(-135deg,transparent 15px,var(--background-color) 0) top right;background-size:50% 50%;background-repeat:no-repeat;position:relative;border-radius:12px;padding:5px 10px 5px 5px}.xml-title-fourteen-library-pc .title-container .cont-box{width:100%;position:relative;overflow:hidden;-webkit-box-shadow:0 2px 7px 0 var(--background-color);box-shadow:0 2px 7px 0 var(--background-color)}.xml-title-fourteen-library-pc .title-container .cont-box::after,.xml-title-fourteen-library-pc .title-container .cont-box::before{background:var(--background-color);position:absolute;right:0;z-index:999;height:100%;content:"";width:2px}.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::after,.xml-title-Redtheme3-library-pc .title-container::before{background-color:var(--background-color);position:absolute;right:-7px;bottom:-8px;content:""}.xml-title-Redtheme3-library-pc .title-container::before{width:20px;height:2px}.xml-title-Redtheme3-library-pc .title-container::after{width:2px;height:30px}.xml-title-Redtheme3-library-pc .title-container .w-e-text-container,.xml-title-Redtheme4-library-pc .title-container .w-e-text-container{background:rgba(0,0,0,.2509803922)}.xml-title-Redtheme3-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9;-webkit-transform:skew(20deg);transform:skew(20deg)}.xml-title-Redtheme3-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme3-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-Redtheme4-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 25px!important}.xml-title-Redtheme4-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:10px}.xml-title-Redtheme4-library-pc .title-container .left-icon{position:relative;margin-right:10px;margin-top:-4px}.xml-title-Redtheme4-library-pc .title-container .left-icon::before{content:"";width:0;height:0;border:15px solid #000;border-left:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-8px;right:0;margin-right:5px}.xml-title-Redtheme4-library-pc .title-container .left-icon::after{content:"";width:0;height:0;border:10px solid var(--background-color);border-right:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;left:0}.xml-title-Redtheme4-library-pc .title-container .right-icon{position:relative;margin-top:-5px;margin-left:10px}.xml-title-Redtheme4-library-pc .title-container .right-icon::before{content:"";width:0;height:0;border:10px solid var(--background-color);border-left:8px solid transparent;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:-5px;right:0;margin-right:5px}.xml-title-Redtheme4-library-pc .title-container .right-icon::after{content:"";width:0;height:0;border:15px solid #000;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;top:-6px;left:0}.xml-title-Redtheme4-library-pc .title-container .text-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;overflow:hidden;text-overflow:ellipsis;padding:0 20px;margin-left:-2px;z-index:9}.xml-title-Redtheme4-library-pc .title-container .text-container .editorClass{word-break:break-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-Redtheme4-library-pc .title-container .text-container .editorClass .w-e-text-container p{line-height:2.3;margin:0}.xml-title-thirtyone-library-pc .title-container{text-align:left;padding-right:30px;padding-bottom:7px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px #adadad!important;position:relative}.xml-title-thirtyone-library-pc .title-container::before{content:"";width:119px;height:4px;background-color:var(--background-color);position:absolute;bottom:-1px;left:-1px}.xml-title-thirtyone-library-pc .title-container::after{content:"";width:15px;height:20px;border-left:5px solid var(--background-color);border-right:5px solid var(--background-color);position:absolute;bottom:7px;right:5px;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.xml-title-thirtyone-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-thirtytwo-library-pc .xml-group-pc{position:relative}.xml-title-thirtytwo-library-pc .xml-group-pc::before{content:"";width:calc(100% - 30px);border-bottom:2px solid var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtytwo-library-pc .title-container{text-align:left;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:9}.xml-title-thirtytwo-library-pc .title-container::before{content:"";width:20px;height:31px;background-color:var(--background-color);position:absolute;bottom:0;left:0}.xml-title-thirtytwo-library-pc .title-container::after{content:"";width:30%;border-bottom:solid 2px var(--background-color);position:absolute;right:0;bottom:3px;z-index:-1}.xml-title-thirtytwo-library-pc .title-container .text-container{border:2px solid transparent}.xml-title-thirtythree-library-pc .xml-group-pc{padding-left:15px;padding-bottom:10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:left}.xml-title-thirtythree-library-pc .xml-group-pc::before{content:"";width:7px;height:17px;background-color:#636363;position:absolute;bottom:0;left:0;-webkit-transform:skew(-25deg);transform:skew(-25deg)}.xml-title-thirtythree-library-pc .xml-group-pc::after{content:"";width:calc(100% - 15px);height:10px;background-color:#636363;position:absolute;bottom:3px;right:0;z-index:0}.xml-title-thirtythree-library-pc .xml-group-pc .title-container{background-color:var(--background-color);-webkit-transform:skew(-25deg);transform:skew(-25deg);display:inline-block;padding:3px 15px;z-index:99;position:relative;border:2px solid transparent;margin-left:7px}.xml-title-thirtythree-library-pc .xml-group-pc .title-container::before{content:"";width:15px;height:calc(100% + 8px);background-color:var(--background-color);position:absolute;left:-2px;top:5px}.xml-title-thirtythree-library-pc .xml-group-pc .title-container .text-container{-webkit-transform:skew(25deg);transform:skew(25deg);border:2px solid transparent}.xml-title-thirtyfour-library-pc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xml-title-thirtyfour-library-pc .xml-group-pc{position:relative;padding-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-title-thirtyfour-library-pc .xml-group-pc::before{content:"";width:46px;height:46px;background-color:var(--background-color);border-radius:50%;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyfour-library-pc .title-container{background-color:var(--background-color);border-radius:20px;position:relative;z-index:9;display:inline-block;padding:1px;border:2px solid transparent}.xml-title-thirtyfour-library-pc .title-container .text-container{background-color:#fff;border-radius:20px;padding:3px 18px;border:2px solid transparent}.xml-title-thirtyfive-library-pc .title-container{padding-left:22px;padding-top:12px;position:relative;text-align:left}.xml-title-thirtyfive-library-pc .title-container::before{content:"";width:56px;height:56px;border:4px solid var(--background-color);background-color:#fff;position:absolute;left:0;top:0}.xml-title-thirtyfive-library-pc .title-container .suptitle-box{background-color:var(--background-color);border:4px solid #fff;display:inline-block;padding:15px;position:relative;z-index:9}.xml-title-thirtyfive-library-pc .title-container .suptitle-box .text-container{border:2px solid transparent}.xml-title-thirtyfive-library-pc .title-container .subtitle-box{position:relative;padding:0 15px 10px 20px;display:inline-block}.xml-title-thirtyfive-library-pc .title-container .subtitle-box::after{content:"";width:31px;height:31px;border-right:solid 4px var(--background-color);border-bottom:solid 4px var(--background-color);position:absolute;bottom:0;right:0}.xml-title-thirtyfive-library-pc .title-container .subtitle-box .text-container{border:2px solid transparent}.xml-title-thirtysix-library-pc{text-align:center}.xml-title-thirtysix-library-pc .title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-title-thirtysix-library-pc .title-container .left-line{width:83px;height:15px;border-bottom:solid 3px var(--background-color);position:relative}.xml-title-thirtysix-library-pc .title-container .left-line::after,.xml-title-thirtysix-library-pc .title-container .right-line::before{width:10px;height:15px;position:absolute;bottom:0;border-left:3px solid var(--background-color);border-right:3px solid var(--background-color);content:""}.xml-title-thirtysix-library-pc .title-container .left-line::after{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{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{height:24px;background-color:var(--background-color);position:absolute;top:50%;content:""}.xml-title-thirtyeight-library-pc .title-container::before{width:5px;left:-3px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.xml-title-thirtyeight-library-pc .title-container::after{width:5px;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,.xml-title-BuleRectangleTwo-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 .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%;height:100%;width: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;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,.xml-title-Fortyone-library-pc .title-container .left-image .image-container .xml-image-dan-tu img{border-radius:50%;height:100%;width:100%}.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 .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-Sevenpagefour-library-pc,.xml-title-Sevenpagethree-library-pc,.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 .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 .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%)}
\ No newline at end of file
diff --git a/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlDigitalTeaching.css b/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlDigitalTeaching.css
index a66e6a4..548dcfa 100644
--- a/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlDigitalTeaching.css
+++ b/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlDigitalTeaching.css
@@ -1 +1 @@
-@charset "UTF-8";.xml-digital-teaching-preview{--reader-background-color:#fafafa;--reader-theme-color:#ffffff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;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:727px;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:10;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-preview-catalog-pc .xml-text-book-name span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header{position:sticky;top:0;left:0;background:#fff;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:52px;padding:12px 0 20px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-title{padding:0 14px;font-family:PingFang SC;font-weight:500;font-size:16px;color:#4994fb}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-img{width:12px;height:18px;background-size:100% 100%}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-img-left{background-image:url(../../static/images/icons/books/catalog_left.png)}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-header .catalog-img-right{background-image:url(../../static/images/icons/books/catalog_right.png)}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalogHeaderHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:sticky;top:0;left:0;z-index:99;background-color:var(--reader-theme-color)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-parent-group-block .add-teacher-resources,.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .el-tree-node__expand-icon,.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .el-tree-node__expand-icon::before{display:none}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content{font-size:14px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .el-tree-node__content{position:relative;height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .is-current>.el-tree-node__content{position:relative;background:linear-gradient(88deg,#e3f2ff 0,#f9fcff 100%);border-radius:6px 0 0 6px}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .is-current>.el-tree-node__content::after{position:absolute;top:5px;left:0;content:"";display:block;width:3px;height:20px!important;background:#4994fb}.xml-digital-teaching-preview .xml-preview-catalog-pc .catalog-content .custom-tree-node{font-style:14px;font-weight:400;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;display:block!important}.xml-digital-teaching-preview .exceeding_the_trial_reading{position:absolute;top:0;right:0;z-index:99;display:block;width:100%;height:100%;background-color:rgba(0,0,0,.1);background-image:url(../../static/images/icons/resource/lock.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:100% 50%}.xml-digital-teaching-preview .xml-digital-teaching-phone{height:calc(100vh - var(--xml-reader-nav-bar-height));background-color:#f5f5f5}.xml-digital-teaching-preview .xml-digital-teaching-phone .xmlmback{position:absolute;top:122px;left:137px;z-index:1;padding-top:5px}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-reader-window-box{-webkit-touch-callout:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-reader-window-box .xml-reader-content{padding-bottom:85px}.xml-digital-teaching-preview .xml-digital-teaching-phone .preview-list{width:100%;height:calc(100vh - var(--xml-reader-nav-bar-height) - var(--vh-offset,0px));background-color:var(--reader-theme-color);-ms-scroll-chaining:none;overscroll-behavior:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .preview-list .xml-reader-window-Preview-dom{height:calc(100vh - var(--xml-reader-nav-bar-height) - var(--vh-offset,0px));overflow-y:auto}.xml-digital-teaching-preview .xml-digital-teaching-phone .preview-list .xml-reader-window-Preview-dom .reader-content{padding-bottom:90px}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop{width:100%;height:80vh;background-color:#f6fbff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.1);box-shadow:0 0 16px 0 rgba(0,0,0,.1);border-radius:22px 22px 0 0;padding:10px 15px 34px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop .xmlPreviewSearch-input{margin-top:0}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop .xmlPreviewSearch-input input{padding:1px 20px;background:#f3f3f3;border:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .search-pop .seach-text{background-color:#f6fbff;-webkit-box-shadow:none;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.1);padding:8px 0 14px;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-parent-group-block{position:relative}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .el-collapse-item__content{padding-bottom:0;width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar{padding:0 16px;width:100%;position:fixed;top:0;left:0;z-index:99;pointer-events:all}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con{width:100%;height:42px;background:#dee9ff;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.05);box-shadow:0 0 10px 0 rgba(0,0,0,.05);border-radius:12px;padding:5px 12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con .cur-name{width:70%;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#0d3b8b;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con .search-box{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:11px;color:#0d3b8b;line-height:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .title-bar .title-bar-con .search-box .icon{width:16px;height:16px;margin-left:12px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content{width:100%;height:100%;position:fixed;top:0;left:0;z-index:3003;pointer-events:none}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;position:absolute;width:100%;bottom:0;left:0;background:#fff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.2);box-shadow:0 0 16px 0 rgba(0,0,0,.2);pointer-events:all;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:env(safe-area-inset-bottom);z-index:3003;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-transition:all .3s;transition:all .3s}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .btn-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:10px 24px 0}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .btn-list .btn-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;border-radius:8px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:24px;color:#0d3b8b;cursor:pointer}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .switch-chapters-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0 34px 16px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;border-bottom:1px solid #f1f1f1}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .switch-chapters-content img{width:10px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .toolbar-phone-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:12px;color:#333;line-height:22px;margin:10px 0 4px}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_10 div,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_11 div,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_12 div,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_up_13 div{color:#3e8ced;font-weight:600}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .toolbar-phone-item .toolbar-icon{width:24px;height:24px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_10 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_10.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_11 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_11.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_12 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_12.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_13 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_13.png)}.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .xml-toolbar-phone-content .xml-toolbar-phone .icon_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-list .Highlight-item>img,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .mark-item>img,.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-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 .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>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>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 .robot-dialog-box .xiaozhi-tips,.xml-robot-content-pc .robot-view .xiaozhi-tips{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));letter-spacing: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: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;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;line-height:var(--reader-theme-line-height,2)!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:577px}}@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:507px}}.xml-digital-teaching-preview .mask-layer-trial-external{position:absolute;top:0;left:0;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.3)}.xml-digital-teaching-preview .mask-layer-trial-external img{width:20px}.xml-digital-teaching-preview .min-mask-layer img{width:14px}.xml-digital-teaching-preview ::-webkit-scrollbar{width:6px}.xml-digital-teaching-preview ::-webkit-scrollbar-track{background-color:#e0e0e0}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb{background-color:#a3a3a3}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb:hover{background-color:#797979}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb:active{background-color:#797979}.xml-digital-teaching-preview .xml-reader-window-box .text-books-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.xml-digital-teaching-preview .xml-reader-window-box .text-books-content #BottomReserveASeat,.xml-digital-teaching-preview .xml-reader-window-box .text-books-content #topReserveASeat{position:relative;width:100%;overflow:hidden}.xml-digital-teaching-preview .xml-reader-window-box .text-books-content #BottomReserveASeat .el-icon-loading,.xml-digital-teaching-preview .xml-reader-window-box .text-books-content #topReserveASeat .el-icon-loading{position:absolute;top:0;left:calc(50% - 10px);z-index:10}.xml-digital-teaching-preview .xml-reader-window-box .text-books-content .load-more{height:16px}.xml-digital-teaching-preview .xml-search-highlight{background-color:#ff0;color:red}.xml-digital-teaching-preview .code-toolbar{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.add-teacher-resources-dialog .el-dialog__title{font-size:16px}.add-teacher-resources-dialog .el-dialog__body{padding:10px 20px 30px}.add-teacher-resources-dialog .el-dialog__body .ispan{font-size:12px!important;margin-top:-33px!important;font-style:normal!important}.add-teacher-resources-dialog .el-dialog__body .el-upload-list--picture-card{margin:0 0 0 -50px}.add-teacher-resources-dialog .el-dialog__body .el-checkbox{min-width:108px}.add-teacher-resources-dialog .el-dialog__body .el-upload--picture-card i{font-size:54px;margin-top:43px}.add-teacher-resources-dialog .el-dialog__body .recordeds{margin-left:0!important}.add-teacher-resources-dialog .el-dialog__body .upload-demo{margin-left:145px!important}.add-teacher-resources-dialog .el-dialog__body .addOne{height:60px!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item{margin:0!important;border-radius:4px!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item .text-textarea{width:100%!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item .text-textarea:focus{border-color:#409eff!important}.add-teacher-resources-dialog .el-dialog__body .disUoloadSty .el-upload--picture-card{display:none}.add-teacher-resources-dialog .el-dialog__body .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:40px}.add-teacher-resources-dialog .el-dialog__body .xml-file-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:148px;height:148px;background-color:#a7afb8;border:1px dashed #c0ccda;border-radius:6px}.add-teacher-resources-dialog .el-dialog__body .xml-file-list-item .cover{max-width:100%;max-height:100%}.add-teacher-resources-dialog .el-tabs__nav-wrap::after{position:static!important}.add-teacher-resources-dialog .notes-form{margin-left:-2px}.add-teacher-resources-dialog .notes-textarea{width:84%!important}.add-teacher-resources-dialog .character-count{position:absolute;right:8px;bottom:-4px;font-size:12px;color:#999}.preview-tree-box-h5{background:0 0;padding:15px 0;height:calc(100% - 30px);overflow-x:hidden;overflow-y:auto}.preview-tree-box-h5[id=built-in-tree]{padding:0}.preview-tree-box-h5 .el-tree-node{word-break:break-all;white-space:normal}.preview-tree-box-h5 .el-tree-node .el-tree-node__content{display:table}.preview-tree-box-h5-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preview-tree-box-h5-title .el-image{position:absolute;left:16px}.preview-tree-box-h5-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.preview-tree-box-h5-line{width:100%;height:1px;background:#ccc;border-radius:1px}.preview-tree-box-h5-tree{margin-top:16px}.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:100;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{display:inline-block;border-bottom:1px solid #333;outline:0;min-width:60px;max-width:200px;overflow-x:auto;white-space:nowrap;padding:0!important}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle}.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}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.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 .preview-counter-main-pc .preview-list-pc{height:calc(100% - 80px)}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .el-collapse-item__header{background:#538ae6}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .is-active{background:#3e8ced;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header{background-color:#538ae6}.xml-reader-preview-huateng .xml-digital-teaching-pc .is-active{border:2px solid #3e8ced}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .preview-toolbar-content{margin-right:0}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc{width:68px;height:100%;padding-left:4px;padding-right:4px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar{background-color:#79abfa;-webkit-box-shadow:-2px -2px 2px 1px rgba(60,90,164,.8);box-shadow:-2px -2px 2px 1px rgba(60,90,164,.8)}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar div{color:#fff}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 div{color:#3e8ced;font-weight:600}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc::before{display:none}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .toolbar-item{height:90px;background-color:#deecff;margin:0 0 6px;border-radius:0 18px 18px 0}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_01.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_02.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_03.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_04.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_05.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_06.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_07.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_08.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_09.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_01.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_02.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_03.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_04.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_05.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_06.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_07.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_08.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_09.png)!important}.xml-reader-preview-huateng .xmlStatisticalCharts .wrap_left{width:30px;height:80px;margin-right:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xmlStatisticalCharts .wrap_right{width:30px;height:80px;margin-left:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xmlStatisticalCharts .uptri{margin:0 auto;width:0;height:0;border-top:15px solid rgba(255,255,255,0);border-left:15px solid rgba(255,255,255,0);border-bottom:15px solid rgba(151,151,151,.25);border-right:15px solid rgba(255,255,255,0)}.xml-reader-preview-huateng .xmlStatisticalCharts .uptri1{margin:0 auto;width:0;height:0;border-top:15px solid #fff;border-left:15px solid #fff;border-bottom:15px solid #fff;border-right:15px solid #fff}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color1{background-color:#fc7293}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color2{background-color:#9d91f3}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color3{background-color:#47c8e8}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color4{background-color:#64a4fc}.xml-reader-preview-huateng .xmlStatisticalCharts .student_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_img{width:100px;height:100px;border-radius:50px;background-color:#ececec}.xml-reader-preview-huateng .xmlStatisticalCharts .student_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top .img{width:100px;height:100px;border-radius:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:750px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .select_swiper_box,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .swiper_box{margin-right:30px;border-radius:4px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .teacher_img{width:80px;height:80px;border-radius:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .teacher_name{text-align:center;padding:10px 0;width:80px;height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom{width:850px;background-color:#fff;margin-top:0;border-radius:10px;-webkit-box-shadow:0 2px 16px 0 rgba(151,151,151,.25);box-shadow:0 2px 16px 0 rgba(151,151,151,.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-select{width:140px;height:34px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-input--suffix{height:34px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-input--suffix input{height:34px!important}.xml-reader-preview-guokai .xml-digital-teaching-pc{padding-left:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left{-webkit-box-shadow:0 0 10px 0 rgba(218,218,218,.8);box-shadow:0 0 10px 0 rgba(218,218,218,.8)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalog-content .is-current>.el-tree-node__content{position:relative;background:rgba(211,222,255,.54);-webkit-box-shadow:0 0 3px 0 rgba(143,178,231,.36);box-shadow:0 0 3px 0 rgba(143,178,231,.36);border-radius:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalog-content .is-current>.el-tree-node__content::after{display:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .xml-preview-catalog-pc .catalog-header .catalog-img-left{background-image:url(../../static/images/icons/books/catalog_left_gk.png)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .xml-preview-catalog-pc .catalog-header .catalog-img-right{background-image:url(../../static/images/icons/books/catalog_right_gk.png)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-text-book-name{padding:10px 30px 10px 10px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:16px;color:#333}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#666;line-height:19px;margin-top:22px;margin-bottom:16px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs>div{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs>div>span{margin:0 10px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs-active{font-weight:600;color:#538ae6}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs .left-icon{background:url(../../static/images/icons/books/catalog_left_gk.png);background-size:100% 100%;width:20px;height:30px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs .right-icon{background:url(../../static/images/icons/books/catalog_right_gk.png);background-size:100% 100%;width:20px;height:30px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header{background:rgba(222,230,255,.54);border-radius:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__nav{width:100%;border:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__item{width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#999;text-align:center;padding:0 15px;background:#f0f3fe}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__active-bar{width:30px;height:3px;background:#538ae6;margin:0 0 4px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .demo-collapse,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-preview-catalog-pc{padding:10px 10px 0!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-note-header{background-color:#538ae6}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalogContentTeacher{padding-left:10px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc{-webkit-box-shadow:0 2px 14px 8px #ddd;box-shadow:0 2px 14px 8px #ddd}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress{width:150px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress-bar__outer{border:1px solid #4d90f9}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress__text{font-size:14px!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .title{padding-top:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up span{padding-top:6px;font-family:SimHei;font-weight:400;font-size:14px;color:#676767;cursor:pointer}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item{margin-bottom:10px;background:#fff;border-radius:10px;border:1px solid #d5dee3;padding:10px 8px 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .el-collapse-item__header{background:#538ae6;border-radius:6px;margin-bottom:12px}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .is-active{background:#aecdfe;border-color:#aecdfe;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list{padding:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-teacher-note{background:#fff;-webkit-box-shadow:0 0 10px 0 rgba(142,142,142,.15);box-shadow:0 0 10px 0 rgba(142,142,142,.15);border-radius:10px;border:1px solid #aecdfe}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header{background-color:#aecdfe;border-radius:8px 8px 0 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header .note-icon{width:18px}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active{border:1px solid #d5dee3;background:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active .resource-list{background:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active i{border:0;color:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .preview-toolbar-content{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc{height:100%;padding-left:4px;padding-right:4px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar{background-color:var(--xml-reader-toolbar-color);-webkit-box-shadow:2px 1px 2px 1px var(--xml-reader-toolbar-border-color);box-shadow:2px 1px 2px 1px var(--xml-reader-toolbar-border-color)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar div{color:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc::before{display:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .toolbar-item{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;-ms-user-select:initial;-webkit-box-shadow:1px 6px 8px #ccc;pointer-events:fill}.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{-moz-user-select:initial;user-select:initial;position:absolute;z-index:9999;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{-moz-user-select:initial;user-select:initial;position:absolute;z-index:9999;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: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;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}
\ No newline at end of file
+@charset "UTF-8";.xml-digital-teaching-preview{--reader-background-color:#fafafa;--reader-theme-color:#ffffff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;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-list .Highlight-item>img,.xml-digital-teaching-preview .xml-digital-teaching-phone .toolbar-pop .note-pop .note-list .mark-item>img,.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-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 .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>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>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 .robot-dialog-box .xiaozhi-tips,.xml-robot-content-pc .robot-view .xiaozhi-tips{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));letter-spacing: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: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;color:#405ad1}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main,.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box{width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .timer{text-align:center;font-family:SourceHanSansCN-Light;font-weight:400;font-stretch:normal;letter-spacing:0;color:#848484}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .content-box{position:relative;font-family:SourceHanSansCN-Light;font-weight:400;font-stretch:normal;letter-spacing:0}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .content-box .loading-box{width:100%;position:absolute;left:0;bottom:0;z-index:0;-webkit-animation:myAnimation .8s linear infinite;animation:myAnimation .8s linear infinite}@-webkit-keyframes myAnimation{0%,100%{background-image:-webkit-gradient(linear,left top,right top,from(#2495ff),color-stop(24%,#c557f8),color-stop(57%,#03e3fb),to(#0161f0));background-image:linear-gradient(90deg,#2495ff 0,#c557f8 24%,#03e3fb 57%,#0161f0 100%)}25%{background-image:-webkit-gradient(linear,left top,right top,from(#0161f0),color-stop(24%,#2495ff),color-stop(57%,#c557f8),to(#03e3fb));background-image:linear-gradient(90deg,#0161f0 0,#2495ff 24%,#c557f8 57%,#03e3fb 100%)}50%{background-image:-webkit-gradient(linear,left top,right top,from(#03e3fb),color-stop(24%,#0161f0),color-stop(57%,#2495ff),to(#c557f8));background-image:linear-gradient(90deg,#03e3fb 0,#0161f0 24%,#2495ff 57%,#c557f8 100%)}75%{background-image:-webkit-gradient(linear,left top,right top,from(#c557f8),color-stop(24%,#03e3fb),color-stop(57%,#0161f0),to(#2495ff));background-image:linear-gradient(90deg,#c557f8 0,#03e3fb 24%,#0161f0 57%,#2495ff 100%)}}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .left{background-color:#f4f4f4;border-radius:0 10px 10px;border:1px solid #e5e5e5;color:#484848}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .right{background-color:#bbe8ff;border-radius:10px 0 10px 10px;border:1px solid #bbe8ff;color:#000}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .icon-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .icon-box .delete{background-image:url(../../static/images/icons/ai/delete_01.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .item .icon-box .refresh{background-image:url(../../static/images/icons/ai/refresh_01.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .robot-dialog-box .robot-dialog-main .robot-item-box .right-item{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box{position:absolute;left:0;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background-color:#fff;border-top:solid 1px #bbe8ff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(-20%,transparent),to(rgba(3,227,251,.1)));background-image:linear-gradient(180deg,transparent -20%,rgba(3,227,251,.1) 100%);-webkit-box-shadow:40px 12px 70px rgba(3,227,251,.2);box-shadow:40px 12px 70px rgba(3,227,251,.2)}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .download{background-image:url(../../static/images/icons/ai/download.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .input-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #bbe8ff;background-color:#fff}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .input-right .input-content{width:calc(100% - .4rem);outline:0;border:none;resize:none;overflow-y:scroll;color:#333;font-family:"微软雅黑";background-color:#fff}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .input-right .input-content:empty::before{content:attr(placeholder);color:#777}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-robot-content .bottom-box .input-right .sending{width:.24rem;height:.32rem;background-color:#fff;background-image:url(../../static/images/icons/ai/sending2.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-digital-teaching-phone .xml-robot-content-phone .xml-loading{position:fixed;top:0;left:0;bottom:0;right:0;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.7)}.xml-digital-teaching-preview .xml-digital-teaching-phone .pointer-events{pointer-events:initial}.xml-digital-teaching-preview .xml-resource-list-phone{width:100%;height:80vh;padding-bottom:20px;background-color:#f0f8ff;border-radius:6vw 6vw 0 0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%;padding-right:2vw;padding-bottom:calc(50px + env(safe-area-inset-bottom))}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone{position:relative;width:26vw;height:100%;background-color:var(--reader-background-color)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .toolbar-item{position:relative;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:14vw;padding:0 6px 0 3vw;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:15px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .toolbar-item span{padding-left:6px}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .current-toolbar{font-weight:600;color:#3e8ced}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .select-toolbar{position:absolute;left:0;top:0;z-index:8;width:100%;height:14vw;background:#f0f8ff;-webkit-transition:top .3s;transition:top .3s}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-left-toolbar-phone .select-toolbar::after{position:absolute;z-index:10;display:block;content:"";width:2px;height:6vw;background:#2679e1;top:4vw;left:0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content{width:70vw;height:100%;padding:0 10px;overflow:hidden;overflow-y:auto;background-color:var(--reader-background-color);border-radius:2vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .current-teacher-resources{-webkit-animation:backgroundColor 4s ease;animation:backgroundColor 4s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes backgroundColor{from{background-color:#7ac1ff}to{background-color:#eaf5ff}}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note-box{padding:8px 0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note{-webkit-box-shadow:0 1px 4px 0 rgba(218,218,218,.8);box-shadow:0 1px 4px 0 rgba(218,218,218,.8);border-radius:4px}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .xml-note-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:30px;padding:0 6px;background:#4f8de9;border-radius:4px 4px 0 0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .xml-note-header .note-icon{width:4vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .xml-note-header .location{width:5vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .delete-btn .delete-btn-item{height:14px;width:14px;background-repeat:no-repeat;background-image:url(../../static/images/icons/resource/delete-student.png);cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .xml-teacher-note .note-content{width:100%;padding:4px 8px;font-family:PingFang SC;font-weight:400;font-size:13px;color:#333;line-height:24px;cursor:pointer}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item{position:relative;padding-bottom:1vw;width:100%;min-height:10vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #e0e0e0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .resource-title-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:8px 0}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .resource-title{width:calc(100% - 10vw);padding:0 8px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .resource-icon{width:5vw;height:5vw;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_01{background-image:url(../../static/images/icons/resource/phone_icon_01.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_02{background-image:url(../../static/images/icons/resource/phone_icon_02.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_03{background-image:url(../../static/images/icons/resource/phone_icon_03.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_04{background-image:url(../../static/images/icons/resource/phone_icon_04.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .icon_05{background-image:url(../../static/images/icons/resource/phone_icon_05.png)}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .location{margin-left:6px;width:5vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .isPlay{position:relative}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .resource-item .isPlay::after{content:"";display:block;position:absolute;top:0;right:0;background-color:var(--reader-background-color);width:3.6vw;height:5vw;-webkit-animation:myfirst 1.2s infinite;animation:myfirst 1.2s infinite}@-webkit-keyframes myfirst{from{width:3.6vw}to{width:0}}@keyframes myfirst{from{width:3.6vw}to{width:0}}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .flex-column{padding-bottom:8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item{position:relative;margin-bottom:2vw;width:46%}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .resource-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:30vw;background-color:#f2f2f2}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .resource-cover img{max-width:100%;max-height:100%}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .item-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 0 2vw}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .item-bottom .resource-title{width:calc(100% - 5vw);padding-right:8px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-resource-list-phone .xml-resource-list .xml-resource-content .max-resource-item .item-bottom .location{width:5vw}.xml-digital-teaching-preview .teacher-resources-number-h5{position:absolute;top:23px;right:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:40px;cursor:pointer}.xml-digital-teaching-preview .teacher-resources-number-h5 .number{position:relative;display:inline-block;border:1px solid #f17f53;border-radius:4px;height:18px;background-color:#fff;line-height:18px;padding:0 3px 0 4px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:10px;color:#f17f53;left:-4px}.xml-digital-teaching-preview .teacher-resources-number-h5 .number::after{position:absolute;top:5px;left:-3px;content:"";display:block;width:4px;height:4px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border:1px solid #f17f53;border-top-color:#fff;border-right-color:#fff;background-color:#fff}.xml-digital-teaching-preview .xml-download-file-uppop{width:calc(100vw - 20px);padding:18px 12px;border-radius:6px;-webkit-box-shadow:0 2px 16px 0 rgba(0,0,0,.15);box-shadow:0 2px 16px 0 rgba(0,0,0,.15)}.xml-digital-teaching-preview .xml-download-file-uppop .code-path{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-digital-teaching-preview .xml-download-file-uppop .code-path .download-file-link{width:calc(100% - 60px);height:34px;border:1px solid #efefef;border-radius:6px;padding:0 14px;line-height:32px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-digital-teaching-preview .xml-download-file-uppop .code-path .copy-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:54px;height:34px;background:#3e8ced;border-radius:2px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:14px;color:#fff}.xml-digital-teaching-preview .xml-download-file-uppop .code-text{padding-top:6px;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:11px;color:#3e8ced;line-height:20px}.xml-digital-teaching-preview .video-resource-player{position:fixed;top:0;left:0;z-index:10002;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#2e2e2e}.xml-digital-teaching-preview .video-resource-player .el-icon-back{position:absolute;top:20px;left:20px;font-size:7vw;color:#fff;cursor:pointer}.xml-digital-teaching-preview .video-resource-player .video-content{width:100%}.xml-digital-teaching-preview .video-resource-player-pc{position:fixed;top:0;left:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;height:50%;background-color:#2e2e2e}.xml-digital-teaching-preview .video-resource-player-pc .el-icon-back{position:absolute;top:20px;left:20px;font-size:7vw;color:#fff;cursor:pointer}.xml-digital-teaching-preview .video-resource-player-pc .video-content{width:100%;position:relative}.xml-digital-teaching-preview .xml-audio-player-page{position:fixed;top:0;left:0;z-index:10002;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#2e2e2e}.xml-digital-teaching-preview .xml-audio-player-page .el-icon-back{position:absolute;top:20px;left:20px;font-size:7vw;color:#fff;cursor:pointer}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .square-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:70vw;height:70vw;padding:30px;border-radius:50%;overflow:hidden}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .play-button{position:absolute;left:0;top:0;z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70vw;height:70vw}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .play-button .el-icon-video-pause,.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .play-button .el-icon-video-play{font-size:15vw;font-weight:600;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .rotate{-webkit-animation:rotate 7s linear infinite;animation:rotate 7s linear infinite}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .active{-webkit-animation-play-state:running;animation-play-state:running}.xml-digital-teaching-preview .xml-audio-player-page .audio-cover .paused{-webkit-animation-play-state:paused;animation-play-state:paused}.xml-digital-teaching-preview .xml-audio-player-page .audio-player-title{width:100%;height:10vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PingFang SC;font-weight:500;font-size:5vw;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% - 40px)}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times .current-time{width:14vw;font-size:4vw;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times .total-time{width:14vw;padding-left:1vw;font-size:4vw;color:#fff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .play-times .progress{width:56vw}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:40px;height:140px;padding-bottom:10px}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box .el-slider__button{width:10px;height:10px;background-color:#409eff}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box .volume-btn{position:relative;margin:10px 0 0 4px;width:16px;height:16px;background-image:url(../../static/images/icons/resource/volume_02.png);background-size:100% 100%}.xml-digital-teaching-preview .xml-audio-player-page .audio-controls .audio-controls__handler .volume-box .volume-mute::after{content:"";position:absolute;top:6px;left:-2px;width:20px;height:2px;background-color:#fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-letter-spacing]:not([data-theme-letter-spacing=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-letter-spacing]:not([data-theme-letter-spacing=""]) .parent-group .text-container .richtext-reset-wrapper--view p{letter-spacing:var(--reader-theme-letter-spacing)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view p:not([style~="background-color:"]),.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view span:not([style~="background-color:"]),.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view p:not([style~="background-color:"]),.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view span:not([style~="background-color:"]){color:var(--reader-theme-font-color)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view p:not([style~="background-color:"]) a,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .richtext-reset-container .richtext-reset-wrapper--view span:not([style~="background-color:"]) a,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view p:not([style~="background-color:"]) a,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-color]:not([data-theme-font-color=""]) .parent-group:not([class*=xml-paragraph-first-],[class*=xml-paragraph-second-],[class*=xml-paragraph-Fortyfive-library-],[class*=xml-paragraph-third-],[class*=xml-paragraph-quadrangle-],[class*=xml-paragraph-isosceles-],[class*=xml-paragraph-eighth-],[class*=xml-paragraph-ninth-],[class*=xml-paragraph-tenth-],[class*=xml-paragraph-sixteen-],[class*=xml-paragraph-seventh-],[class*=xml-paragraph-thirteen-],[class*=xml-paragraph-SanQintheme2-],[class*=xml-paragraph-SanQintheme3-],[class*=xml-paragraph-Foldtheme1-],[class*=xml-paragraph-Foldtheme2-],[class*=xml-paragraph-Foldtheme4-library-],[class*=xml-paragraph-Foldtheme5-library-],[class*=xml-paragraph-Tabstheme3-library-],[class*=xml-paragraph-Tabstheme4-library-],[class*=xml-paragraph-Tabstheme5-library-],[class*=xml-paragraph-Tabstheme6-library-]) .text-container .richtext-reset-wrapper--view span:not([style~="background-color:"]) a{color:var(--reader-theme-link-color)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view span,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .text-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-size]:not([data-theme-font-size=""]) .parent-group .text-container .richtext-reset-wrapper--view span{font-size:var(--reader-theme-font-size)!important}.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .richtext-reset-container .richtext-reset-wrapper--view span,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .text-container .richtext-reset-wrapper--view p,.xml-digital-teaching-preview #xmlPreviewDom[data-theme-font-family]:not([data-theme-font-family=""]) .parent-group .text-container .richtext-reset-wrapper--view span{font-family:var(--reader-theme-font-family)!important}@media (min-width:1300px) and (max-width:1500px){.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc{width:670px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .parent-group-mark .code-toolbar{width:592px}}@media (max-width:1299px){.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc{width:600px}.xml-digital-teaching-preview .xml-digital-teaching-pc .preview-counter-main-pc .parent-group-mark .code-toolbar{width:522px}}.xml-digital-teaching-preview .mask-layer-trial-external{position:absolute;top:0;left:0;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.3)}.xml-digital-teaching-preview .mask-layer-trial-external img{width:20px}.xml-digital-teaching-preview .min-mask-layer img{width:14px}.xml-digital-teaching-preview ::-webkit-scrollbar{width:6px}.xml-digital-teaching-preview ::-webkit-scrollbar-track{background-color:#e0e0e0}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb{background-color:#a3a3a3}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb:hover{background-color:#797979}.xml-digital-teaching-preview ::-webkit-scrollbar-thumb:active{background-color:#797979}.xml-digital-teaching-preview .xml-reader-window-box .text-books-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.xml-digital-teaching-preview .xml-search-highlight{background-color:#ff0;color:red}.xml-digital-teaching-preview .code-toolbar{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.add-teacher-resources-dialog .el-dialog__title{font-size:16px}.add-teacher-resources-dialog .el-dialog__body{padding:10px 20px 30px}.add-teacher-resources-dialog .el-dialog__body .ispan{font-size:12px!important;margin-top:-33px!important;font-style:normal!important}.add-teacher-resources-dialog .el-dialog__body .el-upload-list--picture-card{margin:0 0 0 -50px}.add-teacher-resources-dialog .el-dialog__body .el-checkbox{min-width:108px}.add-teacher-resources-dialog .el-dialog__body .el-upload--picture-card i{font-size:54px;margin-top:43px}.add-teacher-resources-dialog .el-dialog__body .recordeds{margin-left:0!important}.add-teacher-resources-dialog .el-dialog__body .upload-demo{margin-left:145px!important}.add-teacher-resources-dialog .el-dialog__body .addOne{height:60px!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item{margin:0!important;border-radius:4px!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item .text-textarea{width:100%!important}.add-teacher-resources-dialog .el-dialog__body .el-form-item .text-textarea:focus{border-color:#409eff!important}.add-teacher-resources-dialog .el-dialog__body .disUoloadSty .el-upload--picture-card{display:none}.add-teacher-resources-dialog .el-dialog__body .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:40px}.add-teacher-resources-dialog .el-dialog__body .xml-file-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:148px;height:148px;background-color:#a7afb8;border:1px dashed #c0ccda;border-radius:6px}.add-teacher-resources-dialog .el-dialog__body .xml-file-list-item .cover{max-width:100%;max-height:100%}.add-teacher-resources-dialog .el-tabs__nav-wrap::after{position:static!important}.add-teacher-resources-dialog .notes-form{margin-left:-2px}.add-teacher-resources-dialog .notes-textarea{width:84%!important}.add-teacher-resources-dialog .character-count{position:absolute;right:8px;bottom:-4px;font-size:12px;color:#999}.preview-tree-box-h5{background:0 0;padding:15px 0;height:calc(100% - 30px);overflow-x:hidden;overflow-y:auto}.preview-tree-box-h5[id=built-in-tree]{padding:0}.preview-tree-box-h5 .el-tree-node{word-break:break-all;white-space:normal}.preview-tree-box-h5 .el-tree-node .el-tree-node__content{display:table}.preview-tree-box-h5-title{padding:16px 0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preview-tree-box-h5-title .el-image{position:absolute;left:16px}.preview-tree-box-h5-title span{height:20px;font-size:20px;font-family:PingFang SC;font-weight:700;color:#333;line-height:14px}.preview-tree-box-h5-line{width:100%;height:1px;background:#ccc;border-radius:1px}.preview-tree-box-h5-tree{margin-top:16px}.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}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle}.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}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.xml-audio-player-page-pc .audio-cover .active{-webkit-animation-play-state:running;animation-play-state:running}.xml-audio-player-page-pc .audio-cover .paused{-webkit-animation-play-state:paused;animation-play-state:paused}.xml-audio-player-page-pc .play-button{position:absolute;top:50px;left:50px;font-size:63px;cursor:pointer}.xml-audio-player-page-pc .audio-player-title{font-size:29px}.xml-audio-player-page-pc .audio-controls{-webkit-box-flex:1;-ms-flex:1;flex:1;width:89%}.xml-audio-player-page-pc .audio-controls .audio-controls__handler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .play-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .play-times .progress{width:calc(100% - 90px);padding:0 14px}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .play-times .current-time,.xml-audio-player-page-pc .audio-controls .audio-controls__handler .play-times .total-time{position:relative}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .volume-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:40px;height:140px;padding-bottom:10px}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .volume-box .el-slider__button{width:10px;height:10px;background-color:#409eff}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .volume-box .volume-btn{position:relative;margin:10px 0 0 4px;width:16px;height:16px;background-image:url(../../static/images/icons/resource/volume_01.png);background-size:100% 100%;cursor:pointer}.xml-audio-player-page-pc .audio-controls .audio-controls__handler .volume-box .volume-mute::after{content:"";position:absolute;top:6px;left:-2px;width:20px;height:2px;background-color:#fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.xml-epub-pdf-dialog{border-radius:12px;overflow:hidden;background-color:#fff;z-index:10002}.xml-epub-pdf-dialog .el-dialog__header{padding:20px 20px 10px!important;height:auto!important}.xml-epub-pdf-dialog .el-dialog__header .el-dialog__title{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;text-align:center}.xml-epub-pdf-dialog .el-dialog__header .xml-heder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-right:40px}.xml-epub-pdf-dialog .el-dialog__header .xml-heder .title{width:calc(100% - 60px);font-size:18px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all}.xml-epub-pdf-dialog .el-dialog__header .xml-heder .xml-full-screen{font-size:16px;cursor:pointer}.xml-epub-pdf-dialog .el-dialog__header .xml-heder .xml-full-screen:hover{color:#70acff}.xml-epub-pdf-dialog .el-dialog__body{padding:0}.xml-epub-pdf-view{position:fixed;left:0;bottom:0;right:0;top:0;padding:50px 0 0;background-color:#fff;z-index:10002}.xml-epub-pdf-view .xmlPreviewSearch-navbar{background:#f3f3f3;height:40px;width:100%;position:fixed;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 14px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.xml-epub-pdf-view .xmlPreviewSearch-navbar .xmlPreviewSearch-sou{font-size:14px;width:calc(100% - 40px);color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;text-align:center}.xml-epub-pdf-view .xmlPreviewSearch-navbar .el-icon-close{font-size:20px;font-weight:600}.xml-epub-pdf-view iframe{width:100%;height:100%}.xml-reader-preview-huateng .xml-digital-teaching-pc{padding-left:0}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-text-book-name{background-color:#fff;font-family:FZDHTK;font-size:20px;color:#fff;font-weight:600}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-text-book-name .text-book-name{padding:10px 50px 10px 10px;background-color:#79abfa;clip-path:polygon(0 0,250px 0,100% 100%,0 100%)}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header{padding:0 22px 0 0!important;background-color:#538ae6;clip-path:polygon(0 0,250px 0,100% 100%,0 100%)}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__nav{width:100%;border:none}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__item{width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .is-active{background:#79abfa}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .demo-collapse,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-preview-catalog-pc{padding:10px 0 0 10px!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-note-header{background-color:#538ae6}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-left .catalogContentTeacher{padding-left:10px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header{height:80px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress{width:150px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress-bar__outer{border:1px solid #4d90f9}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress__text{font-size:14px!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .title{padding-top:6px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up span{padding-top:6px;font-family:SimHei;font-weight:400;font-size:14px;color:#676767;cursor:pointer}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .el-collapse-item__header{background:#538ae6}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .is-active{background:#3e8ced;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-reader-preview-huateng .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header{background-color:#538ae6}.xml-reader-preview-huateng .xml-digital-teaching-pc .is-active{border:2px solid #3e8ced}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .preview-toolbar-content{margin-right:0}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc{width:68px;height:100%;padding-left:4px;padding-right:4px}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar{background-color:#79abfa;-webkit-box-shadow:-2px -2px 2px 1px rgba(60,90,164,.8);box-shadow:-2px -2px 2px 1px rgba(60,90,164,.8)}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar div{color:#fff}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 div,.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 div{color:#3e8ced;font-weight:600}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc::before{display:none}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .toolbar-item{height:90px;background-color:#deecff;margin:0 0 6px;border-radius:0 18px 18px 0}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_01.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_02.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_03.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_04.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_05.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_06.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_07.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_08.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_09.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_01 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_01.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_02 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_02.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_03 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_03.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_04 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_04.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_05 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_05.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_06 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_06.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_07 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_07.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_08 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_08.png)!important}.xml-reader-preview-huateng .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .icon_up_09 .toolbar-icon{background-image:url(../../static/images/icons/toolbar/icon_ht_09.png)!important}.xml-reader-preview-huateng .xmlStatisticalCharts .wrap_left{width:30px;height:80px;margin-right:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xmlStatisticalCharts .wrap_right{width:30px;height:80px;margin-left:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-huateng .xmlStatisticalCharts .uptri{margin:0 auto;width:0;height:0;border-top:15px solid rgba(255,255,255,0);border-left:15px solid rgba(255,255,255,0);border-bottom:15px solid rgba(151,151,151,.25);border-right:15px solid rgba(255,255,255,0)}.xml-reader-preview-huateng .xmlStatisticalCharts .uptri1{margin:0 auto;width:0;height:0;border-top:15px solid #fff;border-left:15px solid #fff;border-bottom:15px solid #fff;border-right:15px solid #fff}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color1{background-color:#fc7293}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color2{background-color:#9d91f3}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color3{background-color:#47c8e8}.xml-reader-preview-huateng .xmlStatisticalCharts .student_color4{background-color:#64a4fc}.xml-reader-preview-huateng .xmlStatisticalCharts .student_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_img{width:100px;height:100px;border-radius:50px;background-color:#ececec}.xml-reader-preview-huateng .xmlStatisticalCharts .student_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-huateng .xmlStatisticalCharts .student_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(151,151,151,.25);padding:20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top .img{width:100px;height:100px;border-radius:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_top .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:600px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:750px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .select_swiper_box,.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .swiper_box{margin-right:30px;border-radius:4px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .teacher_img{width:80px;height:80px;border-radius:50px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_swipers .teacher_name{text-align:center;padding:10px 0;width:80px;height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom{width:850px;background-color:#fff;margin-top:0;border-radius:10px;-webkit-box-shadow:0 2px 16px 0 rgba(151,151,151,.25);box-shadow:0 2px 16px 0 rgba(151,151,151,.25);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 20px 30px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box{width:48%;border-radius:10px;color:#fff;margin-top:15px}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .title{padding:10px 20px 0}.xml-reader-preview-huateng .xmlStatisticalCharts .teacher_bottom .teacher_bottom_box .time{text-align:center;padding-bottom:10px;font-size:18px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-select{width:140px;height:34px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-input--suffix{height:34px}.xml-reader-preview-huateng .xmlStatisticalCharts .el-input--suffix input{height:34px!important}.xml-reader-preview-guokai .xml-digital-teaching-pc{padding-left:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left{-webkit-box-shadow:0 0 10px 0 rgba(218,218,218,.8);box-shadow:0 0 10px 0 rgba(218,218,218,.8)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalog-content .is-current>.el-tree-node__content{position:relative;background:rgba(211,222,255,.54);-webkit-box-shadow:0 0 3px 0 rgba(143,178,231,.36);box-shadow:0 0 3px 0 rgba(143,178,231,.36);border-radius:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalog-content .is-current>.el-tree-node__content::after{display:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .xml-preview-catalog-pc .catalog-header .catalog-img-left{background-image:url(../../static/images/icons/books/catalog_left_gk.png)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .xml-preview-catalog-pc .catalog-header .catalog-img-right{background-image:url(../../static/images/icons/books/catalog_right_gk.png)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-text-book-name{padding:10px 30px 10px 10px;font-family:PingFang SC,PingFang SC;font-weight:600;font-size:16px;color:#333}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:16px;color:#666;line-height:19px;margin-top:22px;margin-bottom:16px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs>div{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs>div>span{margin:0 10px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs-active{font-weight:600;color:#538ae6}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs .left-icon{background:url(../../static/images/icons/books/catalog_left_gk.png);background-size:100% 100%;width:20px;height:30px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .sup-tabs .right-icon{background:url(../../static/images/icons/books/catalog_right_gk.png);background-size:100% 100%;width:20px;height:30px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header{background:rgba(222,230,255,.54);border-radius:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__nav{width:100%;border:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__header .el-tabs__item{width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#999;text-align:center;padding:0 15px;background:#f0f3fe}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .el-tabs__active-bar{width:30px;height:3px;background:#538ae6;margin:0 0 4px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .demo-collapse,.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-preview-catalog-pc{padding:10px 10px 0!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .preview-left-student .xml-note-header{background-color:#538ae6}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-left .catalogContentTeacher{padding-left:10px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc{-webkit-box-shadow:0 2px 14px 8px #ddd;box-shadow:0 2px 14px 8px #ddd}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress{width:150px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress-bar__outer{border:1px solid #4d90f9}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .xml-progress .el-progress__text{font-size:14px!important}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .title{padding-top:6px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-counter-main-pc .preview-counter-header .set-up span{padding-top:6px;font-family:SimHei;font-weight:400;font-size:14px;color:#676767;cursor:pointer}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item{margin-bottom:10px;background:#fff;border-radius:10px;border:1px solid #d5dee3;padding:10px 8px 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .el-collapse-item__header{background:#538ae6;border-radius:6px;margin-bottom:12px}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .is-active{background:#aecdfe;border-color:#aecdfe;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list{padding:0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-teacher-note{background:#fff;-webkit-box-shadow:0 0 10px 0 rgba(142,142,142,.15);box-shadow:0 0 10px 0 rgba(142,142,142,.15);border-radius:10px;border:1px solid #aecdfe}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header{background-color:#aecdfe;border-radius:8px 8px 0 0}.xml-reader-preview-guokai .xml-digital-teaching-pc .el-collapse-item .resource-list .xml-note-header .note-icon{width:18px}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active{border:1px solid #d5dee3;background:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active .resource-list{background:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .is-active i{border:0;color:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .preview-toolbar-content{display:-webkit-box;display:-ms-flexbox;display:flex}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc{height:100%;padding-left:4px;padding-right:4px}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar{background-color:var(--xml-reader-toolbar-color);-webkit-box-shadow:2px 1px 2px 1px var(--xml-reader-toolbar-border-color);box-shadow:2px 1px 2px 1px var(--xml-reader-toolbar-border-color)}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc .current-toolbar div{color:#fff}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .xml-toolbar-pc::before{display:none}.xml-reader-preview-guokai .xml-digital-teaching-pc .preview-container-pc-right .xml-toolbar-pc-content .toolbar-item{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;-ms-user-select:initial;-webkit-box-shadow:1px 6px 8px #ccc;pointer-events:fill}.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{-moz-user-select:initial;user-select:initial;position:absolute;z-index:9999;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{-moz-user-select:initial;user-select:initial;position:absolute;z-index:9999;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: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;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}
\ No newline at end of file
diff --git a/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleImageGroupRender.css b/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleImageGroupRender.css
index 3851b9c..1a3d5e0 100644
--- a/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleImageGroupRender.css
+++ b/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleImageGroupRender.css
@@ -1 +1 @@
-@charset "UTF-8";@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 .xml-image-duo-tu .xml-image-ping-pu .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,.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 .image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:hidden}.parent-group.xml-single-image-group .image-container .xml-noimage-container{background:var(--xml-image-hualang-background-color);height:315px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .image-container .xml-noimage-container .xml-noimage{width:244px;height:200px}.parent-group.xml-single-image-group .image-container .xml-image-dan-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu.hua-lang{margin:0 auto;width:auto}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5+.xml-image-ping-pu-h5,.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pad+.xml-image-ping-pu-pad,.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pc+.xml-image-ping-pu-pc,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--under,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--under,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--under,.parent-group.xml-single-image-group+.image-container{margin-top:10px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu.ping-pu{width:100%}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang{display:-webkit-box;display:-ms-flexbox;display:flex}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5 img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .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;text-align:center}.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 .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}.parent-group.xml-single-image-group .image-container-scroll{overflow-x:scroll}.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}}
\ No newline at end of file
+@charset "UTF-8";@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 .xml-image-duo-tu .xml-image-ping-pu .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,.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 .image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:hidden}.parent-group.xml-single-image-group .image-container .xml-noimage-container{background:var(--xml-image-hualang-background-color);height:315px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .image-container .xml-noimage-container .xml-noimage{width:244px;height:200px}.parent-group.xml-single-image-group .image-container .xml-image-dan-tu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu.hua-lang{margin:0 auto;width:auto}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-h5+.xml-image-ping-pu-h5,.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pad+.xml-image-ping-pu-pad,.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu .xml-image-ping-pu-pc+.xml-image-ping-pu-pc,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-hua-lang .image-title--under,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-lun-bo .image-title--under,.parent-group.xml-single-image-group .xml-image-duo-tu .xml-image-ping-pu .image-title--under,.parent-group.xml-single-image-group+.image-container{margin-top:10px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu.ping-pu{width:100%}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang{display:-webkit-box;display:-ms-flexbox;display:flex}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5 img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-h5:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pad:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:15px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc img{background:var(--xml-image-hualang-background-color);-o-object-fit:contain;object-fit:contain;border-radius:6px}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-hualang .xml-image-hua-lang-pc:last-child{margin-right:0}.parent-group.xml-single-image-group .image-container .xml-image-duo-tu .xml-image-ping-pu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-image-group .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 .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}.parent-group.xml-single-image-group .image-container-scroll{overflow-x:scroll}.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}}
\ No newline at end of file
diff --git a/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleQuestionRender.css b/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleQuestionRender.css
index 14d6e97..ab21a42 100644
--- a/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleQuestionRender.css
+++ b/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleQuestionRender.css
@@ -1 +1 @@
-@charset "UTF-8";.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}.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);font-family:"Times New Roman",微软雅黑}.xml-single-question-group .content .stem-content.no-border{padding:0;border:none;cursor:default}.xml-single-question-group .content .stem-content .placeholder{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xml-single-question-group .content .stem-content .text-break-all{word-break:break-word;white-space:pre-wrap}.xml-single-question-group .option-item+.option-item{margin-top:16px}.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}
\ No newline at end of file
+@charset "UTF-8";.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}.xml-single-question-group .group-content .el-textarea__inner{background:var(--reader-theme-secondary-color,initial);border-color:var(--reader-theme-secondary-color,initial);color:var(--reader-theme-font-color,inherit)}.xml-single-question-group .content{width:100%}.xml-single-question-group .content .stem-content{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px 14px;height:auto;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer;color:var(--reader-theme-font-color,inherit)}.xml-single-question-group .content .stem-content.no-border{padding:0;border:none;cursor:default}.xml-single-question-group .content .stem-content .placeholder{color:#c0c4cc;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xml-single-question-group .content .stem-content .text-break-all{word-break:break-word;white-space:pre-wrap}.xml-single-question-group .option-item+.option-item{margin-top:16px}.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}
\ No newline at end of file
diff --git a/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleTextGroupRender.css b/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleTextGroupRender.css
index 7386e71..cf97964 100644
--- a/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleTextGroupRender.css
+++ b/src/plugin/xml-digital-teaching/lib/theme/xml-components/xmlSingleTextGroupRender.css
@@ -1 +1 @@
-@charset "UTF-8";code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:2em 1em 1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0;border-radius:4px}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[class*=language-].line-numbers{position:relative;padding-left:3.3em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.3em;width:2.8em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.5em;text-align:right}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:focus-within>.toolbar,div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{border:0;font:inherit;line-height:normal;overflow:visible;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}div.code-toolbar>.toolbar>.toolbar-item+.toolbar-item{margin-left:6px}.parent-group.xml-single-text-group .text-container table{border-collapse:collapse;margin:10px auto;width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;border:1px solid #797979}.parent-group.xml-single-text-group .text-container table td,.parent-group.xml-single-text-group .text-container table th{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}.parent-group.xml-single-text-group .text-container table th,.parent-group.xml-single-text-group .text-container table tr.firstRow td{color:#353535;background-color:#ececec}.parent-group.xml-single-text-group .text-container p{word-break:break-word;margin:0}.parent-group.xml-single-text-group .text-container span.inline-link-wrap{text-indent:initial}.parent-group.xml-single-text-group .text-container a.alertImg>img{width:1px!important;height:1px!important}.parent-group.xml-single-text-group .text-container .inline-audio-wrap,.parent-group.xml-single-text-group .text-container .inline-link-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-text-group .text-container .inline-audio-wrap span,.parent-group.xml-single-text-group .text-container .inline-link-wrap span{display:inline-block;text-indent:0!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit,.parent-group .richtext-reset-container .richtext-reset-wrapper--view,.parent-group .text-container .richtext-reset-wrapper--edit,.parent-group .text-container .richtext-reset-wrapper--view{--default-font-family:"Times New Roman",微软雅黑,"Mircosoft Yahei",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-family:var(--reader-theme-font-family,var(--default-font-family));font-size:16px;color:#333;line-height:1.5;overflow-x:auto}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit 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-block}.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 *{white-space:pre-wrap}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p,.parent-group .text-container .richtext-reset-wrapper--edit p,.parent-group .text-container .richtext-reset-wrapper--view p{font-size:var(--reader-theme-font-size,16px)!important;line-height:var(--reader-theme-line-height,2)!important;letter-spacing:var(--reader-theme-letter-spacing,0)!important;color:#333;word-break:break-word;text-align:justify}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p:not([style~=background-color\:]),.parent-group .richtext-reset-container .richtext-reset-wrapper--view p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--edit p:not([style~=background-color\:]),.parent-group .text-container .richtext-reset-wrapper--view p:not([style~=background-color\:]){color:var(--reader-theme-font-color,#333)}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p+img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p+img,.parent-group .text-container .richtext-reset-wrapper--edit p+img,.parent-group .text-container .richtext-reset-wrapper--view p+img{margin-top:8px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p span,.parent-group .text-container .richtext-reset-wrapper--edit p *,.parent-group .text-container .richtext-reset-wrapper--edit p span,.parent-group .text-container .richtext-reset-wrapper--view p *,.parent-group .text-container .richtext-reset-wrapper--view p span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ol,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ol,.parent-group .text-container .richtext-reset-wrapper--view ul{list-style-position:inside}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .text-container .richtext-reset-wrapper--view ol>li>p,.parent-group .text-container .richtext-reset-wrapper--view ul>li>p{display:contents}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit video,.parent-group .richtext-reset-container .richtext-reset-wrapper--view video,.parent-group .text-container .richtext-reset-wrapper--edit video,.parent-group .text-container .richtext-reset-wrapper--view video{display:inline-block}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6 span,.parent-group .text-container .richtext-reset-wrapper--edit h1,.parent-group .text-container .richtext-reset-wrapper--edit h1 span,.parent-group .text-container .richtext-reset-wrapper--edit h2,.parent-group .text-container .richtext-reset-wrapper--edit h2 span,.parent-group .text-container .richtext-reset-wrapper--edit h3,.parent-group .text-container .richtext-reset-wrapper--edit h3 span,.parent-group .text-container .richtext-reset-wrapper--edit h4,.parent-group .text-container .richtext-reset-wrapper--edit h4 span,.parent-group .text-container .richtext-reset-wrapper--edit h5,.parent-group .text-container .richtext-reset-wrapper--edit h5 span,.parent-group .text-container .richtext-reset-wrapper--edit h6,.parent-group .text-container .richtext-reset-wrapper--edit h6 span,.parent-group .text-container .richtext-reset-wrapper--view h1,.parent-group .text-container .richtext-reset-wrapper--view h1 span,.parent-group .text-container .richtext-reset-wrapper--view h2,.parent-group .text-container .richtext-reset-wrapper--view h2 span,.parent-group .text-container .richtext-reset-wrapper--view h3,.parent-group .text-container .richtext-reset-wrapper--view h3 span,.parent-group .text-container .richtext-reset-wrapper--view h4,.parent-group .text-container .richtext-reset-wrapper--view h4 span,.parent-group .text-container .richtext-reset-wrapper--view h5,.parent-group .text-container .richtext-reset-wrapper--view h5 span,.parent-group .text-container .richtext-reset-wrapper--view h6,.parent-group .text-container .richtext-reset-wrapper--view h6 span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ul{-webkit-padding-start:32px!important;padding-inline-start:32px!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--view .float-clear::after{content:""}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear img,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .text-container .richtext-reset-wrapper--view .float-clear img{margin:5px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit strong,.parent-group .richtext-reset-container .richtext-reset-wrapper--view strong,.parent-group .text-container .richtext-reset-wrapper--edit strong,.parent-group .text-container .richtext-reset-wrapper--view strong{font-weight:900}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--view .span.magic-link{display:inline;text-indent:initial}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .richtext-reset-container .richtext-reset-wrapper--view span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--view span.magic-fillchar{display:inline-block;min-width:1px;max-width:1px}.parent-group .richtext-reset-container{overflow:hidden}.xml-text-preview-box-dialog .el-dialog__header{display:none!important}.xml-text-preview-box-dialog table tr.firstRow td{color:#353535;background-color:#ececec}.xml-text-preview-box-dialog table td{border:1px solid #797979;color:#535353;padding:3px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.25}.xml-text-preview-box-dialog p{font-size:16px;line-height:1.5;color:#333;word-break:break-word}.xml-text-preview-box-dialog p+img{margin-top:8px}.xml-text-preview-box-dialog p *{word-break:initial}.xml-text-preview-box-dialog p span{word-break:break-word}.xml-text-preview-box-dialog .float-clear::after{content:"";display:table;clear:both}.xml-text-preview-box-dialog .float-clear img{margin:5px}.xml-text-preview-box-dialog strong{font-weight:900}.preview-counter-main-pc .xml-reader-window-box .tippy-content{background-color:#eeeeef;border-radius:4px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15)}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#eeeeef;color:#535353}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.preview-counter-main-pc .xml-reader-window-box .tipbar-action{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.preview-counter-main-pc .xml-reader-window-box .tipbar-action:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon{display:inline-block;width:1.1em;height:1.1em;margin-right:4px;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.addTeacherResources{background-image:url(../../static/images/icons/richtext/addTeacherResources.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-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:" "}
\ No newline at end of file
+@charset "UTF-8";code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:2em 1em 1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0;border-radius:4px}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[class*=language-].line-numbers{position:relative;padding-left:3.3em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.3em;width:2.8em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.5em;text-align:right}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:focus-within>.toolbar,div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{border:0;font:inherit;line-height:normal;overflow:visible;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit strong,.parent-group .richtext-reset-container .richtext-reset-wrapper--view strong,.parent-group .text-container .richtext-reset-wrapper--edit strong,.parent-group .text-container .richtext-reset-wrapper--view strong,.xml-text-preview-box-dialog strong{font-weight:900}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}div.code-toolbar>.toolbar>.toolbar-item+.toolbar-item{margin-left:6px}.parent-group.xml-single-text-group .text-container table{border-collapse:collapse;margin:10px auto;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 .richtext-reset-container .richtext-reset-wrapper--edit p+img,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit.pure-text-component p+img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p+img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view.pure-text-component p+img,.parent-group .text-container .richtext-reset-wrapper--edit p+img,.parent-group .text-container .richtext-reset-wrapper--edit.pure-text-component p+img,.parent-group .text-container .richtext-reset-wrapper--view p+img,.parent-group .text-container .richtext-reset-wrapper--view.pure-text-component p+img,.xml-text-preview-box-dialog p+img{margin-top:8px}.parent-group.xml-single-text-group .text-container span.inline-link-wrap{text-indent:initial}.parent-group.xml-single-text-group .text-container a.alertImg>img{width:1px!important;height:1px!important}.parent-group.xml-single-text-group .text-container .inline-audio-wrap,.parent-group.xml-single-text-group .text-container .inline-link-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.parent-group.xml-single-text-group .text-container .inline-audio-wrap span,.parent-group.xml-single-text-group .text-container .inline-link-wrap span{display:inline-block;text-indent:0!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit,.parent-group .richtext-reset-container .richtext-reset-wrapper--view,.parent-group .text-container .richtext-reset-wrapper--edit,.parent-group .text-container .richtext-reset-wrapper--view{--default-font-family:"Times New Roman",微软雅黑,"Mircosoft Yahei",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-family:var(--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 *,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit p span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p *,.parent-group .richtext-reset-container .richtext-reset-wrapper--view p span,.parent-group .text-container .richtext-reset-wrapper--edit p *,.parent-group .text-container .richtext-reset-wrapper--edit p span,.parent-group .text-container .richtext-reset-wrapper--view p *,.parent-group .text-container .richtext-reset-wrapper--view p span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ol,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ol,.parent-group .text-container .richtext-reset-wrapper--view ul{list-style-position:inside}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ol>li>p,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ol>li>p,.parent-group .text-container .richtext-reset-wrapper--edit ul>li>p,.parent-group .text-container .richtext-reset-wrapper--view ol>li>p,.parent-group .text-container .richtext-reset-wrapper--view ul>li>p{display:contents}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit video,.parent-group .richtext-reset-container .richtext-reset-wrapper--view video,.parent-group .text-container .richtext-reset-wrapper--edit video,.parent-group .text-container .richtext-reset-wrapper--view video{display:inline-block}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--edit h6 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h1 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h2 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h3 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h4 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h5 span,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6,.parent-group .richtext-reset-container .richtext-reset-wrapper--view h6 span,.parent-group .text-container .richtext-reset-wrapper--edit h1,.parent-group .text-container .richtext-reset-wrapper--edit h1 span,.parent-group .text-container .richtext-reset-wrapper--edit h2,.parent-group .text-container .richtext-reset-wrapper--edit h2 span,.parent-group .text-container .richtext-reset-wrapper--edit h3,.parent-group .text-container .richtext-reset-wrapper--edit h3 span,.parent-group .text-container .richtext-reset-wrapper--edit h4,.parent-group .text-container .richtext-reset-wrapper--edit h4 span,.parent-group .text-container .richtext-reset-wrapper--edit h5,.parent-group .text-container .richtext-reset-wrapper--edit h5 span,.parent-group .text-container .richtext-reset-wrapper--edit h6,.parent-group .text-container .richtext-reset-wrapper--edit h6 span,.parent-group .text-container .richtext-reset-wrapper--view h1,.parent-group .text-container .richtext-reset-wrapper--view h1 span,.parent-group .text-container .richtext-reset-wrapper--view h2,.parent-group .text-container .richtext-reset-wrapper--view h2 span,.parent-group .text-container .richtext-reset-wrapper--view h3,.parent-group .text-container .richtext-reset-wrapper--view h3 span,.parent-group .text-container .richtext-reset-wrapper--view h4,.parent-group .text-container .richtext-reset-wrapper--view h4 span,.parent-group .text-container .richtext-reset-wrapper--view h5,.parent-group .text-container .richtext-reset-wrapper--view h5 span,.parent-group .text-container .richtext-reset-wrapper--view h6,.parent-group .text-container .richtext-reset-wrapper--view h6 span{word-break:break-word}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit ul,.parent-group .richtext-reset-container .richtext-reset-wrapper--view ul,.parent-group .text-container .richtext-reset-wrapper--edit ul,.parent-group .text-container .richtext-reset-wrapper--view ul{-webkit-padding-start:32px!important;padding-inline-start:32px!important}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear::after,.parent-group .text-container .richtext-reset-wrapper--view .float-clear::after{content:""}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .float-clear img,.parent-group .text-container .richtext-reset-wrapper--edit .float-clear img,.parent-group .text-container .richtext-reset-wrapper--view .float-clear img{margin:5px}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .richtext-reset-container .richtext-reset-wrapper--view .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--edit .span.magic-link,.parent-group .text-container .richtext-reset-wrapper--view .span.magic-link{display:inline;text-indent:initial}.parent-group .richtext-reset-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .richtext-reset-container .richtext-reset-wrapper--view span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--edit span.magic-fillchar,.parent-group .text-container .richtext-reset-wrapper--view span.magic-fillchar{display:inline-block;min-width:1px;max-width:1px}.parent-group .richtext-reset-container .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);overflow-x:auto}.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 *,.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}.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 *{word-break:initial}.xml-text-preview-box-dialog p span{word-break:break-word}.xml-text-preview-box-dialog .float-clear::after{content:"";display:table;clear:both}.xml-text-preview-box-dialog .float-clear img{margin:5px}.preview-counter-main-pc .xml-reader-window-box .tippy-content{background-color:#eeeeef;border-radius:4px;-webkit-box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15);box-shadow:0 0 20px 3px rgba(154,161,177,.15),0 4px 32px -11px rgba(36,40,127,.25),0 4px 4px -2px rgba(91,94,105,.15)}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#eeeeef;color:#535353}.preview-counter-main-pc .xml-reader-window-box .tipbar.tipbar-tpl span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.preview-counter-main-pc .xml-reader-window-box .tipbar-action{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px;border-radius:4px;cursor:pointer;-webkit-filter:brightness(1.2);filter:brightness(1.2)}.preview-counter-main-pc .xml-reader-window-box .tipbar-action:hover{background-color:#c5c5c5;-webkit-filter:brightness(1);filter:brightness(1)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon{display:inline-block;width:1.1em;height:1.1em;margin-right:4px;background-repeat:no-repeat;background-size:100% 100%;background-position:center}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.copy{background-image:url(../../static/images/icons/richtext/copy.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.note{background-image:url(../../static/images/icons/richtext/note.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.addTeacherResources{background-image:url(../../static/images/icons/richtext/addTeacherResources.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.highlight{background-image:url(../../static/images/icons/richtext/highlight-mobile.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.dictionary{background-image:url(../../static/images/icons/richtext/dictionary.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-icon.encyclopedias{background-image:url(../../static/images/icons/richtext/encyclopedias.png)}.preview-counter-main-pc .xml-reader-window-box .tipbar-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:" "}
\ 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 dad3415..cfe17bc 100644
--- a/src/plugin/xml-digital-teaching/lib/title.css
+++ b/src/plugin/xml-digital-teaching/lib/title.css
@@ -1,108 +1,93 @@
-/*# sourceMappingURL=fifth.vue.map */
-
-
-/*# sourceMappingURL=semicircle.vue.map */
-
-
-/*# sourceMappingURL=rectangle.vue.map */
-
-
-/*# sourceMappingURL=rotundity.vue.map */
-
-
-/*# sourceMappingURL=third.vue.map */
-
-
-/*# sourceMappingURL=hexagon.vue.map */
-
-
-/*# sourceMappingURL=second.vue.map */
-
-
-/*# sourceMappingURL=square.vue.map */
-
-
-/*# sourceMappingURL=first.vue.map */
-
-
-/*# sourceMappingURL=sixth.vue.map */
-
-
-/*# sourceMappingURL=eighteen.vue.map */
-
-
/*# sourceMappingURL=sixteen.vue.map */
-/*# sourceMappingURL=thirteenth.vue.map */
+/*# sourceMappingURL=rectangle.vue.map */
-/*# sourceMappingURL=triangle.vue.map */
+/*# sourceMappingURL=hexagon.vue.map */
-/*# sourceMappingURL=Greentheme2.vue.map */
+/*# sourceMappingURL=rotundity.vue.map */
-/*# sourceMappingURL=Greentheme1.vue.map */
+/*# sourceMappingURL=second.vue.map */
+
+
+/*# sourceMappingURL=fifth.vue.map */
+
+
+/*# sourceMappingURL=first.vue.map */
+
+
+/*# sourceMappingURL=square.vue.map */
/*# sourceMappingURL=fifteen.vue.map */
+/*# sourceMappingURL=sixth.vue.map */
+
+
/*# sourceMappingURL=twelfth.vue.map */
-/*# sourceMappingURL=fourteen.vue.map */
+/*# sourceMappingURL=semicircle.vue.map */
+
+
+/*# sourceMappingURL=triangle.vue.map */
+
+
+/*# sourceMappingURL=thirteenth.vue.map */
+
+
+/*# sourceMappingURL=eighteen.vue.map */
/*# sourceMappingURL=nineteen.vue.map */
-/*# sourceMappingURL=Greentheme5.vue.map */
-
-
-/*# sourceMappingURL=seventeen.vue.map */
+/*# sourceMappingURL=fourteen.vue.map */
/*# sourceMappingURL=eighteen2.vue.map */
+/*# sourceMappingURL=third.vue.map */
+
+
+/*# sourceMappingURL=Greentheme5.vue.map */
+
+
/*# sourceMappingURL=Greentheme3.vue.map */
-/*# sourceMappingURL=Yellowtheme1.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme2.vue.map */
-
-
/*# sourceMappingURL=Greentheme4.vue.map */
-/*# sourceMappingURL=Yellowtheme5.vue.map */
+/*# sourceMappingURL=Yellowtheme1.vue.map */
-/*# sourceMappingURL=Yellowtheme3.vue.map */
+/*# sourceMappingURL=Greentheme1.vue.map */
-/*# sourceMappingURL=Twentythree.vue.map */
+/*# sourceMappingURL=SanQintheme1.vue.map */
-/*# sourceMappingURL=twenty.vue.map */
+/*# sourceMappingURL=Greentheme2.vue.map */
-/*# sourceMappingURL=Yellowtheme4.vue.map */
+/*# sourceMappingURL=Yellowtheme2.vue.map */
-/*# sourceMappingURL=Greentheme6.vue.map */
+/*# sourceMappingURL=seventeen.vue.map */
/*# sourceMappingURL=Twentyone.vue.map */
-/*# sourceMappingURL=SanQintheme3.vue.map */
+/*# sourceMappingURL=Greentheme6.vue.map */
/*# sourceMappingURL=Yellowtheme6.vue.map */
@@ -111,18 +96,33 @@
/*# sourceMappingURL=SanQintheme2.vue.map */
-/*# sourceMappingURL=Twentytwo.vue.map */
-
-
/*# sourceMappingURL=Twentyfour.vue.map */
-/*# sourceMappingURL=SanQintheme1.vue.map */
+/*# sourceMappingURL=Yellowtheme3.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme5.vue.map */
+
+
+/*# sourceMappingURL=twenty.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme4.vue.map */
/*# sourceMappingURL=Knowledge.vue.map */
+/*# sourceMappingURL=Twentytwo.vue.map */
+
+
+/*# sourceMappingURL=SanQintheme3.vue.map */
+
+
+/*# sourceMappingURL=Twentythree.vue.map */
+
+
/*# sourceMappingURL=Twentyfive.vue.map */
.xml-text-h5 .inline-audio-wrap,
.xml-text-h5 .inline-link-wrap {
@@ -195,11 +195,11 @@
/*# sourceMappingURL=XmlText.vue.map */
-.xml-text-h5[data-v-4666e3b2] {
+.xml-text-h5[data-v-483bfd20] {
}
-.xml-text-pc[data-v-4666e3b2] {
+.xml-text-pc[data-v-483bfd20] {
}
-.xml-text-h5[data-v-4666e3b2] {
+.xml-text-h5[data-v-483bfd20] {
}
diff --git a/src/plugin/xml-digital-teaching/lib/title.js b/src/plugin/xml-digital-teaching/lib/title.js
index 2efefc2..2e22cf2 100644
--- a/src/plugin/xml-digital-teaching/lib/title.js
+++ b/src/plugin/xml-digital-teaching/lib/title.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-7aa6099d";
+ const __vue_scope_id__$J = "data-v-0781f4c2";
/* module identifier */
const __vue_module_identifier__$J = undefined;
/* functional template */
@@ -9436,7 +9436,7 @@ class MagicLink extends HTMLElement {
}
.magic-link {
display: inline;
- font-size:16px;
+ // font-size:16px;
font-weight: normal;
font-style: normal;
text-align: left;
@@ -48778,6 +48778,7 @@ var script$G = {
dataName: this.blockDataName,
data: this.pBlockData,
graphLinks: this.currentRule.data?.graphLinks || [],
+ pureTextComponent: this.isPureTextComponent,
dataIndex: this.dataIndex,
blockId: this.blockId
};
@@ -48897,7 +48898,7 @@ var script$G = {
let _this = this;
this.blockData = this.pBlockData;
if (!this.blockData.html) {
- this.blockData.html = '暂无内容';
+ this.blockData.html = '暂无内容1';
}
`#${this.blockId} .richtext-reset-wrapper--view`;
let mceMagicLinkRegistered = window.customElements?.get('magic-link');
@@ -48927,15 +48928,6 @@ var script$G = {
}]
});
});
- const getFileUrl = url => {
- if (url) {
- if (url.indexOf('./') === -1) {
- return url;
- }
- return `${_this.resourceBasisPath}${url.split('./')[1]}`;
- }
- return '';
- };
jquery(containerSelector).on('click', 'magic-link', function (e) {
let {
plaintext,
@@ -48943,9 +48935,10 @@ var script$G = {
content,
type,
isPlaying,
- stylemode
+ stylemode,
+ showType,
+ hotzoneType
} = e.target.dataset;
- console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', 'magic-link点击', e, e.target.dataset);
if (_this.mode === 'editor') {
_this.$message.info('当前内容仅支持在预览模式下查看');
return;
@@ -48957,7 +48950,7 @@ var script$G = {
multiple: true,
nowImgIndex: 0,
imgList: [{
- url: getFileUrl(content),
+ url: content,
title: plaintext
}]
});
@@ -48967,7 +48960,7 @@ var script$G = {
_this.$EventBus.$emit('handleMagicLinkAudioPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -48981,7 +48974,7 @@ var script$G = {
_this.$EventBus.$emit('handleMagicLinkVideoPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -48993,6 +48986,9 @@ var script$G = {
if (type === 'richtext') {
content = content.replace(/text\-align:\s?justify/g, 'text-align:left');
// 魔链富文本
+ if (showType === 'popover') {
+ return;
+ }
_this.inlineWordsModal = {
title,
content,
@@ -49003,7 +48999,7 @@ var script$G = {
if (type === 'sheet') {
// 插入活页
_this.$EventBus.$emit('hotzoneClick', {
- type: 'looseleaf',
+ type: hotzoneType || 'looseleaf',
value: content,
label: title
});
@@ -49199,8 +49195,8 @@ var script$G = {
let ADom = document.getElementById(this.blockId).getElementsByTagName('a') || [];
if (ADom) {
for (let i = 0; i < ADom.length; i++) {
- // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
let href = ADom[i].href;
+ // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
ADom[i].href = 'javascript: void(0)';
ADom[i].onclick = function (e) {
_this.$EventBus.$emit('openTextHyperlink', {
@@ -51058,7 +51054,7 @@ __vue_render__$G._withStripped = true;
/* style */
const __vue_inject_styles__$G = undefined;
/* scoped */
- const __vue_scope_id__$G = "data-v-4666e3b2";
+ const __vue_scope_id__$G = "data-v-483bfd20";
/* module identifier */
const __vue_module_identifier__$G = undefined;
/* functional template */
@@ -51358,7 +51354,7 @@ __vue_render__$F._withStripped = true;
/* style */
const __vue_inject_styles__$F = undefined;
/* scoped */
- const __vue_scope_id__$F = "data-v-56a198fa";
+ const __vue_scope_id__$F = "data-v-a00f2484";
/* module identifier */
const __vue_module_identifier__$F = undefined;
/* functional template */
@@ -51578,7 +51574,7 @@ __vue_render__$E._withStripped = true;
/* style */
const __vue_inject_styles__$E = undefined;
/* scoped */
- const __vue_scope_id__$E = "data-v-2a582ff5";
+ const __vue_scope_id__$E = "data-v-4411be5a";
/* module identifier */
const __vue_module_identifier__$E = undefined;
/* functional template */
@@ -51798,7 +51794,7 @@ __vue_render__$D._withStripped = true;
/* style */
const __vue_inject_styles__$D = undefined;
/* scoped */
- const __vue_scope_id__$D = "data-v-13c4d2ec";
+ const __vue_scope_id__$D = "data-v-42f9a227";
/* module identifier */
const __vue_module_identifier__$D = undefined;
/* functional template */
@@ -52035,7 +52031,7 @@ __vue_render__$C._withStripped = true;
/* style */
const __vue_inject_styles__$C = undefined;
/* scoped */
- const __vue_scope_id__$C = "data-v-566f2eb9";
+ const __vue_scope_id__$C = "data-v-789d135e";
/* module identifier */
const __vue_module_identifier__$C = undefined;
/* functional template */
@@ -52255,7 +52251,7 @@ __vue_render__$B._withStripped = true;
/* style */
const __vue_inject_styles__$B = undefined;
/* scoped */
- const __vue_scope_id__$B = "data-v-0dc66d52";
+ const __vue_scope_id__$B = "data-v-60f3a44d";
/* module identifier */
const __vue_module_identifier__$B = undefined;
/* functional template */
@@ -52471,7 +52467,7 @@ __vue_render__$A._withStripped = true;
/* style */
const __vue_inject_styles__$A = undefined;
/* scoped */
- const __vue_scope_id__$A = "data-v-22bcf379";
+ const __vue_scope_id__$A = "data-v-7ffab134";
/* module identifier */
const __vue_module_identifier__$A = undefined;
/* functional template */
@@ -52691,7 +52687,7 @@ __vue_render__$z._withStripped = true;
/* style */
const __vue_inject_styles__$z = undefined;
/* scoped */
- const __vue_scope_id__$z = "data-v-0fe46bcc";
+ const __vue_scope_id__$z = "data-v-6a958ef1";
/* module identifier */
const __vue_module_identifier__$z = undefined;
/* functional template */
@@ -52960,7 +52956,7 @@ __vue_render__$y._withStripped = true;
/* style */
const __vue_inject_styles__$y = undefined;
/* scoped */
- const __vue_scope_id__$y = "data-v-1457d9f5";
+ const __vue_scope_id__$y = "data-v-590b1c5a";
/* module identifier */
const __vue_module_identifier__$y = undefined;
/* functional template */
@@ -53180,7 +53176,7 @@ __vue_render__$x._withStripped = true;
/* style */
const __vue_inject_styles__$x = undefined;
/* scoped */
- const __vue_scope_id__$x = "data-v-fb782c6a";
+ const __vue_scope_id__$x = "data-v-ab464720";
/* module identifier */
const __vue_module_identifier__$x = undefined;
/* functional template */
@@ -53449,7 +53445,7 @@ __vue_render__$w._withStripped = true;
/* style */
const __vue_inject_styles__$w = undefined;
/* scoped */
- const __vue_scope_id__$w = "data-v-3f81e96d";
+ const __vue_scope_id__$w = "data-v-1105c768";
/* module identifier */
const __vue_module_identifier__$w = undefined;
/* functional template */
@@ -53669,7 +53665,7 @@ __vue_render__$v._withStripped = true;
/* style */
const __vue_inject_styles__$v = undefined;
/* scoped */
- const __vue_scope_id__$v = "data-v-44b9aa96";
+ const __vue_scope_id__$v = "data-v-918d650a";
/* module identifier */
const __vue_module_identifier__$v = undefined;
/* functional template */
@@ -53938,7 +53934,7 @@ __vue_render__$u._withStripped = true;
/* style */
const __vue_inject_styles__$u = undefined;
/* scoped */
- const __vue_scope_id__$u = "data-v-7b2e45e4";
+ const __vue_scope_id__$u = "data-v-7d547b9f";
/* module identifier */
const __vue_module_identifier__$u = undefined;
/* functional template */
@@ -54188,7 +54184,7 @@ __vue_render__$t._withStripped = true;
/* style */
const __vue_inject_styles__$t = undefined;
/* scoped */
- const __vue_scope_id__$t = "data-v-57857574";
+ const __vue_scope_id__$t = "data-v-65c498eb";
/* module identifier */
const __vue_module_identifier__$t = undefined;
/* functional template */
@@ -54406,7 +54402,7 @@ __vue_render__$s._withStripped = true;
/* style */
const __vue_inject_styles__$s = undefined;
/* scoped */
- const __vue_scope_id__$s = "data-v-58b154c2";
+ const __vue_scope_id__$s = "data-v-e9e72478";
/* module identifier */
const __vue_module_identifier__$s = undefined;
/* functional template */
@@ -54652,7 +54648,7 @@ __vue_render__$r._withStripped = true;
/* style */
const __vue_inject_styles__$r = undefined;
/* scoped */
- const __vue_scope_id__$r = "data-v-30ad8667";
+ const __vue_scope_id__$r = "data-v-61cb4f62";
/* module identifier */
const __vue_module_identifier__$r = undefined;
/* functional template */
@@ -54873,7 +54869,7 @@ __vue_render__$q._withStripped = true;
/* style */
const __vue_inject_styles__$q = undefined;
/* scoped */
- const __vue_scope_id__$q = "data-v-57360cee";
+ const __vue_scope_id__$q = "data-v-0dbeaeae";
/* module identifier */
const __vue_module_identifier__$q = undefined;
/* functional template */
@@ -55125,7 +55121,7 @@ __vue_render__$p._withStripped = true;
/* style */
const __vue_inject_styles__$p = undefined;
/* scoped */
- const __vue_scope_id__$p = "data-v-05b67824";
+ const __vue_scope_id__$p = "data-v-84a72f5a";
/* module identifier */
const __vue_module_identifier__$p = undefined;
/* functional template */
@@ -55350,7 +55346,7 @@ __vue_render__$o._withStripped = true;
/* style */
const __vue_inject_styles__$o = undefined;
/* scoped */
- const __vue_scope_id__$o = "data-v-6d98bf1e";
+ const __vue_scope_id__$o = "data-v-2f3d022c";
/* module identifier */
const __vue_module_identifier__$o = undefined;
/* functional template */
@@ -55575,7 +55571,7 @@ __vue_render__$n._withStripped = true;
/* style */
const __vue_inject_styles__$n = undefined;
/* scoped */
- const __vue_scope_id__$n = "data-v-f6617d46";
+ const __vue_scope_id__$n = "data-v-401bd1fc";
/* module identifier */
const __vue_module_identifier__$n = undefined;
/* functional template */
@@ -55793,7 +55789,7 @@ __vue_render__$m._withStripped = true;
/* style */
const __vue_inject_styles__$m = undefined;
/* scoped */
- const __vue_scope_id__$m = "data-v-5d3475c2";
+ const __vue_scope_id__$m = "data-v-6a5b4a86";
/* module identifier */
const __vue_module_identifier__$m = undefined;
/* functional template */
@@ -56044,7 +56040,7 @@ __vue_render__$l._withStripped = true;
/* style */
const __vue_inject_styles__$l = undefined;
/* scoped */
- const __vue_scope_id__$l = "data-v-51cc33ba";
+ const __vue_scope_id__$l = "data-v-9d0df996";
/* module identifier */
const __vue_module_identifier__$l = undefined;
/* functional template */
@@ -56305,7 +56301,7 @@ __vue_render__$k._withStripped = true;
/* style */
const __vue_inject_styles__$k = undefined;
/* scoped */
- const __vue_scope_id__$k = "data-v-bdb17eca";
+ const __vue_scope_id__$k = "data-v-4a8bb7c0";
/* module identifier */
const __vue_module_identifier__$k = undefined;
/* functional template */
@@ -56526,7 +56522,7 @@ __vue_render__$j._withStripped = true;
/* style */
const __vue_inject_styles__$j = undefined;
/* scoped */
- const __vue_scope_id__$j = "data-v-5e9c58b2";
+ const __vue_scope_id__$j = "data-v-25a89ed2";
/* module identifier */
const __vue_module_identifier__$j = undefined;
/* functional template */
@@ -56749,7 +56745,7 @@ __vue_render__$i._withStripped = true;
/* style */
const __vue_inject_styles__$i = undefined;
/* scoped */
- const __vue_scope_id__$i = "data-v-78c04606";
+ const __vue_scope_id__$i = "data-v-9cc8123c";
/* module identifier */
const __vue_module_identifier__$i = undefined;
/* functional template */
@@ -56969,7 +56965,7 @@ __vue_render__$h._withStripped = true;
/* style */
const __vue_inject_styles__$h = undefined;
/* scoped */
- const __vue_scope_id__$h = "data-v-55b29dbc";
+ const __vue_scope_id__$h = "data-v-0bfdf35d";
/* module identifier */
const __vue_module_identifier__$h = undefined;
/* functional template */
@@ -57201,7 +57197,7 @@ __vue_render__$g._withStripped = true;
/* style */
const __vue_inject_styles__$g = undefined;
/* scoped */
- const __vue_scope_id__$g = "data-v-9e3c96d6";
+ const __vue_scope_id__$g = "data-v-fb2e5160";
/* module identifier */
const __vue_module_identifier__$g = undefined;
/* functional template */
@@ -57459,7 +57455,7 @@ __vue_render__$f._withStripped = true;
/* style */
const __vue_inject_styles__$f = undefined;
/* scoped */
- const __vue_scope_id__$f = "data-v-0d388e07";
+ const __vue_scope_id__$f = "data-v-fcbe7028";
/* module identifier */
const __vue_module_identifier__$f = undefined;
/* functional template */
@@ -57680,7 +57676,7 @@ __vue_render__$e._withStripped = true;
/* style */
const __vue_inject_styles__$e = undefined;
/* scoped */
- const __vue_scope_id__$e = "data-v-ea131be6";
+ const __vue_scope_id__$e = "data-v-18d47f32";
/* module identifier */
const __vue_module_identifier__$e = undefined;
/* functional template */
@@ -57901,7 +57897,7 @@ __vue_render__$d._withStripped = true;
/* style */
const __vue_inject_styles__$d = undefined;
/* scoped */
- const __vue_scope_id__$d = "data-v-012c196e";
+ const __vue_scope_id__$d = "data-v-e1ebb2da";
/* module identifier */
const __vue_module_identifier__$d = undefined;
/* functional template */
@@ -58120,7 +58116,7 @@ __vue_render__$c._withStripped = true;
/* style */
const __vue_inject_styles__$c = undefined;
/* scoped */
- const __vue_scope_id__$c = "data-v-848fa49e";
+ const __vue_scope_id__$c = "data-v-76ad1c2c";
/* module identifier */
const __vue_module_identifier__$c = undefined;
/* functional template */
@@ -58343,7 +58339,7 @@ __vue_render__$b._withStripped = true;
/* style */
const __vue_inject_styles__$b = undefined;
/* scoped */
- const __vue_scope_id__$b = "data-v-40165113";
+ const __vue_scope_id__$b = "data-v-ddb34b10";
/* module identifier */
const __vue_module_identifier__$b = undefined;
/* functional template */
@@ -58566,7 +58562,7 @@ __vue_render__$a._withStripped = true;
/* style */
const __vue_inject_styles__$a = undefined;
/* scoped */
- const __vue_scope_id__$a = "data-v-46f2f6ac";
+ const __vue_scope_id__$a = "data-v-35bbc525";
/* module identifier */
const __vue_module_identifier__$a = undefined;
/* functional template */
@@ -58825,7 +58821,7 @@ __vue_render__$9._withStripped = true;
/* style */
const __vue_inject_styles__$9 = undefined;
/* scoped */
- const __vue_scope_id__$9 = "data-v-01caee83";
+ const __vue_scope_id__$9 = "data-v-c97ec630";
/* module identifier */
const __vue_module_identifier__$9 = undefined;
/* functional template */
@@ -59042,7 +59038,7 @@ __vue_render__$8._withStripped = true;
/* style */
const __vue_inject_styles__$8 = undefined;
/* scoped */
- const __vue_scope_id__$8 = "data-v-6ab7ccb4";
+ const __vue_scope_id__$8 = "data-v-3841fea1";
/* module identifier */
const __vue_module_identifier__$8 = undefined;
/* functional template */
@@ -59259,7 +59255,7 @@ __vue_render__$7._withStripped = true;
/* style */
const __vue_inject_styles__$7 = undefined;
/* scoped */
- const __vue_scope_id__$7 = "data-v-6f64aba6";
+ const __vue_scope_id__$7 = "data-v-3731b9d2";
/* module identifier */
const __vue_module_identifier__$7 = undefined;
/* functional template */
@@ -59475,7 +59471,7 @@ __vue_render__$6._withStripped = true;
/* style */
const __vue_inject_styles__$6 = undefined;
/* scoped */
- const __vue_scope_id__$6 = "data-v-60db5a12";
+ const __vue_scope_id__$6 = "data-v-0090ea12";
/* module identifier */
const __vue_module_identifier__$6 = undefined;
/* functional template */
@@ -59697,7 +59693,7 @@ __vue_render__$5._withStripped = true;
/* style */
const __vue_inject_styles__$5 = undefined;
/* scoped */
- const __vue_scope_id__$5 = "data-v-bb0b6ff2";
+ const __vue_scope_id__$5 = "data-v-6f63c87c";
/* module identifier */
const __vue_module_identifier__$5 = undefined;
/* functional template */
@@ -59925,7 +59921,7 @@ __vue_render__$4._withStripped = true;
/* style */
const __vue_inject_styles__$4 = undefined;
/* scoped */
- const __vue_scope_id__$4 = "data-v-0c505260";
+ const __vue_scope_id__$4 = "data-v-4b5e4385";
/* module identifier */
const __vue_module_identifier__$4 = undefined;
/* functional template */
@@ -60157,7 +60153,7 @@ __vue_render__$3._withStripped = true;
/* style */
const __vue_inject_styles__$3 = undefined;
/* scoped */
- const __vue_scope_id__$3 = "data-v-6cc98c53";
+ const __vue_scope_id__$3 = "data-v-4ffd4964";
/* module identifier */
const __vue_module_identifier__$3 = undefined;
/* functional template */
@@ -60389,7 +60385,7 @@ __vue_render__$2._withStripped = true;
/* style */
const __vue_inject_styles__$2 = undefined;
/* scoped */
- const __vue_scope_id__$2 = "data-v-44854066";
+ const __vue_scope_id__$2 = "data-v-4be6a721";
/* module identifier */
const __vue_module_identifier__$2 = undefined;
/* functional template */
@@ -60623,7 +60619,7 @@ __vue_render__$1._withStripped = true;
/* style */
const __vue_inject_styles__$1 = undefined;
/* scoped */
- const __vue_scope_id__$1 = "data-v-12fa1bac";
+ const __vue_scope_id__$1 = "data-v-0df3b9e5";
/* module identifier */
const __vue_module_identifier__$1 = undefined;
/* functional template */
@@ -60861,7 +60857,7 @@ __vue_render__._withStripped = true;
/* style */
const __vue_inject_styles__ = undefined;
/* scoped */
- const __vue_scope_id__ = "data-v-398dd67d";
+ const __vue_scope_id__ = "data-v-e60d723c";
/* 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 e3e44ec..279fe47 100644
--- a/src/plugin/xml-digital-teaching/lib/titleLibrary.css
+++ b/src/plugin/xml-digital-teaching/lib/titleLibrary.css
@@ -1,173 +1,173 @@
+.title-text[data-v-fc425bf8] {
+ background-color: var(--background-color) !important;
+}
+.title-left[data-v-fc425bf8] {
+ border-color: var(--background-color) !important;
+ color: var(--background-color) !important;
+}
+
+/*# sourceMappingURL=third.vue.map */
-/*# sourceMappingURL=semicircle.vue.map */
-
-
-/*# sourceMappingURL=sixth.vue.map */
-
-
-/*# sourceMappingURL=thirteenth.vue.map */
-
-
-/*# sourceMappingURL=Greentheme1.vue.map */
+/*# sourceMappingURL=rectangle.vue.map */
/*# sourceMappingURL=first.vue.map */
-/*# sourceMappingURL=Yellowtheme1.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme6.vue.map */
-
-
-/*# sourceMappingURL=fifteen.vue.map */
-
-
/*# sourceMappingURL=Yellowtheme2.vue.map */
/*# sourceMappingURL=Yellowtheme5.vue.map */
-/*# sourceMappingURL=Greentheme3.vue.map */
-
-
-/*# sourceMappingURL=Yellowtheme4.vue.map */
-
-
-/*# sourceMappingURL=seventeen.vue.map */
-.title-text[data-v-616d10ee] {
- background-color: var(--background-color) !important;
-}
-.title-left[data-v-616d10ee] {
- border-color: var(--background-color) !important;
- color: var(--background-color) !important;
-}
-
-/*# sourceMappingURL=third.vue.map */
-
-
-/*# sourceMappingURL=Greentheme2.vue.map */
-
-
-/*# sourceMappingURL=nineteen.vue.map */
+/*# sourceMappingURL=fifteen.vue.map */
/*# sourceMappingURL=twelfth.vue.map */
-/*# sourceMappingURL=rectangle.vue.map */
+/*# sourceMappingURL=sixth.vue.map */
-/*# sourceMappingURL=hexagon.vue.map */
+/*# sourceMappingURL=semicircle.vue.map */
-/*# sourceMappingURL=Redtheme3.vue.map */
+/*# sourceMappingURL=thirteenth.vue.map */
-/*# sourceMappingURL=Greentheme4.vue.map */
+/*# sourceMappingURL=Yellowtheme4.vue.map */
-/*# sourceMappingURL=Knowledge.vue.map */
+/*# sourceMappingURL=Greentheme2.vue.map */
-/*# sourceMappingURL=fourteen.vue.map */
+/*# sourceMappingURL=Greentheme1.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme6.vue.map */
+
+
+/*# sourceMappingURL=Yellowtheme1.vue.map */
/*# sourceMappingURL=sixteen.vue.map */
-/*# sourceMappingURL=Thirtythree.vue.map */
-
-
-/*# sourceMappingURL=fifth.vue.map */
-
-
-/*# sourceMappingURL=Redtheme2.vue.map */
-
-
-/*# sourceMappingURL=Thirtyone.vue.map */
-
-
-/*# sourceMappingURL=Redtheme1.vue.map */
-
-
-/*# sourceMappingURL=triangle.vue.map */
-
-
-/*# sourceMappingURL=Thirtytwo.vue.map */
-
-
-/*# sourceMappingURL=Thirtyfour.vue.map */
+/*# sourceMappingURL=fourteen.vue.map */
/*# sourceMappingURL=Greentheme6.vue.map */
-/*# sourceMappingURL=Redtheme4.vue.map */
+/*# sourceMappingURL=Greentheme3.vue.map */
-/*# sourceMappingURL=Thirtysix.vue.map */
+/*# sourceMappingURL=Greentheme4.vue.map */
+
+
+/*# sourceMappingURL=nineteen.vue.map */
+
+
+/*# sourceMappingURL=Knowledge.vue.map */
+
+
+/*# sourceMappingURL=hexagon.vue.map */
+
+
+/*# sourceMappingURL=seventeen.vue.map */
+
+
+/*# sourceMappingURL=triangle.vue.map */
+
+
+/*# sourceMappingURL=Redtheme1.vue.map */
+
+
+/*# sourceMappingURL=fifth.vue.map */
/*# sourceMappingURL=Thirtynine.vue.map */
+/*# sourceMappingURL=Redtheme4.vue.map */
+
+
+/*# sourceMappingURL=Redtheme2.vue.map */
+
+
+/*# sourceMappingURL=Thirtythree.vue.map */
+
+
+/*# sourceMappingURL=Thirtyfour.vue.map */
+
+
/*# sourceMappingURL=Thirtyfive.vue.map */
-/*# sourceMappingURL=titleCrane.vue.map */
+/*# sourceMappingURL=Thirtytwo.vue.map */
-/*# sourceMappingURL=titleTearcher.vue.map */
+/*# sourceMappingURL=Redtheme3.vue.map */
-/*# sourceMappingURL=BuleRectangleTwo.vue.map */
+/*# sourceMappingURL=Thirtyone.vue.map */
-/*# sourceMappingURL=BuleRectangle.vue.map */
+/*# sourceMappingURL=Sevenpagefour.vue.map */
+
+
+/*# sourceMappingURL=Thirtyseven.vue.map */
/*# sourceMappingURL=Thirtyeight.vue.map */
-/*# sourceMappingURL=titleLogging.vue.map */
-
-
-/*# sourceMappingURL=Sevenpagefour.vue.map */
-.title-bgimg[data-v-025e9706] {
+/*# sourceMappingURL=titleQuestion.vue.map */
+.title-bgimg[data-v-f86c7abc] {
background-image: url(../style/title-text-bgimg.png);
}
/*# sourceMappingURL=Sevenpageone.vue.map */
-/*# sourceMappingURL=Sevenpagetwo.vue.map */
+/*# sourceMappingURL=BuleRectangleTwo.vue.map */
-/*# sourceMappingURL=Thirtyseven.vue.map */
+/*# sourceMappingURL=titleCrane.vue.map */
-/*# sourceMappingURL=Sevenpagethree.vue.map */
+/*# sourceMappingURL=BuleRectangle.vue.map */
-/*# sourceMappingURL=titleQuestion.vue.map */
-
-
-/*# sourceMappingURL=Sevenpagefive.vue.map */
-
-
-/*# sourceMappingURL=titleLight.vue.map */
+/*# sourceMappingURL=Thirtysix.vue.map */
/*# sourceMappingURL=titleText.vue.map */
+/*# sourceMappingURL=titleTearcher.vue.map */
+
+
/*# sourceMappingURL=Forty.vue.map */
+/*# sourceMappingURL=titleLight.vue.map */
+
+
+/*# sourceMappingURL=titleLogging.vue.map */
+
+
+/*# sourceMappingURL=Sevenpagefive.vue.map */
+
+
+/*# sourceMappingURL=Sevenpagetwo.vue.map */
+
+
/*# sourceMappingURL=Fortyone.vue.map */
+
+
+/*# sourceMappingURL=Sevenpagethree.vue.map */
.xml-text-h5 .inline-audio-wrap,
.xml-text-h5 .inline-link-wrap {
align-items: center;
@@ -239,11 +239,11 @@
/*# sourceMappingURL=XmlText.vue.map */
-.xml-text-h5[data-v-4666e3b2] {
+.xml-text-h5[data-v-483bfd20] {
}
-.xml-text-pc[data-v-4666e3b2] {
+.xml-text-pc[data-v-483bfd20] {
}
-.xml-text-h5[data-v-4666e3b2] {
+.xml-text-h5[data-v-483bfd20] {
}
diff --git a/src/plugin/xml-digital-teaching/lib/titleLibrary.js b/src/plugin/xml-digital-teaching/lib/titleLibrary.js
index 188dfb8..c2bf582 100644
--- a/src/plugin/xml-digital-teaching/lib/titleLibrary.js
+++ b/src/plugin/xml-digital-teaching/lib/titleLibrary.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 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-7aa6099d";
+ const __vue_scope_id__$V = "data-v-0781f4c2";
/* module identifier */
const __vue_module_identifier__$V = undefined;
/* functional template */
@@ -9436,7 +9436,7 @@ class MagicLink extends HTMLElement {
}
.magic-link {
display: inline;
- font-size:16px;
+ // font-size:16px;
font-weight: normal;
font-style: normal;
text-align: left;
@@ -48778,6 +48778,7 @@ var script$S = {
dataName: this.blockDataName,
data: this.pBlockData,
graphLinks: this.currentRule.data?.graphLinks || [],
+ pureTextComponent: this.isPureTextComponent,
dataIndex: this.dataIndex,
blockId: this.blockId
};
@@ -48897,7 +48898,7 @@ var script$S = {
let _this = this;
this.blockData = this.pBlockData;
if (!this.blockData.html) {
- this.blockData.html = '暂无内容';
+ this.blockData.html = '暂无内容1';
}
`#${this.blockId} .richtext-reset-wrapper--view`;
let mceMagicLinkRegistered = window.customElements?.get('magic-link');
@@ -48927,15 +48928,6 @@ var script$S = {
}]
});
});
- const getFileUrl = url => {
- if (url) {
- if (url.indexOf('./') === -1) {
- return url;
- }
- return `${_this.resourceBasisPath}${url.split('./')[1]}`;
- }
- return '';
- };
jquery(containerSelector).on('click', 'magic-link', function (e) {
let {
plaintext,
@@ -48943,9 +48935,10 @@ var script$S = {
content,
type,
isPlaying,
- stylemode
+ stylemode,
+ showType,
+ hotzoneType
} = e.target.dataset;
- console.log('%c%s', 'font-size:2em;background: #00965E;color: #FFF', 'magic-link点击', e, e.target.dataset);
if (_this.mode === 'editor') {
_this.$message.info('当前内容仅支持在预览模式下查看');
return;
@@ -48957,7 +48950,7 @@ var script$S = {
multiple: true,
nowImgIndex: 0,
imgList: [{
- url: getFileUrl(content),
+ url: content,
title: plaintext
}]
});
@@ -48967,7 +48960,7 @@ var script$S = {
_this.$EventBus.$emit('handleMagicLinkAudioPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -48981,7 +48974,7 @@ var script$S = {
_this.$EventBus.$emit('handleMagicLinkVideoPlay', {
plaintext,
title,
- content: getFileUrl(content),
+ content,
type,
isPlaying,
targetId: e.target.id,
@@ -48993,6 +48986,9 @@ var script$S = {
if (type === 'richtext') {
content = content.replace(/text\-align:\s?justify/g, 'text-align:left');
// 魔链富文本
+ if (showType === 'popover') {
+ return;
+ }
_this.inlineWordsModal = {
title,
content,
@@ -49003,7 +48999,7 @@ var script$S = {
if (type === 'sheet') {
// 插入活页
_this.$EventBus.$emit('hotzoneClick', {
- type: 'looseleaf',
+ type: hotzoneType || 'looseleaf',
value: content,
label: title
});
@@ -49199,8 +49195,8 @@ var script$S = {
let ADom = document.getElementById(this.blockId).getElementsByTagName('a') || [];
if (ADom) {
for (let i = 0; i < ADom.length; i++) {
- // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
let href = ADom[i].href;
+ // if (JSON.stringify(this.releaseUrlList).indexOf(ADom[i].href) == -1) {
ADom[i].href = 'javascript: void(0)';
ADom[i].onclick = function (e) {
_this.$EventBus.$emit('openTextHyperlink', {
@@ -51058,7 +51054,7 @@ __vue_render__$S._withStripped = true;
/* style */
const __vue_inject_styles__$S = undefined;
/* scoped */
- const __vue_scope_id__$S = "data-v-4666e3b2";
+ const __vue_scope_id__$S = "data-v-483bfd20";
/* module identifier */
const __vue_module_identifier__$S = undefined;
/* functional template */
@@ -51409,7 +51405,7 @@ __vue_render__$R._withStripped = true;
/* style */
const __vue_inject_styles__$R = undefined;
/* scoped */
- const __vue_scope_id__$R = "data-v-616d10ee";
+ const __vue_scope_id__$R = "data-v-fc425bf8";
/* module identifier */
const __vue_module_identifier__$R = undefined;
/* functional template */
@@ -51631,7 +51627,7 @@ __vue_render__$Q._withStripped = true;
/* style */
const __vue_inject_styles__$Q = undefined;
/* scoped */
- const __vue_scope_id__$Q = "data-v-0bbb4f3a";
+ const __vue_scope_id__$Q = "data-v-4da3c3c2";
/* module identifier */
const __vue_module_identifier__$Q = undefined;
/* functional template */
@@ -51901,7 +51897,7 @@ __vue_render__$P._withStripped = true;
/* style */
const __vue_inject_styles__$P = undefined;
/* scoped */
- const __vue_scope_id__$P = "data-v-2c084d29";
+ const __vue_scope_id__$P = "data-v-e9ffa2e4";
/* module identifier */
const __vue_module_identifier__$P = undefined;
/* functional template */
@@ -52122,7 +52118,7 @@ __vue_render__$O._withStripped = true;
/* style */
const __vue_inject_styles__$O = undefined;
/* scoped */
- const __vue_scope_id__$O = "data-v-3af6d3d2";
+ const __vue_scope_id__$O = "data-v-78033d5c";
/* module identifier */
const __vue_module_identifier__$O = undefined;
/* functional template */
@@ -52343,7 +52339,7 @@ __vue_render__$N._withStripped = true;
/* style */
const __vue_inject_styles__$N = undefined;
/* scoped */
- const __vue_scope_id__$N = "data-v-fbf24244";
+ const __vue_scope_id__$N = "data-v-5d501919";
/* module identifier */
const __vue_module_identifier__$N = undefined;
/* functional template */
@@ -52602,7 +52598,7 @@ __vue_render__$M._withStripped = true;
/* style */
const __vue_inject_styles__$M = undefined;
/* scoped */
- const __vue_scope_id__$M = "data-v-462bc6a8";
+ const __vue_scope_id__$M = "data-v-241e30e3";
/* module identifier */
const __vue_module_identifier__$M = undefined;
/* functional template */
@@ -52824,7 +52820,7 @@ __vue_render__$L._withStripped = true;
/* style */
const __vue_inject_styles__$L = undefined;
/* scoped */
- const __vue_scope_id__$L = "data-v-7487515c";
+ const __vue_scope_id__$L = "data-v-4571f88d";
/* module identifier */
const __vue_module_identifier__$L = undefined;
/* functional template */
@@ -53044,7 +53040,7 @@ __vue_render__$K._withStripped = true;
/* style */
const __vue_inject_styles__$K = undefined;
/* scoped */
- const __vue_scope_id__$K = "data-v-59bc5a3c";
+ const __vue_scope_id__$K = "data-v-4e95bbf2";
/* module identifier */
const __vue_module_identifier__$K = undefined;
/* functional template */
@@ -53268,7 +53264,7 @@ __vue_render__$J._withStripped = true;
/* style */
const __vue_inject_styles__$J = undefined;
/* scoped */
- const __vue_scope_id__$J = "data-v-df779e1c";
+ const __vue_scope_id__$J = "data-v-e21be426";
/* module identifier */
const __vue_module_identifier__$J = undefined;
/* functional template */
@@ -53492,7 +53488,7 @@ __vue_render__$I._withStripped = true;
/* style */
const __vue_inject_styles__$I = undefined;
/* scoped */
- const __vue_scope_id__$I = "data-v-15d1c71c";
+ const __vue_scope_id__$I = "data-v-5a5fa817";
/* module identifier */
const __vue_module_identifier__$I = undefined;
/* functional template */
@@ -53739,7 +53735,7 @@ __vue_render__$H._withStripped = true;
/* style */
const __vue_inject_styles__$H = undefined;
/* scoped */
- const __vue_scope_id__$H = "data-v-6a63b0c0";
+ const __vue_scope_id__$H = "data-v-6d677d76";
/* module identifier */
const __vue_module_identifier__$H = undefined;
/* functional template */
@@ -53990,7 +53986,7 @@ __vue_render__$G._withStripped = true;
/* style */
const __vue_inject_styles__$G = undefined;
/* scoped */
- const __vue_scope_id__$G = "data-v-1966f0fb";
+ const __vue_scope_id__$G = "data-v-651ffbb6";
/* module identifier */
const __vue_module_identifier__$G = undefined;
/* functional template */
@@ -54260,7 +54256,7 @@ __vue_render__$F._withStripped = true;
/* style */
const __vue_inject_styles__$F = undefined;
/* scoped */
- const __vue_scope_id__$F = "data-v-721237c7";
+ const __vue_scope_id__$F = "data-v-497217ac";
/* module identifier */
const __vue_module_identifier__$F = undefined;
/* functional template */
@@ -54517,7 +54513,7 @@ __vue_render__$E._withStripped = true;
/* style */
const __vue_inject_styles__$E = undefined;
/* scoped */
- const __vue_scope_id__$E = "data-v-3706def2";
+ const __vue_scope_id__$E = "data-v-1c3b2da8";
/* module identifier */
const __vue_module_identifier__$E = undefined;
/* functional template */
@@ -54784,7 +54780,7 @@ __vue_render__$D._withStripped = true;
/* style */
const __vue_inject_styles__$D = undefined;
/* scoped */
- const __vue_scope_id__$D = "data-v-5442cbe5";
+ const __vue_scope_id__$D = "data-v-9b6ab440";
/* module identifier */
const __vue_module_identifier__$D = undefined;
/* functional template */
@@ -55006,7 +55002,7 @@ __vue_render__$C._withStripped = true;
/* style */
const __vue_inject_styles__$C = undefined;
/* scoped */
- const __vue_scope_id__$C = "data-v-478188c1";
+ const __vue_scope_id__$C = "data-v-9f587188";
/* module identifier */
const __vue_module_identifier__$C = undefined;
/* functional template */
@@ -55230,7 +55226,7 @@ __vue_render__$B._withStripped = true;
/* style */
const __vue_inject_styles__$B = undefined;
/* scoped */
- const __vue_scope_id__$B = "data-v-5fcb6934";
+ const __vue_scope_id__$B = "data-v-3706a5af";
/* module identifier */
const __vue_module_identifier__$B = undefined;
/* functional template */
@@ -55463,7 +55459,7 @@ __vue_render__$A._withStripped = true;
/* style */
const __vue_inject_styles__$A = undefined;
/* scoped */
- const __vue_scope_id__$A = "data-v-11ebcaf6";
+ const __vue_scope_id__$A = "data-v-22e49d80";
/* module identifier */
const __vue_module_identifier__$A = undefined;
/* functional template */
@@ -55682,7 +55678,7 @@ __vue_render__$z._withStripped = true;
/* style */
const __vue_inject_styles__$z = undefined;
/* scoped */
- const __vue_scope_id__$z = "data-v-1ff758ed";
+ const __vue_scope_id__$z = "data-v-ad2f3cdc";
/* module identifier */
const __vue_module_identifier__$z = undefined;
/* functional template */
@@ -55903,7 +55899,7 @@ __vue_render__$y._withStripped = true;
/* style */
const __vue_inject_styles__$y = undefined;
/* scoped */
- const __vue_scope_id__$y = "data-v-4ccfd1c2";
+ const __vue_scope_id__$y = "data-v-7b3ea4f8";
/* module identifier */
const __vue_module_identifier__$y = undefined;
/* functional template */
@@ -56122,7 +56118,7 @@ __vue_render__$x._withStripped = true;
/* style */
const __vue_inject_styles__$x = undefined;
/* scoped */
- const __vue_scope_id__$x = "data-v-70644668";
+ const __vue_scope_id__$x = "data-v-0fcfd9f2";
/* module identifier */
const __vue_module_identifier__$x = undefined;
/* functional template */
@@ -56375,7 +56371,7 @@ __vue_render__$w._withStripped = true;
/* style */
const __vue_inject_styles__$w = undefined;
/* scoped */
- const __vue_scope_id__$w = "data-v-25cdd27e";
+ const __vue_scope_id__$w = "data-v-70218cb9";
/* module identifier */
const __vue_module_identifier__$w = undefined;
/* functional template */
@@ -56597,7 +56593,7 @@ __vue_render__$v._withStripped = true;
/* style */
const __vue_inject_styles__$v = undefined;
/* scoped */
- const __vue_scope_id__$v = "data-v-7e1af04c";
+ const __vue_scope_id__$v = "data-v-92102cf2";
/* module identifier */
const __vue_module_identifier__$v = undefined;
/* functional template */
@@ -56857,7 +56853,7 @@ __vue_render__$u._withStripped = true;
/* style */
const __vue_inject_styles__$u = undefined;
/* scoped */
- const __vue_scope_id__$u = "data-v-548bec52";
+ const __vue_scope_id__$u = "data-v-721af766";
/* module identifier */
const __vue_module_identifier__$u = undefined;
/* functional template */
@@ -57082,7 +57078,7 @@ __vue_render__$t._withStripped = true;
/* style */
const __vue_inject_styles__$t = undefined;
/* scoped */
- const __vue_scope_id__$t = "data-v-ae2ed048";
+ const __vue_scope_id__$t = "data-v-5f4bc581";
/* module identifier */
const __vue_module_identifier__$t = undefined;
/* functional template */
@@ -57303,7 +57299,7 @@ __vue_render__$s._withStripped = true;
/* style */
const __vue_inject_styles__$s = undefined;
/* scoped */
- const __vue_scope_id__$s = "data-v-7cd7413e";
+ const __vue_scope_id__$s = "data-v-0829f2dc";
/* module identifier */
const __vue_module_identifier__$s = undefined;
/* functional template */
@@ -57522,7 +57518,7 @@ __vue_render__$r._withStripped = true;
/* style */
const __vue_inject_styles__$r = undefined;
/* scoped */
- const __vue_scope_id__$r = "data-v-5af78a7d";
+ const __vue_scope_id__$r = "data-v-31db42b8";
/* module identifier */
const __vue_module_identifier__$r = undefined;
/* functional template */
@@ -57739,7 +57735,7 @@ __vue_render__$q._withStripped = true;
/* style */
const __vue_inject_styles__$q = undefined;
/* scoped */
- const __vue_scope_id__$q = "data-v-5abd9437";
+ const __vue_scope_id__$q = "data-v-e008fe9c";
/* module identifier */
const __vue_module_identifier__$q = undefined;
/* functional template */
@@ -57997,7 +57993,7 @@ __vue_render__$p._withStripped = true;
/* style */
const __vue_inject_styles__$p = undefined;
/* scoped */
- const __vue_scope_id__$p = "data-v-4031660d";
+ const __vue_scope_id__$p = "data-v-4ed048f0";
/* module identifier */
const __vue_module_identifier__$p = undefined;
/* functional template */
@@ -58219,7 +58215,7 @@ __vue_render__$o._withStripped = true;
/* style */
const __vue_inject_styles__$o = undefined;
/* scoped */
- const __vue_scope_id__$o = "data-v-eb3fc7ec";
+ const __vue_scope_id__$o = "data-v-8aea63f6";
/* module identifier */
const __vue_module_identifier__$o = undefined;
/* functional template */
@@ -58440,7 +58436,7 @@ __vue_render__$n._withStripped = true;
/* style */
const __vue_inject_styles__$n = undefined;
/* scoped */
- const __vue_scope_id__$n = "data-v-f815e140";
+ const __vue_scope_id__$n = "data-v-050c48db";
/* module identifier */
const __vue_module_identifier__$n = undefined;
/* functional template */
@@ -58661,7 +58657,7 @@ __vue_render__$m._withStripped = true;
/* style */
const __vue_inject_styles__$m = undefined;
/* scoped */
- const __vue_scope_id__$m = "data-v-7fa3800c";
+ const __vue_scope_id__$m = "data-v-41457975";
/* module identifier */
const __vue_module_identifier__$m = undefined;
/* functional template */
@@ -58886,7 +58882,7 @@ __vue_render__$l._withStripped = true;
/* style */
const __vue_inject_styles__$l = undefined;
/* scoped */
- const __vue_scope_id__$l = "data-v-0fd18780";
+ const __vue_scope_id__$l = "data-v-695e65fb";
/* module identifier */
const __vue_module_identifier__$l = undefined;
/* functional template */
@@ -59107,7 +59103,7 @@ __vue_render__$k._withStripped = true;
/* style */
const __vue_inject_styles__$k = undefined;
/* scoped */
- const __vue_scope_id__$k = "data-v-2ddea684";
+ const __vue_scope_id__$k = "data-v-56babd63";
/* module identifier */
const __vue_module_identifier__$k = undefined;
/* functional template */
@@ -59373,7 +59369,7 @@ __vue_render__$j._withStripped = true;
/* style */
const __vue_inject_styles__$j = undefined;
/* scoped */
- const __vue_scope_id__$j = "data-v-6d51a022";
+ const __vue_scope_id__$j = "data-v-0552a4c6";
/* module identifier */
const __vue_module_identifier__$j = undefined;
/* functional template */
@@ -59598,7 +59594,7 @@ __vue_render__$i._withStripped = true;
/* style */
const __vue_inject_styles__$i = undefined;
/* scoped */
- const __vue_scope_id__$i = "data-v-276ebb8b";
+ const __vue_scope_id__$i = "data-v-156ac530";
/* module identifier */
const __vue_module_identifier__$i = undefined;
/* functional template */
@@ -59823,7 +59819,7 @@ __vue_render__$h._withStripped = true;
/* style */
const __vue_inject_styles__$h = undefined;
/* scoped */
- const __vue_scope_id__$h = "data-v-26ceee4c";
+ const __vue_scope_id__$h = "data-v-4f772f9e";
/* module identifier */
const __vue_module_identifier__$h = undefined;
/* functional template */
@@ -60044,7 +60040,7 @@ __vue_render__$g._withStripped = true;
/* style */
const __vue_inject_styles__$g = undefined;
/* scoped */
- const __vue_scope_id__$g = "data-v-168fe6f7";
+ const __vue_scope_id__$g = "data-v-4f924f9c";
/* module identifier */
const __vue_module_identifier__$g = undefined;
/* functional template */
@@ -60314,7 +60310,7 @@ __vue_render__$f._withStripped = true;
/* style */
const __vue_inject_styles__$f = undefined;
/* scoped */
- const __vue_scope_id__$f = "data-v-54cd1e1a";
+ const __vue_scope_id__$f = "data-v-676c75d5";
/* module identifier */
const __vue_module_identifier__$f = undefined;
/* functional template */
@@ -60637,7 +60633,7 @@ __vue_render__$e._withStripped = true;
/* style */
const __vue_inject_styles__$e = undefined;
/* scoped */
- const __vue_scope_id__$e = "data-v-850afbf2";
+ const __vue_scope_id__$e = "data-v-211b49ac";
/* module identifier */
const __vue_module_identifier__$e = undefined;
/* functional template */
@@ -60915,7 +60911,7 @@ __vue_render__$d._withStripped = true;
/* style */
const __vue_inject_styles__$d = undefined;
/* scoped */
- const __vue_scope_id__$d = "data-v-09d1a44e";
+ const __vue_scope_id__$d = "data-v-32fbd373";
/* module identifier */
const __vue_module_identifier__$d = undefined;
/* functional template */
@@ -61156,7 +61152,7 @@ __vue_render__$c._withStripped = true;
/* style */
const __vue_inject_styles__$c = undefined;
/* scoped */
- const __vue_scope_id__$c = "data-v-9c9df7f6";
+ const __vue_scope_id__$c = "data-v-1df723aa";
/* module identifier */
const __vue_module_identifier__$c = undefined;
/* functional template */
@@ -61405,7 +61401,7 @@ __vue_render__$b._withStripped = true;
/* style */
const __vue_inject_styles__$b = undefined;
/* scoped */
- const __vue_scope_id__$b = "data-v-0620a4c2";
+ const __vue_scope_id__$b = "data-v-ebf9924c";
/* module identifier */
const __vue_module_identifier__$b = undefined;
/* functional template */
@@ -61654,7 +61650,7 @@ __vue_render__$a._withStripped = true;
/* style */
const __vue_inject_styles__$a = undefined;
/* scoped */
- const __vue_scope_id__$a = "data-v-0237876d";
+ const __vue_scope_id__$a = "data-v-89d2cb5c";
/* module identifier */
const __vue_module_identifier__$a = undefined;
/* functional template */
@@ -61903,7 +61899,7 @@ __vue_render__$9._withStripped = true;
/* style */
const __vue_inject_styles__$9 = undefined;
/* scoped */
- const __vue_scope_id__$9 = "data-v-751064a7";
+ const __vue_scope_id__$9 = "data-v-4fd8a33c";
/* module identifier */
const __vue_module_identifier__$9 = undefined;
/* functional template */
@@ -62152,7 +62148,7 @@ __vue_render__$8._withStripped = true;
/* style */
const __vue_inject_styles__$8 = undefined;
/* scoped */
- const __vue_scope_id__$8 = "data-v-2ea0cf7b";
+ const __vue_scope_id__$8 = "data-v-88974e94";
/* module identifier */
const __vue_module_identifier__$8 = undefined;
/* functional template */
@@ -62401,7 +62397,7 @@ __vue_render__$7._withStripped = true;
/* style */
const __vue_inject_styles__$7 = undefined;
/* scoped */
- const __vue_scope_id__$7 = "data-v-bbc7853a";
+ const __vue_scope_id__$7 = "data-v-5afb5048";
/* module identifier */
const __vue_module_identifier__$7 = undefined;
/* functional template */
@@ -62671,7 +62667,7 @@ __vue_render__$6._withStripped = true;
/* style */
const __vue_inject_styles__$6 = undefined;
/* scoped */
- const __vue_scope_id__$6 = "data-v-025e9706";
+ const __vue_scope_id__$6 = "data-v-f86c7abc";
/* module identifier */
const __vue_module_identifier__$6 = undefined;
/* functional template */
@@ -62965,7 +62961,7 @@ __vue_render__$5._withStripped = true;
/* style */
const __vue_inject_styles__$5 = undefined;
/* scoped */
- const __vue_scope_id__$5 = "data-v-03de8819";
+ const __vue_scope_id__$5 = "data-v-40c0d558";
/* module identifier */
const __vue_module_identifier__$5 = undefined;
/* functional template */
@@ -63268,7 +63264,7 @@ __vue_render__$4._withStripped = true;
/* style */
const __vue_inject_styles__$4 = undefined;
/* scoped */
- const __vue_scope_id__$4 = "data-v-659c9535";
+ const __vue_scope_id__$4 = "data-v-085d215a";
/* module identifier */
const __vue_module_identifier__$4 = undefined;
/* functional template */
@@ -63554,7 +63550,7 @@ __vue_render__$3._withStripped = true;
/* style */
const __vue_inject_styles__$3 = undefined;
/* scoped */
- const __vue_scope_id__$3 = "data-v-1b087604";
+ const __vue_scope_id__$3 = "data-v-1313a7e3";
/* module identifier */
const __vue_module_identifier__$3 = undefined;
/* functional template */
@@ -63870,7 +63866,7 @@ __vue_render__$2._withStripped = true;
/* style */
const __vue_inject_styles__$2 = undefined;
/* scoped */
- const __vue_scope_id__$2 = "data-v-532be828";
+ const __vue_scope_id__$2 = "data-v-ad05f066";
/* module identifier */
const __vue_module_identifier__$2 = undefined;
/* functional template */
@@ -64125,7 +64121,7 @@ __vue_render__$1._withStripped = true;
/* style */
const __vue_inject_styles__$1 = undefined;
/* scoped */
- const __vue_scope_id__$1 = "data-v-21d308f9";
+ const __vue_scope_id__$1 = "data-v-553350c4";
/* module identifier */
const __vue_module_identifier__$1 = undefined;
/* functional template */
@@ -64376,7 +64372,7 @@ __vue_render__._withStripped = true;
/* style */
const __vue_inject_styles__ = undefined;
/* scoped */
- const __vue_scope_id__ = "data-v-38ea8301";
+ const __vue_scope_id__ = "data-v-42fe8034";
/* 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 f6396ed..d124534 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-616d10ee]{background-color:var(--background-color)!important}.title-left[data-v-616d10ee]{border-color:var(--background-color)!important;color:var(--background-color)!important}.title-bgimg[data-v-025e9706]{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-fc425bf8]{background-color:var(--background-color)!important}.title-left[data-v-fc425bf8]{border-color:var(--background-color)!important;color:var(--background-color)!important}.title-bgimg[data-v-f86c7abc]{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 0c4d9f9..6eccfe7 100644
--- a/src/plugin/xml-digital-teaching/lib/video.css
+++ b/src/plugin/xml-digital-teaching/lib/video.css
@@ -1,4 +1,4 @@
-.xml-video-container-pdf[data-v-3c5e97c1] {
+.xml-video-container-pdf[data-v-a275a088] {
position: relative;
display: flex;
justify-content: center;
@@ -8,13 +8,13 @@
padding-bottom: 56.25%;
background: #000;
}
-.xml-video-container-pdf .cover[data-v-3c5e97c1] {
+.xml-video-container-pdf .cover[data-v-a275a088] {
position: absolute;
top: 0;
max-width: 100%;
max-height: 100%;
}
-.xml-video-container-pdf .play[data-v-3c5e97c1] {
+.xml-video-container-pdf .play[data-v-a275a088] {
position: absolute;
top: 45%;
left: 45%;
@@ -25,9 +25,9 @@
/*# sourceMappingURL=XmlVideoImg.vue.map */
-.xml-video-container-h5[data-v-22dec3d4] {
+.xml-video-container-h5[data-v-ddfe855e] {
}
-.xml-video-container-pc[data-v-22dec3d4] {
+.xml-video-container-pc[data-v-ddfe855e] {
}
-.xml-video-container-pad[data-v-22dec3d4] {
+.xml-video-container-pad[data-v-ddfe855e] {
}
diff --git a/src/plugin/xml-digital-teaching/lib/video.js b/src/plugin/xml-digital-teaching/lib/video.js
index fdd354d..9b12740 100644
--- a/src/plugin/xml-digital-teaching/lib/video.js
+++ b/src/plugin/xml-digital-teaching/lib/video.js
@@ -1,6 +1,6 @@
/*
* XmlDigitalTeaching v0.0.1
-* Copyright ©Fri Apr 25 2025 16:10:48 GMT+0800 (中国标准时间) smile
+* Copyright ©Mon Apr 28 2025 08:58:41 GMT+0800 (中国标准时间) smile
* Released under the ISC License.
*/
//
@@ -14776,7 +14776,7 @@ __vue_render__$1._withStripped = true;
/* style */
const __vue_inject_styles__$1 = undefined;
/* scoped */
- const __vue_scope_id__$1 = "data-v-22dec3d4";
+ const __vue_scope_id__$1 = "data-v-ddfe855e";
/* module identifier */
const __vue_module_identifier__$1 = undefined;
/* functional template */
@@ -14987,7 +14987,7 @@ __vue_render__._withStripped = true;
/* style */
const __vue_inject_styles__ = undefined;
/* scoped */
- const __vue_scope_id__ = "data-v-3c5e97c1";
+ const __vue_scope_id__ = "data-v-a275a088";
/* 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 f27d01a..892ceed 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-3c5e97c1]{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-3c5e97c1]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-3c5e97c1]{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-a275a088]{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-a275a088]{position:absolute;top:0;max-width:100%;max-height:100%}.xml-video-container-pdf .play[data-v-a275a088]{position:absolute;top:45%;left:45%;width:10%;background:#bebebe;border-radius:50%}
\ No newline at end of file