.header-nclassical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--nav-bg, #fff);
  padding: 12px 20px 12px 16px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.header-nclassical-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header-nclassical-left > .header-nclassical-collect {
  font-size: 17px;
  cursor: pointer;
  margin-right: 10px;
  color: var(--nav-icon-color, #409eff);
}
.header-nclassical-left > div.header-nclassical-left-home {
  position: relative;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.header-nclassical-left > div.header-nclassical-left-home::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--nav-icon-color, #409eff);
  opacity: 0.1;
  border-radius: 4px;
}
.header-nclassical-left > div.header-nclassical-left-home > i {
  font-size: 16px;
  color: var(--nav-icon-color, #409eff);
}
.header-nclassical-left > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-nclassical-left > span div.header-nclassical-nav {
  margin: 0 10px;
  border: none;
  padding: 0px 22px;
}
.header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-prev,
.header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-next {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
.header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-wrap {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-wrap .toolbar-nav-scroll .toolbar-nav .b-navigation .b-navigation-content {
  gap: 0 7px;
}
.header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-wrap .toolbar-nav-scroll .toolbar-nav .b-navigation .b-navigation-content > li.b-navigation-item {
  position: relative;
  height: 28px;
  color: var(--nav-item-color, #409eff);
  border-radius: 2px;
  border: 1px solid var(--nav-item-border-color, #e4e4e4);
  background: var(--nav-item-bg, #ecf5ff);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-wrap .toolbar-nav-scroll .toolbar-nav .b-navigation .b-navigation-content > li.b-navigation-item-home {
  display: none;
}
.header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-wrap .toolbar-nav-scroll .toolbar-nav .b-navigation .b-navigation-content > li.b-navigation-item-active {
  border-color: var(--primary-color, #53a5f9);
  background: var(--nav-item-active-bg, #409eff);
}
.header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-wrap .toolbar-nav-scroll .toolbar-nav .b-navigation .b-navigation-content > li.b-navigation-item-active > span.b-icon {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color, #53a5f9)), to(var(--primary-color, #53a5f9)));
  background: linear-gradient(180deg, var(--primary-color, #53a5f9) 0%, var(--primary-color, #53a5f9) 100%);
  color: #fff;
  border-radius: 50%;
  opacity: 1;
}
.header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-wrap .toolbar-nav-scroll .toolbar-nav .b-navigation .b-navigation-content > li.b-navigation-item-active > span.title {
  color: var(--nav-item-active-color, #fff);
}
.header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-wrap .toolbar-nav-scroll .toolbar-nav .b-navigation .b-navigation-content > li > span.b-icon {
  position: absolute;
  right: -7px;
  top: -7px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  opacity: 0;
}
.header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-wrap .toolbar-nav-scroll .toolbar-nav .b-navigation .b-navigation-content > li:hover {
  border-color: var(--primary-color, #53a5f9);
  background: var(--nav-item-active-bg, #409eff);
}
.header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-wrap .toolbar-nav-scroll .toolbar-nav .b-navigation .b-navigation-content > li:hover > span.b-icon {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color, #53a5f9)), to(var(--primary-color, #53a5f9)));
  background: linear-gradient(180deg, var(--primary-color, #53a5f9) 0%, var(--primary-color, #53a5f9) 100%);
  color: #fff;
  opacity: 1;
}
.header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-wrap .toolbar-nav-scroll .toolbar-nav .b-navigation .b-navigation-content > li:hover > span.title {
  color: var(--nav-item-active-color, #fff);
}
.header-nclassical-left > span div.header-nclassical-nav-more {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-nclassical-left > span div.header-nclassical-nav-more i {
  font-size: 17px;
  cursor: pointer;
  color: #ccc;
}
.header-nclassical-left > span div.header-nclassical-nav-close {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.header-nclassical-left > span div.header-nclassical-nav-close > span {
  width: 18px;
  height: 18px;
}
.header-nclassical-left > span div.header-nclassical-nav-close > span > svg {
  color: #ccc;
}
.header-nclassical-right {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header-nclassical-right .anticon {
  font-size: 17px;
  cursor: pointer;
}
.header-nclassical-mini {
  padding: 4px 20px 4px 16px;
}
.header-nclassical-mini .header-nclassical-left > div.header-nclassical-left-home {
  width: 24px;
  height: 24px;
}
.header-nclassical-mini .header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-prev,
.header-nclassical-mini .header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-next {
  width: 24px;
  height: 24px;
  line-height: 1;
}
.header-nclassical-mini .toolbar-nav-container .toolbar-nav-prev .b-icon,
.header-nclassical-mini .toolbar-nav-container .toolbar-nav-next .b-icon {
  width: 14px;
  height: 14px;
}
.header-nclassical-mini .header-nclassical-left > span div.header-nclassical-nav-close {
  width: 24px;
  height: 24px;
  line-height: 1;
}
.header-nclassical-mini .header-nclassical-left > span div.header-nclassical-nav-close > span {
  width: 14px;
  height: 14px;
}
.header-nclassical-mini .header-nclassical-left > span div.header-nclassical-nav .toolbar-nav-wrap .toolbar-nav-scroll .toolbar-nav .b-navigation .b-navigation-content > li.b-navigation-item {
  line-height: 24px;
  height: 24px;
  font-size: 12px;
}
.header-nclassical .right-menu-style {
  padding: 15px 0 !important;
  border-radius: 4px !important;
}
.header-nclassical .right-menu-style .ant-menu-item {
  margin: 0 !important;
  height: 25px !important;
  font-size: 12px !important;
  line-height: 25px !important;
}

.history-page-container[data-v-646cfeb1] {
  position: relative;
  padding: 0 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.history-page-container .history-scroll-container[data-v-646cfeb1] {
  height: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.history-page-container .history-scroll-container .history-left-button[data-v-646cfeb1],
.history-page-container .history-scroll-container .history-right-button[data-v-646cfeb1] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
  border: 1px solid #eeeeee;
}
.history-page-container .history-scroll-container .history-scroll-content[data-v-646cfeb1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  overflow: hidden;
  position: relative;
}
.history-page-container .history-scroll-container .history-scroll-content .history-scroll-display[data-v-646cfeb1] {
  padding: 4px 6px 0;
  height: 32px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.history-page-container .history-scroll-container .history-scroll-content .history-scroll-display .history-page-tag[data-v-646cfeb1] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  border: 1px solid #d9ecff;
  border-radius: 4px;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  cursor: pointer;
  margin-right: 8px;
  color: var(--nav-item-color, #409eff);
  background-color: var(--nav-item-bg, #ecf5ff);
}
.history-page-container .history-scroll-container .history-scroll-content .history-scroll-display .history-page-tag[data-v-646cfeb1]:last-of-type {
  margin-right: 0;
}
.history-page-container .history-scroll-container .history-scroll-content .history-scroll-display .history-page-tag .tag-close[data-v-646cfeb1] {
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 16px;
  color: var(--primary-color, #409eff);
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.history-page-container .history-scroll-container .history-scroll-content .history-scroll-display .history-page-tag .tag-close .el-icon[data-v-646cfeb1] {
  background: #ffffff;
  border-radius: 50%;
}
.history-page-container .history-scroll-container .history-scroll-content .history-scroll-display .history-page-tag[data-v-646cfeb1]:hover {
  border-color: var(--primary-color, #409eff);
  color: var(--primary-color, #409eff);
  background: var(--nav-item-active-bg, #ecf5ff);
}
.history-page-container .history-scroll-container .history-scroll-content .history-scroll-display .history-page-tag:hover > .tag-close[data-v-646cfeb1] {
  display: block;
  opacity: 1;
}
.history-page-container .history-scroll-container .history-scroll-content .history-scroll-display .history-page-tag-active[data-v-646cfeb1] {
  color: var(--nav-item-color, #409eff);
  border-color: var(--primary-color, #409eff);
  color: var(--nav-item-active-color, #ffffff);
  background: var(--nav-item-active-bg, #409eff);
}
.history-page-container .history-scroll-container .history-scroll-content .history-scroll-display .history-page-tag-active .tag-close[data-v-646cfeb1] {
  display: block;
  opacity: 1;
}
.history-page-container .nav-close-content[data-v-646cfeb1] {
  font-size: 12px;
  position: fixed;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 6px;
  top: 0;
  left: 0;
  z-index: 3000;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.history-page-container .nav-close-content .nav-close-content-i[data-v-646cfeb1] {
  cursor: pointer;
  color: #666666;
  padding: 4px 0;
}
.history-page-container .nav-close-content .nav-close-content-i[data-v-646cfeb1]:hover {
  color: var(--primary-color);
}

.header-nclassical-nav-close[data-v-2e0a0138] {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.header-nclassical-nav-close[data-v-2e0a0138]:focus-visible {
  outline: 0px;
}
.header-nclassical-nav-close-mini[data-v-2e0a0138] {
  width: 24px;
  height: 24px;
}

.b-layout {
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.b-layout .b-logo {
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.b-layout-header .logo {
  background-image: url(/crm-web/img/logo.a6683a11.png);
}
.b-layout-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--body-background, #f7f7f7) !important;
}
.b-layout-main .tag-nav-container {
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-layout-main .tag-nav-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.b-layout-sider .ant-menu-inline,
.b-layout-sider .ant-menu-vertical,
.b-layout-sider .ant-menu-vertical-left {
  border: none;
}
.b-layout-content {
  position: relative;
  background: #fff;
  margin: 10px;
  height: calc(100vh - 85px);
  min-width: 500px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.b-layout .ant-popover {
  z-index: 1005;
}
.b-select-anchor {
  height: calc(100vh - 85px);
  overflow-x: auto;
}
.b-select-anchor .b-layout-page {
  height: calc(100vh - 85px);
  padding: 0px 8px;
}
.b-select-anchor .b-page {
  background: #fff !important;
  margin: 0px;
  padding: 15px;
}
.b-layout-app .b-select-anchor {
  overflow: hidden;
}
.b-layout-app .b-select-anchor .b-layout-page {
  padding: 0px;
  margin: 0px -8px;
}
.layout-spin {
  width: 100%;
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-sider {
  background-color: #1b1d46 !important;
}
.page-responsive-mini .b-select-anchor {
  height: calc(100vh - 68px);
}

.b-layout-mall {
  padding-top: 56px;
  background: #fff;
}
.b-mall {
  height: calc(100vh - 56px);
  overflow-y: auto;
  overflow-x: hidden;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}
.content .content-bg {
  height: 400px;
  background-image: url(/crm-web/img/404.397444a2.png);
  background-size: auto 400px;
  background-position: center;
  background-repeat: no-repeat;
}
.content .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content .content-box h1 {
  color: #5895ff;
  font-weight: 500;
  font-size: 120px;
  margin: 0;
  text-align: center;
}
.content .content-box p {
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.6rem;
  text-align: center;
}

.b-icon {
  width: 24px;
  height: 24px;
}
.b-icon .icon {
  width: inherit;
  height: inherit;
}
.svg-icon {
  /* 通过设置 font-size 来改变图标大小 */
  width: 1em;
  /* 图标和文字相邻时，垂直对齐 */
  vertical-align: -0.15em;
  /* 通过设置 color 来改变 SVG 的颜色/fill */
  fill: currentColor;
  /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
        normalize.css 中也包含这行 */
  overflow: hidden;
}

.b-image .b-image-fit {
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.b-image .b-image-fit img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}

.ant-select {
  min-width: 100px;
}

.b-form-header {
  background: #fff;
  padding: 16px 0px 0px;
}
.b-form-header-title {
  height: 25px;
  line-height: 25px;
  padding: 0px 20px;
  border-left: 4px solid #FFB93D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-form-header-title > span:first-of-type {
  font-size: 17px;
  color: #222;
}
.b-form-header-content {
  padding: 30px 20px 0px;
}
.b-form-header .b-form .ant-form-vertical .ant-form-item {
  margin-bottom: 19px;
}
.b-form-header .b-form .ant-form-vertical .ant-form-item.ant-form-item-with-help {
  margin-bottom: 0px;
}
.sub-title-class {
  font-family: PingFangSC-Regular;
  display: inline-block;
  font-size: 12px;
  height: 28px;
  padding: 0 16px;
  line-height: 28px;
  margin-left: 5px;
  border-radius: 2px;
  position: relative;
}
.sub-title-class::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 8px;
  left: -10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.sub-title-class::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 8px;
  left: -8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #fff;
}
.default {
  color: #FFB93D;
  border: 1px solid #FFB93D;
}
.default::before {
  border-right: 10px solid #FFB93D;
}
.reject {
  color: #ff6e6b;
  border: 1px solid #ff6e6b;
}
.reject::before {
  border-right: 10px solid #ff6e6b;
}
.pass {
  color: #548dff;
  border: 1px solid #548dff;
}
.pass::before {
  border-right: 10px solid #548dff;
}

.b-form-item-text {
  width: 100%;
  height: 32px;
  line-height: 1.5;
  display: block;
}

.b-form-submit {
  background: #fff;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-form-submit-title {
  font-size: 22px;
}
.b-form-submit-content > button {
  margin-left: 20px;
}
.b-form-submit-affix .ant-affix {
  z-index: 1000;
}
.b-form-submit-affix .ant-affix .b-form-submit {
  width: calc(100% + 40px);
  margin: 0px -20px;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 0 0 #DDDDDD, inset 0 -1px 0 0 #DDDDDD;
          box-shadow: inset 0 1px 0 0 #DDDDDD, inset 0 -1px 0 0 #DDDDDD;
}

.b-form-table-button-bottom {
  background-color: #f8f8f9;
  border-left: solid 1px #e8eaec;
  border-right: solid 1px #e8eaec;
  border-bottom: solid 1px #e8eaec;
}
.b-form-table-button-bottom button.ant-btn {
  color: #ff4b1f;
  background-color: unset;
  border: 0;
  text-shadow: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.b-form-table-button-bottom button.ant-btn > span {
  vertical-align: middle;
}
.b-form-table-button-bottom .b-icon {
  margin-right: 8px;
}
.b-valid-error:not(.col--actived)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 6px solid #ff4b1f;
  border-top-color: transparent;
  border-left-color: transparent;
}
.b-form .vxe-table .vxe-cell,
.b-form-page .vxe-table .vxe-cell {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.b-form .vxe-table .vxe-cell .ant-input-number,
.b-form-page .vxe-table .vxe-cell .ant-input-number {
  width: 100%;
}
.vxe-body--row .vxe-body--column.col--area {
  background: rgba(0, 94, 255, 0.1);
}
.b-vxe-column-required .vxe-cell--title::before {
  content: "*";
  color: red;
  font-family: SimSun, sans-serif;
  margin-right: 3px;
}

.b-form-tags {
  display: inline-block;
}
.b-form-tags-more {
  margin-right: 6px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.b-form-tags-more-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-form-tags-more-item > a {
  margin-right: 20px;
}
.b-form-tags .openMoreTag {
  cursor: pointer;
  font-size: 14px;
  color: #222222;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  /*早期浏览器*/
  user-select: none;
}
.b-form-tags-ex .ant-tag {
  width: 120px;
  height: 38px;
  padding: 0;
  margin: 0 20px 20px 0;
  text-align: center;
  line-height: 38px;
  background: #F2F2F2;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #555555;
}
.b-form-tags-ex .selectClass {
  background: rgba(255, 75, 31, 0.2);
  border: 1px solid #FF4B1F;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FF4812;
}

.b-from-textarea {
  position: relative;
  background: #fff;
}
.b-from-textarea-textarea {
  z-index: 10;
  background: transparent;
}
.b-from-textarea-count {
  position: absolute;
  bottom: 6px;
  right: 10px;
  font-size: 12px;
  z-index: 9;
  color: #999;
}

.b-form-upload-file .ant-upload {
  width: 100%;
}
.b-form-upload-file .b-form-upload-tips {
  width: 100%;
  margin-bottom: 8px;
  color: #555;
  white-space: normal !important;
}
.b-form-upload-file .b-form-upload-list {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
}
.b-form-upload-file .b-form-upload-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
.b-form-upload-file .b-form-upload-list li:last-child {
  padding-bottom: 0;
}
.b-form-upload-file .b-form-upload-list li.b-form-upload-disable > p:first-child {
  width: 100%;
}
.b-form-upload-file .b-form-upload-list li > p {
  margin-bottom: 0;
}
.b-form-upload-file .b-form-upload-list li > p:first-child {
  width: 30%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.b-form-upload-file .b-form-upload-list li > p:last-child {
  width: 30%;
  text-align: right;
}
.b-form-upload-file .b-form-upload-list li > p .ant-btn {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 0;
}
.b-form-upload-file .b-form-upload-list li > p .ant-btn:first-child {
  border-left-width: 0;
  padding: 0 5px 0 0;
}
.b-form-upload-file .b-form-upload-list li .b-form-upload-process {
  width: 54%;
  background-color: #f2f2f7;
  height: 8px;
  border-radius: 4px;
}
.b-form-upload-file .b-form-upload-list li .b-form-upload-process > span {
  display: block;
  background-color: #34c758;
  height: inherit;
  border-radius: inherit;
}
.pdf-app {
  width: 100%;
  height: 80vh !important;
}
.iframe {
  height: calc(100% - 50px);
}
.el-link {
  margin-right: 8px;
}

.form-upload-image-single-slot {
  font-size: 12px;
  cursor: pointer;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ant-upload.ant-upload-select-picture-card {
  cursor: pointer;
}
.b-form-upload-image-preview {
  width: 100%;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  color: #fff;
}
.ant-upload-picture-card-wrapper .form-image-upload {
  display: table;
  float: left;
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
}
/** 单个图片样式单独处理 **/
.form-upload-image-single .ant-upload-list-picture-card-container,
.form-upload-image-single .ant-upload-list-item {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  border: none;
}
.form-upload-image-single .ant-upload-list-item-info {
  padding: 0px;
}
.form-upload-image-single .ant-upload-list-item-info::before {
  left: 0px;
}

.b-page {
  background-color: #fff;
  margin: 0px 20px 20px;
  padding: 10px 20px 0px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.b-page .ant-layout {
  background-color: #fff;
}
.b-page .ant-pagination {
  border-top: 1px solid #f1f1f1;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-top: 0;
}
.b-page .b-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.ant-modal .ant-layout.b-page {
  padding: 10px 20px 0px 20px;
  margin: 0;
}
.ant-modal .ant-layout.b-page .b-page-tool {
  margin-bottom: 10px;
}
.ant-modal .ant-layout.b-page .ant-pagination {
  border-top: none;
}
.b-icon-expanded-up svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.b-icon-expanded-down svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.b-tree-icon {
  margin-right: 8px;
}
.b-tree-icon .b-icon {
  width: 16px;
  height: 16px;
}
.b-tree-isleaf {
  display: inline-block;
  width: 18px;
  height: 18px;
}

.resize-table-th {
  position: relative;
}
.resize-table-th .table-draggable-handle {
  height: 100% !important;
  top: 0;
  left: -5px;
  cursor: col-resize;
  -ms-touch-action: none;
      touch-action: none;
  border: none;
}
.ant-spin-nested-loading {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.ant-spin-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.ant-spin-container .ant-table-pagination.ant-pagination {
  text-align: right;
}
.b-table {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.b-table .ant-table {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.b-table .ant-table-content {
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.b-table-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-table-buttons > a {
  height: 22px;
  line-height: 22px;
  margin: 0px 4px;
}
.b-table-buttons > a .b-icon {
  height: 18px;
  vertical-align: top;
}
.b-table-buttons-open .ant-popover-title {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0px 8px;
  color: rgba(0, 0, 0, 0.45);
}
.b-table-buttons-open .ant-popover-inner {
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.b-table-buttons-open .ant-popover-inner-content {
  color: rgba(0, 0, 0, 0.45);
  padding: 4px 0px;
  width: 172px;
}
.b-table-buttons-fold-item {
  padding: 2px 8px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}
.b-table-buttons-fold-item:hover {
  color: #1890ff;
}
.b-table-row {
  cursor: pointer;
}
.b-table-single th.ant-table-selection-column .ant-table-selection .ant-checkbox {
  display: none;
}
.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: #fafafa;
}
.ant-table-thead > tr.ant-table-row-selected > td,
.ant-table-tbody > tr.ant-table-row-selected > td {
  background: #fff;
}
.ant-table-thead > tr.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr.ant-table-row-selected > td.ant-table-column-sort {
  background: #fff;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td,
.ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: #fff;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: #fff;
}
.ant-table-thead > tr > th {
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 14px 16px;
}
.b-table-left .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.b-table-left .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.b-table-left .ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.b-table-left .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: #fafafa;
}
.b-table-left .ant-table-thead > tr.ant-table-row-selected > :last-child,
.b-table-left .ant-table-tbody > tr.ant-table-row-selected > :last-child {
  border-right: 1px solid #1890ff;
}
.b-table-left .ant-table-thead > tr.ant-table-row-selected > :first-child,
.b-table-left .ant-table-tbody > tr.ant-table-row-selected > :first-child {
  border-left: 1px solid #1890ff;
}
.b-table-left .ant-table-thead > tr.ant-table-row-selected > td,
.b-table-left .ant-table-tbody > tr.ant-table-row-selected > td {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #1890ff;
  color: #1890ff;
  background: #fff;
}
.b-table-left .ant-table-thead > tr.ant-table-row-selected > td.ant-table-column-sort,
.b-table-left .ant-table-tbody > tr.ant-table-row-selected > td.ant-table-column-sort {
  background: #fff;
}
.b-table-left .ant-table-thead > tr > td,
.b-table-left .ant-table-tbody > tr > td {
  border: none;
}
.b-table-left .ant-table-thead > tr:hover.ant-table-row-selected > td,
.b-table-left .ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: #fff;
}
.b-table-left .ant-table-thead > tr:hover.ant-table-row-selected > td.ant-table-column-sort,
.b-table-left .ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: #fff;
}
.td-image {
  width: 60px;
  height: 60px;
  margin-right: 5px;
  cursor: pointer;
}
.td-image img {
  width: 100%;
  display: inline-block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.b-dictMapCodes > span {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px 1px;
}
.b-table-default {
  color: #333;
}
.b-table-default > span {
  background: #333;
}
.b-table-orange > span {
  background: #1890ff;
}
.b-table-green > span {
  background: #52c41a;
}
.b-table-red > span {
  background: #f5222d;
}
.b-table-blue > span {
  background: #1890ff;
}

.b-modal {
  /*** @desc: 表单详情样式*/
}
.b-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-modal-footer .ant-select-sm .ant-select-selection--single {
  height: 30px;
  line-height: 30px;
}
.b-modal-footer .ant-select-sm .ant-select-selection__rendered {
  line-height: 28px;
}
.b-modal-footer .ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 30px;
  line-height: 30px;
}
.b-modal.b-modal-table .ant-modal-body {
  padding: 0px;
  max-height: 500px;
  min-height: 300px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.b-modal.b-modal-default .ant-modal {
  width: 936px !important;
}
.b-modal.b-modal-default .ant-drawer-content-wrapper {
  width: 936px !important;
}
.b-modal.b-modal-large .ant-modal {
  width: 1400px !important;
}
.b-modal.b-modal-large .ant-drawer-content-wrapper {
  width: 1400px !important;
}
.b-modal.b-modal-small .ant-modal {
  width: 670px !important;
}
.b-modal.b-modal-small .ant-drawer-content-wrapper {
  width: 670px !important;
}
.b-modal .ant-modal-footer {
  background: #fff;
}
.b-modal-disabled input {
  border: none;
  background: no-repeat;
  outline: none;
  color: rgba(0, 0, 0, 0.25);
}
.b-modal-disabled input::-webkit-input-placeholder {
  color: #fff;
}
.b-modal-content {
  padding: 20px;
}

.ant-form.ant-form-inline {
  margin: 0px 6px;
}
.b-form-spin {
  height: 100%;
  width: 100%;
}
.b-form-spin > div > .ant-spin {
  max-height: calc(100vh - 300px) !important;
}
.b-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-form-footer .ant-btn {
  height: 32px;
  margin-right: 20px;
}
.b-form-footer .fold-up {
  font-size: 14px;
  cursor: pointer;
  color: #1890ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-form-footer .fold-up .b-icon {
  width: 16px;
  height: 16px;
}
.b-form .ant-form-vertical .ant-form-item {
  margin-bottom: 0px;
}
.b-form .ant-form-vertical .ant-form-item.ant-form-item-with-help {
  margin-bottom: 0px;
}
.b-form .has-error .ant-form-explain,
.b-form .has-error .ant-form-split {
  height: 20px;
  line-height: 20px;
}
.b-form .ant-form-item-label {
  font-size: 14px;
  color: #999;
}
.b-form .b-form-item-text {
  font-size: 14px;
  color: #222;
  font-weight: 600;
}
.b-form .vxe-table .b-form-item-text {
  font-weight: normal;
  color: inherit;
}
.b-form .ant-input-number {
  width: 50%;
}
.b-form-modal {
  /*** @desc: 表单详情样式*/
}
.b-form-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-form-modal-footer .ant-select-sm .ant-select-selection--single {
  height: 30px;
  line-height: 30px;
}
.b-form-modal-footer .ant-select-sm .ant-select-selection__rendered {
  line-height: 28px;
}
.b-form-modal-footer .ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 30px;
  line-height: 30px;
}
.b-form-modal .ant-modal-body {
  padding: 0px;
  max-height: 500px;
  min-height: 300px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.b-form-modal .ant-modal-footer {
  background: #fff;
}
.b-form-modal-disabled input {
  border: none;
  background: no-repeat;
  outline: none;
  color: rgba(0, 0, 0, 0.25);
}
.b-form-modal-disabled input::-webkit-input-placeholder {
  color: #fff;
}
.b-form-modal-content {
  padding: 20px;
}
.b-form-modal-content .b-table {
  height: 450px;
}

.b-page-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.b-page-tool-more-open {
  display: none;
  z-index: 2;
  position: absolute;
  background-color: #fff;
  top: 38px;
  left: -20px;
  padding: 20px;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.b-page-tool-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 26px;
}
.b-page-search-classics {
  padding: 0px 0px 20px;
}
.b-page-search-classics .ant-form-inline.form-create .ant-select {
  min-width: 160px;
}
.b-page-search-classics .ant-spin-container:has(div.b-form-footer-fixed) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.b-page-search-classics .b-fold-up {
  height: auto !important;
}
.b-page-search-classics .b-form-footer-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.b-page-search-classics .b-form-footer-fixed > button:last-child {
  margin-right: 0px;
}
.b-page-search-classics .b-form-footer-fixed .fold-up > span {
  white-space: nowrap;
}
.b-page.b-page-modal .b-page-tool {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.b-page-button {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-page-button .ant-btn {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-page-button .ant-btn .b-icon {
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.b-page-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-page-search {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.b-page-search-filter .ant-form-inline.form-create > .ant-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.b-page-search-filter .ant-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.b-page-search-filter .ant-row > .ant-form-item:last-child {
  margin-right: 0px;
}
.b-page-search-filter .ant-input-search {
  min-width: 200px;
}
.b-page-search-filter .ant-form-item-control {
  line-height: 36px;
}
.b-page-search-filter .ant-select {
  min-width: 160px;
}
.b-page-search-filter .ant-calendar-picker-input {
  max-width: 220px;
}
.b-page-search-more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  text-align: right;
}
.b-page-search-more .search-more {
  color: #1890ff;
  cursor: pointer;
}
.tool-more-open-enter-active {
  -webkit-animation: tool-more-open-in 0.02s;
          animation: tool-more-open-in 0.02s;
}
.tool-more-open-leave-active {
  animation: tool-more-open-in 0.02s reverse;
}
@-webkit-keyframes tool-more-open-in {
  0% {
    height: 0px;
  }
  20% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: auto;
  }
}
@keyframes tool-more-open-in {
  0% {
    height: 0px;
  }
  20% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: auto;
  }
}

.b-list .ant-checkbox-group {
  display: block;
}
.b-list .ant-list-loading {
  height: 100%;
}
.b-list-header {
  background: #F5F5F5;
  border-radius: 11px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-list-header .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  padding: 9px 12px;
}
.b-list-header .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-list-header .right > .ant-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.b-list-header .right > .ant-row > .ant-col {
  padding: 9px 12px;
}
.b-list-more {
  text-align: center;
  padding: 8px;
  color: #666;
}
.b-list-more .text {
  padding: 8px;
}
.b-list-item {
  border-radius: 8px;
  border: 1px solid #ECECEC;
  margin: 16px auto 0px;
}
.b-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 9px 12px;
}
.b-list-title .ant-checkbox-wrapper {
  margin-right: 8px;
}
.b-list-content {
  padding: 9px 12px;
}
.b-list-content .ant-row > .ant-col {
  padding: 9px 12px;
}

.b-setting {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}
.b-setting li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}
.b-setting .b-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.b-setting-selected .b-icon {
  color: var(--primary-color, #409eff);
}
.b-setting .user {
  min-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
}
.b-setting .user .portrait {
  width: 30px;
  height: 30px;
  background: #ff7247;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.b-setting .user .portrait-Image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.b-setting .user .name {
  max-width: 96px;
  width: 96px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px 6px 0px 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
.b-setting > li:last-child .b-icon {
  width: 18px;
  height: 18px;
}
.b-setting-link-open > .ant-popover-content > .ant-popover-arrow {
  display: none;
}
.b-setting-link-open .ant-popover-inner {
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.b-setting-link-open .ant-popover-inner-content {
  color: var(--text-color-secondary, #555555);
  padding: 4px 0px;
  width: 120px;
}
.b-setting-fold li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding: 0px 12px;
  height: 32px;
  line-height: 32px;
}
.b-setting-fold li:hover {
  background-color: var(--item-hover-bg, #efefef);
}

.b-layout-header {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  background: #FFFFFF;
}
.b-layout-header .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  background-color: var(--primary-color, #409eff);
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.b-layout-header .fast {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-classical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 7px 20px 7px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.header-classical .collapse {
  cursor: pointer;
  position: absolute;
  left: 0px;
}
.header-classical .collapse .b-icon {
  width: 18px;
  height: 18px;
}
.header-classical-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-classical-left > i.header-nclassical-collect {
  margin-right: 10px;
}
.header-classical-close-list {
  height: 40px;
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.header-classical-close-list .b-icon {
  width: 18px;
  height: 18px;
}
.header-classical-right {
  width: 100px;
}
.header-classical .right-menu-style {
  padding: 16px 0;
  border-radius: 4px;
}
.header-classical .right-menu-style .ant-menu-item {
  margin: 0;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}
.header-classical-mini {
  padding: 4px 20px 4px 30px;
}
.header-classical-mini .toolbar-nav-container .toolbar-nav-prev .b-icon,
.header-classical-mini .toolbar-nav-container .toolbar-nav-next .b-icon {
  width: 16px;
  height: 16px;
}
.header-classical-mini .header-classical-close-list .b-icon {
  width: 16px;
  height: 16px;
}
.header-classical-mini .right-menu-style {
  padding: 8px 0;
}

.header-mall {
  width: 100%;
  line-height: 56px;
  height: 56px;
  min-width: 1400px;
  position: fixed;
  background: var(--primary-color, #409eff);
  top: 0;
}
.header-mall-wrap {
  max-width: 1300px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-mall .ant-menu {
  background: transparent;
}
.header-mall .ant-menu-submenu {
  border: none;
  top: 0px;
}
.header-mall .ant-menu-submenu-selected {
  border: none;
}
.header-mall .ant-menu-item,
.header-mall .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.8);
  border: none;
}
.header-mall .ant-menu-item:hover,
.header-mall .ant-menu-item-active,
.header-mall .ant-menu:not(.header-mall .ant-menu-inline) .header-mall .ant-menu-submenu-open,
.header-mall .ant-menu-submenu-active,
.header-mall .ant-menu-submenu-title:hover {
  color: #fff;
  border: none;
}
.header-mall .ant-menu-item-selected {
  color: #fff;
  border: none;
}
.header-mall .ant-menu-horizontal {
  border-bottom: 0;
}
.header-mall .ant-menu-horizontal > .header-mall .ant-menu-item,
.header-mall .ant-menu-horizontal > .header-mall .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  border: none;
  border-bottom: 0;
}

.b-menu-select.ant-select.ant-select-single {
  width: 99%;
}
.b-menu-select.ant-select.ant-select-single.ant-select-open .ant-select-arrow {
  color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.b-menu-select.ant-select.ant-select-single.ant-select-open .ant-select-arrow .anticon svg {
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
}
.b-menu-select.ant-select.ant-select-single:hover .ant-select-arrow {
  opacity: 0;
}
.b-menu-select.ant-select.ant-select-single .ant-select-selector {
  background-color: var(--menu-search-bg, rgba(255, 255, 255, 0.3));
  color: #fff;
  border: none;
}
.b-menu-select.ant-select.ant-select-single .ant-select-arrow {
  color: #fff;
}
.b-menu-select.ant-select.ant-select-single .ant-select-selection-item > span:last-child {
  display: none;
}
.b-menu-select.ant-select.ant-select-single .ant-select-selection-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.b-menu-select.ant-select.ant-select-single .ant-select-clear {
  color: rgba(255, 255, 255, 0.7);
  background: none;
}
.b-menu-select-dropdown.ant-select-dropdown {
  z-index: 2003 !important;
  min-width: 224px !important;
  padding: 0;
}
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder {
  background-color: var(--menu-search-dropdown-bg, #fff);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(3, 73, 134, 0.18);
          box-shadow: 0px 2px 10px 0px rgba(3, 73, 134, 0.18);
  backdrop-filter: blur(10px);
  padding: 2px;
}
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder::-webkit-scrollbar {
  width: 4px;
}
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.7);
}
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder .ant-select-item-option {
  padding: 7px 12px 3px 12px;
  margin: 2px 4px;
}
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder .ant-select-item-option .ant-select-item-option-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 2px;
  height: unset;
  line-height: unset;
}
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder .ant-select-item-option .ant-select-item-option-content > span:first-child {
  font-weight: 500;
  font-size: 15px;
  color: var(--menu-search-item-color, #000);
}
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder .ant-select-item-option .ant-select-item-option-content > span:last-child {
  font-weight: 400;
  font-size: 14px;
  color: var(--menu-search-item-secondary-color, #999);
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder .ant-select-item-option:not(.ant-select-item-option-disabled) {
  cursor: pointer;
  border-bottom: 1px solid var(--menu-search-item-border, #ded8d8);
}
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder .ant-select-item-option:hover:not(.ant-select-item-option-disabled),
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder .ant-select-item-option.ant-select-item-option-selected {
  color: var(--menu-search-item-color, rgba(0, 0, 0, 0.65));
  background-color: var(--menu-search-item-active, #e6f7ff);
  border-color: var(--menu-search-item-active, #ded8d8) !important;
}
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder .ant-select-item-option > div.ant-spin-spinning {
  color: var(--menu-search-item-color, #1890ff);
}
.b-menu-select-dropdown.ant-select-dropdown .rc-virtual-list > .rc-virtual-list-holder .ant-select-item-option > div.ant-spin-spinning .ant-spin-dot-item {
  background-color: var(--menu-search-item-color, #1890ff) !important;
}
.b-menu-select-hidden {
  display: none;
}

.b-layout-sider {
  width: 240px;
  height: 100vh;
  background: var(--menu-bg, #1b1d46) !important;
}
.b-layout-sider .ant-layout-sider-children {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.b-layout-sider .b-logo {
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.b-layout-sider .b-menu-search {
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 7px;
}
.b-layout-sider .b-menu-arrow {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 24px;
}
.b-layout-sider .b-menu-container {
  max-height: calc(100vh - 60px);
}
.b-layout-sider .b-menu-container-has,
.b-layout-sider .b-menu-container-hover {
  max-height: calc(100vh - 100px);
}
.b-layout-sider .b-menu-container.b-menu-container-has.b-menu-container-hover {
  max-height: calc(100vh - 140px);
}
.b-layout-sider .b-menu-container > .ant-menu-root > li.ant-menu-submenu-inline > div.ant-menu-submenu-title {
  left: 0;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.b-layout-sider .ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
  min-width: 24px;
}
.b-layout-sider .b-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-layout-sider .b-menu-title .b-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
.b-layout-sider .b-menu-title .b-icon .icon {
  width: 24px;
  height: 24px;
}
.b-layout-sider .ant-menu {
  background: unset !important;
}
.b-layout-sider .ant-menu .ant-menu-submenu > .ant-menu {
  background: unset !important;
}
.b-layout-flod .ant-layout-sider-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: var(--menu-bg, #1b1d46);
  -webkit-transition: width 0.3s ease-in-out, z-index 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, z-index 0.3s ease-in-out;
}
.b-layout-flod .ant-layout-sider-children > div.b-menu-search .b-menu-select {
  min-width: 50px;
}
.b-layout-flod .ant-layout-sider-children > div.b-menu-search .b-menu-select div.ant-select-selection__placeholder {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.b-layout-flod .ant-layout-sider-children > div {
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.b-layout-flod .ant-layout-sider-children > div.b-logo {
  width: 60px;
}
.b-layout-flod .ant-layout-sider-children > div ul,
.b-layout-flod .ant-layout-sider-children > div li {
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.b-layout-flod .ant-layout-sider-children > div.el-scrollbar .ant-menu-root {
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.b-layout-flod .ant-layout-sider-children > div.el-scrollbar .ant-menu-root div.ant-menu-submenu-title .ant-menu-submenu-arrow {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.b-layout-flod .ant-layout-sider-children > div.el-scrollbar .ant-menu-root > li.ant-menu-submenu-inline > div.ant-menu-submenu-title {
  position: relative;
  left: -6px;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.b-layout-flod .ant-layout-sider-children > div.el-scrollbar .ant-menu-root > li.ant-menu-submenu-inline > div.ant-menu-submenu-title > span.b-menu-title > span:nth-child(2) {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.b-layout-flod .ant-layout-sider-children > div.el-scrollbar .ant-menu-root > li:has(.ant-menu-item-selected) > div .b-menu-title .b-icon {
  color: var(--menu-item-active-bg, #5895ff);
}
.b-layout-flod .ant-layout-sider-children > div.el-scrollbar .ant-menu-root > li > ul {
  opacity: 0;
  display: none;
}
.b-layout-flod:hover .ant-layout-sider-children {
  z-index: 2002;
}
.b-layout-flod:hover .ant-layout-sider-children > div:not(.b-menu-arrow) {
  position: relative;
  z-index: 100;
}
.b-layout-flod:hover .ant-layout-sider-children > div:not(.b-menu-arrow).b-logo {
  width: unset;
}
.b-layout-flod:hover .ant-layout-sider-children > div.el-scrollbar .ant-menu-root {
  width: unset;
}
.b-layout-flod:hover .ant-layout-sider-children > div.el-scrollbar .ant-menu-root div.ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 1;
}
.b-layout-flod:hover .ant-layout-sider-children > div.el-scrollbar .ant-menu-root > li.ant-menu-submenu-inline > div.ant-menu-submenu-title > span.b-menu-title > span:nth-child(2) {
  opacity: 1;
}
.b-layout-flod:hover .ant-layout-sider-children > div.el-scrollbar .ant-menu-root > li:has(.ant-menu-item-selected) > div .b-menu-title .b-icon {
  color: unset;
}
.b-layout-flod:hover .ant-layout-sider-children > div.el-scrollbar .ant-menu-root > li > ul {
  opacity: 1;
  display: unset;
}
.b-layout-flod:hover .ant-layout-sider-children .b-menu-search .b-menu-select {
  min-width: unset;
}
.b-layout-flod:hover .ant-layout-sider-children .b-menu-search .b-menu-select div.ant-select-selection__placeholder {
  opacity: 1;
}

.b-breadcrumb {
  height: 52px;
  line-height: 52px;
  padding: 0px 20px;
  position: relative;
}

.b-shortcut-menu {
  padding-top: 20px;
  height: calc(100vh - 48px);
}
.b-shortcut-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin: 0px;
  padding: 0 16px 0px 42px;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
  position: relative;
}
.b-shortcut-menu-title:hover {
  color: var(--primary-color, #409eff);
}
.b-shortcut-menu-title .b-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
.b-shortcut-menu-title .b-icon .icon {
  width: 24px;
  height: 24px;
}
.b-shortcut-menu .last1 {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0px;
}
.b-shortcut-menu-open > .ant-popover-content > .ant-popover-arrow {
  display: none;
}
.b-shortcut-menu-open .ant-popover-inner {
  -webkit-box-shadow: 0 0 6px -4px rgba(0, 0, 0, 0.12), 8px 0 16px 0 rgba(0, 0, 0, 0.08), 16px 0 28px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px -4px rgba(0, 0, 0, 0.12), 8px 0 16px 0 rgba(0, 0, 0, 0.08), 16px 0 28px 1px rgba(0, 0, 0, 0.05);
}
.b-shortcut-menu-open .ant-popover-inner-content {
  color: var(--text-color-secondary, #555555);
  padding: 20px 0px;
}
.b-shortcut-menu-panel {
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: wrap;
          flex-direction: wrap;
}
.b-shortcut-menu-panel > div {
  min-width: 160px;
}
.b-shortcut-menu-panel > div > div {
  padding-left: 30px;
  margin-bottom: 8px;
  height: 40px;
  line-height: 40px;
}
.b-shortcut-menu-panel > div > div .b-icon {
  margin-right: 14px;
}
.b-shortcut-menu-panel > div > div .icon {
  width: 16px;
  height: 16px;
}
.b-shortcut-menu-panel > div > div .title {
  font-size: 13px;
  color: var(--text-color-dark, #888888);
  line-height: 22px;
}
.b-shortcut-menu-panel > div > ul {
  height: calc(100% - 40px);
}
.b-shortcut-menu-panel > div > ul > li {
  font-size: 16px;
  color: var(--text-color-secondary, #555555);
  padding-left: 30px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.b-shortcut-menu-panel > div > ul > li :hover {
  color: var(--primary-color, #409eff);
}
.b-shortcut-menu-panel > div:not(:last-child) > ul {
  border-right: 1px solid #eee;
}

.b-navigation {
  position: relative;
  height: 40px;
  margin: 0px 20px;
}
.b-navigation-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-navigation-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  background-color: var(--nav-item-bg, #ecf5ff);
  border-color: #d9ecff;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: var(--nav-item-color, #409eff);
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  width: auto;
}
.b-navigation-item .b-icon {
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  position: unset;
}
.b-navigation-item .b-icon .icon {
  width: 10px;
  height: 10px;
}
.b-navigation-item .b-icon:hover {
  background-color: var(--primary-color, #409eff);
  color: #fff;
  border-radius: 50%;
}
.b-navigation-item .title {
  padding: 0px;
}
.b-navigation-link-open > .ant-popover-content > .ant-popover-arrow {
  display: none;
}
.b-navigation-link-open .ant-popover-inner {
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.b-navigation-link-open .ant-popover-inner-content {
  color: var(--text-color-secondary, #555555);
  padding: 4px 0px;
  width: 162px;
}
.b-navigation-fold-item {
  position: relative;
  padding: 0px 12px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.b-navigation-fold-item:hover {
  background-color: var(--item-hover-bg, #efefef);
}
.b-navigation-fold-item-active {
  background-color: var(--item-active-bg, #efefef);
}
.b-navigation-item-home {
  width: 80px;
  text-align: center;
}
.b-navigation-item-home span {
  width: 100%;
}
.b-navigation-item-active {
  background-color: var(--nav-item-active-bg, #409eff);
}
.b-navigation-item-active .title {
  position: relative;
  z-index: 2;
  color: #fff;
}
.b-navigation-item-active .b-icon {
  color: #fff;
}
.b-navigation-item-active .b-icon:hover {
  background-color: var(--nav-icon-color, #409eff);
  color: #fff;
  border-radius: 50%;
}
.b-navigation-item-active .nav-bg {
  display: none;
}
.b-navigation-item-active .b-navigation-link-open .ant-popover-inner-content {
  width: 158px;
}
.b-navigation-mini .b-navigation-item {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding: 0px 8px;
}

.toolbar-nav-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  line-height: 1.5;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  margin-bottom: 0px;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 0px 28px;
}
.toolbar-nav-container .toolbar-nav-prev {
  left: 0px;
}
.toolbar-nav-container .toolbar-nav-next {
  right: 0px;
}
.toolbar-nav-container .toolbar-nav-prev,
.toolbar-nav-container .toolbar-nav-next {
  position: absolute;
  color: #222;
  width: 28px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  border-radius: 0;
}
.toolbar-nav-container .toolbar-nav-prev .b-icon,
.toolbar-nav-container .toolbar-nav-next .b-icon {
  width: 18px;
  height: 18px;
  color: var(--primary-color, var(--primary-color, #409eff));
}
.toolbar-nav-container .toolbar-nav-prev.toolbar-nav-arrow-show,
.toolbar-nav-container .toolbar-nav-next.toolbar-nav-arrow-show {
  visibility: visible;
  color: #41a6ff;
}
.toolbar-nav-container .toolbar-nav-prev.toolbar-nav-arrow-show .iconnext,
.toolbar-nav-container .toolbar-nav-next.toolbar-nav-arrow-show .iconnext {
  position: relative;
  right: 0.3rem;
}
.toolbar-nav-container .toolbar-nav-prev.toolbar-nav-arrow-show .iconpre,
.toolbar-nav-container .toolbar-nav-next.toolbar-nav-arrow-show .iconpre {
  margin-left: 0.3rem;
}
.toolbar-nav-container .toolbar-nav-prev.toolbar-nav-btn-disabled,
.toolbar-nav-container .toolbar-nav-next.toolbar-nav-btn-disabled {
  color: #ccc;
  cursor: auto;
}
.toolbar-nav-container .toolbar-nav-prev.toolbar-nav-btn-disabled .b-icon,
.toolbar-nav-container .toolbar-nav-next.toolbar-nav-btn-disabled .b-icon {
  color: #ccc;
}
.toolbar-nav-wrap,
.toolbar-nav-scroll,
.toolbar-nav {
  overflow: hidden;
  height: 40px;
}
.toolbar-nav-wrap {
  width: 100%;
  -webkit-box-shadow: 0px 0 3px 2px rgba(100, 100, 100, 0.1) inset;
          box-shadow: 0px 0 3px 2px rgba(100, 100, 100, 0.1) inset;
}
.toolbar-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  margin: 0;
  list-style: none;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .toolbar-nav-wrap,
  .toolbar-nav-scroll,
  .toolbar-nav {
    height: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .toolbar-nav-wrap,
  .toolbar-nav-scroll,
  .toolbar-nav {
    height: 40px;
  }
}


.b-submenu-box {
  padding-top: 20px;
}
.b-submenu-box > ul {
  padding: 15px 0px;
}
.b-submenu-box:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}
.b-submenu-title {
  font-size: 18px;
  color: #1D1D1D;
}
.b-submenu-item-title {
  font-size: 14px;
  color: #333333;
  padding: 5px 0px;
  cursor: pointer;
}

.b-layout-sider {
  position: relative;
}
.b-layout-sider .ant-menu {
  color: var(--menu-item-color, #fff);
  background: var(--menu-bg, #1b1d46) !important;
}
.b-layout-sider .ant-menu-submenu-selected {
  color: var(--menu-item-color, #fff);
}
.b-layout-sider .ant-menu-item:active,
.b-layout-sider .ant-menu-submenu-title:active {
  background: var(--menu-item-active-bg, #5895ff);
}
.b-layout-sider .ant-menu-title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-layout-sider .ant-menu-item:hover,
.b-layout-sider .ant-menu-item-active,
.b-layout-sider .ant-menu:not(.b-layout-sider .ant-menu-inline) .b-layout-sider .ant-menu-submenu-open,
.b-layout-sider .ant-menu-submenu-active,
.b-layout-sider .ant-menu-submenu-title:hover {
  color: #fff;
}
.b-layout-sider .ant-menu-submenu-title:hover,
.b-layout-sider .ant-menu li.ant-menu-item.b-menu-title:not(.ant-menu-item-selected):hover {
  background-color: var(--menu-item-hover-bg, #161738);
  color: #fff;
}
.b-layout-sider .ant-menu-inline .ant-menu-item,
.b-layout-sider .ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
  margin-inline: 0;
}
.b-layout-sider .ant-menu .ant-menu-submenu-selected .ant-menu-submenu-title {
  color: #fff;
}
.b-layout-sider .ant-menu .ant-menu-light:not(.ant-menu-horizontal) .ant-menu-submenu-title:active {
  background: none;
}
.b-layout-sider .ant-menu.ant-menu-light .ant-menu-submenu {
  background: var(--menu-bg, #1b1d46) !important;
}
.b-layout-sider .ant-menu .ant-menu-submenu-title:hover:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected) {
  color: #fff;
}
.b-layout-sider .ant-menu .ant-menu-submenu-title:active {
  background: none !important;
}
.b-layout-sider .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background: var(--menu-item-active-bg, #5895ff);
  color: #fff;
}
.b-layout-sider .ant-menu-item-selected {
  color: var(--menu-item-color, #fff);
  background: var(--menu-item-active-bg, #5895ff);
}
.b-layout-sider .ant-menu-item-selected > a,
.b-layout-sider .ant-menu-item-selected > a:hover {
  background: var(--menu-item-active-bg, #5895ff);
  color: var(--menu-item-color, #fff);
}
.b-layout-sider .ant-menu-item-selected::after {
  border-right-color: var(--menu-item-active-bg, #1890ff) !important;
}
.b-layout-sider .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.b-layout-sider .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.b-layout-sider .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.b-layout-sider .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.b-layout-sider .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.b-layout-sider .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.b-layout-sider .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.b-layout-sider .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  width: 6px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(to right, #fff, #fff);
}
.b-layout-sider .ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.b-layout-sider .ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.b-layout-sider .ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.b-layout-sider .ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.b-layout-sider .ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.b-layout-sider .ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.b-layout-sider .ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.b-layout-sider .ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(to right, #fff, #fff);
}
.b-layout-sider.use-sider-bg-style::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 58%;
  height: 330px;
  background-image: linear-gradient(67deg, var(--menu-bg, #1b1d46) 50%, rgba(255, 255, 255, 0) 50%);
  z-index: 1;
  -webkit-filter: brightness(106%) drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.05));
          filter: brightness(106%) drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.05));
}
.b-layout-sider.use-sider-bg-style::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  z-index: 0;
  background-image: linear-gradient(330deg, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0) 50%);
}
.b-sub-menu .ant-menu {
  color: var(--menu-item-color, #fff);
  background: var(--menu-bg, #1b1d46) !important;
}
.b-sub-menu .ant-menu .ant-menu-item-selected {
  background: var(--menu-item-active-bg, #5895ff);
  color: #fff;
}
.b-sub-menu .ant-menu .ant-menu-submenu:hover,
.b-sub-menu .ant-menu .ant-menu-item.b-menu-title:not(.ant-menu-item-selected):hover {
  background-color: var(--menu-item-hover-bg, #161738);
  color: #fff;
}
.b-sub-menu .ant-menu .ant-menu-submenu-title:hover {
  color: #fff !important;
}
.b-sub-menu .ant-menu::-webkit-scrollbar-thumb {
  border: none ;
  background: #636363;
}
.b-sub-menu .ant-menu::-webkit-scrollbar {
  width: 8px;
}

html {
  font-size: 62.5%;
}
body {
  font-size: 12px;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  color: var(--text-color, #333333);
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
  font-weight: 400;
}
html,
body,
ul,
li,
p {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
a {
  cursor: pointer;
  color: var(--link-color, #1890ff) !important;
}
.inline-block {
  display: inline-block !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: var(--text-color-secondary, #555555) !important;
}
::-moz-selection {
  color: var(--text-color, #333333);
  background-color: var(--item-hover-bg, #efefef);
  box-sizing: border-box;
}
::selection {
  color: var(--text-color, #333333);
  background-color: var(--item-hover-bg, #efefef);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
::-webkit-scrollbar-track {
  width: 14px;
  background: rgba(16, 31, 28, 0.1);
}
::-webkit-scrollbar-thumb {
  border: 3px solid #e7e8e8;
  background-color: rgba(16, 31, 28, 0.5);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb:hover {
  border-width: 0;
  background-color: #101f1c;
}

.form-title[data-v-15d54393] {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
}
.form-title .add-icon[data-v-15d54393] {
  font-size: 16px;
  cursor: pointer;
  color: #409eff;
}

.edit-view[data-v-164d948b] {
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 15px;
}
[data-v-164d948b] font[size="1"] {
  font-size: 10px;
}
[data-v-164d948b] font[size="2"] {
  font-size: 12px;
}
[data-v-164d948b] font[size="3"] {
  font-size: 16px;
}
[data-v-164d948b] font[size="4"] {
  font-size: 18px;
}
[data-v-164d948b] font[size="5"] {
  font-size: 24px;
}
[data-v-164d948b] font[size="6"] {
  font-size: 32px;
}
[data-v-164d948b] font[size="7"] {
  font-size: 48px;
}

.file-list[data-v-ec6ee9e8] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px;
}
.file-list .file-name[data-v-ec6ee9e8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-list .file-name[data-v-ec6ee9e8]:hover {
  background: rgba(0, 0, 0, 0.1);
}
.file-list > i[data-v-ec6ee9e8] {
  margin: 0 5px;
}
.file-list-detail[data-v-ec6ee9e8] {
  padding: 10px 0;
}

.pw_input_cp[data-v-3fb4563f] {
  width: 100%;
}

.colorStyle {
  color: #606266 !important;
}

/*font*/
/*size*/
/*icon*/
/*color*/
/*input/radio/checkbox*/
/*popup*/
/*table*/
/*filter*/
/*menu*/
/*loading*/
/*validate*/
/*grid*/
/*toolbar*/
/*tooltip*/
/*pager*/
/*modal*/
/*checkbox*/
/*radio*/
/*button*/
/*input*/
/*textarea*/
/*form*/
/*select*/
/*switch*/
/*pulldown*/
/*font*/
/*size*/
/*icon*/
/*color*/
.vxe-table,
.el-table,
table {
  z-index: 0;
}
.page-responsive .vxe-table--render-default.size--small {
  font-size: 12px;
}
.page-responsive .vxe-table--render-default.size--small .vxe-header--column.col--ellipsis,
.page-responsive .vxe-table--render-default.size--small .vxe-body--column.col--ellipsis,
.page-responsive .vxe-table--render-default.size--small .vxe-footer--column.col--ellipsis {
  height: 36px;
}
.page-responsive .vxe-table--render-default.size--small .vxe-header--column.col--ellipsis .vxe-cell,
.page-responsive .vxe-table--render-default.size--small .vxe-body--column.col--ellipsis .vxe-cell,
.page-responsive .vxe-table--render-default.size--small .vxe-footer--column.col--ellipsis .vxe-cell {
  max-height: 36px;
}
.page-responsive .vxe-table--render-default.size--small .vxe-header--column:not(.col--ellipsis),
.page-responsive .vxe-table--render-default.size--small .vxe-body--column:not(.col--ellipsis),
.page-responsive .vxe-table--render-default.size--small .vxe-footer--column:not(.col--ellipsis) {
  padding: 6px 0px;
}
.page-responsive .vxe-table--render-default.vxe-editable.size--small .vxe-body--column {
  height: 36px;
}
.page-responsive .vxe-table--header thead span.vxe-cell--checkbox.is--checked,
.page-responsive .vxe-table--header thead span.vxe-cell--checkbox.is--indeterminate {
  color: var(--page-checkbox-color, #409eff);
}
.page-responsive .vxe-table--header thead span.vxe-cell--checkbox.is--checked span.vxe-checkbox--icon::before,
.page-responsive .vxe-table--header thead span.vxe-cell--checkbox.is--indeterminate span.vxe-checkbox--icon::before {
  border-color: var(--page-checkbox-color, #409eff);
}
.page-responsive .vxe-table--header thead span.vxe-cell--checkbox:not(.is--disabled):hover .vxe-checkbox--icon:before {
  border-color: var(--page-checkbox-color, #409eff);
}
.page-responsive .vxe-table--header thead th.filter--active span.vxe-cell--filter .vxe-filter--btn {
  color: var(--primary-color, #409eff);
}
.page-responsive .vxe-table--header thead th span.vxe-cell--sort .sort--active {
  color: var(--primary-color, #409eff);
}
.page-responsive .vxe-table--header thead .vxe-header--column,
.page-responsive .vxe-table--header thead .vxe-header--column .vxe-resizable,
.page-responsive .vxe-table--header thead .vxe-header--gutter {
  background: #e8e8e8;
}
.page-responsive .vxe-table--body thead {
  vertical-align: middle !important;
}
.page-responsive .vxe-table--body tbody {
  vertical-align: middle !important;
}
.page-responsive .vxe-table--body tbody tr.row-is-checked {
  background-color: var(--page-item-active-bg, transparent) !important;
}
.page-responsive .vxe-table--body tbody span.vxe-cell--checkbox.is--checked {
  color: var(--page-checkbox-color, #409eff);
}
.page-responsive .vxe-table--body tbody span.vxe-cell--checkbox.is--checked span.vxe-checkbox--icon.vxe-checkbox--checked-icon::before {
  background-color: var(--page-checkbox-bg, #409eff);
  border-color: var(--page-checkbox-color, #409eff);
}
.page-responsive .vxe-table--body tbody span.vxe-cell--checkbox:not(.is--disabled):hover .vxe-checkbox--icon:before {
  border-color: var(--page-checkbox-color, #409eff);
}
.page-responsive .vxe-table .vxe-cell .el-button {
  padding: 6px;
}
.page-responsive .vxe-table .vxe-cell .el-link {
  line-height: 0px;
}
.page-responsive .default-table {
  width: 100%;
  border-collapse: collapse;
}
.page-responsive .default-table th {
  background-color: var(--page-header-bg, #e8e8e8);
  padding: 0px 6px;
  height: 36px;
  line-height: 36px;
}
.page-responsive .default-table td {
  padding: 0px 6px;
  border: 1px solid #e8eaec;
  text-align: center;
  height: 36px;
  line-height: 36px;
}
.page-responsive .default-table td .el-select {
  width: 100%;
}
.page-responsive-mini .default-table th,
.page-responsive-mini .default-table td {
  padding: 0px 4px;
  height: 32px;
  line-height: 32px;
}
.page-responsive-mini .vxe-table--render-default.size--mini .vxe-header--column.col--ellipsis,
.page-responsive-mini .vxe-table--render-default.size--mini .vxe-body--column.col--ellipsis,
.page-responsive-mini .vxe-table--render-default.size--mini .vxe-footer--column.col--ellipsis .vxe-table--render-default.size--small .vxe-header--column.col--ellipsis,
.page-responsive-mini .vxe-table--render-default.size--small .vxe-body--column.col--ellipsis,
.page-responsive-mini .vxe-table--render-default.size--samll .vxe-footer--column.col--ellipsis {
  height: 32px;
}
.page-responsive-mini .vxe-table--render-default.size--mini .vxe-header--column.col--ellipsis > .vxe-cell,
.page-responsive-mini .vxe-table--render-default.size--mini .vxe-body--column.col--ellipsis > .vxe-cell,
.page-responsive-mini .vxe-table--render-default.size--mini .vxe-footer--column.col--ellipsis > .vxe-cell {
  max-height: 32px;
}
.page-responsive-mini .vxe-table--render-default.vxe-editable.size--mini .vxe-body--column {
  height: 32px;
}
.page-responsive-mini .vxe-table--render-default .vxe-body--column:not(.col--ellipsis),
.page-responsive-mini .vxe-table--render-default .vxe-footer--column:not(.col--ellipsis),
.page-responsive-mini .vxe-table--render-default .vxe-header--column:not(.col--ellipsis) {
  padding: 4px 0;
}
.page-responsive-mini .vxe-table--render-default.size--mini .vxe-body--column:not(.col--ellipsis),
.page-responsive-mini .vxe-table--render-default.size--mini .vxe-footer--column:not(.col--ellipsis),
.page-responsive-mini .vxe-table--render-default.size--mini .vxe-header--column:not(.col--ellipsis) {
  padding: 4px 0;
}
.page-responsive-mini .default-table td .el-input--small .el-input__inner,
.page-responsive-mini .el-table .cell .el-input--small .el-input__inner,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-input--small .el-input__inner,
.page-responsive-mini .default-table td .el-input--mini .el-input__inner,
.page-responsive-mini .el-table .cell .el-input--mini .el-input__inner,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-input--mini .el-input__inner,
.page-responsive-mini .default-table td .el-input--small .el-input__icon,
.page-responsive-mini .el-table .cell .el-input--small .el-input__icon,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-input--small .el-input__icon,
.page-responsive-mini .default-table td .el-input--mini .el-input__icon,
.page-responsive-mini .el-table .cell .el-input--mini .el-input__icon,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-input--mini .el-input__icon {
  height: 24px;
  line-height: 24px;
  min-height: 24px;
}
.page-responsive-mini .default-table td .el-input-number--small,
.page-responsive-mini .el-table .cell .el-input-number--small,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-input-number--small,
.page-responsive-mini .default-table td .el-input-number--mini,
.page-responsive-mini .el-table .cell .el-input-number--mini,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-input-number--mini {
  height: 24px;
  line-height: 24px;
}
.page-responsive-mini .default-table td .el-input-number--small .el-input-number__decrease,
.page-responsive-mini .el-table .cell .el-input-number--small .el-input-number__decrease,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-input-number--small .el-input-number__decrease,
.page-responsive-mini .default-table td .el-input-number--mini .el-input-number__decrease,
.page-responsive-mini .el-table .cell .el-input-number--mini .el-input-number__decrease,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-input-number--mini .el-input-number__decrease,
.page-responsive-mini .default-table td .el-input-number--small .el-input-number__increase,
.page-responsive-mini .el-table .cell .el-input-number--small .el-input-number__increase,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-input-number--small .el-input-number__increase,
.page-responsive-mini .default-table td .el-input-number--mini .el-input-number__increase,
.page-responsive-mini .el-table .cell .el-input-number--mini .el-input-number__increase,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-input-number--mini .el-input-number__increase {
  width: 24px;
  height: 22px;
  top: 1px;
  font-size: 13px;
}
.page-responsive-mini .default-table td .el-switch,
.page-responsive-mini .el-table .cell .el-switch,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-switch {
  font-size: var(--font-size-mini, 12px);
  line-height: 24px;
  height: 24px;
}
.page-responsive-mini .default-table td .el-select,
.page-responsive-mini .el-table .cell .el-select,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-select {
  min-height: 24px;
  font-size: 12px;
}
.page-responsive-mini .default-table td .el-select .el-select__wrapper,
.page-responsive-mini .el-table .cell .el-select .el-select__wrapper,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-select .el-select__wrapper {
  min-height: 24px;
  font-size: 12px;
  height: 24px;
}
.page-responsive-mini .default-table td .el-button,
.page-responsive-mini .el-table .cell .el-button,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-button {
  padding: 4px;
}
.page-responsive-mini .default-table td .el-button-group .el-button,
.page-responsive-mini .el-table .cell .el-button-group .el-button,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-button-group .el-button {
  padding: 0px;
  height: 24px;
}
.page-responsive-mini .default-table td .vxe-input,
.page-responsive-mini .el-table .cell .vxe-input,
.page-responsive-mini .vxe-table--render-default .vxe-cell .vxe-input,
.page-responsive-mini .default-table td .vxe-table--filter-wrapper .vxe-input,
.page-responsive-mini .el-table .cell .vxe-table--filter-wrapper .vxe-input,
.page-responsive-mini .vxe-table--render-default .vxe-cell .vxe-table--filter-wrapper .vxe-input,
.page-responsive-mini .default-table td .vxe-textarea,
.page-responsive-mini .el-table .cell .vxe-textarea,
.page-responsive-mini .vxe-table--render-default .vxe-cell .vxe-textarea,
.page-responsive-mini .default-table td .vxe-table--filter-wrapper .vxe-textarea,
.page-responsive-mini .el-table .cell .vxe-table--filter-wrapper .vxe-textarea,
.page-responsive-mini .vxe-table--render-default .vxe-cell .vxe-table--filter-wrapper .vxe-textarea,
.page-responsive-mini .default-table td .vxe-select,
.page-responsive-mini .el-table .cell .vxe-select,
.page-responsive-mini .vxe-table--render-default .vxe-cell .vxe-select,
.page-responsive-mini .default-table td .vxe-table--filter-wrapper .vxe-select,
.page-responsive-mini .el-table .cell .vxe-table--filter-wrapper .vxe-select,
.page-responsive-mini .vxe-table--render-default .vxe-cell .vxe-table--filter-wrapper .vxe-select {
  line-height: 24px;
  height: 24px;
}
.page-responsive-mini .default-table td .vxe-switch,
.page-responsive-mini .el-table .cell .vxe-switch,
.page-responsive-mini .vxe-table--render-default .vxe-cell .vxe-switch {
  height: 19px;
  line-height: 19px;
  padding: 0px;
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .default-table td .vxe-switch .vxe-switch--label,
.page-responsive-mini .el-table .cell .vxe-switch .vxe-switch--label,
.page-responsive-mini .vxe-table--render-default .vxe-cell .vxe-switch .vxe-switch--label {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .default-table td .vxe-input .vxe-input--inner,
.page-responsive-mini .el-table .cell .vxe-input .vxe-input--inner,
.page-responsive-mini .vxe-table--render-default .vxe-cell .vxe-input .vxe-input--inner {
  padding: 0px 15px;
}
.page-responsive-mini .default-table td .vxe-input.is--suffix .vxe-input--inner,
.page-responsive-mini .el-table .cell .vxe-input.is--suffix .vxe-input--inner,
.page-responsive-mini .vxe-table--render-default .vxe-cell .vxe-input.is--suffix .vxe-input--inner {
  padding-right: 20px;
}
.page-responsive-mini .default-table td .ant-input-number,
.page-responsive-mini .el-table .cell .ant-input-number,
.page-responsive-mini .vxe-table--render-default .vxe-cell .ant-input-number {
  height: 22px;
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .default-table td .ant-input-number-input,
.page-responsive-mini .el-table .cell .ant-input-number-input,
.page-responsive-mini .vxe-table--render-default .vxe-cell .ant-input-number-input {
  height: 22px;
}
.page-responsive-mini .default-table td .ant-select,
.page-responsive-mini .el-table .cell .ant-select,
.page-responsive-mini .vxe-table--render-default .vxe-cell .ant-select {
  font-size: 12px;
}
.page-responsive-mini .default-table td .ant-select-selection--single,
.page-responsive-mini .el-table .cell .ant-select-selection--single,
.page-responsive-mini .vxe-table--render-default .vxe-cell .ant-select-selection--single {
  height: 24px;
  line-height: 22px;
}
.page-responsive-mini .default-table td .ant-select-selection__rendered,
.page-responsive-mini .el-table .cell .ant-select-selection__rendered,
.page-responsive-mini .vxe-table--render-default .vxe-cell .ant-select-selection__rendered {
  line-height: 22px;
}
.page-responsive-mini .default-table td .ant-select-selection--multiple,
.page-responsive-mini .el-table .cell .ant-select-selection--multiple,
.page-responsive-mini .vxe-table--render-default .vxe-cell .ant-select-selection--multiple {
  line-height: 22px;
  padding-bottom: 1px;
}
.page-responsive-mini .default-table td .ant-select-selection--multiple > ul > li,
.page-responsive-mini .el-table .cell .ant-select-selection--multiple > ul > li,
.page-responsive-mini .vxe-table--render-default .vxe-cell .ant-select-selection--multiple > ul > li,
.page-responsive-mini .default-table td .ant-select-selection--multiple .ant-select-selection__rendered > ul > li,
.page-responsive-mini .el-table .cell .ant-select-selection--multiple .ant-select-selection__rendered > ul > li,
.page-responsive-mini .vxe-table--render-default .vxe-cell .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  margin-top: 1px;
}
.page-responsive-mini .default-table td .el-link,
.page-responsive-mini .el-table .cell .el-link,
.page-responsive-mini .vxe-table--render-default .vxe-cell .el-link {
  height: 24px;
  line-height: 0px;
}
.el-date-editor.el-input {
  width: 100% !important;
}
.el-message .el-message__content {
  line-height: 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.el-select .el-tag {
  height: 24px;
}
.el-select .el-input .el-input__validateIcon {
  display: none;
}
.el-input-number--default {
  width: 100%;
}
.el-select-dropdown__list {
  padding: 4px 0px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.el-select-dropdown__item {
  font-size: var(--font-size-base, 14px);
  padding: 0 12px;
  color: var(--text-color, #333333);
  height: 32px;
  line-height: 32px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: var(--item-hover-bg, #efefef);
}
.el-select-dropdown__item.selected {
  color: var(--link-color, #1890ff);
  font-weight: 600;
}
.el-radio-group {
  font-size: var(--font-size-base, 14px);
}
.el-tree.form-select-tree {
  margin: 0px;
  height: 200px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.el-tree.form-select-tree::-webkit-scrollbar {
  display: none;
}
.el-table .el-table__cell {
  padding: 6px 0px;
}
.el-table th.el-table__cell {
  background-color: #e8e8e8 !important;
  color: var(--text-color, #333333);
}
.el-table.el-table--mini .el-table__cell {
  padding: 4px 0px;
}
.el-divider__text,
.el-image__error,
.el-link,
.el-timeline,
.el-transfer__button i,
.el-transfer__button span {
  font-size: var(--font-size-base, 14px);
}
.el-link,
.el-link.el-link--default {
  color: var(--link-color, #1890ff);
}
.page-responsive-mini .el-switch {
  font-size: var(--font-size-mini, 12px);
  height: 28px;
  line-height: 28px;
}
.page-responsive-mini .el-switch .el-switch__label * {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .el-switch .el-switch__label {
  height: 28px;
}
.page-responsive-mini .el-button {
  font-size: var(--font-size-mini, 12px);
  padding: 7px 15px;
}
.page-responsive-mini .el-input-group__append,
.page-responsive-mini .el-input-group__prepend {
  height: 28px;
}
.page-responsive-mini .el-input-group__append span.apend,
.page-responsive-mini .el-input-group__prepend span.apend {
  line-height: 28px;
}
.page-responsive-mini .el-radio {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .el-radio .el-radio__label {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .el-radio-group {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .el-radio-group .el-radio {
  font-size: var(--font-size-mini, 12px);
  margin-right: 12px;
}
.page-responsive-mini .el-checkbox {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .el-checkbox .el-checkbox__label {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .el-select {
  min-height: 28px;
}
.page-responsive-mini .el-select .el-tag {
  height: 20px;
}
.page-responsive-mini .el-select .el-select__wrapper,
.page-responsive-mini .el-select .el-input .el-input__inner {
  min-height: 28px;
}
.page-responsive-mini .el-tabs .el-tabs__header {
  margin: 0 0 8px;
}
.page-responsive-mini .el-tabs .el-tabs__nav .el-tabs__item {
  padding: 0 14px;
  font-size: var(--font-size-mini, 12px);
  height: 32px;
  line-height: 32px;
}
.page-responsive-mini .el-popover {
  padding: 8px;
  font-size: var(--font-size-mini, 12px);
  color: var(--text-color, #333333);
}
.page-responsive-mini .el-tree.form-select-tree {
  margin: 0px;
}
.page-responsive-mini .el-select-dropdown__item {
  font-size: var(--font-size-mini, 12px);
  padding: 0 8px;
  color: var(--text-color, #333333);
  height: 28px;
  line-height: 28px;
}
.page-responsive-mini .el-picker-panel .el-date-picker__editor-wrap .el-input--small .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.page-responsive-mini .el-picker-panel .el-date-picker__header-label {
  font-size: var(--font-size-base, 14px);
}
.page-responsive-mini .el-divider__text,
.page-responsive-mini .el-image__error,
.page-responsive-mini .el-link,
.page-responsive-mini .el-timeline,
.page-responsive-mini .el-transfer__button i,
.page-responsive-mini .el-transfer__button span {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .vxe-select--panel {
  z-index: 3000 !important;
}
.vxe-table.c--highlight .vxe-cell .el-input:not(.el-date-editor) .el-input__inner,
.vxe-table.c--highlight .vxe-cell .el-autocomplete .el-input__inner,
.vxe-table.c--highlight .vxe-cell .el-select .el-input__inner,
.vxe-table.c--highlight .vxe-cell .el-cascader .el-input__inner,
.vxe-table.c--highlight .vxe-tree-cell .el-input:not(.el-date-editor) .el-input__inner,
.vxe-table.c--highlight .vxe-tree-cell .el-autocomplete .el-input__inner,
.vxe-table.c--highlight .vxe-tree-cell .el-select .el-input__inner,
.vxe-table.c--highlight .vxe-tree-cell .el-cascader .el-input__inner,
.vxe-table.c--highlight .vxe-cell .el-input-number .el-input-number__decrease,
.vxe-table.c--highlight .vxe-cell .el-input-number .el-input-number__increase,
.vxe-table.c--highlight .vxe-tree-cell .el-input-number .el-input-number__decrease,
.vxe-table.c--highlight .vxe-tree-cell .el-input-number .el-input-number__increase,
.vxe-table.c--highlight .vxe-cell .el-input-number .el-input__inner,
.vxe-table.c--highlight .vxe-tree-cell .el-input-number .el-input__inner,
.vxe-table.c--highlight .vxe-cell .el-date-editor .el-input__inner,
.vxe-table.c--highlight .vxe-tree-cell .el-date-editor .el-input__inner {
  border: 0;
}
.vxe-table--filter-body .el-slider .el-slider__runway,
.vxe-table .vxe-cell .el-slider .el-slider__runway,
.vxe-table .vxe-tree-cell .el-slider .el-slider__runway {
  margin: 8px 0;
}
.vxe-table--filter-body .el-slider .el-slider__runway .el-slider__button-wrapper,
.vxe-table .vxe-cell .el-slider .el-slider__runway .el-slider__button-wrapper,
.vxe-table .vxe-tree-cell .el-slider .el-slider__runway .el-slider__button-wrapper {
  z-index: auto;
}
.vxe-form .vxe-form--item-content .el-input,
.vxe-table .vxe-cell .el-input,
.vxe-table .vxe-tree-cell .el-input,
.vxe-form .vxe-form--item-content .el-autocomplete,
.vxe-table .vxe-cell .el-autocomplete,
.vxe-table .vxe-tree-cell .el-autocomplete,
.vxe-form .vxe-form--item-content .el-input-number,
.vxe-table .vxe-cell .el-input-number,
.vxe-table .vxe-tree-cell .el-input-number,
.vxe-form .vxe-form--item-content .el-select,
.vxe-table .vxe-cell .el-select,
.vxe-table .vxe-tree-cell .el-select,
.vxe-form .vxe-form--item-content .el-cascader,
.vxe-table .vxe-cell .el-cascader,
.vxe-table .vxe-tree-cell .el-cascader,
.vxe-form .vxe-form--item-content .el-date-editor,
.vxe-table .vxe-cell .el-date-editor,
.vxe-table .vxe-tree-cell .el-date-editor,
.vxe-form .vxe-form--item-content .el-slider,
.vxe-table .vxe-cell .el-slider,
.vxe-table .vxe-tree-cell .el-slider {
  width: 100%;
}
.vxe-form .vxe-form--item-content .el-color-picker,
.vxe-table .vxe-cell .el-color-picker,
.vxe-table .vxe-tree-cell .el-color-picker {
  vertical-align: middle;
}
.vxe-table--filter-element-wrapper {
  padding: 0.8em 1em;
}
.vxe-table--filter-body .el-input,
.vxe-table--filter-body .el-input-number,
.vxe-table--filter-body .el-autocomplete,
.vxe-table--filter-body .el-select,
.vxe-table--filter-body .el-rate,
.vxe-table--filter-body .el-slider {
  width: 180px;
}
.col--valid-error .vxe-cell .el-input .el-input__inner,
.col--valid-error .vxe-cell .el-autocomplete .el-input__inner,
.col--valid-error .vxe-cell .el-input-number .el-input__inner,
.col--valid-error .vxe-cell .el-select .el-input__inner,
.col--valid-error .vxe-cell .el-cascader .el-input__inner,
.col--valid-error .vxe-cell .el-date-picker .el-input__inner,
.col--valid-error .vxe-tree-cell .el-input .el-input__inner,
.col--valid-error .vxe-tree-cell .el-autocomplete .el-input__inner,
.col--valid-error .vxe-tree-cell .el-input-number .el-input__inner,
.col--valid-error .vxe-tree-cell .el-select .el-input__inner,
.col--valid-error .vxe-tree-cell .el-cascader .el-input__inner,
.col--valid-error .vxe-tree-cell .el-date-picker .el-input__inner {
  border-color: #f56c6c;
}
.vxe-table.c--highlight .vxe-cell .el-input:not(.el-date-editor) .el-input__inner,
.vxe-table.c--highlight .vxe-cell .el-autocomplete .el-input__inner,
.vxe-table.c--highlight .vxe-cell .el-select .el-input__inner,
.vxe-table.c--highlight .vxe-cell .el-cascader .el-input__inner,
.vxe-table.c--highlight .vxe-tree-cell .el-input:not(.el-date-editor) .el-input__inner,
.vxe-table.c--highlight .vxe-tree-cell .el-autocomplete .el-input__inner,
.vxe-table.c--highlight .vxe-tree-cell .el-select .el-input__inner,
.vxe-table.c--highlight .vxe-tree-cell .el-cascader .el-input__inner {
  padding: 0;
}
.ant-select {
  min-width: 100px;
}
.ant-select-selection--single {
  height: 32px;
  line-height: 32px;
  font-size: var(--font-size-base, 14px);
}
.ant-select-selection__rendered {
  line-height: 30px;
}
.ant-select-selection-selected-value {
  font-size: var(--font-size-base, 14px);
}
.ant-select-selection--multiple .ant-select-selection__placeholder {
  font-size: var(--font-size-small, 13px);
  margin-left: 11px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
  font-size: var(--font-size-mini, 12px);
  height: 24px;
  padding: 0 20px 0 4px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
  width: 14px;
  height: 14px;
  line-height: 12px !important;
  border-radius: 50%;
  background: #c0c4cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 4px;
  color: #9093a7;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove > * {
  font-size: 8px;
  color: #909399;
}
.ant-select-selector .ant-select-selection-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
.ant-select-tree-dropdown {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  height: 32px;
  line-height: 32px;
  font-size: var(--font-size-base, 14px);
  padding: 0 7px;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  color: #ffffff !important;
}
.ant-select-tree {
  font-size: var(--font-size-base, 14px);
}
.ant-select-tree li {
  margin: 0;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper {
  padding: 4px 5px;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: var(--item-active-bg, #efefef);
  color: #409eff;
  font-weight: 700;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: var(--item-hover-bg, #efefef);
}
.ant-select-dropdown-menu {
  padding: 4px 0px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-select-dropdown-menu-item {
  padding: 0px 12px;
  color: var(--text-color, #333333);
  line-height: 32px;
  height: 32px;
  font-size: var(--font-size-base, 14px);
}
.ant-select-dropdown-menu-item-active,
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: var(--item-hover-bg, #efefef);
}
.ant-dropdown-menu {
  padding: 4px 0px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  padding: 0px 12px;
  color: var(--text-color, #333333);
  line-height: 32px;
  height: 32px;
  font-size: var(--font-size-base, 14px);
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: var(--item-hover-bg, #efefef);
}
.ant-tabs .ant-tabs-nav .ant-tabs-tab-active {
  color: var(--link-color, #1890ff) !important;
}
.ant-tabs .ant-tabs-ink-bar {
  background-color: var(--link-color, #1890ff) !important;
}
.ant-select-open .ant-select-selection {
  border-color: #409eff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-select-disabled .ant-select-selection {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
}
.ant-select-disabled .ant-select-selection:hover {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
}
.ant-popover {
  font-size: var(--font-size-base, 14px);
}
.ant-popover .ant-popover-inner-content {
  color: var(--text-color, #333333);
  padding: 12px;
}
.ant-upload img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.b-form-upload-file {
  font-size: var(--font-size-base, 14px);
}
.b-form-upload-file .ant-btn {
  height: 32px;
  font-size: var(--font-size-base, 14px);
}
.ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container {
  width: 100px;
  height: 100px;
}
.ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container .ant-upload-list-item {
  width: 100%;
}
.ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select {
  width: 100px;
  height: 100px;
}
.page-responsive-mini .ant-input,
.page-responsive-mini .ant-input-number {
  height: 28px;
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .ant-input-input,
.page-responsive-mini .ant-input-number-input {
  height: 28px;
}
.page-responsive-mini .ant-btn {
  height: 28px;
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .ant-select.ant-select-single {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .ant-select.ant-select-single .ant-select-selector {
  line-height: 28px;
  height: 28px !important;
}
.page-responsive-mini .ant-select.ant-select-single .ant-select-selector .ant-select-selection-search-input,
.page-responsive-mini .ant-select.ant-select-single .ant-select-selector .ant-select-selection-placeholder,
.page-responsive-mini .ant-select.ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 26px;
  height: 26px;
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .ant-select.ant-select-single-selection--multiple {
  min-height: 24px;
}
.page-responsive-mini .ant-select.ant-select-single-selection--multiple .ant-select-selection__placeholder,
.page-responsive-mini .ant-select.ant-select-single-selection--multiple .ant-select-search__field__placeholder {
  font-size: 12px;
  margin-left: 11px;
}
.page-responsive-mini .ant-select.ant-select-single-selection--multiple .ant-select-selection__choice {
  height: 20px;
}
.page-responsive-mini .ant-select.ant-select-single-selection--multiple .ant-select-selection__choice__remove {
  top: 2px;
}
.page-responsive-mini .ant-select.ant-select-single-selection--multiple .ant-select-selection__choice__content {
  line-height: 18px;
}
.page-responsive-mini .ant-select.ant-select-single-selection--multiple .ant-select-selection__rendered {
  line-height: 24px;
}
.page-responsive-mini .ant-select.ant-select-single-selection--multiple > ul > li,
.page-responsive-mini .ant-select.ant-select-single-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 20px;
  line-height: 20px;
}
.page-responsive-mini .ant-select-tree {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .ant-select-dropdown-menu {
  padding: 4px 0px;
}
.page-responsive-mini .ant-select-dropdown-menu-item {
  padding: 0px 8px;
  line-height: 28px;
  height: 28px;
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .ant-dropdown-menu {
  padding: 0px;
}
.page-responsive-mini .ant-dropdown-menu .ant-dropdown-menu-item,
.page-responsive-mini .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
  padding: 0px 8px;
  font-size: var(--font-size-mini, 12px);
  line-height: 28px;
  height: 28px;
}
.page-responsive-mini .ant-popover {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .ant-popover .ant-popover-inner-content {
  padding: 8px;
}
.page-responsive-mini .b-form-upload-file {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .b-form-upload-file .ant-btn {
  height: 28px;
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container {
  width: 80px;
  height: 80px;
}
.page-responsive-mini .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container .ant-upload-list-item {
  width: 100%;
}
.page-responsive-mini .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select {
  width: 80px;
  height: 80px;
}
.page-responsive-mini .ant-select-tree-dropdown {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.page-responsive-mini .ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  height: 28px;
  line-height: 28px;
  font-size: var(--font-size-mini, 12px);
  padding: 0 7px;
}
.page-responsive-mini .ant-tree {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .ant-checkbox {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .ant-avatar-lg {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.page-responsive-mini .ant-tabs {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  padding: 0 14px !important;
  font-size: var(--font-size-mini, 12px);
  height: 32px;
  line-height: 32px;
}
.page-responsive-mini .ant-tabs .ant-tabs-tabpane {
  margin: 0 0 8px;
}
.page-container {
  max-height: calc(100vh - 90px);
  overflow: hidden;
}
.page-container .tree-scrollr-container {
  min-height: 300px;
  padding: 0px !important;
  overflow: hidden;
}
.page-container .table-container {
  padding: 0 10px;
}
.page-container .tree-container {
  height: 100%;
}
.page-container .tree-scrollbar {
  overflow-x: hidden;
  margin-bottom: 0 !important;
}
.page-container .el-scrollbar__view {
  height: 100%;
}
.page-container .el-scrollbar__view .tree-scrollr- {
  height: 100%;
}
.page-container-mini {
  max-height: calc(100vh - 70px);
}
.page {
  padding: unset;
  margin: unset;
  min-width: 550px;
  height: 100%;
}
.page-table .formatter-view {
  color: var(--link-color, #1890ff);
  cursor: pointer;
}
.page-table .setting-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: var(--font-size-mini, 12px);
  color: var(--link-color, #1890ff);
}
.page-table .setting-btn .el-dropdown-link {
  cursor: pointer;
  color: var(--link-color, #1890ff);
  font-size: var(--font-size-mini, 12px);
}
.page-table .setting-btn .el-icon-arrow-down {
  font-size: var(--font-size-base, 14px);
}
.page-table .vxe-table.size--mini .setting-btn {
  font-size: var(--font-size-mini, 12px);
}
.page-table .vxe-table.size--mini .el-icon-arrow-down {
  font-size: var(--font-size-mini, 12px);
}
.page-toolbar {
  margin: 0px 0px 5px;
  padding: 0px;
}
.page-pageination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}
.page-pageination .selected {
  font-size: var(--font-size-small, 13px);
}
.page-pageination .selected > p > span {
  padding: 0px 4px;
  color: var(--primary-color, #409eff);
  font-size: 13px;
}
.page-pageination .el-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-pageination .el-pagination .el-input {
  display: inline-block !important;
}
.page-pageination .el-pagination button,
.page-pageination .el-pagination span:not([class*="suffix"]) {
  font-size: 13px;
}
.page-pageination .el-pagination ul.el-pager li.active {
  min-width: 30px;
  margin: 0 2px;
  border-radius: 3px;
}
.page-pageination .el-pagination ul.el-pager li.active.active {
  color: #fff;
  background: var(--primary-color, #409eff);
}
.page-pageination.page-pageination-small {
  height: 60px;
}
.page-pageination.page-pageination-mini {
  height: 48px;
  font-size: var(--font-size-mini, 12px);
}
.page-pageination.page-pageination-mini .selected {
  font-size: var(--font-size-mini, 12px);
}
.page-pageination.page-pageination-mini .el-pagination ul.el-pager li.active {
  min-width: 28px;
}
.page-pageination.size--mini {
  margin: 6px 0px;
  height: 28px;
}
.page-pageination.size--mini .el-pagination ul.el-pager {
  height: 28px;
}
.page-pageination.size--mini .el-pagination ul.el-pager li.active {
  min-width: 28px;
}
.page-pageination.size--small {
  margin: 6px 0px;
  height: 32px;
}
.page-search {
  padding: unset;
  margin: unset;
}
.page-search-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-search-buttons .el-button--text {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.page-search-buttons .el-button--small {
  padding: 9px 15px;
  font-size: var(--font-size-mini, 12px);
  border-radius: 4px;
}
.page-search-buttons .el-button--mini {
  padding: 7px 8px;
  font-size: var(--font-size-mini, 12px);
  border-radius: 4px;
}
.page-search-buttons > div.el-select {
  margin-right: 10px;
}
.page.page-mini .vxe-table--render-default.size--mini .vxe-header--column.col--ellipsis,
.page.page-mini .vxe-table--render-default.size--mini .vxe-body--column.col--ellipsis,
.page.page-mini .vxe-table--render-default.size--mini .vxe-footer--column.col--ellipsis {
  height: 28px;
}
.page.page-mini .page-toolbar {
  margin: 0px 0px 2px;
  padding: 2px 0px;
}
.el-scrollbar__view .formatter-image .vxe-cell,
.el-scrollbar__view .formatter-image .vxe-cell--html {
  height: 160px !important;
  max-height: 160px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-scrollbar__view .formatter-image .vxe-cell img,
.el-scrollbar__view .formatter-image .vxe-cell--html img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.formatter-image-mall .vxe-cell,
.formatter-image-mall .vxe-cell--html {
  height: 80px !important;
  max-height: 80px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formatter-image-mall .vxe-cell img,
.formatter-image-mall .vxe-cell--html img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
/*滚动条整体部分*/
.mytable-scrollbar ::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
/*滚动条的轨道*/
.mytable-scrollbar ::-webkit-scrollbar-track {
  background-color: #ffffff;
}
/*滚动条里面的小方块，能向上向下移动*/
.mytable-scrollbar ::-webkit-scrollbar-thumb {
  background-color: rgba(221, 222, 224, 0.3);
  border-radius: 10px;
  border: 3px solid #ffffff;
  background-clip: padding-box;
}
.mytable-scrollbar ::-webkit-scrollbar-thumb:hover {
  border-width: 0;
  background-color: rgba(221, 222, 224, 0.8);
}
.mytable-scrollbar ::-webkit-scrollbar-thumb:active {
  border-width: 0;
  background-color: rgba(221, 222, 224, 0.8);
}
/*边角，即两个滚动条的交汇处*/
.mytable-scrollbar ::-webkit-scrollbar-corner {
  background-color: #ffffff;
}
.collapseBtnGroup {
  min-width: 220px;
}
.collapseBtnGroup .vxe-form--item-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.collapseBtnGroup .vxe-form--item-content .vxe-form--item-trigger-node {
  line-height: 33px;
}
.page-tree-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: unset;
  margin: unset;
}
.page-tree-container .fix-container {
  height: auto;
  z-index: 99;
  background-color: #fff;
}
.page-tree-container .fix-container .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 0px;
}
.page-tree-container .fix-container .title-container .title {
  font-size: var(--font-size-base, 14px);
  font-weight: 600;
}
.page-tree-container .fix-container .title-container .title.title-fold {
  font-size: var(--font-size-mini, 12px);
}
.page-tree-container .fix-container .title-container .el-button {
  padding: unset;
}
.page-tree-container .fix-container .search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
}
.page-tree-container .fix-container .search-container .el-input__suffix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-tree-container .fix-container .search-container .el-input__suffix .el-input__icon {
  display: none !important;
  background: #f00;
}
.page-tree-container .tree-style {
  height: calc(100vh - 190px);
}
.page-tree-container .table-container {
  padding: 0 10px;
}
.page-tree-container .tree-container {
  height: 100%;
}
.page-tree-container .tree-scrollbar {
  overflow-x: hidden;
}
.page-tree-container .el-scrollbar__view {
  height: auto !important;
}
.page-tree-container .tree-scrollr-container {
  min-height: 300px;
  padding: 0px !important;
  overflow: hidden;
}
.page-tree-container .tree-scrollr-container .grid-content .filter-tree {
  padding-top: 10px;
}
.page-tree-container .tree-scrollr-container .el-tree-node__label {
  overflow: hidden;
}
.page-tree-container .tree-scrollr-container .el-tree-node__label .tree_label_text {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  width: 100%;
}
.page-tree-container .tree-next-page {
  text-align: center;
}
.page-tree-container .tree-next-page .el-button {
  border: 0px solid #dcdfe6 !important;
}
.page-tree-container.page-tree-container-mini .title-container {
  padding: 8px 0px;
}
.page-tree-container.page-tree-container-mini .search-container {
  padding: 0px 0px;
}
.common-filters .title {
  font-size: var(--font-size-lg, 18px);
  font-weight: 600;
}
.common-filters .ant-modal-wrap {
  top: 65px;
  bottom: unset;
}
.common-filters .ant-modal-wrap .common-filter-modal {
  position: relative;
}
.common-filters .ant-modal-wrap .common-filter-modal > .ant-modal-content > .ant-modal-body > .dialog-style {
  padding-bottom: 90px;
}
.common-filters .ant-modal-wrap .common-filter-modal > .ant-modal-content > .ant-modal-body > .dialog-style > .modal-scrollbar.el-scrollbar__wrap {
  overflow-y: scroll;
  max-height: 60vh;
}
.common-filters .ant-modal-wrap .common-filter-modal > .ant-modal-content > .ant-modal-body > .dialog-style > .modal-scrollbar.el-scrollbar__wrap .vxe-form--item .el-select .el-select__tags {
  max-width: unset !important;
}
.common-filters-select {
  width: calc(100vw / 6 - 7px);
}
.common-filters-select .el-scrollbar ul > li.common-filters-select-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-filters-select .el-scrollbar ul > li.common-filters-select-item > div span.b-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 0;
  color: #e49494;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common-filters-select .el-scrollbar ul > li.common-filters-select-item > div span.b-icon:hover {
  background-color: #e49494;
  color: #fff;
}
.common-filters-select .el-scrollbar ul > li.el-select-dropdown__item:not(.common-filters-select-item):last-child {
  color: #409eff;
}
.common-filters-select .el-scrollbar ul > li.el-select-dropdown__item:not(.common-filters-select-item):last-child:has(.select-has-item) {
  border-top: 1px solid #e4e4e4;
}
.common-filters-select .el-scrollbar ul > li.el-select-dropdown__item:not(.common-filters-select-item):last-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3px;
}
.common-filters-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 99;
  background-color: white;
  border-top: 1px solid #e4e4e4;
}
.common-filters-footer-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  gap: 0 5px;
  cursor: pointer;
}
.common-filters-footer-close i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #409eff;
}
.common-filters-close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 2;
}
.common-filters-close > i {
  font-size: 24px;
}
.common-filters.size-mini .title {
  font-size: var(--font-size-mini, 12px);
}
.common-filters.size-mini .common-filters-close > i {
  font-size: 18px;
}
.common-filters.size-mini .common-filters-footer {
  padding: 14px 20px;
}
.common-filters.size-mini .common-filters-footer-close {
  font-size: var(--font-size-mini, 12px);
}
.vxe-form.size--mini .vxe-form--item {
  padding: 4px 8px 4px 0px;
}
.vxe-form .vxe-form--item {
  padding: 6px 8px 6px 0px;
}
.vxe-form .vxe-form--item-content {
  width: 100%;
}
.el-form .el-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.el-form .el-form-item__content > div {
  width: 100%;
}
.el-form .el-form-item__content .el-form {
  margin: 0px;
}
.el-form .el-form-item {
  margin-bottom: 18px;
}
.el-form .el-form-item .el-form-item {
  margin-bottom: 18px !important;
}
.el-form .el-form-item .el-input .el-input__inner {
  height: 33px;
  line-height: 33px;
}
.el-form .el-form-item .el-select .el-input .el-input__inner {
  min-height: 33px;
}
.el-form .el-form-item .vxe-input {
  width: 100%;
}
.el-form .el-form-item .el-form-item__label {
  font-size: 14px;
}
.el-form .el-form-item .el-radio__label {
  font-size: 14px;
}
.el-form .el-form-item .el-select__input.is-mini {
  height: 33px;
  line-height: 33px;
}
.el-form .el-form-item .el-date-editor.el-input,
.el-form .el-form-item .el-date-editor.el-input__inner {
  width: 100%;
}
.el-form.el-form--inline .el-form-item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.p-form .el-dialog__wrapper {
  z-index: 999999 !important;
}
.p-form .dialog-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 99;
  background-color: white;
  border-top: 1px solid #e4e4e4;
}
.p-form .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}
.p-form .has-footer {
  margin-top: 75px;
}
.page-responsive-mini .component .el-input .el-input__inner {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
.page-responsive-mini .component .el-input .el-input__icon {
  height: 28px;
  line-height: 28px;
}
.page-responsive-mini .component .el-input__wrapper {
  height: 28px;
  line-height: 28px;
}
.page-responsive-mini .component .el-form-item__label {
  font-size: 12px;
}
.page-responsive-mini .component .el-radio__label {
  font-size: 12px;
}
.page-responsive-mini .component .el-select__input.is-mini {
  height: 28px;
  line-height: 28px;
}
.page-responsive-mini .component .el-select .el-select__wrapper,
.page-responsive-mini .component .el-select .el-input .el-input__inner {
  min-height: 28px;
  line-height: 28px;
}
.page-responsive-mini .el-form {
  margin-bottom: 14px;
}
.page-responsive-mini .el-form .el-input .el-input__inner {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
.page-responsive-mini .el-form .el-input .el-input__icon {
  height: 28px;
  line-height: 28px;
}
.page-responsive-mini .el-form .el-input__wrapper {
  height: 28px;
  line-height: 28px;
}
.page-responsive-mini .el-form .el-form-item__label {
  font-size: 12px;
}
.page-responsive-mini .el-form .el-radio__label {
  font-size: 12px;
}
.page-responsive-mini .el-form .el-select__input.is-mini {
  height: 28px;
  line-height: 28px;
}
.page-responsive-mini .el-form .el-select .el-select__wrapper,
.page-responsive-mini .el-form .el-select .el-input .el-input__inner {
  min-height: 28px;
  line-height: 28px;
}
.page-responsive-mini .el-form .el-form-item {
  margin-bottom: 14px;
}
.page-responsive-mini .el-form .el-form-item .el-form-item {
  margin-bottom: 14px !important;
}
.page-responsive-mini .el-form .el-form-item .el-form-item__content {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .el-form .el-form-item .el-form-item__content .form-title,
.page-responsive-mini .el-form .el-form-item .el-form-item__content .formTitle,
.page-responsive-mini .el-form .el-form-item .el-form-item__content .title {
  font-size: var(--font-size-small, 13px);
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-responsive-mini .el-form .el-form-item .el-form-item__content .form-title > i,
.page-responsive-mini .el-form .el-form-item .el-form-item__content .formTitle > i,
.page-responsive-mini .el-form .el-form-item .el-form-item__content .title > i {
  margin: 0px 8px;
}
.page-responsive-mini .el-form .el-form-item .title-name {
  font-size: var(--font-size-small, 13px);
  height: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}
.page-responsive-mini .el-form .el-form-item .title-name .el-button {
  padding: 4px;
}
.page-responsive-mini .vxe-form .vxe-form--item {
  padding: 4px 8px 4px 0px;
}
.page-responsive-mini .vxe-form .vxe-form--item .el-input .el-input__inner {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
.page-responsive-mini .vxe-form .vxe-form--item .el-input .el-input__icon {
  height: 28px;
  line-height: 28px;
}
.page-responsive-mini .vxe-form .vxe-form--item .el-input__wrapper {
  height: 28px;
  line-height: 28px;
}
.page-responsive-mini .vxe-form .vxe-form--item .el-form-item__label {
  font-size: 12px;
}
.page-responsive-mini .vxe-form .vxe-form--item .el-radio__label {
  font-size: 12px;
}
.page-responsive-mini .vxe-form .vxe-form--item .el-select__input.is-mini {
  height: 28px;
  line-height: 28px;
}
.page-responsive-mini .vxe-form .vxe-form--item .el-select .el-select__wrapper,
.page-responsive-mini .vxe-form .vxe-form--item .el-select .el-input .el-input__inner {
  min-height: 28px;
  line-height: 28px;
}
.page-responsive-mini .p-form-mini .dialog-footer {
  padding: 14px 20px;
}
.page-responsive-mini .p-form-mini .dialog-footer .el-button--small,
.page-responsive-mini .p-form-mini .dialog-footer .el-button--small.is-round {
  padding: 7px 15px;
}
.page-responsive-mini .p-form-mini .has-footer {
  margin-top: 60px;
}
.page-responsive-mini .w-e-toolbar .w-e-menu {
  width: 32px;
  height: 32px;
}
.page-responsive-mini .w-e-text p,
.page-responsive-mini .w-e-text h1,
.page-responsive-mini .w-e-text h2,
.page-responsive-mini .w-e-text h3,
.page-responsive-mini .w-e-text h4,
.page-responsive-mini .w-e-text h5,
.page-responsive-mini .w-e-text table,
.page-responsive-mini .w-e-text pre {
  margin: 5px 0px;
}
.page-responsive-mini .w-e-text-container .placeholder {
  font-size: var(--font-size-mini, 12px);
}
.page-responsive-mini .w-e-toolbar p,
.page-responsive-mini .w-e-text-container p,
.page-responsive-mini .w-e-menu-panel p {
  font-size: var(--font-size-mini, 12px) !important;
}
.ant-modal-root .p-modal .ant-modal-header,
.ant-modal-root .ant-modal .ant-modal-header {
  padding: 16px 24px;
}
.ant-modal-root .p-modal .ant-modal-title,
.ant-modal-root .ant-modal .ant-modal-title {
  font-size: var(--font-size-lg, 18px);
}
.ant-modal-root .p-modal .ant-modal-body,
.ant-modal-root .ant-modal .ant-modal-body {
  padding: 0;
}
.ant-modal-root .p-modal .dialog-style,
.ant-modal-root .ant-modal .dialog-style {
  padding-bottom: 73px;
}
.ant-modal-root .p-modal .paddingbottom20,
.ant-modal-root .ant-modal .paddingbottom20 {
  padding-bottom: 20px;
}
.ant-modal-root .p-modal .modal-container,
.ant-modal-root .ant-modal .modal-container {
  height: 100%;
}
.ant-modal-root .p-modal .modal-scrollbar,
.ant-modal-root .ant-modal .modal-scrollbar {
  overflow-x: hidden;
  padding: 20px;
}
.ant-modal-root .p-modal.ant-modal-custom-set-container,
.ant-modal-root .ant-modal.ant-modal-custom-set-container {
  position: absolute;
}
.ant-modal-root .p-modal .dialog-footer,
.ant-modal-root .ant-modal .dialog-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 99;
  background-color: white;
  border-top: 1px solid #e4e4e4;
}
.el-dialog__header {
  font-size: var(--font-size-lg, 18px);
  padding: 16px 24px;
}
.el-dialog__header {
  font-size: var(--font-size-lg, 18px);
  padding: 16px 24px !important;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.el-dialog__body {
  overflow-x: hidden;
  max-height: calc(100vh - 215px);
  height: calc(100vh - 215px);
}
.el-dialog__footer {
  padding: 20px !important;
  background-color: white;
  border-top: 1px solid #e4e4e4;
}
.page-responsive-mini .p-modal .ant-modal-header,
.page-responsive-mini .ant-modal .ant-modal-header {
  padding: 12px 20px;
}
.page-responsive-mini .p-modal .ant-modal-title,
.page-responsive-mini .ant-modal .ant-modal-title {
  font-size: var(--font-size-base, 14px);
  line-height: var(--font-size-base, 14px);
}
.page-responsive-mini .p-modal .dialog-style,
.page-responsive-mini .ant-modal .dialog-style {
  padding-bottom: 53px;
}
.page-responsive-mini .p-modal .modal-scrollbar,
.page-responsive-mini .ant-modal .modal-scrollbar {
  padding: 16px 20px;
}
.page-responsive-mini .p-modal .dialog-footer,
.page-responsive-mini .ant-modal .dialog-footer {
  padding: 14px 20px;
}
.page-responsive-mini .p-modal .dialog-footer .el-button--small,
.page-responsive-mini .ant-modal .dialog-footer .el-button--small,
.page-responsive-mini .p-modal .dialog-footer .el-button--small.is-round,
.page-responsive-mini .ant-modal .dialog-footer .el-button--small.is-round {
  padding: 7px 15px;
}
.page-responsive-mini .el-dialog {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.page-responsive-mini .el-dialog__header {
  font-size: var(--font-size-base, 14px);
  padding: 16px 24px !important;
}
.page-responsive-mini .el-dialog__body {
  max-height: calc(100vh - 180px);
  height: calc(100vh - 180px);
}
.page-responsive-mini .el-dialog__footer {
  padding: 14px 20px !important;
}
.p-drawer .ant-drawer-header {
  padding: 16px 24px;
}
.p-drawer .ant-drawer-title {
  font-size: var(--font-size-lg, 18px);
}
.p-drawer .ant-drawer-close {
  width: 56px;
  height: 56px;
}
.p-drawer .ant-drawer-wrapper-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-drawer .ant-drawer-wrapper-body .ant-drawer-body {
  height: 100%;
  padding: 0;
}
.p-drawer .drawer-container {
  height: 100%;
  margin: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-drawer .dialog-style {
  height: 100%;
}
.p-drawer .dialog-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 99;
  background-color: white;
  border-top: 1px solid #e4e4e4;
}
.p-drawer .drawer-scrollbar {
  overflow-x: hidden;
  max-height: calc(100vh - 128px);
  height: calc(100vh - 128px);
}
.p-drawer.ant-drawer-custom-set-container,
.p-drawer.ant-empty-drawer-custom-set-container,
.p-drawer.ant-full-drawer-custom-set-container {
  position: absolute;
  overflow: hidden;
}
.p-drawer.ant-drawer-custom-set-container .drawer-scrollbar,
.p-drawer.ant-empty-drawer-custom-set-container .drawer-scrollbar,
.p-drawer.ant-full-drawer-custom-set-container .drawer-scrollbar {
  max-height: calc(100vh - 215px);
  height: calc(100vh - 215px);
}
.p-drawer.no-footer .drawer-scrollbar {
  max-height: calc(100vh - 150px);
  height: calc(100vh - 150px);
}
.p-drawer-mini .ant-drawer-header {
  padding: 12px 20px;
}
.p-drawer-mini .ant-drawer-title {
  font-size: var(--font-size-base, 14px);
  line-height: var(--font-size-base, 14px);
}
.p-drawer-mini .ant-drawer-close {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.p-drawer-mini .drawer-container {
  padding: 16px 20px;
}
.p-drawer-mini .dialog-footer {
  padding: 14px 20px;
}
.p-drawer-mini .dialog-footer .el-button--small,
.p-drawer-mini .dialog-footer .el-button--small.is-round {
  padding: 7px 15px;
}
.page-responsive-mini .p-drawer.ant-drawer-custom-set-container,
.page-responsive-mini .p-drawer.ant-empty-drawer-custom-set-container,
.page-responsive-mini .p-drawer.ant-full-drawer-custom-set-container {
  position: absolute;
  overflow: hidden;
}
.page-responsive-mini .p-drawer.ant-drawer-custom-set-container .drawer-scrollbar,
.page-responsive-mini .p-drawer.ant-empty-drawer-custom-set-container .drawer-scrollbar,
.page-responsive-mini .p-drawer.ant-full-drawer-custom-set-container .drawer-scrollbar {
  max-height: calc(100vh - 170px);
  height: calc(100vh - 170px);
}
.page-responsive-mini .p-drawer.no-footer .drawer-scrollbar {
  max-height: calc(100vh - 117px);
  height: calc(100vh - 117px);
}

.dialog-footer[data-v-c75a69ba] {
  position: absolute;
  bottom: 0;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  z-index: 99;
  background-color: white;
}
[data-v-c75a69ba] .el-upload-dragger,[data-v-c75a69ba] .el-upload {
  width: 98%;
}
.flex[data-v-c75a69ba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex .upload-demo[data-v-c75a69ba] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.select-template[data-v-c75a69ba] {
  padding: 10px 0;
}
.select-template .el-button[data-v-c75a69ba],
.select-template .downloadController[data-v-c75a69ba] {
  margin-left: 10px;
}
.export-file-box[data-v-c75a69ba] .el-upload,
.export-file-box[data-v-c75a69ba] .el-upload__tip {
  display: none;
}
.export-file-box[data-v-c75a69ba] .file-list {
  margin-bottom: 10px;
}

.reset_table_default {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.vxe-table--cell-active-area {
  border: 1px solid #409eff;
}

.paginations[data-v-30610df0] {
  padding: 10px 0;
}
[data-v-30610df0] .vxe-table--render-default .vxe-cell {
  text-align: center !important;
}


.balltrack {
  z-index: 999;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color, #409eff);
  border-radius: 100px;
  -webkit-animation: run-right-right 1s 0s 1 linear,
    run-right-top 1s 0s 1 cubic-bezier(0.66, 0.1, 1, 0.41);
          animation: run-right-right 1s 0s 1 linear,
    run-right-top 1s 0s 1 cubic-bezier(0.66, 0.1, 1, 0.41);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.dialog-footer[data-v-55313034] {
  position: absolute;
  bottom: 0;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  z-index: 99;
  background-color: white;
}
.dialog-footer .tip[data-v-55313034] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fc1925;
}
[data-v-55313034] .el-upload-dragger,[data-v-55313034] .el-upload {
  width: 98%;
}
.flex[data-v-55313034] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex .upload-demo[data-v-55313034] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.select-template[data-v-55313034] {
  padding: 10px 0;
}
.select-template .el-button[data-v-55313034],
.select-template .downloadController[data-v-55313034] {
  margin-left: 10px;
}
.export-file-box[data-v-55313034] .el-upload,
.export-file-box[data-v-55313034] .el-upload__tip {
  display: none;
}
.export-file-box[data-v-55313034] .file-list {
  margin-bottom: 10px;
}

.wrap[data-v-5ce68b6e],
.text[data-v-5ce68b6e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tencent-map[data-v-26825798] {
  width: 100%;
  min-height: 300px;
  height: 300px;
  position: relative;
}
.fixed-relation[data-v-26825798] {
  position: relative;
}
.fixed-search[data-v-26825798] {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30%;
  z-index: 9999;
}
.fixed-btn[data-v-26825798] {
  position: absolute;
  top: 10px;
  left: calc(30% + 20px);
  z-index: 9999;
}
[data-v-26825798] .el-autocomplete {
  width: 100%;
}
[data-v-26825798] .smnoprint {
  display: none;
}

.vxe-toolbar[data-v-1497ef3c] {
  display: none !important;
}

.list-box[data-v-316da6e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-box .main[data-v-316da6e0] {
  width: 50%;
}
.list-box .left[data-v-316da6e0] {
  padding-right: 20px;
}
.list-box .right[data-v-316da6e0] {
  padding-left: 20px;
}
.list-box .right .table[data-v-316da6e0] {
  height: 600px;
}

.dialog-footer[data-v-34359150] {
  position: absolute;
  bottom: 0;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  z-index: 99;
  background-color: white;
}
[data-v-34359150] .el-upload-dragger,[data-v-34359150] .el-upload {
  width: 98%;
}
.flex[data-v-34359150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex .upload-demo[data-v-34359150] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.select-template[data-v-34359150] {
  padding: 10px 0;
}
.select-template .el-button[data-v-34359150],
.select-template .downloadController[data-v-34359150] {
  margin-left: 10px;
}
.export-file-box[data-v-34359150] .el-upload,
.export-file-box[data-v-34359150] .el-upload__tip {
  display: none;
}
.export-file-box[data-v-34359150] .file-list {
  margin-bottom: 10px;
}

.list-box[data-v-e0b6df10] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-box .main[data-v-e0b6df10] {
  width: 50%;
}
.list-box .left[data-v-e0b6df10] {
  padding-right: 20px;
}
.list-box .right[data-v-e0b6df10] {
  padding-left: 20px;
}
.list-box .right .table[data-v-e0b6df10] {
  height: 600px;
}

