@charset "UTF-8";@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes waveMove {
    0% {
        background-position: 0 100%
    }

    to {
        background-position: -20px 100%
    }
}

@keyframes fadeInDown {
    0% {
        transform: translate3d(0,-100%,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeOutUp {
    0% {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeInUp {
    0% {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes spin-animation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin-animation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes spin-animation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes spin-animation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes content {
    0% {
        opacity: 0;
        transform: translateY(5%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scale {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes translateX {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

html,html[data-theme=dark] {
    --a-hover-color: var(--red);
    /* --header-bg-image: "../fonts/endless-clouds.svg"; */
    --btn-color: var(--a-color);
    --btn-hover-color: #f00;
    --btn-active-color: #f00;
    --search-error-border-color: #f00;
    --popup-bg: rgb(22 25 37);
    --overlay-bg: rgba(36,39,59,0.3)
}

html {
    --hanzi-background: url("../fonts/mi_bg.svg") center no-repeat;
    --body-bg-color: #f6f6f6;
    --body-secondary-bg-color: #f3f3f3;
    --body-color: #212112;
    --body-secondary-color: #444;
    --body-info-color: #666;
    --theme-bg-color: #fff;
    --theme-bg-color-rgb: 255,255,255;
    --theme-secondary-bg-color: #f9f9f9;
    --border-color: #f0f0f0;
    --border-secondary-color: rgba(200,200,200,0.4);
    --text-color-gray: rgba(0,0,0,0.5);
    --a-color: #885E1B;
    --header-bg-color: linear-gradient(to right, #885E1B 0%, #D7B664 51%, #885E1B 100%);
    --search-bg-color: #fdfaeb;
    --search-border-color: rgba(0,0,0,0.2);
    --search-focus-border-color: #6B4EA7;
    --btn-bg-color: var(--theme-bg-color);
    --btn-hover-bg-color: #f8f9fa;
    --btn-hover-border-color: #dee2e6;
    --btn-border-color: #e9ecef;
    --shadow-color: rgba(200,200,200,0.3);
    --highlight-bg-color: #fdfbbc;
    --scrollbar-bg: rgba(66,66,66,0.4);
    --mi-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96' fill='%23fff' stroke='%23ccc'%3E%3Cpath d='M96 0L0 96zM0 0l96 96z' stroke-dasharray='1,2'/%3E%3Cpath d='M0 48h96zM48 0v96z' stroke-dasharray='1,3'/%3E%3C/svg%3E") center no-repeat;
    --mi-bg-red: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96' fill='%23fff' fill-opacity='.5' stroke='red'%3E%3Cpath d='M96 0L0 96zM0 0l96 96z' stroke-dasharray='1,2'/%3E%3Cpath d='M0 48h96zM48 0v96z' stroke-dasharray='1,3'/%3E%3C/svg%3E") center no-repeat;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

html[data-theme=dark] {
    --body-bg-color: #000;
    --body-secondary-bg-color: #181818;
    --body-info-color: #999;
    --body-color: #eee;
    --body-secondary-color: #aaa;
    --theme-bg-color: #222;
    --theme-bg-color-rgb: 34,34,34;
    --theme-secondary-bg-color: #2a2a2a;
    --border-color: #333;
    --border-secondary-color: rgba(99,99,99,0.6);
    --a-color: #FBF4D8;
    --header-bg-color: linear-gradient(to right,#000 0%,#222 51%,#000 100%);
    --btn-bg-color: #444;
    --btn-hover-bg-color: #343a40;
    --btn-hover-border-color: #495057;
    --btn-border-color: #444;
    --shadow-color: rgba(0,0,0,0.3);
    --highlight-bg-color: rgba(255,0,0,0.2);
    --search-bg-color: #222;
    --search-border-color: rgba(255,255,255,0.2);
    --search-focus-border-color: #666;
    --scrollbar-bg: rgb(255 253 253 / 57%);
    --text-color-gray: rgba(255,255,255,0.5);
    --mi-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96' fill='%23fff' stroke='%23555'%3E%3Cpath d='M96 0L0 96zM0 0l96 96z' stroke-dasharray='1,2'/%3E%3Cpath d='M0 48h96zM48 0v96z' stroke-dasharray='1,3'/%3E%3C/svg%3E") center no-repeat;
    --ci-color: #FBF4D8;
    --ci-bg-color: #333;
    --ci-border-color: #444;
    --ci-hover-color: #f00;
    --ci-hover-bg-color: #444;
    --ci-hover-border-color: #666;
    --ci-content-title-color: #aaa
}

html[data-theme=dark] .form-control {
    background-color: #111;
    color: #ccc;
    border-color: #444
}

:root {
    --blue: #bd9237;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #bd9237;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1420px;
    --font-family-sans-serif: "PingFang SC",Microsoft YaHei,Helvetica,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

::after,::before {
    box-sizing: border-box
}

footer,header,main,nav {
    display: block
}

body {
    margin: 0;
    font-family: "PingFang SC",Microsoft YaHei,Helvetica,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,h2,h3,h4 {
    margin-top: 0;
    margin-bottom: 10px
}

p {
    margin-bottom: 1rem
}

p {
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

strong {
    font-weight: bolder
}

a,a:hover {
    text-decoration: none
}

a {
    color: #bd9237;
    background-color: transparent;
    color: var(--a-color)
}

a:hover {
    color: #6442a1;
    color: var(--a-hover-color)
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

img,svg {
    vertical-align: middle
}

img {
    border-style: none;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

.socail-list ul li {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media (min-width: 1420px) {
    .container {
        max-width:1380px
    }
}

.row {
    display: flex;
    flex-wrap: wrap
}

.row {
    margin-right: 0;
    margin-left: 0
}

.col {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d2c7e8;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(139,108,195,.25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

#qrCode2>img,#qrcode img {
    width: 100%
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .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
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(139,108,195,.25)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(156,130,204,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #6945aa
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(156,130,204,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.collapse:not(.show) {
    display: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,.input-group-prepend {
    display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append,.input-group-append .btn+.btn,.input-group-prepend .btn+.btn {
    margin-left: -1px
}

.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-prepend>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-prepend>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .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
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-primary {
    color: #fff;
    background-color: #bd9237
}

a.badge-primary:focus,a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(139,108,195,.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #bd2130!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.d-flex {
    display: flex!important
}

.justify-content-between {
    justify-content: space-between!important
}

@media (min-width: 1200px) {
    .flex-xl-nowrap {
        flex-wrap:nowrap!important
    }
}

.position-relative {
    position: relative!important
}

.shadow-none {
    box-shadow: none!important
}

.w-100 {
    width: 100%!important
}

.mt-0 {
    margin-top: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: 5px!important
}

.mt-2 {
    margin-top: 10px!important
}

.mr-2 {
    margin-right: 10px!important
}

.mb-2 {
    margin-bottom: 10px!important
}

.ml-2 {
    margin-left: 10px!important
}

.mt-3 {
    margin-top: 20px!important
}

.mr-3 {
    margin-right: 20px!important
}

.mb-3 {
    margin-bottom: 20px!important
}

.m-4 {
    margin: 30px!important
}

.mt-4 {
    margin-top: 30px!important
}

.mb-4 {
    margin-bottom: 30px!important
}

.pb-0 {
    padding-bottom: 0!important
}

.p-1 {
    padding: 5px!important
}

.pt-1 {
    padding-top: 5px!important
}

.pb-1 {
    padding-bottom: 5px!important
}

.pb-2 {
    padding-bottom: 10px!important
}

.p-3 {
    padding: 20px!important
}

.pt-3 {
    padding-top: 20px!important
}

.pb-3 {
    padding-bottom: 20px!important
}

.pt-4 {
    padding-top: 30px!important
}

.pr-4 {
    padding-right: 30px!important
}

.pb-4 {
    padding-bottom: 30px!important
}

.pl-4 {
    padding-left: 30px!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-center {
    text-align: center!important
}

.text-white {
    color: #fff!important
}

.visible {
    visibility: visible!important
}

body,html {
    scroll-behavior: smooth;
    color: var(--body-color);
    background: #F5FCFF;
    font-size: 16px
}

body {
    position: relative
}

* {
    outline: 0;
    box-sizing: border-box
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

dl,ol {
    margin-top: 0;
    margin-bottom: 0
}

a.primary {
    padding-bottom: 1px;
    text-align: center;
    color: red;
    border-bottom: 1px solid var(--a-hover-color)
}

a.primary:hover {
    color: var(--a-hover-color);
    padding-bottom: 4px;
    border-color: transparent;
    animation: waveMove 1s infinite linear;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='%23ff3300' d='M0 3.5c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3'/%3E%3C/svg%3E") repeat-x 0 100%;
    background-size: 20px auto
}

a.red {
    color: red;
    text-decoration: underline
}

a.red:hover {
    color: #10892d
}

::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: var(--scrollbar-bg);
    border-radius: 10px
}

.scroll-box-x {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    webkit-overflow-scrolling: touch
}

.breadcrumb ol::-webkit-scrollbar,.scroll-box-x::-webkit-scrollbar {
    display: none
}

.bi {
    display: inline-block;
    vertical-align: -.125em
}

.font-sm {
    font-size: .875rem!important
}

.font-md {
    font-size: 1rem!important
}

.font-lg {
    font-size: 1.125rem!important
}

.font-xxl {
    font-size: 1.5rem!important
}

.font-14 {
    font-size: 14px!important
}

.font-15 {
    font-size: 15px!important
}

header {
/*     position: relative;
    z-index: 4001;
    transition: all .2s;
    border-bottom: 1px solid rgba(0,0,0,.1) */
}

/* header:after,header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1
} */

/*header:before{z-index:-2;background-color:var(--header-bg-color)}*/
/* header:before {
    z-index: -2;
    background-image: var(--header-bg-color)
}
 */
/* header:after {
     background: url(../fonts/endless-clouds.svg) top/87.5px; 
    opacity: .02
} */

.header-wrapper {
    padding: 0;
    z-index: 1
}

.header-main {
    padding: 12px 0;
    position: relative;
    display: flex;
    justify-content: space-between
}

.header-main .header-main-one {
    flex: none;
    flex-wrap: nowrap
}

.header-main .header-main-one .logo>img {
    height: 32px
}

.header-main .header-main-one .channel {
    font-size: 1rem;
    color: #fff
}

.header-main .header-main-one .channel::before {
    content: "•";
    padding-left: 10px;
    padding-right: 10px
}

.header-main .header-main-one,.header-main .header-main-three,.header-main .header-main-two {
    display: flex;
    align-items: center
}

.header-main .header-main-three>a,.header-main .header-main-two>a {
    display: inline-block;
    background-color: rgba(255,255,255,.2);
    padding: 0 10px;
    border-radius: 4px;
    color: #fff;
    transition: background-color .2s linear;
    height: 30px;
    border: 1px solid var(--border-secondary-color)
}

.header-main .header-main-three>a:hover,.header-main .header-main-two>a:hover {
    background-color: rgba(0,0,0,.2);
    color: #fff
}

.header-main .header-main-three>a:not(:first-child),.header-main .header-main-two>a:not(:first-child) {
    margin-left: 6px
}

.header-main .header-main-three>a>.iconfont,.header-main .header-main-two>a>.iconfont {
    font-size: 18px
}

.header-main .header-main-three>a,.header-main .header-main-two>a {
    line-height: 28px;
    margin-right: 5px;
}

/*Jason menu css*/
.menu-item {
    position: relative
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--btn-bg-color);
    border: 1px solid var(--border-secondary-color);
    padding: 10px;
    z-index: 9000;
    width: 110px;
    margin: 0 5px
}

.menu-item:hover .submenu {
    display: block
}

.submenu a {
    display: block;
    text-decoration: none;
    margin-bottom: 5px
}

.menu-item .main-link {
    position: relative;
    display: inline-block;
    background-color: rgba(255,255,255,.2);
    padding: 0 10px;
    border-radius: 4px;
    color: #fff;
    transition: background-color .2s linear;
    height: 30px;
    border: 1px solid var(--border-secondary-color);
    margin: 5px;
    line-height: 28px
}

.menu-item .main-link.on {
    display: inline-block;
    color: #8c621e;
    background-color: #f6f6f6;
    padding: 0 10px;
    border-radius: 4px;
    transition: background-color .2s linear;
    height: 30px;
    border: 1px solid var(--border-secondary-color);
    margin: 5px;
    line-height: 28px
}

/*Jason menu css END*/
.header-main .header-main-three>a.on,.header-main .header-main-two>a.on {
    color: #8c621e;
    background-color: #f6f6f6
}

.header-main .header-main-two {
    flex-grow: 1;
    justify-content: flex-end
}

.header-main .header-main-three {
    justify-content: flex-end;
    padding-left: 5px
}

@media (max-width: 991.98px) {
    .header-main-two a:not(:first-child) {
        display:none
    }
}

@media (max-width: 767.98px) {
    .header-search-wrapper>.container {
        padding-left:15px;
        padding-right: 15px
    }

    .header-search {
        width: calc(100% - 20px)
    }

    .header-main .header-main-one {
        order: 1
    }

    .header-main .header-main-one .channel {
        font-size: 1rem
    }

    .header-main .header-main-one .channel::before {
        padding-left: 6px;
        padding-right: 6px
    }

    .header-main .header-main-two {
        flex: none;
        display: none;
        order: 2;
        padding-right: 6px
    }

    .header-main .header-main-two>a:not(:first-child) {
        display: none
    }

    .header-main .header-main-three {
        order: 3;
        flex: none
    }

    header {
        margin-bottom: 0
    }

    .header-main {
        padding-left: 10px;
        padding-right: 10px
    }

    .header-search-wrapper {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -1px;
        box-shadow: none;
        padding: 15px 0;
        font-size: 14px
    }

    .header-search-wrapper+.container,header+.container {
        margin-top: 0
    }

    .header-search {
        width: 100%
    }
}

@media (max-width: 388px) {
    .header-main .channel {
        font-size:.9125rem!important
    }

    .header-main .header-main-three {
        padding-left: 8px!important
    }

    .header-main .header-main-three a {
        padding: 0 6px
    }

    .header-main .header-main-three a.theme-toggle {
        width: 32px
    }
}

.logo {
    width: auto;
    height: 32px;
    overflow: hidden
}

footer {
    border-top: 1px solid #343a40;
    background-color: #495057;
    text-align: center;
    color: #aaa;
    margin-top: 20px
}

footer>.container {
    padding: 20px;
    text-align: center
}

footer .icp {
    font-size: .825rem;
    display: flex;
    justify-content: center;
    align-items: center
}

footer a {
    color: #f8e8b1
}

footer a:not(:last-child):after {
    content: " ";
    color: #999;
    padding: 0 .5rem
}

.breadcrumb-wrapper {
    --breadcrumb-color: #fff;
    --breadcrumb-item-back-bg-color: #885E1B;
    --breadcrumb-bg-color: var(--theme-bg-color);
    --breadcrumb-item-bg-color: #bd9237;
    --breadcrumb-item-hover-bg: #D7B664;
    --breadcrumb-active-color: #000;
    --breadcrumb-active-bg-color: transparent;
    background: var(--breadcrumb-bg-color);
    box-shadow: 0 .125rem .25rem var(--shadow-color);
    margin-bottom: 20px;
    padding: 10px 0
}

:root[data-theme=dark] .breadcrumb-wrapper {
    --breadcrumb-bg-color: var(--theme-bg-color);
    --breadcrumb-item-back-bg-color: #555;
    --breadcrumb-item-bg-color: #333;
    --breadcrumb-item-hover-bg: #444;
    --breadcrumb-active-color: #fff
}

.breadcrumb,.breadcrumb ol {
    display: flex;
    align-items: center
}

.breadcrumb {
    text-decoration: none
}

.breadcrumb .back {
    background-color: var(--breadcrumb-item-back-bg-color);
    color: #fff;
    height: 34px;
    line-height: 34px;
    border-radius: .25rem;
    width: 30px;
    margin-right: 6px;
    text-align: center
}

.breadcrumb .back:hover,.breadcrumb li a {
    background-color: var(--breadcrumb-item-bg-color)
}

.breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    text-align: left;
    overflow-y: hidden;
    overflow-x: auto
}

.breadcrumb li a {
    position: relative;
    display: block;
    height: 34px;
    line-height: 34px;
    padding-left: 24px;
    padding-right: 12px;
    font-size: .925rem;
    color: var(--breadcrumb-color);
    white-space: nowrap
}

.breadcrumb li a::after,.breadcrumb li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: calc(100% - 8px)
}

.breadcrumb li a::after {
    border-left: 20px solid var(--breadcrumb-item-bg-color);
    z-index: 2
}

.breadcrumb li a::before {
    border-left: 20px solid var(--breadcrumb-bg-color);
    margin-left: 2px;
    z-index: 1
}

.breadcrumb li a:hover {
    background: var(--breadcrumb-item-hover-bg)!important
}

.breadcrumb li a:hover::after {
    border-left-color: var(--breadcrumb-item-hover-bg)!important
}

.breadcrumb li:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.breadcrumb li:last-child {
    font-weight: 700;
    margin-left: 20px;
}

.breadcrumb li:last-child a {
    pointer-events: none;
    cursor: default;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color: var(--breadcrumb-active-bg-color);
    color: var(--breadcrumb-active-color)
}

.breadcrumb li:last-child a::after,.breadcrumb li:last-child a::before {
    border: 0;
    display: none
}

.breadcrumb li:last-child h1 {
    margin: 0;
    /*padding-left:20px;*/
    font-size: .9375rem
}

.breadcrumb li:last-child span {
    padding-left: 20px
}

@media (max-width: 991.98px) {
    .breadcrumb .back,.breadcrumb li a {
        height:30px;
        line-height: 30px
    }

    .breadcrumb li a {
        font-size: .8125rem
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-wrapper {
        position:sticky;
        top: -1px;
        z-index: 2000
    }

    .breadcrumb {
        border-top: none;
        padding-left: 15px;
        padding-right: 15px
    }

    .breadcrumb nav {
        overflow-x: auto;
        white-space: nowrap
    }

    .breadcrumb nav::-webkit-scrollbar {
        display: none
    }
}

.dropdown-menu {
    --dropdown-link-color: var(--body-color);
    --dropdown-link-hover-color: #fff;
    --dropdown-link-hover-bg: #bd9237;
    --dropdown-link-active-color: #fff;
    --dropdown-link-active-bg: #AE91DB
}

:root[data-theme=dark] .dropdown-menu {
    --dropdown-link-color: var(--body-color);
    --dropdown-link-hover-color: #fff;
    --dropdown-link-hover-bg: #444;
    --dropdown-link-active-color: #fff;
    --dropdown-link-active-bg: #555
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: var(--theme-bg-color);
    background-clip: padding-box;
    border: 1px solid var(--border-color);
    border-radius: .25rem
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: var(--dropdown-link-hover-color);
    text-decoration: none;
    background-color: var(--dropdown-link-hover-bg)
}

.dropdown-item.active,.dropdown-item:active {
    color: var(--dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--dropdown-link-active-bg)
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.pagination {
    display: flex;
    border-radius: .25rem;
    --page-link-color: #6B4EA7
}

html[data-theme=dark] .pagination {
    --page-link-color: #FBF4D8
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--page-link-color);
    background-color: var(--theme-bg-color);
    border: 1px solid var(--btn-border-color)
}

.page-link:hover {
    z-index: 2;
    color: var(--btn-hover-color);
    text-decoration: none;
    background-color: var(--btn-hover-bg-color);
    border-color: var(--btn-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(139,108,195,.25)
}

.page-item:first-child {
    margin-left: 0!important
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #bd9237;
    border-color: #bd9237
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: var(--theme-secondary-bg-color);
    border-color: var(--border-secondary-color)
}

.pager {
    justify-content: center;
    align-items: center
}

.pager .page-count {
    margin-right: auto
}

.pager .page-item {
    margin-left: 10px
}

.pager .page-item .page-link {
    border-radius: 4px;
    padding: 8px 4px;
    min-width: 32px;
    text-align: center
}

.pager .page-item .page-next,.pager .page-item .page-prev {
    overflow: hidden
}

.pages {
    text-align: center;
    color: #666;
    width: 100%;
    clear: both;
    margin: 0 0 20px;
    font-size: 14px;
    padding: 20px
}

.pages a,.pages b {
    min-width: 32px;
    border-radius: 4px;
    color: #b08c42;
    margin: 20px 5px auto;
    padding: 8px 4px;
    background: #fff;
    display: inline-block;
    border: 1px solid #dbdfe1
}

.pages a:hover,.pages > b {
    color: #FFF;
    background: #b08c42;
    border-color: #b08c42
}

@media (max-width: 991.98px) {
    .pager .page-count {
        display:none
    }
}

.content-header .title,.content-header h1 {
    text-align: center;
    font-weight: 500;
    font-family: "Songti","Songti SC","宋体","Noto Serif CJK SC","Source Han Serif SC","Source Han Serif CN",STSong,"AR PL New Sung","AR PL SungtiL GB",NSimSun,SimSun,"TW-Sung","WenQuanYi Bitmap Song","AR PL UMing CN","AR PL UMing HK","AR PL UMing TW","AR PL UMing TW MBE",PMingLiU,MingLiU,serif;
    font-size: 1.75rem!important;
    padding-top: 15px;
    color: var(--body-color);
    margin-bottom: 0!important
}

.content-header .title+.summary,.content-header h1+.summary {
    padding: 5px 0 15px!important;
    margin: 0!important;
    color: var(--body-info-color)
}

.content-header .title+.summary+.description,.content-header h1+.summary+.description {
    margin-top: 15px!important
}

.content-header .summary {
    font-size: .875rem;
    text-align: center;
    border-bottom: 1px solid var(--border-color)
}

.content-header .summary:before {
    content: "（"
}

.content-header .summary:after {
    content: "）"
}

.content-header .description {
    font-size: .875rem;
    color: var(--body-info-color);
    margin-bottom: 0
}

@media (max-width: 575.98px) {
    .content-header .description {
        background-color:var(--body-secondary-bg-color);
        border: 1px solid var(--border-color);
        padding: 10px;
        border-radius: 5px
    }
}

.header-search-wrapper {
    position: relative;
    z-index: 2001;
    border-bottom: 1px solid rgba(180,180,180,.1);
    background-color: var(--search-bg-color);
    padding: 30px 0;
    border-radius: .2rem;
    box-shadow: 0 0 4px var(--shadow-color);
    font-size: 1rem
}

.card .card-header.main>h2,.header-search-wrapper>.container {
    padding: 0
}

.header-search {
    margin: 0 auto;
    max-width: 740px;
    display: block;
    position: relative;
    transition: opacity .2s linear
}

.header-search .dropdown-menu {
    box-shadow: 0 .5rem 1rem var(--shadow-color);
    border: 0;
    min-width: auto
}

.header-search .dropdown-menu .dropdown-item {
    font-size: inherit
}

.header-search .dropdown-menu .active {
    border-left: 2px solid #bd9237
}

.header-search button[data-toggle=dropdown] {
    color: #fff;
    background-color: #28a745;
    border-right: 1px solid var(--border-color)
}

.header-search~p {
    margin-top: 15px;
    margin-bottom: 0
}

.header-search-title {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px
}

#searchForm {
    border: 3px solid var(--search-border-color);
    border-radius: 7px;
    transition: all .2s linear;
    box-shadow: 0 1rem 3rem var(--shadow-color)
}

#searchForm.search-form-focused {
    border-color: var(--search-focus-border-color)!important
}

#searchForm.search-form-invalid {
    border-color: rgba(255,0,0,.8)!important
}

#searchForm button[data-toggle=dropdown] {
    font-size: inherit;
    color: var(--body-color)
}

#searchWords {
    margin-left: 2px;
    border: 0;
    font-size: inherit;
    height: 3em
}

#searchWords:focus {
    border: 0;
    box-shadow: none
}

@media (max-width: 767.98px) {
    .header-search-wrapper {
        padding-left:15px;
        padding-right: 15px;
        margin-bottom: 0!important
    }

    .header-search {
        font-size: 14px
    }

    .header-search>#searchForm {
        border-width: 2px;
        border-radius: 10px
    }

    .header-search>#searchForm .dropdown-toggle {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px
    }

    .header-search>#searchForm button[type=submit] {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px
    }
}

.socail-list ul {
    display: flex;
    justify-content: center;
    justify-items: center
}

.socail-list ul li:not(:first-child) {
    margin-left: 8px
}

.socail-list ul li .iconfont {
    font-size: 50px;
    color: #aaa;
    transition: all .2s ease
}

.socail-list ul li .iconfont.icon-wechat {
    color: #3dbe5b
}

.socail-list ul li .iconfont.icon-weibo {
    color: #ff5757
}

.socail-list ul li .iconfont.icon-QQ {
    color: #21b3f7
}

.socail-list ul li .iconfont.icon-qzone {
    color: #f8c514
}

#qrCode2 {
    margin: 0 auto;
    max-width: 300px
}

.qr-modal .tingle-modal-box .tingle-modal-box__content {
    padding-left: 0;
    padding-right: 0
}

.tooltip {
    transition: top .2s,opacity .2s
}

.tooltip.show {
    top: 0
}

.link-list ul {
    display: flex;
    flex-wrap: wrap
}

.link-list ul li {
    font-size: inherit;
    width: 33.33333%
}

.link-list ul li a {
    display: block;
    background-color: var(--theme-secondary-bg-color);
    padding: .5rem 0;
    text-align: center;
    box-shadow: 0 2px 3px 0 var(--shadow);
    border-radius: 4px;
    border: 1px solid var(--btn-border-color);
    transition: all .15s
}

.link-list ul li a.active {
    font-weight: 700;
    color: var(--btn-active-color);
    background-color: unset
}

.link-list ul li a:hover {
    border-color: var(--btn-hover-border-color);
    background-color: var(--btn-hover-bg-color)
}

#backtotop,.tingle-modal {
    opacity: 0;
    visibility: hidden
}

.tingle-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3002;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0,0,0,.6);
    -webkit-overflow-scrolling: touch;
    cursor: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.514.535l-6.42 6.42L2.677.536a1.517 1.517 0 00-2.14 0 1.517 1.517 0 000 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 000 2.14 1.517 1.517 0 002.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 002.14 0 1.517 1.517 0 000-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 000-2.14 1.516 1.516 0 00-2.14 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"),auto;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

.tingle-modal--confirm .tingle-modal-box {
    text-align: center
}

.tingle-modal--noOverlayClose {
    cursor: default
}

.tingle-modal--noClose .tingle-modal__close {
    display: none
}

.tingle-modal__close {
    position: fixed;
    top: 4.5rem;
    right: 2.5rem;
    z-index: 1000;
    padding: 0;
    width: 2rem;
    height: 2rem;
    border: 0;
    background-color: transparent;
    color: #fff;
    cursor: pointer
}

.tingle-modal__close svg *,.tingle-modal__close2 svg * {
    fill: currentColor
}

.tingle-modal__close2 {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    padding: 0;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: #bd9237;
    border: 0
}

.tingle-modal__close2 svg {
    vertical-align: top
}

.tingle-modal__close2:hover {
    background-color: #885E1B
}

.tingle-modal__close2 span {
    width: 12px;
    height: 12px;
    padding: 8px;
    box-sizing: content-box;
    display: block
}

.ci-list[data-more]+.ci-list-message,.tingle-modal__closeLabel {
    display: none
}

.tingle-modal__closeLabel:hover,html[data-theme=dark] .tingle-modal-box .tingle-modal-box__content .tingle-modal-title {
    color: #fff
}

.tingle-modal-box {
    position: relative;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 580px;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    cursor: auto;
    will-change: transform,opacity;
    color: #222
}

.tingle-modal-box .tingle-modal-box__content {
    padding: 3rem 1.5rem;
    position: relative
}

.tingle-modal-box .tingle-modal-title {
    color: #222;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    position: relative
}

.tingle-modal-box .tingle-modal-title:after {
    content: "";
    position: absolute;
    left: calc(50% - 45px);
    width: 90px;
    height: 15px;
    background: #e1ccf9;
    bottom: 0;
    border-radius: 4px;
    transform: skewX(-15deg);
    z-index: -1
}

.tingle-modal-box .tingle-modal-box__footer {
    padding: 1.5rem 2rem;
    width: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #f5f5f5;
    cursor: auto;
    text-align: center
}

.tingle-modal-box .tingle-modal-box__footer::after {
    display: table;
    clear: both;
    content: ""
}

.tingle-modal-box__footer--sticky {
    position: fixed;
    bottom: -200px;
    z-index: 10001;
    opacity: 1;
    transition: bottom .3s ease-in-out .3s
}

#backtotop.visible,.tingle-modal--visible {
    visibility: visible;
    opacity: 1
}

.tingle-modal--visible .tingle-modal-box {
    animation: scale .2s cubic-bezier(.68,-.55,.265,1.55) forwards
}

.tingle-modal--visible .tingle-modal-box__footer {
    bottom: 0
}

.tingle-modal--overflow {
    overflow-y: scroll;
    padding-top: 8vh
}

@media (max-width: 620px) and (orientation:portrait) {
    .tingle-modal {
        width:100%
    }

    .tingle-modal-box {
        width: calc(100% - 30px)
    }

    .tingle-modal-box .tingle-modal-box__content {
        padding: 3rem 1.5rem
    }

    .tingle-modal--noClose {
        top: 0
    }

    .tingle-modal--noOverlayClose {
        padding-top: 0
    }

    .tingle-modal-box__footer .tingle-btn {
        display: block;
        float: none;
        margin-bottom: 1rem;
        width: 100%
    }

    .tingle-modal__close {
        top: 0;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 60px;
        border: 0;
        background-color: #2c3e50;
        box-shadow: none;
        color: #fff
    }

    .tingle-modal__closeLabel {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.6rem
    }

    .tingle-modal__closeIcon {
        display: inline-block;
        margin-right: .8rem;
        width: 1.6rem;
        vertical-align: middle;
        font-size: 0
    }
}

html[data-theme=dark] .tingle-modal-box .tingle-modal-box__content {
    background-color: #2c2c2c;
    color: #fff
}

html[data-theme=dark] .tingle-modal-box .tingle-modal-box__content .tingle-modal-title::after {
    background-color: #5a360a
}

html[data-theme=dark] .tingle-modal-box .tingle-modal-box__footer {
    background-color: #333!important
}

#backtotop {
    transform: scale(.8);
    transition: all .2s;
    position: absolute
}

#backtotop.visible {
    position: relative;
    transform: scale(1)
}

.widget:not(:first-child) {
    margin-bottom: .5rem
}

.table {
    width: 100%
}

.table thead th {
    font-weight: 700;
    background-color: #17a2b8;
    color: #fff;
    padding: .5rem 0;
    white-space: nowrap;
    border-right: 1px solid #52aebd
}

.table thead th:last-child,.table tr td:last-child {
    border-right: none
}

.table tr td {
    border-bottom: 1px solid #f0f0f0;
    padding: .5rem .25rem;
    border-right: 1px solid #f0f0f0
}

.table tr:nth-child(even) td {
    background-color: #f9f9f9
}

html {
    --ci-color: #C4A067;
    --ci-bg-color: #f9f9f9;
    --ci-border-color: rgba(240,233,219);
    --ci-hover-color: #dc3545;
    --ci-hover-bg-color: rgba(251,249,246);
    --ci-hover-border-color: rgba(220,53,69,0.1);
    --ci-content-title-color: #8F6723
}

.ci-list[data-more] {
    position: relative
}

.ci-list[data-more] ul {
    padding-bottom: 50px
}

.ci-list[data-more] ul::after {
    content: "";
    height: 120px;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom,rgba(var(--theme-bg-color-rgb),0) 0%,rgba(var(--theme-bg-color-rgb),1) 100%);
    transition: height .25s ease
}

.ci-list[data-more] ul+.ci-list-more {
    display: block
}

.ci-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px
}

.ci-list ul+.ci-list-more {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    text-align: center;
    white-space: nowrap
}

.ci-list ul+.ci-list-more>button {
    border-radius: 2em;
    padding-left: 1em;
    padding-right: 1em
}

.ci-list li:not(.divide) {
    position: relative;
    text-align: center;
    margin: 6px;
    padding: 10px 5px;
    border-radius: .2rem;
    border: 1px solid var(--ci-border-color);
    background-color: var(--ci-bg-color);
    color: var(--ci-color);
    transition: all .2s linear;
    font-size: .9375rem
}

.ci-list li:not(.divide):hover {
    border: 1px solid var(--ci-hover-border-color);
    background-color: var(--ci-hover-bg-color)
}

.ci-list li:not(.divide) a strong {
    color: red
}

.ci-list li:not(.divide) a em {
    color: red;
    font-style: normal
}

.ci-list li:not(.divide) .pinyin {
    font-size: .875rem;
    margin-bottom: 2px;
    font-family: Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: var(--body-info-color)
}

.ci-category-home dl,.ci-list+nav,.ci-list-message {
    padding-bottom: 25px
}

.ci-list+.ci-list-more .btn {
    font-size: .9375rem;
    border-radius: 3em;
    padding: .25rem 4rem
}

.ci-list-message {
    font-size: .9125rem;
    color: var(--text-color-gray);
    text-align: center
}

.ci-list-row li {
    position: relative;
    padding: 15px;
    border: 2px dashed var(--border-color);
    margin-bottom: 20px;
    border-radius: 10px
}

.ci-list-row li:nth-of-type(even) {
    background-color: var(--theme-secondary-bg-color)
}

.ci-list-row li:hover {
    background-color: var(--ci-hover-bg-color)
}

.ci-list-row li:last-child {
    margin-bottom: 0
}

.ci-list-row li p {
    margin: 0
}

.ci-list-row li p.summary {
    font-size: .875rem;
    color: var(--body-info-color)
}

.ci-list-row li p.summary strong {
    padding-right: 4px
}

.ci-list-row li p.summary .more {
    color: rgba(128,128,128,.6)
}

.ci-list-row li p.summary+.attrs {
    margin-top: 10px
}

.ci-category-terse,.ci-list-row li .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ci-list-row li .title {
    margin-bottom: 10px
}

.ci-list-row li .title h3 {
    margin: 0;
    font-weight: 400;
    font-size: 1.125rem
}

.ci-list-row li .title h3 em {
    color: red;
    font-style: normal
}

.ci-list-row li .title a {
    border-bottom: 1px solid var(--body-info-color);
    color: var(--ci-content-title-color)
}

.ci-list-row li .title .pinyin {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 700
}

.ci-list-row li .title .pinyin::after,.ci-list-row li .title .pinyin::before {
    color: #999;
    font-weight: 700
}

.ci-list-row li .title .pinyin::before {
    content: "[ "
}

.ci-list-row li .title .pinyin::after {
    content: " ]"
}

.ci-list-row li .title a:hover {
    border-bottom: 1px solid red;
    color: red
}

.ci-list-row li .num {
    position: absolute;
    left: 0;
    top: 15px;
    color: rgba(128,128,128,.4);
    font-size: 18px;
    font-weight: 700;
    width: 40px;
    text-align: center
}

.ci-list-row.ci-list-no li {
    padding-left: 40px
}

.ci-list-row+nav {
    padding-top: 5px;
    padding-bottom: 25px
}

.ci-category-terse {
    justify-content: space-between
}

.ci-category-terse::after {
    content: "";
    flex: auto
}

.ci-category-terse>strong {
    margin-right: 6px;
    margin-left: 5px;
    font-size: .9375rem
}

.ci-category-terse a {
    flex-basis: auto;
    font-size: .875rem;
    border: 1px solid var(--ci-border-color);
    background-color: var(--btn-bg-color);
    border-radius: 100px;
    height: 27px;
    line-height: 25px;
    padding: 0 10px;
    text-decoration: none;
    display: inline-block;
    margin: 5px 3px
}

.ci-category-terse a.active {
    color: red;
    font-weight: 700;
    text-decoration: none
}

@media (min-width: 1420px) {
    .ci-list li[data-size="2"],.ci-list li[data-size="3"],.ci-list li[data-size="4"] {
        width:calc(16.6666666667% - 12px)!important;
        flex-grow: unset!important
    }

    .ci-list li[data-size="5"] {
        width: calc(20% - 12px)!important;
        flex-grow: 1
    }

    .ci-list li[data-size="6"],.ci-list li[data-size="7"] {
        width: calc(25% - 12px)!important;
        flex-grow: 1
    }

    .ci-list li[data-size="10"],.ci-list li[data-size="11"],.ci-list li[data-size="8"],.ci-list li[data-size="9"] {
        width: calc(33.3333333333% - 12px)!important;
        flex-grow: 1
    }

    .ci-list li[data-size="12"],.ci-list li[data-size="13"],.ci-list li[data-size="14"],.ci-list li[data-size="15"] {
        width: calc(50% - 12px)!important;
        flex-grow: 1
    }
}

.ci-list li:not(.divide) {
    width: calc(16.6666666667% - 12px)
}

.ci-list li[data-size="2"],.ci-list li[data-size="3"] {
    width: calc(16.6666666667% - 12px)
}

.ci-list li[data-size="4"] {
    width: calc(20% - 12px);
    flex-grow: 1
}

.ci-list li[data-size="5"],.ci-list li[data-size="6"] {
    width: calc(25% - 12px);
    flex-grow: 1
}

.ci-list li[data-size="7"],.ci-list li[data-size="8"] {
    width: calc(33.3333333333% - 12px);
    flex-grow: 1
}

.ci-list li[data-size="10"],.ci-list li[data-size="11"],.ci-list li[data-size="12"],.ci-list li[data-size="13"],.ci-list li[data-size="14"],.ci-list li[data-size="15"],.ci-list li[data-size="9"] {
    width: calc(50% - 12px);
    flex-grow: 1
}

@media (max-width: 1419.98px) {
    .ci-list li[data-size="2"],.ci-list li[data-size="3"] {
        width:calc(20% - 12px)
    }

    .ci-list li[data-size="4"],.ci-list li[data-size="5"] {
        width: calc(25% - 12px);
        flex-grow: 1
    }

    .ci-list li[data-size="6"],.ci-list li[data-size="7"],.ci-list li[data-size="8"] {
        width: calc(33.3333333333% - 12px);
        flex-grow: 1
    }

    .ci-list li[data-size="10"],.ci-list li[data-size="11"],.ci-list li[data-size="12"],.ci-list li[data-size="13"],.ci-list li[data-size="14"],.ci-list li[data-size="15"],.ci-list li[data-size="9"] {
        width: calc(50% - 12px);
        flex-grow: 1
    }
}

@media (max-width: 1199.98px) {
    .ci-list li:not(.divide) {
        width:calc(25% - 12px)
    }

    .ci-list li[data-size="2"],.ci-list li[data-size="3"] {
        width: calc(25% - 12px)
    }

    .ci-list li[data-size="4"],.ci-list li[data-size="5"],.ci-list li[data-size="6"] {
        width: calc(33.3333333333% - 12px);
        flex-grow: 1
    }

    .ci-list li[data-size="10"],.ci-list li[data-size="11"],.ci-list li[data-size="12"],.ci-list li[data-size="13"],.ci-list li[data-size="14"],.ci-list li[data-size="15"],.ci-list li[data-size="7"],.ci-list li[data-size="8"],.ci-list li[data-size="9"] {
        width: calc(50% - 12px);
        flex-grow: 1
    }
}

@media (max-width: 767.98px) {
    .ci-list li:not(.divide) {
        width:calc(33.3333333333% - 12px)
    }
}

@media (max-width: 575.98px) {
    .ci-list li[data-size="2"],.ci-list li[data-size="3"] {
        width:calc(33.3333333333% - 12px)
    }

    .ci-list li[data-size="4"],.ci-list li[data-size="5"],.ci-list li[data-size="6"],.ci-list li[data-size="7"],.ci-list li[data-size="8"] {
        width: calc(50% - 12px);
        flex-grow: 1
    }

    .ci-list li[data-size="10"],.ci-list li[data-size="11"],.ci-list li[data-size="12"],.ci-list li[data-size="13"],.ci-list li[data-size="14"],.ci-list li[data-size="15"],.ci-list li[data-size="9"] {
        width: calc(100% - 12px);
        flex-grow: 1
    }
}

.title-angle-shap {
    font-size: 1.125rem;
    padding-left: .75rem;
    padding-top: .75rem;
    margin-bottom: 10px;
    position: relative
}

.title-angle-shap::after,.title-angle-shap::before {
    position: absolute;
    background: red;
    content: "";
    left: 0;
    top: .5rem
}

.title-angle-shap::after {
    width: 10px;
    height: 2px
}

.title-angle-shap::before {
    width: 2px;
    height: 10px
}

.title-shadow {
    position: relative;
    padding: 10px;
    text-align: center;
    z-index: 1;
    line-height: 1em
}

.title-shadow:after {
    content: "";
    position: absolute;
    left: calc(50% - 45px);
    width: 90px;
    height: 15px;
    background-color: rgba(242,222,173,.3);
    bottom: 4px;
    border-radius: 4px;
    transform: skewX(-15deg);
    z-index: -1
}

.title-line-cross {
    display: flex;
    align-items: center
}

.title-line-cross>h2,.title-line-cross>h3 {
    margin: 0 20px;
    color: var(--body-color)
}

.title-line-cross>h2 {
    font-size: 1.25rem
}

.title-line-cross>h3 {
    font-size: 1rem
}

.title-line-cross:after,.title-line-cross:before {
    content: "";
    flex-grow: 1;
    height: 1px;
    overflow: hidden;
    background-color: var(--border-color)
}

.title-line-cross.left:before {
    margin-left: 10px;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
    flex-grow: unset
}

.title-line-under {
    font-size: 1.25rem;
    padding: .5rem 0;
    position: relative
}

.title-line-under::after,.title-line-under::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0
}

.title-line-under::before {
    background-color: #fc4c4c;
    width: 64px;
    height: 3px;
    z-index: 2
}

.title-line-under::after {
    background-color: var(--theme-secondary-bg-color);
    height: 2px;
    right: 0
}

.title h1,.title-line-under.center {
    text-align: center
}

.title-line-under.center::before {
    left: calc(50% - 32px)
}

.title-line-under em {
    font-style: unset;
    color: red;
    margin-right: 2px
}

.title h1 {
    color: var(--body-color);
    padding-top: 20px;
    line-height: 1em;
    margin-bottom: 15px;
    font-family: "Songti","Songti SC","宋体","Noto Serif CJK SC","Source Han Serif SC","Source Han Serif CN",STSong,"AR PL New Sung","AR PL SungtiL GB",NSimSun,SimSun,"TW-Sung","WenQuanYi Bitmap Song","AR PL UMing CN","AR PL UMing HK","AR PL UMing TW","AR PL UMing TW MBE",PMingLiU,MingLiU,serif;
    font-size: 2rem
}

.title h1+.summary {
    font-size: .875rem;
    color: var(--body-secondary-color);
    text-align: center;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 0;
    padding-bottom: 15px
}

.title .description {
    color: var(--body-info-color)
}

.sun-and-moon>:is(.moon,.sun,.sun-beams) {
    transform-origin: center center
}

.sun-and-moon>:is(.moon,.sun) {
    fill: var(--icon-fill)
}

.sun-and-moon>.sun-beams {
    stroke: var(--icon-fill);
    stroke-width: .125rem
}

@media (hover: hover) and (pointer:fine) {
    .theme-toggle:is(:hover,:focus-visible)>.sun-and-moon>:is(.moon,.sun) {
        fill:var(--icon-fill-hover)
    }

    .theme-toggle:is(:hover,:focus-visible) .sun-and-moon>.sun-beams {
        stroke: var(--icon-fill-hover)
    }
}

[data-theme=light] .sun-and-moon>.sun {
    transform: scale(1.75)
}

[data-theme=light] .sun-and-moon>.sun-beams {
    opacity: 0
}

[data-theme=light] .sun-and-moon>.moon>circle {
    transform: translateX(7px)
}

@supports (cx:1) {
    [data-theme=light] .sun-and-moon>.moon>circle {
        transform: translateX(0);
        cx: 7
    }
}

@media (prefers-reduced-motion:no-preference) {
    .sun-and-moon>.sun {
        transition: transform .5s cubic-bezier(.5,1.25,.75,1.25)
    }

    .sun-and-moon>.sun-beams {
        transition: transform .5s cubic-bezier(.5,1.5,.75,1.25),opacity .5s cubic-bezier(.25,0,.3,1)
    }

    .sun-and-moon .moon>circle {
        transition: transform .25s cubic-bezier(0,0,0,1)
    }

    @supports (cx:1) {
        .sun-and-moon .moon>circle {
            transition: cx .25s cubic-bezier(0,0,0,1)
        }
    }

    [data-theme=light] .sun-and-moon>.sun {
        transform: scale(1.75);
        transition-timing-function: cubic-bezier(.25,0,.3,1);
        transition-duration: .25s
    }

    [data-theme=light] .sun-and-moon>.sun-beams {
        transform: rotateZ(-25deg);
        transition-duration: .15s
    }

    [data-theme=light] .sun-and-moon>.moon>circle {
        transition-delay: .25s;
        transition-duration: .5s
    }
}

.theme-toggle {
    --icon-fill: rgba(0,0,0,0.8);
    --icon-fill-hover: rgba(255,0,0,1);
    position: relative;
    width: 40px;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent
}

.theme-toggle>svg {
    height: 20px;
    width: 20px;
    stroke-linecap: round;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px)
}

[data-theme=dark] .theme-toggle {
    --icon-fill: rgba(255,255,255,0.8);
    --icon-fill-hover: rgba(255,0,0,1)
}

.theme-toggle .tooltip {
    top: 70px
}

@media (any-hover: hover) {
    .theme-toggle:hover .tooltip {
        top:40px;
        opacity: 1;
        pointer-events: auto
    }
}

.notification-container {
    position: fixed;
    z-index: 10002;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none
}

.notification-container .notification-message {
    min-width: 240px;
    white-space: nowrap;
    width: auto;
    height: auto;
    padding: 15px;
    text-align: center;
    color: #fff;
    border: 2px solid var(--border-color);
    box-shadow: 0 .5rem 1rem var(--shadow-color);
    background-color: #0c0d0f;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(40px);
    transition: all .2s cubic-bezier(.785,.135,.15,.86)
}

.notification-container.show .notification-message {
    opacity: 1;
    transform: translateY(0)
}

.notification-container.hide .notification-message {
    opacity: 0;
    transform: translateY(-40px)
}

.ci-alert {
    border: 1px solid var(--ci-border-color);
    background-color: var(--ci-bg-color);
    padding: 15px 20px;
    margin-bottom: 1rem;
    border-radius: 4px
}

.sidebar-content.sticky {
    position: sticky;
    top: 0
}

.sidebar-content .card {
    margin-bottom: 10px
}

.sidebar-content .content.link-list ul {
    margin: 0 -5px
}

.sidebar-content .content.link-list li {
    padding: 5px;
    width: 33.33333%
}

.sidebar-content .content.link-list strong {
    color: red
}

.sidebar-content .content.quick-list ul {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap
}

.sidebar-content .content.quick-list li {
    padding: 5px;
    width: 50%
}

.sidebar-content .content.quick-list a {
    display: block;
    text-align: center;
    background-color: #b08c42;
    border-bottom: 3px solid #8d6d2d;
    font-size: .9375rem;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transition: all .2s ease-in-out;
    padding: 8px 0
}

.sidebar-content .content.quick-list a:hover {
    background: #67a535;
    border-bottom: 3px solid #559223
}

.sidebar-actions,.sidebar-actions a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.sidebar-actions a {
    border: 1px solid var(--btn-border-color);
    width: 100%;
    margin-top: 10px;
    background-color: var(--theme-bg-color);
    box-shadow: 0 0 10px var(--shadow-color);
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    position: relative;
    height: 60px
}

.sidebar-actions a>i {
    display: block;
    font-size: 22px;
    line-height: 26px
}

.sidebar-actions a:first-child {
    margin-top: 0
}

.sidebar-actions a[data-mobile] {
    position: relative;
    /*z-index:1000*/
}

@media (max-width: 991.98px) {
    .sidebar-content {
        position:unset;
        display: flex;
        flex-direction: column
    }

    .sidebar-content>.card:first-child {
        order: 2;
        margin-top: 10px
    }

    .sidebar-content .content.link-list ul,.sidebar-content .content.quick-list ul {
        margin: 0 -7px
    }

    .sidebar-content .content.link-list li {
        width: 20%
    }

    .sidebar-content .content.quick-list li {
        width: 25%
    }
}

@media (max-width: 767.98px) {
    .sidebar-content .content.link-list li {
        padding:5px 7px;
        width: 25%
    }

    .sidebar-content .content.quick-list li {
        width: 33.3333%
    }
}

@media (max-width: 575.98px) {
    .sidebar-content .content.link-list li {
        width:33.3333%
    }

    .sidebar-content .content.quick-list li {
        width: 50%
    }
}

html[data-theme=dark] .sidebar-content .content.quick-list a {
    background-color: #444;
    border-bottom: 3px solid #555;
    color: #fff
}

html[data-theme=dark] .sidebar-content .content.quick-list a:hover {
    background: #555;
    border-bottom: 3px solid #666
}

.side-toolbar,.side-toolbar a {
    display: flex;
    align-items: center
}

.side-toolbar {
    flex-direction: column;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 15px;
    z-index: 1000;
    border: 1px solid var(--border-secondary-color);
    background-color: var(--theme-secondary-bg-color);
    box-shadow: 0 2px 4px var(--shadow-color);
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 4px
}

.side-toolbar a {
    width: 28px;
    height: 34px;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid var(--border-secondary-color)
}

.side-toolbar a:last-child {
    border-bottom: none
}

.side-toolbar a i {
    font-weight: 500;
    font-size: 18px;
    color: var(--body-color)
}

.side-toolbar a .tooltip {
    display: none
}

@media (any-hover: none) {
    .side-toolbar a .stip,.side-toolbar a[data-mobile] {
        display:none
    }
}

@media (any-hover: hover) {
    .side-toolbar a {
        position:relative
    }

    .side-toolbar a .stip {
        display: inline-block;
        position: absolute;
        top: 0;
        font-size: 14px;
        right: 52px;
        background-color: var(--theme-bg-color);
        box-shadow: 0 0 10px var(--shadow-color);
        color: var(--body-color);
        border: 1px solid var(--border-color);
        border-radius: 4px;
        white-space: nowrap;
        padding: 0 8px;
        height: 34px;
        line-height: 34px;
        opacity: 0;
        pointer-events: none;
        transition: all .3s cubic-bezier(.68,-.55,.265,1.55)
    }

    .side-toolbar a .stip::before {
        transform: translate(8px,0);
        border-left: 8px solid var(--border-color)
    }

    .side-toolbar a .stip::after,.side-toolbar a .stip::before {
        display: block;
        position: absolute;
        top: calc(50% - 8px);
        right: 0;
        width: 0;
        height: 0;
        content: "";
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent
    }

    .side-toolbar a .stip::after {
        transform: translate(7px,0);
        border-left: 8px solid var(--theme-bg-color)
    }

    .side-toolbar a:hover {
        color: red
    }

    .side-toolbar a:hover .stip {
        opacity: 1;
        right: 42px
    }
}

@media all and (orientation: portrait) {
    html .side-toolbar {
        background-color:rgba(240,240,240,.8)
    }

    html[data-theme=dark] .side-toolbar {
        background-color: rgba(10,10,10,.8)
    }
}

.hamburger {
    margin-top: 7px;
    height: 18px;
    width: 18px
}

.hamburger .line {
    width: 18px;
    height: 3px;
    border-radius: 3px;
    background-color: #ecf0f1;
    display: block;
    transition: all .3s ease-in-out
}

.hamburger .line:first-child {
    margin-bottom: 3px
}

.hamburger .line:last-child {
    margin-top: 3px
}

.hamburger.active .line:nth-child(2) {
    opacity: 0
}

.hamburger.active .line:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg)
}

.hamburger.active .line:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg)
}

.sidebar-menu {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    max-height: calc(100% - 56px);
    z-index: 3000;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100px);
    -webkit-overflow-scrolling: touch;
    transition: all .2s cubic-bezier(.25,0,.3,1)
}

.sidebar-menu.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.sidebar-menu-content {
    margin: 0 0 20px;
    padding: 30px 15px;
    background-color: var(--theme-bg-color);
    box-shadow: 0 1rem 3rem var(--shadow-color)
}

.sidebar-menu-content .card {
    margin-bottom: 20px
}

.faq p:last-child,.sidebar-menu-content .card:last-child {
    margin-bottom: 0
}

.sidebar-menu-content .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background-color: var(--theme-secondary-bg-color);
    border-bottom: 2px solid var(--border-color);
    border-radius: 5px;
    margin-bottom: 15px
}

.sidebar-menu-content .title h3 {
    font-size: 1.125rem;
    margin: 0
}

.sidebar-menu-content .title a {
    font-size: .9375rem;
    color: red;
    text-decoration: underline
}

.sidebar-menu-content .title+ul {
    padding: 20px 0
}

.sidebar-menu-content li:first-child h4 {
    padding-top: 0
}

.sidebar-menu-content h4 {
    font-size: .9375rem;
    padding: 15px 5px;
    margin: 0
}

.sidebar-menu-content .item-list {
    display: flex;
    flex-wrap: wrap
}

.sidebar-menu-content .item-list li {
    padding: 5px;
    width: auto;
    flex-grow: 1;
    flex-basis: 0
}

.sidebar-menu-content .item-list a {
    display: block;
    background-color: var(--theme-secondary-bg-color);
    padding: 5px 10px;
    text-align: center;
    box-shadow: 0 2px 3px 0 var(--shadow);
    border-radius: 20px;
    border: 1px solid var(--btn-border-color);
    transition: all .15s;
    white-space: nowrap;
    min-width: 46px
}

.sidebar-menu-close {
    text-align: center
}

.sidebar-menu-close button {
    padding: 5px 40px;
    border-radius: 40px
}

@media (max-width: 991.98px) {
    .sidebar-menu-active {
        overflow-x:hidden;
        overflow-y: hidden
    }

    .sidebar-menu-active>header {
        position: sticky;
        top: 0
    }

    header {
        /* z-index: 2020 */
    }

    .sidebar-menu {
        position: fixed;
        top: 56px;
        left: 0;
        width: calc(100% + 8px);
        max-height: calc(100% - 56px);
        z-index: 2010
    }

    .sidebar-menu-content {
        margin-bottom: 0
    }
}

.tooltip {
    z-index: 2001;
    margin: 0;
    font-size: .875rem;
    white-space: nowrap;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip {
    position: absolute;
    display: block
}

@media (any-hover: none) {
    .tooltip {
        display:none
    }
}

.mytip {
    position: absolute;
    padding: 10px;
    background-color: var(--theme-bg-color);
    box-shadow: 0 0 10px var(--shadow-color);
    color: var(--body-color);
    border: 1px solid var(--border-color);
    border-radius: 4px
}

.mytip::after,.mytip::before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.mytip.bottom {
    content: "bottom";
    bottom: 0;
    left: 50%;
    transform: translate(-50%,calc(100% + 10px))
}

.mytip.top {
    content: "top";
    top: 0;
    left: 50%;
    transform: translate(-50%,calc(-100% - 10px))
}

.mytip.left {
    content: "left";
    top: 0;
    left: 0;
    transform: translateX(calc(-100% - 10px))
}

.mytip.right {
    content: "right";
    top: 0;
    right: 0;
    transform: translateX(calc(100% + 10px))
}

.mytip.right::after,.mytip.right::before {
    top: 50%;
    left: 0
}

.mytip::before {
    transform: rotate(45deg) translateX(-50%) translateZ(-1px);
    top: 0;
    z-index: -1;
    box-shadow: -1px -1px 20px #aaa
}

.mytip::after {
    transform: rotate(45deg) translateX(-50%);
    top: -1px;
    z-index: 400
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-tabs {
    position: absolute;
    transform: translateY(-100%);
    right: 0
}

.swiper-tabs[data-current="0"] ul>li:nth-child(1),.swiper-tabs[data-current="1"] ul>li:nth-child(2),.swiper-tabs[data-current="2"] ul>li:nth-child(3),.swiper-tabs[data-current="3"] ul>li:nth-child(4),.swiper-tabs[data-current="4"] ul>li:nth-child(5) {
    color: red
}

.swiper-tabs[data-current="0"] .slider {
    transform: translateX(0)
}

.swiper-tabs[data-current="1"] .slider {
    transform: translateX(100%)
}

.swiper-tabs[data-current="2"] .slider {
    transform: translateX(200%)
}

.swiper-tabs[data-current="3"] .slider {
    transform: translateX(300%)
}

.swiper-tabs[data-current="4"] .slider {
    transform: translateX(400%)
}

.swiper-tabs ul {
    display: flex
}

.swiper-tabs ul>li {
    flex: 1;
    padding: 0 15px
}

.swiper-tabs ul>li span {
    cursor: pointer;
    padding: 10px 0;
    display: block;
    transition: all .2s
}

.swiper-tabs .slider {
    position: relative;
    top: 0;
    width: 50%;
    transition: all .33s cubic-bezier(.38,.8,.32,1.07)
}

.swiper-tabs .slider .indicator {
    margin: 0 auto;
    width: 60px;
    border-bottom: 4px solid red;
    border-radius: 8px
}

.card .card-header.main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
    border-bottom: 1px solid var(--border-color);
    padding: 0 15px;
    height: 50px;
    line-height: 50px
}

.card .card-header.main>span a {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    background: var(--border-color)
}

.card .card-header>h2 {
    font-size: 1.25rem;
    margin: 0
}

.faq {
    border: 1px solid var(--ci-border-color);
    background-color: var(--ci-bg-color);
    padding: 15px 20px;
    margin-bottom: 1rem;
    border-radius: 4px
}

.faq h2,.faq h3,.faq p {
    font-size: 1rem;
    margin-bottom: 15px
}

.faq p {
    font-size: .875rem
}

.main-content {
    width: calc(100% - 355px)
}

.main-content .card,.main-sidebar {
    background-color: var(--theme-bg-color);
    box-shadow: 0 .125rem .25rem var(--shadow-color);
    border-radius: .25rem
}

.main-sidebar {
    flex: 0 0 300px;
    margin-left: 15px
}

.main-content .card {
    position: relative
}

.main-content .card .card-header {
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px
}

.card {
    /* padding: 0 20px; */
    margin-bottom: 15px
}

.card:last-child {
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .main-content {
        width:calc(100% - 375px)
    }

    .main-sidebar {
        flex: 0 0 320px
    }
}

@media (max-width: 991.98px) {
    .main-sidebar {
        flex:none;
        margin-left: 0;
        margin-top: 15px
    }

    .main-content {
        width: 100%
    }

    .home .main-content,.home .main-sidebar {
        margin-top: 15px
    }

    .home .main-content {
        order: 2
    }

    .home .main-sidebar {
        order: 1
    }

    .main-content .card>.card-header {
        margin-left: -15px!important;
        margin-right: -15px!important
    }

}

@media (max-width: 575.98px) {
    .main-content .card,.main-sidebar {
        border-left:none;
        border-right: none;
        border-radius: 0!important
    }
}

.swiper-home {
    width: 100%;
    overflow: hidden;
    margin: 0 auto
}

.swiper-home .swiper-wrapper {
    padding-top: 20px;
    padding-bottom: 20px
}

.home-primary-link ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.home-primary-link ul li {
    padding: 5px 0;
    font-size: 1.125rem;
    width: calc(16.6666666667% - 12.5px)
}

.home-primary-link ul a,.home-primary-link ul button {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    font-size: 1.125rem;
    font-weight: 700;
    padding: .5rem 0
}

.home-primary-link+p {
    padding: 0
}

html[data-theme=dark] .home-primary-link .btn-primary {
    background-color: #444;
    color: #fff;
    border: 0
}

html[data-theme=dark] .home-primary-link .btn-primary:hover {
    background-color: #666
}

.ci-category-home dt {
    font-size: 1rem;
    margin: 25px 0 20px
}

.ci-category-home dt:first-child {
    margin-top: 15px
}

.ci-attrs dl,.ci-category-home dd {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0
}

.ci-category-home dd a {
    width: calc(12.5% - 10px);
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
    border: 1px solid var(--ci-border-color);
    background-color: var(--btn-bg-color);
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    transition: all .2s
}

.ci-category-home dd a:hover {
    border-color: var(--ci-hover-border-color);
    background-color: var(--ci-hover-bg-color)
}

.ci-category-home dd a:last-child {
    margin-right: 0
}

@media (min-width: 1420px) {
    .ci-category-home dd a {
        width:calc(10% - 10px)
    }
}

@media (max-width: 1199.98px) {
    .ci-category-home dd a {
        width:calc(16.6666666667% - 10px)
    }
}

@media (max-width: 991.98px) {
    .home-primary-link ul li {
        width:calc(33.3333333333% - 10px)
    }
}

@media (max-width: 767.98px) {
    .ci-category-home dd a {
        width:calc(20% - 10px)
    }
}

@media (max-width: 575.98px) {
    .home-primary-link ul li {
        width:calc(50% - 7.5px)
    }

    .ci-category-home dd a {
        width: calc(25% - 10px)
    }
}

.ci-search-result em {
    color: #dc3545;
    font-style: normal
}

.ci-search-result li:first-child {
    border-top: 2px dashed var(--border-color)
}

.ci-search-result .summary {
    padding-bottom: 4px
}

.ci-search-result li .title {
    margin-bottom: 8px;
    padding-top: 4px
}

.ci-search-chars {
    padding: 10px;
    text-align: center;
    margin: 0 auto 20px
}

.ci-search-chars a {
    display: inline-block;
    font-size: 14px
}

.ci-search-chars a:not(:first-child) {
    margin-left: 6px
}

.ci-search-chars+.ci-search-result {
    margin-top: 0
}

.ci-main {
    margin-left: 75px;
    position: relative
}

.ci-toolbar {
    position: -webkit-sticky;
    position: sticky;
    float: left;
    width: 60px;
    margin-left: -75px;
    top: 120px;
    z-index: 100
}

.ci-title {
    text-align: center
}

.ci-title .pinyin,.ci-title h2 {
    display: flex;
    justify-content: center;
    align-content: center
}

.ci-title .pinyin>span,.ci-title h2>span {
    display: inline-block;
    width: 60px
}

.ci-title .pinyin>span:not(:first-child),.ci-title h2>span:not(:first-child) {
    margin-left: 10px
}

.ci-title .pinyin {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px
}

.ci-title h2 {
    font-family: "Songti","Songti SC","宋体","Noto Serif CJK SC","Source Han Serif SC","Source Han Serif CN",STSong,"AR PL New Sung","AR PL SungtiL GB",NSimSun,SimSun,"TW-Sung","WenQuanYi Bitmap Song","AR PL UMing CN","AR PL UMing HK","AR PL UMing TW","AR PL UMing TW MBE",PMingLiU,MingLiU,serif;
    vertical-align: middle;
    font-weight: 500
}

.ci-title h2>span {
    border: 1px solid var(--border-color);
    background: var(--mi-bg);
    box-sizing: border-box
}

.ci-title.ci-title-md .pinyin span,.ci-title.ci-title-md h1 span,.ci-title.ci-title-sm .pinyin span,.ci-title.ci-title-sm h1 span {
    width: 60px
}

.ci-title h2,.ci-title.ci-title-md h1,.ci-title.ci-title-sm h1 {
    font-size: 38px
}

.ci-title h2>span,.ci-title.ci-title-md h1 span,.ci-title.ci-title-sm h1 span {
    height: 60px;
    line-height: 58px!important
}

.ci-attrs dl dd,.ci-attrs dl dt {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-top: -1px;
    margin-bottom: 0;
    font-size: 14px
}

.ci-attrs dl dt {
    padding: 8px 0;
    width: 80px;
    background-color: var(--theme-secondary-bg-color);
    text-align: center;
    font-weight: 700
}

.ci-attrs dl dd {
    padding: 8px 0 8px 10px;
    width: calc(50% - 80px)
}

.ci-attrs dl dt.line+dd {
    width: calc(100% - 80px)
}

.ci-attrs dl dd:last-child {
    flex-grow: 1
}

.ci-attrs dl dd.break {
    flex-basis: 100%;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0
}

.ci-attrs dl a {
    color: var(--a-hover-color);
    border-bottom: 1px solid var(--a-hover-color);
    transition: border-bottom-color .2s linear
}

.ci-attrs dl a:hover {
    color: var(--a-color);
    border-bottom-color: var(--a-color)
}

.ci-attrs .ci-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 10px
}

.ci-attrs .ci-list>* {
    margin-right: 6px
}

.ci-content {
    --ci-content-marker-color: #1e4c03;
    --ci-content-title-color: #8F6723;
    --ci-quote-color: #666
}

.ci-img {
    text-align: center
}

.ci-img img {
    ;margin: 20px
}

html[data-theme=dark] .ci-content {
    --ci-content-marker-color: #98fd5e;
    --ci-content-title-color: #fdfd08;
    --ci-quote-color: #999
}

/*html[data-theme=dark] .ci-img img{filter:brightness(0) invert(1)}*/
.voice {
    display: inline-block;
    line-height: 20px;
    cursor: pointer
}

.voice img {
    margin-right: 4px
}

.ci-content {
    padding-top: 20px
}

.ci-content h2 {
    font-size: 18px;
    border-bottom: 1px solid var(--border-color);
    background-color: var(--theme-secondary-bg-color);
    border-top: 1px solid var(--border-color);
    padding: 10px;
    margin-bottom: 0
}

.ci-content h3 {
    marin-left: 2px;
    color: var(--ci-content-title-color);
    font-size: 1rem
}

.ci-content h3 span {
    margin-left: 20px;
    font-size: 1rem;
    color: #6c757d
}

.ci-content h3 span::before {
    content: "[";
    margin-right: 6px
}

.ci-content h3 span::after {
    content: "]";
    margin-left: 6px
}

.ci-content .title-line-cross {
    padding: 20px 0
}

.ci-content .title-line-cross h3 {
    color: unset;
    margin-bottom: 0
}

.ci-content ol {
    list-style-type: "◎ ";
    padding-inline-start:20px;margin: 0
}

.ci-content ol li::marker {
    font-family: Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: var(--ci-content-marker-color)
}

.ci-content ol.only {
    list-style-type: "◎ "
}

.ci-content a.primary {
    margin-left: 2px;
    margin-right: 2px
}

.ci-content .explain {
    font-size: .9375rem
}

.ci-content .quote {
    color: var(--ci-quote-color);
    display: flex;
    line-height: 1.5rem;
    margin-bottom: .25rem;
    font-size: .875rem
}

.ci-content .quote:last-child {
    margin-bottom: 1rem
}

.ci-content .quote .tag {
    height: 1.25rem;
    line-height: 1.25rem;
    padding: 0 .25rem;
    margin-top: .125rem;
    margin-right: 6px;
    flex-shrink: 0;
    align-self: flex-start
}

.ci-content .quote .content {
    flex-grow: 1
}

.ci-content em {
    background-color: var(--highlight-bg-color);
    font-weight: 400
}

.ci-content cite,.ci-content em {
    font-style: unset
}

.ci-fanyi ul>li {
    padding-left: 1rem;
    display: flex;
    align-items: flex-start;
    padding-top: .25rem;
    padding-bottom: .25rem
}

.ci-fanyi ul>li .content {
    display: inline-block;
    font-size: 14px;
    margin-left: .5rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid var(--border-color)
}

.ci-baike>p {
    padding-left: 10px;
    font-size: .925rem
}

.ci-share {
    display: none;
    margin-top: 30px;
    margin-bottom: 15px
}

.ci-share>.sidebar-actions {
    flex-direction: row
}

.ci-share>.sidebar-actions a {
    margin-top: 0;
    width: 64px;
    margin-left: 15px
}

.ci-share>.sidebar-actions a:first-child {
    margin-left: 0
}

.ci-chars[data-more] {
    position: relative
}

.ci-chars[data-more] ul {
    padding-bottom: 30px
}

.ci-chars[data-more] ul::after {
    content: "";
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom,rgba(var(--theme-bg-color-rgb),0) 0%,rgba(var(--theme-bg-color-rgb),1) 40%);
    transition: height .25s ease
}

.ci-chars[data-more] ul li:nth-child(n+3) {
    display: none
}

.ci-chars[data-more] .ci-char-more {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2px
}

.ci-chars[data-more] .ci-char-more>button {
    font-size: .875rem;
    border-radius: 2em;
    padding: .25rem 2rem
}

.ci-chars li {
    margin-bottom: 25px
}

.ci-chars .ci-char-more {
    display: none
}

.ci-char-item {
    display: flex;
    justify-content: center;
    justify-items: center
}

.ci-char-item>h3 {
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 1px solid rgba(255,0,0,.4);
    font-family: "Songti","Songti SC","宋体","Noto Serif CJK SC","Source Han Serif SC","Source Han Serif CN",STSong,"AR PL New Sung","AR PL SungtiL GB",NSimSun,SimSun,"TW-Sung","WenQuanYi Bitmap Song","AR PL UMing CN","AR PL UMing HK","AR PL UMing TW","AR PL UMing TW MBE",PMingLiU,MingLiU,serif;
    background: var(--mi-bg-red);
    font-size: 32px;
    flex-shrink: 0;
    text-align: center;
    color: var(--body-color)
}

.ci-char-item .ci-char-info {
    font-size: .875rem;
    margin-left: 15px;
    flex-grow: 1
}

.ci-char-content {
    margin-top: 10px;
    line-height: 160%
}

.ci-char-content .no {
    font-weight: 700
}

.ci-char-content .tag {
    background-color: rgba(100,100,100,.5);
    color: var(--body-color)
}

.ci-char-content .tag-content {
    color: var(--body-info-color);
    border-bottom: 1px dotted var(--body-info-color)
}

.ci-char-content>p {
    position: relative;
    cursor: pointer;
    padding-bottom: 25px
}

.ci-char-content>p>.more {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 160%;
    background: linear-gradient(270deg,var(--theme-bg-color) 65%,rgba(255,255,255,0) 100%);
    text-align: right;
    color: rgba(255,0,0,.92);
    padding: 0 0 0 50px;
    z-index: 1;
    transition: all .2s linear;
    box-sizing: content-box
}

.ci-char-content>p>.more::before {
    content: "收起";
    padding-right: 4px
}

.ci-char-content>p>.more:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid red;
    transition: all .2s ease-in-out
}

.ci-char-content.text-fold p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0
}

.ci-char-content.text-fold p>.more::before {
    content: "全部展开"
}

.ci-char-content.text-fold p>.more:after {
    transform: rotate(180deg)
}

.ci-question {
    font-size: .9325rem
}

.ci-question h4 {
    color: var(--body-info-color)
}

@media (max-width: 1199.98px) {
    .ci-main {
        margin-left:unset;
        position: unset
    }

    .ci-toolbar {
        display: none
    }

    .ci-share {
        display: block
    }
}

@media (max-width: 767.98px) {
    .ci-title {
        margin-left:-15px;
        margin-right: -15px;
        overflow-x: auto;
        overflow-y: hidden
    }

    .ci-title::-webkit-scrollbar {
        display: none
    }

    .ci-title.ci-title-sm .pinyin,.ci-title.ci-title-sm h1 {
        justify-content: flex-start
    }

    .ci-title.ci-title-sm .pinyin span,.ci-title.ci-title-sm h1 span {
        flex-shrink: 0
    }

    .ci-title.ci-title-sm .pinyin span:not(:first-child),.ci-title.ci-title-sm h1 span:not(:first-child) {
        margin-left: 4px
    }

    .ci-title.ci-title-sm .pinyin::after,.ci-title.ci-title-sm .pinyin::before,.ci-title.ci-title-sm h1::after,.ci-title.ci-title-sm h1::before {
        width: 15px;
        flex-shrink: 0;
        content: ""
    }

    .ci-attrs dl dd {
        width: calc(100% - 80px)
    }
}
