*, :before, :after {
    box-sizing: border-box
}

html {
    line-height: 1.4;
    font-size: 16px;
    -webkit-text-size-adjust: 100%
}

:root {
    --vp-c-white: #ffffff;
    --vp-c-black: #000000;
    --vp-c-gray: #8e8e93;
    --vp-c-text-light-1: rgba(60, 60, 67);
    --vp-c-text-light-2: rgba(60, 60, 67, .75);
    --vp-c-text-light-3: rgba(60, 60, 67, .33);
    --vp-c-text-dark-1: rgba(255, 255, 245, .86);
    --vp-c-text-dark-2: rgba(235, 235, 245, .6);
    --vp-c-text-dark-3: rgba(235, 235, 245, .38);
    --vp-c-green: #1a73e8;
    --vp-c-green-light: #34d399;
    --vp-c-green-lighter: #6ee7b7;
    --vp-c-green-dark: #059669;
    --vp-c-green-darker: #047857;
    --vp-c-green-dimm-1: rgba(16, 185, 129, .05);
    --vp-c-green-dimm-2: rgba(16, 185, 129, .2);
    --vp-c-green-dimm-3: rgba(16, 185, 129, .5);
    --vp-c-yellow: #d97706;
    --vp-c-yellow-light: #f59e0b;
    --vp-c-yellow-lighter: #fbbf24;
    --vp-c-yellow-dark: #b45309;
    --vp-c-yellow-darker: #92400e;
    --vp-c-yellow-dimm-1: rgba(234, 179, 8, .05);
    --vp-c-yellow-dimm-2: rgba(234, 179, 8, .2);
    --vp-c-yellow-dimm-3: rgba(234, 179, 8, .5);
    --vp-c-red: #f43f5e;
    --vp-c-red-light: #fb7185;
    --vp-c-red-lighter: #fda4af;
    --vp-c-red-dark: #e11d48;
    --vp-c-red-darker: #be123c;
    --vp-c-red-dimm-1: rgba(244, 63, 94, .05);
    --vp-c-red-dimm-2: rgba(244, 63, 94, .2);
    --vp-c-red-dimm-3: rgba(244, 63, 94, .5);
    --vp-c-sponsor: #db2777
}

:root {
    --vp-c-bg: #ffffff;
    --vp-c-bg-elv: #ffffff;
    --vp-c-bg-elv-up: #ffffff;
    --vp-c-bg-elv-down: #f6f6f7;
    --vp-c-bg-elv-mute: #f6f6f7;
    --vp-c-bg-soft: #f6f6f7;
    --vp-c-bg-soft-up: #f9f9fa;
    --vp-c-bg-soft-down: #e3e3e5;
    --vp-c-bg-soft-mute: #e3e3e5;
    --vp-c-bg-alt: #f6f6f7;
    --vp-c-border: rgba(60, 60, 67, .29);
    --vp-c-divider: rgba(60, 60, 67, .12);
    --vp-c-gutter: rgba(60, 60, 67, .12);
    --vp-c-neutral: var(--vp-c-black);
    --vp-c-neutral-inverse: var(--vp-c-white);
    --vp-c-text-1: var(--vp-c-text-light-1);
    --vp-c-text-2: var(--vp-c-text-light-2);
    --vp-c-text-3: var(--vp-c-text-light-3);
    --vp-c-text-inverse-1: var(--vp-c-text-dark-1);
    --vp-c-text-inverse-2: var(--vp-c-text-dark-2);
    --vp-c-text-inverse-3: var(--vp-c-text-dark-3);
    --vp-c-text-code: #476582;
    --vp-c-brand: var(--vp-c-green);
    --vp-c-brand-light: var(--vp-c-green-light);
    --vp-c-brand-lighter: var(--vp-c-green-lighter);
    --vp-c-brand-dark: var(--vp-c-green-dark);
    --vp-c-brand-darker: var(--vp-c-green-darker);
    --vp-c-mute: #f6f6f7;
    --vp-c-mute-light: #f9f9fc;
    --vp-c-mute-lighter: #ffffff;
    --vp-c-mute-dark: #e3e3e5;
    --vp-c-mute-darker: #d7d7d9
}

:root {
    --vp-font-family-base: "Chinese Quotes", "Inter var", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --vp-font-family-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

:root {
    --vp-shadow-1: 0 1px 2px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .06);
    --vp-shadow-2: 0 3px 12px rgba(0, 0, 0, .07), 0 1px 4px rgba(0, 0, 0, .07);
    --vp-shadow-3: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);
    --vp-shadow-4: 0 14px 44px rgba(0, 0, 0, .12), 0 3px 9px rgba(0, 0, 0, .12);
    --vp-shadow-5: 0 18px 56px rgba(0, 0, 0, .16), 0 4px 12px rgba(0, 0, 0, .16)
}

:root {
    --vp-z-index-local-nav: 10;
    --vp-z-index-nav: 20;
    --vp-z-index-layout-top: 30;
    --vp-z-index-backdrop: 40;
    --vp-z-index-sidebar: 50;
    --vp-z-index-footer: 60
}

:root {
    --vp-icon-copy: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2'/%3E%3C/svg%3E");
    --vp-icon-copied: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-6 9 2 2 4-4'/%3E%3C/svg%3E")
}

:root {
    --vp-layout-max-width: 1440px
}

:root {
    --vp-header-anchor-symbol: "#"
}

:root {
    --vp-code-line-height: 1.7;
    --vp-code-font-size: .875em;
    --vp-c-code-dimm: var(--vp-c-text-dark-3);
    --vp-code-block-color: var(--vp-c-text-dark-1);
    --vp-code-block-bg: #292b30;
    --vp-code-block-bg-light: #1e1e20;
    --vp-code-block-divider-color: #000000;
    --vp-code-line-highlight-color: rgba(0, 0, 0, .5);
    --vp-code-line-number-color: var(--vp-c-code-dimm);
    --vp-code-line-diff-add-color: var(--vp-c-green-dimm-2);
    --vp-code-line-diff-add-symbol-color: var(--vp-c-green);
    --vp-code-line-diff-remove-color: var(--vp-c-red-dimm-2);
    --vp-code-line-diff-remove-symbol-color: var(--vp-c-red);
    --vp-code-line-warning-color: var(--vp-c-yellow-dimm-2);
    --vp-code-line-error-color: var(--vp-c-red-dimm-2);
    --vp-code-copy-code-border-color: transparent;
    --vp-code-copy-code-bg: var(--vp-code-block-bg-light);
    --vp-code-copy-code-hover-border-color: var(--vp-c-divider);
    --vp-code-copy-code-hover-bg: var(--vp-code-block-bg-light);
    --vp-code-copy-code-active-text: var(--vp-c-text-dark-2);
    --vp-code-tab-divider: var(--vp-code-block-divider-color);
    --vp-code-tab-text-color: var(--vp-c-text-dark-2);
    --vp-code-tab-bg: var(--vp-code-block-bg);
    --vp-code-tab-hover-text-color: var(--vp-c-text-dark-1);
    --vp-code-tab-active-text-color: var(--vp-c-text-dark-1);
    --vp-code-tab-active-bar-color: var(--vp-c-brand)
}

:root {
    --vp-button-brand-border: var(--vp-c-brand-lighter);
    --vp-button-brand-text: var(--vp-c-white);
    --vp-button-brand-bg: var(--vp-c-brand);
    --vp-button-brand-hover-border: var(--vp-c-brand-lighter);
    --vp-button-brand-hover-text: var(--vp-c-white);
    --vp-button-brand-hover-bg: var(--vp-c-brand-dark);
    --vp-button-brand-active-border: var(--vp-c-brand-lighter);
    --vp-button-brand-active-text: var(--vp-c-white);
    --vp-button-brand-active-bg: var(--vp-c-brand-darker);
    --vp-button-alt-border: var(--vp-c-border);
    --vp-button-alt-text: var(--vp-c-neutral);
    --vp-button-alt-bg: var(--vp-c-mute);
    --vp-button-alt-hover-border: var(--vp-c-border);
    --vp-button-alt-hover-text: var(--vp-c-neutral);
    --vp-button-alt-hover-bg: var(--vp-c-mute-dark);
    --vp-button-alt-active-border: var(--vp-c-border);
    --vp-button-alt-active-text: var(--vp-c-neutral);
    --vp-button-alt-active-bg: var(--vp-c-mute-darker);
    --vp-button-sponsor-border: var(--vp-c-gray-light-3);
    --vp-button-sponsor-text: var(--vp-c-text-light-2);
    --vp-button-sponsor-bg: transparent;
    --vp-button-sponsor-hover-border: var(--vp-c-sponsor);
    --vp-button-sponsor-hover-text: var(--vp-c-sponsor);
    --vp-button-sponsor-hover-bg: transparent;
    --vp-button-sponsor-active-border: var(--vp-c-sponsor);
    --vp-button-sponsor-active-text: var(--vp-c-sponsor);
    --vp-button-sponsor-active-bg: transparent
}

:root {
    --vp-custom-block-font-size: 14px;
    --vp-custom-block-code-font-size: 13px;
    --vp-custom-block-info-border: var(--vp-c-border);
    --vp-custom-block-info-text: var(--vp-c-text-2);
    --vp-custom-block-info-bg: var(--vp-c-bg-soft-up);
    --vp-custom-block-info-code-bg: var(--vp-c-bg-soft);
    --vp-custom-block-tip-border: var(--vp-c-green);
    --vp-custom-block-tip-text: var(--vp-c-green-dark);
    --vp-custom-block-tip-bg: var(--vp-c-bg-soft-up);
    --vp-custom-block-tip-code-bg: var(--vp-c-bg-soft);
    --vp-custom-block-warning-border: var(--vp-c-yellow);
    --vp-custom-block-warning-text: var(--vp-c-yellow);
    --vp-custom-block-warning-bg: var(--vp-c-bg-soft-up);
    --vp-custom-block-warning-code-bg: var(--vp-c-bg-soft);
    --vp-custom-block-danger-border: var(--vp-c-red);
    --vp-custom-block-danger-text: var(--vp-c-red);
    --vp-custom-block-danger-bg: var(--vp-c-bg-soft-up);
    --vp-custom-block-danger-code-bg: var(--vp-c-bg-soft);
    --vp-custom-block-details-border: var(--vp-custom-block-info-border);
    --vp-custom-block-details-text: var(--vp-custom-block-info-text);
    --vp-custom-block-details-bg: var(--vp-custom-block-info-bg);
    --vp-custom-block-details-code-bg: var(--vp-custom-block-details-bg)
}

:root {
    --vp-input-border-color: var(--vp-c-border);
    --vp-input-bg-color: var(--vp-c-bg-alt);
    --vp-input-hover-border-color: var(--vp-c-gray);
    --vp-input-switch-bg-color: var(--vp-c-mute)
}

:root {
    --vp-nav-height: 80px;
    --vp-nav-bg-color: var(--vp-c-bg);
    --vp-nav-screen-bg-color: var(--vp-c-bg)
}

:root {
    --vp-local-nav-bg-color: var(--vp-c-bg)
}

:root {
    --vp-sidebar-width: 272px;
    --vp-sidebar-bg-color: var(--vp-c-bg-alt)
}

:root {
    --vp-backdrop-bg-color: rgba(0, 0, 0, .6)
}

:root {
    --vp-home-hero-name-color: var(--vp-c-brand);
    --vp-home-hero-name-background: transparent;
    --vp-home-hero-image-background-image: none;
    --vp-home-hero-image-filter: none
}

:root {
    --vp-badge-info-border: var(--vp-c-border);
    --vp-badge-info-text: var(--vp-c-text-2);
    --vp-badge-info-bg: var(--vp-c-bg-soft-up);
    --vp-badge-tip-border: var(--vp-c-green-dark);
    --vp-badge-tip-text: var(--vp-c-green);
    --vp-badge-tip-bg: var(--vp-c-green-dimm-1);
    --vp-badge-warning-border: var(--vp-c-yellow-dark);
    --vp-badge-warning-text: var(--vp-c-yellow);
    --vp-badge-warning-bg: var(--vp-c-yellow-dimm-1);
    --vp-badge-danger-border: var(--vp-c-red-dark);
    --vp-badge-danger-text: var(--vp-c-red);
    --vp-badge-danger-bg: var(--vp-c-red-dimm-1)
}

:root {
    --vp-carbon-ads-text-color: var(--vp-c-text-1);
    --vp-carbon-ads-poweredby-color: var(--vp-c-text-2);
    --vp-carbon-ads-bg-color: var(--vp-c-bg-soft);
    --vp-carbon-ads-hover-text-color: var(--vp-c-brand);
    --vp-carbon-ads-hover-poweredby-color: var(--vp-c-text-1)
}

:root {
    --vp-local-search-bg: var(--vp-c-bg);
    --vp-local-search-result-bg: var(--vp-c-bg);
    --vp-local-search-result-border: var(--vp-c-divider);
    --vp-local-search-result-selected-bg: var(--vp-c-bg);
    --vp-local-search-result-selected-border: var(--vp-c-brand);
    --vp-local-search-highlight-bg: var(--vp-c-green-lighter);
    --vp-local-search-highlight-text: var(--vp-c-black)
}

:root {
    --docsearch-primary-color: #5468ff;
    --docsearch-text-color: #1c1e21;
    --docsearch-spacing: 12px;
    --docsearch-icon-stroke-width: 1.4;
    --docsearch-highlight-color: var(--docsearch-primary-color);
    --docsearch-muted-color: #969faf;
    --docsearch-container-background: rgba(101, 108, 133, .8);
    --docsearch-logo-color: #5468ff;
    --docsearch-modal-width: 560px;
    --docsearch-modal-height: 600px;
    --docsearch-modal-background: #f5f6f7;
    --docsearch-modal-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, .5), 0 3px 8px 0 #555a64;
    --docsearch-searchbox-height: 56px;
    --docsearch-searchbox-background: #ebedf0;
    --docsearch-searchbox-focus-background: #fff;
    --docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color);
    --docsearch-hit-height: 56px;
    --docsearch-hit-color: #444950;
    --docsearch-hit-active-color: #fff;
    --docsearch-hit-background: #fff;
    --docsearch-hit-shadow: 0 1px 3px 0 #d4d9e1;
    --docsearch-key-gradient: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
    --docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, .4);
    --docsearch-footer-height: 44px;
    --docsearch-footer-background: #fff;
    --docsearch-footer-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 rgba(69, 98, 155, .12)
}

body {
    margin: 0;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    line-height: 24px;
    font-family: var(--vp-font-family-base);
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    background-color: rgb(241 245 249);
    direction: ltr;
    font-synthesis: style;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

header {
    background: #ddedfd;
    width: 100%;
    height: 80px;
}

.VPNav[data-v-7e5bc4a5] {
    background-color: #fff;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
    top: var(--vp-layout-top-height, 0px);
    left: 0;
    z-index: var(--vp-z-index-nav);
    width: 100%;
    pointer-events: none;
    transition: background-color .5s
}

.VPNavBar[data-v-7683ced7] {
    position: relative;
    border-bottom: 1px solid transparent;
    padding: 0 8px 0 24px;
    height: var(--vp-nav-height);
    pointer-events: none;
    white-space: nowrap
}

header .nav-logo {
    width: 1200px;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    pointer-events: auto;
}

a, area, button, [role=button], input, label, select, summary, textarea {
    touch-action: manipulation
}

a {
    color: inherit;
    text-decoration: inherit
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: block
}

img, video {
    max-width: 100%;
    height: auto
}

header .nav-logo img {
    height: 32px;
    width: auto;
}

header .nav-lists {
    margin-left: 110px;
}

header .nav-lists .nav-item {
    margin-left: 64px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    padding-bottom: 8px;
}

header .nav-lists .nav-item.on {
    border-bottom: 4px solid #0D53FF;
    color: #0D53FF;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6, li, p {
    overflow-wrap: break-word
}

pre, code, kbd, samp {
    font-family: var(--vp-font-family-mono)
}

p {
    margin: 0
}

strong, b {
    font-weight: 600
}

blockquote {
    margin: 0
}

table {
    border-collapse: collapse;
    margin: 1rem 0;
}

table, th, td {
    border: 1px solid #ccc;
}

table {
    border-collapse: collapse
}

th, td {
    padding: 0.5rem;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.VPFooter[data-v-f7fc41f4] {
    position: relative;
    z-index: var(--vp-z-index-footer);
    border-top: 1px solid 1px solid #e5e7eb;
    padding: 32px 24px;
    background-color: #fff
}

.container[data-v-f7fc41f4] {
    margin: 0 auto;
    max-width: var(--vp-layout-max-width);
    text-align: center
}

.message[data-v-f7fc41f4], .copyright[data-v-f7fc41f4] {
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #666666
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

b, body, button, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, html, i, img, li, ol, p, span, ul {
    margin: 0;
    padding: 0;
    /*list-style: none;*/
    border: 0;
    outline: 0
}

html {
    margin: 0;
    height: 100%
}

body {
    width: 100%;
    background: #fff;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    position: relative;
    height: 100%;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0 calc(100% - 100vw) 0 0;
    font-family: PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif
}

header {
    background: #ddedfd;
    width: 100%;
    height: 80px;
}

header .nav-logo {
    width: 1200px;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
}

a {
    text-decoration: none
}

img {
    border-style: none;
    vertical-align: middle;
}

header .nav-lists {
    margin-left: 110px;
}

header .nav-lists .nav-item {
    margin-left: 64px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    padding-bottom: 8px;
}

header .nav-lists .nav-item.on {
    border-bottom: 4px solid #0D53FF;
    color: #0D53FF;
}

.crumbs_wrap {
    background: #f5f5f5;
}

.crumbs {
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    color: #707070;
    display: flex;
    align-items: center;
    vertical-align: unset;
    padding: 16px 0;
    width: 1200px;
}

.crumbs::before {
    content: "";
    background: url(../img/icon-crumbs.png);
    vertical-align: middle;
    margin-right: 4px;
    background-size: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
}

.crumbs a, .crumbs h1, .crumbs span {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    vertical-align: unset
}

.main {
    width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 156px);
    padding: 16px 0 20px;
}

.section-2 {
    padding: 36px 32px 28px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px
}

.section-2 .name-baseinfo {
    padding-bottom: 32px;
    border-bottom: 1px solid #0D53FF;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-2 .name-baseinfo .article-name {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.section-2 .name-baseinfo .base-info {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 24px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.section-2 .name-baseinfo .base-info span {
    display: flex;
    align-items: center;
}

.section-2 .article-detail {
    padding: 16px 0 0;
    box-sizing: border-box;
}

.section-2 .article-detail p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
}

.section-2 .article-detail h3 {
    font-size: 16px;
    font-weight: bold;
    color: #0D53FF;
    margin: 15px 0;
    border-bottom: 1px solid #E0ECFF;
    padding-bottom: 8px;
}

.section-2 .article-detail img {
    max-width: 50%;
    max-height: 400px !important;
    width: auto;
    height: auto;
    margin: 20px auto;
    display: block;
    border: 1px solid #ddedfd;
    border-radius: 16px;
}

.h-8 {
    display: none;
}

.section-3 {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    padding: 32px;
    margin-top: 24px;
}

.section-3 .section-name {
    font-weight: bold;
    font-size: 20px;
    color: #1774E2;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.section-3 .section-name:before {
    width: 22px;
    height: 22px;
    content: '';
    background: url("../img/section-title.png");
    background-size: 22px;
    margin-right: 8px;
}

.section-3 .section-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
}

.section-3 .section-lists .item {
    width: 362px;
    height: auto;
    padding: 16px 0;
    border-bottom: 1px solid #E4E4E4;
    overflow: hidden;
}

.section-3 .section-lists .item .item-name {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

.section-3 .section-lists .item .img-desc-wrap {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.section-3 .section-lists .item .img-desc-wrap img {
    width: 156px;
    height: 87px;
    object-fit: cover;
    border-radius: 8px;
}

.section-3 .section-lists .item .img-desc-wrap p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-left: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    width: 198px;
}

#to_top {
    position: fixed;
    bottom: 172px;
    right: 72px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}

.copyright {
    padding: 20px 0;
    text-align: center;
    color: #333;
    width: 100%;
    font-size: 12px;
    background: #f5f5f5;
}

.section-3 .section-lists .item:hover p {
    color: #007aff;
}

*, ::after, ::before {
    box-sizing: border-box
}

:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text: #0a58ca;
    --bs-secondary-text: #6c757d;
    --bs-success-text: #146c43;
    --bs-info-text: #087990;
    --bs-warning-text: #997404;
    --bs-danger-text: #b02a37;
    --bs-light-text: #6c757d;
    --bs-dark-text: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #e9ecef;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    --bs-emphasis-color: #000;
    --bs-form-control-bg: var(--bs-body-bg);
    --bs-form-control-disabled-bg: var(--bs-secondary-bg);
    --bs-highlight-bg: #fff3cd;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

:root {
    scroll-behavior: smooth
}

@media (prefers-reduced-motion: no-preference) {
    body {
        margin: 0;
        font-family: var(--bs-body-font-family);
        font-size: var(--bs-body-font-size);
        font-weight: var(--bs-body-font-weight);
        line-height: var(--bs-body-line-height);
        color: var(--bs-body-color);
        text-align: var(--bs-body-text-align);
        background-color: var(--bs-body-bg);
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent
    }

    a {
        color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
        text-decoration: none;
    }

    img, svg {
        vertical-align: middle
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
        color: var(--bs-heading-color, inherit)
    }

    .h1, h1 {
        font-size: calc(1.375rem + 1.5vw)
    }

    code, kbd, pre, samp {
        font-family: var(--bs-font-monospace);
        font-size: 1em
    }

    pre {
        display: block;
        margin-top: 0;
        margin-bottom: 1rem;
        overflow: auto;
        font-size: .875em
    }

    code {
        font-size: .875em;
        color: var(--bs-code-color);
        word-wrap: break-word
    }

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem
    }

    b, strong {
        font-weight: bolder
    }

    blockquote {
        margin: 0 0 1rem
    }

    hr {
        margin: 1rem 0;
        color: inherit;
        border: 0;
        border-top: var(--bs-border-width) solid;
        opacity: .25
    }

    .h2, h2 {
        font-size: calc(1.325rem + .9vw)
    }

    table {
        caption-side: bottom;
        border-collapse: collapse
    }

    tbody, td, tfoot, th, thead, tr {
        border-color: inherit;
        border-style: solid;
        border-width: 1px;
    }

    th {
        text-align: inherit;
        text-align: -webkit-match-parent
    }

    .h3, h3 {
        font-size: calc(1.3rem + .6vw)
    }

    ol, ul {
        padding-left: 2rem
    }

    dl, ol, ul {
        margin-top: 0;
        margin-bottom: 1rem
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto
    }

    @media (min-width: 768px) {
        .VPNavBar[data-v-7683ced7] {
            padding: 0 32px
        }

        .VPFooter[data-v-f7fc41f4] {
            padding: 32px
        }
    }@media (max-width: 768px) {
    :root {
        --docsearch-spacing: 10px;
        --docsearch-footer-height: 40px
    }
}@media screen and (max-width: 810px) {
    header .nav-logo {
        width: 100%;
        padding: 0 1rem;
        justify-content: space-between;
    }

    header .nav-lists {
        margin-left: 0;
    }

    header .nav-lists .nav-item {
        margin-left: 2rem;
        font-size: 1rem;
        line-height: 1.5rem;
        padding-bottom: 1rem;
    }

    header .nav-lists .nav-item.on {
        border-bottom: .25rem solid #0D53FF;
    }

    .crumbs {
        margin: 0 auto;
        font-size: .8rem;
        padding: .5rem 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        line-height: 1.25rem;
        width: 100%;
    }

    .crumbs::before {
        margin-right: .25rem;
        background-size: .75rem;
        width: .75rem;
        height: .75rem;
        margin-bottom: .25rem;
    }

    .crumbs a, .crumbs h1, .crumbs span {
        font-size: .8rem;
    }

    .main {
        width: 100%;
        min-height: calc(100vh - 80px - 6.375rem);
        padding: 0;
    }

    .section-2 {
        padding: 1.5rem 1rem;
        box-shadow: unset;
        border-radius: 0;
    }

    .section-2 .name-baseinfo {
        padding-bottom: 1.25rem;
    }

    .text-ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .section-2 .name-baseinfo .article-name {
        font-size: 1rem;
        line-height: 1.25rem;
        text-align: center;
    }

    .section-2 .name-baseinfo .base-info {
        gap: 2.5rem;
        margin-top: 1rem;
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .section-2 .name-baseinfo .base-info span {
        display: flex;
        align-items: center;
    }

    .section-2 .name-baseinfo .base-info span:nth-of-type(2) {
        display: none;
    }

    .section-2 .article-detail {
        padding: 1rem 0 0;
        box-sizing: border-box;
    }

    .section-2 .article-detail p {
        font-size: .875rem;
        line-height: 1.5rem;
    }

    .section-2 .article-detail h3 {
        font-size: 1rem;
        margin: 1rem 0;
        padding-bottom: .5rem;
    }

    .section-2 .article-detail img {
        max-width: 50%;
        max-height: 20rem !important;
        width: auto;
        height: auto;
        margin: 1rem auto;
        display: block;
        border-radius: .5rem;
    }

    .h-8 {
        display: block;
        height: .5rem;
        background: #f5f5f5;
        width: 100%;
    }

    .section-3 {
        box-shadow: unset;
        border-radius: 0;
        padding: 1rem;
        margin-top: 0;
    }

    .section-3 .section-name {
        font-weight: bold;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .section-3 .section-name:before {
        width: 1.5rem;
        height: 1.5rem;
        background-size: 1.5rem;
        margin-right: .375rem;
    }

    .section-3 .section-lists {
        display: flex;
        flex-wrap: unset;
        gap: 0;
        flex-direction: column;
    }

    .section-3 .section-lists .item {
        width: 100%;
        padding: 1rem 0;
        border-bottom: 1px dashed #E4E4E4;
    }

    .section-3 .section-lists .item .item-name {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .section-3 .section-lists .item .img-desc-wrap {
        margin-top: .5rem;
    }

    .section-3 .section-lists .item .img-desc-wrap img {
        width: 9.5rem;
        height: 5.5rem;
        border-radius: .5rem;
    }

    .section-3 .section-lists .item .img-desc-wrap p {
        font-size: .8rem;
        line-height: 1.2rem;
        margin-left: .5rem;
        height: 3.6rem;
        width: 13.875rem;
    }

    #to_top {
        bottom: 6rem;
        right: 1rem;
    }

    #to_top img {
        width: 1.875rem;
        height: 1.875rem;
    }

    .copyright {
        padding: 1.25rem 1rem;
        font-size: 0.75rem;
    }
}@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }

    .h2, h2 {
        font-size: 0.8rem
    }

    .h3, h3 {
        font-size: 1.75rem
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }
}

.markdown-body ol {
    list-style-type: decimal; /* 有序列表使用数字编号 */
    margin-left: 2em; /* 左侧留出一定的间距 */
    padding-left: 0; /* 清除内边距 */
}

.markdown-body ul {
    list-style-type: disc; /* 无序列表使用实心圆点 */
    margin-left: 2em; /* 左侧留出一定的间距 */
    padding-left: 0; /* 清除内边距 */
}

.markdown-body ol li,
.markdown-body ul li {
    margin-bottom: 0.5em; /* 列表项之间添加一定的间距 */
}