
.markdown-preview {
    flex: 1;
    overflow: hidden;
    padding: 20px 16px 12px 16px !important;
    font-family: "Tahoma For Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*基本样式*/
}
.markdown-preview * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.markdown-preview > div::-webkit-scrollbar {
    display: none;
}
.markdown-preview::-webkit-scrollbar {
    display: none;
}
.markdown-preview ul {
    list-style: none;
    padding: 0 20px;
}
.markdown-preview ul li {
    position: relative;
}
.markdown-preview ol,
.markdown-preview ul {
    margin: 0;
    border-radius: 5px;
}
.markdown-preview ol li,
.markdown-preview ul li {
    font-size: 14px !important;
    color: var(--agst-markdown-text-secondary, #262626);
    line-height: 22px !important;
    padding: 4px 0;
    min-height: 28px;
}
.markdown-preview ol li input[type=checkbox],
.markdown-preview ul li input[type=checkbox] {
    position: relative;
    cursor: pointer;
    overflow: visible;
    position: absolute;
    left: -14px;
    top: 2px;
}
.markdown-preview ol li input[type=checkbox]:before,
.markdown-preview ul li input[type=checkbox]:before {
    font-family: "iconfont" !important;
    color: var(--agst-markdown-text-tip, #999999);
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    content: "\e684";
    top: 0;
    left: -4px;
    z-index: 999999;
    background-position: center;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
}
.markdown-preview ol li input[type=checkbox]:checked:before,
.markdown-preview ul li input[type=checkbox]:checked:before {
    content: "\e683";
}
.markdown-preview ol li ol li::after,
.markdown-preview ol li ul li::after,
.markdown-preview ul li ol li::after,
.markdown-preview ul li ul li::after {
    display: none;
}
.markdown-preview ol li p,
.markdown-preview ul li p {
    margin-top: 12px;
}
.markdown-preview ol {
    list-style-type: decimal;
    padding-left: 24px;
}
.markdown-preview hr {
    color: var(--agst-markdown-border, #ddd);
    height: 1px;
    border: 0;
    border-top: 1px solid var(--agst-markdown-border, #ddd);
    margin: 20px 0;
    padding: 0;
}
.markdown-preview del,
.markdown-preview em,
.markdown-preview strong {
    display: inline-block;
}
.markdown-preview blockquote {
    position: relative;
    padding: 6px 12px;
    border-left: 5px solid var(--agst-markdown-divider, #e8e8e8);
    border-radius: 2px;
    margin: 8px 0;
}
.markdown-preview h1,
.markdown-preview h2,
.markdown-preview h3,
.markdown-preview h4,
.markdown-preview h5,
.markdown-preview h6 {
    color: var(--agst-markdown-text-title, #333333);
}
.markdown-preview h1 {
    font-size: 28px;
}
.markdown-preview h2 {
    font-size: 24px;
}
.markdown-preview h3 {
    font-size: 18px;
}
.markdown-preview h4 {
    font-size: 16px;
}
.markdown-preview h5 {
    font-size: 14px;
}
.markdown-preview h6 {
    font-size: 12px;
}
.markdown-preview h1 {
    padding: 28px 0;
    margin-bottom: 8px;
    font-weight: 600;
}
.markdown-preview h2 {
    padding: 24px 0;
    margin-bottom: 8px;
    font-weight: 600;
}
.markdown-preview h3 {
    padding: 18px 0;
    margin-bottom: 8px;
    font-weight: 600;
}
.markdown-preview h4 {
    padding: 16px 0;
    margin-bottom: 8px;
    font-weight: 600;
}
.markdown-preview h5 {
    padding: 14px 0;
    margin-bottom: 8px;
    font-weight: 600;
}
.markdown-preview h6 {
    padding: 8px 0;
    font-weight: 600;
    margin-bottom: 8px;
}
.markdown-preview p {
    font-size: 14px !important;
    color: var(--agst-markdown-text-secondary, #262626);
    margin-bottom: 8px;
    line-height: 22px;
}
.markdown-preview table {
    width: 100%;
    border: 1px solid var(--agst-markdown-table-border, #ddd);
    border-bottom: 0;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 20px 0;
}
.markdown-preview table tr {
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
}
.markdown-preview table tr td,
.markdown-preview table tr th {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 24px;
    color: var(--agst-markdown-table-text, #333);
    border-bottom: 1px solid var(--agst-markdown-table-border, #ddd);
    cursor: pointer;
}
.markdown-preview table th {
    text-align: left;
    font-weight: bold;
}
.markdown-preview table td,
.markdown-preview table th {
    border: 1px solid var(--agst-markdown-table-border, #ddd);
    word-break: break-all;
}
.markdown-preview input[type=checkbox] {
    display: inline-block;
    border-radius: 0;
    margin-right: 8px;
}
.markdown-preview a {
    text-decoration: underline;
    cursor: pointer;
    color: var(--agst-markdown-info, #0084ff);
    font-size: 14px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.markdown-preview p a {
    display: inline;
}
.markdown-preview code {
    position: relative;
    white-space: break-spaces;
}
.markdown-preview .code-block {
    position: relative;
    padding: 0 !important;
    border-radius: 6px;
    overflow: hidden;
}
.markdown-preview .code-block .code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--agst-markdown-code-block-header-bg, #101012) !important;
    padding: 8px 16px;
    color: var(--agst-markdown-code-block-header-text, #abb2bf);
    font-weight: 400;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 12px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 40px;
}
.markdown-preview .code-block .code-header .code-language {
    font-weight: 500;
    text-transform: lowercase;
    font-size: 14px;
    color: var(--agst-markdown-code-inner-text, #f7f7f7);
}
.markdown-preview .code-block .code-header .copy-code {
    cursor: pointer;
    font-size: 14px;
    color: var(--agst-markdown-code-inner-text, #f7f7f7);
}
.markdown-preview .code-block .code-header .copy-code:hover {
    color: var(--agst-markdown-info, #0084ff);
}
.markdown-preview .code-block .code-body {
    background-color: #101012 !important;
    overflow-x: scroll;
    /* 设置滚动条的背景颜色为透明 */
}
.markdown-preview .code-block .code-body::-webkit-scrollbar-track {
    background-color: transparent;
}
.markdown-preview .code-block .code-body::-webkit-scrollbar {
    height: 8px;
}
.markdown-preview .code-block .code-body pre {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.preview-img {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
    left: 0;
    top: 0;
    display: none;
    opacity: 0;
    transition: opacity 0.3s 0.1s;
    justify-content: center;
    align-items: center;
}
.preview-img .close {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--agst-markdown-code-inner-text, #f7f7f7);
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
}
.preview-img img {
    display: block;
}
.preview-img img.vertical {
    height: 80%;
    width: auto;
}
.preview-img img.horizontal {
    width: 80%;
    height: auto;
}
.preview-img.active {
    display: flex;
    opacity: 1;
}

/*
*Author zhaoxuhui
*/
.markdown-theme-gitHub pre {
    padding: 20px 10px !important;
    display: block;
    overflow-x: auto;
    color: #333;
    background: #f7f8fa !important;
    font-size: 13px;
    line-height: 20px;
    border-radius: 4px;
    margin: 10px 0 !important;
    overflow-x: auto !important;
}
.markdown-theme-gitHub pre * {
    font-family: Consolas !important;
}
.markdown-theme-gitHub .hljs-comment,
.markdown-theme-gitHub .hljs-quote {
    color: #998;
    font-style: italic;
}
.markdown-theme-gitHub .hljs-selector-tag,
.markdown-theme-gitHub .hljs-subst {
    color: #333;
    font-weight: bold;
}
.markdown-theme-gitHub .hljs-keyword {
    color: #d73a49;
}
.markdown-theme-gitHub .hljs-literal,
.markdown-theme-gitHub .hljs-number,
.markdown-theme-gitHub .hljs-tag .hljs-attr,
.markdown-theme-gitHub .hljs-template-variable,
.markdown-theme-gitHub .hljs-variable {
    color: #008080;
}
.markdown-theme-gitHub .hljs-doctag,
.markdown-theme-gitHub .hljs-string {
    color: #d73a49;
}
.markdown-theme-gitHub .hljs-section,
.markdown-theme-gitHub .hljs-selector-id,
.markdown-theme-gitHub .hljs-title {
    color: #900;
    font-weight: bold;
}
.markdown-theme-gitHub .hljs-subst {
    font-weight: normal;
}
.markdown-theme-gitHub .hljs-class .hljs-title,
.markdown-theme-gitHub .hljs-type {
    color: #458;
    font-weight: bold;
}
.markdown-theme-gitHub .hljs-attribute,
.markdown-theme-gitHub .hljs-name,
.markdown-theme-gitHub .hljs-tag {
    color: #000080;
    font-weight: normal;
}
.markdown-theme-gitHub .hljs-link,
.markdown-theme-gitHub .hljs-regexp {
    color: #009926;
}
.markdown-theme-gitHub .hljs-bullet,
.markdown-theme-gitHub .hljs-symbol {
    color: #990073;
}
.markdown-theme-gitHub .hljs-built_in,
.markdown-theme-gitHub .hljs-builtin-name {
    color: #0086b3;
}
.markdown-theme-gitHub .hljs-meta {
    color: #999;
    font-weight: bold;
}
.markdown-theme-gitHub .hljs-deletion {
    background: #fdd;
}
.markdown-theme-gitHub .hljs-addition {
    background: #dfd;
}
.markdown-theme-gitHub .hljs-emphasis {
    font-style: italic;
}
.markdown-theme-gitHub .hljs-strong {
    font-weight: bold;
}

/*# sourceMappingURL=github.css.map */

/*
*Author zhaoxuhui
*/
.markdown-theme-paiteams-light {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-weight: 400;
    font-size: 14px;
    color: var(--agst-markdown-text-color, #000000) !important;
}
.markdown-theme-paiteams-light ul {
    list-style-type: disc !important;
}
.markdown-theme-paiteams-light ol {
    list-style-type: decimal;
}
.markdown-theme-paiteams-light tr th {
    background-color: rgba(212, 212, 248, 0.1176470588) !important;
}
.markdown-theme-paiteams-light li {
    display: list-item;
    list-style-position: outside;
    background-color: var(--agst-markdown-bg-color, #f5f5f5) !important;
    color: var(--agst-markdown-list-text, #000000) !important;
}
.markdown-theme-paiteams-light li::before, .markdown-theme-paiteams-light li::after {
    display: none !important;
    content: none !important;
}
.markdown-theme-paiteams-light code {
    font-family: Consolas, monaco, monospace;
    color: var(--agst-markdown-code-text, #0d0d0d);
    border-radius: 4px;
    display: inline-block;
    border: var(--agst-border-solid);
    padding: 0 2px 0 2px;
}
.markdown-theme-paiteams-light .code-block {
    border-radius: 6px;
}
.markdown-theme-paiteams-light ul, .markdown-theme-paiteams-light ol {
    background-color: var(--agst-markdown-bg-color, #f5f5f5) !important;
    color: var(--agst-markdown-list-text, #000000) !important;
}
.markdown-theme-paiteams-light pre {
    background: var(--agst-markdown-code-block-bg, #101012) !important;
    color: var(--agst-markdown-code-block-text, #abb2bf);
    font-family: Menlo, Consolas, "Courier New", Courier, FreeMono, monospace;
    padding: 8px;
    border-radius: var(--agst-border-radius-base, 8px);
    white-space: pre-wrap !important; /* 保留空格，但允许换行 */
    overflow-wrap: break-word !important; /* 现代浏览器推荐用法 */
}
.markdown-theme-paiteams-light pre * {
    color: var(--agst-markdown-code-inner-text, #f7f7f7);
    line-height: 1.6 !important;
    font-size: 14px;
    font-family: Menlo, Consolas, "Courier New", Courier, FreeMono, monospace;
}
.markdown-theme-paiteams-light pre code {
    border: none;
}
.markdown-theme-paiteams-light h1, .markdown-theme-paiteams-light h2, .markdown-theme-paiteams-light h3, .markdown-theme-paiteams-light h4, .markdown-theme-paiteams-light h5, .markdown-theme-paiteams-light h6, .markdown-theme-paiteams-light li, .markdown-theme-paiteams-light p {
    padding: 0;
    margin: 0;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
.markdown-theme-paiteams-light h1 img, .markdown-theme-paiteams-light h2 img, .markdown-theme-paiteams-light h3 img, .markdown-theme-paiteams-light h4 img, .markdown-theme-paiteams-light h5 img, .markdown-theme-paiteams-light h6 img, .markdown-theme-paiteams-light li img, .markdown-theme-paiteams-light p img {
    cursor: pointer;
    max-width: 48px;
    max-height: 48px;
    object-fit: cover;
}
.markdown-theme-paiteams-light .language-mermaid {
    line-height: 22px;
    border: none !important;
}
.markdown-theme-paiteams-light .hljs-comment {
    color: var(--agst-markdown-hljs-comment, #d4d0ab);
}
.markdown-theme-paiteams-light .hljs-quote {
    color: var(--agst-markdown-hljs-quote, #b3b3b3);
    font-style: italic;
}
.markdown-theme-paiteams-light .hljs-doctag,
.markdown-theme-paiteams-light .hljs-formula,
.markdown-theme-paiteams-light .hljs-keyword {
    color: var(--agst-markdown-hljs-keyword, #c678dd);
}
.markdown-theme-paiteams-light .hljs-deletion,
.markdown-theme-paiteams-light .hljs-name,
.markdown-theme-paiteams-light .hljs-section,
.markdown-theme-paiteams-light .hljs-selector-tag,
.markdown-theme-paiteams-light .hljs-subst {
    color: var(--agst-markdown-hljs-deletion, #e06c75);
}
.markdown-theme-paiteams-light .hljs-literal {
    color: var(--agst-markdown-hljs-literal, #56b6c2);
}
.markdown-theme-paiteams-light .hljs-addition,
.markdown-theme-paiteams-light .hljs-attribute,
.markdown-theme-paiteams-light .hljs-meta-string,
.markdown-theme-paiteams-light .hljs-regexp,
.markdown-theme-paiteams-light .hljs-string {
    color: var(--agst-markdown-hljs-string, #abe338);
}
.markdown-theme-paiteams-light .hljs-built_in,
.markdown-theme-paiteams-light .hljs-class .hljs-title {
    color: var(--agst-markdown-hljs-built-in, #e6c07b);
}
.markdown-theme-paiteams-light .hljs-attr,
.markdown-theme-paiteams-light .hljs-number,
.markdown-theme-paiteams-light .hljs-selector-attr,
.markdown-theme-paiteams-light .hljs-selector-class,
.markdown-theme-paiteams-light .hljs-selector-pseudo,
.markdown-theme-paiteams-light .hljs-template-variable,
.markdown-theme-paiteams-light .hljs-type,
.markdown-theme-paiteams-light .hljs-variable {
    color: var(--agst-markdown-hljs-number, #d19a66);
}
.markdown-theme-paiteams-light .hljs-bullet,
.markdown-theme-paiteams-light .hljs-link,
.markdown-theme-paiteams-light .hljs-meta,
.markdown-theme-paiteams-light .hljs-selector-id,
.markdown-theme-paiteams-light .hljs-symbol,
.markdown-theme-paiteams-light .hljs-title {
    color: var(--agst-markdown-hljs-symbol, #61aeee);
}
.markdown-theme-paiteams-light .hljs-emphasis {
    font-style: italic;
}
.markdown-theme-paiteams-light .hljs-strong {
    font-weight: bold;
}
.markdown-theme-paiteams-light .hljs-link {
    text-decoration: underline;
}
.markdown-theme-paiteams-light .question-img-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    gap: 8px;
    background-color: transparent !important;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: row;
}
.markdown-theme-paiteams-light .question-img-box img {
    cursor: pointer;
    max-width: 48px;
    max-height: 48px;
    object-fit: cover;
}


