@charset "UTF-8";
html,
html[data-theme=dark] {
    --a-hover-color: var(--red);
    --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 {
    --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: #bd9237;
    --search-bg-color: #fdfaeb;
    --search-border-color: rgba(0, 0, 0, 0.2);
    --search-focus-border-color: #A27728;
    --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);
    --shadow: rgba(0, 0, 0, 0.1);
    --theme: #885E1B;
    --mi-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96' fill='%23fff' stroke='%23ddd'%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;
    scroll-behavior: smooth;
    font-size: 16px
}

html[data-theme=dark] {
    --header-bg-color: #222;
    --body-bg-color: #000;
    --body-secondary-bg-color: #303030;
    --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;
    --theme-third-bg-color: #3a3a3a;
    --border-color: #333;
    --border-secondary-color: rgba(99, 99, 99, 0.6);
    --a-color: #EFFACE;
    --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;
    --nav-scrollbar-thumb-bg: #303030;
    --ci-card-border-color: #333;
    --ci-card-hover-border-color: #000;
    --ci-card-box-shadow: unset;
    --ci-card-hover-box-shadow: 0 2px 6px 0 #111;
    --ci-card-summary-color: #888;
    --ci-card-more-bg: #000
}

html[data-theme=dark] .form-control {
    background-color: #111;
    color: #ccc;
    border-color: #444
}

:root {
    --blue: #007bff;
    --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: #68ab15;
    --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,
section {
    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: rgb(245, 245, 245);
}
input, button, textarea {
    border: none;
    outline: none;
    border-radius: initial;
    margin: 0;
    padding: 0;
    background: transparent;
}
textarea {
    resize: none;
}
a {
    text-decoration: none;
}
/* 头部css */

header {
    position: relative;
    z-index: 1001;
    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: rgba(125, 165, 255, .95)
}

header:after {
    background: url(/assets/images/tiles/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: 1.2rem;
    color: #fff;
    font-weight: bold;
}

.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 .header-menu-button,
.header-main .header-main-three>a,
.header-main .header-main-two .header-menu-button,
.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 .header-menu-button:hover,
.header-main .header-main-three>a:hover,
.header-main .header-main-two .header-menu-button:hover,
.header-main .header-main-two>a:hover {
    background-color: rgba(0, 0, 0, .2);
    color: #fff
}

.header-main .header-main-three .header-menu-button:not(:first-child),
.header-main .header-main-three>a:not(:first-child),
.header-main .header-main-two .header-menu-button:not(:first-child),
.header-main .header-main-two>a:not(:first-child) {
    margin-left: 6px
}

.header-main .header-main-three .header-menu-button>.iconfont,
.header-main .header-main-three>a>.iconfont,
.header-main .header-main-two .header-menu-button>.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
}

.header-main .header-main-two>a {
    margin-right: 20px;
    background-color: unset;
    border: none;
}

.header-main .header-main-two {
    flex-grow: 1;
    justify-content: flex-end
}

.header-main .header-main-three {
    justify-content: flex-end;
    padding-left: 15px
}


@media (max-width:1200px) {
    .header-main-two a:not(:nth-child(-n+3)) {
        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 .channel::before {
        padding-left: 6px;
        padding-right: 6px
    }

    header {
        margin-bottom: 0
    }

    .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:575.98px) {
    .header-main {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:620px) {
    .header-main .header-main-two {
        display: none
    }
}

@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
    }
}

.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) {
    transform: translateY(6px) rotate(45deg)
}

.hamburger.active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg)
}

.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
    }
}

/* 内容 */
.atNgw6Cp {
    height: 26px;
    width: 100%;
    padding-top: 30px;
    display: flex;
}

.UUQFuhdE {
    align-items: center;
    display: flex;
    flex: 1 1;
    position: relative;
}

.qFqhz5ZO {
    align-items: center;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 8px;
    display: flex;
    margin-right: 12px;
    padding: 0 13px;
    position: relative;
}

.qFqhz5ZO>.lj43pX4e {
    position: relative;
    z-index: 1;
}

.BmGVlYy6 {
    color: #333;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}

.Yd6b6Ul5 {
    align-items: center;
    background: hsla(0, 0%, 100%, .5);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 34px;
    padding: 0 10px;
}

.Yd6b6Ul5 svg {
    color: #a2a6c7;
    margin-left: 6px;
    transition: all .16s;
}

.mg3bUrpQ {
    color: #a2a6c7;
    cursor: pointer;
    margin: 0 12px;
}

.BmGVlYy6 {
    color: #333;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}

.Yd6b6Ul5 {
    align-items: center;
    background: hsla(0, 0%, 100%, .5);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 34px;
    padding: 0 10px;
}

.nTVttcIe {
    background: linear-gradient(265.93deg, rgba(111, 156, 255, .38) 5.89%, rgba(115, 129, 255, .4) 53.76%, rgba(105, 152, 255, .4) 117.44%), linear-gradient(100.67deg, rgba(125, 165, 255, .95) .67%, #6978ff 64.63%);
    border-radius: 8px;
    color: #fff !important;
}

.lslKUKjX {
    background: #fff;
    border-radius: 18px;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    height: calc(100vh - 156px);
    margin-top: 14px;
}

.qJU3axmS {
    align-items: center;
    height: 50px;
    padding: 0 15px 0 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.dfAvRK2O {
    height: 1px;
    width: 100%;
    background: rgba(98, 107, 181, .15);
}

.EUENIlUT {
    display: flex;
    height: calc(100% - 50px);
    width: 100%;
}

.AZLVLJHb {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    width: 50%;
    box-sizing: border-box;
}

.Ssl84aLh {
    flex: 1 1;
    height: calc(100% - 100px);
    position: relative;
}

.Ssl84aLh form{
    width: 100%;
    height: 100%;
}

.kXQpwTof {
    width: 100%;
    height: 100%;
}

.wB5ViVGi {
    background: rgba(72, 81, 164, .04);
    border-radius: 0 0 18px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    transition: all .8s;
    width: 50%;
    box-sizing: border-box;
}

.S2ZLAZCM {
    position: relative;
    width: 100%;
}

.sYQaAF82 {
    display: flex;
    flex: 1 1;
    flex-direction: column;
}

.aVoZZjbZ {
    flex: 1 1;
    margin-bottom: 20px;
    padding-right: 44px;
    position: relative;
}

.KzfYYzYR {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
    position: relative;
}

.nbyIWSn1 {
    min-height: 22px;
}

._ijgIT8X {
    text-indent: 0 !important;
    white-space: break-spaces;
    width: -webkit-fill-available;
    word-break: break-word;
}

/* 底部 */
footer {
    border-top: 1px solid #343a40;
    background-color: #495057;
    text-align: center;
    color: #aaa;
    margin-top: 15px
}

footer>.container {
    padding: 15px;
    text-align: center
}

footer .icp {
    font-size: .825rem;
    display: flex;
    justify-content: center;
    align-items: center
}

footer a {
    color: #dbf6a0
}

footer a:not(:last-child):after {
    content: " ";
    color: #999;
    padding: 0 .5rem
}

/* 语言弹窗 */
.NnfXXA8V {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(98, 107, 181, .2);
    display: none;
    left: 0;
    padding: 20px 10px 20px 20px;
    position: absolute;
    top: 35px;
    width: 900px;
    z-index: 1000;
  }
  .NnfXXA8V > * {box-sizing: border-box;}
  @media only screen and (max-width: 900px) {
    .NnfXXA8V {width: 86vw;}
    .e43ahEGH {display: none !important;}
    .radical_list .radical_centent li {width: 32%;box-sizing: border-box;margin-right: 1%;}
    .radical_list .radical_centent li:nth-child(5n) {
      margin-right: 1%;
    }
  }
  
  .vyWL8oVL {
    margin-bottom: 16px;
  }
  
  .vyWL8oVL .rVnFHogL {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    margin-right: 47px;
    position: relative;
    width: auto;
  }
  
  .vyWL8oVL .rVnFHogL.on {
    border-bottom: 2px solid #6585fa;
    color: #6585fa;
  }
  
  .XE7v4o5O {
    background-image: url(/static/assets/images/ext/search.png);
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    border-bottom: 1px solid #eee;
    height: 36px;
    margin-bottom: 10px;
    position: relative;
  }
  
  .PQpOyN1Z {
    left: 27px;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .rUSq5xtu {
    color: #333;
    cursor: pointer;
    font-size: 13.5px;
    line-height: 22px;
    margin-bottom: 9px;
  }
  
  ::-webkit-scrollbar {
    height: 6px;
    width: 0px;
  }
  
  .sRoBHEPq {
    margin-bottom: 5px;
  }
  
  .A6NdLqcT {
    color: #999;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 3px;
  }
  
  .tL_8ZLXu {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 13.5px;
    line-height: 22px;
    margin-bottom: 9px;
    vertical-align: top;
    width: 140px;
  }
  
  .e43ahEGH {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 234px);
    justify-content: space-between;
    position: absolute;
    right: 30px;
    top: 124px;
  }
  
  .UNWQo2LG {
    color: #999;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    list-style: none;
    opacity: .5;
  }

  /* 导航 */
  .sidebar-menu {
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    min-height: calc(100% - 57px);
    z-index: 2010;
    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 .container,
.sidebar-menu .sidebar-menu-backdrop {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.sidebar-menu .sidebar-menu-backdrop {
    bottom: 0;
    z-index: 10;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity .15s
}

.sidebar-menu.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.sidebar-menu.active .sidebar-menu-backdrop {
    opacity: 1
}

.sidebar-menu-content {
    margin: 0;
    padding: 15px 15px 0;
    background-color: var(--theme-bg-color);
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .1)
}

.sidebar-menu-content .card {
    margin-bottom: 10px
}

.callout p:last-child,
.sidebar-menu-content .card:last-child {
    margin-bottom: 0
}

.sidebar-menu-content .card:nth-child(4n+1) li {
    background-color: #f4ac36;
    
}

.sidebar-menu-content .card:nth-child(4n+2) li {
    background-color: #19c37d;
    
}

.sidebar-menu-content .card:nth-child(4n+3) li {
    background-color: #5436da;
    
}

.sidebar-menu-content .card:nth-child(4n) li {
    background-color: #ef4146;
    
}

.sidebar-menu-content ul {
    display: flex;
    flex-wrap: wrap
}

.sidebar-menu-content ul li {
    width: 9em;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 15px 0;
    margin: 8px;
    text-align: center;
    background-size: cover;
    flex-shrink: 0
}

.sidebar-menu-content ul li a {
    color: #fff;
    line-height: 1.2em;
    font-size: 18px;
    transition: all .15s;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
    font-weight: 700
}

.sidebar-menu-content ul li a:hover {
    color: #ff0
}

@media (min-width:576px) and (max-width:1199.98px) {
    .sidebar-menu-content li {
        width: calc(25% - 16px) !important;
        transform: scale(0.8);
    }
}

@media (max-width:575.98px) {
    .sidebar-menu-content li {
        width: calc(50% - 16px) !important;
        transform: scale(0.8);
    }

    .sidebar-menu-content a {
        max-width: 8em;
        letter-spacing: 2px
    }
}

.sidebar-menu-close {
    text-align: center;
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
    padding-bottom: 20px
}

.sidebar-menu-close button {
    padding: 5px 40px;
    border-radius: 40px
}

@media (max-width:991.98px) {
    .sidebar-menu .container {
        margin: 0;
        width: 100% !important;
        max-width: unset !important
    }

    .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;
        left: 0;
        max-height: calc(100% - 57px);
        z-index: 2010
    }
}
  