@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

body,
html {
  font-size: 14px; }

.line-reversal-radius::before, .list_bar ul li.act::before, .line-reversal-radius::after, .list_bar ul li.act::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: -9px;
  width: 10px;
  height: 10px;
  background-image: radial-gradient(10px at 10px 0px, transparent 9px, #fff 10px);
  opacity: 1;
  transition: all .03s; }

.line-reversal-radius::before, .list_bar ul li.act::before {
  right: auto;
  left: -9px;
  transform: scaleX(-1); }

/* start 首页导航样式 */
div #Hui-userbar.nav-fold {
  top: 56px;
  background-color: #fff;
  box-shadow: 0px 6px 10px 4px #ddd;
  padding: 8px 0;
  width: 114px;
  min-width: 114px; }
  div #Hui-userbar.nav-fold ul {
    box-shadow: none; }
    div #Hui-userbar.nav-fold ul li {
      position: relative;
      border: none;
      line-height: 25px; }
      div #Hui-userbar.nav-fold ul li:hover {
        background-color: #E7EAEF; }
      div #Hui-userbar.nav-fold ul li a {
        font-size: 14px;
        padding: 2px 10px;
        color: #363C46; }
        div #Hui-userbar.nav-fold ul li a i {
          font-size: 16px !important;
          margin-right: 5px;
          display: inline-block;
          transform: translateY(1px);
          color: #747E96; }
        div #Hui-userbar.nav-fold ul li a .right_icon {
          position: absolute;
          right: 0;
          top: 0px;
          font-size: 14px !important; }
        div #Hui-userbar.nav-fold ul li a:hover {
          color: #363C46; }
  div #Hui-userbar.nav-fold .line-br {
    width: 100%;
    height: 1px;
    background-color: #E7EAEF;
    margin: 5px 0; }
  div #Hui-userbar.nav-fold .menu > li > a {
    border: none;
    line-height: inherit; }

.Hui-aside {
  background: linear-gradient(180deg, #ffffff, #ffffff);
  opacity: 1;
  border-radius: 0px;
  border-right: none !important;
  width: 180px; }
  .Hui-aside #menu_dropdown .current::after {
    border-color: transparent; }
  .Hui-aside .menu_dropdown dl dt, .Hui-aside .menu_dropdown .menu-three-title .tit {
    cursor: pointer; }
  .Hui-aside #menu_dropdown dl dt i,
  .Hui-aside #menu_dropdown dl > dd > ul > li i,
  .Hui-aside #menu_dropdown dl dt .menu_dropdown-arrow i {
    font-size: 16px;
    width: 20px;
    display: inline-block;
    text-align: center; }
  .Hui-aside #menu_dropdown dl dt .menu_dropdown-arrow,
  .Hui-aside #menu_dropdown dl > dd > ul > li .menu_dropdown-arrow,
  .Hui-aside #menu_dropdown dl dt .menu_dropdown-arrow .menu_dropdown-arrow {
    font-size: 16px; }
  .Hui-aside #menu_dropdown a:hover {
    text-decoration: none;
    border-radius: 4px;
    background-color: #F2F4F8;
    color: #333333; }
  .Hui-aside .Hui-search {
    padding-top: 10px; }
  .Hui-aside .Hui-search .fold_box {
    border-radius: 6px; }
    .Hui-aside .Hui-search .fold_box .fa {
      font-size: 14px; }
  .Hui-aside .hui-dropdown {
    top: 106px;
    left: 22px; }
  .Hui-aside .logo_left_header_title {
    padding: 8px 0;
    background: #4981FA;
    height: 56px;
    box-sizing: border-box; }
  .Hui-aside .logo_left_header_title.logo_left_header img, .Hui-aside .logo_left_header_title.logo_left_header > svg {
    margin: 0 auto;
    max-width: 220px; }
  .Hui-aside #menu_dropdown dl {
    color: #333333;
    opacity: 1;
    font-weight: 400; }
    .Hui-aside #menu_dropdown dl i {
      color: #A2A5AB; }
    .Hui-aside #menu_dropdown dl .selected .menu_dropdown-arrow {
      transform: rotate(-180deg) !important; }
    .Hui-aside #menu_dropdown dl dt {
      font-weight: 500;
      color: #333333;
      margin-right: 8px;
      margin-left: 8px;
      padding-left: 4px;
      overflow: hidden; }
      .Hui-aside #menu_dropdown dl dt .menu_dropdown-arrow {
        right: 10px;
        transform: rotate(0deg);
        color: #2a304d; }
      .Hui-aside #menu_dropdown dl dt a, .Hui-aside #menu_dropdown dl dt > i:first-child {
        padding-left: 5px; }
      .Hui-aside #menu_dropdown dl dt .navbar-text {
        padding-left: 5px; }
    .Hui-aside #menu_dropdown dl dd ul li .navbar-text {
      padding-left: 5px; }
    .Hui-aside #menu_dropdown dl dd ul li .selected .menu_dropdown-arrow {
      transform: rotate(-180deg) !important; }
    .Hui-aside #menu_dropdown dl dd ul li .menu_dropdown-arrow {
      transform: rotate(0deg);
      color: #2a304d; }
    .Hui-aside #menu_dropdown dl dd ul li a {
      font-weight: 400;
      color: #333333;
      padding-left: 29px;
      border-radius: 4px; }
    .Hui-aside #menu_dropdown dl dd #tip {
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 10;
      background: #fff;
      padding: 0px;
      border: 1px solid #333;
      height: 17px;
      line-height: 17px;
      padding: 4px;
      font-size: 12px; }
  .Hui-aside #menu_dropdown .current {
    background: #4981FA;
    border-radius: 4px; }
    .Hui-aside #menu_dropdown .current a {
      background: rgba(12, 82, 199, 0.06);
      color: #ffffff; }
    .Hui-aside #menu_dropdown .current i {
      color: #ffffff; }
    .Hui-aside #menu_dropdown .current::after {
      border-right: 4px solid #4981fa;
      opacity: 1;
      border-radius: 0px; }

.Hui-article {
  top: 56px !important;
  left: 16px !important;
  background: #f4f6fc; }

#dislpayArrow a {
  background: #e2e2e2;
  width: 14px;
  height: 45px;
  border-radius: 0px 6px 6px 0px;
  position: relative; }
  #dislpayArrow a svg {
    fill: #666666;
    width: 10px;
    height: 10px;
    display: block; }
  #dislpayArrow a .left,
  #dislpayArrow a .right {
    position: absolute;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -9px;
    margin-top: -24px;
    width: 14px;
    height: 45px; }

#dislpayArrow a:hover {
  opacity: 0.5; }

.Hui-article-box {
  background-color: #f4f6fc; }
  .Hui-article-box svg {
    fill: initial; }
  .Hui-article-box .Hui-tabNav {
    background: #4981FA;
    height: 56px; }
    .Hui-article-box .Hui-tabNav .Hui-tabNav-wp {
      height: 56px; }
    .Hui-article-box .Hui-tabNav .acrossTab {
      padding-left: 16px !important;
      top: 19px;
      position: relative; }
      .Hui-article-box .Hui-tabNav .acrossTab li {
        background-image: none;
        font-size: 14px;
        height: 37px;
        line-height: 37px;
        background: transparent;
        border-radius: 6px 6px 0px 0px;
        color: #ffffff;
        font-weight: 500;
        margin-right: 0;
        padding: 0 24px 0 15px; }
        .Hui-article-box .Hui-tabNav .acrossTab li span {
          margin-right: 6px; }
        .Hui-article-box .Hui-tabNav .acrossTab li i {
          background: url("/static/admin/images/close-1.png") no-repeat;
          background-size: contain;
          width: 8px;
          height: 8px;
          right: 12px;
          margin-top: -4px; }
        .Hui-article-box .Hui-tabNav .acrossTab li i:hover {
          background: url("/static/admin/images/close-hover.png") no-repeat;
          background-size: contain;
          width: 16px;
          height: 16px;
          margin-top: -8px;
          right: 10px; }
        .Hui-article-box .Hui-tabNav .acrossTab li em {
          height: 16px;
          width: 1px;
          background: #fff;
          opacity: 0.3;
          right: 0px;
          top: 50%;
          transform: translateY(-50%); }
        .Hui-article-box .Hui-tabNav .acrossTab li::before, .Hui-article-box .Hui-tabNav .acrossTab li::after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          right: -9px;
          width: 10px;
          height: 10px;
          background-image: radial-gradient(10px at 10px 0px, transparent 9px, #77a1fc 10px);
          opacity: 0; }
        .Hui-article-box .Hui-tabNav .acrossTab li::before {
          right: auto;
          left: -9px;
          transform: scaleX(-1); }
      .Hui-article-box .Hui-tabNav .acrossTab li:hover {
        background-color: #77a1fc; }
        .Hui-article-box .Hui-tabNav .acrossTab li:hover em {
          opacity: 0; }
        .Hui-article-box .Hui-tabNav .acrossTab li:hover::before, .Hui-article-box .Hui-tabNav .acrossTab li:hover::after {
          opacity: 1; }
      .Hui-article-box .Hui-tabNav .acrossTab li.active {
        color: #4981fa;
        font-weight: 500;
        background-color: #f4f6fc; }
        .Hui-article-box .Hui-tabNav .acrossTab li.active i {
          width: 10px;
          height: 10px;
          background: url("../../images/close-active-1.png") no-repeat;
          background-size: contain;
          right: 12px;
          margin-top: -4px; }
        .Hui-article-box .Hui-tabNav .acrossTab li.active em {
          opacity: 0; }
        .Hui-article-box .Hui-tabNav .acrossTab li.active::before, .Hui-article-box .Hui-tabNav .acrossTab li.active::after {
          opacity: 1;
          background-image: radial-gradient(10px at 10px 0px, transparent 9px, #f4f6fc 10px); }
    .Hui-article-box .Hui-tabNav .Hui-tabNav-more {
      display: flex;
      align-items: center;
      top: 8px; }
      .Hui-article-box .Hui-tabNav .Hui-tabNav-more .btn-default:hover {
        color: #ffffff;
        background-color: #5c8efb;
        border-color: #5c8efb; }
      .Hui-article-box .Hui-tabNav .Hui-tabNav-more .btn {
        margin-right: 6px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        background-color: #ffffff;
        border-radius: 4px !important;
        padding: 0 5px; }
    .Hui-article-box .Hui-tabNav .navbar {
      background-color: transparent;
      color: #ffffff !important;
      z-index: inherit;
      height: 100%; }
      .Hui-article-box .Hui-tabNav .navbar .nav_round_icon {
        border-right: none; }
        .Hui-article-box .Hui-tabNav .navbar .nav_round_icon .round_icon_item {
          margin-right: 6px;
          background-color: initial; }
      .Hui-article-box .Hui-tabNav .navbar .dropDown {
        height: 100%; }
        .Hui-article-box .Hui-tabNav .navbar .dropDown .txt {
          color: #ffffff;
          max-width: 120px;
          height: 100%; }
  .Hui-article-box .container-fluid {
    height: 100%; }
  .Hui-article-box .company_name-box {
    height: 100%;
    line-height: 56px; }
    .Hui-article-box .company_name-box .round_icon_item:hover {
      text-decoration: none; }
    .Hui-article-box .company_name-box .round_icon_item i {
      font-size: 20px;
      color: #fff; }

/* end 首页导航样式 */
/* start 自定义表单样式-横向展示 */
.list_bar ul li.act {
  box-shadow: 0px -4px 3px 1px #E5EAF8;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  top: 1px;
  padding-top: 2px; }

body .custom-form .label-title.required::after {
  top: 6px;
  left: 0px; }

body .custom-form .upload-audio-box {
  width: 100%; }

body .custom-form .form-box {
  position: relative;
  border-left: 1px solid #E7EAEF; }
  body .custom-form .form-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #E7EAEF;
    position: absolute;
    top: 0;
    left: 0; }

body .custom-form .form-group, body .custom-form .form-lang {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
  padding: 10px;
  border: 1px solid #E7EAEF;
  border-left: none;
  border-top: none; }
  body .custom-form .form-group .label-title, body .custom-form .form-lang .label-title {
    display: flex;
    align-items: flex-start;
    width: 6em;
    min-width: 6em;
    padding: 6px 0 0 5px;
    white-space: normal;
    padding-right: 0; }
    body .custom-form .form-group .label-title + div, body .custom-form .form-lang .label-title + div {
      flex: 1;
      min-width: 1px; }
  body .custom-form .form-group .upload-box, body .custom-form .form-group .thumb-image, body .custom-form .form-lang .upload-box, body .custom-form .form-lang .thumb-image {
    width: 40px;
    height: 40px; }
  body .custom-form .form-group .form-desc, body .custom-form .form-lang .form-desc {
    padding-left: 0; }
  body .custom-form .form-group .file-box, body .custom-form .form-lang .file-box {
    display: flex;
    align-items: center; }
    body .custom-form .form-group .file-box span, body .custom-form .form-lang .file-box span {
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      display: block;
      -webkit-line-clamp: 1;
      line-clamp: 1;
      -webkit-box-orient: vertical;
      white-space: nowrap; }

body .custom-form .repetition-detail {
  width: 100%;
  padding-left: 7em; }

body .custom-form #custom-form-group.form-box {
  border: none; }
  body .custom-form #custom-form-group.form-box::before {
    content: none; }
  body .custom-form #custom-form-group.form-box .group-item {
    position: relative;
    border-top: 1px solid #E7EAEF;
    border-left: 1px solid #E7EAEF; }
    body .custom-form #custom-form-group.form-box .group-item::before {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      right: 0;
      background: #E7EAEF; }
    body .custom-form #custom-form-group.form-box .group-item::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      background: #E7EAEF; }
  body .custom-form #custom-form-group.form-box .group-title-top {
    padding: 8px 12px;
    font-weight: bolder;
    font-size: 16px;
    border: 1px solid #E7EAEF;
    border-bottom: none; }

body .menu_dropdown .badge {
  font-size: 12px;
  padding: 1px 4px;
  line-height: 14px;
  font-weight: normal; }

body .fastEdit-box .form-group, body .fastEdit-box .form-lang {
  border: none; }

/* end   自定义表单样式 */
/* start 搜索栏样式优化 */
/* end 搜索栏样式优化 */
.custom-table .row-dark-color {
  color: #333; }

.custom-table .row-light-color {
  color: #fff; }
  .custom-table .row-light-color .triangle {
    border-top-color: #fff; }
  .custom-table .row-light-color .custom-box-border,
  .custom-table .row-light-color .bgcolor-ash,
  .custom-table .row-light-color .openLinks {
    color: inherit; }
  .custom-table .row-light-color input, .custom-table .row-light-color textarea {
    color: #555;
    background-color: #fff; }
  .custom-table .row-light-color .hightColor {
    color: inherit; }
    .custom-table .row-light-color .hightColor:hover {
      text-decoration: underline; }
  .custom-table .row-light-color .fixed-col {
    color: #333; }
    .custom-table .row-light-color .fixed-col.openLinks {
      color: #108cee; }

body div .table > tbody > tr > td:last-child .right_button {
  max-height: 31px; }
  body div .table > tbody > tr > td:last-child .right_button .btn {
    padding: 3px 10px; }

.dropdown-content-box .btn {
  padding: 3px 10px; }

/* 音/视频播放器 start */
.audio-box .audio-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  min-width: 60px;
  pointer-events: all; }
  .audio-box .audio-item .audio-icon {
    cursor: pointer;
    margin-right: 5px;
    padding-top: 2px; }
    .audio-box .audio-item .audio-icon i {
      font-size: 18px;
      font-weight: bold; }

div .upload-audio-box {
  width: 30px;
  height: 30px; }

.audioModal {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 999;
  display: flex;
  align-items: center;
  padding-right: 18px;
  background: #F1F3F4;
  border-radius: 100px; }
  .audioModal .audio-play {
    height: 35px;
    width: 300px; }
  .audioModal .close-icon {
    color: #999;
    font-size: 22px;
    position: absolute;
    right: 6px; }

div .upload-video-box {
  width: 40px;
  height: 40px; }

div .custom-video-box {
  width: 40px;
  height: 40px; }
  div .custom-video-box .play-icon {
    font-size: 18px;
    margin-left: -9px;
    margin-top: -9px; }

div .custom-video-box {
  width: auto;
  height: auto;
  line-height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer; }
  div .custom-video-box .r_text {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 3px;
    text-align: left; }
  div .custom-video-box .play-icon {
    font-size: 18px;
    margin-left: -9px;
    margin-top: -9px; }
  div .custom-video-box .layui-icon-play {
    font-size: 18px;
    font-weight: bold; }

div .video-box .close-icon {
  left: auto;
  right: 0; }

/* 音/视频播放器 end */
/* 表格序号 start */
.show-table-number {
  position: relative;
  padding-left: 32px; }
  .show-table-number .table-number-box {
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 32px;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 13px; }
    .show-table-number .table-number-box.show-foo-section {
      padding-bottom: 50px; }
    .show-table-number .table-number-box .item {
      position: relative;
      line-height: 1.2;
      display: flex;
      align-items: center;
      justify-content: center; }
      .show-table-number .table-number-box .item::before, .show-table-number .table-number-box .item::after {
        content: '';
        position: absolute;
        display: block;
        background-color: #eee;
        width: 100%;
        height: 1px;
        left: 0;
        top: 0; }
      .show-table-number .table-number-box .item::after {
        width: 1px;
        height: 100%; }
      .show-table-number .table-number-box .item:last-child {
        border-bottom: 1px solid #eee; }
    .show-table-number .table-number-box .item:nth-of-type(even) {
      background-color: #f9f9f9; }
    .show-table-number .table-number-box .thead {
      position: sticky;
      top: 0;
      background-color: #fff;
      z-index: 1;
      font-size: 12px; }
  .show-table-number + .foo-section-pl .foo-section {
    left: 32px;
    padding-left: 0; }

/* 表格序号 end */
/* 数字人弹窗 */
body > .digital-human-video {
  width: 200px;
  height: 200px;
  position: fixed;
  z-index: 999;
  bottom: 0px;
  right: 15px;
  border-radius: 4px; }
  body > .digital-human-video * {
    box-sizing: border-box; }
  body > .digital-human-video #DIGITAL_HUMAN_VIDEO {
    position: absolute;
    z-index: 999;
    bottom: 0;
    right: 0;
    background-color: transparent; }
  body > .digital-human-video .video-js .vjs-tech {
    background-color: transparent; }
  body > .digital-human-video .digital-human-video-btn {
    display: none;
    position: absolute;
    right: 0;
    top: -30px;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    justify-content: end;
    align-items: center;
    font-size: 16px;
    background-color: transparent; }
    body > .digital-human-video .digital-human-video-btn .digital-human-video-btn-icon {
      cursor: pointer; }
      body > .digital-human-video .digital-human-video-btn .digital-human-video-btn-icon + .digital-human-video-btn-icon {
        margin-left: 10px; }
  body > .digital-human-video .digital-human-video-bg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent; }
  body > .digital-human-video:hover .digital-human-video-btn {
    display: flex; }

body > .shuziren-section .shuziren-audio {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  border-radius: 4px; }
  body > .shuziren-section .shuziren-audio * {
    box-sizing: border-box; }
  body > .shuziren-section .shuziren-audio .shuziren-mascot {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover; }
  body > .shuziren-section .shuziren-audio .shuziren-close {
    display: none;
    cursor: pointer;
    font-size: 16px;
    padding: 5px;
    text-align: right;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -18px; }
  body > .shuziren-section .shuziren-audio:hover .shuziren-close {
    display: block; }

/* 主题设置 start */
.themeSettingBox {
  position: relative; }
  .themeSettingBox:hover .theme-Setting {
    display: block; }
  .themeSettingBox .theme-Setting {
    display: none;
    position: absolute;
    top: 56px;
    padding: 15px;
    box-shadow: 0px 6px 10px 4px #ddd;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px; }
  .themeSettingBox .theme-list {
    display: flex; }
    .themeSettingBox .theme-list .theme-item {
      position: relative;
      color: #363C46;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .themeSettingBox .theme-list .theme-item + .theme-item {
        margin-left: 12px; }
      .themeSettingBox .theme-list .theme-item .txt {
        line-height: 2; }
      .themeSettingBox .theme-list .theme-item .img {
        padding: 4px;
        position: relative;
        border: 2px solid transparent; }
      .themeSettingBox .theme-list .theme-item.active .img {
        border-color: #4981FA;
        border-radius: 3px; }
        .themeSettingBox .theme-list .theme-item.active .img::after {
          content: "\f058";
          position: absolute;
          right: 3px;
          bottom: 3px;
          font-size: 14px;
          color: #4981FA;
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .themeSettingBox .theme-list .theme-item:hover .mark {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.25);
        z-index: 2; }

/* 主题设置 end */
/* 黑色导航颜色 */
[theme-mode=mixture] .unfold {
  background-color: #152231; }

[theme-mode=mixture] .Hui-aside .menu_dropdown dl > dd > ul {
  padding: 3px 0; }

[theme-mode=mixture] .Hui-aside #menu_dropdown dl dt {
  margin-left: 0;
  margin-right: 0;
  padding-left: 12px;
  transition: all .03s; }

[theme-mode=mixture] .Hui-aside #menu_dropdown .current::after {
  content: none; }

[theme-mode=mixture] #menu_dropdown .menu-three-title {
  padding-left: 0; }
  [theme-mode=mixture] #menu_dropdown .menu-three-title .tit {
    padding-left: 40px; }
  [theme-mode=mixture] #menu_dropdown .menu-three-title li a {
    padding-left: 56px; }

[theme-mode=mixture] .Hui-aside #menu_dropdown .current {
  border-radius: 0; }

[theme-mode=mixture] .Hui-aside {
  background: #27384D !important;
  color: #BFCBD9; }

[theme-mode=mixture] .menu-three-title {
  color: #BFCBD9; }

[theme-mode=mixture] .Hui-aside .menu_dropdown > dl > dt > a,
[theme-mode=mixture] .Hui-aside #menu_dropdown dl dt,
[theme-mode=mixture] .Hui-aside #menu_dropdown dl > dd > ul > li,
[theme-mode=mixture] .Hui-aside #menu_dropdown dl dt .menu_dropdown-arrow {
  color: #BFCBD9; }
  [theme-mode=mixture] .Hui-aside .menu_dropdown > dl > dt > a i,
  [theme-mode=mixture] .Hui-aside #menu_dropdown dl dt i,
  [theme-mode=mixture] .Hui-aside #menu_dropdown dl > dd > ul > li i,
  [theme-mode=mixture] .Hui-aside #menu_dropdown dl dt .menu_dropdown-arrow i {
    color: #8392A5; }
  [theme-mode=mixture] .Hui-aside .menu_dropdown > dl > dt > a .menu_dropdown-arrow,
  [theme-mode=mixture] .Hui-aside #menu_dropdown dl dt .menu_dropdown-arrow,
  [theme-mode=mixture] .Hui-aside #menu_dropdown dl > dd > ul > li .menu_dropdown-arrow,
  [theme-mode=mixture] .Hui-aside #menu_dropdown dl dt .menu_dropdown-arrow .menu_dropdown-arrow {
    color: #BFCBD9; }

[theme-mode=mixture] .Hui-aside #menu_dropdown dl dd ul li a {
  color: #BFCBD9; }

[theme-mode=mixture] #menu_dropdown dl dt:hover,
[theme-mode=mixture] #menu_dropdown .menu-three-title .tit:hover {
  background-color: #1A2E45;
  color: #fff; }

[theme-mode=mixture] .Hui-aside #menu_dropdown dl dd ul li a:hover,
[theme-mode=mixture] .Hui-aside #menu_dropdown dl dt > a:hover {
  color: #fff;
  background-color: #1A2E45; }

[theme-mode=mixture] .Hui-aside #menu_dropdown .current {
  background-color: #00101D;
  color: #4981FA; }
  [theme-mode=mixture] .Hui-aside #menu_dropdown .current a {
    color: #4981FA !important;
    background-color: #00101D !important; }
  [theme-mode=mixture] .Hui-aside #menu_dropdown .current i {
    color: #4981FA; }

[theme-mode=mixture] .Hui-search .Hui-iconfont {
  color: #8392A5; }

[theme-mode=mixture] .Hui-search .hui-input-text {
  background: transparent;
  color: #8392A5;
  border-color: #425771; }

[theme-mode=mixture] ::-webkit-input-placeholder {
  color: #8392A5; }

[theme-mode=mixture] .Hui-search .fold_box {
  background: #425771; }
  [theme-mode=mixture] .Hui-search .fold_box .fa {
    color: #BFCBD9; }

[theme-mode=mixture] .hui-dropdown .hui-menu {
  background-color: #fff;
  color: #333; }

[theme-mode=mixture] .ben-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5); }

[theme-mode=mixture] .ben-scrollbar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2); }
