.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  /* prettier-ignore */
  min-height: 40Px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-btn-sm {
  height: 24px !important;
  padding: 0 7px !important;
  font-size: 14px !important;
  border-radius: 4px !important;
}

#app {
  height: 100%;
}


#userLayout.user-layout-wrapper[data-v-386bb1e4] {
  height: 100%;
}
#userLayout.user-layout-wrapper.mobile .container .main[data-v-386bb1e4] {
  max-width: 368px;
  width: 98%;
}
#userLayout.user-layout-wrapper .container[data-v-386bb1e4] {
  width: 100%;
  min-height: 100%;
  background: #f0f2f5 url(/img/background.493a2201.svg) no-repeat 50%;
  background-size: 100%;
  padding: 110px 0 144px;
  position: relative;
}
#userLayout.user-layout-wrapper .container a[data-v-386bb1e4] {
  text-decoration: none;
}
#userLayout.user-layout-wrapper .container .top[data-v-386bb1e4] {
  text-align: center;
}
#userLayout.user-layout-wrapper .container .top .header[data-v-386bb1e4] {
  height: 44px;
  line-height: 44px;
}
#userLayout.user-layout-wrapper .container .top .header .badge[data-v-386bb1e4] {
  position: absolute;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: -12px;
  margin-top: -10px;
  opacity: 0.8;
}
#userLayout.user-layout-wrapper .container .top .header .logo[data-v-386bb1e4] {
  height: 44px;
  vertical-align: top;
  margin-right: 16px;
  border-style: none;
}
#userLayout.user-layout-wrapper .container .top .header .title[data-v-386bb1e4] {
  font-size: 33px;
  color: rgba(0, 0, 0, 0.85);
  font-family: 'Chinese Quote', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 600;
  position: relative;
  top: 2px;
}
#userLayout.user-layout-wrapper .container .top .desc[data-v-386bb1e4] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 12px;
  margin-bottom: 40px;
}
#userLayout.user-layout-wrapper .container .main[data-v-386bb1e4] {
  min-width: 260px;
  width: 368px;
  margin: 0 auto;
}
#userLayout.user-layout-wrapper .container .footer[data-v-386bb1e4] {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 16px;
  margin: 48px 0 24px;
  text-align: center;
}
#userLayout.user-layout-wrapper .container .footer .links[data-v-386bb1e4] {
  margin-bottom: 8px;
  font-size: 14px;
}
#userLayout.user-layout-wrapper .container .footer .links a[data-v-386bb1e4] {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#userLayout.user-layout-wrapper .container .footer .links a[data-v-386bb1e4]:not(:last-child) {
  margin-right: 40px;
}
#userLayout.user-layout-wrapper .container .footer .copyright[data-v-386bb1e4] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

/*缩小首页布 局顶部的高度*/
.sider[data-v-b1ff677c] {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.sider .logo[data-v-b1ff677c] {
  height: 59px !important;
  line-height: 59px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.sider .logo a[data-v-b1ff677c] {
  color: white;
}
.sider .logo a[data-v-b1ff677c]:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sider.light .logo[data-v-b1ff677c] {
  background-color: #52C41A;
}

/* update_begin author:sunjianlei date:20190509 for: 修改侧边导航栏滚动条的样式 */
.sider[data-v-d96856ee] {
  /** 暗色系滚动条样式 */
}
.sider ul.ant-menu[data-v-d96856ee] {
  /* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /* 兼容IE */
  -ms-overflow-style: none;
  -ms-scroll-chaining: chained;
  -ms-content-zooming: zoom;
  -ms-scroll-rails: none;
  -ms-content-zoom-limit-min: 100%;
  -ms-content-zoom-limit-max: 500%;
  -ms-scroll-snap-type: proximity;
  -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
  /* 定义滚动条轨道 */
  /* 定义滑块 */
}
.sider ul.ant-menu[data-v-d96856ee]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
  display: none;
}
.sider ul.ant-menu .-o-scrollbar[data-v-d96856ee] {
  display: none;
}
.sider ul.ant-menu[data-v-d96856ee]::-webkit-scrollbar-track {
  background-color: transparent;
}
.sider ul.ant-menu[data-v-d96856ee]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.sider ul.ant-menu[data-v-d96856ee]::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
}
.sider ul.ant-menu[data-v-d96856ee]::-webkit-scrollbar-thumb:active {
  background-color: #bbbbbb;
}
.sider.dark ul.ant-menu[data-v-d96856ee]::-webkit-scrollbar-thumb {
  background-color: #666666;
}
.sider.dark ul.ant-menu[data-v-d96856ee]::-webkit-scrollbar-thumb:hover {
  background-color: #808080;
}
.sider.dark ul.ant-menu[data-v-d96856ee]::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
/* update_end author:sunjianlei date:20190509 for: 修改侧边导航栏滚动条的样式 */

.sider .ant-menu.ant-menu-root > .ant-menu-item:first-child {
  background-color: transparent;
}
.sider .ant-menu.ant-menu-root > .ant-menu-item:first-child > a,
.sider .ant-menu.ant-menu-root > .ant-menu-item:first-child > a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.sider .ant-menu.ant-menu-root > .ant-menu-item:first-child.ant-menu-item-selected > a,
.sider .ant-menu.ant-menu-root > .ant-menu-item:first-child.ant-menu-item-selected > a:hover {
  color: #52C41A;
}
.sider .ant-menu.ant-menu-root.ant-menu-dark > .ant-menu-item:first-child > a,
.sider .ant-menu.ant-menu-root.ant-menu-dark > .ant-menu-item:first-child > a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.sider .ant-menu.ant-menu-root.ant-menu-dark > .ant-menu-item:first-child.ant-menu-item-selected > a,
.sider .ant-menu.ant-menu-root.ant-menu-dark > .ant-menu-item:first-child.ant-menu-item-selected > a:hover {
  color: #ffffff;
}

.copy[data-v-143e2b7d] {
  color: #52C41A;
}
.copy[data-v-143e2b7d]:active {
  -webkit-transform: translate(1px);
          transform: translate(1px);
}
.disabled[data-v-143e2b7d] {
  color: #999 !important;
  cursor: not-allowed !important;
}

.announcementCustomModal .ant-modal-header {
  border: none;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 56px;
  padding: 0;
}
.announcementCustomModal .ant-modal-header .ant-modal-title .custom-btn {
  width: 56px;
  height: 56px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.announcementCustomModal .daily-article {
  border-bottom: 0;
}

.daily-article .article-button[data-v-94f9a72a] {
  font-size: 1.2rem !important;
}
.daily-article .ant-card-body[data-v-94f9a72a] {
  padding: 18px !important;
}
.daily-article .ant-card-head[data-v-94f9a72a] {
  padding: 0 1rem;
}
.daily-article .title_row[data-v-94f9a72a] {
  width: 100%;
}
.daily-article .title_row span[data-v-94f9a72a] {
  word-wrap: break-word;
  white-space: normal;
  margin-right: 5px;
}
.daily-article .content_row[data-v-94f9a72a] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.daily-article .article-content[data-v-94f9a72a] {
  width: 99%;
}
.daily-article .article-content p[data-v-94f9a72a] {
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: initial;
  white-space: normal;
  font-size: 0.9rem !important;
  margin-bottom: 0.8rem;
}


.header-notice-wrapper {
  top: 50px !important;
}

.header-notice[data-v-c55671ee] {
  padding: 0 12px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  white-space: nowrap;
  height: 70%;
  line-height: 46px;
}
.header-notice[data-v-c55671ee]:hover {
  background: rgba(255, 255, 255, 0.3);
}
.header-notice span[data-v-c55671ee] {
  vertical-align: initial;
}

.pwd_inp[data-v-ec3a5b82] {
  position: relative;
  width: 100%;
}
.pwd_inp[data-v-ec3a5b82] .ant-tooltip-inner {
  white-space: nowrap;
  font-size: 12px;
  background-color: #f50;
}
.pwd_inp[data-v-ec3a5b82] .ant-tooltip-arrow::before {
  background-color: #f50;
}

.detail-list .title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
.detail-list .term {
  color: rgba(0, 0, 0, 0.85);
  display: table-cell;
  line-height: 20px;
  margin-right: 8px;
  padding-bottom: 16px;
  white-space: nowrap;
}
.detail-list .term:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
}
.detail-list .content {
  color: rgba(0, 0, 0, 0.65);
  display: table-cell;
  line-height: 22px;
  padding-bottom: 16px;
  width: 100%;
}
.detail-list.small .title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
  margin-bottom: 12px;
}
.detail-list.small .term,
.detail-list.small .content {
  padding-bottom: 8px;
}
.detail-list.large .term,
.detail-list.large .content {
  padding-bottom: 16px;
}
.detail-list.large .title {
  font-size: 16px;
}
.detail-list.vertical .term {
  padding-bottom: 8px;
}
.detail-list.vertical .term,
.detail-list.vertical .content {
  display: block;
}

.setting-drawer-index-item[data-v-0a25c4b5] {
  margin-bottom: 24px;
}
.setting-drawer-index-item .setting-drawer-index-title[data-v-0a25c4b5] {
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 12px;
}

.setting-drawer-index-content .setting-drawer-index-blockChecbox[data-v-4d4ad474] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item[data-v-4d4ad474] {
  margin-right: 16px;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item img[data-v-4d4ad474] {
  width: 48px;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item .setting-drawer-index-selectIcon[data-v-4d4ad474] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 15px;
  padding-left: 24px;
  height: 100%;
  color: #1890ff;
  font-size: 14px;
  font-weight: 700;
}
.setting-drawer-index-content .setting-drawer-theme-color-colorBlock[data-v-4d4ad474] {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  float: left;
  cursor: pointer;
  margin-right: 8px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.setting-drawer-index-content .setting-drawer-theme-color-colorBlock i[data-v-4d4ad474] {
  font-size: 14px;
}
.setting-drawer-index-handle[data-v-4d4ad474] {
  position: absolute;
  top: 240px;
  background: #1890ff;
  width: 48px;
  height: 48px;
  right: 300px;
  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;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1001;
  text-align: center;
  font-size: 16px;
  border-radius: 4px 0 0 4px;
}
.setting-drawer-index-handle i[data-v-4d4ad474] {
  color: #ffffff;
  font-size: 20px;
}


.valid-error .ant-select-selection__placeholder[data-v-b624c544] {
  color: #f5222d;
}

.name-avatrar[data-v-c7b4cf80] {
  color: #fff !important;
  background-color: #2b9148;
}

[data-v-743839c8] .ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title[data-v-743839c8] {
  padding: 8px 12px;
}
[data-v-743839c8] .ant-badge-count {
  right: -8px !important;
}

.danger-text[data-v-204a4c24]:hover {
  color: #ff0000;
  opacity: 0.7;
}

.body-div[data-v-21d1def2] {
  width: 100%;
  height: 100%;
}
.body-div #qrcode[data-v-21d1def2] {
  width: 100%;
  height: 100%;
  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;
}

.tools[data-v-3750c3fc] {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.paddingLeft[data-v-3750c3fc] {
  padding-left: 20px !important;
}
.poster[data-v-3750c3fc] {
  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;
}
.poster .poster_content[data-v-3750c3fc] {
  width: 400px;
  height: 711.82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.poster .poster_content .bg_img[data-v-3750c3fc] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.poster .poster_content .avatar[data-v-3750c3fc] {
  position: absolute;
  top: 85px;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.poster .poster_content .name[data-v-3750c3fc] {
  position: absolute;
  top: 155px;
  font-size: 15px;
  font-weight: 550;
  color: #fff;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.poster .poster_content .qrcode[data-v-3750c3fc] {
  position: absolute;
  bottom: 95px;
  left: 41.5%;
  width: 83px;
  height: 83px;
  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;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.poster .poster_img[data-v-3750c3fc] {
  margin-top: 20px;
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

[data-v-1a78ad9c] .tinymce-editor .tox-tinymce {
  min-height: 450px;
}

.user-wrapper .search-input[data-v-36717c30] {
  width: 180px;
  color: inherit;
}
.user-wrapper .search-input[data-v-36717c30] .ant-select-selection {
  background-color: inherit;
  border: 0;
  border-bottom: 1px solid white;
}
.user-wrapper .search-input[data-v-36717c30] .ant-select-selection__placeholder,
.user-wrapper .search-input[data-v-36717c30] .ant-select-selection__field__placeholder {
  color: inherit;
}
.avatar_row[data-v-36717c30] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.avatar[data-v-36717c30] {
  background: none !important;
  margin: 0 10px 0 0 !important;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.avatar[data-v-36717c30] .ant-avatar {
  margin-top: -7px;
}
.name-avatrar[data-v-36717c30] {
  color: #52C41A;
}
.logout_title[data-v-36717c30] {
  color: inherit;
  text-decoration: none;
}

/* update_begin author:scott date:20190220 for: 缩小首页布局顶部的高度*/
.layout .top-nav-header-index .header-index-wide[data-v-779d3f44] {
  margin-left: 10px;
}
.layout .top-nav-header-index .header-index-wide .ant-menu.ant-menu-horizontal[data-v-779d3f44] {
  height: 59px;
  line-height: 59px;
}
.layout .top-nav-header-index .trigger[data-v-779d3f44] {
  line-height: 64px;
}
.layout .top-nav-header-index .trigger[data-v-779d3f44]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.layout .header[data-v-779d3f44] {
  z-index: 100;
  color: white;
  height: 59px;
  background-color: #52C41A;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  /* dark 样式 */
}
.layout .header.dark[data-v-779d3f44] {
  color: #000000;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: white !important;
}
.layout .header.dark .trigger[data-v-779d3f44]:hover,
.layout .top-nav-header-index.dark .trigger[data-v-779d3f44]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ant-layout-header[data-v-779d3f44] {
  height: 59px;
  line-height: 59px;
  font-size: 14px;
}
/* update_end author:scott date:20190220 for: 缩小首页布局顶部的高度*/

.footer[data-v-e4c5ef24] {
  padding: 0 16px;
  margin: 48px 0 24px;
  text-align: center;
}
.footer .links[data-v-e4c5ef24] {
  margin-bottom: 8px;
}
.footer .links a[data-v-e4c5ef24] {
  color: rgba(0, 0, 0, 0.45);
}
.footer .links a[data-v-e4c5ef24]:hover {
  color: rgba(0, 0, 0, 0.9);
}
.footer .links a[data-v-e4c5ef24]:not(:last-child) {
  margin-right: 40px;
}
.footer .copyright[data-v-e4c5ef24] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.ant-back-top[data-v-5c0df5c4] {
  position: fixed;
  right: 20px;
  bottom: 70px;
}
.custom_top .ant-back-top[data-v-5c0df5c4] {
  bottom: 110px !important;
}
.ant-back-top-content[data-v-5c0df5c4] {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65) !important;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
}
.ant-back-top-content i[data-v-5c0df5c4] {
  font-size: 24px;
}

.fixed_msg_icon[data-v-293c55e1] {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background: #52C41A;
  border-radius: 50%;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #fff;
  opacity: 0.9;
}
.custom_top .fixed_msg_icon[data-v-293c55e1] {
  bottom: 60px !important;
}
.fixed_msg_icon[data-v-293c55e1]:hover {
  cursor: pointer;
  opacity: 1;
}

body {
  overflow-y: scroll;
}
body.colorWeak {
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.root_container {
  min-width: 1150px;
  overflow-x: scroll;
}
.layout {
  min-height: 100vh !important;
  overflow-x: hidden;
}
.layout.mobile {
  /**
       * ant-table-wrapper
       * 覆盖的表格手机模式样式，如果想修改在手机上表格最低宽度，可以在这里改动
       */
}
.layout.mobile .ant-layout-content .content {
  margin: 24px 0 0;
}
.layout.mobile .ant-table-wrapper .ant-table-content {
  overflow-y: auto;
}
.layout.mobile .sidemenu .ant-header-fixedHeader.ant-header-side-opened,
.layout.mobile .sidemenu .ant-header-fixedHeader.ant-header-side-closed {
  width: 100%;
}
.layout.mobile .topmenu {
  /* 必须为 topmenu  才能启用流式布局 */
}
.layout.mobile .topmenu.content-width-Fluid .header-index-wide {
  margin-left: 0;
}
.layout.mobile .header .user-wrapper .action,
.layout.mobile .top-nav-header-index .user-wrapper .action {
  padding: 0 12px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.layout.ant-layout-has-sider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.layout .trigger {
  font-size: 22px;
  line-height: 42px;
  padding: 0 18px;
  cursor: pointer;
  -webkit-transition: color 300ms, background 300ms;
  transition: color 300ms, background 300ms;
}
.layout .trigger:hover {
  background: rgba(255, 255, 255, 0.3);
}
.layout .topmenu {
  /* 必须为 topmenu  才能启用流式布局 */
}
.layout .topmenu .ant-header-fixedHeader {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.layout .topmenu .ant-header-fixedHeader.ant-header-side-opened {
  width: 100%;
}
.layout .topmenu .ant-header-fixedHeader.ant-header-side-closed {
  width: 100%;
}
.layout .topmenu.content-width-Fluid .header-index-wide {
  max-width: unset;
  margin-left: 24px;
}
.layout .topmenu.content-width-Fluid .page-header-index-wide {
  max-width: unset;
}
.layout .sidemenu .ant-header-fixedHeader {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.layout .sidemenu .ant-header-fixedHeader.ant-header-side-opened {
  /* prettier-ignore */
  width: calc(100% - 200Px);
}
.layout .sidemenu .ant-header-fixedHeader.ant-header-side-closed {
  /* prettier-ignore */
  width: calc(100% - 80Px);
}
.layout .header {
  height: 64px;
  padding: 0 12px 0 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
          box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  position: relative;
}
.layout .header .user-wrapper,
.layout .top-nav-header-index .user-wrapper {
  float: right;
  height: 100%;
}
.layout .header .user-wrapper .action,
.layout .top-nav-header-index .user-wrapper .action {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 0 12px;
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 70%;
  line-height: 46px;
}
.layout .header .user-wrapper .action.action-full,
.layout .top-nav-header-index .user-wrapper .action.action-full {
  height: 88%;
}
.layout .header .user-wrapper .action:hover,
.layout .top-nav-header-index .user-wrapper .action:hover {
  background: rgba(255, 255, 255, 0.3);
}
.layout .header .user-wrapper .action .avatar,
.layout .top-nav-header-index .user-wrapper .action .avatar {
  background: hsla(0, 0%, 100%, 0.85);
  vertical-align: middle;
}
.layout .header .user-wrapper .action .icon,
.layout .top-nav-header-index .user-wrapper .action .icon {
  font-size: 16px;
  padding: 4px;
}
.layout .header .user-wrapper .action .anticon,
.layout .top-nav-header-index .user-wrapper .action .anticon {
  color: inherit;
}
.layout .header.dark .user-wrapper .action,
.layout .top-nav-header-index.dark .user-wrapper .action {
  color: black;
}
.layout .header.dark .user-wrapper .action:hover,
.layout .top-nav-header-index.dark .user-wrapper .action:hover {
  background: rgba(0, 0, 0, 0.05);
}
.layout .header.dark .user-wrapper .action .anticon,
.layout .top-nav-header-index.dark .user-wrapper .action .anticon {
  color: inherit;
}
.layout.mobile .top-nav-header-index .header-index-wide .header-index-left .trigger {
  color: rgba(255, 255, 255, 0.85);
  padding: 0 12px;
}
.layout.mobile .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header {
  text-align: center;
  width: 56px;
  line-height: 58px;
}
.layout.mobile .top-nav-header-index .user-wrapper .action .avatar {
  margin: 20px 0;
}
.layout.mobile .top-nav-header-index.light .header-index-wide .header-index-left .trigger {
  color: rgba(0, 0, 0, 0.9);
}
.layout.tablet .top-nav-header-index .header-index-wide .header-index-left .logo > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout .top-nav-header-index {
  -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
          box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  position: relative;
  -webkit-transition: background 0.3s, width 0.2s;
  transition: background 0.3s, width 0.2s;
}
.layout .top-nav-header-index .header-index-wide {
  width: 100%;
  margin: auto;
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 59px;
}
.layout .top-nav-header-index .header-index-wide .ant-menu.ant-menu-horizontal {
  border: none;
  height: 64px;
  line-height: 64px;
}
.layout .top-nav-header-index .header-index-wide .header-index-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.layout .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header img {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.layout .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header h1 {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 0 0 0 12px;
  font-weight: 400;
}
.layout .top-nav-header-index .header-index-wide .header-index-right {
  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;
  float: right;
  height: 59px;
  overflow: hidden;
}
.layout .top-nav-header-index .header-index-wide .header-index-right .action:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.layout .top-nav-header-index .header-index-wide .header-index-right .action:last-of-type {
  padding-right: 0;
}
.layout .top-nav-header-index.light {
  background-color: #fff;
}
.layout .top-nav-header-index.light .header-index-wide .header-index-left .logo h1 {
  color: #002140;
}
.layout .top-nav-header-index.dark .user-wrapper .action {
  color: white;
}
.layout .top-nav-header-index.dark .user-wrapper .action:hover {
  background: rgba(255, 255, 255, 0.3);
}
.layout .top-nav-header-index.dark .header-index-wide .header-index-left .trigger:hover {
  background: rgba(255, 255, 255, 0.3);
}
.layout .layout-content {
  margin: 24px 24px 0px;
  height: 64px;
  padding: 0 12px 0 0;
}
.topmenu .page-header-index-wide {
  margin: 0 auto;
  width: 100%;
}
.ant-drawer.drawer-sider .sider {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-drawer.drawer-sider.dark .ant-drawer-content {
  background-color: #001529;
}
.ant-drawer.drawer-sider.light {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-drawer.drawer-sider.light .ant-drawer-content {
  background-color: #fff;
}
.ant-drawer.drawer-sider .ant-drawer-body {
  padding: 0;
}
.sider {
  -webkit-box-shadow: 2px 116px 6px 0 rgba(0, 21, 41, 0.35);
          box-shadow: 2px 116px 6px 0 rgba(0, 21, 41, 0.35);
  position: relative;
  z-index: 10;
}
.sider.ant-fixed-sidemenu {
  position: fixed;
  height: 100%;
}
.sider .logo {
  height: 64px;
  position: relative;
  line-height: 64px;
  padding-left: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #002140;
  overflow: hidden;
}
.sider .logo img,
.sider .logo h1 {
  display: inline-block;
  vertical-align: middle;
}
.sider .logo img {
  height: 32px;
}
.sider .logo h1 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 0 8px;
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
}
.sider.light {
  background-color: #fff;
  -webkit-box-shadow: 2px 116px 8px 0 rgba(29, 35, 41, 0.05);
          box-shadow: 2px 116px 8px 0 rgba(29, 35, 41, 0.05);
}
.sider.light .logo {
  background: #fff;
  -webkit-box-shadow: 1px 1px 0 0 #e8e8e8;
          box-shadow: 1px 1px 0 0 #e8e8e8;
}
.sider.light .logo h1 {
  color: unset;
}
.sider.light .ant-menu-light {
  border-right-color: transparent;
}
.user-dropdown-menu-wrapper.ant-dropdown-menu {
  padding: 4px 0;
}
.user-dropdown-menu-wrapper.ant-dropdown-menu .ant-dropdown-menu-item {
  width: 160px;
}
.user-dropdown-menu-wrapper.ant-dropdown-menu .ant-dropdown-menu-item > .anticon:first-child,
.user-dropdown-menu-wrapper.ant-dropdown-menu .ant-dropdown-menu-item > a > .anticon:first-child,
.user-dropdown-menu-wrapper.ant-dropdown-menu .ant-dropdown-menu-submenu-title > .anticon:first-child .ant-dropdown-menu-submenu-title > a > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
}
.table-alert {
  margin-bottom: 16px;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  margin-right: 0;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: inline-block;
  vertical-align: middle;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item > .ant-form-item-label {
  line-height: 32px;
  padding-right: 8px;
  width: auto;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control {
  height: 32px;
  line-height: 32px;
}
.table-page-search-wrapper .table-page-search-submitButtons {
  display: block;
  margin-bottom: 24px;
  white-space: nowrap;
}
.content .table-operator {
  margin-bottom: 18px;
}
.content .table-operator button {
  margin-right: 8px;
}

/*
* The following styles are auto-applied to elements with
* transition="page-transition" when their visibility is toggled
* by Vue.js.
*
* You can easily play with the page transition by editing
* these styles.
*/
.page-transition-enter {
  opacity: 0;
}
.page-transition-leave-active {
  opacity: 0;
}
.page-transition-enter .page-transition-container,
.page-transition-leave-active .page-transition-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.page-header[data-v-1407c2d9] {
  background: #fff;
  padding: 16px 32px 0;
  border-bottom: 1px solid #e8e8e8;
}
.page-header .breadcrumb[data-v-1407c2d9] {
  margin-bottom: 16px;
}
.page-header .detail[data-v-1407c2d9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*margin-bottom: 16px;*/
}
.page-header .detail .avatar[data-v-1407c2d9] {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 72px;
          flex: 0 1 72px;
  margin: 0 24px 8px 0;
}
.page-header .detail .avatar > span[data-v-1407c2d9] {
  border-radius: 72px;
  display: block;
  width: 72px;
  height: 72px;
}
.page-header .detail .main[data-v-1407c2d9] {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.page-header .detail .main .row[data-v-1407c2d9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page-header .detail .main .row .avatar[data-v-1407c2d9] {
  margin-bottom: 16px;
}
.page-header .detail .main .title[data-v-1407c2d9] {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 16px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.page-header .detail .main .logo[data-v-1407c2d9] {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  margin-right: 16px;
}
.page-header .detail .main .content[data-v-1407c2d9],
.page-header .detail .main .headerContent[data-v-1407c2d9] {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.page-header .detail .main .content .link[data-v-1407c2d9],
.page-header .detail .main .headerContent .link[data-v-1407c2d9] {
  margin-top: 16px;
  line-height: 24px;
}
.page-header .detail .main .content .link a[data-v-1407c2d9],
.page-header .detail .main .headerContent .link a[data-v-1407c2d9] {
  font-size: 14px;
  margin-right: 32px;
}
.page-header .detail .main .extra[data-v-1407c2d9] {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: 88px;
  min-width: 242px;
  text-align: right;
}
.page-header .detail .main .action[data-v-1407c2d9] {
  margin-left: 56px;
  min-width: 266px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: right;
}
.page-header .detail .main .action[data-v-1407c2d9]:empty {
  display: none;
}
.mobile .page-header .main .row[data-v-1407c2d9] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mobile .page-header .main .row .avatar[data-v-1407c2d9] {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin: 0 2% 8px 0;
}
.mobile .page-header .main .row .content[data-v-1407c2d9],
.mobile .page-header .main .row .headerContent[data-v-1407c2d9] {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}
.mobile .page-header .main .row .content .link[data-v-1407c2d9],
.mobile .page-header .main .row .headerContent .link[data-v-1407c2d9] {
  margin-top: 16px;
  line-height: 24px;
}
.mobile .page-header .main .row .content .link a[data-v-1407c2d9],
.mobile .page-header .main .row .headerContent .link a[data-v-1407c2d9] {
  font-size: 14px;
  margin-right: 10px;
}
.mobile .page-header .main .row .extra[data-v-1407c2d9] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  min-width: 0;
  text-align: right;
}
.mobile .page-header .main .row .action[data-v-1407c2d9] {
  margin-left: unset;
  min-width: 266px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: left;
  margin-bottom: 12px;
}
.mobile .page-header .main .row .action[data-v-1407c2d9]:empty {
  display: none;
}

.content[data-v-15dc04d7] {
  margin: 24px 24px 0;
}
.content .link[data-v-15dc04d7] {
  margin-top: 16px;
}
.content .link[data-v-15dc04d7]:not(:empty) {
  margin-bottom: 16px;
}
.content .link a[data-v-15dc04d7] {
  margin-right: 32px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}
.content .link a i[data-v-15dc04d7] {
  font-size: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
.content .link a span[data-v-15dc04d7] {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.page-menu-search[data-v-15dc04d7] {
  text-align: center;
  margin-bottom: 16px;
}
.page-menu-tabs[data-v-15dc04d7] {
  margin-top: 48px;
}
.page-header[data-v-6740ec88][data-v-15dc04d7] {
  margin: 0px 24px 0;
}

.extra-img[data-v-2ffc7a6a] {
  margin-top: -60px;
  text-align: center;
  width: 195px;
}
.extra-img img[data-v-2ffc7a6a] {
  width: 100%;
}
.mobile .extra-img[data-v-2ffc7a6a] {
  margin-top: 0;
  text-align: center;
  width: 96px;
}
.mobile .extra-img img[data-v-2ffc7a6a] {
  width: 100%;
}

.mentions_container[data-v-672c359e] {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  inset-inline-end: 24px;
  inset-block-end: 48px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  z-index: 999;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.mentions_container .inside[data-v-672c359e] {
  width: 40px;
  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;
}
.mentions_container[data-v-672c359e]:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
}

.contextmenu[data-v-39154f3c] {
  position: fixed;
  z-index: 1;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 10px #aaaaaa !important;
          box-shadow: 2px 2px 10px #aaaaaa !important;
}

/*
 * The following styles are auto-applied to elements with
 * transition="page-transition" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the page transition by editing
 * these styles.
 */
.page-transition-enter {
  opacity: 0;
}
.page-transition-leave-active {
  opacity: 0;
}
.page-transition-enter .page-transition-container,
.page-transition-leave-active .page-transition-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*美化弹出Tab样式*/
.ant-tabs-nav-container {
  margin-top: 4px;
}
/* 修改 ant-tabs 样式 */
.tab-layout-tabs.ant-tabs {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: white;
  padding: 0 20px;
}
.tab-layout-tabs.ant-tabs .ant-tabs-bar {
  margin: 4px 0 0;
  border: none;
}
.tab-layout-tabs.ant-tabs.ant-tabs-card .ant-tabs-tab {
  padding: 0 24px !important;
  background-color: white !important;
  margin-right: 10px !important;
}
.tab-layout-tabs.ant-tabs.ant-tabs-card .ant-tabs-tab .ant-tabs-close-x {
  width: 12px !important;
  height: 12px !important;
  opacity: 0 !important;
  cursor: pointer !important;
  font-size: 12px !important;
  margin: 0 !important;
  position: absolute;
  top: 36%;
  right: 6px;
}
.tab-layout-tabs.ant-tabs.ant-tabs-card .ant-tabs-tab:hover .ant-tabs-close-x {
  opacity: 1 !important;
}
.tab-layout-tabs.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border: none !important;
  border-bottom: 1px solid transparent !important;
}
.tab-layout-tabs.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  border-color: #52C41A !important;
}

#userLayout.user-layout-wrapper[data-v-7393a4d4] {
  height: 100%;
}
#userLayout.user-layout-wrapper .container[data-v-7393a4d4] {
  width: 100%;
  height: 100vh;
  position: relative;
}
#userLayout.user-layout-wrapper .container a[data-v-7393a4d4] {
  text-decoration: none;
}
#userLayout.user-layout-wrapper .container .top[data-v-7393a4d4] {
  height: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#userLayout.user-layout-wrapper .container .top .right_text[data-v-7393a4d4] {
  width: 100%;
  text-align: center;
  position: absolute;
  font-size: 23px;
  font-weight: bold;
  font-family: 'Microsoft YaHei' !important;
}
#userLayout.user-layout-wrapper .container .top .head_img[data-v-7393a4d4] {
  margin-left: 2%;
  width: auto;
  height: 71px;
}
#userLayout.user-layout-wrapper .container .main[data-v-7393a4d4] {
  width: 100%;
  height: calc(100vh - 91px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(data:image/jpeg;base64,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qqqqrxfiIiIiIicX7yvyiIiIiInF/XK+cr7yvyqqqqqqvFzSIiIiIifkMRERERE4uxpppppppppri5URERERE46qqqqry3//xAAdEQACAgMBAQEAAAAAAAAAAAAREgMTAAJgARAw/9oACAEDAQECAOJ0zfwAAAADiY+Vjz36AAAOKjz31mZmZmZuJjzfxEREREROJj+Ekkkk8TH8AAAAA4mPPdrLLLLHd3s4mPNta666666666+Jj+Ekkkk8TH8AAAAA4mPNtnd3d3d34mPPdURERERE4mPPcJJJJJ4mP4AAAAOKjzf13d3d3d+Jjz3xVVVVVVeJjz34SSSSeJj5WPN8JJJJJ4mPlY895SPCzMzMzM3Ex5v4qqqqqqvEx/DyUee4AAAABxMee7O7u7u7vxMebapXXXXXXWicTH8JJJJJ4mP4AAAABxMebbWWWWWWWWWPxMeba111111111pxMeEkkkkniY/gAAAAHEx5ts7u7u7u/Ex574iIiIiInEx57hJJJJPEx8rHm/rMzMzMzcTHkn5//8QAHBEBAQADAQEBAQAAAAAAAAAAAQACUWBwEhEw/9oACAEDAQM/AOLZmZmZmfIWZmZmZ4wIiIiIiI4tZmZmZmZ91/IiIiIiI4v69/8An+TxYxERERER5CREREREcWllZWVlZWVlZWU8WMajUajUajUajUajjGZmZmZnyBsrKysrKysrKysuNIiIiI8h/I3EREREbji1srKysrKysrKZ8hZmZmZmeLCIiIiIiOL+pmZmZmZ91+eV+v5HF/nLHKfMzMzMzM8WMREREREcY+UpMzMzMzO+W//Z);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/*列表上方操作按钮区域*/
.ant-card-body .table-operator {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/** Button按钮间距 */
.table-operator .ant-btn {
  margin: 0 8px 8px 0;
}
.table-operator .ant-btn-group .ant-btn {
  margin: 0;
}
.table-operator .ant-btn-group .ant-btn:last-child {
  margin: 0 8px 8px 0;
}
/*列表td的padding设置 可以控制列表大小*/
.ant-table-tbody .ant-table-row td {
  padding-top: 15px;
  padding-bottom: 15px;
}
/*列表页面弹出modal*/
.ant-modal-cust-warp {
  height: 100%;
}
/*弹出modal Y轴滚动条*/
.ant-modal-cust-warp .ant-modal-body {
  height: calc(100% - 110px) !important;
  overflow-y: auto;
}
/*弹出modal 先有content后有body 故滚动条控制在body上*/
.ant-modal-cust-warp .ant-modal-content {
  height: 90% !important;
  overflow-y: hidden;
}
.ant-modal-title {
  white-space: pre-wrap;
}
/*列表中有图片的加这个样式 参考用户管理*/
.anty-img-wrap {
  height: 25px;
  position: relative;
}
.anty-img-wrap > img {
  max-height: 100%;
}
/*列表中范围查询样式*/
.query-group-cust {
  width: calc(50% - 10px);
}
.query-group-split-cust:before {
  content: '~';
  width: 10px;
  display: inline-block;
  text-align: center;
}
/*erp风格子表外框padding设置*/
.ant-card-wider-padding.cust-erp-sub-tab > .ant-card-body {
  padding: 5px 12px;
}
/* 内嵌子表背景颜色 */
.j-inner-table-wrapper /deep/ .ant-table-expanded-row .ant-table-wrapper .ant-table-tbody .ant-table-row {
  background-color: #ffffff;
}
/**隐藏样式-modal确定按钮 */
.jee-hidden {
  display: none;
}
/* 表头居中 */
.ant-table .ant-table-thead th {
  text-align: center !important;
}
.ant-table {
  color: rgba(0, 0, 0, 0.9);
}
.ant-select {
  color: rgba(0, 0, 0, 0.9);
}
.ant-input {
  color: rgba(0, 0, 0, 0.9);
}
body {
  color: #000000 !important;
}
.success-text {
  color: #52c41a;
}
.warning-text {
  color: orange;
}
.danger-text {
  color: #ff0000;
}
.info-text {
  color: #a8a8a8;
}
.cancle-text {
  color: #000;
}
.dark-red {
  color: #ff00ff;
}
/*消除谷歌浏览器 登录输入框 背景色*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.ant-empty {
  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;
}
/* 修改 radio 小屏样式*/
.ant-radio-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-radio-inner {
  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;
}
.ant-radio-inner::after {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
}
.ant-table-tbody > tr > td a:hover {
  text-decoration: underline;
}
::v-deep textarea.ant-input {
  min-height: 52px;
}
.operate_btn {
  margin-left: 8px;
}
::v-deep .cycle_input .ant-input {
  padding-right: 73px !important;
}
::v-deep .week_input .ant-input {
  padding-right: 50px !important;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  z-index: 1;
}
.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 0;
}
.ml0 {
  margin-left: 10px;
}
.mr0 {
  margin-right: 10px;
}
.m20 {
  margin-left: 20px;
}
.mr20 {
  margin-left: 20px;
}
.mt0 {
  margin-top: 10px;
}
.mb0 {
  margin-bottom: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ant-btn-warning {
  color: #fff !important;
  background-color: #faad14 !important;
  border-color: #faad14 !important;
}
.ant-btn-warning:hover,
.ant-btn-warning:focus {
  color: #fff !important;
  background-color: #ffc53d !important;
  border-color: #ffc53d !important;
}
.ant-btn-warning:active,
.ant-btn-warning.active {
  color: #fff !important;
  background-color: #d48806 !important;
  border-color: #d48806 !important;
}
.ant-btn-volcano {
  color: #fff !important;
  background-color: #fa541c !important;
  border-color: #fa541c !important;
}
.ant-btn-volcano:hover,
.ant-btn-volcano:focus {
  color: #fff !important;
  background-color: #ff7a45 !important;
  border-color: #ff7a45 !important;
}
.ant-btn-volcano:active,
.ant-btn-volcano.active {
  color: #fff !important;
  background-color: #d4380d !important;
  border-color: #d4380d !important;
}
.ant-btn-cyan {
  color: #fff !important;
  background-color: #13c2c2 !important;
  border-color: #13c2c2 !important;
}
.ant-btn-cyan:hover,
.ant-btn-cyan:focus {
  color: #fff !important;
  background-color: #36cfc9 !important;
  border-color: #36cfc9 !important;
}
.ant-btn-cyan:active,
.ant-btn-cyan.active {
  color: #fff !important;
  background-color: #08979c !important;
  border-color: #08979c !important;
}
.ant-btn-success {
  color: #fff !important;
  background-color: #52c41a !important;
  border-color: #52c41a !important;
}
.ant-btn-success:hover,
.ant-btn-success:focus {
  color: #fff !important;
  background-color: #73d13d !important;
  border-color: #73d13d !important;
}
.ant-btn-success:active,
.ant-btn-success.active {
  color: #fff !important;
  background-color: #389e0d !important;
  border-color: #389e0d !important;
}
.ant-btn-purple {
  color: #fff !important;
  background-color: #722ed1 !important;
  border-color: #722ed1 !important;
}
.ant-btn-purple:hover,
.ant-btn-purple:focus {
  color: #fff !important;
  background-color: #9254de !important;
  border-color: #9254de !important;
}
.ant-btn-purple:active,
.ant-btn-purple.active {
  color: #fff !important;
  background-color: #531dab !important;
  border-color: #531dab !important;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  color: #000000 !important;
  background-color: #e8e8e8 !important;
  padding: 5px 40px;
}
.label_tips {
  font-size: 13px;
  color: #ff0000;
  line-height: 20px;
}
.hover-class:hover {
  cursor: pointer;
  text-decoration: underline;
}
.un-selected {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
/**Eden add */
/*form表单行距*/
.ant-form-item {
  margin-bottom: 15px;
}
.ant-form-inline .ant-form-item-label {
  min-width: 45px;
}
.ant-form-inline .ant-form-item-control-wrapper {
  max-width: calc(100% - 60px);
}
.thin_modal .ant-modal-body {
  padding: 12px;
}
.thin_modal .ant-modal-footer {
  padding: 10px 12px;
}
.top_alert_modal .ant-modal-body {
  padding: 12px 24px;
}
.ai_chat_modal .ant-modal {
  top: 70px;
}
.ai_chat_modal .ant-modal-body {
  padding: 12px;
  background: #F5F5F5;
}
.fixed_top_modal {
  overflow: hidden !important;
}
.fixed_top_modal .ant-modal {
  top: 0;
}
.fixed_top_modal .ant-modal-body {
  height: calc(100vh - 60px);
  padding: 12px;
}
@media (max-width: 768px) {
  .fixed_top_modal {
    /* 这里写在手机端生效的CSS样式规则 */
  }
  .fixed_top_modal .ant-modal {
    top: 30px;
  }
  .fixed_top_modal .ant-modal-body {
    height: calc(100vh - 30px);
    padding: 12px;
  }
}
.fixed_top_modal .ant-modal-body > div:first-child {
  height: 100%;
}
.fixed_top_modal .ant-modal-footer {
  display: none;
}
.sign_model .ant-modal-header {
  padding: 16px 12px;
}
.b-echarts div:nth-of-type(2) {
  z-index: 8 !important;
}
.is--checked.vxe-custom--option .vxe-checkbox--icon:before,
.is--checked.vxe-export--panel-column-option .vxe-checkbox--icon:before,
.is--checked.vxe-table--filter-option .vxe-checkbox--icon:before,
.is--indeterminate.vxe-custom--option .vxe-checkbox--icon:before,
.is--indeterminate.vxe-export--panel-column-option .vxe-checkbox--icon:before,
.is--indeterminate.vxe-table--filter-option .vxe-checkbox--icon:before,
.vxe-table .is--checked.vxe-cell--checkbox .vxe-checkbox--icon:before,
.vxe-table .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon:before {
  border-color: #52C41A !important;
  background-color: #52C41A !important;
}
.vxe-custom--option:not(.is--disabled):hover .vxe-checkbox--icon:before,
.vxe-export--panel-column-option:not(.is--disabled):hover .vxe-checkbox--icon:before,
.vxe-table--filter-option:not(.is--disabled):hover .vxe-checkbox--icon:before,
.vxe-table .vxe-cell--checkbox:not(.is--disabled):hover .vxe-checkbox--icon:before {
  border-color: #52C41A !important;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.no_padding_popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
  padding: 0 !important;
}
.no_padding_popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-menu-item {
  margin: 0 !important;
}
.ant-select .ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
}
.ant-select .ant-select-dropdown-menu-item-disabled:hover {
  background-color: #fff !important;
}
.ant-select .ant-select-selection-selected-value {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  line-height: inherit;
}
.ant-select .ant-select-selection-selected-value span {
  line-height: normal;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item {
  margin-bottom: 12px !important;
}
.table-page-search-submitButtons {
  margin-bottom: 12px !important;
}
.custom_copy_row {
  position: relative;
}
.custom_copy_row .copy {
  color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  right: -15px;
  margin: 8px 0 0 0;
}
.ant-table-small .ant-table-footer {
  padding: 8px;
}
.viewer-toolbar > ul > li {
  width: 28px;
  height: 28px;
  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;
}
.viewer-download {
  background-size: 60% 55% !important;
}
.viewer-title {
  color: #fff;
  font-size: 15px;
}
.custom_label_slot {
  margin: 0 8px 0 2px;
}
.required_label::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.basic_drawer {
  padding-top: 6px;
  /* 往下挪一点 */
}
.basic_drawer ::v-deep .ant-drawer-header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 53px;
  background: #fff;
  z-index: 99;
}
.basic_drawer ::v-deep .ant-drawer-body {
  padding: 10px 24px 53px 24px;
}
.ant-tooltip-inner {
  color: rgba(0, 0, 0, 0.75);
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding-top: 5px;
}
.valid_list_query_form ::v-deep .ant-form-inline .ant-form-item .ant-form-item-control {
  height: 40px;
  line-height: 32px;
}
.btn_tips_card ul {
  padding: 2px 0 2px 15px;
  margin: 0;
}
.btn_tips_card ul li {
  list-style: auto;
}
.ant-popover-inner {
  min-width: 147px;
}
.rowFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.j-modal-box.fullscreen {
  top: 0;
  left: 0;
  padding: 0;
}
.j-modal-box.fullscreen .ant-modal {
  top: 0;
  padding: 0;
  height: 100vh;
  width: 100vw !important;
}
.j-modal-box.fullscreen .ant-modal-content {
  height: 100vh;
  border-radius: 0;
}
.j-modal-box.fullscreen .ant-modal-content .ant-modal-body {
  /* title 和 footer 各占 55px */
  height: calc(100% - 55px - 55px);
  overflow: auto;
}
.j-modal-box.fullscreen.no-title .ant-modal-body,
.j-modal-box.fullscreen.no-footer .ant-modal-body {
  height: calc(100% - 55px);
}
.j-modal-box.fullscreen.no-title.no-footer .ant-modal-body {
  height: 100%;
}
.j-modal-box .j-modal-title-row .left {
  width: calc(100% - 56px - 56px);
}
.j-modal-box .j-modal-title-row .right {
  width: 56px;
  position: inherit;
}
.j-modal-box .j-modal-title-row .right .ant-modal-close {
  right: 56px;
  color: rgba(0, 0, 0, 0.45);
}
.j-modal-box .j-modal-title-row .right .ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.j-modal-box .j-modal-title-row .right .ant-modal-delete {
  position: absolute;
  right: 112px;
  top: 0px;
  color: rgba(0, 0, 0, 0.45);
}
.j-modal-box .j-modal-title-row .right .ant-modal-delete:hover {
  color: rgba(0, 0, 0, 0.75);
}
.j-modal-box.no-title .ant-modal-header {
  padding: 0px 24px;
  border-bottom: 0px !important;
}
@media (max-width: 767px) {
.j-modal-box.fullscreen {
    margin: 0;
    max-width: 100vw;
}
}


.jeecg-form-container-disabled {
  cursor: not-allowed;
}
.jeecg-form-container-disabled fieldset[disabled] {
  /* -ms-pointer-events: none;
  pointer-events: none; */
}
.jeecg-form-container-disabled .ant-select {
  -ms-pointer-events: none;
  pointer-events: none;
}
.jeecg-form-container-disabled .coap {
  -ms-pointer-events: all;
  pointer-events: all;
}
.jeecg-form-container-disabled .ant-cascader-picker {
  -ms-pointer-events: none;
  pointer-events: none;
}
.jeecg-form-container-disabled .ant-calendar-picker {
  -ms-pointer-events: none;
  pointer-events: none;
}
.jeecg-form-container-disabled .ant-upload-select {
  display: none;
}
.jeecg-form-container-disabled .ant-upload-list {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.jeecg-form-container-disabled fieldset[disabled] .ant-upload-list {
  /** 取消禁止复制 */
  -ms-pointer-events: auto !important;
  pointer-events: auto !important;
}
.jeecg-form-container-disabled .ant-upload-list-item-actions .anticon-delete,
.jeecg-form-container-disabled .ant-upload-list-item .anticon-close {
  display: none;
}


.components-input-demo-presuffix .anticon-close-circle[data-v-927d6bea] {
  cursor: pointer;
  color: #ccc;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 12px;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-927d6bea]:hover {
  color: #f5222d;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-927d6bea]:active {
  color: #666;
}

.code-editor-cust {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  /**选中样式偶然出现高度不够的情况*/
}
.code-editor-cust .CodeMirror {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 1;
}
.code-editor-cust .CodeMirror .CodeMirror-code {
  line-height: 19px;
}
.code-editor-cust .code-mode-select {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  max-width: 130px;
}
.code-editor-cust .CodeMirror {
  height: auto;
  min-height: 100%;
}
.code-editor-cust .null-tip {
  position: absolute;
  top: 4px;
  left: 36px;
  z-index: 10;
  color: #ffffffc9;
  line-height: initial;
}
.code-editor-cust .null-tip-hidden {
  display: none;
}
.code-editor-cust .CodeMirror-selected {
  min-height: 19px !important;
}
/* 全屏样式 */
.full-screen-parent {
  position: relative;
}
.full-screen-parent .full-screen-icon {
  opacity: 0;
  color: black;
  width: 20px;
  height: 20px;
  line-height: 24px;
  background-color: white;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.full-screen-parent:hover .full-screen-icon {
  opacity: 1;
}
.full-screen-parent:hover .full-screen-icon:hover {
  background-color: rgba(255, 255, 255, 0.88);
}
.full-screen-parent.full-screen {
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  padding: 10px;
  background-color: #f5f5f5;
}
.full-screen-parent.full-screen .full-screen-icon {
  top: 12px;
  right: 12px;
}
.full-screen-parent.full-screen .full-screen-child {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}
.full-screen-parent .full-screen-child {
  height: 100%;
}
.full-screen-parent.auto-height .full-screen-child {
  min-height: 120px;
  max-height: 320px;
  height: unset;
  overflow: hidden;
}
.full-screen-parent.auto-height.full-screen .full-screen-child {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}
.CodeMirror-cursor {
  height: 18.4px !important;
}

.text_area[data-v-25f4f193] .ant-input-affix-wrapper {
  width: 100%;
  height: 100%;
}
.text_area[data-v-25f4f193] .ant-input {
  width: 100%;
  height: 100%;
}

.action-button[data-v-1685a198] {
  margin-bottom: 8px;
}
.action-button .gap[data-v-1685a198] {
  padding-left: 8px;
}
/* 设定边框参数 */
/* tr & td 之间的间距 */
.input-table[data-v-1685a198] {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  border: 1px solid #e8e8e8;
}
.input-table .thead .tr[data-v-1685a198],
.input-table .tbody .tr[data-v-1685a198],
.input-table .thead .td[data-v-1685a198],
.input-table .tbody .td[data-v-1685a198] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-table .thead .td[data-v-1685a198],
.input-table .tbody .td[data-v-1685a198] {
  /*border-right: 1px solid red;*/
  /*color: white;*/
  /*background-color: black;*/
  /*margin-right: @spacing !important;*/
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input-table .thead .td.td-cb[data-v-1685a198],
.input-table .tbody .td.td-cb[data-v-1685a198],
.input-table .thead .td.td-num[data-v-1685a198],
.input-table .tbody .td.td-num[data-v-1685a198] {
  width: 45px;
  min-width: 45px;
  max-width: 50px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-table .thead .td.td-ds[data-v-1685a198],
.input-table .tbody .td.td-ds[data-v-1685a198] {
  width: 30px;
  min-width: 30px;
  max-width: 35px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-table .thead .td.td-ds .td-ds-icons[data-v-1685a198],
.input-table .tbody .td.td-ds .td-ds-icons[data-v-1685a198] {
  position: relative;
  cursor: move;
  width: 100%;
  /*padding: 25% 0;*/
  height: 100%;
}
.input-table .thead .td.td-ds .td-ds-icons .anticon-align-left[data-v-1685a198],
.input-table .tbody .td.td-ds .td-ds-icons .anticon-align-left[data-v-1685a198],
.input-table .thead .td.td-ds .td-ds-icons .anticon-align-right[data-v-1685a198],
.input-table .tbody .td.td-ds .td-ds-icons .anticon-align-right[data-v-1685a198] {
  position: absolute;
  top: 30%;
}
.input-table .thead .td.td-ds .td-ds-icons .anticon-align-left[data-v-1685a198],
.input-table .tbody .td.td-ds .td-ds-icons .anticon-align-left[data-v-1685a198] {
  left: 25%;
}
.input-table .thead .td.td-ds .td-ds-icons .anticon-align-right[data-v-1685a198],
.input-table .tbody .td.td-ds .td-ds-icons .anticon-align-right[data-v-1685a198] {
  right: 25%;
}
.input-table .thead[data-v-1685a198] {
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #e8e8e8;
  /** 隐藏thead的滑块   */
}
.input-table .thead[data-v-1685a198]::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}
.input-table .thead .tr[data-v-1685a198] {
  min-width: 100%;
  overflow-y: scroll;
}
.input-table .thead .td[data-v-1685a198] {
  /*flex: 1;*/
  padding: 8px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input-table .tbody[data-v-1685a198] {
  position: relative;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 61px;
  /*max-height: 400px;*/
  min-width: 100%;
}
.input-table .tbody .tr-nodata[data-v-1685a198] {
  color: #999;
  line-height: 61px;
  text-align: center;
}
.input-table .tbody .tr[data-v-1685a198] {
  /*line-height: 50px;*/
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  width: 100%;
  height: 61px;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: 10;
}
.input-table .tbody .tr.tr-checked[data-v-1685a198] {
  background-color: #fafafa;
}
.input-table .tbody .tr[data-v-1685a198]:hover {
  background-color: #e6f7ff;
}
.input-table .tbody .tr-expand[data-v-1685a198] {
  position: relative;
  z-index: 9;
  background-color: white;
}
.input-table .tbody .td[data-v-1685a198] {
  /*flex: 1;*/
  padding: 14px 8px 14px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* --------------------------- 2020年5月18日 begin 默认span模式 ------------------------------ */
  /* --------------------------- 2020年5月18日 end 默认span模式 ------------------------------ */
  /* --------------------------- 2020年5月28日 begin 新增校验未通过的样式 ------------------------------ */
  /* --------------------------- 2020年5月28日 end 新增校验未通过的样式 ------------------------------ */
}
.input-table .tbody .td[data-v-1685a198]:last-child {
  padding-right: 8px;
}
.input-table .tbody .td input[data-v-1685a198] {
  font-variant: tabular-nums;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  /* 设置placeholder的颜色 */
}
.input-table .tbody .td input[data-v-1685a198]:hover {
  border-color: #73d13d;
}
.input-table .tbody .td input[data-v-1685a198]:focus {
  border-color: #73d13d;
  -webkit-box-shadow: 0 0 0 2px rgb(82 196 1.3%);
          box-shadow: 0 0 0 2px rgb(82 196 1.3%);
  border-right-width: 1px !important;
}
.input-table .tbody .td input[data-v-1685a198]:disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.input-table .tbody .td input[data-v-1685a198]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.input-table .tbody .td input[data-v-1685a198]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.input-table .tbody .td input[data-v-1685a198]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.input-table .tbody .td input[data-v-1685a198]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.input-table .tbody .td .j-editable-image[data-v-1685a198] {
  height: 32px;
  max-width: 100px !important;
  cursor: pointer;
}
.input-table .tbody .td .j-editable-image[data-v-1685a198]:hover {
  opacity: 0.8;
}
.input-table .tbody .td .j-editable-image[data-v-1685a198]:active {
  opacity: 0.6;
}
.input-table .tbody .td label[data-v-1685a198] {
  height: 32px;
}
.input-table .tbody .td label.ant-checkbox-wrapper[data-v-1685a198] {
  height: auto;
}
.input-table .tbody .td .comp-normal[data-v-1685a198] {
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-table .tbody .td .j-td-span[data-v-1685a198] {
  position: relative;
  padding: 4px 11px;
  border: 1px solid transparent;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 32px;
  cursor: text;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.input-table .tbody .td .j-td-span[data-v-1685a198]:hover {
  background-color: white;
}
.input-table .tbody .td .j-td-span.disabled[data-v-1685a198] {
  cursor: not-allowed;
}
.input-table .tbody .td .j-td-span.disabled[data-v-1685a198]:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
}
.input-table .tbody .td .j-check-failed.j-td-span[data-v-1685a198] {
  background-color: rgba(255, 0, 0, 0.05);
}
.input-table .tbody .td .j-check-failed.j-td-span[data-v-1685a198]:hover {
  background-color: rgba(255, 0, 0, 0.1);
}
.input-table .tbody .td .j-check-failed.j-td-span[data-v-1685a198],
.input-table .tbody .td input.j-check-failed[data-v-1685a198],
.input-table .tbody .td .j-check-failed[data-v-1685a198] input,
.input-table .tbody .td .ant-select.j-check-failed[data-v-1685a198] .ant-select-selection,
.input-table .tbody .td .ant-upload.j-check-failed[data-v-1685a198] .ant-btn {
  border-color: red;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
}
.input-table .scroll-view[data-v-1685a198] {
  overflow: auto;
  overflow-y: scroll;
}
.input-table .thead[data-v-1685a198],
.input-table .thead .tr[data-v-1685a198],
.input-table .scroll-view[data-v-1685a198] {
  /* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /* 定义滚动条轨道 */
  /* 定义滑块 */
}
.input-table .thead[data-v-1685a198]::-webkit-scrollbar,
.input-table .thead .tr[data-v-1685a198]::-webkit-scrollbar,
.input-table .scroll-view[data-v-1685a198]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.input-table .thead[data-v-1685a198]::-webkit-scrollbar-track,
.input-table .thead .tr[data-v-1685a198]::-webkit-scrollbar-track,
.input-table .scroll-view[data-v-1685a198]::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.input-table .thead[data-v-1685a198]::-webkit-scrollbar-thumb,
.input-table .thead .tr[data-v-1685a198]::-webkit-scrollbar-thumb,
.input-table .scroll-view[data-v-1685a198]::-webkit-scrollbar-thumb {
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.input-table .thead[data-v-1685a198]::-webkit-scrollbar-thumb:hover,
.input-table .thead .tr[data-v-1685a198]::-webkit-scrollbar-thumb:hover,
.input-table .scroll-view[data-v-1685a198]::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
.input-table .thead[data-v-1685a198]::-webkit-scrollbar-thumb:active,
.input-table .thead .tr[data-v-1685a198]::-webkit-scrollbar-thumb:active,
.input-table .scroll-view[data-v-1685a198]::-webkit-scrollbar-thumb:active {
  background-color: #888;
}
.input-table .thead .tr[data-v-1685a198] {
  /* IE模式下隐藏 */
  -ms-overflow-style: none;
  -ms-scroll-chaining: chained;
  -ms-content-zooming: zoom;
  -ms-scroll-rails: none;
  -ms-content-zoom-limit-min: 100%;
  -ms-content-zoom-limit-max: 500%;
  -ms-scroll-snap-type: proximity;
  -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
}
.input-table .thead .tr[data-v-1685a198]::-webkit-scrollbar-track {
  background-color: transparent;
}
.con-tips[data-v-1685a198] {
  margin-left: 10px;
  font-size: 13px;
  color: red;
}
[data-v-1685a198] .ant-input-group-wrapper {
  width: 95%;
}
.before[data-v-1685a198] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.after[data-v-1685a198] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rt[data-v-1685a198] {
  width: 100%;
  height: 210px;
  margin-block: 10px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rt .disabled_text[data-v-1685a198] {
  color: #999;
  cursor: not-allowed;
}
.rt .remark-content[data-v-1685a198] {
  position: absolute;
  bottom: 10px;
  width: 35%;
  height: 30%;
  left: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.rt .remark-tips[data-v-1685a198] {
  position: absolute;
  top: 0px;
  width: 35%;
  left: 7%;
  font-size: 12px;
  color: #888;
}
.rt .remark-tips .pl[data-v-1685a198] {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: bold;
}
.rt .remark-tips p[data-v-1685a198] {
  padding: 0;
  margin: 0;
}
.rt .hover-class[data-v-1685a198] {
  margin-left: 10px;
}
.rt .hover-class[data-v-1685a198]:hover {
  cursor: pointer;
  color: #40a9ff;
}
.rt .error-text[data-v-1685a198] {
  color: red;
}
.rt .tip-con[data-v-1685a198] {
  position: absolute;
  right: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
}
.rt .tip-con .sin-tip[data-v-1685a198] {
  width: 100%;
  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;
  padding: 5px 0px;
}
.rt .tip-con .sin-tip div[data-v-1685a198] {
  width: 50%;
}

.j-add-btn-settings {
  width: 240px;
}
.j-add-btn-settings .ant-form .ant-form-item {
  margin-bottom: 0;
}
.j-add-btn-settings .ant-form .ant-form-item .ant-input-number {
  width: 100%;
}

.my-dept-select-tree[data-v-39a0e366] {
  height: 350px;
  overflow-y: scroll;
}
.my-dept-select-tree.fullscreen[data-v-39a0e366] {
  height: calc(100vh - 250px);
}
.drawer-bootom-button[data-v-39a0e366] {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: right;
  left: 0;
  background: #fff;
  border-radius: 0 0 2px 2px;
}
.des-text[data-v-39a0e366] {
  font-size: 12px;
  margin-left: 5px;
}


.components-input-demo-presuffix .anticon-close-circle[data-v-6ad2622e] {
  cursor: pointer;
  color: #ccc;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 12px;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-6ad2622e]:hover {
  color: #f5222d;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-6ad2622e]:active {
  color: #666;
}

.full-form-item[data-v-1960fabf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}
.full-form-item[data-v-1960fabf] .ant-form-item-control-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: inline-block;
}
.j-inline-form[data-v-1960fabf] .ant-form-item {
  margin-bottom: 12px;
}
.j-inline-form[data-v-1960fabf] .ant-form-item-label {
  line-height: 32px;
  width: auto;
}
.j-inline-form[data-v-1960fabf] .ant-form-item-control {
  height: 32px;
  line-height: 32px;
}
[data-v-1960fabf] .ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0 !important;
}
[data-v-1960fabf] .ant-table-scroll .ant-table-header {
  padding: 0 8px 0 0 !important;
  overflow: auto !important;
  margin-bottom: 0 !important;
}

.j-select-biz-component-box .left[data-v-b0c6db70] {
  width: calc(100% - 82px - 8px);
}
.j-select-biz-component-box .right[data-v-b0c6db70] {
  width: 82px;
}
.j-select-biz-component-box .full[data-v-b0c6db70] {
  width: 100%;
}
.j-select-biz-component-box[data-v-b0c6db70] .ant-select-search__field {
  display: none !important;
}

.j-super-query-box[data-v-7474244c] {
  display: inline-block;
}
.j-super-query-modal .j-super-query-history-card[data-v-7474244c] .ant-card-body,
.j-super-query-modal .j-super-query-history-card[data-v-7474244c] .ant-card-head-title {
  padding: 0;
}
.j-super-query-modal .j-super-query-history-card[data-v-7474244c] .ant-card-head {
  padding: 4px 8px;
  min-height: initial;
}
.j-super-query-modal .j-super-query-history-empty[data-v-7474244c] .ant-empty-image {
  height: 80px;
  line-height: 80px;
  margin-bottom: 0;
}
.j-super-query-modal .j-super-query-history-empty[data-v-7474244c] img {
  width: 80px;
  height: 65px;
}
.j-super-query-modal .j-super-query-history-empty[data-v-7474244c] .ant-empty-description {
  color: #afafaf;
  margin: 8px 0;
}
.j-super-query-modal .j-super-query-history-tree .j-history-tree-title[data-v-7474244c] {
  width: calc(100% - 24px);
  position: relative;
  display: inline-block;
}
.j-super-query-modal .j-super-query-history-tree .j-history-tree-title-closer[data-v-7474244c] {
  color: #999999;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.j-super-query-modal .j-super-query-history-tree .j-history-tree-title-closer[data-v-7474244c]:hover {
  color: #666666;
}
.j-super-query-modal .j-super-query-history-tree .j-history-tree-title-closer[data-v-7474244c]:active {
  color: #333333;
}
.j-super-query-modal .j-super-query-history-tree .j-history-tree-title:hover .j-history-tree-title-closer[data-v-7474244c] {
  opacity: 1;
}
.j-super-query-modal .j-super-query-history-tree[data-v-7474244c] .ant-tree-switcher {
  display: none;
}
.j-super-query-modal .j-super-query-history-tree[data-v-7474244c] .ant-tree-node-content-wrapper {
  width: 100%;
}

.btn_tips[data-v-57045010] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn_tips[data-v-57045010] .ant-popover-inner-content {
  padding: 6px 8px;
  white-space: nowrap;
}
.btn_tips .tips_icon[data-v-57045010] {
  cursor: pointer;
  pointer-events: all;
}
.btn_tips[data-v-57045010].disabled_sty .tips_icon {
  color: rgba(0, 0, 0, 0.48);
}
.btn_tips[data-v-57045010].disabled_sty .tips_icon:hover {
  color: rgba(0, 0, 0, 0.88);
}
.btn_tips[data-v-57045010] .ant-btn {
  padding: 0 5px 0 15px;
}
.btn_tips[data-v-57045010] .ant-btn .anticon:first-child {
  margin-right: 8px;
}
.btn_tips[data-v-57045010] .ant-btn .anticon:last-child {
  margin-left: 0;
}
.btn_tips[data-v-57045010] .ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 12px;
}
.btn_tips[data-v-57045010] .ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
  margin-left: 0;
}

.b-pdf[data-v-67608b54] {
  width: 100%;
  height: 100%;
}
.b-pdf .b-pdf_container[data-v-67608b54] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.b-pdf .b-pdf_container .tools[data-v-67608b54] {
  height: 50px;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 0 8px;
}
.b-pdf .b-pdf_container .tools[data-v-67608b54] .ant-btn {
  padding: 0 10px;
}
.b-pdf .b-pdf_container .b-pdf_container_self[data-v-67608b54] {
  width: 100% !important;
  height: calc(100% - 50px) !important;
  overflow-y: auto;
  position: relative;
}
.b-pdf .b-pdf_container .pdf-error-box[data-v-67608b54] {
  width: 100%;
  height: 100%;
  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;
}

.j-modal-box.fullscreen[data-v-2cda165e] {
  top: 0;
  left: 0;
  padding: 0;
}
.j-modal-box.fullscreen .ant-modal[data-v-2cda165e] {
  top: 0;
  padding: 0;
  height: 100vh;
  width: 100vw !important;
}
.j-modal-box.fullscreen .ant-modal-content[data-v-2cda165e] {
  height: 100vh;
  border-radius: 0;
}
.j-modal-box.fullscreen .ant-modal-content .ant-modal-body[data-v-2cda165e] {
  /* title 和 footer 各占 55px */
  height: calc(100% - 55px - 55px);
  overflow: auto;
}
.j-modal-box.fullscreen.no-title .ant-modal-body[data-v-2cda165e],
.j-modal-box.fullscreen.no-footer .ant-modal-body[data-v-2cda165e] {
  height: calc(100% - 55px);
}
.j-modal-box.fullscreen.no-title.no-footer .ant-modal-body[data-v-2cda165e] {
  height: 100%;
}
.j-modal-box .j-modal-title-row .left[data-v-2cda165e] {
  width: calc(100% - 56px - 56px);
}
.j-modal-box .j-modal-title-row .right[data-v-2cda165e] {
  width: 56px;
  position: inherit;
}
.j-modal-box .j-modal-title-row .right .ant-modal-close[data-v-2cda165e] {
  right: 56px;
  color: rgba(0, 0, 0, 0.45);
}
.j-modal-box .j-modal-title-row .right .ant-modal-close[data-v-2cda165e]:hover {
  color: rgba(0, 0, 0, 0.75);
}
.j-modal-box .j-modal-title-row .right .ant-modal-delete[data-v-2cda165e] {
  position: absolute;
  right: 112px;
  top: 0px;
  color: rgba(0, 0, 0, 0.45);
}
.j-modal-box .j-modal-title-row .right .ant-modal-delete[data-v-2cda165e]:hover {
  color: rgba(0, 0, 0, 0.75);
}
.j-modal-box.no-title .ant-modal-header[data-v-2cda165e] {
  padding: 0px 24px;
  border-bottom: 0px !important;
}
@media (max-width: 767px) {
.j-modal-box.fullscreen[data-v-2cda165e] {
    margin: 0;
    max-width: 100vw;
}
}
[data-v-2cda165e] .modal-back-top {
  position: fixed;
  right: 5%;
  bottom: 3%;
  z-index: 9999999;
  width: 40px;
  height: 40px;
  line-height: 1.5;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  visibility: hidden;
}
[data-v-2cda165e] .modal-back-top img {
  width: 14px;
  height: 16px;
  margin: 12px auto;
}
[data-v-2cda165e] .modal-back-top:hover {
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.fixed_left_modal[data-v-2cda165e] .ant-modal {
  position: absolute;
  left: 0;
}
.fixed_right_modal[data-v-2cda165e] .ant-modal {
  position: absolute;
  right: 0;
}

.pic_modal[data-v-f803234a] .ant-modal-body {
  padding: 12px;
}
.pic_container[data-v-f803234a] {
  width: 100%;
  position: relative;
  display: inline-block;
}

.ant-upload-list[data-v-ec5b7128] {
  width: 100%;
}
[data-v-ec5b7128] .preview_eye {
  position: absolute;
  top: 5px;
  left: -20px;
  color: #52C41A;
}
[data-v-ec5b7128] .anticon-download:hover {
  color: #000;
}
[data-v-ec5b7128] .anticon-delete:hover {
  color: red;
}

.downAll[data-v-42ee4c3e] {
  display: block;
  border: 1px solid;
  border-radius: 5px;
  background: #52C41A;
  color: #fff;
  height: 25px;
  line-height: 25px;
  padding: 0 6px;
}
.only_show_list[data-v-42ee4c3e] {
  padding: 0 10px;
}
.only_show_list > span[data-v-42ee4c3e]:first-child {
  display: none;
}
.upload_list_comp[data-v-42ee4c3e] {
  width: 100%;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-v-42ee4c3e] .ant-upload-list-item-info {
  padding: 0 0 0 4px !important;
}
[data-v-42ee4c3e] .ant-upload-list-item-info > span {
  width: 100% !important;
  position: relative;
}
[data-v-42ee4c3e] .ant-upload-list-item-info > span .ant-upload-list-item-name {
  width: calc(100% - 24px) !important;
}
[data-v-42ee4c3e] .ant-upload-list-item-card-actions {
  z-index: 11;
  right: 0;
}
[data-v-42ee4c3e] .ant-upload-list-item {
  margin-top: 5px !important;
}
.uploadty-disabled .ant-upload-list-item .anticon-close[data-v-42ee4c3e] {
  display: none;
}
.uploadty-disabled .ant-upload-list-item .anticon-delete[data-v-42ee4c3e] {
  display: none;
}
.uploadty-mover-mask[data-v-42ee4c3e] {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  color: #fff;
  height: 28px;
  line-height: 28px;
}
.detail_cus[data-v-42ee4c3e] {
  left: 120px;
  white-space: nowrap;
}
.download_all[data-v-42ee4c3e] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.download_all_btn[data-v-42ee4c3e] {
  width: 28px;
}
[data-v-42ee4c3e] .ant-upload-select-text span:first-child {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6px;
}
[data-v-42ee4c3e] .preview_eye {
  position: absolute;
  top: 5px;
  left: -20px;
  color: #52C41A;
}
[data-v-42ee4c3e] .custom_upload_dragger .ant-upload-drag-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3px;
}
[data-v-42ee4c3e] .custom_upload_dragger .ant-upload-drag {
  border: 0;
}
[data-v-42ee4c3e] .custom_upload_dragger .ant-upload-btn {
  padding: 0;
}
[data-v-42ee4c3e] .custom_upload_dragger .upload_btn {
  height: 62px;
  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;
}
[data-v-42ee4c3e] .custom_upload_dragger .ant-btn-default {
  height: 100%;
  min-height: 32px;
}
[data-v-42ee4c3e] .custom_upload_dragger .ant-upload-disabled .ant-btn-default {
  height: 32px;
}

.img[data-v-dbbd01aa] {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
[data-v-dbbd01aa] .ant-upload-picture-card-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-v-dbbd01aa] .imgupload .iconp {
  padding: 20px;
}
[data-v-dbbd01aa] .image-upload-single-over .ant-upload-select {
  display: none;
}

.card-container {
  background: #fff;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: 100%;
}
.card-container .ant-tabs {
  border: 1px solid #e6ebf5;
  padding: 0;
}
.card-container .ant-tabs .ant-tabs-bar {
  margin: 0;
  outline: none;
  border-bottom: none;
}
.card-container .ant-tabs .ant-tabs-bar .ant-tabs-nav-container {
  margin: 0;
}
.card-container .ant-tabs .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-tab {
  /* prettier-ignore */
  padding: 0 24Px !important;
  background-color: #f5f7fa !important;
  margin-right: 0px !important;
  border-radius: 0;
  line-height: 38px;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #e6ebf5 !important;
}
.card-container .ant-tabs .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-tab-active.ant-tabs-tab {
  color: #409eff;
  background-color: #fff !important;
  border-right: 1px solid #e6ebf5 !important;
  border-left: 1px solid #e6ebf5 !important;
  border-bottom: 1px solid #fff !important;
  font-weight: normal;
  -webkit-transition: none !important;
  transition: none !important;
}
.card-container .ant-tabs .ant-tabs-tabpane {
  padding: 15px;
}
.card-container .ant-tabs .ant-tabs-tabpane .ant-row {
  margin: 10px 0;
}
.card-container .ant-tabs .ant-tabs-tabpane .ant-select,
.card-container .ant-tabs .ant-tabs-tabpane .ant-input-number {
  width: 100px;
}

.container-widthEn[data-v-8ec9febe] {
  width: 755px;
}
.container-widthCn[data-v-8ec9febe] {
  width: 608px;
}
.language[data-v-8ec9febe] {
  text-align: center;
  position: absolute;
  right: 13px;
  top: 13px;
  border: 1px solid transparent;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  color: #409eff;
  z-index: 1;
  background: #f5f7fa;
  outline: none;
  width: 47px;
  border-bottom: 1px solid #e6ebf5;
  border-radius: 0;
}
.card-container .bottom[data-v-8ec9febe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 0 0;
}
.card-container .bottom .cronButton[data-v-8ec9febe] {
  margin: 0 10px;
  line-height: 40px;
}
.tabBody .a-row[data-v-8ec9febe] {
  margin: 10px 0;
}
.tabBody .a-row .long .a-select[data-v-8ec9febe] {
  width: 354px;
}
.tabBody .a-row .a-input-number[data-v-8ec9febe] {
  width: 110px;
}


.components-input-demo-presuffix .anticon-close-circle[data-v-cca55d20] {
  cursor: pointer;
  color: #ccc;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 12px;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-cca55d20]:hover {
  color: #f5222d;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-cca55d20]:active {
  color: #666;
}

.config-list[data-v-197e8dde] {
  text-align: left;
  margin: 0 10px 10px 10px;
}
.item[data-v-197e8dde] {
  margin-top: 5px;
}
.choice[data-v-197e8dde] {
  padding: 5px 8px;
}
.w60[data-v-197e8dde] {
  width: 60px;
}
.w80[data-v-197e8dde] {
  width: 80px;
}
.list[data-v-197e8dde] {
  margin: 0 20px;
}
.list-check-item[data-v-197e8dde] {
  padding: 1px 3px;
  width: 4em;
}
.week .list-check-item[data-v-197e8dde] {
  width: 5em;
  text-align: left;
}
.tip-info[data-v-197e8dde] {
  color: #999;
}

.config-list[data-v-7901a60e] {
  text-align: left;
  margin: 0 10px 10px 10px;
}
.item[data-v-7901a60e] {
  margin-top: 5px;
}
.choice[data-v-7901a60e] {
  padding: 5px 8px;
}
.w60[data-v-7901a60e] {
  width: 60px;
}
.w80[data-v-7901a60e] {
  width: 80px;
}
.list[data-v-7901a60e] {
  margin: 0 20px;
}
.list-check-item[data-v-7901a60e] {
  padding: 1px 3px;
  width: 4em;
}
.week .list-check-item[data-v-7901a60e] {
  width: 5em;
  text-align: left;
}
.tip-info[data-v-7901a60e] {
  color: #999;
}

.config-list[data-v-4b05a34e] {
  text-align: left;
  margin: 0 10px 10px 10px;
}
.item[data-v-4b05a34e] {
  margin-top: 5px;
}
.choice[data-v-4b05a34e] {
  padding: 5px 8px;
}
.w60[data-v-4b05a34e] {
  width: 60px;
}
.w80[data-v-4b05a34e] {
  width: 80px;
}
.list[data-v-4b05a34e] {
  margin: 0 20px;
}
.list-check-item[data-v-4b05a34e] {
  padding: 1px 3px;
  width: 4em;
}
.week .list-check-item[data-v-4b05a34e] {
  width: 5em;
  text-align: left;
}
.tip-info[data-v-4b05a34e] {
  color: #999;
}

.config-list[data-v-13e7971c] {
  text-align: left;
  margin: 0 10px 10px 10px;
}
.item[data-v-13e7971c] {
  margin-top: 5px;
}
.choice[data-v-13e7971c] {
  padding: 5px 8px;
}
.w60[data-v-13e7971c] {
  width: 60px;
}
.w80[data-v-13e7971c] {
  width: 80px;
}
.list[data-v-13e7971c] {
  margin: 0 20px;
}
.list-check-item[data-v-13e7971c] {
  padding: 1px 3px;
  width: 4em;
}
.week .list-check-item[data-v-13e7971c] {
  width: 5em;
  text-align: left;
}
.tip-info[data-v-13e7971c] {
  color: #999;
}

.config-list[data-v-fbeacba8] {
  text-align: left;
  margin: 0 10px 10px 10px;
}
.item[data-v-fbeacba8] {
  margin-top: 5px;
}
.choice[data-v-fbeacba8] {
  padding: 5px 8px;
}
.w60[data-v-fbeacba8] {
  width: 60px;
}
.w80[data-v-fbeacba8] {
  width: 80px;
}
.list[data-v-fbeacba8] {
  margin: 0 20px;
}
.list-check-item[data-v-fbeacba8] {
  padding: 1px 3px;
  width: 4em;
}
.week .list-check-item[data-v-fbeacba8] {
  width: 5em;
  text-align: left;
}
.tip-info[data-v-fbeacba8] {
  color: #999;
}

.config-list[data-v-4b161804] {
  text-align: left;
  margin: 0 10px 10px 10px;
}
.item[data-v-4b161804] {
  margin-top: 5px;
}
.choice[data-v-4b161804] {
  padding: 5px 8px;
}
.w60[data-v-4b161804] {
  width: 60px;
}
.w80[data-v-4b161804] {
  width: 80px;
}
.list[data-v-4b161804] {
  margin: 0 20px;
}
.list-check-item[data-v-4b161804] {
  padding: 1px 3px;
  width: 4em;
}
.week .list-check-item[data-v-4b161804] {
  width: 5em;
  text-align: left;
}
.tip-info[data-v-4b161804] {
  color: #999;
}

.config-list[data-v-22cda3ed] {
  text-align: left;
  margin: 0 10px 10px 10px;
}
.item[data-v-22cda3ed] {
  margin-top: 5px;
}
.choice[data-v-22cda3ed] {
  padding: 5px 8px;
}
.w60[data-v-22cda3ed] {
  width: 60px;
}
.w80[data-v-22cda3ed] {
  width: 80px;
}
.list[data-v-22cda3ed] {
  margin: 0 20px;
}
.list-check-item[data-v-22cda3ed] {
  padding: 1px 3px;
  width: 4em;
}
.week .list-check-item[data-v-22cda3ed] {
  width: 5em;
  text-align: left;
}
.tip-info[data-v-22cda3ed] {
  color: #999;
}

.j-easy-cron[data-v-0b5d7249] .content .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}


.config-btn[data-v-eca827c2] {
  cursor: pointer;
}



.ant-table-tbody .ant-table-row td[data-v-1756ba8a] {
  padding-top: 10px;
  padding-bottom: 10px;
}
#components-layout-demo-custom-trigger .trigger[data-v-1756ba8a] {
  font-size: 18px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.area-zoom-in-top-enter-active,
.area-zoom-in-top-leave-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.area-zoom-in-top-enter,
.area-zoom-in-top-leave-active {
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.area-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  outline: 0;
  display: block;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.area-select-wrap .area-select {
  display: inline-block;
}
.area-select * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.area-select:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
}
.area-select:active {
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.area-select.small {
  width: 126px;
}
.area-select.medium {
  width: 160px;
}
.area-select.large {
  width: 194px;
}
.area-select.is-disabled {
  background: #eceff5;
  cursor: not-allowed;
}
.area-select.is-disabled:hover {
  border-color: #e1e2e6;
}
.area-select.is-disabled .area-selected-trigger {
  cursor: not-allowed;
}
.area-select .area-selected-trigger {
  position: relative;
  display: block;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  padding: 8px 20px 7px 12px;
}
.area-select .area-select-icon {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.area-select .area-select-icon.active {
  margin-top: -8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.area-selectable-list-wrap {
  position: absolute;
  width: 100%;
  max-height: 275px;
  z-index: 15000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  margin: 2px 0;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s !important;
  transition: opacity 0.15s, transform 0.3s !important;
  transition: opacity 0.15s, transform 0.3s, -webkit-transform 0.3s !important;
  -webkit-transform-origin: center top !important;
          transform-origin: center top !important;
}
.area-selectable-list {
  position: relative;
  margin: 0;
  padding: 6px 0;
  width: 100%;
  font-size: 14px;
  color: #565656;
  list-style: none;
}
.area-selectable-list .area-select-option {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 0 15px 0 10px;
  height: 32px;
  line-height: 32px;
}
.area-selectable-list .area-select-option.hover {
  background-color: #e6f7ff;
}
.area-selectable-list .area-select-option.selected {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  background-color: #efefef;
}
.cascader-menu-list-wrap {
  position: absolute;
  white-space: nowrap;
  z-index: 15000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
  margin: 2px 0;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s !important;
  transition: opacity 0.15s, transform 0.3s !important;
  transition: opacity 0.15s, transform 0.3s, -webkit-transform 0.3s !important;
  -webkit-transform-origin: center top !important;
          transform-origin: center top !important;
}
.cascader-menu-list {
  position: relative;
  margin: 0;
  font-size: 14px;
  color: #565656;
  padding: 6px 0;
  list-style: none;
  display: inline-block;
  height: 204px;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 160px;
  vertical-align: top;
  background-color: #fff;
  border-right: 1px solid #e4e7ed;
}
.cascader-menu-list:last-child {
  border-right: none;
}
.cascader-menu-list .cascader-menu-option {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 0 15px 0 10px;
  height: 32px;
  line-height: 32px;
}
.cascader-menu-list .cascader-menu-option.hover,
.cascader-menu-list .cascader-menu-option:hover {
  background-color: #e6f7ff;
}
.cascader-menu-list .cascader-menu-option.selected {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  background-color: #efefef;
}
.cascader-menu-list .cascader-menu-option.cascader-menu-extensible:after {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 5px;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #a1a4ad;
}
.cascader-menu-list::-webkit-scrollbar,
.area-selectable-list-wrap::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.area-selectable-list-wrap::-webkit-scrollbar-button:vertical:decremen,
.area-selectable-list-wrap::-webkit-scrollbar-button:vertical:end:decrement,
.area-selectable-list-wrap::-webkit-scrollbar-button:vertical:increment,
.area-selectable-list-wrap::-webkit-scrollbar-button:vertical:start:increment,
.cascader-menu-list::-webkit-scrollbar-button:vertical:decremen,
.cascader-menu-list::-webkit-scrollbar-button:vertical:end:decrement,
.cascader-menu-list::-webkit-scrollbar-button:vertical:increment,
.cascader-menu-list::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}
.cascader-menu-list::-webkit-scrollbar-thumb:vertical,
.area-selectable-list-wrap::-webkit-scrollbar-thumb:vertical {
  background-color: #b8b8b8;
  border-radius: 4px;
}
.cascader-menu-list::-webkit-scrollbar-thumb:vertical:hover,
.area-selectable-list-wrap::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #777;
}

.j-vxe-toolbar-collapsed [data-collapse] {
  display: none;
}
.j-vxe-tool-button.div .ant-btn {
  margin-right: 8px;
}

.j-vxe-popover-title .j-vxe-popover-title-close[data-v-69a32781] {
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.j-vxe-popover-title .j-vxe-popover-title-close[data-v-69a32781]:hover {
  color: rgba(0, 0, 0, 0.8);
}
.j-vxe-popover-div[data-v-69a32781] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31px;
  z-index: -1;
}

.j-vxe-popover-overlay.ant-popover .ant-popover-title {
  position: relative;
}
.fade-enter-active,
.fade-leave-active {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.j-vxe-reload-effect-box,
.j-vxe-reload-effect-box .j-vxe-reload-effect-span {
  display: inline;
  height: 100%;
  position: relative;
}
.j-vxe-reload-effect-box .j-vxe-reload-effect-span.layer-top {
  display: inline-block;
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: white;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: reload-effect 1.5s forwards;
          animation: reload-effect 1.5s forwards;
}
.j-vxe-reload-effect-box .j-vxe-reload-effect-span.layer-bottom {
  z-index: 1;
}
@-webkit-keyframes reload-effect {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}
@keyframes reload-effect {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}

.j-vxe-checkbox.no-animation .ant-checkbox-inner,
.j-vxe-checkbox.no-animation .ant-checkbox-inner::after {
  -webkit-transition: none !important;
  transition: none !important;
}

.j-vxe-progress.no-animation[data-v-3eb3b725] .ant-progress-success-bg,
.j-vxe-progress.no-animation[data-v-3eb3b725] .ant-progress-bg {
  -webkit-transition: none !important;
  transition: none !important;
}

.j-vxe-drag-box {
  width: 100%;
  height: 100%;
  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;
  position: relative;
}
.vxe-body--row.sortable-ghost,
.vxe-body--row.sortable-chosen {
  background-color: #dfecfb !important;
}
.j-vxe-ds-icons {
  position: relative;
  cursor: move;
  width: 14px;
  height: 100%;
  display: inline-block;
}
.j-vxe-ds-icons .anticon-align-left,
.j-vxe-ds-icons .anticon-align-right {
  position: absolute;
  top: 30%;
}
.j-vxe-ds-icons .anticon-align-left {
  left: 0;
}
.j-vxe-ds-icons .anticon-align-right {
  right: 0;
}


[data-v-e8121af4] .jvxe-select-input .ant-input {
  border: none !important;
}


[data-v-69ec6141] .jvxe-select-input .ant-input {
  border: none !important;
}

.j-vxe-table-box {
  /** 内置属性 */
}
.j-vxe-table-box.size--tiny .vxe-table--header .vxe-cell--checkbox {
  position: relative;
  top: 2px;
  right: 1px;
}
.j-vxe-table-box.size--tiny .vxe-table--body .vxe-cell--checkbox {
  line-height: 2;
}
.j-vxe-table-box.size--tiny .vxe-cell {
  padding: 0 5px;
  font-size: 14px;
  line-height: 1.5;
}
.j-vxe-table-box.size--tiny .vxe-table .vxe-header--column .vxe-cell {
  font-size: 12px;
}
.j-vxe-table-box.size--tiny .vxe-body--column.col--actived {
  padding: 0;
}
.j-vxe-table-box.size--tiny .vxe-body--column.col--actived .vxe-cell {
  padding: 0;
}
.j-vxe-table-box.size--tiny .ant-input,
.j-vxe-table-box.size--tiny .ant-select-selection {
  padding: 2px 4px;
  height: 24px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.5;
}
.j-vxe-table-box.size--tiny .ant-input-affix-wrapper .ant-input-prefix {
  left: 4px;
}
.j-vxe-table-box.size--tiny .ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 20px;
}
.j-vxe-table-box.size--tiny .ant-input-group-addon {
  border-color: transparent;
  border-radius: 2px;
}
.j-vxe-table-box.size--tiny .ant-select-selection--multiple {
  min-height: 24px;
}
.j-vxe-table-box.size--tiny .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: calc(24px - 6px);
  font-size: calc(14px - 2px);
  margin-top: 0;
  line-height: 1.5;
  padding: 0 18px 0 4px;
}
.j-vxe-table-box.size--tiny .ant-select-selection--multiple .ant-select-selection__clear,
.j-vxe-table-box.size--tiny .ant-select-selection--multiple .ant-select-arrow {
  top: 12px;
}
.j-vxe-table-box.size--tiny .ant-upload {
  width: 100%;
}
.j-vxe-table-box.size--tiny .ant-upload .ant-btn {
  width: 100%;
  height: 24px;
  padding: 0 8px;
  font-size: 14px;
  border-color: transparent;
  background-color: transparent;
  border-radius: 2px;
}
.j-vxe-table-box.size--tiny .ant-upload .ant-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.j-vxe-table-box.size--tiny .ant-select-selection__rendered {
  line-height: 1.5;
  margin-left: 0;
}
.j-vxe-table-box.size--tiny .j-vxe-toolbar {
  margin-bottom: 4px;
}
.j-vxe-table-box.size--tiny .j-vxe-toolbar .ant-form-item-label,
.j-vxe-table-box.size--tiny .j-vxe-toolbar .ant-form-item-control {
  line-height: 22px;
}
.j-vxe-table-box.size--tiny .j-vxe-toolbar .ant-form-inline .ant-form-item {
  margin-right: 4px;
}
.j-vxe-table-box .vxe-table.size--tiny .vxe-table--expanded {
  padding-right: 0;
}
.j-vxe-table-box .vxe-table.size--tiny .vxe-body--expanded-cell {
  padding: 8px;
}
.j-vxe-table-box .vxe-loading .vxe-loading--spinner {
  /* prettier-ignore */
  width: 20Px !important;
  /* prettier-ignore */
  height: 20Px !important;
}
.j-vxe-table-box .vxe-footer--column div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.j-vxe-table-box .vxe-table.size--tiny .vxe-body--column.col--ellipsis,
.j-vxe-table-box .vxe-table.size--tiny .vxe-footer--column.col--ellipsis,
.j-vxe-table-box .vxe-table.size--tiny .vxe-header--column.col--ellipsis,
.j-vxe-table-box .vxe-table.vxe-editable.size--tiny .vxe-body--column {
  height: 24px;
}
.j-vxe-table-box .vxe-table.size--tiny {
  font-size: 12px;
}
.j-vxe-table-box .vxe-table.size--tiny .vxe-table--empty-block,
.j-vxe-table-box .vxe-table.size--tiny .vxe-table--empty-placeholder {
  min-height: 24px;
}
.j-vxe-table-box .vxe-table.size--tiny .vxe-body--column:not(.col--ellipsis),
.j-vxe-table-box .vxe-table.size--tiny .vxe-footer--column:not(.col--ellipsis),
.j-vxe-table-box .vxe-table.size--tiny .vxe-header--column:not(.col--ellipsis) {
  padding: 4px 0;
}
.j-vxe-table-box .vxe-table.size--tiny .vxe-cell .vxe-default-input,
.j-vxe-table-box .vxe-table.size--tiny .vxe-cell .vxe-default-select,
.j-vxe-table-box .vxe-table.size--tiny .vxe-cell .vxe-default-textarea {
  height: 24px;
}
.j-vxe-table-box .vxe-table.size--tiny .vxe-cell .vxe-default-input[type=date]::-webkit-inner-spin-button {
  margin-top: 1px;
}
.j-vxe-table-box .vxe-table.size--tiny.virtual--x .col--ellipsis .vxe-cell,
.j-vxe-table-box .vxe-table.size--tiny.virtual--y .col--ellipsis .vxe-cell,
.j-vxe-table-box .vxe-table.size--tiny .vxe-body--column.col--ellipsis .vxe-cell,
.j-vxe-table-box .vxe-table.size--tiny .vxe-footer--column.col--ellipsis .vxe-cell,
.j-vxe-table-box .vxe-table.size--tiny .vxe-header--column.col--ellipsis .vxe-cell {
  max-height: 24px;
}
.j-vxe-table-box .vxe-table.size--tiny .vxe-cell--checkbox .vxe-checkbox--icon,
.j-vxe-table-box .vxe-table.size--tiny .vxe-cell--radio .vxe-radio--icon {
  font-size: 14px;
}
.j-vxe-table-box .vxe-table.size--tiny .vxe-table--filter-option > .vxe-checkbox--icon,
.j-vxe-table-box .vxe-table.size--small .vxe-table--filter-option > .vxe-checkbox--icon {
  font-size: 14px;
}
.j-vxe-table-box .vxe-modal--wrapper.size--tiny .vxe-export--panel-column-option > .vxe-checkbox--icon,
.j-vxe-table-box .vxe-modal--wrapper.size--small .vxe-export--panel-column-option > .vxe-checkbox--icon {
  font-size: 14px;
}
.j-vxe-table-box .vxe-grid.size--tiny {
  font-size: 12px;
}
.j-vxe-table-box .vxe-toolbar.size--tiny {
  font-size: 12px;
  height: 46px;
}
.j-vxe-table-box .vxe-toolbar.size--tiny .vxe-custom--option > .vxe-checkbox--icon {
  font-size: 14px;
}
.j-vxe-table-box .vxe-pager.size--tiny {
  font-size: 12px;
  height: 24px;
}
.j-vxe-table-box .vxe-checkbox.size--tiny {
  font-size: 12px;
}
.j-vxe-table-box .vxe-checkbox.size--tiny .vxe-checkbox--icon {
  font-size: 14px;
}
.j-vxe-table-box .vxe-radio-button.size--tiny .vxe-radio--label {
  line-height: 26px;
}
.j-vxe-table-box .vxe-radio.size--tiny {
  font-size: 12px;
}
.j-vxe-table-box .vxe-radio.size--tiny .vxe-radio--icon {
  font-size: 14px;
}
.j-vxe-table-box .vxe-input.size--tiny {
  font-size: 12px;
  height: 24px;
}
.j-vxe-table-box .vxe-input.size--tiny .vxe-input--inner[type=date]::-webkit-inner-spin-button,
.j-vxe-table-box .vxe-input.size--tiny .vxe-input--inner[type=month]::-webkit-inner-spin-button,
.j-vxe-table-box .vxe-input.size--tiny .vxe-input--inner[type=week]::-webkit-inner-spin-button {
  margin-top: 0;
}
.j-vxe-table-box .vxe-dropdown--panel.size--tiny {
  font-size: 12px;
}
.j-vxe-table-box .vxe-textarea--autosize.size--tiny,
.j-vxe-table-box .vxe-textarea.size--tiny {
  font-size: 12px;
}
.j-vxe-table-box .vxe-textarea.size--tiny:not(.is--autosize) {
  min-height: 24px;
}
.j-vxe-table-box .vxe-button.size--tiny {
  font-size: 12px;
}
.j-vxe-table-box .vxe-button.size--tiny.type--button {
  height: 24px;
}
.j-vxe-table-box .vxe-button.size--tiny.type--button.is--circle {
  min-width: 24px;
}
.j-vxe-table-box .vxe-button.size--tiny.type--button.is--round {
  border-radius: 14px;
}
.j-vxe-table-box .vxe-button.size--tiny .vxe-button--icon,
.j-vxe-table-box .vxe-button.size--tiny .vxe-button--loading-icon {
  min-width: 12px;
}
.j-vxe-table-box .vxe-modal--wrapper.size--tiny {
  font-size: 12px;
}
.j-vxe-table-box .vxe-form.size--tiny {
  font-size: 12px;
}
.j-vxe-table-box .vxe-form.size--tiny .vxe-form--item-inner {
  min-height: 30px;
}
.j-vxe-table-box .vxe-form.size--tiny .vxe-default-input[type=reset],
.j-vxe-table-box .vxe-form.size--tiny .vxe-default-input[type=submit] {
  line-height: 26px;
}
.j-vxe-table-box .vxe-form.size--tiny .vxe-default-input,
.j-vxe-table-box .vxe-form.size--tiny .vxe-default-select {
  height: 24px;
}
.j-vxe-table-box .vxe-select--panel.size--tiny,
.j-vxe-table-box .vxe-select.size--tiny {
  font-size: 12px;
}
.j-vxe-table-box .vxe-select--panel.size--tiny .vxe-optgroup--title,
.j-vxe-table-box .vxe-select--panel.size--tiny .vxe-select-option {
  height: 24px;
  line-height: 24px;
}
.j-vxe-table-box .vxe-switch.size--tiny {
  font-size: 12px;
}
.j-vxe-table-box .vxe-pulldown--panel.size--tiny,
.j-vxe-table-box .vxe-pulldown.size--tiny {
  font-size: 12px;
}
.j-vxe-table-box .j-vxe-toolbar {
  margin-bottom: 8px;
}
.j-vxe-table-box .j-vxe-pagination {
  margin-top: 8px;
  text-align: right;
}
.j-vxe-table-box .j-vxe-pagination .ant-pagination-options-size-changer.ant-select {
  margin-right: 0;
}
.j-vxe-table-box .j-vxe-pagination.show-quick-jumper .ant-pagination-options-size-changer.ant-select {
  margin-right: 8px;
}
.j-vxe-table-box .vxe-table.border--default .vxe-table--header-wrapper,
.j-vxe-table-box .vxe-table.border--full .vxe-table--header-wrapper,
.j-vxe-table-box .vxe-table.border--outer .vxe-table--header-wrapper {
  background-color: #FFFFFF;
}
.vxe-table--tooltip-wrapper.vxe-table--valid-error {
  background-color: #f5222d !important;
  z-index: 1000 !important;
}
.col--valid-error > .vxe-cell > .ant-input,
.col--valid-error > .vxe-cell > .ant-select .ant-input,
.col--valid-error > .vxe-cell > .ant-select .ant-select-selection,
.col--valid-error > .vxe-cell > .ant-input-number,
.col--valid-error > .vxe-cell > .ant-cascader-picker .ant-cascader-input,
.col--valid-error > .vxe-cell > .ant-calendar-picker .ant-calendar-picker-input,
.col--valid-error > .vxe-tree-cell > .ant-input,
.col--valid-error > .vxe-tree-cell > .ant-select .ant-input,
.col--valid-error > .vxe-tree-cell > .ant-select .ant-select-selection,
.col--valid-error > .vxe-tree-cell > .ant-input-number,
.col--valid-error > .vxe-tree-cell > .ant-cascader-picker .ant-cascader-input,
.col--valid-error > .vxe-tree-cell > .ant-calendar-picker .ant-calendar-picker-input {
  border-color: #f5222d !important;
}
.vxe-table .col--row-drag-sort .vxe-cell {
  height: 40px;
  line-height: 24px;
}
.vxe-table.size--medium .vxe-body--column.col--ellipsis,
.vxe-table.size--medium .vxe-footer--column.col--ellipsis,
.vxe-table.size--medium .vxe-header--column.col--ellipsis,
.vxe-table.vxe-editable.size--medium .vxe-body--column {
  /* prettier-ignore */
  height: 50Px !important;
}
.vxe-table--render-default .vxe-body--column.col--checkbox > .vxe-cell,
.vxe-table--render-default .vxe-body--column.col--radio > .vxe-cell {
  text-overflow: clip !important;
}

.j-editable-image[data-v-76063cf9] {
  height: 32px;
  max-width: 100px !important;
  cursor: pointer;
}
.j-editable-image[data-v-76063cf9]:hover {
  opacity: 0.8;
}
.j-editable-image[data-v-76063cf9]:active {
  opacity: 0.6;
}

.j-vxe-radio.no-animation .ant-radio-inner,
.j-vxe-radio.no-animation .ant-radio-inner::after {
  -webkit-transition: none !important;
  transition: none !important;
}

.tips[data-v-44a30830] {
  font-size: 12px;
}

/*列表上方操作按钮区域*/
.ant-card-body .table-operator[data-v-49053796] {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/** Button按钮间距 */
.table-operator .ant-btn[data-v-49053796] {
  margin: 0 8px 8px 0;
}
.table-operator .ant-btn-group .ant-btn[data-v-49053796] {
  margin: 0;
}
.table-operator .ant-btn-group .ant-btn[data-v-49053796]:last-child {
  margin: 0 8px 8px 0;
}
/*列表td的padding设置 可以控制列表大小*/
.ant-table-tbody .ant-table-row td[data-v-49053796] {
  padding-top: 15px;
  padding-bottom: 15px;
}
/*列表页面弹出modal*/
.ant-modal-cust-warp[data-v-49053796] {
  height: 100%;
}
/*弹出modal Y轴滚动条*/
.ant-modal-cust-warp .ant-modal-body[data-v-49053796] {
  height: calc(100% - 110px) !important;
  overflow-y: auto;
}
/*弹出modal 先有content后有body 故滚动条控制在body上*/
.ant-modal-cust-warp .ant-modal-content[data-v-49053796] {
  height: 90% !important;
  overflow-y: hidden;
}
.ant-modal-title[data-v-49053796] {
  white-space: pre-wrap;
}
/*列表中有图片的加这个样式 参考用户管理*/
.anty-img-wrap[data-v-49053796] {
  height: 25px;
  position: relative;
}
.anty-img-wrap > img[data-v-49053796] {
  max-height: 100%;
}
/*列表中范围查询样式*/
.query-group-cust[data-v-49053796] {
  width: calc(50% - 10px);
}
.query-group-split-cust[data-v-49053796]:before {
  content: '~';
  width: 10px;
  display: inline-block;
  text-align: center;
}
/*erp风格子表外框padding设置*/
.ant-card-wider-padding.cust-erp-sub-tab > .ant-card-body[data-v-49053796] {
  padding: 5px 12px;
}
/* 内嵌子表背景颜色 */
.j-inner-table-wrapper[data-v-49053796] .ant-table-expanded-row .ant-table-wrapper .ant-table-tbody .ant-table-row {
  background-color: #ffffff;
}
/**隐藏样式-modal确定按钮 */
.jee-hidden[data-v-49053796] {
  display: none;
}
/* 表头居中 */
.ant-table .ant-table-thead th[data-v-49053796] {
  text-align: center !important;
}
.ant-table[data-v-49053796] {
  color: rgba(0, 0, 0, 0.9);
}
.ant-select[data-v-49053796] {
  color: rgba(0, 0, 0, 0.9);
}
.ant-input[data-v-49053796] {
  color: rgba(0, 0, 0, 0.9);
}
body[data-v-49053796] {
  color: #000000 !important;
}
.success-text[data-v-49053796] {
  color: #52c41a;
}
.warning-text[data-v-49053796] {
  color: orange;
}
.danger-text[data-v-49053796] {
  color: #ff0000;
}
.info-text[data-v-49053796] {
  color: #a8a8a8;
}
.cancle-text[data-v-49053796] {
  color: #000;
}
.dark-red[data-v-49053796] {
  color: #ff00ff;
}
/*消除谷歌浏览器 登录输入框 背景色*/
input[data-v-49053796]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[data-v-49053796]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.ant-empty[data-v-49053796] {
  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;
}
/* 修改 radio 小屏样式*/
.ant-radio-wrapper[data-v-49053796] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-radio-inner[data-v-49053796] {
  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;
}
.ant-radio-inner[data-v-49053796]::after {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
}
.ant-table-tbody > tr > td a[data-v-49053796]:hover {
  text-decoration: underline;
}
[data-v-49053796] textarea.ant-input {
  min-height: 52px;
}
.operate_btn[data-v-49053796] {
  margin-left: 8px;
}
[data-v-49053796] .cycle_input .ant-input {
  padding-right: 73px !important;
}
[data-v-49053796] .week_input .ant-input {
  padding-right: 50px !important;
}
.ant-input-affix-wrapper .ant-input-prefix[data-v-49053796],
.ant-input-affix-wrapper .ant-input-suffix[data-v-49053796] {
  z-index: 1;
}
.ant-input-affix-wrapper .ant-input-prefix[data-v-49053796] :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix[data-v-49053796] :not(.anticon) {
  line-height: 0;
}
.ml0[data-v-49053796] {
  margin-left: 10px;
}
.mr0[data-v-49053796] {
  margin-right: 10px;
}
.m20[data-v-49053796] {
  margin-left: 20px;
}
.mr20[data-v-49053796] {
  margin-left: 20px;
}
.mt0[data-v-49053796] {
  margin-top: 10px;
}
.mb0[data-v-49053796] {
  margin-bottom: 10px;
}
.mt20[data-v-49053796] {
  margin-top: 20px;
}
.mb20[data-v-49053796] {
  margin-bottom: 20px;
}
.ant-btn-warning[data-v-49053796] {
  color: #fff !important;
  background-color: #faad14 !important;
  border-color: #faad14 !important;
}
.ant-btn-warning[data-v-49053796]:hover,
.ant-btn-warning[data-v-49053796]:focus {
  color: #fff !important;
  background-color: #ffc53d !important;
  border-color: #ffc53d !important;
}
.ant-btn-warning[data-v-49053796]:active,
.ant-btn-warning.active[data-v-49053796] {
  color: #fff !important;
  background-color: #d48806 !important;
  border-color: #d48806 !important;
}
.ant-btn-volcano[data-v-49053796] {
  color: #fff !important;
  background-color: #fa541c !important;
  border-color: #fa541c !important;
}
.ant-btn-volcano[data-v-49053796]:hover,
.ant-btn-volcano[data-v-49053796]:focus {
  color: #fff !important;
  background-color: #ff7a45 !important;
  border-color: #ff7a45 !important;
}
.ant-btn-volcano[data-v-49053796]:active,
.ant-btn-volcano.active[data-v-49053796] {
  color: #fff !important;
  background-color: #d4380d !important;
  border-color: #d4380d !important;
}
.ant-btn-cyan[data-v-49053796] {
  color: #fff !important;
  background-color: #13c2c2 !important;
  border-color: #13c2c2 !important;
}
.ant-btn-cyan[data-v-49053796]:hover,
.ant-btn-cyan[data-v-49053796]:focus {
  color: #fff !important;
  background-color: #36cfc9 !important;
  border-color: #36cfc9 !important;
}
.ant-btn-cyan[data-v-49053796]:active,
.ant-btn-cyan.active[data-v-49053796] {
  color: #fff !important;
  background-color: #08979c !important;
  border-color: #08979c !important;
}
.ant-btn-success[data-v-49053796] {
  color: #fff !important;
  background-color: #52c41a !important;
  border-color: #52c41a !important;
}
.ant-btn-success[data-v-49053796]:hover,
.ant-btn-success[data-v-49053796]:focus {
  color: #fff !important;
  background-color: #73d13d !important;
  border-color: #73d13d !important;
}
.ant-btn-success[data-v-49053796]:active,
.ant-btn-success.active[data-v-49053796] {
  color: #fff !important;
  background-color: #389e0d !important;
  border-color: #389e0d !important;
}
.ant-btn-purple[data-v-49053796] {
  color: #fff !important;
  background-color: #722ed1 !important;
  border-color: #722ed1 !important;
}
.ant-btn-purple[data-v-49053796]:hover,
.ant-btn-purple[data-v-49053796]:focus {
  color: #fff !important;
  background-color: #9254de !important;
  border-color: #9254de !important;
}
.ant-btn-purple[data-v-49053796]:active,
.ant-btn-purple.active[data-v-49053796] {
  color: #fff !important;
  background-color: #531dab !important;
  border-color: #531dab !important;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header[data-v-49053796] {
  color: #000000 !important;
  background-color: #e8e8e8 !important;
  padding: 5px 40px;
}
.label_tips[data-v-49053796] {
  font-size: 13px;
  color: #ff0000;
  line-height: 20px;
}
.hover-class[data-v-49053796]:hover {
  cursor: pointer;
  text-decoration: underline;
}
.un-selected[data-v-49053796] {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
/**Eden add */
/*form表单行距*/
.ant-form-item[data-v-49053796] {
  margin-bottom: 15px;
}
.ant-form-inline .ant-form-item-label[data-v-49053796] {
  min-width: 45px;
}
.ant-form-inline .ant-form-item-control-wrapper[data-v-49053796] {
  max-width: calc(100% - 60px);
}
.thin_modal .ant-modal-body[data-v-49053796] {
  padding: 12px;
}
.thin_modal .ant-modal-footer[data-v-49053796] {
  padding: 10px 12px;
}
.top_alert_modal .ant-modal-body[data-v-49053796] {
  padding: 12px 24px;
}
.ai_chat_modal .ant-modal[data-v-49053796] {
  top: 70px;
}
.ai_chat_modal .ant-modal-body[data-v-49053796] {
  padding: 12px;
  background: #F5F5F5;
}
.fixed_top_modal[data-v-49053796] {
  overflow: hidden !important;
}
.fixed_top_modal .ant-modal[data-v-49053796] {
  top: 0;
}
.fixed_top_modal .ant-modal-body[data-v-49053796] {
  height: calc(100vh - 60px);
  padding: 12px;
}
@media (max-width: 768px) {
.fixed_top_modal[data-v-49053796] {
    /* 这里写在手机端生效的CSS样式规则 */
}
.fixed_top_modal .ant-modal[data-v-49053796] {
    top: 30px;
}
.fixed_top_modal .ant-modal-body[data-v-49053796] {
    height: calc(100vh - 30px);
    padding: 12px;
}
}
.fixed_top_modal .ant-modal-body > div[data-v-49053796]:first-child {
  height: 100%;
}
.fixed_top_modal .ant-modal-footer[data-v-49053796] {
  display: none;
}
.sign_model .ant-modal-header[data-v-49053796] {
  padding: 16px 12px;
}
.b-echarts div[data-v-49053796]:nth-of-type(2) {
  z-index: 8 !important;
}
.is--checked.vxe-custom--option .vxe-checkbox--icon[data-v-49053796]:before,
.is--checked.vxe-export--panel-column-option .vxe-checkbox--icon[data-v-49053796]:before,
.is--checked.vxe-table--filter-option .vxe-checkbox--icon[data-v-49053796]:before,
.is--indeterminate.vxe-custom--option .vxe-checkbox--icon[data-v-49053796]:before,
.is--indeterminate.vxe-export--panel-column-option .vxe-checkbox--icon[data-v-49053796]:before,
.is--indeterminate.vxe-table--filter-option .vxe-checkbox--icon[data-v-49053796]:before,
.vxe-table .is--checked.vxe-cell--checkbox .vxe-checkbox--icon[data-v-49053796]:before,
.vxe-table .is--indeterminate.vxe-cell--checkbox .vxe-checkbox--icon[data-v-49053796]:before {
  border-color: #52C41A !important;
  background-color: #52C41A !important;
}
.vxe-custom--option:not(.is--disabled):hover .vxe-checkbox--icon[data-v-49053796]:before,
.vxe-export--panel-column-option:not(.is--disabled):hover .vxe-checkbox--icon[data-v-49053796]:before,
.vxe-table--filter-option:not(.is--disabled):hover .vxe-checkbox--icon[data-v-49053796]:before,
.vxe-table .vxe-cell--checkbox:not(.is--disabled):hover .vxe-checkbox--icon[data-v-49053796]:before {
  border-color: #52C41A !important;
}
.ant-upload-list-picture-card .ant-upload-list-item-info[data-v-49053796] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.no_padding_popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content[data-v-49053796] {
  padding: 0 !important;
}
.no_padding_popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-menu-item[data-v-49053796] {
  margin: 0 !important;
}
.ant-select .ant-select-dropdown-menu-item-disabled[data-v-49053796] {
  color: rgba(0, 0, 0, 0.25) !important;
}
.ant-select .ant-select-dropdown-menu-item-disabled[data-v-49053796]:hover {
  background-color: #fff !important;
}
.ant-select .ant-select-selection-selected-value[data-v-49053796] {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  line-height: inherit;
}
.ant-select .ant-select-selection-selected-value span[data-v-49053796] {
  line-height: normal;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item[data-v-49053796] {
  margin-bottom: 12px !important;
}
.table-page-search-submitButtons[data-v-49053796] {
  margin-bottom: 12px !important;
}
.custom_copy_row[data-v-49053796] {
  position: relative;
}
.custom_copy_row .copy[data-v-49053796] {
  color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  right: -15px;
  margin: 8px 0 0 0;
}
.ant-table-small .ant-table-footer[data-v-49053796] {
  padding: 8px;
}
.viewer-toolbar > ul > li[data-v-49053796] {
  width: 28px;
  height: 28px;
  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;
}
.viewer-download[data-v-49053796] {
  background-size: 60% 55% !important;
}
.viewer-title[data-v-49053796] {
  color: #fff;
  font-size: 15px;
}
.custom_label_slot[data-v-49053796] {
  margin: 0 8px 0 2px;
}
.required_label[data-v-49053796]::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.basic_drawer[data-v-49053796] {
  padding-top: 6px;
  /* 往下挪一点 */
}
.basic_drawer[data-v-49053796] .ant-drawer-header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 53px;
  background: #fff;
  z-index: 99;
}
.basic_drawer[data-v-49053796] .ant-drawer-body {
  padding: 10px 24px 53px 24px;
}
.ant-tooltip-inner[data-v-49053796] {
  color: rgba(0, 0, 0, 0.75);
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding-top: 5px;
}
.valid_list_query_form[data-v-49053796] .ant-form-inline .ant-form-item .ant-form-item-control {
  height: 40px;
  line-height: 32px;
}
.btn_tips_card ul[data-v-49053796] {
  padding: 2px 0 2px 15px;
  margin: 0;
}
.btn_tips_card ul li[data-v-49053796] {
  list-style: auto;
}
.ant-popover-inner[data-v-49053796] {
  min-width: 147px;
}
.rowFlex[data-v-49053796] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.in_modal_content[data-v-49053796] {
  z-index: 1099 !important;
}
[data-v-49053796] .ant-modal-wrap {
  z-index: 1002 !important;
}

.has-error[data-v-16503fb7] {
  border: 1px solid red;
}

.table_info[data-v-736fd906] {
  min-height: 300px;
}
.table_info[data-v-736fd906].ant-table-tbody > tr > td {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 48px !important;
  overflow-wrap: break-word;
}
.table_info[data-v-736fd906] .ant-table-thead .ant-table-row-cell-break-word:nth-child(2) {
  border-right: 1px solid #e8e8e8;
}
.ant-card-body .table-operator[data-v-736fd906] {
  margin-bottom: 18px;
}
.ant-table-tbody .ant-table-row td[data-v-736fd906] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.anty-row-operator button[data-v-736fd906] {
  margin: 0 5px;
}
.ant-btn-danger[data-v-736fd906] {
  background-color: #ffffff;
}
.ant-modal-cust-warp[data-v-736fd906] {
  height: 100%;
}
.ant-modal-cust-warp .ant-modal-body[data-v-736fd906] {
  height: calc(100% - 110px) !important;
  overflow-y: auto;
}
.ant-modal-cust-warp .ant-modal-content[data-v-736fd906] {
  height: 90% !important;
  overflow-y: hidden;
}
.cus-card[data-v-736fd906] .ant-card-body {
  padding: 0px;
}
.cus-card[data-v-736fd906] .ant-table-small {
  border-left: none;
  border-right: none;
}

[data-v-c3d8dcdc] .cycle_input .ant-input {
  padding-right: 73px;
}
[data-v-c3d8dcdc] .week_input .ant-input {
  padding-right: 50px;
}
[data-v-c3d8dcdc] .ant-dropdown-link {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[data-v-6db6c95c] .sub_con {
  position: relative;
}
[data-v-6db6c95c] .sub_con .tools-bar {
  position: relative;
  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;
}
[data-v-6db6c95c] .sub_con .tools-bar .tips {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: red;
}
[data-v-6db6c95c] .sub_con .tools-bar .tips:hover {
  text-decoration: underline;
  cursor: pointer;
}

.quotation_no_cell .custom_row[data-v-53eb5012] {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.quotation_no_cell .custom_row_input[data-v-53eb5012] {
  min-height: 25px;
  width: calc(100% - 16px);
  padding: 4px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 13px;
  line-height: 15px;
  background-color: #fff;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-all;
}
.quotation_no_cell .custom_row .anticon[data-v-53eb5012] {
  margin-top: 4px;
  font-size: 12px;
  cursor: pointer;
}

.custom_input_num[data-v-5f820bee] {
  position: relative;
  width: 100%;
  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;
}
.custom_input_num[data-v-5f820bee] .ant-input-number {
  width: 100%;
}
.custom_input_num[data-v-5f820bee] .cut_addon {
  width: calc(100% - 47px);
}
.custom_input_num .ant-input-prefix[data-v-5f820bee] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.65);
}
.custom_input_num .ant-input-suffix[data-v-5f820bee] {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: normal;
}
.hide_controls[data-v-5f820bee] .ant-input-number-handler-wrap {
  display: none;
}


[data-v-323c0268] .ant-input-group .ant-input-group-addon:last-child {
  padding: 0;
  border: 0;
}
[data-v-323c0268] .ant-input-group .ant-input {
  height: 34px;
}
[data-v-323c0268] .ant-input-group .addon-after .ant-btn {
  border: 0;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 10px;
  margin: 0;
  height: 34px;
}

.cus-card[data-v-4feb8f58] .ant-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  min-height: 35px;
  font-size: 15px;
}
.cus-card[data-v-4feb8f58] .ant-card-head .ant-card-head-title {
  padding: 6px 0;
}
.cus-card[data-v-4feb8f58] .ant-card-body {
  padding: 0;
}
.cus-card[data-v-4feb8f58] .ant-table-small {
  border-left: none;
  border-right: none;
}
.col_tips[data-v-4feb8f58] {
  font-size: 12px;
  color: red;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.table_img_slot[data-v-d3811cc2] {
  min-height: 25px;
}
.table_img_slot .image-container[data-v-d3811cc2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table_img_slot img[data-v-d3811cc2] {
  cursor: pointer;
}

.cus-card[data-v-c4e2fee4] .ant-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  min-height: 35px;
  font-size: 15px;
}
.cus-card[data-v-c4e2fee4] .ant-card-head .ant-card-head-title {
  padding: 6px 0;
}
.cus-card[data-v-c4e2fee4] .ant-card-body {
  padding: 0;
}
.cus-card[data-v-c4e2fee4] .ant-table-small {
  border-left: none;
  border-right: none;
}

/** [表格主题样式一] 表格强制列不换行 */
.j-table-force-nowrap {
  /** 列自适应，弊端会导致列宽失效 */
}
.j-table-force-nowrap td,
.j-table-force-nowrap th {
  white-space: nowrap;
}
.j-table-force-nowrap .ant-table-selection-column {
  padding: 10px 8px !important;
}
.j-table-force-nowrap.ant-table-wrapper .ant-table-content {
  overflow-x: auto;
}
/** [表格主题样式二] 表格强制英文换行 */
.j-table-force-wrap th {
  white-space: nowrap;
}
.j-table-force-wrap td {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.cus-card[data-v-625a2870] .ant-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  min-height: 35px;
  font-size: 15px;
}
.cus-card[data-v-625a2870] .ant-card-head .ant-card-head-title {
  padding: 6px 0;
}
.cus-card[data-v-625a2870] .ant-card-body {
  padding: 0;
}
.cus-card[data-v-625a2870] .ant-table-small {
  border-left: none;
  border-right: none;
}

.cus-card[data-v-978c0992] .ant-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  min-height: 35px;
  font-size: 15px;
}
.cus-card[data-v-978c0992] .ant-card-head .ant-card-head-title {
  padding: 6px 0;
}
.cus-card[data-v-978c0992] .ant-card-body {
  padding: 0;
}
.cus-card[data-v-978c0992] .ant-table-small {
  border-left: none;
  border-right: none;
}
.multiple_table[data-v-978c0992] .ant-table .ant-table-tbody tr {
  height: 81px !important;
}
.multiple_table[data-v-978c0992] .ant-table .ant-table-fixed-left .ant-table-selection-column {
  height: 100%;
  text-align: center !important;
}
.multiple_table[data-v-978c0992] .ant-table .ant-table-fixed-left .ant-table-thead tr {
  height: 92px !important;
}
.multiple_table[data-v-978c0992] .ant-table .ant-table-fixed-left .ant-table-tbody tr {
  height: 81px !important;
}
[data-v-978c0992] .ant-table .ant-table-thead th {
  text-align: left !important;
}
[data-v-978c0992] .ant-table .ant-table-fixed-left .ant-table-selection-column {
  text-align: center !important;
}
[data-v-978c0992] .custom_tooltip {
  position: relative;
}
.custom_td[data-v-978c0992] {
  width: 100%;
  position: relative;
}
.custom_td .reference_tip[data-v-978c0992] {
  position: absolute;
  margin-top: 3px;
  font-size: 12px;
  width: 96%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

[data-v-8e871ac8] .sub_con {
  position: relative;
}
[data-v-8e871ac8] .sub_con .tools-bar {
  position: relative;
  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;
}
[data-v-8e871ac8] .sub_con .tools-bar .tips {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: red;
}
[data-v-8e871ac8] .sub_con .tools-bar .tips:hover {
  text-decoration: underline;
  cursor: pointer;
}
[data-v-8e871ac8] .sub_con .no_cost_text {
  font-size: 12px;
  color: red;
}

.sample_num_cell[data-v-77df40db] {
  width: 100%;
}
.sample_num_cell .ant-select[data-v-77df40db] {
  width: 100%;
}

.vxe_j_upload[data-v-3c1e7997] {
  width: 100%;
  display: inline-block;
}

.full_width[data-v-e8064420] {
  width: 100%;
}

