CINXE.COM
主题-维普网
<!doctype html> <html data-n-head-ssr lang="en" data-n-head="%7B%22lang%22:%7B%22ssr%22:%22en%22%7D%7D"> <head > <title>主题-维普网</title><meta data-n-head="ssr" charset="utf-8"><meta data-n-head="ssr" name="viewport" content="width=device-width, initial-scale=1"><meta data-n-head="ssr" data-hid="description" name="description" content="主题知识脉络-通过强大的数据挖掘与智能分析技术,揭示文献之间的内在联系与逻辑关联,形成完整的知识网络;展示热点研究、学科前沿以及经典课题,帮助用户快速梳理出清晰的知识框架;采用直观的可视化方式,将复杂的知识脉络以图表、时间线等形式展现出来,让用户一目了然,轻松掌握学术动态与趋势。"><meta data-n-head="ssr" data-hid="keywords" name="keywords" content="维普网 主题研究 知识脉络 学科前沿 发文趋势 学术热点 研究成果 代表作者"><meta data-n-head="ssr" data-hid="location" name="location" content="province=重庆市;city=重庆"><meta data-n-head="ssr" name="baidu-site-verification" content=""><link data-n-head="ssr" rel="icon" type="image/x-icon" href="/favicon.ico"><link data-n-head="ssr" rel="stylesheet" href="/css/fontSize.css"><link data-n-head="ssr" rel="stylesheet" href="/css/animate.min.css"><link data-n-head="ssr" rel="stylesheet" href="/element-theme/index.css"><link data-n-head="ssr" rel="stylesheet" href="/css/appCommon.css"><link data-n-head="ssr" rel="stylesheet" href="//at.alicdn.com/t/c/font_3343574_5lj3y9oi49d.css"><link data-n-head="ssr" rel="icon" type="image/x-icon" href="/favicon.ico"><script data-n-head="ssr" src="//at.alicdn.com/t/c/font_3343574_5lj3y9oi49d.js"></script><script data-n-head="ssr" src="https://lf1-cdn-tos.bytegoofy.com/obj/iconpark/icons_15832_265.16fcb57b49bb019267ad17b50603d80a.js"></script><script data-n-head="ssr" src="https://g.alicdn.com/AWSC/AWSC/awsc.js"></script><script data-n-head="ssr" src="https://hm.baidu.com/hm.js?1c945aa1031a2d1265a3b70eb20fa06c" async></script><script data-n-head="ssr" src="https://hm.baidu.com/hm.js?18d48281ea2a34e00ecc554e90c8ed31" async></script><link rel="preload" href="/_nuxt/4401dd3.js" as="script"><link rel="preload" href="/_nuxt/dbc32d8.js" as="script"><link rel="preload" href="/_nuxt/a27c0d7.js" as="script"><link rel="preload" href="/_nuxt/c02798f.js" as="script"><link rel="preload" href="/_nuxt/9402166.js" as="script"><link rel="preload" href="/_nuxt/af6c4f1.js" as="script"><style data-vue-ssr-id="50c26e1a:0 70f4beca:0 7f8cd1e4:0 a61b7c94:0 266c3354:0 ec11f194:0 4c7e3d60:0 13e8d11f:0 6a4a4218:0 a30455ee:0 bc5d9274:0 3d6237c0:0 712847b3:0 f5c1c1c0:0 ef3da55e:0 08bb9ef1:0 7915b6c5:0 948d9338:0 b9b1ec4a:0 0cfa2eec:0">/* ****************尺寸主题************************ */ .app { width: 100%; min-height: 100vh; display: flex; flex-direction: column; background: #F6F7FC; position: relative; color: #172533; } .app-body { width: 100%; min-width: 140rem; min-height: calc(100vh - 6.6rem); position: relative; background: #FAFBFF; color: #172533; font-size: 14px; margin-top: 6.6rem; } .app-width { width: 140rem; min-width: 140rem; } * { /* font-family: 'Microsoft YaHei'; */ box-sizing: border-box; padding: 0; margin: 0; list-style: none; font-family: PingFang SC, Microsoft YaHei, HanHei SC, Helvetica Neue, Open Sans, Arial, Hiragino Sans GB, "\5FAE\8F6F\96C5\9ED1", STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif, HYWenHei-GEW; } /*布局*/ .y-left { display: flex; flex-direction: column; } .marginAuto { margin: 0 auto; } .i-xy-center, .i-yx-center { display: inline-flex; align-items: center; justify-content: center; } .i-yx-center { flex-direction: column; } .xy-center, .yx-center { display: flex; align-items: center; justify-content: center; } .yx-center { flex-direction: column; } .i-xy-between, .i-yx-between { display: inline-flex; align-items: center; justify-content: space-between; } .i-yx-between { flex-direction: column; } .xy-between, .yx-between { display: flex; align-items: center; justify-content: space-between; } .xy-betweens, .yx-betweens { display: flex; align-items: center; justify-content: space-between; } .xy-start, .yx-start { display: flex; justify-content: flex-start; align-items: flex-start; } .yx-start { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .yx-between { flex-direction: column; } .al-self-start { align-self: flex-start; } .al-self-end { align-self: flex-end; } .jf-start { justify-content: flex-start; } .jf-end { justify-content: flex-end; } .al-start { align-items: flex-start; } .al-end { align-items: flex-end; } .al-str { align-items: stretch; } .jf-str { justify-content: stretch; } .x-start-y-center { display: flex; align-items: center; justify-content: flex-start; } .auto-grow { flex-grow: 1; } .no-shrink { flex-shrink: 0; } .hidden { display: none; } .vis-hidden { visibility: hidden; position: relative; } .vis-hidden::after { content: " "; z-index: 2; position: absolute; width: 100%; height: 100%; left: 0; top: 0; } .disable { cursor: not-allowed; } .nowrap { white-space: nowrap; } .one-wrap { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .two-wrap { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .three-wrap { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .four-wrap { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } .five-wrap { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; } .six-wrap { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; } .text-center { text-align: center; } .pointer { cursor: pointer; /* -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; -o-user-select: none; user-select: none; */ } .wait { cursor: wait; } .no-mouse { cursor: not-allowed; /* pointer-events: none; */ } /* 这个是设置a标签的默认状态去除下划线 */ a { text-decoration: none; } /* 这个是设置a标签的访问过后的状态去除下划线 */ a:visited { text-decoration: none; } /* 这个是设置a标签的鼠标覆盖状态去除下划线 */ a:hover { text-decoration: none; } /* 这个是设置a标签的活跃状态去除下划线 */ a:active { text-decoration: none; } textarea { resize: none !important; } /*其他*/ .f-w-600 { font-weight: 600; } .full-width { width: 100%; } .full-height { height: 100%; } .all-full { width: 100%; height: 100%; } .no-wrap { white-space: nowrap; } .FWNo { font-weight: normal; } .bold { font-weight: bold; } .FW500 { font-weight: 500; } .FW400 { font-weight: 400; } .FW600 { font-weight: 600; } .textRight { text-align: right; } .textCenter { text-align: center; } .textJustify { text-align: justify; } .keep-all { word-break: keep-all } button { outline: none; } img { image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; display: inline-block; } li { list-style: none; } @media only screen and (max-width: 4096px), only screen and (max-device-width: 4096px) { html, body { font-size: 14px; } } @media only screen and (max-width: 3840px), only screen and (max-device-width: 3840px) { html, body { font-size: 14px; } } @media only screen and (max-width: 2560px), only screen and (max-device-width: 2560px) { html, body { font-size: 10px; } } @media only screen and (max-width: 2060px), only screen and (max-device-width: 2060px) { html, body { font-size: 10px; } } @media only screen and (max-width: 1920px), only screen and (max-device-width: 1920px) { html, body { font-size: 10px; } } sup { position: relative; top: -0.4em; vertical-align: initial; } :root{--f-c-root: #274AB5 }.page-enter-active,.page-leave-active{transition:opacity .2s}.page-enter,.page-leave-active{opacity:0}.i-radio .el-radio__input .el-radio__inner{width:16px;height:16px;background:#fff;border-width:1px}.i-radio .el-radio__input .el-radio__inner:after{background-color:var(--f-c-root);width:8px;height:8px;left:3px;top:3px;border-radius:50%;transform:scale(0)}.i-radio .el-radio__input.is-checked .el-radio__inner:after{background-color:var(--f-c-root);transform:scale(1)}.nuxt-progress{background-color:var(--f-c-root) !important}.el-table{font-size:1.4rem;color:#535d71}.el-table .el-table__header th{background:#edf3fb;color:#172533;font-weight:400}.el-table .el-table__row--striped td{background-color:#f9fbff}.el-table .el-table-column--selection .cell{padding-right:1rem}.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{background-color:#e6f7ff}.el-dialog{padding:3rem 4rem 4rem}.el-dialog .el-dialog__header{padding:0}.el-dialog .el-dialog__header .el-dialog__headerbtn{right:4rem;top:3.2rem}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-icon-close{font-size:2rem;color:#9fa8b9}.el-dialog .el-dialog__header .el-dialog__title{font-size:1.6rem;line-height:1.88rem;font-weight:500}.el-dialog .el-dialog__body{padding:0;padding-top:2.9rem}.vip-radio{width:1.3rem;height:1.3rem;border:.1rem solid #c5c5c5;border-radius:50%;margin-right:.9rem;position:relative}.vip-radio::before{content:"";position:absolute;width:6.5px;display:block;min-width:6.5px;top:2.3px;left:2.3px;height:6.5px;border-radius:25px;background:var(--f-c-root);opacity:0;transition:opacity .3s}.vip-radio-active{border-color:var(--f-c-root)}.vip-radio-active::before{opacity:1}.last-none.el-pagination .el-pager li:nth-last-child(1){display:none !important}.last-block.el-pagination .el-pager li:nth-last-child(1){display:inline-block !important}.seo-hidden{max-width:0 !important;max-height:0 !important;margin:0 !important;padding:0 !important;border:none !important;overflow:hidden !important;display:block !important}.pay-alert{width:50rem;padding:3rem 4rem 4rem 4rem}.pay-alert .el-message-box__content{padding:1rem 3rem}.pay-alert .el-message-box__btns{margin-top:2rem;text-align:center}.pay-alert .pay-alert-confirm{background-color:#274ab5;font-size:14px}.claim-alert{border-radius:0px}.claim-alert .el-message-box__title{font-size:16px}.claim-alert .el-message-box__header{padding:unset}.claim-alert .el-message-box__headerbtn{position:absolute;top:-1rem;right:-0.5rem;padding:0;border:none;outline:0;background:0 0;font-size:24px;cursor:pointer}.claim-alert .el-message-box__content{padding:3rem 6rem}.claim-alert .el-message-box__btns{margin-top:0rem}.claim-alert .el-button--small{border-radius:0rem} /* 文字颜色 */ .f-c-533 { /* 一级文字黑 */ color: #172533; } .f-c-d71 { /* 二级文字*/ color: #535D71; } .f-c-8b9 { /* 三级文字 */ color: #9FA8B9; } .f-c-cf8 { /* 辅助色 */ color: #0F6CF8; } .f-c-4cb { /* iconfont */ color: #C2C4CB; } .f-c-cee { /* border */ color: #E9ECEE; } .f-c-1f4 { color: #ECF1F4; } .f-c-red { color: #D62B2B; } .f-c-89f { color: #56689F; } .f-c-0a4 { color: #8790a4; } .f-c-686 { /* 排名 */ color: #DEA686; } .f-c-fff { color: #fff; } .f-c-root { color: var(--f-c-root); } .f-c-a37 { color: #FC9A37; } /* 背景色 */ .b-c-root { background-color: var(--f-c-root); } .b-c-page { background-color: #F6F7FC; } .b-c-bff { background-color: #F9FBFF; } .b-c-fff { background-color: #ffffff; } .b-c-3ff { background-color: #EBF3FF; } .b-c-cf8 { background-color: #0F6CF8; } .b-c-aff { background-color: #F3FAFF; } .b-c-3eo { background-color: #3973E0; } .b-c-7fc { background-color: #f6f7fc; } .b-c-ab5 { /* 主題色 */ background-color: #274AB5; } .b-c-a37 { background-color: #FC9A37; } /*! * Quill Editor v1.3.7 * https://quilljs.com/ * Copyright (c) 2014, Jason Chen * Copyright (c) 2013, salesforce.com */ .ql-container { box-sizing: border-box; font-family: Helvetica, Arial, sans-serif; font-size: 13px; height: 100%; margin: 0px; position: relative; } .ql-container.ql-disabled .ql-tooltip { visibility: hidden; } .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before { pointer-events: none; } .ql-clipboard { left: -100000px; height: 1px; overflow-y: hidden; position: absolute; top: 50%; } .ql-clipboard p { margin: 0; padding: 0; } .ql-editor { box-sizing: border-box; line-height: 1.42; height: 100%; outline: none; overflow-y: auto; padding: 12px 15px; tab-size: 4; -moz-tab-size: 4; text-align: left; white-space: pre-wrap; word-wrap: break-word; } .ql-editor > * { cursor: text; } .ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 { margin: 0; padding: 0; counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol, .ql-editor ul { padding-left: 1.5em; } .ql-editor ol > li, .ql-editor ul > li { list-style-type: none; } .ql-editor ul > li::before { content: '\2022'; } .ql-editor ul[data-checked=true], .ql-editor ul[data-checked=false] { pointer-events: none; } .ql-editor ul[data-checked=true] > li *, .ql-editor ul[data-checked=false] > li * { pointer-events: all; } .ql-editor ul[data-checked=true] > li::before, .ql-editor ul[data-checked=false] > li::before { color: #777; cursor: pointer; pointer-events: all; } .ql-editor ul[data-checked=true] > li::before { content: '\2611'; } .ql-editor ul[data-checked=false] > li::before { content: '\2610'; } .ql-editor li::before { display: inline-block; white-space: nowrap; width: 1.2em; } .ql-editor li:not(.ql-direction-rtl)::before { margin-left: -1.5em; margin-right: 0.3em; text-align: right; } .ql-editor li.ql-direction-rtl::before { margin-left: 0.3em; margin-right: -1.5em; } .ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) { padding-left: 1.5em; } .ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl { padding-right: 1.5em; } .ql-editor ol li { counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; counter-increment: list-0; } .ql-editor ol li:before { content: counter(list-0, decimal) '. '; } .ql-editor ol li.ql-indent-1 { counter-increment: list-1; } .ql-editor ol li.ql-indent-1:before { content: counter(list-1, lower-alpha) '. '; } .ql-editor ol li.ql-indent-1 { counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-2 { counter-increment: list-2; } .ql-editor ol li.ql-indent-2:before { content: counter(list-2, lower-roman) '. '; } .ql-editor ol li.ql-indent-2 { counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-3 { counter-increment: list-3; } .ql-editor ol li.ql-indent-3:before { content: counter(list-3, decimal) '. '; } .ql-editor ol li.ql-indent-3 { counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-4 { counter-increment: list-4; } .ql-editor ol li.ql-indent-4:before { content: counter(list-4, lower-alpha) '. '; } .ql-editor ol li.ql-indent-4 { counter-reset: list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-5 { counter-increment: list-5; } .ql-editor ol li.ql-indent-5:before { content: counter(list-5, lower-roman) '. '; } .ql-editor ol li.ql-indent-5 { counter-reset: list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-6 { counter-increment: list-6; } .ql-editor ol li.ql-indent-6:before { content: counter(list-6, decimal) '. '; } .ql-editor ol li.ql-indent-6 { counter-reset: list-7 list-8 list-9; } .ql-editor ol li.ql-indent-7 { counter-increment: list-7; } .ql-editor ol li.ql-indent-7:before { content: counter(list-7, lower-alpha) '. '; } .ql-editor ol li.ql-indent-7 { counter-reset: list-8 list-9; } .ql-editor ol li.ql-indent-8 { counter-increment: list-8; } .ql-editor ol li.ql-indent-8:before { content: counter(list-8, lower-roman) '. '; } .ql-editor ol li.ql-indent-8 { counter-reset: list-9; } .ql-editor ol li.ql-indent-9 { counter-increment: list-9; } .ql-editor ol li.ql-indent-9:before { content: counter(list-9, decimal) '. '; } .ql-editor .ql-indent-1:not(.ql-direction-rtl) { padding-left: 3em; } .ql-editor li.ql-indent-1:not(.ql-direction-rtl) { padding-left: 4.5em; } .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 3em; } .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 4.5em; } .ql-editor .ql-indent-2:not(.ql-direction-rtl) { padding-left: 6em; } .ql-editor li.ql-indent-2:not(.ql-direction-rtl) { padding-left: 7.5em; } .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 6em; } .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 7.5em; } .ql-editor .ql-indent-3:not(.ql-direction-rtl) { padding-left: 9em; } .ql-editor li.ql-indent-3:not(.ql-direction-rtl) { padding-left: 10.5em; } .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 9em; } .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 10.5em; } .ql-editor .ql-indent-4:not(.ql-direction-rtl) { padding-left: 12em; } .ql-editor li.ql-indent-4:not(.ql-direction-rtl) { padding-left: 13.5em; } .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 12em; } .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 13.5em; } .ql-editor .ql-indent-5:not(.ql-direction-rtl) { padding-left: 15em; } .ql-editor li.ql-indent-5:not(.ql-direction-rtl) { padding-left: 16.5em; } .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 15em; } .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 16.5em; } .ql-editor .ql-indent-6:not(.ql-direction-rtl) { padding-left: 18em; } .ql-editor li.ql-indent-6:not(.ql-direction-rtl) { padding-left: 19.5em; } .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 18em; } .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 19.5em; } .ql-editor .ql-indent-7:not(.ql-direction-rtl) { padding-left: 21em; } .ql-editor li.ql-indent-7:not(.ql-direction-rtl) { padding-left: 22.5em; } .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 21em; } .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 22.5em; } .ql-editor .ql-indent-8:not(.ql-direction-rtl) { padding-left: 24em; } .ql-editor li.ql-indent-8:not(.ql-direction-rtl) { padding-left: 25.5em; } .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 24em; } .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 25.5em; } .ql-editor .ql-indent-9:not(.ql-direction-rtl) { padding-left: 27em; } .ql-editor li.ql-indent-9:not(.ql-direction-rtl) { padding-left: 28.5em; } .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 27em; } .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 28.5em; } .ql-editor .ql-video { display: block; max-width: 100%; } .ql-editor .ql-video.ql-align-center { margin: 0 auto; } .ql-editor .ql-video.ql-align-right { margin: 0 0 0 auto; } .ql-editor .ql-bg-black { background-color: #000; } .ql-editor .ql-bg-red { background-color: #e60000; } .ql-editor .ql-bg-orange { background-color: #f90; } .ql-editor .ql-bg-yellow { background-color: #ff0; } .ql-editor .ql-bg-green { background-color: #008a00; } .ql-editor .ql-bg-blue { background-color: #06c; } .ql-editor .ql-bg-purple { background-color: #93f; } .ql-editor .ql-color-white { color: #fff; } .ql-editor .ql-color-red { color: #e60000; } .ql-editor .ql-color-orange { color: #f90; } .ql-editor .ql-color-yellow { color: #ff0; } .ql-editor .ql-color-green { color: #008a00; } .ql-editor .ql-color-blue { color: #06c; } .ql-editor .ql-color-purple { color: #93f; } .ql-editor .ql-font-serif { font-family: Georgia, Times New Roman, serif; } .ql-editor .ql-font-monospace { font-family: Monaco, Courier New, monospace; } .ql-editor .ql-size-small { font-size: 0.75em; } .ql-editor .ql-size-large { font-size: 1.5em; } .ql-editor .ql-size-huge { font-size: 2.5em; } .ql-editor .ql-direction-rtl { direction: rtl; text-align: inherit; } .ql-editor .ql-align-center { text-align: center; } .ql-editor .ql-align-justify { text-align: justify; } .ql-editor .ql-align-right { text-align: right; } .ql-editor.ql-blank::before { color: rgba(0,0,0,0.6); content: attr(data-placeholder); font-style: italic; left: 15px; pointer-events: none; position: absolute; right: 15px; } .ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after { clear: both; content: ''; display: table; } .ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button { background: none; border: none; cursor: pointer; display: inline-block; float: left; height: 24px; padding: 3px 5px; width: 28px; } .ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg { float: left; height: 100%; } .ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover { outline: none; } .ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] { display: none; } .ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected { color: #06c; } .ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill { fill: #06c; } .ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { stroke: #06c; } @media (pointer: coarse) { .ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) { color: #444; } .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill { fill: #444; } .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter { stroke: #444; } } .ql-snow { box-sizing: border-box; } .ql-snow * { box-sizing: border-box; } .ql-snow .ql-hidden { display: none; } .ql-snow .ql-out-bottom, .ql-snow .ql-out-top { visibility: hidden; } .ql-snow .ql-tooltip { position: absolute; transform: translateY(10px); } .ql-snow .ql-tooltip a { cursor: pointer; text-decoration: none; } .ql-snow .ql-tooltip.ql-flip { transform: translateY(-10px); } .ql-snow .ql-formats { display: inline-block; vertical-align: middle; } .ql-snow .ql-formats:after { clear: both; content: ''; display: table; } .ql-snow .ql-stroke { fill: none; stroke: #444; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; } .ql-snow .ql-stroke-miter { fill: none; stroke: #444; stroke-miterlimit: 10; stroke-width: 2; } .ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill { fill: #444; } .ql-snow .ql-empty { fill: none; } .ql-snow .ql-even { fill-rule: evenodd; } .ql-snow .ql-thin, .ql-snow .ql-stroke.ql-thin { stroke-width: 1; } .ql-snow .ql-transparent { opacity: 0.4; } .ql-snow .ql-direction svg:last-child { display: none; } .ql-snow .ql-direction.ql-active svg:last-child { display: inline; } .ql-snow .ql-direction.ql-active svg:first-child { display: none; } .ql-snow .ql-editor h1 { font-size: 2em; } .ql-snow .ql-editor h2 { font-size: 1.5em; } .ql-snow .ql-editor h3 { font-size: 1.17em; } .ql-snow .ql-editor h4 { font-size: 1em; } .ql-snow .ql-editor h5 { font-size: 0.83em; } .ql-snow .ql-editor h6 { font-size: 0.67em; } .ql-snow .ql-editor a { text-decoration: underline; } .ql-snow .ql-editor blockquote { border-left: 4px solid #ccc; margin-bottom: 5px; margin-top: 5px; padding-left: 16px; } .ql-snow .ql-editor code, .ql-snow .ql-editor pre { background-color: #f0f0f0; border-radius: 3px; } .ql-snow .ql-editor pre { white-space: pre-wrap; margin-bottom: 5px; margin-top: 5px; padding: 5px 10px; } .ql-snow .ql-editor code { font-size: 85%; padding: 2px 4px; } .ql-snow .ql-editor pre.ql-syntax { background-color: #23241f; color: #f8f8f2; overflow: visible; } .ql-snow .ql-editor img { max-width: 100%; } .ql-snow .ql-picker { color: #444; display: inline-block; float: left; font-size: 14px; font-weight: 500; height: 24px; position: relative; vertical-align: middle; } .ql-snow .ql-picker-label { cursor: pointer; display: inline-block; height: 100%; padding-left: 8px; padding-right: 2px; position: relative; width: 100%; } .ql-snow .ql-picker-label::before { display: inline-block; line-height: 22px; } .ql-snow .ql-picker-options { background-color: #fff; display: none; min-width: 100%; padding: 4px 8px; position: absolute; white-space: nowrap; } .ql-snow .ql-picker-options .ql-picker-item { cursor: pointer; display: block; padding-bottom: 5px; padding-top: 5px; } .ql-snow .ql-picker.ql-expanded .ql-picker-label { color: #ccc; z-index: 2; } .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { fill: #ccc; } .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { stroke: #ccc; } .ql-snow .ql-picker.ql-expanded .ql-picker-options { display: block; margin-top: -1px; top: 100%; z-index: 1; } .ql-snow .ql-color-picker, .ql-snow .ql-icon-picker { width: 28px; } .ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label { padding: 2px 4px; } .ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg { right: 4px; } .ql-snow .ql-icon-picker .ql-picker-options { padding: 4px 0px; } .ql-snow .ql-icon-picker .ql-picker-item { height: 24px; width: 24px; padding: 2px 4px; } .ql-snow .ql-color-picker .ql-picker-options { padding: 3px 5px; width: 152px; } .ql-snow .ql-color-picker .ql-picker-item { border: 1px solid transparent; float: left; height: 16px; margin: 2px; padding: 0px; width: 16px; } .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg { position: absolute; margin-top: -9px; right: 0; top: 50%; width: 18px; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before { content: attr(data-label); } .ql-snow .ql-picker.ql-header { width: 98px; } .ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before { content: 'Normal'; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before { content: 'Heading 1'; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before { content: 'Heading 2'; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before { content: 'Heading 3'; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before { content: 'Heading 4'; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before { content: 'Heading 5'; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before { content: 'Heading 6'; } .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before { font-size: 2em; } .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before { font-size: 1.5em; } .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before { font-size: 1.17em; } .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before { font-size: 1em; } .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before { font-size: 0.83em; } .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before { font-size: 0.67em; } .ql-snow .ql-picker.ql-font { width: 108px; } .ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before { content: 'Sans Serif'; } .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before { content: 'Serif'; } .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before { content: 'Monospace'; } .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before { font-family: Georgia, Times New Roman, serif; } .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before { font-family: Monaco, Courier New, monospace; } .ql-snow .ql-picker.ql-size { width: 98px; } .ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before { content: 'Normal'; } .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before { content: 'Small'; } .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before { content: 'Large'; } .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before { content: 'Huge'; } .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before { font-size: 10px; } .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before { font-size: 18px; } .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before { font-size: 32px; } .ql-snow .ql-color-picker.ql-background .ql-picker-item { background-color: #fff; } .ql-snow .ql-color-picker.ql-color .ql-picker-item { background-color: #000; } .ql-toolbar.ql-snow { border: 1px solid #ccc; box-sizing: border-box; font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; padding: 8px; } .ql-toolbar.ql-snow .ql-formats { margin-right: 15px; } .ql-toolbar.ql-snow .ql-picker-label { border: 1px solid transparent; } .ql-toolbar.ql-snow .ql-picker-options { border: 1px solid transparent; box-shadow: rgba(0,0,0,0.2) 0 2px 8px; } .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { border-color: #ccc; } .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { border-color: #ccc; } .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover { border-color: #000; } .ql-toolbar.ql-snow + .ql-container.ql-snow { border-top: 0px; } .ql-snow .ql-tooltip { background-color: #fff; border: 1px solid #ccc; box-shadow: 0px 0px 5px #ddd; color: #444; padding: 5px 12px; white-space: nowrap; } .ql-snow .ql-tooltip::before { content: "Visit URL:"; line-height: 26px; margin-right: 8px; } .ql-snow .ql-tooltip input[type=text] { display: none; border: 1px solid #ccc; font-size: 13px; height: 26px; margin: 0px; padding: 3px 5px; width: 170px; } .ql-snow .ql-tooltip a.ql-preview { display: inline-block; max-width: 200px; overflow-x: hidden; text-overflow: ellipsis; vertical-align: top; } .ql-snow .ql-tooltip a.ql-action::after { border-right: 1px solid #ccc; content: 'Edit'; margin-left: 16px; padding-right: 8px; } .ql-snow .ql-tooltip a.ql-remove::before { content: 'Remove'; margin-left: 8px; } .ql-snow .ql-tooltip a { line-height: 26px; } .ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove { display: none; } .ql-snow .ql-tooltip.ql-editing input[type=text] { display: inline-block; } .ql-snow .ql-tooltip.ql-editing a.ql-action::after { border-right: 0px; content: 'Save'; padding-right: 0px; } .ql-snow .ql-tooltip[data-mode=link]::before { content: "Enter link:"; } .ql-snow .ql-tooltip[data-mode=formula]::before { content: "Enter formula:"; } .ql-snow .ql-tooltip[data-mode=video]::before { content: "Enter video:"; } .ql-snow a { color: #06c; } .ql-container.ql-snow { border: 1px solid #ccc; } /*! * Quill Editor v1.3.7 * https://quilljs.com/ * Copyright (c) 2014, Jason Chen * Copyright (c) 2013, salesforce.com */ .ql-container { box-sizing: border-box; font-family: Helvetica, Arial, sans-serif; font-size: 13px; height: 100%; margin: 0px; position: relative; } .ql-container.ql-disabled .ql-tooltip { visibility: hidden; } .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before { pointer-events: none; } .ql-clipboard { left: -100000px; height: 1px; overflow-y: hidden; position: absolute; top: 50%; } .ql-clipboard p { margin: 0; padding: 0; } .ql-editor { box-sizing: border-box; line-height: 1.42; height: 100%; outline: none; overflow-y: auto; padding: 12px 15px; tab-size: 4; -moz-tab-size: 4; text-align: left; white-space: pre-wrap; word-wrap: break-word; } .ql-editor > * { cursor: text; } .ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 { margin: 0; padding: 0; counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol, .ql-editor ul { padding-left: 1.5em; } .ql-editor ol > li, .ql-editor ul > li { list-style-type: none; } .ql-editor ul > li::before { content: '\2022'; } .ql-editor ul[data-checked=true], .ql-editor ul[data-checked=false] { pointer-events: none; } .ql-editor ul[data-checked=true] > li *, .ql-editor ul[data-checked=false] > li * { pointer-events: all; } .ql-editor ul[data-checked=true] > li::before, .ql-editor ul[data-checked=false] > li::before { color: #777; cursor: pointer; pointer-events: all; } .ql-editor ul[data-checked=true] > li::before { content: '\2611'; } .ql-editor ul[data-checked=false] > li::before { content: '\2610'; } .ql-editor li::before { display: inline-block; white-space: nowrap; width: 1.2em; } .ql-editor li:not(.ql-direction-rtl)::before { margin-left: -1.5em; margin-right: 0.3em; text-align: right; } .ql-editor li.ql-direction-rtl::before { margin-left: 0.3em; margin-right: -1.5em; } .ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) { padding-left: 1.5em; } .ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl { padding-right: 1.5em; } .ql-editor ol li { counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; counter-increment: list-0; } .ql-editor ol li:before { content: counter(list-0, decimal) '. '; } .ql-editor ol li.ql-indent-1 { counter-increment: list-1; } .ql-editor ol li.ql-indent-1:before { content: counter(list-1, lower-alpha) '. '; } .ql-editor ol li.ql-indent-1 { counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-2 { counter-increment: list-2; } .ql-editor ol li.ql-indent-2:before { content: counter(list-2, lower-roman) '. '; } .ql-editor ol li.ql-indent-2 { counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-3 { counter-increment: list-3; } .ql-editor ol li.ql-indent-3:before { content: counter(list-3, decimal) '. '; } .ql-editor ol li.ql-indent-3 { counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-4 { counter-increment: list-4; } .ql-editor ol li.ql-indent-4:before { content: counter(list-4, lower-alpha) '. '; } .ql-editor ol li.ql-indent-4 { counter-reset: list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-5 { counter-increment: list-5; } .ql-editor ol li.ql-indent-5:before { content: counter(list-5, lower-roman) '. '; } .ql-editor ol li.ql-indent-5 { counter-reset: list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-6 { counter-increment: list-6; } .ql-editor ol li.ql-indent-6:before { content: counter(list-6, decimal) '. '; } .ql-editor ol li.ql-indent-6 { counter-reset: list-7 list-8 list-9; } .ql-editor ol li.ql-indent-7 { counter-increment: list-7; } .ql-editor ol li.ql-indent-7:before { content: counter(list-7, lower-alpha) '. '; } .ql-editor ol li.ql-indent-7 { counter-reset: list-8 list-9; } .ql-editor ol li.ql-indent-8 { counter-increment: list-8; } .ql-editor ol li.ql-indent-8:before { content: counter(list-8, lower-roman) '. '; } .ql-editor ol li.ql-indent-8 { counter-reset: list-9; } .ql-editor ol li.ql-indent-9 { counter-increment: list-9; } .ql-editor ol li.ql-indent-9:before { content: counter(list-9, decimal) '. '; } .ql-editor .ql-indent-1:not(.ql-direction-rtl) { padding-left: 3em; } .ql-editor li.ql-indent-1:not(.ql-direction-rtl) { padding-left: 4.5em; } .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 3em; } .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 4.5em; } .ql-editor .ql-indent-2:not(.ql-direction-rtl) { padding-left: 6em; } .ql-editor li.ql-indent-2:not(.ql-direction-rtl) { padding-left: 7.5em; } .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 6em; } .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 7.5em; } .ql-editor .ql-indent-3:not(.ql-direction-rtl) { padding-left: 9em; } .ql-editor li.ql-indent-3:not(.ql-direction-rtl) { padding-left: 10.5em; } .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 9em; } .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 10.5em; } .ql-editor .ql-indent-4:not(.ql-direction-rtl) { padding-left: 12em; } .ql-editor li.ql-indent-4:not(.ql-direction-rtl) { padding-left: 13.5em; } .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 12em; } .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 13.5em; } .ql-editor .ql-indent-5:not(.ql-direction-rtl) { padding-left: 15em; } .ql-editor li.ql-indent-5:not(.ql-direction-rtl) { padding-left: 16.5em; } .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 15em; } .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 16.5em; } .ql-editor .ql-indent-6:not(.ql-direction-rtl) { padding-left: 18em; } .ql-editor li.ql-indent-6:not(.ql-direction-rtl) { padding-left: 19.5em; } .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 18em; } .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 19.5em; } .ql-editor .ql-indent-7:not(.ql-direction-rtl) { padding-left: 21em; } .ql-editor li.ql-indent-7:not(.ql-direction-rtl) { padding-left: 22.5em; } .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 21em; } .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 22.5em; } .ql-editor .ql-indent-8:not(.ql-direction-rtl) { padding-left: 24em; } .ql-editor li.ql-indent-8:not(.ql-direction-rtl) { padding-left: 25.5em; } .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 24em; } .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 25.5em; } .ql-editor .ql-indent-9:not(.ql-direction-rtl) { padding-left: 27em; } .ql-editor li.ql-indent-9:not(.ql-direction-rtl) { padding-left: 28.5em; } .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 27em; } .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 28.5em; } .ql-editor .ql-video { display: block; max-width: 100%; } .ql-editor .ql-video.ql-align-center { margin: 0 auto; } .ql-editor .ql-video.ql-align-right { margin: 0 0 0 auto; } .ql-editor .ql-bg-black { background-color: #000; } .ql-editor .ql-bg-red { background-color: #e60000; } .ql-editor .ql-bg-orange { background-color: #f90; } .ql-editor .ql-bg-yellow { background-color: #ff0; } .ql-editor .ql-bg-green { background-color: #008a00; } .ql-editor .ql-bg-blue { background-color: #06c; } .ql-editor .ql-bg-purple { background-color: #93f; } .ql-editor .ql-color-white { color: #fff; } .ql-editor .ql-color-red { color: #e60000; } .ql-editor .ql-color-orange { color: #f90; } .ql-editor .ql-color-yellow { color: #ff0; } .ql-editor .ql-color-green { color: #008a00; } .ql-editor .ql-color-blue { color: #06c; } .ql-editor .ql-color-purple { color: #93f; } .ql-editor .ql-font-serif { font-family: Georgia, Times New Roman, serif; } .ql-editor .ql-font-monospace { font-family: Monaco, Courier New, monospace; } .ql-editor .ql-size-small { font-size: 0.75em; } .ql-editor .ql-size-large { font-size: 1.5em; } .ql-editor .ql-size-huge { font-size: 2.5em; } .ql-editor .ql-direction-rtl { direction: rtl; text-align: inherit; } .ql-editor .ql-align-center { text-align: center; } .ql-editor .ql-align-justify { text-align: justify; } .ql-editor .ql-align-right { text-align: right; } .ql-editor.ql-blank::before { color: rgba(0,0,0,0.6); content: attr(data-placeholder); font-style: italic; left: 15px; pointer-events: none; position: absolute; right: 15px; } .ql-bubble.ql-toolbar:after, .ql-bubble .ql-toolbar:after { clear: both; content: ''; display: table; } .ql-bubble.ql-toolbar button, .ql-bubble .ql-toolbar button { background: none; border: none; cursor: pointer; display: inline-block; float: left; height: 24px; padding: 3px 5px; width: 28px; } .ql-bubble.ql-toolbar button svg, .ql-bubble .ql-toolbar button svg { float: left; height: 100%; } .ql-bubble.ql-toolbar button:active:hover, .ql-bubble .ql-toolbar button:active:hover { outline: none; } .ql-bubble.ql-toolbar input.ql-image[type=file], .ql-bubble .ql-toolbar input.ql-image[type=file] { display: none; } .ql-bubble.ql-toolbar button:hover, .ql-bubble .ql-toolbar button:hover, .ql-bubble.ql-toolbar button:focus, .ql-bubble .ql-toolbar button:focus, .ql-bubble.ql-toolbar button.ql-active, .ql-bubble .ql-toolbar button.ql-active, .ql-bubble.ql-toolbar .ql-picker-label:hover, .ql-bubble .ql-toolbar .ql-picker-label:hover, .ql-bubble.ql-toolbar .ql-picker-label.ql-active, .ql-bubble .ql-toolbar .ql-picker-label.ql-active, .ql-bubble.ql-toolbar .ql-picker-item:hover, .ql-bubble .ql-toolbar .ql-picker-item:hover, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected { color: #fff; } .ql-bubble.ql-toolbar button:hover .ql-fill, .ql-bubble .ql-toolbar button:hover .ql-fill, .ql-bubble.ql-toolbar button:focus .ql-fill, .ql-bubble .ql-toolbar button:focus .ql-fill, .ql-bubble.ql-toolbar button.ql-active .ql-fill, .ql-bubble .ql-toolbar button.ql-active .ql-fill, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill { fill: #fff; } .ql-bubble.ql-toolbar button:hover .ql-stroke, .ql-bubble .ql-toolbar button:hover .ql-stroke, .ql-bubble.ql-toolbar button:focus .ql-stroke, .ql-bubble .ql-toolbar button:focus .ql-stroke, .ql-bubble.ql-toolbar button.ql-active .ql-stroke, .ql-bubble .ql-toolbar button.ql-active .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-bubble.ql-toolbar button:hover .ql-stroke-miter, .ql-bubble .ql-toolbar button:hover .ql-stroke-miter, .ql-bubble.ql-toolbar button:focus .ql-stroke-miter, .ql-bubble .ql-toolbar button:focus .ql-stroke-miter, .ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter, .ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { stroke: #fff; } @media (pointer: coarse) { .ql-bubble.ql-toolbar button:hover:not(.ql-active), .ql-bubble .ql-toolbar button:hover:not(.ql-active) { color: #ccc; } .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill { fill: #ccc; } .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter { stroke: #ccc; } } .ql-bubble { box-sizing: border-box; } .ql-bubble * { box-sizing: border-box; } .ql-bubble .ql-hidden { display: none; } .ql-bubble .ql-out-bottom, .ql-bubble .ql-out-top { visibility: hidden; } .ql-bubble .ql-tooltip { position: absolute; transform: translateY(10px); } .ql-bubble .ql-tooltip a { cursor: pointer; text-decoration: none; } .ql-bubble .ql-tooltip.ql-flip { transform: translateY(-10px); } .ql-bubble .ql-formats { display: inline-block; vertical-align: middle; } .ql-bubble .ql-formats:after { clear: both; content: ''; display: table; } .ql-bubble .ql-stroke { fill: none; stroke: #ccc; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; } .ql-bubble .ql-stroke-miter { fill: none; stroke: #ccc; stroke-miterlimit: 10; stroke-width: 2; } .ql-bubble .ql-fill, .ql-bubble .ql-stroke.ql-fill { fill: #ccc; } .ql-bubble .ql-empty { fill: none; } .ql-bubble .ql-even { fill-rule: evenodd; } .ql-bubble .ql-thin, .ql-bubble .ql-stroke.ql-thin { stroke-width: 1; } .ql-bubble .ql-transparent { opacity: 0.4; } .ql-bubble .ql-direction svg:last-child { display: none; } .ql-bubble .ql-direction.ql-active svg:last-child { display: inline; } .ql-bubble .ql-direction.ql-active svg:first-child { display: none; } .ql-bubble .ql-editor h1 { font-size: 2em; } .ql-bubble .ql-editor h2 { font-size: 1.5em; } .ql-bubble .ql-editor h3 { font-size: 1.17em; } .ql-bubble .ql-editor h4 { font-size: 1em; } .ql-bubble .ql-editor h5 { font-size: 0.83em; } .ql-bubble .ql-editor h6 { font-size: 0.67em; } .ql-bubble .ql-editor a { text-decoration: underline; } .ql-bubble .ql-editor blockquote { border-left: 4px solid #ccc; margin-bottom: 5px; margin-top: 5px; padding-left: 16px; } .ql-bubble .ql-editor code, .ql-bubble .ql-editor pre { background-color: #f0f0f0; border-radius: 3px; } .ql-bubble .ql-editor pre { white-space: pre-wrap; margin-bottom: 5px; margin-top: 5px; padding: 5px 10px; } .ql-bubble .ql-editor code { font-size: 85%; padding: 2px 4px; } .ql-bubble .ql-editor pre.ql-syntax { background-color: #23241f; color: #f8f8f2; overflow: visible; } .ql-bubble .ql-editor img { max-width: 100%; } .ql-bubble .ql-picker { color: #ccc; display: inline-block; float: left; font-size: 14px; font-weight: 500; height: 24px; position: relative; vertical-align: middle; } .ql-bubble .ql-picker-label { cursor: pointer; display: inline-block; height: 100%; padding-left: 8px; padding-right: 2px; position: relative; width: 100%; } .ql-bubble .ql-picker-label::before { display: inline-block; line-height: 22px; } .ql-bubble .ql-picker-options { background-color: #444; display: none; min-width: 100%; padding: 4px 8px; position: absolute; white-space: nowrap; } .ql-bubble .ql-picker-options .ql-picker-item { cursor: pointer; display: block; padding-bottom: 5px; padding-top: 5px; } .ql-bubble .ql-picker.ql-expanded .ql-picker-label { color: #777; z-index: 2; } .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill { fill: #777; } .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke { stroke: #777; } .ql-bubble .ql-picker.ql-expanded .ql-picker-options { display: block; margin-top: -1px; top: 100%; z-index: 1; } .ql-bubble .ql-color-picker, .ql-bubble .ql-icon-picker { width: 28px; } .ql-bubble .ql-color-picker .ql-picker-label, .ql-bubble .ql-icon-picker .ql-picker-label { padding: 2px 4px; } .ql-bubble .ql-color-picker .ql-picker-label svg, .ql-bubble .ql-icon-picker .ql-picker-label svg { right: 4px; } .ql-bubble .ql-icon-picker .ql-picker-options { padding: 4px 0px; } .ql-bubble .ql-icon-picker .ql-picker-item { height: 24px; width: 24px; padding: 2px 4px; } .ql-bubble .ql-color-picker .ql-picker-options { padding: 3px 5px; width: 152px; } .ql-bubble .ql-color-picker .ql-picker-item { border: 1px solid transparent; float: left; height: 16px; margin: 2px; padding: 0px; width: 16px; } .ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg { position: absolute; margin-top: -9px; right: 0; top: 50%; width: 18px; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before { content: attr(data-label); } .ql-bubble .ql-picker.ql-header { width: 98px; } .ql-bubble .ql-picker.ql-header .ql-picker-label::before, .ql-bubble .ql-picker.ql-header .ql-picker-item::before { content: 'Normal'; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before { content: 'Heading 1'; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before { content: 'Heading 2'; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before { content: 'Heading 3'; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before { content: 'Heading 4'; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before { content: 'Heading 5'; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before { content: 'Heading 6'; } .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before { font-size: 2em; } .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before { font-size: 1.5em; } .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before { font-size: 1.17em; } .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before { font-size: 1em; } .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before { font-size: 0.83em; } .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before { font-size: 0.67em; } .ql-bubble .ql-picker.ql-font { width: 108px; } .ql-bubble .ql-picker.ql-font .ql-picker-label::before, .ql-bubble .ql-picker.ql-font .ql-picker-item::before { content: 'Sans Serif'; } .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before { content: 'Serif'; } .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before { content: 'Monospace'; } .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before { font-family: Georgia, Times New Roman, serif; } .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before { font-family: Monaco, Courier New, monospace; } .ql-bubble .ql-picker.ql-size { width: 98px; } .ql-bubble .ql-picker.ql-size .ql-picker-label::before, .ql-bubble .ql-picker.ql-size .ql-picker-item::before { content: 'Normal'; } .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before { content: 'Small'; } .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before { content: 'Large'; } .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before { content: 'Huge'; } .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before { font-size: 10px; } .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before { font-size: 18px; } .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before { font-size: 32px; } .ql-bubble .ql-color-picker.ql-background .ql-picker-item { background-color: #fff; } .ql-bubble .ql-color-picker.ql-color .ql-picker-item { background-color: #000; } .ql-bubble .ql-toolbar .ql-formats { margin: 8px 12px 8px 0px; } .ql-bubble .ql-toolbar .ql-formats:first-child { margin-left: 12px; } .ql-bubble .ql-color-picker svg { margin: 1px; } .ql-bubble .ql-color-picker .ql-picker-item.ql-selected, .ql-bubble .ql-color-picker .ql-picker-item:hover { border-color: #fff; } .ql-bubble .ql-tooltip { background-color: #444; border-radius: 25px; color: #fff; } .ql-bubble .ql-tooltip-arrow { border-left: 6px solid transparent; border-right: 6px solid transparent; content: " "; display: block; left: 50%; margin-left: -6px; position: absolute; } .ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow { border-bottom: 6px solid #444; top: -6px; } .ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow { border-top: 6px solid #444; bottom: -6px; } .ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor { display: block; } .ql-bubble .ql-tooltip.ql-editing .ql-formats { visibility: hidden; } .ql-bubble .ql-tooltip-editor { display: none; } .ql-bubble .ql-tooltip-editor input[type=text] { background: transparent; border: none; color: #fff; font-size: 13px; height: 100%; outline: none; padding: 10px 20px; position: absolute; width: 100%; } .ql-bubble .ql-tooltip-editor a { top: 10px; position: absolute; right: 20px; } .ql-bubble .ql-tooltip-editor a:before { color: #ccc; content: "\D7"; font-size: 16px; font-weight: bold; } .ql-container.ql-bubble:not(.ql-disabled) a { position: relative; white-space: nowrap; } .ql-container.ql-bubble:not(.ql-disabled) a::before { background-color: #444; border-radius: 15px; top: -5px; font-size: 12px; color: #fff; content: attr(href); font-weight: normal; overflow: hidden; padding: 5px 15px; text-decoration: none; z-index: 1; } .ql-container.ql-bubble:not(.ql-disabled) a::after { border-top: 6px solid #444; border-left: 6px solid transparent; border-right: 6px solid transparent; top: 0; content: " "; height: 0; width: 0; } .ql-container.ql-bubble:not(.ql-disabled) a::before, .ql-container.ql-bubble:not(.ql-disabled) a::after { left: 0; margin-left: 50%; position: absolute; transform: translate(-50%, -100%); transition: visibility 0s ease 200ms; visibility: hidden; } .ql-container.ql-bubble:not(.ql-disabled) a:hover::before, .ql-container.ql-bubble:not(.ql-disabled) a:hover::after { visibility: visible; } /*! * Quill Editor v1.3.7 * https://quilljs.com/ * Copyright (c) 2014, Jason Chen * Copyright (c) 2013, salesforce.com */ .ql-container { box-sizing: border-box; font-family: Helvetica, Arial, sans-serif; font-size: 13px; height: 100%; margin: 0px; position: relative; } .ql-container.ql-disabled .ql-tooltip { visibility: hidden; } .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before { pointer-events: none; } .ql-clipboard { left: -100000px; height: 1px; overflow-y: hidden; position: absolute; top: 50%; } .ql-clipboard p { margin: 0; padding: 0; } .ql-editor { box-sizing: border-box; line-height: 1.42; height: 100%; outline: none; overflow-y: auto; padding: 12px 15px; tab-size: 4; -moz-tab-size: 4; text-align: left; white-space: pre-wrap; word-wrap: break-word; } .ql-editor > * { cursor: text; } .ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 { margin: 0; padding: 0; counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol, .ql-editor ul { padding-left: 1.5em; } .ql-editor ol > li, .ql-editor ul > li { list-style-type: none; } .ql-editor ul > li::before { content: '\2022'; } .ql-editor ul[data-checked=true], .ql-editor ul[data-checked=false] { pointer-events: none; } .ql-editor ul[data-checked=true] > li *, .ql-editor ul[data-checked=false] > li * { pointer-events: all; } .ql-editor ul[data-checked=true] > li::before, .ql-editor ul[data-checked=false] > li::before { color: #777; cursor: pointer; pointer-events: all; } .ql-editor ul[data-checked=true] > li::before { content: '\2611'; } .ql-editor ul[data-checked=false] > li::before { content: '\2610'; } .ql-editor li::before { display: inline-block; white-space: nowrap; width: 1.2em; } .ql-editor li:not(.ql-direction-rtl)::before { margin-left: -1.5em; margin-right: 0.3em; text-align: right; } .ql-editor li.ql-direction-rtl::before { margin-left: 0.3em; margin-right: -1.5em; } .ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) { padding-left: 1.5em; } .ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl { padding-right: 1.5em; } .ql-editor ol li { counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; counter-increment: list-0; } .ql-editor ol li:before { content: counter(list-0, decimal) '. '; } .ql-editor ol li.ql-indent-1 { counter-increment: list-1; } .ql-editor ol li.ql-indent-1:before { content: counter(list-1, lower-alpha) '. '; } .ql-editor ol li.ql-indent-1 { counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-2 { counter-increment: list-2; } .ql-editor ol li.ql-indent-2:before { content: counter(list-2, lower-roman) '. '; } .ql-editor ol li.ql-indent-2 { counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-3 { counter-increment: list-3; } .ql-editor ol li.ql-indent-3:before { content: counter(list-3, decimal) '. '; } .ql-editor ol li.ql-indent-3 { counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-4 { counter-increment: list-4; } .ql-editor ol li.ql-indent-4:before { content: counter(list-4, lower-alpha) '. '; } .ql-editor ol li.ql-indent-4 { counter-reset: list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-5 { counter-increment: list-5; } .ql-editor ol li.ql-indent-5:before { content: counter(list-5, lower-roman) '. '; } .ql-editor ol li.ql-indent-5 { counter-reset: list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-6 { counter-increment: list-6; } .ql-editor ol li.ql-indent-6:before { content: counter(list-6, decimal) '. '; } .ql-editor ol li.ql-indent-6 { counter-reset: list-7 list-8 list-9; } .ql-editor ol li.ql-indent-7 { counter-increment: list-7; } .ql-editor ol li.ql-indent-7:before { content: counter(list-7, lower-alpha) '. '; } .ql-editor ol li.ql-indent-7 { counter-reset: list-8 list-9; } .ql-editor ol li.ql-indent-8 { counter-increment: list-8; } .ql-editor ol li.ql-indent-8:before { content: counter(list-8, lower-roman) '. '; } .ql-editor ol li.ql-indent-8 { counter-reset: list-9; } .ql-editor ol li.ql-indent-9 { counter-increment: list-9; } .ql-editor ol li.ql-indent-9:before { content: counter(list-9, decimal) '. '; } .ql-editor .ql-indent-1:not(.ql-direction-rtl) { padding-left: 3em; } .ql-editor li.ql-indent-1:not(.ql-direction-rtl) { padding-left: 4.5em; } .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 3em; } .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 4.5em; } .ql-editor .ql-indent-2:not(.ql-direction-rtl) { padding-left: 6em; } .ql-editor li.ql-indent-2:not(.ql-direction-rtl) { padding-left: 7.5em; } .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 6em; } .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 7.5em; } .ql-editor .ql-indent-3:not(.ql-direction-rtl) { padding-left: 9em; } .ql-editor li.ql-indent-3:not(.ql-direction-rtl) { padding-left: 10.5em; } .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 9em; } .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 10.5em; } .ql-editor .ql-indent-4:not(.ql-direction-rtl) { padding-left: 12em; } .ql-editor li.ql-indent-4:not(.ql-direction-rtl) { padding-left: 13.5em; } .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 12em; } .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 13.5em; } .ql-editor .ql-indent-5:not(.ql-direction-rtl) { padding-left: 15em; } .ql-editor li.ql-indent-5:not(.ql-direction-rtl) { padding-left: 16.5em; } .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 15em; } .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 16.5em; } .ql-editor .ql-indent-6:not(.ql-direction-rtl) { padding-left: 18em; } .ql-editor li.ql-indent-6:not(.ql-direction-rtl) { padding-left: 19.5em; } .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 18em; } .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 19.5em; } .ql-editor .ql-indent-7:not(.ql-direction-rtl) { padding-left: 21em; } .ql-editor li.ql-indent-7:not(.ql-direction-rtl) { padding-left: 22.5em; } .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 21em; } .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 22.5em; } .ql-editor .ql-indent-8:not(.ql-direction-rtl) { padding-left: 24em; } .ql-editor li.ql-indent-8:not(.ql-direction-rtl) { padding-left: 25.5em; } .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 24em; } .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 25.5em; } .ql-editor .ql-indent-9:not(.ql-direction-rtl) { padding-left: 27em; } .ql-editor li.ql-indent-9:not(.ql-direction-rtl) { padding-left: 28.5em; } .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 27em; } .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 28.5em; } .ql-editor .ql-video { display: block; max-width: 100%; } .ql-editor .ql-video.ql-align-center { margin: 0 auto; } .ql-editor .ql-video.ql-align-right { margin: 0 0 0 auto; } .ql-editor .ql-bg-black { background-color: #000; } .ql-editor .ql-bg-red { background-color: #e60000; } .ql-editor .ql-bg-orange { background-color: #f90; } .ql-editor .ql-bg-yellow { background-color: #ff0; } .ql-editor .ql-bg-green { background-color: #008a00; } .ql-editor .ql-bg-blue { background-color: #06c; } .ql-editor .ql-bg-purple { background-color: #93f; } .ql-editor .ql-color-white { color: #fff; } .ql-editor .ql-color-red { color: #e60000; } .ql-editor .ql-color-orange { color: #f90; } .ql-editor .ql-color-yellow { color: #ff0; } .ql-editor .ql-color-green { color: #008a00; } .ql-editor .ql-color-blue { color: #06c; } .ql-editor .ql-color-purple { color: #93f; } .ql-editor .ql-font-serif { font-family: Georgia, Times New Roman, serif; } .ql-editor .ql-font-monospace { font-family: Monaco, Courier New, monospace; } .ql-editor .ql-size-small { font-size: 0.75em; } .ql-editor .ql-size-large { font-size: 1.5em; } .ql-editor .ql-size-huge { font-size: 2.5em; } .ql-editor .ql-direction-rtl { direction: rtl; text-align: inherit; } .ql-editor .ql-align-center { text-align: center; } .ql-editor .ql-align-justify { text-align: justify; } .ql-editor .ql-align-right { text-align: right; } .ql-editor.ql-blank::before { color: rgba(0,0,0,0.6); content: attr(data-placeholder); font-style: italic; left: 15px; pointer-events: none; position: absolute; right: 15px; } .nuxt-progress { position: fixed; top: 0px; left: 0px; right: 0px; height: 2px; width: 0%; opacity: 1; transition: width 0.1s, opacity 0.4s; background-color: black; z-index: 999999; } .nuxt-progress.nuxt-progress-notransition { transition: none; } .nuxt-progress-failed { background-color: red; } .s-btn[data-v-3530b80d]{border-radius:0rem;margin:0 1.4rem}[data-v-3530b80d] .account-migration{width:63rem} .ad-content{position:relative}.countdown{position:absolute;bottom:1rem;right:2rem;font-size:13px;color:#fff;background:rgba(0,0,0,.1);padding:.5rem 1rem;border-radius:20rem;min-width:7rem;text-align:center}.doubleBg{background:linear-gradient(90deg, #ff9219 0%, #ffb437 100%)}.newFreshBg{background:linear-gradient(90deg, #003897 0%, #1f05bd 100%)}.activity_container{height:8.2rem;position:relative}.activity_container .activity_content_container{width:100%;height:8.2rem}.activity_container .activity_content_container .home_title{min-width:140rem;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.activity_container .activity_content_container .home_title .home_title_img{width:140rem}.activity_container .activity_content_container .newHome_title{min-width:140rem;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.activity_container .activity_content_container .newHome_title .home_title_img{width:140rem}.activity_container .activity_content_container .click_btn{position:relative;height:4.6rem;top:1rem}.activity_container .activity_content_container img{height:100%}.activity_container .activity_content_container .activity_close{cursor:pointer;position:absolute;width:2rem;height:2.1rem}.activity_container .activity_content_container .closeBtn{position:absolute;right:2rem;top:1.6rem;width:2rem;height:2.1rem}.activity_container .activity_content_container .closeBtn img{position:absolute}@keyframes move{0%{transform:rotate(0deg)}100%{transform:rotate(180deg)}}.arrow-down{margin-left:3px;transition:all .3s}.custom_pop_class{z-index:5000 !important;margin-top:2.3rem !important;border:none}.custom_pop_class_1{left:0 !important;z-index:5000 !important;margin-top:2.3rem !important;width:100% !important;border:none} .category_content_container[data-v-fe4adbc2]{flex:1;padding:40px 26px}.category_content_container .category_content_section[data-v-fe4adbc2]{margin-bottom:20px}.category_content_container .category_content_section .section_name[data-v-fe4adbc2]{font-size:16px;color:#172533;font-weight:500;line-height:28px;margin-bottom:10px}.category_content_container .category_content_section .category_list_container[data-v-fe4adbc2]{display:grid;grid-template-columns:repeat(3, 360px);column-gap:43px;row-gap:20px}.category_content_container .category_content_section .category_list_container .category_list_item[data-v-fe4adbc2]{cursor:pointer;height:110px;background:url("/img/product_service_item_bg.png");background-size:100% 100%;display:flex;flex-direction:column;justify-content:center;padding:0 20px;position:relative;border-radius:6px;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow,transform;transition-property:box-shadow,transform}.category_content_container .category_content_section .category_list_container .category_list_item[data-v-fe4adbc2]:hover{box-shadow:0 6px 6px -6px rgba(0,0,0,.3);-webkit-transform:scale(1.01);transform:scale(1.01)}.category_content_container .category_content_section .category_list_container .category_list_item:hover .category_list_title[data-v-fe4adbc2]{color:#0f6cf8;font-weight:bold}.category_content_container .category_content_section .category_list_container .category_list_item .category_list_title[data-v-fe4adbc2]{font-size:17px;color:#606060;font-weight:bold}.category_content_container .category_content_section .category_list_container .category_list_item .category_list_sub_title[data-v-fe4adbc2]{font-size:13px;color:rgba(0,0,0,.65);margin-top:6px}.category_content_container .category_content_section .category_list_container .category_list_item .category_list_sub_container[data-v-fe4adbc2]{display:flex;justify-content:space-between}.category_list_sub_list_name[data-v-fe4adbc2]:hover{color:#0f6cf8;font-weight:bold}.service_container[data-v-fe4adbc2]{background-color:#fff;width:100%;min-height:320px;display:flex}.service_container .left[data-v-fe4adbc2]{flex-shrink:0;width:378px;background:url("/img/home_service_menu_bg.png");background-size:100% 100%;position:relative}.service_container .left .menu_list[data-v-fe4adbc2]{margin-top:40px;position:absolute;right:100px}.service_container .left .menu_list .product_title[data-v-fe4adbc2]{font-weight:bold;font-size:17px;margin-bottom:20px}.service_container .left .menu_list .menu_item[data-v-fe4adbc2]{width:fit-content;position:relative;cursor:pointer;font-size:15px;margin-bottom:18px}.service_container .left .menu_list .menu_item[data-v-fe4adbc2]::before{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:#0a84ff;transition:.3s}.service_container .left .menu_list .menu_item.active[data-v-fe4adbc2]::before{width:100%;left:0;right:0}.service_container .left .menu_list .menu_item.active[data-v-fe4adbc2]{color:#0a84ff;font-weight:bold}.knowledge_container[data-v-fe4adbc2]{background-color:#fff;width:320px;display:grid;grid-template-columns:repeat(3, 1fr)}.knowledge_container .knowledge_item[data-v-fe4adbc2]{width:100%;padding:14px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.knowledge_container .knowledge_item[data-v-fe4adbc2]:hover{background-color:#f5f5f5}.knowledge_container .knowledge_item:hover .knowledge_name[data-v-fe4adbc2]{color:#274ab5}.knowledge_container .knowledge_item img[data-v-fe4adbc2]{width:34px;height:34px}.knowledge_container .knowledge_item .knowledge_name[data-v-fe4adbc2]{margin-top:6px;font-size:13px}.header_container[data-v-fe4adbc2]{width:100%;min-width:140rem;position:fixed;top:0;left:0;z-index:100}.shouldBg[data-v-fe4adbc2]{background:linear-gradient(90deg, #ff9219 0%, #ffb437 100%)}.header[data-v-fe4adbc2]{height:6.6rem;width:100%;min-width:140rem;box-shadow:0rem .4rem .4rem .1rem rgba(0,0,0,.02);padding:0 3.4rem;position:absolute;top:8.2rem}.header .main .li[data-v-fe4adbc2]:hover{color:#274ab5}.header .main .li:hover .arrow-down[data-v-fe4adbc2]{transform:rotate(180deg)}.header .main .clickable_title[data-v-fe4adbc2]{position:relative}.header .main .clickable_title[data-v-fe4adbc2]::before{content:"";position:absolute;left:50%;bottom:-10px;width:0;height:2px;background:#274ab5;transition:.3s}.header .main .clickable_title[data-v-fe4adbc2]:hover::before{width:100%;left:0;right:0}.header .main ul[data-v-fe4adbc2]{margin-top:1rem}.header .main li[data-v-fe4adbc2]{line-height:1.64rem}.header .main .L .li+.li[data-v-fe4adbc2]{margin-left:4.2rem}.header .main .R .li+.li[data-v-fe4adbc2]{margin-left:3rem}.header .main .vip[data-v-fe4adbc2]{width:8.7rem;margin-right:5.4rem}.header .main .active[data-v-fe4adbc2]{margin-top:.8rem;width:100%;height:2px;background:var(--f-c-root)}.header .main .login-btn[data-v-fe4adbc2]{width:6.2rem;height:3.4rem;padding:0;font-weight:400;font-size:13px}.header .main .login[data-v-fe4adbc2]{background:#0f6cf8;color:#fff}.header .main .el-button+.el-button[data-v-fe4adbc2]{margin-left:.5rem}.header .main .register[data-v-fe4adbc2]:hover{background:transparent}.header .main[data-v-fe4adbc2] .head-input{margin-right:2.1rem}.header .main[data-v-fe4adbc2] .head-input .el-input{width:22rem;box-shadow:0rem 0rem .6rem 0rem rgba(0,0,0,.09)}.header .main[data-v-fe4adbc2] .head-input .el-input input{height:6.6rem;border:none;border-radius:0}.header .main[data-v-fe4adbc2] .head-input .el-input .el-icon-search{color:var(--f-c-root)}.header .main[data-v-fe4adbc2] .head-input .el-input .el-input__suffix{right:1.5rem}.header .main[data-v-fe4adbc2] .head-input .el-input:focus-visible{outline:transparent}.header .main[data-v-fe4adbc2] .head-input .el-input__inner:focus{border:transparent}.header-hidden[data-v-fe4adbc2]{top:0rem !important;transition:all .5s}[data-v-fe4adbc2] .el-carousel__indicators--horizontal{position:absolute;left:auto;right:31.6rem;bottom:.5rem;text-align:right}@media screen and (max-width: 1700px){[data-v-fe4adbc2] .el-carousel__indicators--horizontal{right:20rem}}[data-v-fe4adbc2] .el-carousel__indicators--horizontal .el-carousel__indicator--horizontal button{width:1.2rem;height:1.2rem;background:#fff;border-radius:50%;opacity:1}[data-v-fe4adbc2] .el-carousel__indicators--horizontal .el-carousel__indicator--horizontal.is-active button{width:2.4rem;height:1.2rem;background:#fff;opacity:1;border-radius:1rem} a { color: #333; } .sub-context .top[data-v-c59fd7a2]{min-height:50.1rem;background-image:url("https://dc-cqvip.oss-cn-hangzhou.aliyuncs.com/vip-web/keywordBanner.jpeg");background-size:100% 100%;padding-top:10.2rem}.sub-context .top .font[data-v-c59fd7a2]{font-family:Source Han Serif CN-Heavy,Source Han Serif CN}.sub-context .top .input[data-v-c59fd7a2]{margin:3.8rem 2.5rem;width:71rem}.sub-context .top .input[data-v-c59fd7a2] .s-btn{background-color:var(--f-c-root)}.sub-context .top .input[data-v-c59fd7a2] .s-btn i{color:#fff !important}.sub-context .top .hot-sub+.hot-sub[data-v-c59fd7a2]{margin-left:2.8rem}.sub-context .content[data-v-c59fd7a2]{min-height:15.8rem;margin-top:-10rem;margin-bottom:15.3rem}.sub-context .content[data-v-c59fd7a2] .s-left{width:27rem;min-width:27rem;margin-right:1.9rem}.sub-context .content[data-v-c59fd7a2] .s-left .tab{background:#f5fafe;color:#78859a}.sub-context .content[data-v-c59fd7a2] .s-left .tab div{padding:1.7rem 0 1.5rem}.sub-context .content[data-v-c59fd7a2] .s-left .tree{padding:2.8rem 1.9rem}.sub-context .content[data-v-c59fd7a2] .s-left .tree .el-checkbox__inner{border-radius:50%}.sub-context .content[data-v-c59fd7a2] .s-left .tree .el-tree-node__label{max-width:11em;overflow:hidden;text-overflow:ellipsis}.sub-context .content[data-v-c59fd7a2] .s-left .tree .el-tree-node__content{height:3.4rem !important}.sub-context .content[data-v-c59fd7a2] .s-left .tree .is-expanded>.el-tree-node__content>.el-checkbox.is-checked>.el-checkbox__input .el-checkbox__inner{background-color:#fff;display:flex;align-items:center;justify-content:center}.sub-context .content[data-v-c59fd7a2] .s-left .tree .is-expanded>.el-tree-node__content>.el-checkbox.is-checked>.el-checkbox__input .el-checkbox__inner::after{display:none}.sub-context .content[data-v-c59fd7a2] .s-left .tree .is-expanded>.el-tree-node__content>.el-checkbox.is-checked>.el-checkbox__input .el-checkbox__inner::before{content:" ";width:.8rem;height:.8rem;border-radius:50%;background-color:var(--f-c-root)}.sub-context .content[data-v-c59fd7a2] .s-right{width:90.5rem}.sub-context .content[data-v-c59fd7a2] .s-right .title{margin:3.5rem 0 2.3rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-one{min-height:15.8rem;box-shadow:0rem .4rem .8rem .1rem rgba(0,0,0,.05);padding:2.4rem 3.1rem 2.8rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .tag-name{padding:.7rem 1.1rem;border:1px solid #0f6cf8;max-width:25.6rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .tag-name .delete{width:1.4rem;min-width:1.4rem;height:1.4rem;line-height:1.2rem;text-align:center;border-radius:50%;background:#0f6cf8;margin-left:1.8rem;margin-top:.2rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .tag-name+.tag-name{margin-left:1rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .sub-word{border-color:#d62b2b;color:#d62b2b}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .sub-word .delete{background:#d62b2b}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .subs{margin-top:2rem;border-top:1px solid #e9f2fc;padding-top:2.5rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .subs .c-sub-w{height:32px;overflow:hidden}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .subs .c-sub-w.open{height:auto;overflow:unset}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .subs .c-sub-w .s-w{margin-bottom:2px}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .subs .c-sub-w .s-w .label{padding:.6rem 1.9rem;white-space:nowrap}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .subs .c-sub-w .s-w .hover-div{width:3.2rem;height:3.2rem;background:#007aff}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .subs .c-sub-w .s-w .hover-div i{font-size:1rem;color:#fff}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .subs .c-sub-w .s-w:hover{background:#007aff;color:#fff}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .subs .c-sub-w .s-w-active:hover .label{text-decoration:underline #fff;text-underline-offset:5px}.sub-context .content[data-v-c59fd7a2] .s-right .line-one .subs .c-sub-w .s-w{margin-right:1rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-two .statistics{padding:3rem 4rem 3.4rem 3rem;display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:0 2rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-two .statistics .item{height:31.1rem;background:linear-gradient(180deg, #f5fafe 0%, rgba(235, 247, 255, 0.3) 100%);padding:2.2rem 2.6rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-two .statistics .item .sta-count{border-top:1px solid #e9f2fc;margin-top:2.3rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-two .statistics .item .sta-count li{margin-top:2.5rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-three{margin-top:1.3rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .btn-box{padding:.6rem 1rem;border:.1rem solid #e9ecee}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .btn-box i{font-size:12px}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .btn-box:focus{border:.1rem solid var(--f-c-root)}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .btn-box{margin-left:1rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .btn-box:hover{color:#0f6cf8}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .active{border:.1rem solid transparent;background:var(--f-c-root);color:#fff}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .active:hover{color:#fff}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .tabs{height:100%}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .tabs .active-tab{width:2px;height:8rem;position:absolute;top:0;left:0;transition:top .5s}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .tabs .active-item{background:linear-gradient(89deg, #f7faff 0%, rgba(255, 255, 255, 0) 100%)}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .tabs .active-item p,.sub-context .content[data-v-c59fd7a2] .s-right .line-three .tabs .active-item b{color:var(--f-c-root)}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .tabs .tab-item{width:14.9rem;height:8rem;border-right:.1rem solid #eaedf5}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .tab-content{padding:3rem 3.6rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .tab-content .el-radio{margin-right:1rem}.sub-context .content[data-v-c59fd7a2] .s-right .line-three .tab-content .echarts{width:100%;height:100%} .relative,.hover-m{line-height:4rem}.relative li,.hover-m li{text-align:center;cursor:pointer;width:100%}.relative li:hover,.hover-m li:hover{color:#fff;background:var(--f-c-root)} @keyframes move-data-v-4ad6044c{0%{transform:rotate(0deg)}100%{transform:rotate(180deg)}}.homeBtn[data-v-4ad6044c]{display:flex;align-items:center;justify-content:center}.homeBtn .homeText[data-v-4ad6044c]{color:#fff;margin-left:.5rem;letter-spacing:.3rem}.icon-arrow[data-v-4ad6044c]{transition:all .3s}.arrow-down-rotate[data-v-4ad6044c]{transform:rotate(180deg)}.text_css[data-v-4ad6044c]{font-size:1.4rem;font-family:PingFang SC-Semibold,PingFang SC;font-weight:600;color:#fff}.search-input[data-v-4ad6044c]{position:relative;z-index:14;height:5rem;background:#fff}.search-input[data-v-4ad6044c] .adv-s{line-height:2.4rem;font-weight:500;color:#fff;position:absolute;right:-9.2rem;bottom:1.3rem}.search-input[data-v-4ad6044c] .input-with-select{background:#fff;width:55rem !important;min-width:55rem;height:5rem}.search-input[data-v-4ad6044c] .input-with-select .el-input-group__prepend{background:#fff;border:none;min-width:11.9rem;padding-left:3.9rem;position:relative;border-radius:0px}.search-input[data-v-4ad6044c] .input-with-select .el-input-group__prepend::before{content:"";position:absolute;right:1px;top:.9rem;height:3rem;width:1px;background:#e3e4e5}.search-input[data-v-4ad6044c] .input-with-select .el-input-group__prepend .object-box{position:relative}.search-input[data-v-4ad6044c] .input-with-select .el-input-group__prepend .object-box .i{font-size:1.2rem;margin-left:1.2rem}.search-input[data-v-4ad6044c] .input-with-select .el-input-group__prepend .object-box .hover{opacity:1 !important;visibility:unset !important}.search-input[data-v-4ad6044c] .input-with-select .el-input-group__prepend .object-box .all-object{position:absolute;min-width:17.7rem;min-height:5rem;box-shadow:0rem .5rem 1.6rem .1rem #e1e8f5;padding:2.6rem;left:-4.1rem;top:3.5rem;z-index:2001;opacity:0;visibility:hidden;transition:opacity .4s}.search-input[data-v-4ad6044c] .input-with-select .el-input-group__prepend .object-box .all-object .item-obj+.item-obj{margin-left:1rem}.search-input[data-v-4ad6044c] .input-with-select .el-input-group__prepend .object-box .all-object .obj-title,.search-input[data-v-4ad6044c] .input-with-select .el-input-group__prepend .object-box .all-object .obj-li{width:15rem;text-align:center}.search-input[data-v-4ad6044c] .input-with-select .el-input-group__prepend .object-box .all-object .obj-title{height:3.6rem;background:#fafafa;line-height:3.6rem;margin-bottom:1.1rem}.search-input[data-v-4ad6044c] .input-with-select .el-input-group__prepend .object-box .all-object .obj-li{height:3.2rem;line-height:3.2rem}.search-input[data-v-4ad6044c] .input-with-select .el-input-group__prepend .object-box .all-object .obj-li:hover{background:#0f6cf8;color:#fff}.search-input[data-v-4ad6044c] .input-with-select input{height:5rem;border:none;border-radius:0}.search-input[data-v-4ad6044c] .zyjs-b .input-with-select{position:absolute}.search-input[data-v-4ad6044c] .zyjs-b .el-textarea__inner{border:none;border-radius:0;min-height:4.6rem !important;line-height:3.8rem}.search-input[data-v-4ad6044c] .zyjs-b .rec{background:#fff;width:20rem;box-shadow:0px 0px 70px -37px rgba(0,0,0,.75)}.search-input[data-v-4ad6044c] .zyjs-b .rec p{height:2em;line-height:2em;padding-left:.5em}.search-input[data-v-4ad6044c] .zyjs-b .rec p.select{background-color:var(--f-c-root) !important;color:#fff !important}.search-input[data-v-4ad6044c] .zyjs-b .rec p.select .name1{color:#fff !important}.search-input[data-v-4ad6044c] .zyjs-b .rec p .name1{font-weight:bold;color:#172533 !important}.search-input[data-v-4ad6044c] .zyjs-b .rec p:nth-of-type(2n){background-color:#efefef}.search-input[data-v-4ad6044c] .append-input{height:5rem}.search-input[data-v-4ad6044c] .append-input .s-btn{width:8.8rem;height:5rem;padding:0;background:var(--f-c-root);border:none;border-top-left-radius:0;border-bottom-left-radius:0;font-weight:bold}.search-input[data-v-4ad6044c] .append-input .s-btn i{color:#fff;font-size:2rem}.search-input[data-v-4ad6044c] .append-input .el-button{border-radius:0}.search-input[data-v-4ad6044c] .append-input .is-disabled{background:#e4e5e8}.search-input[data-v-4ad6044c] .recommend{position:absolute;left:0;top:4.7rem;padding:1.7rem 0;width:100%;min-height:4rem;box-shadow:0rem .6rem 2.2rem 0rem rgba(151,159,167,.25);border-top:1px solid #e9eef4}.search-input[data-v-4ad6044c] .recommend li{line-height:4rem;padding:0 3.7rem}.search-input[data-v-4ad6044c] .recommend li .i{color:#c6cad4;font-size:14px;margin-right:1.5rem}.search-input[data-v-4ad6044c] .recommend li:hover{background:#f8f9fc}.search-input[data-v-4ad6044c] .recommend .with-word{border-top:1px solid #e9eef4}.search-input[data-v-4ad6044c] .recommend .with-word+.with-word{border-top:none}.search-input[data-v-4ad6044c] .recommend .s-aim{height:4rem;padding-top:.4rem;padding-bottom:.8rem;cursor:pointer}.search-input[data-v-4ad6044c] .recommend .s-aim span{font-family:PingFang SC,PingFang SC;font-weight:500;font-size:14px;color:#274ab5;line-height:2.4rem;text-align:left;font-style:normal;text-transform:none}.search-input[data-v-4ad6044c] .recommend .s-aim a{line-height:2rem}.search-input[data-v-4ad6044c] .recommend .s-aim .target{background:#0167ff;border-radius:.2rem .2rem .2rem .2rem;padding:2px 4px;color:#fff;margin-right:1.2rem}.search-input[data-v-4ad6044c] .recommend .s-aim .organ{background:#f06334}.search-input[data-v-4ad6044c] .recommend .s-aim .author{background:#ebad0f}.search-input[data-v-4ad6044c] .recommend .s-aim .journal{background:#27ae60}.search-input[data-v-4ad6044c] .recommend .s-aim .aim{width:35rem;height:2rem;text-overflow:ellipsis;overflow:hidden;display:block;overflow:hidden;white-space:nowrap}.search-input[data-v-4ad6044c] .zyjs .zyjs-text .bf{color:#6d788c;font-size:1.4rem}.search-input[data-v-4ad6044c] .zyjs .zyjs-text .regex{color:#0072eb;font-size:1.5rem}.s-op[data-v-4ad6044c]:hover{color:#fff;background:var(--f-c-root)}.is-home[data-v-4ad6044c] .search-icon{display:inline-block;animation:Loading-data-v-4ad6044c 1s infinite}@keyframes Loading-data-v-4ad6044c{0%{transform:scale(1)}100%{transform:scale(1.2)}}.not-home[data-v-4ad6044c] {width:79rem}.not-home[data-v-4ad6044c] .append-input .s-btn{background:#f3f7ff}.not-home[data-v-4ad6044c] .append-input .s-btn i{color:var(--f-c-root) !important;font-weight:bold}.not-home[data-v-4ad6044c] .append-input .searchCss{background:var(--f-c-root)}.not-home[data-v-4ad6044c] .append-input .searchCss i{color:#fff !important}.animated[data-v-4ad6044c]{animation-duration:.3s} .empty-img[data-v-9e1883ee]{padding:5rem 0;font-size:1.3rem}.empty-img .img[data-v-9e1883ee]{width:23.1rem} .certificateCSS[data-v-4ffdf0d8]{position:relative;display:inline-block;height:3.8rem}.certificateCSS .certifiCatePostion[data-v-4ffdf0d8]{width:100%;height:100%;position:absolute;top:0;left:0}.footer-css[data-v-4ffdf0d8]{display:flex;width:100%;justify-content:center;margin-bottom:10px}.footer-title[data-v-4ffdf0d8]{font-size:18px;font-weight:bold;color:#172533;margin-bottom:1.5rem}.link_item[data-v-4ffdf0d8]{font-size:14px}.link_item[data-v-4ffdf0d8]:hover{color:#274ab5}.footer[data-v-4ffdf0d8]{z-index:1;width:100%;min-width:140rem;min-height:30.8rem;border-top:1px solid #f2f5f8}.footer .main[data-v-4ffdf0d8]{margin-top:25px;display:flex;flex-direction:column;justify-content:space-between}.footer .bottom-title[data-v-4ffdf0d8]{height:5.5rem;line-height:5.5rem;text-align:center;width:100%} .archivalInformation[data-v-4b88fe38]{display:inline-block;text-decoration:none;height:20px;line-height:20px}.footerv[data-v-4b88fe38]{width:100%;font-size:14px;min-width:140rem;padding:2.4rem 0;border-top:1px solid #f2f5f8}.footerv *[data-v-4b88fe38]{color:#8a98a9 !important}.footerv a[data-v-4b88fe38]{color:var(--f-c-root) !important}.footerv .center[data-v-4b88fe38]{margin:6px 0}.footerv .main[data-v-4b88fe38]{margin-top:6.2rem;display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid #f1f5fa}.footerv .bottom-title[data-v-4b88fe38]{height:5.5rem;line-height:5.5rem;text-align:center;width:100%}.bottom-svg[data-v-4b88fe38]{width:100%;height:100%;position:absolute;top:0;left:0}.a_bottom[data-v-4b88fe38]{position:relative;display:inline-block;height:38px} .tips_text[data-v-fc887c5e]{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#535d71;display:block;line-height:14px;width:40px;height:40px;text-align:center;align-content:center}.broad-side[data-v-fc887c5e]{position:fixed;z-index:998;box-shadow:0rem .1rem 1rem 0rem rgba(0,0,0,.1);border-radius:.2rem .2rem .2rem .2rem;right:2rem;bottom:4rem;padding:.5rem;background:#fff}.broad-side .s-btn[data-v-fc887c5e]{width:4rem;height:4rem;cursor:pointer}.broad-side .deliver[data-v-fc887c5e]{margin-bottom:1rem;position:relative}.broad-side .deliver[data-v-fc887c5e]::before{content:"";position:absolute;width:2.8rem;height:1px;background:#e7eef5;bottom:-5px;left:5px}.broad-side .deliver-no-before[data-v-fc887c5e]{margin-bottom:0}.broad-side .deliver-no-before[data-v-fc887c5e]::before{display:none}.broad-side i[data-v-fc887c5e]{font-size:3rem}.broad-side .zhi-ding[data-v-fc887c5e]{line-height:5rem;width:5rem;height:5rem;background:rgba(0,0,0,.5)}.feed-dialog .upload-form[data-v-fc887c5e] .your-que textarea{width:52.9rem;height:16.1rem !important}.feed-dialog .upload-form[data-v-fc887c5e] .el-upload--picture-card,.feed-dialog .upload-form[data-v-fc887c5e] .el-upload-list__item{width:6rem;height:6rem;line-height:6rem}.feed-dialog .upload-form[data-v-fc887c5e] .el-upload--picture-card .el-icon-plus,.feed-dialog .upload-form[data-v-fc887c5e] .el-upload-list__item .el-icon-plus{font-size:1.2rem}.feed-dialog .upload-form[data-v-fc887c5e] .el-upload-list__item-status-label{display:none}.feed-dialog .upload-form[data-v-fc887c5e] .connect{margin-top:1rem;width:52.9rem}.feed-dialog .upload-form[data-v-fc887c5e] .connect input{height:4rem}.feed-dialog .close-btn[data-v-fc887c5e]{width:9.5rem;height:3.4rem;padding:0} .bs-connect-popover{width:23.5rem;height:16rem;background:#fff;box-shadow:0rem .1rem 1rem 0rem rgba(0,0,0,.1);border:none;padding:2.5rem 2rem} .dialog[data-v-3d2f9ee0]{background:rgba(0,0,0,.2);position:fixed;top:0;left:0;width:100vw;height:100vh;min-width:140rem;z-index:999}.dialog[data-v-3d2f9ee0] .head-input{position:relative;height:6.6rem;width:100%}.dialog[data-v-3d2f9ee0] .head-input .content{position:absolute;width:46.8rem}.dialog[data-v-3d2f9ee0] .head-input .content .types{width:46.8rem;min-height:13.4rem;padding:1.9rem 2.5rem;animation:tps-data-v-3d2f9ee0 .5s}@keyframes tps-data-v-3d2f9ee0{0%{opacity:0}100%{opacity:1}}@keyframes input-data-v-3d2f9ee0{0%{width:24rem}100%{width:46.8rem}}.dialog[data-v-3d2f9ee0] .head-input .el-input{animation:input-data-v-3d2f9ee0 .5s;box-shadow:0rem 0rem .6rem 0rem rgba(0,0,0,.09)}.dialog[data-v-3d2f9ee0] .head-input .el-input input{height:6.6rem;border:none;border-radius:0}.dialog[data-v-3d2f9ee0] .head-input .el-input .el-icon-search{color:var(--f-c-root)}.dialog[data-v-3d2f9ee0] .head-input .el-input .el-input__suffix{right:1.5rem}.dialog[data-v-3d2f9ee0] .head-input .el-input:focus-visible{outline:transparent}.dialog[data-v-3d2f9ee0] .head-input .el-input__inner:focus{border:transparent}.dialog[data-v-3d2f9ee0] .head-input .el-checkbox{border-color:#fc9a37;margin-bottom:1.1rem;margin-right:5rem}.dialog[data-v-3d2f9ee0] .head-input .el-checkbox .el-checkbox__label{color:#535d71;padding-left:.4rem}.dialog[data-v-3d2f9ee0] .head-input .is-checked .el-checkbox__inner{background-color:#fc9a37;border-color:#fc9a37 !important}.dialog[data-v-3d2f9ee0] .head-input .el-checkbox__inner:hover{border-color:#fc9a37}.dialog[data-v-3d2f9ee0] .head-input .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#e9ecee}</style> </head> <body > <div data-server-rendered="true" id="cqvip"><!----><div id="JWS"><div class="app" data-v-3530b80d><div class="header_container b-c-fff shouldBg" data-v-fe4adbc2 data-v-3530b80d><div data-v-fe4adbc2><!----></div> <div class="header b-c-fff header-hidden" data-v-fe4adbc2><div class="main xy-between full-height" data-v-fe4adbc2><div class="xy-center jf-start L" data-v-fe4adbc2><a href="/" target="_self" class="nuxt-link-active" data-v-fe4adbc2><img src="/img/vip.png" class="vip pointer" data-v-fe4adbc2></a> <ul class="xy-start font-size15" data-v-fe4adbc2><li class="li pointer yx-center" data-v-fe4adbc2><div data-v-fe4adbc2><div data-warden-title="母版页-首页" data-warden-event-id="logo" class="clickable_title" data-v-fe4adbc2> 首页 </div> <div class="active vis-hidden" data-v-fe4adbc2></div></div></li><li class="li pointer yx-center" data-v-fe4adbc2><div data-warden-title="母版页-产品服务" data-v-fe4adbc2><span data-v-fe4adbc2><div role="tooltip" id="el-popover-9442" aria-hidden="true" class="el-popover el-popper custom_pop_class_1" style="width:undefinedpx;display:none;"><!----><div class="service_container" data-v-fe4adbc2><div class="left" data-v-fe4adbc2><div class="menu_list" data-v-fe4adbc2><div class="product_title" data-v-fe4adbc2> 产品推荐 </div> <div ƒ="" class="menu_item active" data-v-fe4adbc2> 个人精选服务 </div><div ƒ="" class="menu_item" data-v-fe4adbc2> 科研辅助服务 </div><div ƒ="" class="menu_item" data-v-fe4adbc2> 教育大数据服务 </div><div ƒ="" class="menu_item" data-v-fe4adbc2> 行业精选服务 </div><div ƒ="" class="menu_item" data-v-fe4adbc2> 学科系列服务 </div></div></div> <div class="category_content_container" data-v-fe4adbc2><div class="category_content_section" data-v-fe4adbc2><!----> <div class="category_list_container" data-v-fe4adbc2><div class="category_list_item" data-v-fe4adbc2><a href="https://vpcs.fanyu.com/" target="_blank" data-warden-category="业务服务事件" data-warden-title="母版页-论文查重" data-warden-event-id="论文查重" data-v-fe4adbc2><div class="category_list_title" data-v-fe4adbc2>维普论文检测系统</div> <div class="category_list_sub_title" data-v-fe4adbc2> 卓越性能 高效迅捷 灵活安全 精准全面 </div></a></div><div class="category_list_item" data-v-fe4adbc2><a href="https://oa.cqvip.com/" target="_blank" data-warden-category="业务服务事件" data-warden-title="母版页-大家·OA出版" data-warden-event-id="大家·OA出版" data-v-fe4adbc2><div class="category_list_title" data-v-fe4adbc2>大家·维普期刊OA出版平台</div> <div class="category_list_sub_title" data-v-fe4adbc2> OA开启知识传播,出版引领学术未来 </div></a></div><div class="category_list_item" data-v-fe4adbc2><a href="https://author.cqvip.com/" target="_blank" data-warden-category="业务服务事件" data-warden-title="母版页-作品认领" data-warden-event-id="作品认领" data-v-fe4adbc2><div class="category_list_title" data-v-fe4adbc2>学者服务</div> <div class="category_list_sub_title" data-v-fe4adbc2> 打造学术名片,分享学术成果,传播学术价值 </div></a></div><div class="category_list_item" data-v-fe4adbc2><a href="https://www.chaxin.org.cn/" target="_blank" data-warden-category="业务服务事件" data-warden-title="母版页-科技查新" data-warden-event-id="科技查新" data-v-fe4adbc2><div class="category_list_title" data-v-fe4adbc2>科技查新</div> <div class="category_list_sub_title" data-v-fe4adbc2> 严谨查证 专业分析 助力科研创新 </div></a></div><div class="category_list_item" data-v-fe4adbc2><div data-v-fe4adbc2><a href="https://ai.vipisall.com" target="_blank" data-warden-category="业务服务事件" data-warden-title="母版页-维普科创助手" class="category_list_title" data-v-fe4adbc2></a> <div class="category_list_sub_title category_list_sub_container" data-v-fe4adbc2><a href="https://ai.vipisall.com/intelligentTopic?invite=cqvip" target="_blank" data-warden-category="业务服务事件" data-warden-title="母版页-智能选题" class="category_list_sub_list_name" data-v-fe4adbc2></a><a href="https://ai.vipisall.com/ai-summarize?invite=cqvip" target="_blank" data-warden-category="业务服务事件" data-warden-title="母版页-调研综述" class="category_list_sub_list_name" data-v-fe4adbc2></a><a href="https://ai.vipisall.com/report?invite=cqvip" target="_blank" data-warden-category="业务服务事件" data-warden-title="母版页-研学创作" class="category_list_sub_list_name" data-v-fe4adbc2></a><a href="https://ai.vipisall.com/scientificTool/chat?invite=cqvip" target="_blank" data-warden-category="业务服务事件" data-warden-title="母版页-科研对话" class="category_list_sub_list_name" data-v-fe4adbc2></a></div></div></div></div></div></div></div> </div><span class="el-popover__reference-wrapper"><div data-v-fe4adbc2> 产品服务<i class="el-icon-arrow-down arrow-down" data-v-fe4adbc2></i></div></span></span></div></li><li class="li pointer yx-center" data-v-fe4adbc2><div data-warden-title="母版页-知识脉络" data-v-fe4adbc2><span data-v-fe4adbc2><div role="tooltip" id="el-popover-7465" aria-hidden="true" class="el-popover el-popper custom_pop_class" style="width:undefinedpx;display:none;"><!----><div class="knowledge_container" data-v-fe4adbc2><a href="/keyword" target="_blank" data-warden-title="母版页-主题知识脉络" data-warden-event-id="主题知识脉络" class="knowledge_item" data-v-fe4adbc2><img src="/img/indexSmallIcon/ztzsml.png" alt="" data-v-fe4adbc2> <div class="knowledge_name" data-v-fe4adbc2> 主题知识脉络 </div></a><a href="/organization" target="_blank" data-warden-title="母版页-机构知识脉络" data-warden-event-id="机构知识脉络" class="knowledge_item" data-v-fe4adbc2><img src="/img/indexSmallIcon/jgzsml.png" alt="" data-v-fe4adbc2> <div class="knowledge_name" data-v-fe4adbc2> 机构知识脉络 </div></a><a href="/author" target="_blank" data-warden-title="母版页-人物知识脉络" data-warden-event-id="人物知识脉络" class="knowledge_item" data-v-fe4adbc2><img src="/img/indexSmallIcon/rwzsml.png" alt="" data-v-fe4adbc2> <div class="knowledge_name" data-v-fe4adbc2> 人物知识脉络 </div></a></div> </div><span class="el-popover__reference-wrapper"><div data-v-fe4adbc2> 知识脉络 <i class="el-icon-arrow-down arrow-down" data-v-fe4adbc2></i></div></span></span></div></li><li class="li pointer yx-center" data-v-fe4adbc2><div data-v-fe4adbc2><div data-warden-title="母版页-期刊大全" data-warden-event-id="logo" class="clickable_title" data-v-fe4adbc2> 期刊大全 </div> <div class="active vis-hidden" data-v-fe4adbc2></div></div></li></ul></div> <div class="xy-center jf-start R" data-v-fe4adbc2><!----> <!----> <ul class="xy-start font-size15" style="margin-right: 3.5rem" data-v-fe4adbc2><li data-warden-title="母版页-充值" data-warden-event-id="充值" class="li pointer yx-center" data-v-fe4adbc2><div class="clickable_title" data-v-fe4adbc2>充值</div> <div class="active vis-hidden" data-v-fe4adbc2></div></li><li data-warden-title="母版页-帮助" data-warden-event-id="帮助" class="li pointer yx-center" data-v-fe4adbc2><div class="clickable_title" data-v-fe4adbc2>帮助</div> <div class="active vis-hidden" data-v-fe4adbc2></div></li></ul> <div data-v-fe4adbc2><button type="button" data-warden-title="母版页-登录" data-warden-event-id="dl" class="el-button login-btn login el-button--default" data-v-fe4adbc2><!----><!----><span> 登录 </span></button> <button type="button" data-warden-title="母版页-注册" data-warden-event-id="zc" class="el-button login-btn register el-button--default" data-v-fe4adbc2><!----><!----><span>注册 </span></button></div></div></div></div></div> <div class="sub-context app-body" data-v-c59fd7a2 data-v-3530b80d><div class="full-width top" data-v-c59fd7a2><div class="marginAuto app-width yx-center jf-start" data-v-c59fd7a2><h1 class="font-size40 font f-c-fff" data-v-c59fd7a2>主题知识脉络</h1> <div class="search-input input not-home" data-v-4ad6044c data-v-c59fd7a2><div class="xy-start" data-v-4ad6044c><div class="input-with-select auto-grow el-input el-input-group el-input-group--prepend" data-v-4ad6044c><div class="el-input-group__prepend"><div class="f-c-533 object-box pointer" data-v-4ad6044c> 主题 <!----> <!----></div></div><input type="text" autocomplete="off" placeholder="请输入内容" class="el-input__inner"><!----><!----><!----><!----></div> <!----> <div class="xy-center jf-start append-input" data-v-4ad6044c><button type="button" data-warden-title="主题对象页-主题检索" data-warden-category="检索行为" data-warden-event-id="search-button" class="el-button s-btn el-button--default" data-v-4ad6044c><!----><!----><span><i class="iconfont icon-sousuo-xian" data-v-4ad6044c></i></span></button></div> <!----></div> <!----></div> <p class="text-center f-c-fff" data-v-c59fd7a2><span data-v-c59fd7a2>热门:</span> <a href="/keyword/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD" target="_blank" class="hot-sub f-c-fff" data-v-c59fd7a2>人工智能</a><a href="/keyword/%E7%A7%91%E6%8A%80%E5%85%B4%E5%9B%BD" target="_blank" class="hot-sub f-c-fff" data-v-c59fd7a2>科技兴国</a><a href="/keyword/%E6%96%B0%E5%86%A0%E7%96%AB%E6%83%85" target="_blank" class="hot-sub f-c-fff" data-v-c59fd7a2>新冠疫情</a><a href="/keyword/%E5%9F%BA%E7%A1%80%E7%89%A9%E7%90%86" target="_blank" class="hot-sub f-c-fff" data-v-c59fd7a2>基础物理</a></p></div></div> <div class="content app-width marginAuto xy-start" data-v-c59fd7a2><div class="s-left b-c-fff" data-v-c59fd7a2><div class="font-size16 tab xy-start pointer" data-v-c59fd7a2><div class="auto-grow xy-center" data-v-c59fd7a2> 学科分类 </div></div> <div class="tree" data-v-c59fd7a2><div role="tree" data-warden-title="主题对象页-学科分类" data-warden-event-id="collect" class="el-tree" data-v-c59fd7a2><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">哲学</span></div><!----></div><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">经济学</span></div><!----></div><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">法学</span></div><!----></div><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">教育学</span></div><!----></div><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">文学</span></div><!----></div><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">历史学</span></div><!----></div><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">理学</span></div><!----></div><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">工学</span></div><!----></div><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">农学</span></div><!----></div><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">医学</span></div><!----></div><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">军事学</span></div><!----></div><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">管理学</span></div><!----></div><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">艺术学</span></div><!----></div><div role="treeitem" tabindex="-1" draggable="false" class="el-tree-node is-focusable"><div class="el-tree-node__content" style="padding-left:0px;"><span class="el-tree-node__expand-icon el-icon-caret-right"></span><label class="el-checkbox"><span class="el-checkbox__input"><span class="el-checkbox__inner"></span><input type="checkbox" aria-hidden="false" class="el-checkbox__original"></span><!----></label><!----><span class="el-tree-node__label">交叉学科</span></div><!----></div><!----><div class="el-tree__drop-indicator" style="display:none;"></div></div></div></div> <div class="s-right auto-grow" data-v-c59fd7a2><div class="line-one b-c-fff" data-v-c59fd7a2><div class="xy-between" data-v-c59fd7a2><div class="xy-center jf-start" data-v-c59fd7a2><span class="f-c-d71" style="margin-right: 2rem; line-height: 3.45rem" data-v-c59fd7a2>已选择: </span> <div class="labels" data-v-c59fd7a2><!----></div></div> <i data-warden-title="主题对象页-编辑订阅" data-warden-event-id="collect" class="el-icon-edit f-c-root font-size12 pointer" data-v-c59fd7a2>编辑订阅</i></div> <div class="subs xy-between al-start" data-v-c59fd7a2><div class="c-sub-w xy-start" data-v-c59fd7a2><span class="f-c-d71 no-wrap" style="margin-right: 2rem; line-height: 3.2rem" data-v-c59fd7a2>热门主题词: </span> <div class="xy-start flex-wrap words" style="padding-right: 6.5rem" data-v-c59fd7a2><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 马克思主义 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 中国传统 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 西方哲学 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 中国佛教 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 中国哲学 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 历史唯物主义 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 哲学史 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 无神论 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 伦理学 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 逻辑哲学 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 黑格尔哲学 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 康德道德哲学 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 辩证法 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 政治哲学 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 西方马克思主义 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 美德伦理学 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 思想史 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 本体论 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 近代哲学 </div></div><div class="xy-center s-w" data-v-c59fd7a2><div class="label pointer" data-v-c59fd7a2> 现代哲学 </div></div></div></div> <!----></div></div> <div class="line-two" data-v-c59fd7a2><p class="font-size16 FW600 title" data-v-c59fd7a2>综合统计</p> <div class="statistics b-c-fff" data-v-c59fd7a2><div class="item" data-v-c59fd7a2><p class="f-c-root font-size15 FW600 text-center" data-v-c59fd7a2> 学术产出统计 </p> <ul class="sta-count" data-v-c59fd7a2><li class="xy-between" data-v-c59fd7a2><span class="f-c-d71" data-v-c59fd7a2>期刊发文量 </span><span class="FW600" data-v-c59fd7a2>3,553,044</span></li> <li class="xy-between" data-v-c59fd7a2><span class="f-c-d71" data-v-c59fd7a2>会议发文量 </span><span class="FW600" data-v-c59fd7a2>35,249</span></li> <li class="xy-between" data-v-c59fd7a2><p class="f-c-d71" data-v-c59fd7a2> 核心发文量 <i class="el-tooltip el-icon-question pointer" style="color:#ced5e1;margin-left:0.5rem;" data-v-c59fd7a2 data-v-c59fd7a2></i></p> <span class="FW600" data-v-c59fd7a2>417,873</span></li></ul></div> <div class="item" data-v-c59fd7a2><p class="f-c-root font-size15 FW600 text-center" data-v-c59fd7a2> 学术影响力 </p> <ul class="sta-count" data-v-c59fd7a2><li class="xy-between" data-v-c59fd7a2><span class="f-c-d71" data-v-c59fd7a2>被引量 </span><span class="FW600" data-v-c59fd7a2>3,386,717</span></li> <li class="xy-between" data-v-c59fd7a2><span class="f-c-d71" data-v-c59fd7a2>单篇最高被引量 </span><span class="FW600" data-v-c59fd7a2>5,125</span></li> <li class="xy-between" data-v-c59fd7a2><span class="f-c-d71" data-v-c59fd7a2>篇均被引量 </span><span class="FW600" data-v-c59fd7a2>0.96</span></li> <li class="xy-between" data-v-c59fd7a2><span class="f-c-d71" data-v-c59fd7a2>H指数 </span><span class="FW600" data-v-c59fd7a2>287</span></li> <li class="xy-between" data-v-c59fd7a2><span class="f-c-d71" data-v-c59fd7a2>被引率 </span><span class="FW600" data-v-c59fd7a2>0.12%</span></li></ul></div> <div class="item" data-v-c59fd7a2><p class="f-c-root font-size15 FW600 text-center" data-v-c59fd7a2> 科研学者 </p> <ul class="sta-count" data-v-c59fd7a2><li class="xy-between" data-v-c59fd7a2><span class="f-c-d71" data-v-c59fd7a2>发文学者数 </span><span class="FW600" data-v-c59fd7a2>212,880</span></li> <li class="xy-between" data-v-c59fd7a2><span class="f-c-d71" data-v-c59fd7a2>作者人均发文量 </span><span class="FW600" data-v-c59fd7a2>16.7</span></li> <li class="xy-between" data-v-c59fd7a2><span class="f-c-d71" data-v-c59fd7a2>作者人均被引 </span><span class="FW600" data-v-c59fd7a2>15.91</span></li></ul></div></div></div> <div class="line-three" style="height:48rem;" data-v-c59fd7a2><div class="xy-between" style="margin: 3.5rem 0 2.3rem" data-v-c59fd7a2><p class="font-size16 FW600" data-v-c59fd7a2>学术分析</p> <span data-v-c59fd7a2><div role="tooltip" id="el-popover-3591" aria-hidden="true" class="el-popover el-popper" style="width:128px;display:none;"><!----><ul class="relative" data-v-c59fd7a2><li data-v-c59fd7a2> 按发文统计 </li> <li data-v-c59fd7a2> 按被引统计 </li></ul> </div><span class="el-popover__reference-wrapper"><div class="btn-box pointer" data-v-c59fd7a2> 按发文统计<i class="iconfont icon-paixu font-size12" style="margin-left:10px;" data-v-c59fd7a2></i></div></span></span></div> <div class="b-c-fff xy-start al-str" data-v-c59fd7a2><div class="tabs xy-start al-str" data-v-c59fd7a2><div class="full-height" style="position: relative" data-v-c59fd7a2><div class="active-tab b-c-root" style="top:0px;" data-v-c59fd7a2></div></div> <div class="yx-start" data-v-c59fd7a2><div class="auto-grow tab-item xy-center pointer FW600 active-item" style="font-size: 16px; color: #535d71" data-v-c59fd7a2><p data-v-c59fd7a2> 发文趋势 </p></div><div class="auto-grow tab-item xy-center pointer FW600" style="font-size: 16px; color: #535d71" data-v-c59fd7a2><p data-v-c59fd7a2> 学科分布 </p></div><div class="auto-grow tab-item xy-center pointer FW600" style="font-size: 16px; color: #535d71" data-v-c59fd7a2><p data-v-c59fd7a2> 学科渗透 </p></div><div class="auto-grow tab-item xy-center pointer FW600" style="font-size: 16px; color: #535d71" data-v-c59fd7a2><p data-v-c59fd7a2> 代表作者 </p></div><div class="auto-grow tab-item xy-center pointer FW600" style="font-size: 16px; color: #535d71" data-v-c59fd7a2><p data-v-c59fd7a2> 代表机构 </p></div><div class="auto-grow tab-item xy-center pointer FW600" style="font-size: 16px; color: #535d71" data-v-c59fd7a2><p data-v-c59fd7a2> 代表期刊 </p></div></div></div> <div class="auto-grow tab-content yx-start al-str" data-v-c59fd7a2><div class="xy-between" data-v-c59fd7a2><div data-v-c59fd7a2><span class="font-size16 FW600" data-v-c59fd7a2>发文趋势</span> <i class="el-tooltip iconfont icon-wenti f-c-4cb" data-v-c59fd7a2 data-v-c59fd7a2></i></div> <!----> <!----> <!----></div> <div class="yx-center auto-grow" data-v-c59fd7a2><div class="no-data" data-v-9e1883ee data-v-c59fd7a2><div class="yx-center empty-img b-c-fff" data-v-9e1883ee><img src="/img/noData.png" class="img" data-v-9e1883ee> <p class="f-c-8b9 text-center" data-v-9e1883ee> 暂无统计 </p></div></div></div></div></div></div></div></div> <!----></div> <div class="footer b-c-fff" data-v-4ffdf0d8 data-v-3530b80d><div class="main app-width marginAuto" data-v-4ffdf0d8><div class="footer-css" data-v-4ffdf0d8><div class="app-width xy-between al-start" data-v-4ffdf0d8><div style="margin-right: 17rem" data-v-4ffdf0d8></div> <div class="xy-start" data-v-4ffdf0d8><div style="margin-right: 9.5rem" data-v-4ffdf0d8><div class="FW600 footer-title" data-v-4ffdf0d8>关于维普</div> <div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/aboutus" target="_blank" data-warden-title="母版页-公司介绍" data-warden-event-id="公司介绍" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>公司介绍</span></a></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/aboutus/ps" target="_blank" data-warden-title="母版页-产品服务" data-warden-event-id="产品服务" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>产品服务</span></a></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/aboutus/contact" target="_blank" data-warden-title="母版页-联系我们" data-warden-event-id="联系我们" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>联系我们</span></a></div></div></div><div style="margin-right: 9.5rem" data-v-4ffdf0d8><div class="FW600 footer-title" data-v-4ffdf0d8>问题帮助</div> <div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/helpcenter/detail" target="_blank" data-warden-title="母版页-使用帮助" data-warden-event-id="使用帮助" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>使用帮助</span></a></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/helpcenter/nav/question" target="_blank" data-warden-title="母版页-常见问题" data-warden-event-id="常见问题" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>常见问题</span></a></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/helpcenter/detail/question?vip-p=1592069940263915520" target="_blank" data-warden-title="母版页-文献相关术语解释" data-warden-event-id="文献相关术语解释" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>文献相关术语解释</span></a></div></div></div><div style="margin-right: 9.5rem" data-v-4ffdf0d8><div class="FW600 footer-title" data-v-4ffdf0d8>合作与服务</div> <div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/aboutus/cc" target="_blank" data-warden-title="母版页-版权合作" data-warden-event-id="版权合作" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>版权合作</span></a></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/aboutus/as" target="_blank" data-warden-title="母版页-广告服务" data-warden-event-id="广告服务" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>广告服务</span></a></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/aboutus/fl" target="_blank" data-warden-title="母版页-友情链接" data-warden-event-id="友情链接" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>友情链接</span></a></div></div></div><div style="margin-right: 9.5rem" data-v-4ffdf0d8><div class="FW600 footer-title" data-v-4ffdf0d8>客服咨询</div> <div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><span data-warden-title="母版页-投稿相关:023-63416211" data-warden-event-id="投稿相关:023-63416211" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>投稿相关:023-63416211</span></span></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><span data-warden-title="母版页-撤稿相关:023-67396862" data-warden-event-id="撤稿相关:023-67396862" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>撤稿相关:023-67396862</span></span></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><span data-warden-title="母版页-查重相关:023-63506028" data-warden-event-id="查重相关:023-63506028" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>查重相关:023-63506028</span></span></div></div></div></div> <a href="https://xyt.xcc.cn/getpcInfo?sn=1770979616500989952&language=CN&certType=8&url=www.cqvip.com" target="_blank" class="certificateCSS" data-v-4ffdf0d8><div class="certifiCatePostion" data-v-4ffdf0d8></div> <embed src="https://program.xinchacha.com/web/1770979616500989952=www.cqvip.com.svg" width="103" height="38" type="image/svg+xml" pluginspage="//www.adobe.com/svg/viewer/install/" data-v-4ffdf0d8></a></div></div></div> <div class="footerv b-c-fff FW400 fontSize14 yx-center" data-v-4b88fe38 data-v-4ffdf0d8><div data-v-4b88fe38> 重庆维普资讯有限公司 <a href="https://beian.miit.gov.cn/#/Integrated/recordQuery" target="_blank" data-v-4b88fe38>渝B2-20050021-1</a> <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=50019002500403&from=index" target="_blank" data-v-4b88fe38>渝公网备 50019002500403</a></div> <div class="center" data-v-4b88fe38><a target="_blank" href="https://www.12377.cn" class="archivalInformation" data-v-4b88fe38>违法和不良信息举报中心</a> 举报邮箱:jubao@cqvip.com <span style="margin-top: 10px" data-v-4b88fe38>互联网算法推荐专项举报:sfjubao@cqvip.com 网络暴力专项举报: bljubao@cqvip.com</span></div> <div data-v-4b88fe38> 网络出版:(署)网出证(渝)字第014号 出版物经营许可证:新出发2018批字第006号 </div></div></div> <div class="yx-start broad-side" data-v-fc887c5e data-v-3530b80d><div data-warden-title="母版页-在线咨询" data-warden-event-id="muban" class="s-btn deliver" data-v-fc887c5e><a id="cqvip-qq" data-v-fc887c5e><iconpark-icon name="zaixianzixun" size="40" fill="" data-v-fc887c5e></iconpark-icon></a></div> <span data-v-fc887c5e><div role="tooltip" id="el-popover-2998" aria-hidden="true" class="el-popover el-popper bs-connect-popover" style="width:undefinedpx;display:none;"><!----> <ul class="yx-between al-start full-height" data-v-fc887c5e><li class="xy-start" data-v-fc887c5e><iconpark-icon name="dianhua-8d41lf4c" size="25" style="margin-right:5px;" data-v-fc887c5e></iconpark-icon> <div style="margin-top:5px;" data-v-fc887c5e><p data-v-fc887c5e>客服热线</p> <p class="dom-hover f-c-8b9" data-v-fc887c5e>400-638-5550</p></div></li> <li class="xy-start" data-v-fc887c5e><iconpark-icon name="youxiang" size="25" style="margin-right:5px;" data-v-fc887c5e></iconpark-icon> <div style="margin-top:5px;" data-v-fc887c5e><p data-v-fc887c5e>客服邮箱</p> <p class="dom-hover f-c-8b9" data-v-fc887c5e>service@cqvip.com</p></div></li></ul></div><span class="el-popover__reference-wrapper"><div data-warden-title="母版页-电话邮箱" data-warden-event-id="muban" class="s-btn deliver" data-v-fc887c5e><iconpark-icon name="dianhuayouxiang" size="40" fill="" data-v-fc887c5e></iconpark-icon></div></span></span> <div data-warden-title="母版页-意见反馈" data-warden-event-id="muban" class="s-btn deliver deliver-no-before" data-v-fc887c5e><iconpark-icon name="yijianfankui-dfpaf3kk" size="40" fill="" data-v-fc887c5e></iconpark-icon></div> <!----> <div class="el-dialog__wrapper" style="display:none;" data-v-fc887c5e><div role="dialog" aria-modal="true" aria-label="意见反馈" class="el-dialog feed-dialog njnj" style="margin-top:15vh;width:612px;"><div class="el-dialog__header"><span class="el-dialog__title">意见反馈</span><button type="button" aria-label="Close" class="el-dialog__headerbtn"><i class="el-dialog__close el-icon el-icon-close"></i></button></div><!----><div class="el-dialog__footer"><span class="dialog-footer xy-center" data-v-fc887c5e><button type="button" class="el-button close-btn margin-auto el-button--primary" data-v-fc887c5e><!----><!----><span>提交</span></button></span></div></div></div></div> <!----> <!----> <!----> <div class="el-dialog__wrapper" style="display:none;" data-v-3530b80d><div role="dialog" aria-modal="true" aria-label="dialog" class="el-dialog account-migration" style="margin-top:15vh;"><div class="el-dialog__header"><div style="text-align:center;font-size:1.6rem;" data-v-3530b80d> 关于旧版官网用户迁移的说明 </div><!----></div><!----><div class="el-dialog__footer"><div class="dialog-footer" style="width:100%;display:flex;justify-content:center;" data-v-3530b80d><button type="button" class="el-button s-btn el-button--default" data-v-3530b80d><!----><!----><span>暂不迁移</span></button> <button type="button" class="el-button s-btn el-button--primary" data-v-3530b80d><!----><!----><span> 确认迁移 </span></button></div></div></div></div></div></div></div><script>window.__NUXT__=(function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,_,$,aa,ab,ac,ad,ae,af,ag,ah,ai,aj,ak,al,am,an,ao,ap,aq,ar,as,at,au,av,aw,ax,ay,az,aA,aB,aC,aD,aE,aF,aG,aH,aI,aJ,aK,aL,aM,aN,aO,aP,aQ,aR,aS,aT,aU,aV,aW,aX,aY,aZ,a_,a$,ba,bb,bc,bd,be,bf,bg,bh,bi,bj,bk,bl,bm,bn,bo,bp,bq,br,bs,bt,bu,bv,bw,bx,by,bz,bA,bB,bC,bD,bE,bF,bG,bH,bI,bJ,bK,bL,bM,bN,bO,bP,bQ,bR,bS,bT,bU,bV,bW,bX,bY,bZ,b_,b$,ca,cb,cc,cd,ce,cf,cg,ch,ci,cj,ck,cl,cm,cn,co,cp,cq,cr,cs,ct,cu,cv,cw,cx,cy,cz,cA,cB,cC,cD,cE,cF,cG,cH,cI){return {layout:"default",data:[{keyword:bc,ansCount:{total:3553044,conferenceCount:35249,coreCount:417873,byRefCount:3386717,byRefRate:.12,avgByRefCount:.96,maxByRefCount:5125,authorCount:212880,authorRate:16.7,avgAuthorCount:15.91,hindex:287},treeData:[{parent:a,code:bc,label:bD,children:[{parent:bc,code:u,label:bD,children:[{parent:u,code:"010101",label:"马克思主义哲学",children:[],enLabel:"Philosophy Of Marxism"},{parent:u,code:"010103",label:"外国哲学",children:[],enLabel:"Foreign Philosophy"},{parent:u,code:"010102",label:bE,children:[],enLabel:"Chinese Philosophy"},{parent:u,code:"010105",label:bF,children:[],enLabel:"Ethics"},{parent:u,code:"010104",label:"逻辑学",children:[],enLabel:"Science Of Logic"},{parent:u,code:"010107",label:"宗教学",children:[],enLabel:"Science Of Religion"},{parent:u,code:"010106",label:"美学",children:[],enLabel:"Aesthetics"},{parent:u,code:"010108",label:"科学技术哲学",children:[],enLabel:"Philosophy Of Science And Technology"}],enLabel:bG}],enLabel:bG},{parent:a,code:bd,label:"经济学",children:[{parent:bd,code:n,label:"应用经济学",children:[{parent:n,code:"020210",label:"国防经济",children:[],enLabel:"National Defense Economics"},{parent:n,code:"020209",label:"数量经济学",children:[],enLabel:"Quantitative Economics"},{parent:n,code:"020208",label:bH,children:[],enLabel:bI},{parent:n,code:"020207",label:"劳动经济学",children:[],enLabel:"Labor Economics"},{parent:n,code:"020206",label:"国际贸易学",children:[],enLabel:"International Trade"},{parent:n,code:"020205",label:"产业经济学",children:[],enLabel:"Industrial Economics"},{parent:n,code:"020204",label:"金融学",children:[],enLabel:"Finance"},{parent:n,code:"020203",label:"财政学",children:[],enLabel:"Public Finance"},{parent:n,code:"020202",label:"区域经济学",children:[],enLabel:"Regional Economics"},{parent:n,code:"020201",label:"国民经济学",children:[],enLabel:"National Economics"}],enLabel:"Applied Economics"},{parent:bd,code:D,label:"理论经济学",children:[{parent:D,code:"020106",label:"人口、资源与环境经济学",children:[],enLabel:"Population, Resources And Environmental Economics"},{parent:D,code:"020105",label:"世界经济",children:[],enLabel:"World Economics"},{parent:D,code:"020104",label:"西方经济学",children:[],enLabel:"Western Economics"},{parent:D,code:"020103",label:"经济史",children:[],enLabel:"Economic History"},{parent:D,code:"020102",label:"经济思想史",children:[],enLabel:"History Of Economic Thought"},{parent:D,code:"020101",label:"政治经济学",children:[],enLabel:"Political Economy"}],enLabel:"Theoretical Economics"}],enLabel:"Economics"},{parent:a,code:v,label:bJ,children:[{parent:v,code:ab,label:bK,children:[{parent:ab,code:"030303",label:"人类学",children:[],enLabel:"Anthropology"},{parent:ab,code:"030302",label:"人口学",children:[],enLabel:"Demography"},{parent:ab,code:"030304",label:"民俗学",children:[],enLabel:"Folklore"},{parent:ab,code:"030301",label:bK,children:[],enLabel:bL}],enLabel:bL},{parent:v,code:O,label:bM,children:[{parent:O,code:"030405",label:"中国少数民族艺术",children:[],enLabel:"Chinese Ethnic Art"},{parent:O,code:"030402",label:"马克思主义民族理论与政策",children:[],enLabel:"Marxist Ethnic Theory And Policy"},{parent:O,code:"030401",label:bM,children:[],enLabel:bN},{parent:O,code:"030404",label:"中国少数民族史",children:[],enLabel:"Chinese Ethnic History"},{parent:O,code:"030403",label:"中国少数民族经济",children:[],enLabel:"Chinese Ethnic Economics"}],enLabel:bN},{parent:v,code:o,label:bJ,children:[{parent:o,code:"030109",label:"国际法学",children:[],enLabel:"International Law"},{parent:o,code:"030108",label:"环境与资源保护法学",children:[],enLabel:"Science Of Environment And Natural Resources Protection Law"},{parent:o,code:"030105",label:"民商法学",children:[],enLabel:"Science Of Labour Law And Science Of Social Security Law"},{parent:o,code:"030104",label:"刑法学",children:[],enLabel:"Criminal Jurisprudence"},{parent:o,code:"030107",label:"经济法学",children:[],enLabel:"Science Of Economic Law"},{parent:o,code:"030106",label:"诉讼法学",children:[],enLabel:"Science Of Procedure Laws"},{parent:o,code:"030101",label:"法学理论",children:[],enLabel:"Jurisprudence"},{parent:o,code:"030103",label:"宪法学与行政法学",children:[],enLabel:"Constitutional Law And Administrative Law"},{parent:o,code:"030102",label:"法律史",children:[],enLabel:"Legal History"},{parent:o,code:"030110",label:"军事法学",children:[],enLabel:"Science Of Military Law"}],enLabel:bO},{parent:v,code:z,label:"政治学",children:[{parent:z,code:"030208",label:"外交学",children:[],enLabel:"Diplomacy"},{parent:z,code:"030207",label:"国际关系",children:[],enLabel:"International Relations"},{parent:z,code:"030204",label:"中共党史",children:[],enLabel:"History Of The Communist Party Of China"},{parent:z,code:"030203",label:"科学社会主义与国际共产主义运动",children:[],enLabel:"Scientific Socialism And International Communist Movement"},{parent:z,code:"030206",label:"国际政治",children:[],enLabel:"International Politics"},{parent:z,code:"030202",label:"中外政治制度",children:[],enLabel:"Chinese And Foreign Political Institution"},{parent:z,code:"030201",label:"政治学理论",children:[],enLabel:"Political Theory"}],enLabel:"Political Science"},{parent:v,code:"0307",label:"中共党史党建学",children:[],enLabel:"The History And Building Of The Communist Party Of China"},{parent:v,code:"0308",label:"纪检监察学",children:[],enLabel:"Discipline Inspection And Supervision"},{parent:v,code:P,label:"马克思主义理论",children:[{parent:P,code:"030505",label:"思想政治教育",children:[],enLabel:"Ideological And Political Education"},{parent:P,code:"030504",label:"国外马克思主义研究",children:[],enLabel:"Foreign Studies On Marxism"},{parent:P,code:"030501",label:"马克思主义基本原理",children:[],enLabel:"Basic Principles Of Marxism"},{parent:P,code:"030503",label:"马克思主义中国化研究",children:[],enLabel:"Research On The Sinicization Of Marxism"},{parent:P,code:"030502",label:"马克思主义发展史",children:[],enLabel:"History Of Marxism"}],enLabel:"Marxist Theory"},{parent:v,code:j,label:"公安学",children:[{parent:j,code:"030604",label:"侦查学",children:[],enLabel:"Investigation Studies"},{parent:j,code:"030603",label:"治安学",children:[],enLabel:"Security Studies"},{parent:j,code:"030606",label:"公安情报学",children:[],enLabel:"Public Security Information Science"},{parent:j,code:"030605",label:"犯罪学",children:[],enLabel:"Criminology"},{parent:j,code:"030602",label:"公安管理学",children:[],enLabel:"Public Security Management"},{parent:j,code:"030601",label:"公安学基础理论",children:[],enLabel:"Basic Theory Of Public Security"},{parent:j,code:"030608",label:"边防管理学",children:[],enLabel:"Border Defense Management"},{parent:j,code:"030607",label:"国内安全保卫学",children:[],enLabel:"Domestic Security And Defense"},{parent:j,code:"030609",label:"涉外警务学",children:[],enLabel:"Foreign Police Studies"},{parent:j,code:"030611",label:"警卫学",children:[],enLabel:"Security"},{parent:j,code:"030610",label:"警务指挥与战术",children:[],enLabel:"Police Command And Tactics"}],enLabel:"Public Security Science"}],enLabel:bO},{parent:a,code:ax,label:bP,children:[{parent:ax,code:ay,label:"心理学",children:[{parent:ay,code:"040203",label:"应用心理学",children:[],enLabel:"Applied Psychology"},{parent:ay,code:"040202",label:"发展与教育心理学",children:[],enLabel:"Developmental And Educational Psychology"},{parent:ay,code:"040201",label:"基础心理学",children:[],enLabel:"Basic Psychology"}],enLabel:"Psychology"},{parent:ax,code:ac,label:"体育学",children:[{parent:ac,code:"040304",label:"民族传统体育学",children:[],enLabel:"Science Of Ethnic Traditional Sports"},{parent:ac,code:"040303",label:"体育教育训练学",children:[],enLabel:"Theory Of Sports Pedagogy And Training"},{parent:ac,code:"040302",label:"运动人体科学",children:[],enLabel:"Human Movement Science"},{parent:ac,code:"040301",label:"体育人文社会学",children:[],enLabel:"Human And Sociological Science Of Sports"}],enLabel:"Science Of Physical Culture And Sports"},{parent:ax,code:p,label:bP,children:[{parent:p,code:"040106",label:"高等教育学",children:[],enLabel:"Higher Education"},{parent:p,code:"040105",label:"学前教育学",children:[],enLabel:"Pre-School Education"},{parent:p,code:"040104",label:"比较教育学",children:[],enLabel:"Comparative Education"},{parent:p,code:"040103",label:"教育史",children:[],enLabel:"History Of Education"},{parent:p,code:"040109",label:"特殊教育学",children:[],enLabel:"Special Education"},{parent:p,code:"040108",label:"职业技术教育学",children:[],enLabel:"Vocational And Technical Education"},{parent:p,code:"040107",label:"成人教育学",children:[],enLabel:"Adult Education"},{parent:p,code:"040102",label:"课程与教学论",children:[],enLabel:"Curriculum And Teaching Methodology"},{parent:p,code:"040101",label:"教育学原理",children:[],enLabel:"Educational Principle"},{parent:p,code:"040110",label:"教育技术学",children:[],enLabel:"Education Technology"}],enLabel:bQ}],enLabel:bQ},{parent:a,code:az,label:"文学",children:[{parent:az,code:w,label:"中国语言文学",children:[{parent:w,code:"050104",label:"中国古典文献学",children:[],enLabel:"Study Of Chinese Classical Text"},{parent:w,code:"050105",label:"中国古代文学",children:[],enLabel:"Ancient Chinese Literature"},{parent:w,code:"050102",label:"语言学及应用语言学",children:[],enLabel:"Linguistics And Applied Linguistics"},{parent:w,code:"050103",label:"汉语言文字学",children:[],enLabel:"Chinese Philology"},{parent:w,code:"050108",label:"比较文学与世界文学",children:[],enLabel:"Comparative Literature And World Literature"},{parent:w,code:"050106",label:"中国现当代文学",children:[],enLabel:"Modern And Contemporary Chinese Literature"},{parent:w,code:"050107",label:"中国少数民族语言文学",children:[],enLabel:"Chinese Ethnic Language And Literature"},{parent:w,code:"050101",label:"文艺学",children:[],enLabel:"Theory Of Literature And Art"}],enLabel:"Chinese Literature"},{parent:az,code:k,label:"外国语言文学",children:[{parent:k,code:"050210",label:"亚非语言文学",children:[],enLabel:"Asian-African Languages And Literatures"},{parent:k,code:"050211",label:"外国语言学及应用语言学",children:[],enLabel:"Linguistics And Applied Linguistics In Foreign Languages"},{parent:k,code:"050203",label:"法语语言文学",children:[],enLabel:"French Languages And Literatures"},{parent:k,code:"050204",label:"德语语言文学",children:[],enLabel:"German Languages And Literatures"},{parent:k,code:"050201",label:"英语语言文学",children:[],enLabel:"English Languages And Literatures"},{parent:k,code:"050202",label:"俄语语言文学",children:[],enLabel:"Russian Languages And Literatures"},{parent:k,code:"050207",label:"西班牙语语言文学",children:[],enLabel:"Spanish Languages And Literatures"},{parent:k,code:"050208",label:"阿拉伯语语言文学",children:[],enLabel:"Arabic Languages And Literatures"},{parent:k,code:"050205",label:"日语语言文学",children:[],enLabel:"Japanese Languages And Literatures"},{parent:k,code:"050206",label:"印度语言文学",children:[],enLabel:"Indian Languages And Literatures"},{parent:k,code:"050209",label:"欧洲语言文学",children:[],enLabel:"European Languages And Literatures"}],enLabel:"Foreign Languages And Literatures"},{parent:az,code:be,label:"新闻传播学",children:[{parent:be,code:"050302",label:"传播学",children:[],enLabel:"Communication"},{parent:be,code:"050301",label:"新闻学",children:[],enLabel:"Journalism"}],enLabel:"Journalism And Communication"}],enLabel:"Literature"},{parent:a,code:aA,label:"历史学",children:[{parent:aA,code:s,label:"考古学",children:[{parent:s,code:"060109",label:"专门考古",children:[],enLabel:"Specialized Archeology"},{parent:s,code:"060101",label:"考古学史和考古学理论",children:[],enLabel:"History Of Archaeology And Archaeological Theory"},{parent:s,code:"060102",label:"史前考古",children:[],enLabel:"Archeology Of Pre-History"},{parent:s,code:"060103",label:"夏商周考古",children:[],enLabel:"Archaeology Of Chinese Bronze Age"},{parent:s,code:"060104",label:"秦汉魏晋南北朝考古",children:[],enLabel:"Archeology Of The Qin, Han, Wei, Jin, Southern And Northern Dynasties"},{parent:s,code:"060105",label:"唐宋元明清考古",children:[],enLabel:"Archeology Of Tang, Song, Yuan, Ming And Qing Dynasties"},{parent:s,code:"060106",label:"科技考古",children:[],enLabel:"Science And Technology Archeology"},{parent:s,code:"060107",label:"文化遗产与博物馆",children:[],enLabel:"Cultural Heritage And Museology"},{parent:s,code:"060108",label:"古代文字与铭刻",children:[],enLabel:"Ancient Characters And Inscriptions"}],enLabel:"Archaeology"},{parent:aA,code:A,label:"中国史",children:[{parent:A,code:"060201",label:"历史地理学",children:[],enLabel:"Historical Geography"},{parent:A,code:"060202",label:"历史文献学",children:[],enLabel:"Studies Of Historical Literature"},{parent:A,code:"060203",label:"史学理论及中国史学史",children:[],enLabel:"Historiography Theory And History Of Chinese Historiography"},{parent:A,code:"060204",label:"中国古代史",children:[],enLabel:"Ancient Chinese History"},{parent:A,code:"060205",label:"中国近代史",children:[],enLabel:"Contemporary Chinese History"},{parent:A,code:"060206",label:"中国现代史",children:[],enLabel:"Modern Chinese History"},{parent:A,code:"060207",label:"专门史",children:[],enLabel:"History Of Particular Subjects"}],enLabel:"Chinese History"},{parent:aA,code:Q,label:"世界史",children:[{parent:Q,code:"060301",label:"世界史学理论与史学史",children:[],enLabel:"World History Theory And Historiography"},{parent:Q,code:"060302",label:"世界古代中古史",children:[],enLabel:"World Ancient And Medieval History"},{parent:Q,code:"060303",label:"世界近现代史",children:[],enLabel:"Modern World History"},{parent:Q,code:"060304",label:"世界地区、国别史",children:[],enLabel:"International And Regional History"},{parent:Q,code:"060305",label:"专门史与整体史",children:[],enLabel:"History Of Particular Subjects And Integral History"}],enLabel:"World History"}],enLabel:"History"},{parent:a,code:g,label:"理学",children:[{parent:g,code:R,label:"地质学",children:[{parent:R,code:"070904",label:"构造地质学",children:[],enLabel:"Structural Geology"},{parent:R,code:"070905",label:"第四纪地质学",children:[],enLabel:"Quaternary Geology"},{parent:R,code:"070902",label:"地球化学",children:[],enLabel:"Geochemistry"},{parent:R,code:"070903",label:"古生物学与地层学",children:[],enLabel:"Paleontology And Stratigraphy"},{parent:R,code:"070901",label:"矿物学、岩石学、矿床学",children:[],enLabel:"Mineralogy, Petrology, Mineral Deposit Geology"}],enLabel:"Geology"},{parent:g,code:ad,label:"海洋科学",children:[{parent:ad,code:"070701",label:"物理海洋学",children:[],enLabel:"Physical Oceanography"},{parent:ad,code:"070704",label:"海洋地质",children:[],enLabel:"Marine Geology"},{parent:ad,code:"070702",label:"海洋化学",children:[],enLabel:"Marine Chemistry"},{parent:ad,code:"070703",label:"海洋生物学",children:[],enLabel:"Marine Biology"}],enLabel:"Marine Sciences"},{parent:g,code:bf,label:"地球物理学",children:[{parent:bf,code:"070801",label:"固体地球物理学",children:[],enLabel:"Solid Earth Physics"},{parent:bf,code:"070802",label:"空间物理学",children:[],enLabel:"Space Physics"}],enLabel:"Geophysics"},{parent:g,code:aB,label:"地理学",children:[{parent:aB,code:"070502",label:"人文地理学",children:[],enLabel:"Human Geography"},{parent:aB,code:"070503",label:"地图学与地理信息系统",children:[],enLabel:"Cartography And Geography Information System"},{parent:aB,code:"070501",label:"自然地理学",children:[],enLabel:"Physical Geography"}],enLabel:"Geography"},{parent:g,code:bg,label:"大气科学",children:[{parent:bg,code:"070601",label:"气象学",children:[],enLabel:"Meteorology"},{parent:bg,code:"070602",label:"大气物理学与大气环境",children:[],enLabel:"Atmospheric Physics And Atmospheric Environment"}],enLabel:"Atmospheric Science"},{parent:g,code:S,label:"化学",children:[{parent:S,code:"070304",label:"物理化学",children:[],enLabel:"Physical Chemistry"},{parent:S,code:"070305",label:"高分子化学与物理",children:[],enLabel:"Chemistry And Physics Of Polymers"},{parent:S,code:"070302",label:"分析化学",children:[],enLabel:"Analytical Chemistry"},{parent:S,code:"070303",label:"有机化学",children:[],enLabel:"Organic Chemistry"},{parent:S,code:"070301",label:"无机化学",children:[],enLabel:"Inorganic Chemistry"}],enLabel:"Chemistry"},{parent:g,code:bh,label:"天文学",children:[{parent:bh,code:"070401",label:"天体物理",children:[],enLabel:"Astrophysics"},{parent:bh,code:"070402",label:"天体测量与天体力学",children:[],enLabel:"Astrometry And Celestial Mechanics"}],enLabel:"Astronomy"},{parent:g,code:T,label:"数学",children:[{parent:T,code:"070104",label:"应用数学",children:[],enLabel:"Applied Mathematics"},{parent:T,code:"070105",label:"运筹学与控制论",children:[],enLabel:"Operational Research And Cybernetics"},{parent:T,code:"070102",label:"计算数学",children:[],enLabel:"Computational Mathematics"},{parent:T,code:"070103",label:"概率论与数理统计",children:[],enLabel:"Probability And Mathematical Statistics"},{parent:T,code:"070101",label:"基础数学",children:[],enLabel:"Fundamental Mathematics"}],enLabel:"Mathematics"},{parent:g,code:x,label:"物理学",children:[{parent:x,code:"070205",label:"凝聚态物理",children:[],enLabel:"Condensed Matter Physics"},{parent:x,code:"070206",label:"声学",children:[],enLabel:"Acoustics"},{parent:x,code:"070203",label:"原子与分子物理",children:[],enLabel:"Atomic And Molecular Physics"},{parent:x,code:"070204",label:"等离子体物理",children:[],enLabel:"Plasma Physics"},{parent:x,code:"070201",label:"理论物理",children:[],enLabel:"Theoretical Physics"},{parent:x,code:"070202",label:"粒子物理与原子核物理",children:[],enLabel:"Particle Physics And Nuclear Physics"},{parent:x,code:"070207",label:"光学",children:[],enLabel:"Optics"},{parent:x,code:"070208",label:"无线电物理",children:[],enLabel:"Radio Physics"}],enLabel:"Physics"},{parent:g,code:i,label:"生物学",children:[{parent:i,code:"071011",label:"生物物理学",children:[],enLabel:"Biophysics"},{parent:i,code:"071012",label:bR,children:[],enLabel:bS},{parent:i,code:"071010",label:"生物化学与分子生物学",children:[],enLabel:"Biochemistry And Molecular Biology"},{parent:i,code:"071001",label:"植物学",children:[],enLabel:"Botany"},{parent:i,code:"071008",label:"发育生物学",children:[],enLabel:"Developmental Biology"},{parent:i,code:"071009",label:"细胞生物学",children:[],enLabel:"Cell Biology"},{parent:i,code:"071006",label:"神经生物学",children:[],enLabel:"Neurobiology"},{parent:i,code:"071007",label:"遗传学",children:[],enLabel:"Genetics"},{parent:i,code:"071004",label:"水生生物学",children:[],enLabel:"Hydrobiology"},{parent:i,code:"071005",label:"微生物学",children:[],enLabel:"Microbiology"},{parent:i,code:"071002",label:"动物学",children:[],enLabel:"Zoology"},{parent:i,code:"071003",label:"生理学",children:[],enLabel:"Physiology"}],enLabel:"Biology"},{parent:g,code:bi,label:"系统科学",children:[{parent:bi,code:"071101",label:"系统理论",children:[],enLabel:"Systems Theory"},{parent:bi,code:"071102",label:"系统分析与集成",children:[],enLabel:"Systems Analysis And Integration"}],enLabel:"Systems Science"},{parent:g,code:"0714",label:bH,children:[],enLabel:bI},{parent:g,code:"0712",label:"科学技术史",children:[],enLabel:"History Of Science And Technology"},{parent:g,code:"0713",label:bR,children:[],enLabel:bS}],enLabel:"Natural Science"},{parent:a,code:b,label:"工学",children:[{parent:b,code:U,label:"电气工程",children:[{parent:U,code:"080804",label:"电力电子与电力传动",children:[],enLabel:"Power Electronics And Power Drives"},{parent:U,code:"080805",label:"电工理论与新技术",children:[],enLabel:"Theory An New Technology Of Electrical Engineering"},{parent:U,code:"080801",label:"电机与电器",children:[],enLabel:"Electric Machines And Electric Apparatus"},{parent:U,code:"080802",label:"电力系统及其自动化",children:[],enLabel:"Power System And Its Automation"},{parent:U,code:"080803",label:"高电压与绝缘技术",children:[],enLabel:"High Voltage And Insulation Technology"}],enLabel:"Electrical Engineering"},{parent:b,code:ae,label:"电子科学与技术",children:[{parent:ae,code:"080903",label:"微电子学与固体电子学",children:[],enLabel:"Microelectronics And Solid State Electronics"},{parent:ae,code:"080904",label:"电磁场与微波技术",children:[],enLabel:"Electromagnetic Field And Microwave Technology"},{parent:ae,code:"080901",label:"物理电子学",children:[],enLabel:"Physical Electronics"},{parent:ae,code:"080902",label:"电路与系统",children:[],enLabel:"Circuits And Systems"}],enLabel:"Electronics Science And Technology"},{parent:b,code:aC,label:"冶金工程",children:[{parent:aC,code:"080602",label:"钢铁冶金",children:[],enLabel:"Ferrous Metallurgy"},{parent:aC,code:"080603",label:"有色金属冶金",children:[],enLabel:"Non-Ferrous Metallurgy"},{parent:aC,code:"080601",label:"冶金物理化学",children:[],enLabel:"Physical Chemistry Of Metallurgy"}],enLabel:"Metallurgical Engineering"},{parent:b,code:E,label:"动力工程及工程热物理",children:[{parent:E,code:"080705",label:"制冷及低温工程",children:[],enLabel:"Refrigeration And Cryogenic Engineering"},{parent:E,code:"080706",label:"化工过程机械",children:[],enLabel:"Chemical Process Equipment"},{parent:E,code:"080701",label:"工程热物理",children:[],enLabel:"Engineering Thermophysics"},{parent:E,code:"080702",label:"热能工程",children:[],enLabel:"Thermal Power Engineering"},{parent:E,code:"080703",label:"动力机械及工程",children:[],enLabel:"Power Machinery And Engineering"},{parent:E,code:"080704",label:"流体机械及工程",children:[],enLabel:"Fluid Machinery And Engineering"}],enLabel:"Power Engineering And Engineering Thermophysics"},{parent:b,code:bj,label:"仪器科学与技术",children:[{parent:bj,code:"080401",label:"精密仪器及机械",children:[],enLabel:"Precision Instrument And Machinery"},{parent:bj,code:"080402",label:"测试计量技术及仪器",children:[],enLabel:"Measuring And Testing Technologies And Instruments"}],enLabel:"Instrument Science And Technology"},{parent:b,code:aD,label:"材料科学与工程",children:[{parent:aD,code:"080503",label:"材料加工工程",children:[],enLabel:"Materials Processing Engineering"},{parent:aD,code:"080501",label:"材料物理与化学",children:[],enLabel:"Materials Physics And Chemistry"},{parent:aD,code:"080502",label:"材料学",children:[],enLabel:"Materialogy"}],enLabel:"Materials Science And Engineering"},{parent:b,code:af,label:"机械工程",children:[{parent:af,code:"080202",label:"机械电子工程",children:[],enLabel:"Mechatronic Engineering"},{parent:af,code:"080203",label:"机械设计及理论",children:[],enLabel:"Mechanical Design And Theory"},{parent:af,code:"080204",label:"车辆工程",children:[],enLabel:"Vehicle Engineering"},{parent:af,code:"080201",label:"机械制造及其自动化",children:[],enLabel:"Mechanical Manufacture And Automation"}],enLabel:"Mechanical Engineering"},{parent:b,code:"0803",label:"光学工程",children:[],enLabel:"Optical Engineering"},{parent:b,code:ag,label:"力学",children:[{parent:ag,code:"080103",label:"流体力学",children:[],enLabel:"Fluid Mechanics"},{parent:ag,code:"080104",label:"工程力学",children:[],enLabel:"Engineering Mechanics"},{parent:ag,code:"080101",label:"一般力学与力学基础",children:[],enLabel:"General And Fundamental Mechanics"},{parent:ag,code:"080102",label:"固体力学",children:[],enLabel:"Solid Mechanics"}],enLabel:"Mechanics"},{parent:b,code:aE,label:"矿业工程",children:[{parent:aE,code:"081901",label:"采矿工程",children:[],enLabel:"Mining Engineering"},{parent:aE,code:"081902",label:"矿物加工工程",children:[],enLabel:"Mineral Processing Engineering"},{parent:aE,code:"081903",label:"安全技术及工程",children:[],enLabel:"Safety Technology And Engineering"}],enLabel:"Mineral Engineering"},{parent:b,code:bk,label:"信息与通信工程",children:[{parent:bk,code:"081001",label:"通信与信息系统",children:[],enLabel:"Communication And Information Systems"},{parent:bk,code:"081002",label:"信号与信息处理",children:[],enLabel:"Signal And Information Processing"}],enLabel:"Information And Communication Engineering"},{parent:b,code:V,label:"化学工程与技术",children:[{parent:V,code:"081702",label:"化学工艺",children:[],enLabel:"Chemical Technology"},{parent:V,code:"081703",label:"生物化工",children:[],enLabel:"Biochemical Engineering"},{parent:V,code:"081704",label:"应用化学",children:[],enLabel:"Applied Chemistry"},{parent:V,code:"081705",label:"工业催化",children:[],enLabel:"Industrial Catalysis"},{parent:V,code:"081701",label:"化学工程",children:[],enLabel:"Chemical Engineering"}],enLabel:"Chemical Engineering And Technology"},{parent:b,code:aF,label:"地质资源与地质工程",children:[{parent:aF,code:"081801",label:"矿产普查与勘探",children:[],enLabel:"Mining Resource Prospecting And Exploration"},{parent:aF,code:"081802",label:"地球探测与信息技术",children:[],enLabel:"Geodetection And Information Technology"},{parent:aF,code:"081803",label:"地质工程",children:[],enLabel:"Geological Engineering"}],enLabel:"Geological Resources And Geological Engineering"},{parent:b,code:W,label:"水利工程",children:[{parent:W,code:"081504",label:"水利水电工程",children:[],enLabel:"Hydraulic And Hydro-Power Engineering"},{parent:W,code:"081505",label:"港口、海岸及近海工程",children:[],enLabel:"Hydraulic, Coastal And Offshore Engineering"},{parent:W,code:"081501",label:"水文学及水资源",children:[],enLabel:"Hydrology And Water Resources"},{parent:W,code:"081502",label:"水力学及河流动力学",children:[],enLabel:"Hydraulics And River Dynamics"},{parent:W,code:"081503",label:"水工结构工程",children:[],enLabel:"Hydraulic Structure Engineering"}],enLabel:"Hydraulic Engineering"},{parent:b,code:aG,label:"测绘科学与技术",children:[{parent:aG,code:"081603",label:"地图制图学与地理信息工程",children:[],enLabel:"Cartography And Geographic Information Engineering"},{parent:aG,code:"081601",label:"大地测量学与测量工程",children:[],enLabel:"Geodesy And Survey Engineering"},{parent:aG,code:"081602",label:"摄影测量与遥感",children:[],enLabel:"Photogrammetry And Remote Sensing"}],enLabel:"Surveying And Mapping"},{parent:b,code:ah,label:"建筑学",children:[{parent:ah,code:"081302",label:"建筑设计及其理论",children:[],enLabel:"Architectural Design And Theory"},{parent:ah,code:"081303",label:"城市规划与设计",children:[],enLabel:"Urban Planning And Design"},{parent:ah,code:"081304",label:"建筑技术科学",children:[],enLabel:"Building Technology Science"},{parent:ah,code:"081301",label:"建筑历史与理论",children:[],enLabel:"Architectural History And Theory"}],enLabel:"Architecture"},{parent:b,code:F,label:"土木工程",children:[{parent:F,code:"081405",label:"防灾减灾工程及防护工程",children:[],enLabel:"Disaster Prevention And Mitigation Engineering And Protection Engineering"},{parent:F,code:"081406",label:"桥梁与隧道工程",children:[],enLabel:"Bridge And Tunnel Engineering"},{parent:F,code:"081401",label:"岩土工程",children:[],enLabel:"Rock Engineering"},{parent:F,code:"081402",label:"结构工程",children:[],enLabel:"Structural Engineering"},{parent:F,code:"081403",label:"市政工程",children:[],enLabel:"Municipal Engineering"},{parent:F,code:"081404",label:"供热、供燃气、通风及空调工程",children:[],enLabel:"Heating, Gas Supply, Ventilating And Air Conditioning Engineering"}],enLabel:"Civil Engineering"},{parent:b,code:X,label:"控制科学与工程",children:[{parent:X,code:"081104",label:"模式识别与智能系统",children:[],enLabel:"Pattern Recognition And Intelligent Systems"},{parent:X,code:"081105",label:"导航、制导与控制",children:[],enLabel:"Navigation, Guidance And Control"},{parent:X,code:"081101",label:"控制理论与控制工程",children:[],enLabel:"Control Theory And Control Engineering"},{parent:X,code:"081102",label:"检测技术与自动化装置",children:[],enLabel:"Detection Technology And Automatic Equipment"},{parent:X,code:"081103",label:"系统工程",children:[],enLabel:"Systems Engineering"}],enLabel:"Control Science And Engineering"},{parent:b,code:aH,label:"计算机科学与技术",children:[{parent:aH,code:"081203",label:"计算机应用技术",children:[],enLabel:"Computer Applied Technology"},{parent:aH,code:"081201",label:"计算机系统结构",children:[],enLabel:"Computer Systems Organization"},{parent:aH,code:"081202",label:"计算机软件与理论",children:[],enLabel:"Computer Software And Theory"}],enLabel:"Computer Science And Technology"},{parent:b,code:aI,label:"石油与天然气工程",children:[{parent:aI,code:"082001",label:"油气井工程",children:[],enLabel:"Oil-Gas Well Engineering"},{parent:aI,code:"082003",label:"油气储运工程",children:[],enLabel:"Oil-Gas Storage And Transportation Engineering"},{parent:aI,code:"082002",label:"油气田开发工程",children:[],enLabel:"Oil-Gas Field Development Engineering"}],enLabel:"Oil And Natural Gas Engineering"},{parent:b,code:ai,label:"纺织科学与工程",children:[{parent:ai,code:"082102",label:"纺织材料与纺织品设计",children:[],enLabel:"Textile Material And Textile Design"},{parent:ai,code:"082101",label:"纺织工程",children:[],enLabel:"Textile Engineering"},{parent:ai,code:"082104",label:"服装设计与工程",children:[],enLabel:"Clothing Design And Engineering"},{parent:ai,code:"082103",label:"纺织化学与染整工程",children:[],enLabel:"Textile Chemistry And Dyeing And Finishing"}],enLabel:"Textile Science And Engineering"},{parent:b,code:aj,label:"农业工程",children:[{parent:aj,code:"082803",label:"农业生物环境与能源工程",children:[],enLabel:"Agricultural Biological Environmental And Energy Engineering"},{parent:aj,code:"082802",label:"农业水土工程",children:[],enLabel:"Agricultural Water-Soil Engineering"},{parent:aj,code:"082804",label:"农业电气化与自动化",children:[],enLabel:"Agricultural Electrification And Automation"},{parent:aj,code:"082801",label:"农业机械化工程",children:[],enLabel:"Agricultural Mechanization Engineering"}],enLabel:"Agricultural Engineering"},{parent:b,code:aJ,label:"林业工程",children:[{parent:aJ,code:"082902",label:"木材科学与技术",children:[],enLabel:"Wood Science And Technology"},{parent:aJ,code:"082901",label:"森林工程",children:[],enLabel:"Forest Engineering"},{parent:aJ,code:"082903",label:"林产化学加工工程",children:[],enLabel:"Chemical Processing Engineering Of Forest Products"}],enLabel:"Forestry Engineering"},{parent:b,code:ak,label:"兵器科学与技术",children:[{parent:ak,code:"082604",label:"军事化学与烟火技术",children:[],enLabel:"Military Chemistry An Pyrotechnics"},{parent:ak,code:"082601",label:"武器系统与运用工程",children:[],enLabel:"Weapon Systems And Utilization Engineering"},{parent:ak,code:"082603",label:"火炮、自动武器与弹药工程",children:[],enLabel:"Artillery, Automatic Gun And Ammunition Engineering"},{parent:ak,code:"082602",label:"兵器发射理论与技术",children:[],enLabel:"Armament Launch Theory And Technology"}],enLabel:"Armament Science And Technology"},{parent:b,code:al,label:"核科学与技术",children:[{parent:al,code:"082704",label:"辐射防护及环境保护",children:[],enLabel:"Radiation And Environmental Protection"},{parent:al,code:"082703",label:"核技术及应用",children:[],enLabel:"Nuclear Technology And Applications"},{parent:al,code:"082702",label:"核燃料循环与材料",children:[],enLabel:"Nuclear Fuel Cycle And Materials"},{parent:al,code:"082701",label:"核能科学与工程",children:[],enLabel:"Nuclear Energy Science And Engineering"}],enLabel:"Nuclear Science And Technology"},{parent:b,code:aK,label:"船舶与海洋工程",children:[{parent:aK,code:"082403",label:"水声工程",children:[],enLabel:"Underwater Acoustics Engineering"},{parent:aK,code:"082402",label:"轮机工程",children:[],enLabel:"Marine Engine Engineering"},{parent:aK,code:"082401",label:"船舶与海洋结构物设计制造",children:[],enLabel:"Design And Construction Of Naval Architecture And Ocean Structure"}],enLabel:"Naval Architecture And Ocean Engineering"},{parent:b,code:am,label:"航空宇航科学与技术",children:[{parent:am,code:"082502",label:"航空宇航推进理论与工程",children:[],enLabel:"Aerospace Propulsion Theory And Engineering"},{parent:am,code:"082501",label:"飞行器设计",children:[],enLabel:"Flight Vehicle Design"},{parent:am,code:"082504",label:"人机与环境工程",children:[],enLabel:"Man-Machine And Environmental Engineering"},{parent:am,code:"082503",label:"航空宇航制造工程",children:[],enLabel:"Manufacturing Engineering Of Aerospace Vehicle"}],enLabel:"Aeronautical And Astronautical Science And Technology"},{parent:b,code:an,label:"轻工技术与工程",children:[{parent:an,code:"082204",label:"皮革化学与工程",children:[],enLabel:"Leather Chemistry And Engineering"},{parent:an,code:"082201",label:"制浆造纸工程",children:[],enLabel:"Pulp And Paper Engineering"},{parent:an,code:"082203",label:"发酵工程",children:[],enLabel:"Fermentation Engineering"},{parent:an,code:"082202",label:"制糖工程",children:[],enLabel:"Sugar Engineering"}],enLabel:"The Light Industry Technology And Engineering"},{parent:b,code:ao,label:"交通运输工程",children:[{parent:ao,code:"082304",label:"载运工具运用工程",children:[],enLabel:"Vehicle Operation Engineering"},{parent:ao,code:"082303",label:"交通运输规划与管理",children:[],enLabel:"Transportation Planning And Management"},{parent:ao,code:"082302",label:"交通信息工程及控制",children:[],enLabel:"Traffic Information Engineering And Control"},{parent:ao,code:"082301",label:"道路与铁道工程",children:[],enLabel:"Highway And Railway Engineering"}],enLabel:"Communication And Transportation Engineering"},{parent:b,code:"0831",label:"生物医学工程",children:[],enLabel:"Biomedical Engineering"},{parent:b,code:ap,label:"食品科学与工程",children:[{parent:ap,code:"083202",label:"粮食、油脂及植物蛋白工程",children:[],enLabel:"Cereals, Oils And Vegetable Protein Engineering"},{parent:ap,code:"083201",label:"食品科学",children:[],enLabel:"Food Science"},{parent:ap,code:"083204",label:"水产品加工及贮藏工程",children:[],enLabel:"Processing And Storage Of Aquatic Products"},{parent:ap,code:"083203",label:"农产品加工及贮藏工程",children:[],enLabel:"Processing And Storage Of Agriculture Products"}],enLabel:"Food Science And Engineering"},{parent:b,code:bl,label:"环境科学与工程",children:[{parent:bl,code:"083002",label:"环境工程",children:[],enLabel:"Environmental Engineering"},{parent:bl,code:"083001",label:"环境科学",children:[],enLabel:"Environmental Science"}],enLabel:"Environmental Science And Engineering"},{parent:b,code:"0839",label:"网络空间安全",children:[],enLabel:"Cyberspace Security"},{parent:b,code:"0837",label:"安全科学与工程",children:[],enLabel:"Safety Science And Engineering"},{parent:b,code:"0838",label:"公安技术",children:[],enLabel:"Public Security Technology"},{parent:b,code:"0835",label:"软件工程",children:[],enLabel:"Software Engineering"},{parent:b,code:"0836",label:"生物工程",children:[],enLabel:"Biological Engineering"},{parent:b,code:G,label:"城乡规划学",children:[{parent:G,code:"083305",label:"城乡生态环境与基础设施规划",children:[],enLabel:"Urban And Rural Ecological Environment And Infrastructure Planning"},{parent:G,code:"083304",label:"城乡发展历史与遗产保护规划",children:[],enLabel:"Urban And Rural Development History And Heritage Protection Planning"},{parent:G,code:"083306",label:"城乡规划管理",children:[],enLabel:"Urban And Rural Planning Management"},{parent:G,code:"083301",label:"区域发展与规划",children:[],enLabel:"Regional Development And Planning"},{parent:G,code:"083303",label:"住房与社区建设规划",children:[],enLabel:"Housing And Community Building Planning"},{parent:G,code:"083302",label:"城乡规划与设计",children:[],enLabel:"Urban And Rural Planning And Design"}],enLabel:"Urban And Rural Planning"}],enLabel:"Engineering"},{parent:a,code:q,label:"农学",children:[{parent:q,code:"0909",label:"草学",children:[],enLabel:"Grassology"},{parent:q,code:B,label:"林学",children:[{parent:B,code:"090702",label:"森林培育",children:[],enLabel:"Silviculture"},{parent:B,code:"090703",label:"森林保护学",children:[],enLabel:"Forest Protection"},{parent:B,code:"090701",label:"林木遗传育种",children:[],enLabel:"Forest Tree Genetics And Breeding"},{parent:B,code:"090706",label:"园林植物与观赏园艺",children:[],enLabel:"Ornamental Plants And Horticulture"},{parent:B,code:"090707",label:"水土保持与荒漠化防治",children:[],enLabel:bT},{parent:B,code:"090704",label:"森林经理学",children:[],enLabel:"Forest Management"},{parent:B,code:"090705",label:"野生动植物保护与利用",children:[],enLabel:"Wildlife Conservation And Utilization"}],enLabel:"Forestry"},{parent:q,code:aL,label:"水产",children:[{parent:aL,code:"090801",label:"水产养殖",children:[],enLabel:"Aquaculture Science"},{parent:aL,code:"090802",label:"捕捞学",children:[],enLabel:"Fishing Science"},{parent:aL,code:"090803",label:"渔业资源",children:[],enLabel:"Science Of Fisheries Resources"}],enLabel:"Fisheries Science"},{parent:q,code:aq,label:"畜牧学",children:[{parent:aq,code:"090501",label:"动物遗传育种与繁殖",children:[],enLabel:"Animal Genetics, Breeding And Reproduction"},{parent:aq,code:"090504",label:"特种经济动物饲养",children:[],enLabel:"The Rearing Of Special-Type Economic Animals"},{parent:aq,code:"090502",label:"动物营养与饲料科学",children:[],enLabel:"Animal Nutrition And Feed Science"},{parent:aq,code:"090503",label:"草业科学",children:[],enLabel:"Practaculture Science"}],enLabel:"Zootechny"},{parent:q,code:aM,label:"兽医学",children:[{parent:aM,code:"090603",label:"临床兽医学",children:[],enLabel:"Clinical Veterinary Medicine"},{parent:aM,code:"090601",label:"基础兽医学",children:[],enLabel:"Basic Veterinary Medicine"},{parent:aM,code:"090602",label:"预防兽医学",children:[],enLabel:"Preventive Veterinary Medicine"}],enLabel:"Veterinary Medicine"},{parent:q,code:bm,label:"农业资源与环境",children:[{parent:bm,code:"090302",label:"植物营养学",children:[],enLabel:"Plant Nutriology"},{parent:bm,code:"090301",label:"土壤学",children:[],enLabel:"Agrology"}],enLabel:"Agricultural Resources And Environment"},{parent:q,code:aN,label:"植物保护",children:[{parent:aN,code:"090401",label:"植物病理学",children:[],enLabel:"Plant Pathology"},{parent:aN,code:"090402",label:"农业昆虫与害虫防治",children:[],enLabel:"Agriculture Entomology And Pest Control"},{parent:aN,code:"090403",label:"农药学",children:[],enLabel:"Pesticide Science"}],enLabel:"Plant Protection"},{parent:q,code:bn,label:"作物学",children:[{parent:bn,code:"090101",label:"作物栽培学与耕作学",children:[],enLabel:"Crop Cultivation And Farming System"},{parent:bn,code:"090102",label:"作物遗传育种",children:[],enLabel:"Crop Genetics And Breeding"}],enLabel:"Crop Science"},{parent:q,code:aO,label:"园艺学",children:[{parent:aO,code:"090203",label:"茶学",children:[],enLabel:"Tea Science"},{parent:aO,code:"090201",label:"果树学",children:[],enLabel:"Pomology"},{parent:aO,code:"090202",label:"蔬菜学",children:[],enLabel:"Olericulture"}],enLabel:"Horticulture"},{parent:q,code:"0910",label:"水土保持与荒漠化防治学",children:[],enLabel:bT}],enLabel:"Agriculture"},{parent:a,code:l,label:"医学",children:[{parent:l,code:"1011",label:"护理学",children:[],enLabel:"Nursing"},{parent:l,code:"1008",label:"中药学",children:[],enLabel:"Science Of Chinese Pharmacology"},{parent:l,code:H,label:"药学",children:[{parent:H,code:"100702",label:"药剂学",children:[],enLabel:"Pharmaceutics"},{parent:H,code:"100703",label:"生药学",children:[],enLabel:"Pharmmacognosy"},{parent:H,code:"100704",label:"药物分析学",children:[],enLabel:"Pharmaceutical Analysis"},{parent:H,code:"100705",label:"微生物与生化药学",children:[],enLabel:"Microbial And Biochemical Pharmacy"},{parent:H,code:"100706",label:"药理学",children:[],enLabel:"Pharmacology"},{parent:H,code:"100701",label:"药物化学",children:[],enLabel:"Medicinal Chemistry"}],enLabel:"Pharmaceutical Science"},{parent:l,code:bo,label:"中西医结合",children:[{parent:bo,code:"100601",label:"中西医结合基础",children:[],enLabel:"Basic Discipline Of Chinese And Western Integrative Medicine"},{parent:bo,code:"100602",label:"中西医结合临床",children:[],enLabel:"Clinical Discipline Of Chinese And Western Integrative Medicine"}],enLabel:"Chinese And Western Integrative Medicine"},{parent:l,code:h,label:"中医学",children:[{parent:h,code:"100504",label:"方剂学",children:[],enLabel:"Formulas Of Chinese Medicine"},{parent:h,code:"100505",label:"中医诊断学",children:[],enLabel:"Diagnostics Of Chinese Medicine"},{parent:h,code:"100506",label:"中医内科学",children:[],enLabel:"Chinese Internal Medicine"},{parent:h,code:"100507",label:"中医外科学",children:[],enLabel:"Surgery Of Chinese Medicine"},{parent:h,code:"100508",label:"中医骨伤科学",children:[],enLabel:"Orthopedics Of Chinese Medicine"},{parent:h,code:"100509",label:"中医妇科学",children:[],enLabel:"Gynecology Of Chinese Medicine"},{parent:h,code:"100501",label:"中医基础理论",children:[],enLabel:"Basic Theories Of Chinese Medicine"},{parent:h,code:"100502",label:"中医临床基础",children:[],enLabel:"Clinical Foundation Of Chinese Medicine"},{parent:h,code:"100503",label:"中医医史文献",children:[],enLabel:"History And Literature Of Chinese Medicine"},{parent:h,code:"100510",label:"中医儿科学",children:[],enLabel:"Pediatrics Of Chinese Medicine"},{parent:h,code:"100511",label:"中医五官科学",children:[],enLabel:"Ophthalmology And Otolaryngoloy Of Chinese"},{parent:h,code:"100512",label:"针灸推拿学",children:[],enLabel:"Acupuncture And Moxibustion And Tuina Of Chinese Medicine"},{parent:h,code:"100513",label:"民族医学",children:[],enLabel:"Ethnomedicine"}],enLabel:"Chinese Medicine"},{parent:l,code:I,label:"公共卫生与预防医学",children:[{parent:I,code:"100405",label:"卫生毒理学",children:[],enLabel:"Hygiene Toxicology"},{parent:I,code:"100406",label:"军事预防医学",children:[],enLabel:"Military Preventive Medicine"},{parent:I,code:"100401",label:"流行病与卫生统计学",children:[],enLabel:"Epidemiology And Health Statistics"},{parent:I,code:"100402",label:"劳动卫生与环境卫生学",children:[],enLabel:"Occupational And Environmental Health"},{parent:I,code:"100403",label:"营养与食品卫生学",children:[],enLabel:"Nutrition And Food Hygiene"},{parent:I,code:"100404",label:"儿少卫生与妇幼保健学",children:[],enLabel:"Maternal, Child And Adolescent Health"}],enLabel:"Public Health And Preventive Medicine"},{parent:l,code:bp,label:"口腔医学",children:[{parent:bp,code:"100301",label:"口腔基础医学",children:[],enLabel:"Basic Science Of Stomatology"},{parent:bp,code:"100302",label:"口腔临床医学",children:[],enLabel:"Clinical Science Of Stomatology"}],enLabel:"Stomatology"},{parent:l,code:e,label:"临床医学",children:[{parent:e,code:"100218",label:"急诊医学",children:[],enLabel:"Emergency Medicine"},{parent:e,code:"100210",label:"外科学",children:[],enLabel:"Surgery"},{parent:e,code:"100211",label:"妇产科学",children:[],enLabel:"Obstetrics And Gynecology"},{parent:e,code:"100212",label:"眼科学",children:[],enLabel:"Ophthalmology"},{parent:e,code:"100213",label:"耳鼻咽喉科学",children:[],enLabel:"Otolaryngology"},{parent:e,code:"100214",label:"肿瘤学",children:[],enLabel:"Oncology"},{parent:e,code:"100215",label:"康复医学与理疗学",children:[],enLabel:"Rehabilitation Medicine And Physical Therapy"},{parent:e,code:"100216",label:"运动医学",children:[],enLabel:"Sports Medicine"},{parent:e,code:"100217",label:"麻醉学",children:[],enLabel:"Anesthesiology"},{parent:e,code:"100207",label:"影像医学与核医学",children:[],enLabel:"Imaging And Nuclear Medicine"},{parent:e,code:"100208",label:"临床检验诊断学",children:[],enLabel:"Clinical Laboratory Diagnostics"},{parent:e,code:"100201",label:"内科学",children:[],enLabel:"Internal Medicine"},{parent:e,code:"100202",label:"儿科学",children:[],enLabel:"Pediatrics"},{parent:e,code:"100203",label:"老年医学",children:[],enLabel:"Geriatrics"},{parent:e,code:"100204",label:"神经病学",children:[],enLabel:"Neurology"},{parent:e,code:"100205",label:"精神病与精神卫生学",children:[],enLabel:"Psychiatry And Mental Health"},{parent:e,code:"100206",label:"皮肤病与性病学",children:[],enLabel:"Dermatology And Venereology"}],enLabel:"Clinical Medcine"},{parent:l,code:J,label:"基础医学",children:[{parent:J,code:"100101",label:"人体解剖与组织胚胎学",children:[],enLabel:"Human Anatomy, Histology And Embryology"},{parent:J,code:"100102",label:"免疫学",children:[],enLabel:"Immunology"},{parent:J,code:"100103",label:"病原生物学",children:[],enLabel:"Pathogenic Organisms"},{parent:J,code:"100104",label:"病理学与病理生理学",children:[],enLabel:"Pathology And Pathophysiology"},{parent:J,code:"100105",label:"放射医学",children:[],enLabel:"Radiation Medicine"},{parent:J,code:"100106",label:"航空、航天与航海医学",children:[],enLabel:"Aerospace And Nautical Medicine"}],enLabel:"Basic Medicine"},{parent:l,code:"1009",label:"特种医学",children:[],enLabel:"Medical Aspects Of Specific Environment"},{parent:l,code:"1012",label:"法医学",children:[],enLabel:"Forensic Medicine"}],enLabel:"Medicine"},{parent:a,code:m,label:"军事学",children:[{parent:m,code:"1110",label:"军事训练学",children:[],enLabel:"Military Training"},{parent:m,code:"1107",label:"军事后勤学",children:[],enLabel:"Military Logistics"},{parent:m,code:"1106",label:"军队政治工作学",children:[],enLabel:"Science Of Military Political Work"},{parent:m,code:"1105",label:"军队指挥学",children:[],enLabel:"Science Of Command"},{parent:m,code:"1104",label:"军兵种作战学",children:[],enLabel:"Army Branch Tactics"},{parent:m,code:"1103",label:"联合作战学",children:[],enLabel:"The Science Of Joint Operations"},{parent:m,code:"1102",label:"战略学",children:[],enLabel:"Science Of Strategy"},{parent:m,code:"1101",label:"军事思想与军事历史",children:[],enLabel:"Military Thought And Military History"},{parent:m,code:"1109",label:"军事管理学",children:[],enLabel:"Military Management Science"},{parent:m,code:"1108",label:"军事装备学",children:[],enLabel:"Military Equipment"},{parent:m,code:"1111",label:"军事智能",children:[],enLabel:"Military Intelligence"}],enLabel:"Military Science"},{parent:a,code:Y,label:"管理学",children:[{parent:Y,code:bq,label:"信息资源管理",children:[{parent:bq,code:"120501",label:"图书馆学",children:[],enLabel:"Library Science"},{parent:bq,code:"120502",label:"档案学",children:[],enLabel:"Archival Science"}],enLabel:"Information Resource Management"},{parent:Y,code:Z,label:"公共管理学",children:[{parent:Z,code:"120401",label:"行政管理",children:[],enLabel:"Administration Management"},{parent:Z,code:"120402",label:"社会医学与卫生事业管理",children:[],enLabel:"Social Medicine And Health Management"},{parent:Z,code:"120403",label:"教育经济与管理",children:[],enLabel:"Educational Economy And Management"},{parent:Z,code:"120404",label:"社会保障",children:[],enLabel:"Social Security"},{parent:Z,code:"120405",label:"土地资源管理",children:[],enLabel:"Land Resource Management"}],enLabel:"Public Management Science"},{parent:Y,code:br,label:"农林经济管理",children:[{parent:br,code:"120301",label:"农业经济管理",children:[],enLabel:"Agricultural Economics And Management"},{parent:br,code:"120302",label:"林业经济管理",children:[],enLabel:"Forestry Economics And Management"}],enLabel:"Agricultural And Forestry Economics And Management"},{parent:Y,code:ar,label:"工商管理学",children:[{parent:ar,code:"120201",label:"会计学",children:[],enLabel:"Accounting"},{parent:ar,code:"120202",label:"企业管理",children:[],enLabel:"Corporate Management"},{parent:ar,code:"120203",label:"旅游管理",children:[],enLabel:"Tourist Management"},{parent:ar,code:"120204",label:"技术经济及管理",children:[],enLabel:"Technology Economy And Management"}],enLabel:"Industry And Business Administration"},{parent:Y,code:"1201",label:"管理科学与工程",children:[],enLabel:"Management Science And Engineering"}],enLabel:"Management Science"},{parent:a,code:bU,label:bV,children:[{parent:bU,code:"1301",label:bV,children:[],enLabel:bW}],enLabel:bW},{parent:a,code:C,label:"交叉学科",children:[{parent:C,code:"1404",label:"遥感科学与技术",children:[],enLabel:"Remote Sensing Science And Technology"},{parent:C,code:"1403",label:"设计学",children:[],enLabel:"Design Science"},{parent:C,code:"1402",label:"国家安全学",children:[],enLabel:"National Security Science"},{parent:C,code:"1401",label:"集成电路科学与工程",children:[],enLabel:"The Science Of Integrated Circuit And Engineering"},{parent:C,code:"1407",label:"区域国别学",children:[],enLabel:"International And Regional Studies"},{parent:C,code:"1406",label:"纳米科学与工程",children:[],enLabel:"Nanoscale Science And Engineering"},{parent:C,code:"1405",label:"智能科学与技术",children:[],enLabel:"Intelligence Science And Technology"}],enLabel:"Interdisciplinary Subject"}],defaultLabel:[{subjectName:"马克思主义"},{subjectName:"中国传统"},{subjectName:"西方哲学"},{subjectName:"中国佛教"},{subjectName:bE},{subjectName:"历史唯物主义"},{subjectName:"哲学史"},{subjectName:"无神论"},{subjectName:bF},{subjectName:"逻辑哲学"},{subjectName:"黑格尔哲学"},{subjectName:"康德道德哲学"},{subjectName:"辩证法"},{subjectName:"政治哲学"},{subjectName:"西方马克思主义"},{subjectName:"美德伦理学"},{subjectName:"思想史"},{subjectName:"本体论"},{subjectName:"近代哲学"},{subjectName:"现代哲学"}],userSubList:[],seo:{id:"1592069271264038912",title:a,describe:"主题知识脉络-通过强大的数据挖掘与智能分析技术,揭示文献之间的内在联系与逻辑关联,形成完整的知识网络;展示热点研究、学科前沿以及经典课题,帮助用户快速梳理出清晰的知识框架;采用直观的可视化方式,将复杂的知识脉络以图表、时间线等形式展现出来,让用户一目了然,轻松掌握学术动态与趋势。",word:"维普网 主题研究 知识脉络 学科前沿 发文趋势 学术热点 研究成果 代表作者",validDate:"2022-11-14",modifyDate:"2024-09-12",exp:"-",name:"主题-维普网",address:"\u002Fkeyword"}}],fetch:{},error:a,state:{currentUser:{},protocol:"http:",token:as,uuid:"LXBqX1sb",baseConfig:{seo:{title:"维普网",description:"维普网 作品发布 论文写作 资料下载 在线发表 期刊杂志 文章下载 作品店铺 作品经纪人 期刊数据库",keywords:"维普官方网站-国内大型中文期刊文献服务平台,提供各类学术论文、各类范文、中小学课件、教学资料等文献下载。网站主营业务包括论文检测服务、优先出版服务、论文选题下载,在线分享下载等",seoCode:as}},pageCache:{},systemImageConfig:[{imagePrefix:["\u002Fvip-web"],imagesHost:"https:\u002F\u002Fdc-cqvip.oss-cn-hangzhou.aliyuncs.com"}],keepInclude:[],keepExclude:[],routeStack:[],userChooseType:{label:t,value:y},types:[],env:"zs",configs:[{name:K,children:[{id:"1623509772991074304",name:"论文检测系统",createDate:aP,state:c,stateName:d,address:"https:\u002F\u002Fwwwv3.cqvip.com\u002Fproduct\u002Fthesisdetection",memberName:f,modifyDate:aQ,remark:a,type:c,typeName:K},{id:"1604665334311292928",name:"维普智立方",createDate:r,state:c,stateName:d,address:"http:\u002F\u002Fzlf.cqvip.com\u002Findex.aspx?returnUrl=",memberName:f,modifyDate:a,remark:"知识资源服务平台",type:c,typeName:K},{id:"1604664575817551872",name:"考试服务平台",createDate:r,state:c,stateName:d,address:"http:\u002F\u002Fvers.cqvip.com\u002Fview\u002Fprofessional\u002Findex.aspx",memberName:f,modifyDate:aP,remark:a,type:c,typeName:K},{id:"1604663902879223808",name:"机构智库",createDate:r,state:c,stateName:d,address:"http:\u002F\u002Fwww.irtree.com\u002F",memberName:f,modifyDate:a,remark:"科技信息基础设施服务",type:c,typeName:K},{id:"1604663483176194048",name:"期刊大全",createDate:r,state:c,stateName:d,address:"http:\u002F\u002Fqikan.cqvip.com\u002F",memberName:f,modifyDate:aQ,remark:as,type:c,typeName:K},{id:"1604656189365424128",name:"科技查新",createDate:r,state:c,stateName:d,address:"\u002Fproduct\u002Fnoveltysearch\u002Fhome",memberName:f,modifyDate:"2023-03-01",remark:"为委托方在科研立项、科技成果评价、新产品开发、高新企业认定等提供鉴证的情报咨询服务。",type:c,typeName:K}]},{name:L,children:[{id:"1650424262080729088",name:"AI综述助手使用指南",createDate:bX,state:c,stateName:d,address:"\u002Fhelpcenter\u002Fdetail?vip-p=1575400107732504577&issue=1645663842887405568",memberName:f,modifyDate:a,remark:a,type:M,typeName:L},{id:"1604688102859870208",name:"文献相关术语解释",createDate:r,state:c,stateName:d,address:"\u002Fhelpcenter\u002Fdetail\u002Fquestion?vip-p=1592069940263915520",memberName:f,modifyDate:bX,remark:a,type:M,typeName:L},{id:"1604687502554304512",name:"搜索检索服务使用帮助",createDate:r,state:c,stateName:d,address:"\u002Fhelpcenter\u002Fdetail?vip-p=1599629475971207168",memberName:f,modifyDate:aQ,remark:a,type:M,typeName:L},{id:"1604671885667340288",name:"优先出版平台常见问题",createDate:r,state:c,stateName:d,address:"\u002Fhelpcenter\u002Fdetail\u002Fquestion?vip-p=1592081536709169152",memberName:f,modifyDate:a,remark:a,type:M,typeName:L},{id:"1604671577067229184",name:"中文期刊服务常见问题",createDate:r,state:c,stateName:d,address:"\u002Fhelpcenter\u002Fdetail\u002Fquestion?vip-p=1592073039158317056",memberName:f,modifyDate:a,remark:a,type:M,typeName:L},{id:"1604669407051780096",name:"论文检测系统常见问题",createDate:r,state:c,stateName:d,address:"\u002Fhelpcenter\u002Fdetail\u002Fquestion?vip-p=1592069282324418560",memberName:f,modifyDate:aQ,remark:a,type:M,typeName:L}]},{name:at,children:[{id:"1623513194112880640",name:"版权合作",createDate:aP,state:c,stateName:d,address:"\u002Faboutus\u002Fcc",memberName:f,modifyDate:a,remark:a,type:au,typeName:at},{id:"1623512854370062336",name:"广告服务",createDate:aP,state:c,stateName:d,address:"\u002Faboutus\u002Fas",memberName:f,modifyDate:a,remark:a,type:au,typeName:at},{id:"1604674887081922560",name:"联系我们",createDate:r,state:c,stateName:d,address:"\u002Faboutus\u002Fcontact",memberName:f,modifyDate:bY,remark:a,type:au,typeName:at},{id:"3",name:"关于我们",createDate:"2022-09-21",state:c,stateName:d,address:"\u002Faboutus",memberName:f,modifyDate:bY,remark:"关于我们介绍",type:au,typeName:at}]},{name:aR,children:[{id:"1783002183000788992",name:"版权合作:(023)63416211",createDate:bs,state:c,stateName:d,address:aS,memberName:bt,modifyDate:a,remark:a,type:bu,typeName:aR},{id:"1783002145533071360",name:"查重相关:(023)63506028",createDate:bs,state:c,stateName:d,address:aS,memberName:bt,modifyDate:a,remark:a,type:bu,typeName:aR},{id:"1783001945137614848",name:"网站相关:(023)67882682",createDate:bs,state:c,stateName:d,address:aS,memberName:bt,modifyDate:a,remark:a,type:bu,typeName:aR}]}],serverTime:1732713340481,appCode:101,authEnv:"pro",localData:{},isMirgrationDialog:bZ,searchPageSize:b_,expressionField:{"0":{value:[{value:y,label:t},{value:aT,label:aU},{value:av,label:aw},{value:aV,label:aW},{value:_,label:$},{value:aa,label:N},{value:bv,label:bw},{value:bx,label:by},{value:bz,label:b$},{value:aX,label:aY},{value:aZ,label:a_},{value:a$,label:ba},{value:bA,label:bB}],label:"通用"},"1":{value:[{value:y,label:t},{value:aT,label:aU},{value:av,label:aw},{value:aV,label:aW},{value:_,label:$},{value:aa,label:N},{value:bv,label:bw},{value:"CA",label:"通讯作者"},{value:bx,label:by},{value:bA,label:bB},{value:aX,label:aY},{value:aZ,label:a_},{value:a$,label:ba},{value:bz,label:b$},{value:"JISSN",label:"国际刊号(ISSN)"},{value:"JCN",label:"国内刊号(CN)"},{value:"JJC",label:"栏目信息"}],label:bb},"2":{value:[{value:y,label:t},{value:aT,label:aU},{value:av,label:aw},{value:aV,label:aW},{value:_,label:$},{value:aa,label:N},{value:"TSO",label:"学位授予单位"},{value:"TT",label:"导师"},{value:aX,label:aY},{value:aZ,label:a_},{value:a$,label:ba}],label:ca},"3":{value:[{value:y,label:t},{value:aT,label:aU},{value:av,label:aw},{value:aV,label:aW},{value:_,label:$},{value:aa,label:N},{value:bv,label:bw},{value:bx,label:by},{value:bA,label:bB},{value:"CN",label:"会议名称"},{value:"CFO",label:"主办单位"},{value:aX,label:aY},{value:aZ,label:a_},{value:a$,label:ba}],label:cb},"5":{value:[{value:y,label:t},{value:"PT",label:"专利名称"},{value:_,label:$},{value:"PFA",label:"申请(专利权)人"},{value:"PA",label:"发明人"},{value:"PPN",label:"申请号"},{value:"PPO",label:"公开(公告)号"},{value:"IPC",label:"国际分类号"}],label:cc},"6":{value:[{value:y,label:t},{value:"ST",label:"标准名称"},{value:"SNO",label:"标准号"},{value:"SR",label:"文摘"},{value:"SZO",label:"中国标准分类号(CCS)"},{value:"SOO",label:"国际标准分类号(ICS)"},{value:"SA",label:"起草人"},{value:"SO",label:"起草单位"},{value:"SFO",label:"发布单位"}],label:cd},"18":{value:[{value:y,label:t},{value:av,label:aw},{value:aa,label:N},{value:_,label:$},{value:"NNN",label:"报纸名称"},{value:"NSN",label:"国内统一刊号"}],label:ce}},isShowAd:bZ,type:{typeMapping:{"1":bb,"2":ca,"3":cb,"4":"报告","5":cc,"6":cd,"7":"成果","8":"法律法规","18":ce,"51":"政策"},tmpType:[c,M,au,b_,6,18],collectShowName:{BDHX:cf,ZKYM:"中科院分区",EAPJ:"卓越期刊",RCCSE:"武大RCCSE",JCR:"JCR分区"},searchModeMap:{"1":{name:t,value:y},"2":{name:bC,value:cg},"3":{name:bC,value:cg},"4":{name:N,value:aa},"5":{name:bb,value:bz},"6":{name:as,value:as}},conditionFilterMap:{Y:"年份",O:bC,A:N,S:t,C:"学科",J:bb,type:"文献类型",language:"中外文",thesisType:"论文级别",standardType:"标准类型"},allFields:{Y:[],C:[],S:[],O:[],A:[]},gch:[ch,ci,cj,ck,cl,cm,cn,co,"72081X",cp,cq,cr,cs,ct,"72182X",cu,cv,cw,cx],eJournal:[47654,55260,52810,73073,6669,74357,37113,cy,72327,cz,80246,5889,75190,66108,18857,1268,42986,cA,67942,64811,17207,42082,cB,cC,11000,71048,81583,16335,18421,30390,cB,cz,cA,cC,76445,cy,81109,1018908,1034638,1104687],onlinePlatform:["71889X","71890X",cm,ci,ch,ck,cp,co,cs,cx,"72003X","71899X",cq,cr,ct,cu,cv,cw,"59321X","90705X",cD,"59863X","59864X","72193X","72192X","59865X","72127X",cj,cl,"72040X","71888X","72004X",cn,cD,"70135X","96723A","80163A","59477X","70277A","83282A","86373X","90633X","80285B","83058A","87688A","59684X","82465B","91359A","95540A","96539A","91078X","90321B","73324A","96780X","83424A","59597X","95975B","96132X","82551X","98562X","96554B","71115X","83080X","81689X","87567X","59261X","90810X","59620X","90615X","90919X","89687X","97700X","81955X","83587A","91032X","92972X","81946X","61161X","92348X","91121A","91239X","92741C","84496X","90098X","85113B","93456A","91346A","96642A","72016X","93886X","80912X","81644A","96872X","97898X","96262X","90723X","96265X","96027X","96266X","95409A","90516X","91042X","95587X","97599X"],collectOptions:[{name:cf,value:"BDHX"},{name:cE,value:cE},{name:cF,value:cF},{name:cG,value:cG},{name:cH,value:cH},{name:cI,value:cI}]},loginAddress:"https:\u002F\u002Faccountv3.cqvip.com",codeUUid:"edeffc963ca988dae271bfa86294eb2c"},serverRendered:true,routePath:"\u002Fsubject",config:{_app:{basePath:aS,assetsPath:"\u002F_nuxt\u002F",cdnURL:a}}}}(null,"08",1,"正常","1002","龙猫","07","1005","0710","0306","0502","10","11","0202","0301","0401","09","2022-12-19","0601","主题","0101","03","0501","0702","U","0302","0602","0907","14","0201","0807","0814","0833","1007","1004","1001","核心产品","支持",2,"作者","0304","0305","0603","0709","0703","0701","0808","0817","0815","0811","12","1204","R","摘要","A","0303","0403","0707","0809","0802","0801","0813","0821","0828","0826","0827","0825","0822","0823","0832","0905","1202","","关于",3,"T","篇名","04","0402","05","06","0705","0806","0805","0819","0818","0816","0812","0820","0829","0824","0908","0906","0904","0902","2023-02-09","2023-03-02","在线客服","\u002F","M","篇关摘","K","关键词","C","中图分类号","E","学科分类号","D","DOI","期刊","01","02","0503","0708","0706","0704","0711","0804","0810","0830","0903","0901","1006","1003","1205","1203","2024-04-24","admin",4,"F","第一作者","S","作者单位","J","FU","基金","机构","哲学","中国哲学","伦理学","Philosophy","统计学","Statistics","法学","社会学","Sociology","民族学","Ethnology","Law","教育学","Education","生态学","Ecology","Soil And Water Conservation And Desertification Combating","13","艺术学","Art","2023-04-24","2022-12-20",false,5,"刊名","学位","会议","专利","标准","报纸","北大核心","O","71994X","71995X","71996X","71997X","71998X","71999X","72000X","72001X","72129X","72149X","72150X","72176X","72177X","72191X","72203X","72208X","72524X",73915,24067,55683,16812,65725,"59389X","SCI","EI","SSCI","CSCD","CSSCI"));</script><script src="/_nuxt/4401dd3.js" defer></script><script src="/_nuxt/9402166.js" defer></script><script src="/_nuxt/af6c4f1.js" defer></script><script src="/_nuxt/dbc32d8.js" defer></script><script src="/_nuxt/a27c0d7.js" defer></script><script src="/_nuxt/c02798f.js" defer></script> </body> </html>