html {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  color: #444;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Source Han Sans CN', '思源黑体 CN', 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial,
    sans-serif;
  line-height: 180%;
  text-decoration: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

table tbody {
  /*height:100%;
    overflow: hidden;*/
}

a {
  text-decoration: none;
}

a:hover {
  color: #427cf5 !important;
}

.layout_page {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: url('../../../images/pc/common/bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.layout_page_iframe_main {
  height: 100%;
  width: 100%;
}

.layout_iframe_page {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.opacity0 {
  opacity: 0;
}

.layout_page_main {
  height: 100%;
  width: 100%;
}

.layout_page_main .middle-box {
  height: calc(100vh - 100px);
  min-width: 1420px;
}

/* 针对 Edge 的高视口调整  */
@media screen and (max-height: 800px) {
  .layout_page_main .middle-box {
    overflow-y: auto;
  }
}

@media screen and (max-height: 768px) {
  .layout_page_main .middle-box {
    overflow-y: auto;
  }
}

@media screen and (max-width: 1420px) {
  /* 在这里写入在屏幕宽度小于或等于指定值时需要应用的CSS规则 */
  .layout_page_main .middle-box {
    min-width: 1346px;
  }
  .footer-may-hide {
    display: none;
  }
  .footer-hover-may-hide {
    display: block !important;
  }
}
@media screen and (max-width: 1440px) {
  /* 在这里写入在屏幕宽度小于或等于指定值时需要应用的CSS规则 */
  .header-nav .header-nav-item {
    padding: 0 10px !important;
  }
}
.layout_page_main .middle-box-2 {
  height: calc(100% - 40px);
  overflow: hidden;
}

/*头部*/
.layout_header {
  height: 60px;
  width: 100%;
}

.layout_header .header_title_info {
  width: 100%;
  height: 100%;
  color: #424242 !important;
  font-size: 16px;
}

/*头部导航*/
.header-nav {
  height: 32px;
  min-width: 700px;
}

.common-head > div {
  float: right;
}

.common-head-dropdown {
  box-sizing: border-box;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 10px 0 !important;
  border: none;
  background-color: #e5eefe !important;
  top: 47px !important;
  right: 128px !important;
  left: unset !important;
  height: auto !important;
}

.common-head-dropdown::before {
  content: '';
  position: absolute;
  top: -9px;
  /* 箭头高度 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #e5eefe;
}

.common-head-dropdown .center-list {
  position: relative;
}

.layui-dropdown.common-head-dropdown .layui-menu {
  background-color: transparent !important;
  margin: 0 !important;
}

.layui-dropdown.common-head-dropdown .layui-menu li {
  outline: 0;
  list-style: none;
  line-height: 36px;
  margin: 0;
}

.layui-dropdown.common-head-dropdown .layui-menu li:hover {
  background-color: #427cf5 !important;
}

.layui-dropdown.common-head-dropdown .layui-menu li:hover a {
  color: #fff !important;
}

.layui-dropdown.common-head-dropdown .layui-menu .layui-menu-body-title {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.layui-dropdown.common-head-dropdown .layui-menu .layui-menu-body-title a {
  display: block;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
}

.layui-dropdown.common-head-dropdown .layui-menu-body-title:hover {
  background-color: unset !important;
  color: unset !important;
}

.head-user-menu {
  cursor: pointer;
}

.head-user-menu .layui-edge.layui-edge-top {
  border-bottom-color: #427cf5 !important;
}

.header-nav .header-nav-item {
  padding: 0 20px;
  color: #424242;

  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.header-nav .authority-item {
  display: none;
}

.header-nav .is-active {
  color: #fff !important;
  background: #427cf5 !important;
}

.header-nav .header-nav-item img {
  border: none;
  position: absolute;
  top: 4px;
}

.header-nav .header-nav-item .header-nav-info {
  vertical-align: middle;
}

.header-info {
  position: relative;
  height: 60px;
  /* margin-right: 43px; */
}

.header-info .tips-box {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto;
  max-width: 650px;
  width: fit-content;
  white-space: nowrap;
  min-width: 245px;
  padding: 10px 30px;
  line-height: 22px;
  font-size: 14px;
  background-color: #eaeef8;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  color: #427cf5;
}

.header-info .tips-box.err {
  background: #fde4e4 !important;
  color: #f56c6c !important;
}

.header-info .tips-box.err button {
  background-color: #f56c6c;
  border-color: #f56c6c;
}

.header-info .tips-box.err button:hover {
  background: #f78989 !important;
  border-color: #f78989 !important;
}

.header-info .warning-text {
  color: #ff961c;
  margin: 0 5px;
}

.header-info .tips-box button {
  padding: 0 15px;
  line-height: 21px;
}

.header-info .tips-box img {
  width: 16px;
  margin-right: 10px;
  vertical-align: text-bottom;
}

/* 头部信息 链接按钮 */
.page_header_button {
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

a.page_header_button:hover {
  /*background-color: #2f579b;*/
  border-radius: 5px;
}

.page_header_button i {
  display: inline-block;
  _zoom: 1;
  _display: inline;
  *zoom: 1;
  *display: inline;
  height: 20px;
  width: 20px;
  margin-top: 6px;
  margin-left: 7px;
  margin-right: 5px;
  background-image: url('../../../images/pc/icons.png?t=2309');
  _background-image: url('../../../images/pc/icons.gif?t=2309');
  *background-image: url('../../../images/pc/icons.gif?t=2309');
  background-repeat: no-repeat;
  cursor: pointer;
  /*_background:none;*/
  /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../../../images/pc/icons.gif?t=2309");*/
}

.page_header_button span {
  display: inline-block;
  _zoom: 1;
  _display: inline;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
}

/*底部信息*/
.layout_footer {
  font-size: 14px;
  color: #8b8b8b;
  height: 40px;
  line-height: 40px;
  width: 1420px;
  margin: 0 auto;
}

@media screen and (max-width: 1420px) {
  /* 在这里写入在屏幕宽度小于或等于指定值时需要应用的CSS规则 */
  .layout_footer {
    width: 1346px;
  }
}

.layout_footer .page_footer_buttons {
  text-align: center;
}

.layout_footer .page_footer_buttons a {
  color: #8b8b8b;
  padding: 0 8px;
}

.layout_footer .page_footer_buttons .page-footer-info {
  cursor: text !important;
}

.layout_footer .page_footer_buttons .page-footer-info:hover {
  color: #8b8b8b !important;
}
.layout_footer .page_footer_buttons .footer-more-info {
  /* padding-left:8px;*/
  cursor: pointer;
}
.footer-hover-may-hide {
  display: none;
}

/* 侧边栏导航样式 */
.aside-bar-ctn {
  height: 100%;
  padding-right: 5px;
  position: relative;
}

/* .aside-bar-ctn .collapse-btn {
  text-align: center;
  padding: 29px 0 40px 0;
  cursor: pointer;

} */
.aside-bar-ctn .collapse-btn {
  background-color: #fff;
  padding: 4px;
  display: inline-block;
  width: auto;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: -14px;
  cursor: pointer;
  z-index: 9999;
}
.aside-bar-ctn .collapse-btn .icon-box {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #427cf5;
  border-radius: 9999px;
  text-align: center;
}

.aside-bar-ctn .aside-bar-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #427cf5;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  padding: 30px 20px 40px;
  height: 88px;
  box-sizing: border-box;
}

.aside-bar-ctn .layui-menu {
  overflow-y: auto;
  background-color: transparent;
  margin: 0;
}

.aside-bar-ctn .aside-bar-item {
  position: relative;
}
/* .aside-bar-ctn .aside-bar-item:has(.checked-item) .layui-menu-body-title {
  color: #fff !important;
}
.aside-bar-ctn .aside-bar-item:has(.checked-item) .layui-menu-body-title .layui-icon{
  color: #fff !important;
} */
.aside-bar-ctn .layui-menu li {
  font-size: 16px;
}

.aside-bar-ctn .layui-menu-body-title,
.aside-bar-ctn .layui-menu-body-title a {
  white-space: normal;
  word-break: break-all;
  overflow-wrap: break-word;
  color: #303133 !important;
  overflow: visible;
}

.aside-bar-ctn .layui-menu-body-title {
  position: relative;
  padding: 7px 20px;
  width: 100%;
}

.aside-bar-ctn .layui-menu-body-title .para-expand {
  position: absolute;
  left: 6px;
  top: 16px;
  color: #909399 !important;
  margin-right: 0;
  width: 8px;
  height: 8px;
  /* z-index: -1; */
}

.aside-bar-ctn .aside-bar-item:hover {
  color: #303133 !important;
  /* background-color: rgba(66, 124, 245, 0.2) !important; */
}

/* .aside-bar-ctn .aside-bar-item .layui-menu-body-title>a:hover::before {
  content: "";
  position: absolute;
  top: -5px;
  display: inline-block;
  width: 100%;
  height: 40px;
  background-color: rgba(66, 124, 245, 0.2) !important;
} */
/* .aside-bar-ctn #checked>.layui-menu-body-title a{
  color: #fff !important;
}
.aside-bar-ctn #checked::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
padding: 5px 15px;
box-sizing: border-box;
  background-color: #427cf5 !important;
} */
.aside-bar-ctn .aside-bar-item .hover-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.aside-bar-ctn .aside-bar-item:hover .hover-item {
  background-color: rgba(66, 124, 245, 0.2) !important;
}

.aside-bar-ctn .aside-bar-item .checked-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #427cf5 !important;
}

.aside-bar-ctn .layui-menu li:hover {
  background-color: transparent;
}

.aside-bar-ctn .layui-menu .layui-menu-item-checked {
  /* background-color: #427cf5 !important; */
  background-color: transparent !important;
}

.aside-bar-ctn .layui-menu .layui-menu-item-checked a {
  color: #fff !important;
}

.aside-bar-ctn .layui-menu .layui-menu-item-checked .layui-icon {
  color: #fff !important;
}

.aside-bar-ctn .layui-menu-item-checked::after {
  border-right: 0;
}

.aside-bar-collapse .aside-bar-title {
  padding: 0;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  /* 针对Webkit内核浏览器的兼容写法 */
  -ms-writing-mode: tb-rl;
  /* 针对IE浏览器的兼容写法 */
  height: calc(100vh - 100px);
  /* height: 100vh; */
  line-height: 40px;
  text-align: center;
  letter-spacing: 1rem;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}

.aside-bar-content-box {
  height: calc(100vh - 200px);
}

/*修改layui-分页样式*/
.layui-laypage {
  margin: 0 !important;
}

.layui-laypage > a,
.layui-laypage > span {
  margin: 0 !important;
}

.layui-laypage a[data-page] {
  font-weight: bold !important;
  color: #303133 !important;
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
  border: none !important;
  font-size: 13px !important;
}

.layui-laypage .layui-laypage-limits select,
.layui-laypage .layui-laypage-count {
  color: #606266 !important;
}

.layui-laypage .layui-laypage-count {
  margin-right: 10px !important;
}

.layui-laypage .layui-icon {
  font-size: 13px !important;
}

.layui-laypage .layui-disabled .layui-icon {
  color: #d2d2d2 !important;
}

.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-skip input {
  border: 1px solid #dcdfe6 !important;
  border-radius: 4px;
  padding: 0 10px !important;
}

.layui-laypage .layui-laypage-skip input:focus {
  border-color: #dcdfe6 !important;
  box-shadow: none !important;
}

.layui-laypage .layui-laypage-curr em {
  color: #409eff !important;
  font-weight: bold !important;
}

.layui-laypage .layui-laypage-btn {
  display: none;
}

.layui-laypage .layui-laypage-skip {
  color: #606266 !important;
}

.layui-laypage select {
  background-color: transparent !important;
}

/* 修改滚动条样式 */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  height: 50px;
  outline-offset: -2px;
  outline: 0px solid #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #999;
  outline-offset: -1px;
  outline: 0px solid #fff;
  border: 0px solid #fff;
}

::-webkit-scrollbar-thumb:active {
  background-color: #666;
}

/* 字体 */
.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.text-link {
  color: #1677ff;
  cursor: pointer;
}

.line-limit-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-limit-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

/* 表单 单选框 */

.layui-icon-circle:before,
.layui-icon-radio:before {
  display: block !important;
  content: '' !important;
  width: 14px !important;
  height: 14px !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  border: 1px solid #dcdfe6 !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

.layui-form-radio:hover .layui-icon-circle:before,
.layui-form-radio:hover .layui-icon-radio:before {
  border: 1px solid #427cf5 !important;
}

.layui-form-radio.layui-form-radioed .layui-icon-circle:before,
.layui-form-radio.layui-form-radioed .layui-icon-radio:before {
  border: 5px solid #427cf5 !important;

  /* background: #409eff; */
}

.layui-form-radio:hover > div {
  color: #427cf5 !important;
  font-size: 16px !important;
}

.layui-form-radio > div {
  font-size: 16px !important;
  color: #424242;
}

.layui-form-radio.layui-form-radioed > div {
  color: #427cf5 !important;
}

.layui-input-block {
  margin-left: 0;
}

.layui-form-label {
  width: unset !important;
  font-size: 16px !important;
  padding: 9px 0px;
  color: #424242;
}

.layui-input,
.layui-input:focus,
.layui-textarea:focus,
.layui-input:hover {
  border: none !important;
  box-shadow: none !important;
}

/* table */

.layui-table-view .layui-table td {
  border-left: none !important;
  border-right: none !important;
}

.layui-table-view {
  border-left-color: transparent;
  border-top-color: transparent;
}

.layui-table-view .layui-table th {
  border-right: none !important;
}

.layui-table-view:after {
  display: none;
}

.layui-table-header th {
  color: #556274;
}

.layui-table-body td {
  color: #223752;
}

.layui-table-body .layui-table-checked {
  background-color: #427cf5 !important;
  color: #fff !important;
}

.layui-table-body .layui-table-checked td,
.layui-table-body .layui-table-checked td .text-link {
  color: #fff !important;
}

.layui-table-body .layui-table-grid-down {
  display: none;
}

.layui-table tbody tr:hover {
  background-color: #fff6d9;
}

.layui-table-cell {
  height: 48px;
  /* line-height: 48px; */
  padding: 12px 10px;
}

/* 间距 */
.mr-20 {
  margin-right: 20px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

/* tans */
.mk-tab-ctn {
  position: relative;
  height: 40px;
}

.mk-tab-box {
  line-height: 40px;
}

.mk-tab-box > .tab-item {
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  margin: 0 15px;
  color: #4d4d4d;
  font-weight: 400;
}

.mk-tab-box > .tab-item:hover {
  color: #427cf5;
}

.mk-tab-box > .tab-item:first-child {
  margin-left: 0;
}

.mk-tab-box > .tab-item:last-child {
  margin-right: 0;
}

.mk-tab-box > .tab-item.active {
  color: #427cf5;
  font-size: 18px;
  font-weight: 600;
}

.mk-tab-ctn .active_bar {
  position: absolute;
  width: 32px;
  height: 3px;
  background-color: #427cf5;
  margin-top: 5px;
  transition: 0.3s;
  left: 0px;
  bottom: 0;
}

/* 清楚浮动 */

.clear-float {
  clear: both;
}

/* 清楚按钮 */
.clear-btn {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #424242 !important;
}

.clear-btn img {
  margin-right: 5px;
  vertical-align: text-bottom;
}

.clear-btn .active {
  display: none;
}

.clear-btn .normal {
  display: inline-block;
}

.clear-btn:hover span {
  color: #427cf5;
}

.clear-btn:hover .active {
  display: inline-block;
}

.clear-btn:hover .normal {
  display: none;
}

/* 快速检索框 */
.fast-search-ctn {
  height: 40px;
  width: 100%;
  border: 1px solid #427cf5;
  border-radius: 100px;
  box-sizing: border-box;
  color: #606266;
  background-color: #fff;
  position: relative;
}

.fast-search-ctn .search-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  /* vertical-align: middle; */
  left: 20px;
  top: 50%;
  margin-top: -8px;
}

.normal-input::-ms-clear,
.normal-input::-ms-reveal {
  display: none !important;
}

.fast-search-ctn .layui-form {
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  margin-left: 46px;
  padding: 0;
  width: calc(100% - 155px);
  border: none;
  outline: none;
  text-decoration: none;
}

.fast-search-ctn input::-ms-clear,
.fast-search-ctn input::-ms-reveal {
  display: none !important;
}

.fast-search-ctn .clear-icon {
  position: absolute;
  /* vertical-align: middle; */
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  color: #c0c4cc;
  cursor: pointer;
}

.fast-search-ctn .clear-icon:hover {
  color: #427cf5;
}

.fast-search-ctn button {
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  width: 110px;
  position: absolute;
  right: -1px;
  top: 0;
}

.fast-search-ctn .suggestions-container {
  position: absolute;
  background-color: white;
  /* height: 100px; */
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px;
  left: 0 !important;
  border-radius: 12px !important;
  margin-top: 2px !important;
  box-shadow: 0 6px 11px 1px hsla(0, 0%, 88.2%, 0.51);
  border: none;
  max-height: 420px !important;
  overflow: hidden;
  overflow-y: auto;
}

.fast-search-ctn .suggestions-container .fast-row {
  font-size: 14px;
  margin-bottom: 10px;
  /* height: 24px; */
  cursor: pointer;
  line-height: 24px;
}

.fast-search-ctn .suggestions-container .fast-row.not-allow {
  cursor: not-allowed !important;
  color: #b5b5b5 !important;
}

.fast-search-ctn .suggestions-container .fast-row:hover {
  background-color: #e6ecf5;
}

.fast-search-ctn .suggestions-container .code {
  width: 160px;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 15px;
  word-break: break-all;
  margin-right: 10px;
  line-height: 24px;
}

.fast-search-ctn .suggestions-container .name {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 240px);
  word-break: break-all;
  line-height: 24px;
}

.fast-search-ctn .suggestions-container .staus {
  display: inline-block;
  text-align: right;
  width: 60px;
  font-size: 14px !important;
  padding-right: 15px;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 24px;
  height: 24px;
}

.fast-search-ctn .suggestions-container .diag-fast .name {
  width: calc(100% - 80px);
  padding-left: 15px;
}

.fast-search-ctn .suggestions-container .fast-row.not-allow .primary-text-color,
.fast-search-ctn .suggestions-container .fast-row.not-allow .warning-text-color {
  color: #b5b5b5 !important;
}

.fast-search-ctn.fast-search-qd-ctn {
  height: 34px !important;
}

.fast-search-ctn.fast-search-qd-ctn .layui-input-wrap,
.fast-search-ctn.fast-search-qd-ctn .layui-input-wrap input {
  height: 32px;
  line-height: 32px;
}

.fast-search-ctn input {
  padding-left: 0 !important;
  font-size: 16px !important;
  color: #606266 !important;
}

.fast-search-ctn input::-webkit-input-placeholder {
  /* Chrome, Safari, Opera */
  color: #c0c4cc;
  font-size: 16px !important;
}

.fast-search-ctn input::-moz-placeholder {
  /* Firefox 18- */
  color: #c0c4cc;
  font-size: 16px !important;
}

.fast-search-ctn input::-ms-input-placeholder {
  /* IE 10+ */
  color: #c0c4cc;
  font-size: 16px !important;
}

.fast-search-ctn input::placeholder {
  /* 现代浏览器 */
  color: #c0c4cc;
  font-size: 16px !important;
}

.fast-search-ctn.fast-search-qd-ctn .layui-input-wrap .layui-input-suffix {
  line-height: 32px;
}

.fast-search-ctn.fast-search-qd-ctn button {
  height: 32px;
  padding: 0 15px;
  line-height: 32px;
  width: 70px;
}

.fast-search-ctn.fast-search-qd-ctn .layui-form {
  width: calc(100% - 100px);
  margin-left: 36px;
}

.fast-search-ctn.fast-search-qd-ctn .search-icon {
  left: 10px;
}

.fast-search-qd-ctn .suggestions-container .name {
  width: auto;
  display: block;
  padding: 0 15px;
}

/* msg */
.layui-layer-dialog .layui-layer-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.layui-layer-dialog .layui-layer-content {
  line-height: 18px;
}

.layui-layer-dialog {
  min-width: 380px;
}

.layui-layer-dialog .layui-layer-content .layui-layer-face {
  top: 15px;
}

.layui-layer-dialog.warning-msg {
  border: none;
  background-color: #fdf6ec;
  color: #e6a23c;
}

.layui-layer-dialog.error-msg {
  border: none;
  background-color: #fff6f7;
  color: #fe6c6f;
}

.layui-layer-dialog.success-msg {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}

.layui-layer-dialog .layui-layer-content .layui-icon-success {
  color: #67c23a;
}

.layui-layer-dialog.mk-message .layui-layer-content {
  padding-left: 40px !important;
}

.layui-layer-dialog.mk-message .layui-icon {
  font-size: 16px !important;
}

.no-data {
  background-image: url('../../../images/pc/common/no-data.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.no-data-2 {
  background-image: url('../../../images/pc/common/no-data-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.data-loading {
  background-image: url('../../../images/pc/common/data-loading.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

/* 搜索历史 */
.history-item {
  display: inline-block;
  box-sizing: border-box;
  color: #424242;
  font-weight: 400;
  font-size: 14px;
  background-color: #fff;
  padding: 0 15px;
  border-radius: 30px;
  text-align: center;
  min-width: 44px;
  max-width: 180px;
  overflow: hidden;
  cursor: pointer;
  /* margin-bottom: 10px; */
  margin-right: 10px;
  line-height: 28px;
  height: 28px;
}

.history-item:hover {
  color: #fff;
  background: #427cf5;
}

/* 确认消息弹出层 */
.layui-layer.layui-layer-dialog .layui-layer-btn .layui-layer-btn0 {
  color: #fff;
  background-color: #427cf5;
  border-color: #427cf5;
}

.layui-layer.layui-layer-dialog .layui-layer-btn .layui-layer-btn0:hover {
  background: #2966e4;
  border-color: #2966e4;
  color: #fff !important;
}

/* 弹窗 */
.mk-dialog {
  border-radius: 12px !important;
  overflow: hidden !important;
}

.mk-dialog.knowledge-graph-diag .layui-layer-title {
  height: 116px;
}

.mk-dialog .layui-layer-title {
  height: 100px;
  box-sizing: border-box;
  color: #000;
  font-weight: 600;
  background-image: url('../../../images/pc/common/dialog-bg.png'), url('../../../images/pc/common/dialog-bg2.png');
  background-size: auto 100%, 100% 100%;
  background-position: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  font-size: 32px;
  line-height: 100px;
  padding-left: 20px;
  padding-right: 81px;
  border-bottom: none;
}

.mk-dialog .el-dialog__header .dialog-title {
  float: left;
}

.mk-dialog .el-dialog__header .dialog-slot {
  float: right;
}

.mk-dialog .layui-layer-setwin {
  top: 42px;
  right: 22px;
}

.mk-dialog .layui-layer-setwin .layui-layer-min {
  display: none !important;
}

.mk-dialog .layui-layer-setwin .layui-layer-max:before {
  width: 14px;
  height: 14px;
  margin: -8px 0 0 -10px;
  background-color: rgba(0, 0, 0, 0);
}

.mk-dialog .layui-layer-setwin .layui-layer-max::after {
  width: 14px;
  height: 14px;
  margin: -8px 0 0 -10px;
  background-color: rgba(0, 0, 0, 0);
}

.mk-dialog .layui-layer-setwin .layui-layer-max:hover:before,
.mk-dialog .layui-layer-setwin .layui-layer-max:hover:after {
  border-color: #427cf5;
}

.mk-dialog .layui-layer-setwin .layui-layer-max.layui-layer-maxmin::after {
  margin: -12px 0 0 -6px;
}

.mk-dialog .layui-layer-setwin .layui-icon-close {
  font-size: 22px !important;
}

.layui-icon-close {
  font-size: 22px !important;
  color: #444;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  zoom: 1;
}

.layui-icon-close:before,
.layui-icon-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background: black;
  -ms-transform-origin: center;
  transform-origin: center;
}

.layui-icon-close:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.layui-icon-close:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.layui-icon-close:hover:before,
.layui-icon-close:hover:after {
  background: #427cf5;
}

.mk-dialog .layui-layer-setwin .layui-icon-close:hover {
  color: #427cf5;
}

.mk-dialog .dialog__wrapper {
  height: 100%;
}

.mk-dialog .dialog-body {
  box-sizing: border-box;
  height: 100%;
  padding: 0 20px;
  overflow: hidden;
  overflow-y: auto;
}

.mk-dialog.type2 .dialog-body {
  padding: 0 !important;
  overflow: hidden;
  overflow-y: hidden;
}

/* 浮动 */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* 加载 */
.layui-btn.is-loading {
  position: relative;
  pointer-events: none;
}

.is-loading:before {
  /* pointer-events: none; */
  content: '';
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  border-radius: inherit;
  z-index: 10000;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.mk-loading-icon {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  font-size: 30px;
  margin: 0 auto;
}

/* 系统蓝色按钮颜色修改 */
.layui-btn {
  border-radius: 4px;
}

.layui-btn-normal {
  background-color: #427cf5;
}

.layui-btn:hover {
  background-color: #2966e4 !important;
  opacity: 1;
}

.layui-btn-lg {
  padding: 0 20px;
  font-size: 18px;
}

.search-box {
  position: relative;
  padding: 5px;
  border: 1px solid #6b96f8;
  border-radius: 25px;
  background: #ffffff;
}

.search-input {
  border-radius: 19px;
}

.search-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(-90deg, #346be3, #447ef7);
  padding: 0 35px;
}

.quick-search {
  margin-top: 20px;
}

.quick-search-header {
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
  text-align: right;
}

.quick-search-body .grid-demo {
  padding: 0px 15px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
  color: #5a5e66;
}

.quick-search-body .grid-demo:hover {
  color: #427cf5;
  background-color: #ffffff;
}

.warning-text-color {
  color: #ff8800;
}

/* 定位 */

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.layui-dropdown.index-code {
  position: absolute;
  background: #fff;
  min-width: 150px;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  padding: 12px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  word-break: break-all;
  min-height: 246px;
  top: 60px !important;
}

.layui-dropdown.index-code .qr-code {
  width: 100%;
}

.heade-code-box {
  cursor: pointer;
}

.heade-code-box img,
.head-user-menu img {
  width: 25px;
}

.heade-code-box span,
.head-user-menu span {
  margin-left: 14px;
  font-size: 16px;
  vertical-align: middle;
  color: #262626;
}

/*content table css*/
.dmp_table,
.dmp_3table,
.dmp_table_border {
  border-collapse: collapse;
  max-width: 100%;
  min-width: 500px;
}

.dmp_table td,
.dmp_3table td,
.dmp_table_border td {
  padding: 3px 10px;
  color: #444;
  vertical-align: top;
}

.dmp_formula {
  border-collapse: collapse;
}

.dmp_formula td {
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  color: #444;
}

.dmp_3table {
  border-collapse: collapse;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.dmp_table_border td {
  border: 1px solid #666 !important;
}

.dmp_border {
  border: 1px solid #666;
}

.dmp_border_top {
  border-top: 1px solid #666;
}

.dmp_border_right {
  border-right: 1px solid #666;
}

.dmp_border_bottom {
  border-bottom: 1px solid #666;
}

.dmp_border_left {
  border-left: 1px solid #666;
}

.layui-layer-photos .layui-icon-close {
  color: #fff;
}

.background_mask,
.transparent_background_mask {
  position: fixed;
  display: none;
  /* debug */
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
  /* 黑色透明背景 */
  z-index: 11111;
}

.questionnaire-index-dialog {
  display: none;
}

.questionnaire-index-dialog .popup_selection {
  position: fixed;
  display: block;
  box-shadow: unset;
  left: 50%;
  top: 50%;
  padding: 0 !important;
  transform: translate(-50%, -50%);
  background-size: 100%;
  z-index: 999999;
}

.questionnaire-index-dialog .popup_selection img {
  width: 525px;
  height: auto;
}

.questionnaire-index-dialog .popup_selection .close_a {
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  right: 11px;
  top: 38px;
  cursor: pointer;
  opacity: 0;
}

.questionnaire-index-dialog .popup_selection .link-btn {
  display: block;
  position: absolute;
  left: 145px;
  height: 46px;
  line-height: 41px;
  width: 235px;
  bottom: 28px;
  background-color: transparent;
  border-radius: 100px;
}

.popup_selection {
  display: none;
  position: fixed;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.questionnaire-index-btn {
  position: fixed;
  /* right: 20px;
  top: 50%; */
  /* transform: translateY(-50%); */
  z-index: 1111;
  display: none;
}

.aside-bar-ctn .layui-menu li,
.aside-bar-ctn .layui-menu-body-title,
.aside-bar-ctn .layui-menu-body-title a {
  padding-right: 0px !important;
}

.layui-layer-photos-toolbar .layui-icon-close:before,
.layui-layer-photos-toolbar .layui-icon-close:after {
  background: #fff;
  top: 15px;
}

.aside-bar-ctn.aside-bar-2 .layui-menu .layui-menu-item-down > .layui-menu-body-title > .layui-icon-right {
  transform: rotate(90deg) !important;
}
/* 模块介绍 */
.module-introduction{
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.module-introduction img{
  width: 120px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.is-full{
  width: 100% !important;
}
