

* {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    color: #212529;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.a-link {
    color: #1E9FFF;
    font-size: 0.6rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: bold;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: calc(1rem + 1.2vw);
}

.h2,
h2 {
    font-size: calc(1rem + .6vw);
}

.h3,
h3 {
    font-size: calc(1rem + .4vw);
}

.h4,
h4 {
    font-size: calc(1rem + .2vw);
}

.h5,
h5 {
    font-size: 1.1rem;
}

.h6,
h6 {
    font-size: 1rem;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

img,
svg {
    vertical-align: center !important;
}

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

input,
textarea,
select {
    border: none;
    box-shadow: none;
    outline: none;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    word-wrap: break-word;
}

label {
    display: inline-block;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[readonly],
textarea[readonly] {
    background-color: #e9ecef60;
}

input:focus:not(:disabled):not([readonly]),
textarea:focus:not(:disabled):not([readonly]) {
    border-color: #198754;
    outline: none;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.CodeMirror {
    border: 1px solid #ced4da;
    font-size: 13px;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 .75rem;
    z-index: 0 !important;
}

.header {
    background-color: #212529;
    padding: .3rem 0;
    z-index: 999;
}

.header .container {
    display: flex;
    flex-direction: row;
}

.header .logo {
    margin-right: 1rem;
    color: #FFFFFF;
    font-size: 2.2rem;
    display: inline-block;
}

.header .nav {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.header .nav .nav-link {
    display: inline-block;
    padding: 0 .5rem;
    color: #FFFFFF;
    line-height: 2.5em;
}


.header .nav .nav-link:hover,
.header .nav .active {
    background: #343a40;
}

.header .nav-more {
    display: none;
}

.header .dropdown {
    position: relative;
    z-index: 999;
}

.header .dropdown .nav-link:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.header .dropdown .dropdown-menu {
    position: absolute;
    inset: 0 auto auto 0;
    margin: 0;
    transform: translate(0px, 42px);
    background: #FFFFFF;
    border: 1px solid #dfdfdf;
    border-top: none;
    display: none;
    min-width: 100%;
}

.header .dropdown .dropdown-menu .dropdown-item {
    display: block;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.header .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #efefef;
}

.header .avatar {
    height: 30px;
    border-radius: 15px;
    margin-right: 0.5em;
}


.footer {
    background-color: #212529;
    padding: 1rem 0;
}

.footer * {
    color: #ffffff !important;
    font-size: .9rem;
}

.footer .container {
    display: flex;
}

.footer .container .info,
.footer .container .about {
    flex: 1;
}

.footer .container .logo .iconfont {
    font-size: 4rem;
}

.breadcrumb {
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
}

.breadcrumb a {
    color: #999;
}

.breadcrumb a:hover {
    color: #666;
}

.breadcrumb span {
    color: #e95c0d;
}


@media (max-width: 1080px) {
    .header .logo {
        font-size: 2rem;
    }

    * {
        font-size: .9rem;
    }
}

@media (max-width: 990px) {
    #body-container {
        padding-top: 3.2rem;
    }

    .content {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .container {
        padding: 0;
    }

    .header {
        position: fixed;
        width: 100%;
    }

    .header .logo {
        font-size: 2.5rem;
    }

    .header .nav {
        flex-direction: column;
        position: fixed;
        height: 100vh;
        left: 0;
        top: 3.2rem;
        background: #FFFFFF;
        width: 12rem;
        z-index: 99999;
        display: none;
    }

    .header .nav .nav-link {
        display: block;
        font-size: 1rem;
        color: #212529;
    }


    .header .nav .nav-link:hover,
    .header .nav .active {
        background: #efefef;
    }

    .header .nav-more {
        display: inline-block !important;
        flex: 1;
        width: 20px;
        height: 21px;
        position: relative;
        margin-left: .3rem;
        margin-top: .3rem;
    }

    .header .nav-more .iconfont {
        color: #FFFFFF;
        font-size: 1.7rem;
    }

    .header .nav-mask {
        height: 100vh;
        width: 100%;
        position: fixed;
        left: 0;
        top: 3.2rem;
        background: rgba(0, 0, 0, .5);
        z-index: 99;
        transition: none;
        display: none;
    }

    .header .dropdown .nav-link:after {
        float: right;
        content: "";
        border-top: .3rem solid transparent;
        border-right: 0px;
        border-bottom: .3rem solid transparent;
        border-left: .3rem solid;
        margin-top: 1rem;
    }

    .header .dropdown .dropdown-menu {
        display: none;
    }

    .header .dropdown .dropdown-menu {
        position: absolute;
        inset: 0 auto auto 0;
        margin: 0;
        transform: translate(12rem, 0);
        background: #FFFFFF;
        border: 1px solid #dfdfdf;
        border-left: none;
        display: none;
    }

    .footer {
        padding: 1rem;
    }

    .footer .container .about {
        display: none;
    }

    .row,
    .col {
        display: block !important;
    }

    .hide-in-mobile {
        display: none;
    }

    .table {
        width: auto !important;
    }
}

@media (max-width: 760px) {
    .footer .container .info p {
        display: block;
        margin-right: 0;
        text-align: center;
    }

    .footer .container .logo {
        display: none;
    }

}

.markdown-html table,
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    /*width: 100%;*/
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    caption-side: bottom;
    border-collapse: collapse;
    /*table-layout: fixed;*/
}

.markdown-html table>tbody,
.table>tbody {
    vertical-align: inherit;
}

.markdown-html table> :not(caption)>*,
.table-bordered> :not(caption)>* {
    border-width: 1px 0;
}

.markdown-html table> :not(caption)>*>*,
.table-bordered> :not(caption)>*>* {
    border-width: 0 1px;
}

.markdown-html table> :not(caption)>*>*,
.table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.form-label {
    margin-bottom: 0.5rem;
}

.input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}


.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-width: 1rem;
}


.form-control:disabled {
    pointer-events: none;
    opacity: .45;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group> :not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group> :not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-control,
.input-group>.form-select {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control[type=file] {
    overflow: hidden;
}


.radio-group {
    display: flex;
}

.radio-group input[type="radio"] {
    position: absolute;
    opacity: 0;
    display: none;
}

.radio-group input[type="radio"]+label {
    cursor: pointer;
    margin-right: 1.5rem;
}


.radio-group input[type="radio"]+label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: 0.2em;
    margin-right: 0.2em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio-group input[type=radio]:checked+label:before {
    background-color: #1E9FFF;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #1E9FFF;
}

.radio-group input[type=radio]:checked+label {
    color: #1E9FFF;
}

.radio-group input[type=radio]:focus+label:before {
    outline: none;
    border-color: #1E9FFF;
}

.radio-group input[type=radio]:disabled+label:before {
    box-shadow: inset 0 0 0 3px #f4f4f4;
    background: #b4b4b4;
}

.radio-group input[type=radio]+label:empty:before {
    margin-right: 0;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.col {
    flex: 1 0 0;
}


.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

.btn-max {
    padding: .5rem 3rem;
    font-size: 18px;
    border-radius: 0.4rem;
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-dark:hover {
    background-color: #212548;
    border-color: #212548;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    background-color: #7c858d;
    border-color: #7c858d;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-primary:hover {
    background-color: #0D6EC8;
    border-color: #0D6EC8;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-success:hover {
    background-color: #198700;
    border-color: #198700;
}

.btn-copy {
    cursor: pointer;
    background-color: #e9ecef;
    border-color: #ced4da
}

.btn-copy:hover {
    border-color: #cedada;
    background-color: #cedada;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.btn-group> :not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group> :not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert {
    position: relative;
    z-index: 0;
    padding: .5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}


.download-image {
    width: 110px;
    height: 110px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #eeeeee;
    margin: 1rem 0 1rem 1rem;
    position: relative;
    z-index: 0;
    background-color: #fafafa;
}

.download-image a {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    position: absolute;
    bottom: 3px;
    right: 3px;
    padding: 2px 5px;
    border-radius: 5px;
}

.download-image a:hover {
    background: rgba(0, 0, 0, 0.8);
}

.tab-menus {
    display: flex;
    border-bottom: 1px solid #efefef;
    overflow-y: hidden;
    overflow-x: scroll;
}

.tab-menus::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.tab-menus .item {
    font-size: 1rem;
    padding: 1rem;
    margin-bottom: -1px;
    white-space: nowrap;
}

.tab-menus .active {
    color: #1E9FFF;
    font-weight: bold;
    border-bottom: 2px solid #1E9FFF;
}

.error-info {
    color: #842029;
    display: none;
}


.markdown-html * {
    padding: initial;
    margin: initial;
    list-style: initial;
    text-decoration: initial;
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    font-size: initial;
    font-weight: initial;
    line-height: 1.5;
}

.markdown-html h1,
.markdown-html h2,
.markdown-html h3,
.markdown-html h4,
.markdown-html h5,
.markdown-html h6 {
    font-weight: bold;
    margin-bottom: 15px;
}

.markdown-html h1 {
    font-size: 28px;
}

.markdown-html h2 {
    font-size: 24px;
}

.markdown-html h3 {
    font-size: 20px;
}

.markdown-html p {
    margin-bottom: 1.2em;
}

.markdown-html ul,
.markdown-html ol {
    padding-left: 2rem;
}

.markdown-html p,
.markdown-html li {
    margin-bottom: 10px;
}

.markdown-html em {
    font-style: italic;
}

.markdown-html strong {
    font-weight: bold;
}


.markdown-html a {
    color: #007bff;
    text-decoration: none;
}

.markdown-html a:hover {
    text-decoration: underline;
}

code,
.markdown-html code {
    font-family: Consolas, monospace;
    background-color: #f8f9fa;
    border-radius: 3px;
}

pre.code,
.markdown-html pre {
    background-color: #f8f9fa;
    padding: 1em;
    border-radius: 5px;
    overflow-x: auto;
}

.markdown-html blockquote {
    border-left: 4px solid #007bff;
    margin-left: 0;
    padding-left: 1em;
    color: #666;
}