@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;
  inset-block-end: 0;
  inset-inline-end: -9px;
  inline-size: 10px;
  block-size: 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 {
  inset-inline-end: auto;
  left: -9px;
  transform: scaleX(-1);
}

.flex {
  display: flex;
}

.flex > .l_msg {
  display: flex;
  align-items: center;
}

.flex > .c_msg {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 1px;
}

.flex > .r_msg {
  display: flex;
  align-items: center;
}

.overflow_1 {
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden !important;
  display: block;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap !important;
}

/* 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;
}

.mr5 {
  margin-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.Hui-aside {
  background: linear-gradient(180deg, #ffffff, #ffffff);
  opacity: 1;
  border-radius: 0px;
  border-right: none !important;
  width: 180px;
}

.Hui-aside #menu_dropdown dl > dt .menu_dropdown-arrow {
  position: initial;
}

.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: 12px;
}

.Hui-aside #menu_dropdown > dl > dt > a.c_msg {
  padding-left: 0;
}

.Hui-aside #menu_dropdown dl > dd > ul > li > a.c_msg,
.Hui-aside #menu_dropdown dl > dd > ul > li.menu-three-title {
  padding-left: 38px;
}

.Hui-aside #menu_dropdown a:hover {
  text-decoration: none;
  border-radius: 4px;
  background-color: #F2F4F8;
  color: #333;
}

.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 svg g[id="组_182236"] path {
  fill: #fff;
}

.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 .navbar-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: block;
}

.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 .menu-three-title {
  padding-left: 15px;
}

.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: 15px;
  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-aside .flex {
  display: flex;
}

.Hui-aside .flex .l_msg {
  display: flex;
  align-items: center;
}

.Hui-aside .flex .c_msg {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 1px;
}

.Hui-aside .flex .r_msg {
  display: flex;
  align-items: center;
}

.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;
}

body .Hui-article-box {
  background-color: #f4f6fc;
}

body .Hui-article-box svg {
  fill: initial;
}

body .Hui-article-box .Hui-tabNav {
  background: #4981FA;
  height: 56px;
}

body .Hui-article-box .Hui-tabNav .Hui-tabNav-wp {
  height: 56px;
}

body .Hui-article-box .Hui-tabNav .acrossTab {
  padding-left: 16px !important;
  top: 19px;
  position: relative;
}

body .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: #fff;
  font-weight: 500;
  margin-right: 6px;
  padding: 0px 16px 0 10px;
}

body .Hui-article-box .Hui-tabNav .acrossTab li span {
  margin-right: 6px;
}

body .Hui-article-box .Hui-tabNav .acrossTab li i {
  background-image: none;
  background-size: contain;
  font-size: 20px;
  line-height: 1;
  width: 16px;
  height: 16px;
  right: 5px;
  margin-top: -10px;
}

body .Hui-article-box .Hui-tabNav .acrossTab li i:hover {
  background-image: none;
  background-size: contain;
}

body .Hui-article-box .Hui-tabNav .acrossTab li em {
  height: 16px;
  width: 1px;
  background: #fff;
  opacity: 0.3;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

body .Hui-article-box .Hui-tabNav .acrossTab li::before, body .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;
}

body .Hui-article-box .Hui-tabNav .acrossTab li::before {
  right: auto;
  left: -9px;
  transform: scaleX(-1);
}

body .Hui-article-box .Hui-tabNav .acrossTab li:hover {
  background-color: #77a1fc;
}

body .Hui-article-box .Hui-tabNav .acrossTab li:hover em {
  opacity: 0;
}

body .Hui-article-box .Hui-tabNav .acrossTab li:hover::before, body .Hui-article-box .Hui-tabNav .acrossTab li:hover::after {
  opacity: 1;
}

body .Hui-article-box .Hui-tabNav .acrossTab li.active {
  color: #4981fa;
  font-weight: 500;
  background-color: #f4f6fc;
}

body .Hui-article-box .Hui-tabNav .acrossTab li.active i {
  width: 16px;
  height: 16px;
  background-image: none;
  background-size: contain;
}

body .Hui-article-box .Hui-tabNav .acrossTab li.active em {
  opacity: 0;
}

body .Hui-article-box .Hui-tabNav .acrossTab li.active::before, body .Hui-article-box .Hui-tabNav .acrossTab li.active::after {
  opacity: 1;
  background-image: radial-gradient(10px at 10px 0px, transparent 9px, #f4f6fc 10px);
}

body .Hui-article-box .Hui-tabNav .Hui-tabNav-more {
  display: flex;
  align-items: center;
  top: 8px;
}

body .Hui-article-box .Hui-tabNav .Hui-tabNav-more .btn-default:hover {
  color: #ffffff;
  background-color: #5c8efb;
  border-color: #5c8efb;
}

body .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;
}

body .Hui-article-box .Hui-tabNav .navbar {
  background-color: transparent;
  color: #ffffff !important;
  z-index: inherit;
  height: 100%;
}

body .Hui-article-box .Hui-tabNav .navbar .nav_round_icon {
  border-right: none;
}

body .Hui-article-box .Hui-tabNav .navbar .nav_round_icon .round_icon_item {
  margin-right: 6px;
  background-color: initial;
}

body .Hui-article-box .Hui-tabNav .navbar .dropDown {
  height: 100%;
}

body .Hui-article-box .Hui-tabNav .navbar .dropDown .txt {
  color: #ffffff;
  max-width: 120px;
  height: 100%;
}

body .Hui-article-box .container-fluid {
  height: 100%;
}

body .Hui-article-box .company_name-box {
  height: 100%;
  line-height: 56px;
}

body .Hui-article-box .company_name-box .round_icon_item:hover {
  text-decoration: none;
}

body .Hui-article-box .company_name-box .round_icon_item i {
  font-size: 20px;
  color: #fff;
}

div .badge-danger,
div .menu_dropdown .badge,
div .nav.nav-tabs .badge_right {
  background-color: #dd514c;
}

/* 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: 6em;
}

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-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;
  position: relative;
}

body .custom-form #custom-form-group.form-box .group-title-top .group-title-right {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 38px;
}

body .custom-form #custom-form-group.form-box .group-title-top .group-title-right .fold-icon {
  font-size: 16px;
  color: #999;
  cursor: pointer;
  padding: 0 10px;
  transition: all .3s;
}

body .custom-form #custom-form-group.form-box .group-title-top .group-title-right .fold-icon:hover {
  color: #333;
}

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: inherit;
  background-color: transparent;
}

.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;
  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: 14px;
}

.show-table-number + .foo-section-pl .foo-section {
  left: 32px;
  padding-left: 0;
  padding-right: 42px;
}

/* 表格序号 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 */
.upload-file-box .file-text {
  color: #666;
  font-size: 12px;
}

div .progress {
  height: 24px;
  width: 100%;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f5f5f5;
}

div .progress.progress-mini {
  height: 5px;
  margin-top: -5px;
  z-index: 0;
  position: relative;
  border-radius: 0;
}

div .progress.progress-mini .progress-bar {
  line-height: 5px;
}

div .progress-bar {
  line-height: 24px;
  font-weight: 600;
  box-shadow: none;
  float: left;
  width: 0%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #337ab7;
  transition: width .6s ease;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

div .progress-bar.active, div .progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

div .progress-bar-striped, div .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

div .progress-bar-primary {
  background-color: #5c90d2;
}

div .progress-bar-success {
  background-color: #46c37b;
}

div .progress-bar-info {
  background-color: #70b9eb;
}

div .progress-bar-warning {
  background-color: #f3b760;
}

div .progress-bar-danger {
  background-color: #d26a5c;
}

.popup-color-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.theme-upload-file-box {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.theme-upload-file-box input {
  display: none;
}

.theme-upload-file-box .img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.theme-setting-popups {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.theme-setting-popups.show {
  display: flex;
}

.theme-setting-popups .theme-setting-container {
  border-radius: 8px;
  width: 978px;
  max-width: 80vw;
  max-height: 90vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  background: #fff url("https://oss.tiantianhuoke.com/static/admin/images/themeSetting/themeSetting-bg.png") no-repeat;
  background-size: 100% auto;
  position: relative;
}

.theme-setting-popups .theme-setting-container .theme-header-buttons .theme-setting-btn {
  border-color: #EDEFF3;
  margin-left: 10px;
  height: 32px;
  width: auto;
  padding: 0 10px;
  font-size: 12px;
}

.theme-setting-popups .theme-setting-container .theme-header-buttons .theme-setting-btn i {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 0;
}

.theme-setting-popups .theme-setting-container .theme-header-buttons .theme-setting-btn i.fa {
  font-size: 14px;
}

.theme-setting-popups .theme-setting-container .theme-header-buttons .theme-setting-btn .icon-theme {
  width: 16px;
  margin-right: 5px;
}

.theme-setting-popups .theme-header-buttons {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
}

.theme-setting-popups .theme-header-buttons .btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  cursor: pointer;
  color: #999;
}

.theme-setting-popups .theme-header-buttons .btn-item i {
  font-size: 20px;
}

.theme-setting-popups .theme-header-buttons .btn-item:hover {
  color: #333;
}

.theme-setting-popups .theme-header-buttons .btn-text {
  background-color: #f4f4f4;
  color: #73777a;
  border-color: #ddd;
  border-radius: 8px;
  margin-right: 10px;
}

.theme-setting-popups .theme-setting-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding: 20px 20px 0;
  cursor: all-scroll;
}

.theme-setting-popups .theme-setting-header h3 {
  padding: 0;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  color: #333;
  margin-right: 10px;
}

.theme-setting-popups .theme-setting-header .dir {
  font-weight: 400;
  font-size: 14px;
  color: #8A97AC;
  margin-top: 5px;
}

.theme-setting-popups .theme-setting-header .close-btn {
  font-size: 24px;
  color: #999;
  cursor: pointer;
}

.theme-setting-popups .theme-setting-header .close-btn:hover {
  color: #333;
}

.theme-setting-popups .theme-colors-section {
  padding: 0 60px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
  justify-content: space-around;
}

.theme-setting-popups .theme-setting-content {
  flex: 1;
  overflow: auto;
  min-height: 1px;
  padding-bottom: 15px;
}

.theme-setting-popups .item-setting-btns {
  position: absolute;
  right: 2px;
  top: 0px;
  color: #999;
  opacity: 0;
  transition: all 0.1s;
  display: flex;
  align-items: center;
}

.theme-setting-popups .item-setting-btns .btn-item {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.theme-setting-popups .item-setting-btns .btn-item:hover {
  color: #666;
}

.theme-setting-popups .item-setting-btns .fold-btn {
  position: relative;
}

.theme-setting-popups .item-setting-btns .fold-btn:hover .fold-content {
  display: block;
}

.theme-setting-popups .item-setting-btns .fold-btn .fold-icon {
  font-size: 12px;
  border-radius: 20px;
  color: #fff;
  background: #808080;
  height: 16px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-setting-popups .item-setting-btns .fold-btn .fold-content {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #EFF0F3;
  box-shadow: 0px 5px 8px 1px #e8f3fe;
  width: 120px;
  padding: 5px 10px;
}

.theme-setting-popups .item-setting-btns .fold-btn .fold-content .fold-row {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}

.theme-setting-popups .item-setting-btns .fold-btn .fold-content .fold-row i {
  font-size: 12px;
  margin-right: 5px;
}

.theme-setting-popups .item-setting-btns .fold-btn .fold-content .fold-row:hover {
  background: #F5F6F8;
}

.theme-setting-popups .item-setting-btns .fold-btn .fold-content .status_0 {
  color: #999;
}

.theme-setting-popups .item-setting-btns .fold-btn .fold-content .status_1 {
  color: #5ac747;
}

.theme-setting-popups .theme-color-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 78px;
  height: 88px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.15s;
}

.theme-setting-popups .theme-color-item + .theme-color-item {
  margin-left: 0;
}

.theme-setting-popups .theme-color-item:hover {
  transform: scale(1.05);
  box-shadow: 0px 5px 8px 1px #E8F3FE;
}

.theme-setting-popups .theme-color-item.active {
  box-shadow: 0px 5px 8px 1px #E8F3FE;
  border: 1px solid #5C90D2;
}

.theme-setting-popups .theme-color-item .theme-color-box {
  width: 52px;
  height: 38px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-size: cover;
}

.theme-setting-popups .theme-color-item .theme-color-box::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 200%;
  height: 200%;
  border-top-left-radius: 50%;
  box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.5);
}

.theme-setting-popups .theme-color-item .title {
  margin-top: 5px;
  width: 100%;
  color: #4F637F;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.theme-setting-popups .theme-settings-table {
  display: none;
  justify-content: center;
}

.theme-setting-popups .theme-settings-table.show {
  display: flex;
}

.theme-setting-popups .theme-settings-table table {
  border-radius: 8px;
  width: auto;
}

.theme-setting-popups .theme-settings-table table th,
.theme-setting-popups .theme-settings-table table td {
  padding: 8px;
  text-align: left;
  position: relative;
}

.theme-setting-popups .theme-settings-table table th {
  font-weight: 600;
  text-align: center;
  color: #333;
  background-color: #F1F2F8;
  border: 1px solid #D8DEF0;
}

.theme-setting-popups .theme-settings-table table th:first-child {
  border-right-color: #F1F2F8;
  border-bottom-color: #F1F2F8;
}

.theme-setting-popups .theme-settings-table table td {
  border: 1px solid #E8EBF3;
}

.theme-setting-popups .theme-settings-table table td:first-child {
  background-color: #F1F2F8;
  position: sticky;
  left: -0.3px;
  z-index: 302;
}

.theme-setting-popups .theme-settings-table table td:hover .item-setting-btns {
  opacity: 1;
}

.theme-setting-popups .theme-settings-table table .title {
  font-size: 14px;
  min-width: 50px;
  font-weight: 500;
  white-space: nowrap;
}

.theme-setting-popups .theme-settings-table table .color-box {
  width: 109px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  padding: 0;
  margin-top: 0px;
}

.theme-setting-popups .theme-settings-table table .color-box .color-element {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  padding: 2px;
  border: 1px solid #E8EBF3;
}

.theme-setting-popups .theme-settings-table table .color-box .color-element .color-element-inner {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.theme-setting-popups .theme-settings-table table .color-box .color-element .color-element-inner .color-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.theme-setting-popups .theme-settings-table table .color-box .name {
  color: #8A97AC;
  font-size: 12px;
  margin-top: 5px;
}

.theme-setting-popups .theme-setting-footer {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  border-top: 1px solid #D2DBE7;
}

.theme-setting-popups .theme-setting-footer .r_msg {
  display: flex;
  align-items: center;
}

.theme-setting-popups .theme-setting-btn {
  width: 106px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: #fff;
  transition: all 0.15s;
  cursor: pointer;
}

.theme-setting-popups .theme-setting-btn + .theme-setting-btn {
  margin-left: 20px;
}

.theme-setting-popups .theme-setting-btn.cancel {
  border: 1px solid #C5C5C5;
}

.theme-setting-popups .theme-setting-btn.save {
  color: #fff;
  background: #4981fa;
}

.theme-setting-popups .theme-setting-btn:hover {
  opacity: 0.8;
  background-color: #f4f4f4;
}

.theme-setting-popups .themes-navbar {
  padding: 12px 20px;
}

.theme-setting-popups .themes-navbar .navbar-row {
  background-color: #F1F2F8;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  font-size: 16px;
  color: #25302A;
}

.theme-setting-popups .themes-navbar .l_msg, .theme-setting-popups .themes-navbar .r_msg {
  display: flex;
  align-items: center;
}

.theme-setting-popups .themes-navbar .dir {
  color: #8A97AC;
}

.theme-setting-popups .themes-navbar .icon-theme {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.theme-setting-popups .themes-navbar .nav-btn {
  border-radius: 8px;
  border: 1px solid #C5C5C5;
  padding: 0 10px;
  width: auto;
}

.theme-setting-popups .themes-navbar .nav-btn i {
  margin-right: 5px;
  font-size: 16px;
}

.theme-setting-popups .theme-setting-my-theme {
  width: 800px;
  border-radius: 8px;
  max-width: 70vw;
  max-height: 70vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  padding: 0 42px 32px;
}

.theme-setting-popups .theme-setting-my-theme .theme-setting-my-theme-title {
  padding-top: 32px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
}

.theme-setting-popups .theme-setting-my-theme .theme-setting-my-theme-title .title {
  font-size: 30px;
  font-weight: 600;
}

.theme-setting-popups .theme-setting-my-theme .theme-setting-my-theme-title .r_icon i {
  font-size: 30px;
  cursor: pointer;
}

.theme-setting-popups .theme-setting-my-theme .theme-setting-my-theme-title .theme-setting-btn {
  font-size: 12px;
}

.theme-setting-popups .theme-setting-my-theme .theme-setting-my-theme-title .flex {
  display: flex;
  align-items: center;
}

.theme-setting-popups .theme-setting-my-theme .theme-badge {
  font-size: 12px;
  background: #DAF2FD;
  border-radius: 4px 4px 4px 4px;
  margin-left: 8px;
  padding: 0 8px;
  line-height: 1.5;
}

.theme-setting-popups .theme-setting-my-theme .theme-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.theme-setting-popups .theme-setting-my-theme .theme-row .name {
  font-size: 20px;
  font-weight: 500;
}

.theme-setting-popups .theme-setting-my-theme .theme-setting-my-theme-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.theme-setting-popups .theme-setting-my-theme .themeLibrary-pagination {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #F3F6FC 0%, #FFFFFF 100%);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #E8EBF3;
  position: relative;
  min-height: 120px;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .item-setting-btns {
  opacity: 0;
  top: 8px;
  right: 8px;
  color: #333;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .item-setting-btns .fold-icon {
  background: #fff;
  color: #333;
  font-size: 16px;
  width: 25px;
  height: 25px;
  border-radius: 6px;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .item-setting-btns .fold-content {
  right: 0;
  left: auto;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .item-setting-btns .fold-row.disable {
  color: #ddd;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item:hover .item-setting-btns {
  opacity: 1;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .add-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .preview .pre-page {
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.16);
  background: #FFFFFF;
  height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .preview .preview-left, .theme-setting-popups .theme-setting-my-theme .theme-card-item .preview .pageImg {
  width: 48%;
  height: 105px;
  border-radius: 4px;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .preview .preview-left {
  padding: 18px 16px 0;
  background: #F4F6FC;
  overflow: hidden;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .preview .preview-left .header {
  display: flex;
  align-items: center;
  height: 12px;
  background: #D2DBE7;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .preview .preview-left .header .dian {
  width: 4px;
  height: 4px;
  margin-left: 5px;
  background-color: #fff;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .preview .preview-left .section {
  display: flex;
  align-items: center;
  flex: 1;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .preview .preview-left .section .left {
  width: 43px;
  height: 100%;
  padding: 5px;
  background: #D2DBE7;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .preview .preview-left .section .left .line-item {
  width: 20px;
  height: 7px;
  background-color: #fff;
  margin-bottom: 7px;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .preview .preview-left .section .content {
  flex: 1;
  height: 100%;
  background-color: #fff;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .preview .pageImg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .preview .pageImg .dir {
  color: #8A97AC;
  font-size: 12px;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .preview .pageImg .icon-theme {
  width: 100%;
  height: 100%;
  background-color: #F5F8FF;
  background-repeat: no-repeat;
  background-size: cover;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .row-name {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 15px;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .row-name .title {
  font-weight: 500;
  font-size: 20px;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .row-name .theme-badge {
  background-color: #E28D6A;
  color: #ffffff;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .row-name .edit-icon {
  margin-left: 5px;
  display: none;
  cursor: pointer;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .row-name:hover .edit-icon {
  display: block;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .btns {
  position: relative;
  display: flex;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .btns .theme-setting-btn {
  border-radius: 4px;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .btns .haveUsed {
  background: #E8EBF3;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .btns .icons {
  flex: 1;
  justify-content: end;
  align-items: center;
  display: flex;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .btns .icon-item {
  font-size: 20px;
  margin-left: 15px;
  cursor: pointer;
  transition: all .15s;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .btns .icon-item.disable {
  color: #ddd;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .btns .icon-item:first {
  margin-left: 0;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .btns .icon-item:hover {
  color: #4981fa;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item.add-item {
  align-items: center;
  flex-direction: revert;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item.add-item .fa {
  font-size: 16px;
  margin-right: 5px;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .theme-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 158px;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .theme-card-footer {
  background-color: #EBF0FC;
  padding: 10px 12px;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .theme-card-footer .c_msg {
  align-items: center;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .theme-card-footer .title {
  font-size: 16px;
  color: #25302A;
  max-width: 120px;
  cursor: pointer;
}

.theme-setting-popups .theme-setting-my-theme .theme-card-item .theme-card-footer .theme-setting-btn {
  min-width: 72px;
  width: auto;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1;
  height: 30px;
}

.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-Setting .btn {
  display: block;
  margin: 0 auto 11px;
  background-color: #409eff;
  border-color: #409eff;
}

.themeSettingBox .theme-Setting .btn.NewUISettingThemeBtn {
  display: none;
}

.themeSettingBox .theme-Setting .changeNewUI {
  margin: 0 auto 10px;
  display: block;
  transition: all .15s;
}

.themeSettingBox .theme-Setting .changeNewUI:hover {
  transform: scale(1.05);
}

.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;
}

.layui-layer-content .a-color-picker {
  box-shadow: none;
}

#quick-color-selection {
  background: linear-gradient(145deg, #FFC2C2 0%, #FFE4C4 16.66%, #FFF9C4 33.33%, #C2E7C9 50%, #C2E4FF 66.66%, #D9C2FF 83.33%, #F2C2FF 100%);
  background-size: 500% 100%;
  animation: breathe 8s ease-in-out infinite;
}

@keyframes breathe {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.skeleton-container {
  width: 145px;
  height: 106px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--ben-bg-page-color);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.skeleton-container .skeleton-header {
  height: 18px;
  background-color: var(--ben-navbar-header-bg-color);
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.skeleton-container .skeleton-header .header-left {
  display: flex;
  align-items: center;
  flex: 1;
}

.skeleton-container .skeleton-header .header-left .header-logo {
  width: 9px;
  height: 9px;
  margin-right: 4px;
  background-color: #ffffff;
}

.skeleton-container .skeleton-header .header-left .header-tabs {
  display: flex;
  flex: 1;
}

.skeleton-container .skeleton-header .header-left .header-tabs .header-tab {
  height: 6px;
  width: 24px;
  margin-right: 3px;
  background-color: #ffffff;
  border-radius: 4px;
}

.skeleton-container .skeleton-header .header-left .header-tabs .header-tab:nth-child(1) {
  width: 28px;
}

.skeleton-container .skeleton-header .header-left .header-tabs .header-tab.active {
  color: var(--ben-text-theme-color);
  background: linear-gradient(180deg, #FFFFFF 0%, transparent 100%);
}

.skeleton-container .skeleton-header .header-right {
  display: flex;
  align-items: center;
}

.skeleton-container .skeleton-header .header-right .header-user {
  width: 26px;
  height: 6px;
  background-color: #ecf0f1;
}

.skeleton-container .skeleton-main {
  flex: 1;
  display: flex;
  padding-right: 5px;
  padding-bottom: 5px;
}

.skeleton-container .skeleton-main .skeleton-sidebar {
  width: 36px;
  background-color: var(--ben-navbar-left-bg-color);
  padding: 4px 5px;
  display: flex;
  flex-direction: column;
}

.skeleton-container .skeleton-main .skeleton-sidebar .sidebar-item {
  width: 100%;
  height: 6px;
  margin-bottom: 5px;
  background-color: #ecf0f1;
}

.skeleton-container .skeleton-main .skeleton-sidebar .sidebar-item.active {
  background-color: var(--ben-button-theme-color);
}

.skeleton-container .skeleton-main .skeleton-sidebar .sidebar-item:nth-child(1) {
  width: 80%;
}

.skeleton-container .skeleton-main .skeleton-sidebar .sidebar-item:nth-child(2) {
  width: 90%;
}

.skeleton-container .skeleton-main .skeleton-sidebar .sidebar-item:nth-child(3) {
  width: 70%;
}

.skeleton-container .skeleton-main .skeleton-sidebar .sidebar-item:nth-child(4) {
  width: 90%;
}

.skeleton-container .skeleton-main .skeleton-sidebar .sidebar-item:nth-child(5) {
  width: 80%;
}

.skeleton-container .skeleton-main .skeleton-content {
  flex: 1;
  background-color: var(--ben-bg-content-color);
  padding: 4px;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-search {
  display: flex;
  margin-bottom: 4px;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-search .search-input {
  height: 8px;
  flex: 1;
  margin-right: 4px;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-search .search-btn {
  width: 10px;
  height: 8px;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #eaeaea;
  border-radius: 2px;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-header {
  display: flex;
  padding: 2px;
  border-bottom: 1px solid #eaeaea;
  background-color: var(--ben-bg-table-header-color) #f8f9fa;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-header .header-cell {
  height: 6px;
  margin-right: 2px;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-header .header-cell:nth-child(1) {
  width: 20%;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-header .header-cell:nth-child(2) {
  width: 35%;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-header .header-cell:nth-child(3) {
  width: 25%;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-header .header-cell:nth-child(4) {
  width: 15%;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2px;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-body .table-row {
  display: flex;
  margin-bottom: 2px;
  align-items: center;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-body .table-row .row-cell {
  height: 5px;
  margin-right: 2px;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-body .table-row .row-cell:nth-child(1) {
  width: 20%;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-body .table-row .row-cell:nth-child(2) {
  width: 35%;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-body .table-row .row-cell:nth-child(3) {
  width: 25%;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-body .table-row .row-cell:nth-child(4) {
  width: 15%;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
  padding-top: 2px;
  border-top: 1px solid #eaeaea;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-footer .footer-info {
  width: 32px;
  height: 6px;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-footer .footer-pagination {
  width: 22px;
  height: 6px;
}

.skeleton-container .skeleton-main .skeleton-content .skeleton-search,
.skeleton-container .skeleton-main .skeleton-content .skeleton-table,
.skeleton-container .skeleton-main .skeleton-content .skeleton-footer {
  display: none;
}

.skeleton-container .skeleton-item, .skeleton-container .skeleton-header .header-left .header-logo, .skeleton-container .skeleton-header .header-right .header-user, .skeleton-container .skeleton-main .skeleton-sidebar .sidebar-item, .skeleton-container .skeleton-main .skeleton-content .skeleton-search .search-input, .skeleton-container .skeleton-main .skeleton-content .skeleton-search .search-btn, .skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-header .header-cell, .skeleton-container .skeleton-main .skeleton-content .skeleton-table .table-body .table-row .row-cell, .skeleton-container .skeleton-main .skeleton-content .skeleton-footer .footer-info, .skeleton-container .skeleton-main .skeleton-content .skeleton-footer .footer-pagination {
  background-color: #ffffff;
  border-radius: 2px;
}

/* 主题设置 end */
/* 黑色导航颜色 */
[theme-mode=mixture] .unfold {
  background-color: #152231;
}

[theme-mode=mixture] .Hui-aside #menu_dropdown dl dt {
  transition: all .03s;
}

[theme-mode=mixture] .Hui-aside #menu_dropdown .current::after {
  content: none;
}

[theme-mode=mixture] .Hui-aside #menu_dropdown .current {
  border-radius: 0;
}

[theme-mode=mixture] .Hui-aside {
  background: #27384D !important;
  color: #fff;
}

[theme-mode=mixture] .menu-three-title {
  color: #fff;
}

[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: #fff;
}

[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: #fff;
}

[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: #fff;
}

[theme-mode=mixture] .Hui-aside #menu_dropdown dl dd ul li a {
  color: #fff;
}

[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: #fff;
}

[theme-mode=mixture] .Hui-search .hui-input-text {
  background: transparent;
  color: #fff;
  border-color: #425771;
}

[theme-mode=mixture] ::-webkit-input-placeholder {
  color: #fff;
}

[theme-mode=mixture] .Hui-search .fold_box {
  background: #425771;
}

[theme-mode=mixture] .Hui-search .fold_box .fa {
  color: #fff;
}

[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);
}

/* 自定义搜索栏 - 竖向展示的搜索栏 */
#custom-table-search {
  width: 100%;
}

.v-search-list {
  font-size: 14px;
  padding: 20px 15px;
  width: 100%;
}

.v-search-list .v-search-item {
  padding: 5px 0;
  position: relative;
  display: flex;
}

.v-search-list .v-search-item .v-search-label {
  width: 100px;
}

.v-search-list .v-search-item .v-search-content {
  flex: 1;
}

.v-search-list .v-search-item .flex {
  display: flex;
}

.v-search-list .v-search-item .flex .l_msg {
  margin-right: 10px;
}

.v-search-list .v-search-item .flex .c_msg {
  flex: 1;
  min-width: 1px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}

.v-search-list .v-search-item .level-selects {
  width: 100px;
}

.v-search-list .v-search-item .v-search-input {
  width: 400px;
}

.v-search-list .v-search-item .select-btn .btn-primary {
  color: #fff;
}

.custom-table > tbody > tr > td xm-select > .xm-label .scroll .label-content {
  max-height: 50px;
}

.select-table-plus-fold-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 3px;
  display: none;
}

.select-table-plus-fold-open xm-select > .xm-label .scroll .label-content {
  max-height: none !important;
}

.custom-table td[data-type="select-table-plus"] > .full.locked + .non-empty {
  display: flex;
}
