#userLayout.user-layout-wrapper[data-v-629e18d5] {
  height: 100%;
}
#userLayout.user-layout-wrapper.mobile .containermy .main[data-v-629e18d5] {
  max-width: 368px;
  width: 98%;
}
#userLayout.user-layout-wrapper .containermy[data-v-629e18d5] {
  width: 100%;
  min-height: 100%;
  background: #f0f2f5 url(/img/background.1a8f0514.svg) no-repeat 50%;
  background-size: 100%;
  padding: 110px 0 144px;
  position: relative;
}
#userLayout.user-layout-wrapper .containermy a[data-v-629e18d5] {
  text-decoration: none;
}
#userLayout.user-layout-wrapper .containermy .top[data-v-629e18d5] {
  text-align: center;
}
#userLayout.user-layout-wrapper .containermy .top .header[data-v-629e18d5] {
  height: 44px;
  line-height: 44px;
}
#userLayout.user-layout-wrapper .containermy .top .header .badge[data-v-629e18d5] {
  position: absolute;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: -12px;
  margin-top: -10px;
  opacity: 0.8;
}
#userLayout.user-layout-wrapper .containermy .top .header .logo[data-v-629e18d5] {
  height: 44px;
  vertical-align: top;
  margin-right: 16px;
  border-style: none;
}
#userLayout.user-layout-wrapper .containermy .top .header .title[data-v-629e18d5] {
  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 .containermy .top .desc[data-v-629e18d5] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 12px;
  margin-bottom: 40px;
}
#userLayout.user-layout-wrapper .containermy .main[data-v-629e18d5] {
  min-width: 260px;
  width: 368px;
  margin: 0 auto;
}
#userLayout.user-layout-wrapper .containermy .footer[data-v-629e18d5] {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 16px;
  margin: 48px 0 24px;
  text-align: center;
}
#userLayout.user-layout-wrapper .containermy .footer .links[data-v-629e18d5] {
  margin-bottom: 8px;
  font-size: 14px;
}
#userLayout.user-layout-wrapper .containermy .footer .links a[data-v-629e18d5] {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
#userLayout.user-layout-wrapper .containermy .footer .links a[data-v-629e18d5]:not(:last-child) {
  margin-right: 40px;
}
#userLayout.user-layout-wrapper .containermy .footer .copyright[data-v-629e18d5] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

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

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

.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;
  box-shadow: none;
}
.announcementCustomModal .daily-article {
  border-bottom: 0;
}

.daily-article .article-button[data-v-73727790] {
  font-size: 1.2rem !important;
}
.daily-article .ant-card-body[data-v-73727790] {
  padding: 18px !important;
}
.daily-article .ant-card-head[data-v-73727790] {
  padding: 0 1rem;
}
.daily-article .ant-card-meta[data-v-73727790] {
  margin-bottom: 1rem;
}
.daily-article .article-content p[data-v-73727790] {
  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-3e8fb7a6] {
  display: inline-block;
  transition: all 0.3s;
}
.header-notice span[data-v-3e8fb7a6] {
  vertical-align: initial;
}

.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.65);
  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-be52e722] {
  margin-bottom: 24px;
}
.setting-drawer-index-item .setting-drawer-index-title[data-v-be52e722] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 12px;
}

.setting-drawer-index-content .setting-drawer-index-blockChecbox[data-v-14515006] {
  display: flex;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item[data-v-14515006] {
  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-14515006] {
  width: 48px;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item .setting-drawer-index-selectIcon[data-v-14515006] {
  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-14515006] {
  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-14515006] {
  font-size: 14px;
}
.setting-drawer-index-handle[data-v-14515006] {
  position: absolute;
  top: 240px;
  background: #1890ff;
  width: 48px;
  height: 48px;
  right: 300px;
  display: flex;
  justify-content: 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-14515006] {
  color: #ffffff;
  font-size: 20px;
}


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

.header-notice[data-v-c455b87e] {
  display: inline-block;
  transition: all 0.3s;
}
.header-notice span[data-v-c455b87e] {
  vertical-align: initial;
}


[data-v-a1f9430e] .ant-modal-confirm-content {
  margin: 0 auto !important;
}

/* update_begin author:zhaoxin date:20191129 for: 让搜索框颜色能随主题颜色变换*/
/* update-begin author:sunjianlei date:20191220 for: 解决全局样式冲突问题 */
.user-wrapper .search-input[data-v-7658bf46] {
  width: 180px;
  color: inherit;
}
.user-wrapper .search-input[data-v-7658bf46] .ant-select-selection {
  background-color: inherit;
  border: 0;
  border-bottom: 1px solid white;
}
.user-wrapper .search-input[data-v-7658bf46] .ant-select-selection__placeholder,
.user-wrapper .search-input[data-v-7658bf46] .ant-select-selection__field__placeholder {
  color: inherit;
}
/* update-end author:sunjianlei date:20191220 for: 解决全局样式冲突问题 */
/* update_end author:zhaoxin date:20191129 for: 让搜索框颜色能随主题颜色变换*/


.logout_title[data-v-7658bf46] {
  color: inherit;
  text-decoration: none;
}

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

body.colorWeak {
  filter: invert(80%);
}
.layout {
  min-height: 100% !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 .ant-table-wrapper .ant-table-body {
  min-width: 800px;
}
.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;
}
.layout.ant-layout-has-sider {
  flex-direction: row;
}
.layout .trigger {
  font-size: 22px;
  line-height: 42px;
  padding: 0 18px;
  cursor: pointer;
  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: 9;
  width: 100%;
  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: 1px;
  right: 0;
  z-index: 9;
  width: 100%;
  transition: width 0.2s;
}
.layout .sidemenu .ant-header-fixedHeader.ant-header-side-opened {
  width: calc(100% - 200px);
}
.layout .sidemenu .ant-header-fixedHeader.ant-header-side-closed {
  width: calc(100% - 80px);
}
.layout .header {
  height: 64px;
  padding: 0 12px 0 0;
  background: #fff;
  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 {
  cursor: pointer;
  padding: 0 14px;
  display: inline-block;
  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: 100%;
}
.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 {
  margin: 20px 10px 20px 0;
  color: #1890ff;
  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.65);
}
.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 {
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  position: relative;
  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: 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 {
  flex: 1 1;
  display: flex;
}
.layout .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header {
  width: 165px;
  height: 64px;
  position: relative;
  line-height: 64px;
  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 {
  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.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 {
  box-shadow: none;
}
.ant-drawer.drawer-sider.dark .ant-drawer-content {
  background-color: #001529;
}
.ant-drawer.drawer-sider.light {
  box-shadow: none;
}
.ant-drawer.drawer-sider.light .ant-drawer-content {
  background-color: #fff;
}
.ant-drawer.drawer-sider .ant-drawer-body {
  padding: 0;
}
.sider {
  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;
  box-shadow: 2px 116px 8px 0 rgba(29, 35, 41, 0.05);
}
.sider.light .logo {
  background: #fff;
  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: flex;
  margin-bottom: 24px;
  margin-right: 0;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control-wrapper {
  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-c3445be0] {
  background: #fff;
  padding: 16px 32px 0;
  border-bottom: 1px solid #e8e8e8;
}
.page-header .breadcrumb[data-v-c3445be0] {
  margin-bottom: 16px;
}
.page-header .detail[data-v-c3445be0] {
  display: flex;
  /*margin-bottom: 16px;*/
}
.page-header .detail .avatar[data-v-c3445be0] {
  flex: 0 1 72px;
  margin: 0 24px 8px 0;
}
.page-header .detail .avatar > span[data-v-c3445be0] {
  border-radius: 72px;
  display: block;
  width: 72px;
  height: 72px;
}
.page-header .detail .main[data-v-c3445be0] {
  width: 100%;
  flex: 0 1 auto;
}
.page-header .detail .main .row[data-v-c3445be0] {
  display: flex;
  width: 100%;
}
.page-header .detail .main .row .avatar[data-v-c3445be0] {
  margin-bottom: 16px;
}
.page-header .detail .main .title[data-v-c3445be0] {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 16px;
  flex: auto;
}
.page-header .detail .main .logo[data-v-c3445be0] {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  margin-right: 16px;
}
.page-header .detail .main .content[data-v-c3445be0],
.page-header .detail .main .headerContent[data-v-c3445be0] {
  flex: auto;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.page-header .detail .main .content .link[data-v-c3445be0],
.page-header .detail .main .headerContent .link[data-v-c3445be0] {
  margin-top: 16px;
  line-height: 24px;
}
.page-header .detail .main .content .link a[data-v-c3445be0],
.page-header .detail .main .headerContent .link a[data-v-c3445be0] {
  font-size: 14px;
  margin-right: 32px;
}
.page-header .detail .main .extra[data-v-c3445be0] {
  flex: 0 1 auto;
  margin-left: 88px;
  min-width: 242px;
  text-align: right;
}
.page-header .detail .main .action[data-v-c3445be0] {
  margin-left: 56px;
  min-width: 266px;
  flex: 0 1 auto;
  text-align: right;
}
.page-header .detail .main .action[data-v-c3445be0]:empty {
  display: none;
}
.mobile .page-header .main .row[data-v-c3445be0] {
  flex-wrap: wrap;
}
.mobile .page-header .main .row .avatar[data-v-c3445be0] {
  flex: 0 1 25%;
  margin: 0 2% 8px 0;
}
.mobile .page-header .main .row .content[data-v-c3445be0],
.mobile .page-header .main .row .headerContent[data-v-c3445be0] {
  flex: 0 1 70%;
}
.mobile .page-header .main .row .content .link[data-v-c3445be0],
.mobile .page-header .main .row .headerContent .link[data-v-c3445be0] {
  margin-top: 16px;
  line-height: 24px;
}
.mobile .page-header .main .row .content .link a[data-v-c3445be0],
.mobile .page-header .main .row .headerContent .link a[data-v-c3445be0] {
  font-size: 14px;
  margin-right: 10px;
}
.mobile .page-header .main .row .extra[data-v-c3445be0] {
  flex: 1 1 auto;
  margin-left: 0;
  min-width: 0;
  text-align: right;
}
.mobile .page-header .main .row .action[data-v-c3445be0] {
  margin-left: unset;
  min-width: 266px;
  flex: 0 1 auto;
  text-align: left;
  margin-bottom: 12px;
}
.mobile .page-header .main .row .action[data-v-c3445be0]: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-4e528f33] {
  margin-top: -60px;
  text-align: center;
  width: 195px;
}
.extra-img img[data-v-4e528f33] {
  width: 100%;
}
.mobile .extra-img[data-v-4e528f33] {
  margin-top: 0;
  text-align: center;
  width: 96px;
}
.mobile .extra-img img[data-v-4e528f33] {
  width: 100%;
}

.contextmenu[data-v-742278e6] {
  position: fixed;
  z-index: 1;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  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: #1890FF !important;
}
.tab-layout-tab-bar-extra {
  display: flex;
  align-items: center;
  font-size: 20px;
}

#app {
  height: 100%;
}
/* 解决图表第一次渲染完tooltip占位置问题*/
.g2-tooltip {
  display: none;
}
/*解决online在线表单主附表结构，弹窗超宽问题  */
.jeecg-online-modal:not(.fullscreen) .ant-modal {
  width: 80% !important;
}
.ant-modal-body .ant-form .ant-form-item {
  margin-bottom: 5px;
}
.ant-modal-body .ant-form .ant-form-explain {
  position: absolute;
  z-index: 9999;
}
input[disabled],
.ant-select-disabled {
  color: rgba(0, 0, 0, 0.65) !important;
}
.ant-input[disabled],
.ant-select-disabled .ant-select-selection {
  background-color: #e8e6e6 !important;
}
.ant-card-body {
  padding-bottom: 0px !important;
}

*,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}.container,.svg-container svg{width:100%;}.flex-center{display:flex;align-items:center;justify-content:center;}.flex-x-between{display:flex;align-items:center;justify-content:space-between;}.flex-x-center{display:flex;justify-content:center;}.flex-x-end{display:flex;align-items:center;justify-content:flex-end;}.flex-y-center{display:flex;align-items:center;}@media (min-width: 640px){.container,.svg-container svg{max-width:640px;}}@media (min-width: 768px){.container,.svg-container svg{max-width:768px;}}@media (min-width: 1024px){.container,.svg-container svg{max-width:1024px;}}@media (min-width: 1280px){.container,.svg-container svg{max-width:1280px;}}@media (min-width: 1536px){.container,.svg-container svg{max-width:1536px;}}.\!visible{visibility:visible !important;}.visible{visibility:visible;}.absolute,.pos-absolute{position:absolute;}.fixed{position:fixed;}.pos-relative,.relative{position:relative;}.sticky{position:sticky;}.static{position:static;}.bottom-10px{bottom:10px;}.right-10px{right:10px;}.right-2px{right:2px;}.top-2px{top:2px;}.grid{display:grid;}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr));}.float-right{float:right;}.m-5{margin:1.25rem;}.mapX{margin:1pX;}.m-x-2{margin-left:0.5rem;margin-right:0.5rem;}.mx-15px{margin-left:15px;margin-right:15px;}.my{margin-top:1rem;margin-bottom:1rem;}.my-2\.5{margin-top:0.625rem;margin-bottom:0.625rem;}.mb-10px,.mb10px{margin-bottom:10px;}.mb-15{margin-bottom:3.75rem;}.mb-20px{margin-bottom:20px;}.mb-8{margin-bottom:2rem;}.me{margin-inline-end:1rem;}.ml{margin-left:1rem;}.ml-10px{margin-left:10px;}.ml-14px{margin-left:14px;}.ml-16px{margin-left:16px;}.ml-20px{margin-left:20px;}.ml-8px{margin-left:8px;}.ml8{margin-left:2rem;}.mr-10px{margin-right:10px;}.mr-12px{margin-right:12px;}.mr-14px{margin-right:14px;}.mr-15px{margin-right:15px;}.mr-16px{margin-right:16px;}.mr-20px{margin-right:20px;}.mr-20px\!{margin-right:20px !important;}.mr-4px{margin-right:4px;}.mr-6px{margin-right:6px;}.mr-8{margin-right:2rem;}.mr-8px{margin-right:8px;}.ms{margin-inline-start:1rem;}.mt-10px{margin-top:10px;}.mt-20px{margin-top:20px;}.box-border{box-sizing:border-box;}.inline{display:inline;}.block{display:block;}.inline-block{display:inline-block;}.contents{display:contents;}.list-item{display:list-item;}.hidden{display:none;}.h-100\%{height:100%;}.h-10px{height:10px;}.h-140{height:35rem;}.h-40px{height:40px;}.h-60px{height:60px;}.h-85vh{height:85vh;}.h1{height:0.25rem;}.h2{height:0.5rem;}.h3{height:0.75rem;}.h5{height:1.25rem;}.min-h-110px{min-height:110px;}.min-h-400px{min-height:400px;}.min-h-60px{min-height:60px;}.min-w-\[100px\]{min-width:100px;}.w-\[45\%\]{width:45%;}.w-1\/2{width:50%;}.w-100\%,.w-full{width:100%;}.w-100px{width:100px;}.w-120px{width:120px;}.w-180px{width:180px;}.w-200{width:50rem;}.w-200px{width:200px;}.w-250px{width:250px;}.w-300px{width:300px;}.w-500px{width:500px;}.w-50vw{width:50vw;}.w-max{width:max-content;}.w60{width:15rem;}.w80{width:20rem;}.flex{display:flex;}.flex-1{flex:1 1 0%;}.flex-shrink,.shrink{flex-shrink:1;}.flex-shrink-0{flex-shrink:0;}.flex-grow{flex-grow:1;}.flex-col{flex-direction:column;}.flex-wrap{flex-wrap:wrap;}.table{display:table;}.table-cell{display:table-cell;}.border-collapse{border-collapse:collapse;}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.cursor-pointer{cursor:pointer;}.select-none{-webkit-user-select:none;user-select:none;}.resize{resize:both;}.items-start{align-items:flex-start;}.items-center{align-items:center;}.justify-start{justify-content:flex-start;}.justify-end{justify-content:flex-end;}.justify-center{justify-content:center;}.justify-between{justify-content:space-between;}.gap-10px{gap:10px;}.gap-12px{gap:12px;}.gap-x-10px{column-gap:10px;}.gap-x-20px{column-gap:20px;}.gap-x-5px{column-gap:5px;}.gap-y-10px{row-gap:10px;}.gap-y-5px{row-gap:5px;}.break-all{word-break:break-all;}.b,.border,.border-1px{border-width:1px;}.border-2{border-width:2px;}.border-3px{border-width:3px;}.border-\[\#333\]{--un-border-opacity:1;border-color:rgba(51,51,51,var(--un-border-opacity));}.border-\#000{--un-border-opacity:1;border-color:rgba(0,0,0,var(--un-border-opacity));}.border-\#009A61\!{--un-border-opacity:1 !important;border-color:rgba(0,154,97,var(--un-border-opacity)) !important;}.border-\#E8E8E8{--un-border-opacity:1;border-color:rgba(232,232,232,var(--un-border-opacity));}.border-transparent{border-color:transparent;}.rd,.rounded-1{border-radius:0.25rem;}.rounded-md{border-radius:0.375rem;}.rounded-sm{border-radius:0.125rem;}.border-dashed{border-style:dashed;}.border-solid{border-style:solid;}.last\:border-none:last-child{border-style:none;}.bg-\#000{--un-bg-opacity:1;background-color:rgba(0,0,0,var(--un-bg-opacity));}.bg-\#5ac725{--un-bg-opacity:1;background-color:rgba(90,199,37,var(--un-bg-opacity));}.bg-\#67C23A\!{--un-bg-opacity:1 !important;background-color:rgba(103,194,58,var(--un-bg-opacity)) !important;}.bg-\#D0E8FF\!{--un-bg-opacity:1 !important;background-color:rgba(208,232,255,var(--un-bg-opacity)) !important;}.bg-\#E3E3E3{--un-bg-opacity:1;background-color:rgba(227,227,227,var(--un-bg-opacity));}.bg-\#e6f7ff{--un-bg-opacity:1;background-color:rgba(230,247,255,var(--un-bg-opacity));}.bg-\#e8e6e6{--un-bg-opacity:1;background-color:rgba(232,230,230,var(--un-bg-opacity));}.bg-\#E8F291{--un-bg-opacity:1;background-color:rgba(232,242,145,var(--un-bg-opacity));}.bg-\#F0883A\!{--un-bg-opacity:1 !important;background-color:rgba(240,136,58,var(--un-bg-opacity)) !important;}.bg-\#F0F2F5{--un-bg-opacity:1;background-color:rgba(240,242,245,var(--un-bg-opacity));}.bg-\#f5f5f5{--un-bg-opacity:1;background-color:rgba(245,245,245,var(--un-bg-opacity));}.bg-\#f6ffed{--un-bg-opacity:1;background-color:rgba(246,255,237,var(--un-bg-opacity));}.bg-\#FA4350\!{--un-bg-opacity:1 !important;background-color:rgba(250,67,80,var(--un-bg-opacity)) !important;}.bg-\#fff{--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity));}.bg-\#fffbe6{--un-bg-opacity:1;background-color:rgba(255,251,230,var(--un-bg-opacity));}.bg-blue\!{--un-bg-opacity:1 !important;background-color:rgba(96,165,250,var(--un-bg-opacity)) !important;}.bg-danger{--un-bg-opacity:1;background-color:rgba(255,77,79,var(--un-bg-opacity));}.bg-green-6\!{--un-bg-opacity:1 !important;background-color:rgba(22,163,74,var(--un-bg-opacity)) !important;}.bg-primary{--un-bg-opacity:1;background-color:rgba(22,93,255,var(--un-bg-opacity));}.bg-red{--un-bg-opacity:1;background-color:rgba(248,113,113,var(--un-bg-opacity));}.bg-red\!{--un-bg-opacity:1 !important;background-color:rgba(248,113,113,var(--un-bg-opacity)) !important;}.bg-secondary{--un-bg-opacity:1;background-color:rgba(54,207,201,var(--un-bg-opacity));}.bg-success{--un-bg-opacity:1;background-color:rgba(82,196,26,var(--un-bg-opacity));}.bg-warning{--un-bg-opacity:1;background-color:rgba(250,173,20,var(--un-bg-opacity));}.active\:bg-blue:active{--un-bg-opacity:1;background-color:rgba(96,165,250,var(--un-bg-opacity));}.p-1{padding:0.25rem;}.p-10px{padding:10px;}.p-2{padding:0.5rem;}.p-2px{padding:2px;}.p-5px{padding:5px;}.p-y-4{padding-top:1rem;padding-bottom:1rem;}.px{padding-left:1rem;padding-right:1rem;}.px-10px{padding-left:10px;padding-right:10px;}.px-15px{padding-left:15px;padding-right:15px;}.py-10px{padding-top:10px;padding-bottom:10px;}.py-2px{padding-top:2px;padding-bottom:2px;}.py-5px{padding-top:5px;padding-bottom:5px;}.pb-10px{padding-bottom:10px;}.pb-10px\!{padding-bottom:10px !important;}.pb-15px{padding-bottom:15px;}.pb-20px{padding-bottom:20px;}.pb-20px\!{padding-bottom:20px !important;}.pl-10px{padding-left:10px;}.ps{padding-inline-start:1rem;}.ps2{padding-inline-start:0.5rem;}.pt{padding-top:1rem;}.pie{padding-inline-end:1rem;}.text-center{text-align:center;}.text-left{text-align:left;}.text-right{text-align:right;}.indent{text-indent:1.5rem;}.text-wrap{text-wrap:wrap;}.font-size-12px,.text-12px{font-size:12px;}.text-14px{font-size:14px;}.text-15px{font-size:15px;}.text-18px\!{font-size:18px !important;}.text-20px{font-size:20px;}.text-base{font-size:1rem;line-height:1.5rem;}.text-sm{font-size:0.875rem;line-height:1.25rem;}.font-bold,.fw-bold{font-weight:700;}.fw-500{font-weight:500;}.fw-900{font-weight:900;}.leading-relaxed{line-height:1.625;}.line-height-32px{line-height:32px;}.italic{font-style:italic;}.ordinal{--un-ordinal:ordinal;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction);}.tabular-nums{--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction);}.c-\#333,.text-\#333{--un-text-opacity:1;color:rgba(51,51,51,var(--un-text-opacity));}.c-blue,.text-blue{--un-text-opacity:1;color:rgba(96,165,250,var(--un-text-opacity));}.c-danger{--un-text-opacity:1;color:rgba(255,77,79,var(--un-text-opacity));}.color-\#fff,.color-white,.text-\#fff{--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity));}.text-\#000,.text-black{--un-text-opacity:1;color:rgba(0,0,0,var(--un-text-opacity));}.text-\#000\!{--un-text-opacity:1 !important;color:rgba(0,0,0,var(--un-text-opacity)) !important;}.text-\#009A61\!{--un-text-opacity:1 !important;color:rgba(0,154,97,var(--un-text-opacity)) !important;}.text-\#02441a{--un-text-opacity:1;color:rgba(2,68,26,var(--un-text-opacity));}.text-\#1890ff,.text-\#1890FF{--un-text-opacity:1;color:rgba(24,144,255,var(--un-text-opacity));}.text-\#52c41a{--un-text-opacity:1;color:rgba(82,196,26,var(--un-text-opacity));}.text-\#7f7f7f{--un-text-opacity:1;color:rgba(127,127,127,var(--un-text-opacity));}.text-\#A4A4A4{--un-text-opacity:1;color:rgba(164,164,164,var(--un-text-opacity));}.text-\#F15A24{--un-text-opacity:1;color:rgba(241,90,36,var(--un-text-opacity));}.text-\#ff0000{--un-text-opacity:1;color:rgba(255,0,0,var(--un-text-opacity));}.text-\#fff\!{--un-text-opacity:1 !important;color:rgba(255,255,255,var(--un-text-opacity)) !important;}.text-blue-7{--un-text-opacity:1;color:rgba(29,78,216,var(--un-text-opacity));}.text-gray{--un-text-opacity:1;color:rgba(156,163,175,var(--un-text-opacity));}.text-primary{--un-text-opacity:1;color:rgba(22,93,255,var(--un-text-opacity));}.text-red{--un-text-opacity:1;color:rgba(248,113,113,var(--un-text-opacity));}.text-red-7{--un-text-opacity:1;color:rgba(185,28,28,var(--un-text-opacity));}.active\:text-\#fff:active{--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity));}.line-through{text-decoration-line:line-through;}.underline{text-decoration-line:underline;}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4;}.hover\:opacity-80:hover{opacity:0.8;}.shadow{--un-shadow:var(--un-shadow-inset) 0 1px 3px 0 var(--un-shadow-color, rgba(0,0,0,0.1)),var(--un-shadow-inset) 0 1px 2px -1px var(--un-shadow-color, rgba(0,0,0,0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.outline{outline-style:solid;}.blur{--un-blur:blur(8px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.ease,.ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);}.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1);}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.text-ellipsis-multi{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}.b-1_solid_\#000{border:1px solid #000;}.b-1_solid_\#d9d9d9{border:1px solid #d9d9d9;}.b-1_solid_\#ffe58f{border:1px solid #ffe58f;}.bb-1_solid_\#cdcdcd{border-bottom:1px solid #cdcdcd;}.bb-1_solid_\#e2e2e2{border-bottom:1px solid #e2e2e2;}.bl-1_solid_\#000{border-left:1px solid #000;}.bl-3_solid_\#000{border-left:3px solid #000;}.bl-5_solid_\#4d80f0{border-left:5px solid #4d80f0;}.bt-1_solid_\#999{border-top:1px solid #999;}.m-10_0{margin:10px 0px;}.p-0_20{padding:0px 20px;}.p-10_10{padding:10px 10px;}.p-10_20{padding:10px 20px;}.p-2_10{padding:2px 10px;}.p-5_10{padding:5px 10px;}@media (min-width: 768px){.md\:flex{display:flex;}}@media (min-width: 1024px){.lg\:grid{display:grid;}}
/* fade */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.28s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all 0.5s;
}
.fade-transform-enter {
  opacity: 0;
  transform: translateX(-30px);
}
.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(30px);
}
/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all 0.5s;
}
.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translateX(20px);
}
.breadcrumb-move {
  transition: all 0.5s;
}
.breadcrumb-leave-active {
  position: absolute;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.my-dept-select-tree[data-v-799f20f5] {
  height: 350px;
  overflow-y: scroll;
}
.my-dept-select-tree.fullscreen[data-v-799f20f5] {
  height: calc(100vh - 250px);
}
.drawer-bootom-button[data-v-799f20f5] {
  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;
}


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

.j-area-linkage[data-v-7a299b46] {
  height: 40px;
}
.j-area-linkage[data-v-7a299b46] .area-cascader-wrap .area-select {
  width: 100%;
}
.j-area-linkage[data-v-7a299b46] .area-select .area-selected-trigger {
  line-height: 1.15;
}


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


.group-query-strig[data-v-13ba73ba]{
  width:30px;text-align: center;display: inline-block;
}


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

.uploadty-disabled {
  /*update-begin-author:taoyan date:2022-12-5 for: issues/4250 建议JUpload组件，disabled为true的时候上传button能够变灰或者其他样式图案，便于知晓无法再点击上传*/
  /*update-end-author:taoyan date:2022-12-5 for: issues/4250 建议JUpload组件，disabled为true的时候上传button能够变灰或者其他样式图案，便于知晓无法再点击上传*/
}
.uploadty-disabled .ant-upload-list-item .anticon-close {
  display: none;
}
.uploadty-disabled .ant-upload-list-item .anticon-delete {
  display: none;
}
.uploadty-disabled .ant-btn,
.uploadty-disabled .ant-upload-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.uploadty-mover-mask {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  color: #fff;
  height: 28px;
  line-height: 28px;
}

.j-markdown-editor[data-v-46c97fc9] .tui-editor-defaultUI .te-mode-switch,
.j-markdown-editor[data-v-46c97fc9] .tui-editor-defaultUI .tui-scrollsync {
  line-height: 1.5;
}


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

.j-modal-box.fullscreen {
  top: 0;
  left: 0;
  padding: 0;
}
.j-modal-box.fullscreen .ant-modal {
  top: 0;
  padding: 0;
  height: 100vh;
}
.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.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 .ant-upload-select{display:none}
.jeecg-form-container-disabled .ant-upload-list{cursor:grabbing}
.jeecg-form-container-disabled fieldset[disabled] .ant-upload-list,
.jeecg-form-container-disabled fieldset[disabled] iframe{
  -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-fe924742] {
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s;
  font-size: 12px;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-fe924742]:hover {
  color: #f5222d;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-fe924742]:active {
  color: #666;
}

.code-editor-cust {
  flex-grow: 1;
  display: flex;
  position: relative;
  height: 100%;
  /**选中样式偶然出现高度不够的情况*/
}
.code-editor-cust .CodeMirror {
  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;
  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;
}

.topMessage[data-v-cbab48f4] {
  padding: 16px 16px 0;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  border: 2px dashed black;
}
.topMessage p span[data-v-cbab48f4] {
  color: red;
}

.full-form-item[data-v-2b64f67e] {
  display: flex;
  margin-right: 0;
}
.full-form-item[data-v-2b64f67e] .ant-form-item-control-wrapper {
  flex: 1 1;
  display: inline-block;
}
.j-inline-form[data-v-2b64f67e] .ant-form-item {
  margin-bottom: 12px;
}
.j-inline-form[data-v-2b64f67e] .ant-form-item-label {
  line-height: 32px;
  width: auto;
}
.j-inline-form[data-v-2b64f67e] .ant-form-item-control {
  height: 32px;
  line-height: 32px;
}

.select-material-box .left[data-v-7efb83bf] {
  width: calc(100% - 82px - 8px);
}
.select-material-box .right[data-v-7efb83bf] {
  width: 82px;
}
.select-material-box .full[data-v-7efb83bf] {
  width: 100%;
}


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

.action-button[data-v-a3f64f22] {
  margin-bottom: 8px;
}
.action-button .gap[data-v-a3f64f22] {
  padding-left: 8px;
}
/* 设定边框参数 */
/* tr & td 之间的间距 */
.input-table[data-v-a3f64f22] {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  border: 1px solid #e8e8e8;
}
.input-table .thead .tr[data-v-a3f64f22],
.input-table .tbody .tr[data-v-a3f64f22],
.input-table .thead .td[data-v-a3f64f22],
.input-table .tbody .td[data-v-a3f64f22] {
  display: flex;
}
.input-table .thead .td[data-v-a3f64f22],
.input-table .tbody .td[data-v-a3f64f22] {
  /*border-right: 1px solid red;*/
  /*color: white;*/
  /*background-color: black;*/
  /*margin-right: @spacing !important;*/
  padding-left: 8px;
  flex-direction: column;
}
.input-table .thead .td.td-cb[data-v-a3f64f22],
.input-table .tbody .td.td-cb[data-v-a3f64f22],
.input-table .thead .td.td-num[data-v-a3f64f22],
.input-table .tbody .td.td-num[data-v-a3f64f22] {
  width: 45px;
  min-width: 45px;
  max-width: 50px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
  align-items: center;
}
.input-table .thead .td.td-ds[data-v-a3f64f22],
.input-table .tbody .td.td-ds[data-v-a3f64f22] {
  width: 30px;
  min-width: 30px;
  max-width: 35px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
  align-items: center;
}
.input-table .thead .td.td-ds .td-ds-icons[data-v-a3f64f22],
.input-table .tbody .td.td-ds .td-ds-icons[data-v-a3f64f22] {
  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-a3f64f22],
.input-table .tbody .td.td-ds .td-ds-icons .anticon-align-left[data-v-a3f64f22],
.input-table .thead .td.td-ds .td-ds-icons .anticon-align-right[data-v-a3f64f22],
.input-table .tbody .td.td-ds .td-ds-icons .anticon-align-right[data-v-a3f64f22] {
  position: absolute;
  top: 30%;
}
.input-table .thead .td.td-ds .td-ds-icons .anticon-align-left[data-v-a3f64f22],
.input-table .tbody .td.td-ds .td-ds-icons .anticon-align-left[data-v-a3f64f22] {
  left: 25%;
}
.input-table .thead .td.td-ds .td-ds-icons .anticon-align-right[data-v-a3f64f22],
.input-table .tbody .td.td-ds .td-ds-icons .anticon-align-right[data-v-a3f64f22] {
  right: 25%;
}
.input-table .thead[data-v-a3f64f22] {
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #e8e8e8;
  /** 隐藏thead的滑块   */
}
.input-table .thead[data-v-a3f64f22]::-webkit-scrollbar-thumb {
  box-shadow: none !important;
  background-color: transparent !important;
}
.input-table .thead .tr[data-v-a3f64f22] {
  min-width: 100%;
  overflow-y: scroll;
}
.input-table .thead .td[data-v-a3f64f22] {
  /*flex: 1;*/
  padding: 8px 8px;
  justify-content: center;
}
.input-table .tbody[data-v-a3f64f22] {
  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-a3f64f22] {
  color: #999;
  line-height: 61px;
  text-align: center;
}
.input-table .tbody .tr[data-v-a3f64f22] {
  /*line-height: 50px;*/
  border-bottom: 1px solid #e8e8e8;
  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-a3f64f22] {
  background-color: #fafafa;
}
.input-table .tbody .tr[data-v-a3f64f22]:hover {
  background-color: #E6F7FF;
}
.input-table .tbody .tr-expand[data-v-a3f64f22] {
  position: relative;
  z-index: 9;
  background-color: white;
}
.input-table .tbody .td[data-v-a3f64f22] {
  /*flex: 1;*/
  padding: 14px 8px 14px 0;
  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-a3f64f22]:last-child {
  padding-right: 8px;
}
.input-table .tbody .td input[data-v-a3f64f22] {
  font-variant: tabular-nums;
  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.65);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  outline: none;
  /* 设置placeholder的颜色 */
}
.input-table .tbody .td input[data-v-a3f64f22]:hover {
  border-color: #4D90FE;
}
.input-table .tbody .td input[data-v-a3f64f22]:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.input-table .tbody .td input[data-v-a3f64f22]:disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.input-table .tbody .td input[data-v-a3f64f22]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.input-table .tbody .td input[data-v-a3f64f22]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.input-table .tbody .td input[data-v-a3f64f22]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.input-table .tbody .td input[data-v-a3f64f22]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.input-table .tbody .td .j-editable-image[data-v-a3f64f22] {
  height: 32px;
  max-width: 100px !important;
  cursor: pointer;
}
.input-table .tbody .td .j-editable-image[data-v-a3f64f22]:hover {
  opacity: 0.8;
}
.input-table .tbody .td .j-editable-image[data-v-a3f64f22]:active {
  opacity: 0.6;
}
.input-table .tbody .td label[data-v-a3f64f22] {
  height: 32px;
}
.input-table .tbody .td label.ant-checkbox-wrapper[data-v-a3f64f22] {
  height: auto;
}
.input-table .tbody .td .comp-normal[data-v-a3f64f22] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-table .tbody .td .j-td-span[data-v-a3f64f22] {
  position: relative;
  padding: 4px 11px;
  border: 1px solid transparent;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 32px;
  cursor: text;
  transition: all 0.3s;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.input-table .tbody .td .j-td-span[data-v-a3f64f22]:hover {
  background-color: white;
}
.input-table .tbody .td .j-td-span.disabled[data-v-a3f64f22] {
  cursor: not-allowed;
}
.input-table .tbody .td .j-td-span.disabled[data-v-a3f64f22]:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #F5F5F5;
}
.input-table .tbody .td .j-check-failed.j-td-span[data-v-a3f64f22] {
  background-color: rgba(255, 0, 0, 0.05);
}
.input-table .tbody .td .j-check-failed.j-td-span[data-v-a3f64f22]:hover {
  background-color: rgba(255, 0, 0, 0.1);
}
.input-table .tbody .td .j-check-failed.j-td-span[data-v-a3f64f22],
.input-table .tbody .td input.j-check-failed[data-v-a3f64f22],
.input-table .tbody .td .j-check-failed[data-v-a3f64f22] input,
.input-table .tbody .td .ant-select.j-check-failed[data-v-a3f64f22] .ant-select-selection,
.input-table .tbody .td .ant-upload.j-check-failed[data-v-a3f64f22] .ant-btn {
  border-color: red;
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
}
.input-table .scroll-view[data-v-a3f64f22] {
  overflow: auto;
  overflow-y: scroll;
}
.input-table .thead[data-v-a3f64f22],
.input-table .thead .tr[data-v-a3f64f22],
.input-table .scroll-view[data-v-a3f64f22] {
  /* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /* 定义滚动条轨道 */
  /* 定义滑块 */
}
.input-table .thead[data-v-a3f64f22]::-webkit-scrollbar,
.input-table .thead .tr[data-v-a3f64f22]::-webkit-scrollbar,
.input-table .scroll-view[data-v-a3f64f22]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.input-table .thead[data-v-a3f64f22]::-webkit-scrollbar-track,
.input-table .thead .tr[data-v-a3f64f22]::-webkit-scrollbar-track,
.input-table .scroll-view[data-v-a3f64f22]::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.input-table .thead[data-v-a3f64f22]::-webkit-scrollbar-thumb,
.input-table .thead .tr[data-v-a3f64f22]::-webkit-scrollbar-thumb,
.input-table .scroll-view[data-v-a3f64f22]::-webkit-scrollbar-thumb {
  background-color: #eee;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.input-table .thead[data-v-a3f64f22]::-webkit-scrollbar-thumb:hover,
.input-table .thead .tr[data-v-a3f64f22]::-webkit-scrollbar-thumb:hover,
.input-table .scroll-view[data-v-a3f64f22]::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
.input-table .thead[data-v-a3f64f22]::-webkit-scrollbar-thumb:active,
.input-table .thead .tr[data-v-a3f64f22]::-webkit-scrollbar-thumb:active,
.input-table .scroll-view[data-v-a3f64f22]::-webkit-scrollbar-thumb:active {
  background-color: #888;
}
.input-table .thead .tr[data-v-a3f64f22] {
  /* 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-a3f64f22]::-webkit-scrollbar-track {
  background-color: transparent;
}

.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%;
}

.full-form-item[data-v-3689945b] {
  display: flex;
  margin-right: 0;
}
.full-form-item[data-v-3689945b] .ant-form-item-control-wrapper {
  flex: 1 1;
  display: inline-block;
}
.j-inline-form[data-v-3689945b] .ant-form-item {
  margin-bottom: 12px;
}
.j-inline-form[data-v-3689945b] .ant-form-item-label {
  line-height: 32px;
  width: auto;
}
.j-inline-form[data-v-3689945b] .ant-form-item-control {
  height: 32px;
  line-height: 32px;
}

.j-select-biz-component-box .left[data-v-3419990d] {
  width: calc(100% - 82px - 8px);
}
.j-select-biz-component-box .right[data-v-3419990d] {
  width: 82px;
}
.j-select-biz-component-box .full[data-v-3419990d] {
  width: 100%;
}

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


/* update--begin--autor:lvdandan-----date:20201016------for：j-image-upload图片组件单张图片详情回显空白
  * https://github.com/zhangdaiscott/jeecg-boot/issues/1810
  * https://github.com/zhangdaiscott/jeecg-boot/issues/1779
  */
[data-v-be64b72a] .imgupload .iconp {
  padding: 20px;
}

/* update--end--autor:lvdandan-----date:20201016------for：j-image-upload图片组件单张图片详情回显空白*/
[data-v-be64b72a] .image-upload-single-over .ant-upload-select {
  display: none
}
.ant-upload-picture-card-wrapper[data-v-be64b72a] {
  display: flex;
  flex-flow: wrap;
}

.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 {
  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;
  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-8de57b8c] {
  width: 755px;
}
.container-widthCn[data-v-8de57b8c] {
  width: 608px;
}
.language[data-v-8de57b8c] {
  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-8de57b8c] {
  display: flex;
  justify-content: center;
  padding: 10px 0 0 0;
}
.card-container .bottom .cronButton[data-v-8de57b8c] {
  margin: 0 10px;
  line-height: 40px;
}
.tabBody .a-row[data-v-8de57b8c] {
  margin: 10px 0;
}
.tabBody .a-row .long .a-select[data-v-8de57b8c] {
  width: 354px;
}
.tabBody .a-row .a-input-number[data-v-8de57b8c] {
  width: 110px;
}


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


.drag[data-v-a5aa9694]{
  position: relative;
  background-color: #e8e8e8;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.handler[data-v-a5aa9694]{
  width: 40px;
  height: 32px;
  border: 1px solid #ccc;
  cursor: move;
}
.handler_bg[data-v-a5aa9694]{
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEyNTVEMURGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEyNTVEMUNGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MTc5NzNmZS02OTQxLTQyOTYtYTIwNi02NDI2YTNkOWU5YmUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YiRG4AAAALFJREFUeNpi/P//PwMlgImBQkA9A+bOnfsIiBOxKcInh+yCaCDuByoswaIOpxwjciACFegBqZ1AvBSIS5OTk/8TkmNEjwWgQiUgtQuIjwAxUF3yX3xyGIEIFLwHpKyAWB+I1xGSwxULIGf9A7mQkBwTlhBXAFLHgPgqEAcTkmNCU6AL9d8WII4HOvk3ITkWJAXWUMlOoGQHmsE45ViQ2KuBuASoYC4Wf+OUYxz6mQkgwAAN9mIrUReCXgAAAABJRU5ErkJggg==) no-repeat center;
}
.handler_ok_bg[data-v-a5aa9694]{
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBRDI3NjVGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBRDI3NjRGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWEzMWNhMC1hYmViLTQxNWEtYTEwZS04Y2U5NzRlN2Q4YTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k+sHwwAAASZJREFUeNpi/P//PwMyKD8uZw+kUoDYEYgloMIvgHg/EM/ptHx0EFk9I8wAoEZ+IDUPiIMY8IN1QJwENOgj3ACo5gNAbMBAHLgAxA4gQ5igAnNJ0MwAVTsX7IKyY7L2UNuJAf+AmAmJ78AEDTBiwGYg5gbifCSxFCZoaBMCy4A4GOjnH0D6DpK4IxNSVIHAfSDOAeLraJrjgJp/AwPbHMhejiQnwYRmUzNQ4VQgDQqXK0ia/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==) no-repeat center;
}
.drag_bg[data-v-a5aa9694]{
  background-color: #7ac23c;
  height: 34px;
  width: 0px;
}
.drag_text[data-v-a5aa9694]{
  position: absolute;
  top: 0px;
  width: 100%;text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -o-user-select:none;
  -ms-user-select:none;
}

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

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

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

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

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

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

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

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


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


.full-form-item[data-v-3d36b466] {
  display: flex;
  margin-right: 0;
}
.full-form-item[data-v-3d36b466] .ant-form-item-control-wrapper {
  flex: 1 1;
  display: inline-block;
}
.j-inline-form[data-v-3d36b466] .ant-form-item {
  margin-bottom: 12px;
}
.j-inline-form[data-v-3d36b466] .ant-form-item-label {
  line-height: 32px;
  width: auto;
}
.j-inline-form[data-v-3d36b466] .ant-form-item-control {
  height: 32px;
  line-height: 32px;
  width: 200px;
}

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

.bgcicons {
  color: #549bfa;
}
.fontw {
  font-weight: 700;
}
body .ant-popover {
  z-index: 9999;
}
body .ant-popover-placement-right {
  z-index: 9999;
}

.area-zoom-in-top-enter-active,
.area-zoom-in-top-leave-active {
  opacity: 1;
  transform: scaleY(1);
}
.area-zoom-in-top-enter,
.area-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.area-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.area-select-wrap .area-select {
  display: inline-block;
}
.area-select * {
  box-sizing: border-box;
}
.area-select:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
}
.area-select:active {
  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);
  transition: all 0.3s linear;
  transform-origin: center;
}
.area-select .area-select-icon.active {
  margin-top: -8px;
  transform: rotate(180deg);
}
.area-selectable-list-wrap {
  position: absolute;
  width: 100%;
  max-height: 275px;
  z-index: 15000;
  background-color: #fff;
  box-sizing: border-box;
  overflow-x: auto;
  margin: 2px 0;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s, transform 0.3s !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.65);
  font-weight: 600;
  background-color: #efefef;
}
.cascader-menu-list-wrap {
  position: absolute;
  white-space: nowrap;
  z-index: 15000;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
  margin: 2px 0;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s, transform 0.3s !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.65);
  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-76851aed] {
  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;
  transition: color 300ms;
}
.j-vxe-popover-title .j-vxe-popover-title-close[data-v-76851aed]:hover {
  color: rgba(0, 0, 0, 0.8);
}
.j-vxe-popover-div[data-v-76851aed] {
  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;
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  opacity: 1;
  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;
  transform-origin: 0 0;
  animation: reload-effect 1.5s forwards;
}
.j-vxe-reload-effect-box .j-vxe-reload-effect-span.layer-bottom {
  z-index: 1;
}
@keyframes reload-effect {
  0% {
    opacity: 1;
    transform: rotateX(0);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: rotateX(180deg);
  }
}

.j-vxe-checkbox.no-animation .ant-checkbox-inner,
.j-vxe-checkbox.no-animation .ant-checkbox-inner::after {
  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 {
  transition: none !important;
}

.j-vxe-ds-icons {
  position: relative;
  /*cursor: move;*/
  cursor: pointer;
  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;
}
.j-vxe-ds-btns {
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}
.j-vxe-ds-btns .ant-btn {
  border: none;
  z-index: 0;
  padding: 0;
  width: 100%;
  /*height: 30%;*/
  height: 40%;
  display: block;
  border-radius: 0;
}
.j-vxe-ds-btns .ant-btn:hover {
  z-index: 1;
  /*  height: 40%;*/
  /*  & .anticon-caret-up,*/
  /*  & .anticon-caret-down {*/
  /*    top: 2px;*/
  /*  }*/
}
.j-vxe-ds-btns .ant-btn:last-child {
  margin-top: -1px;
}
.j-vxe-ds-btns .ant-btn .anticon-caret-up,
.j-vxe-ds-btns .ant-btn .anticon-caret-down {
  vertical-align: top;
  position: relative;
  top: 0;
  transition: top 0.3s;
}


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


[data-v-3f0163cb] .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 .size--tiny .vxe-loading .vxe-loading--spinner {
  width: 38px;
  height: 38px;
}
.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;
}
.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: 100%;
}
.vxe-table .vxe-body--row.row--hover,
.vxe-table .vxe-body--row.row--hover.row--stripe {
  background-color: #c9d2dd !important;
}

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

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


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

.result[data-v-5cd17224] {
  text-align: center;
  width: 72%;
  margin: 0 auto;
  padding: 24px 0 8px;
}
.result .icon[data-v-5cd17224] {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 24px;
}
.result .success[data-v-5cd17224] {
  color: #52c41a;
}
.result .error[data-v-5cd17224] {
  color: red;
}
.result .title[data-v-5cd17224] {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
}
.result .description[data-v-5cd17224] {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 24px;
}
.result .content[data-v-5cd17224] {
  background: #fafafa;
  padding: 24px 40px;
  border-radius: 2px;
  text-align: left;
}
.result .action[data-v-5cd17224] {
  margin-top: 32px;
}
.mobile .result[data-v-5cd17224] {
  width: 100%;
  margin: 0 auto;
  padding: unset;
}

/** [表格主题样式一] 表格强制列不换行 */
.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: 12px 22px !important;
}
.j-table-force-nowrap.ant-table-wrapper .ant-table-content {
  overflow-x: auto;
}


/*列表上方操作按钮区域*/
.ant-card-body .table-operator {
  margin-bottom: 8px;
}
/** 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;
}
.depot-mask {
  margin-top: 93px;
  margin-left: 154px;
}
/*列表页面弹出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
}
/*列表中有图片的加这个样式 参考用户管理*/
.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: 20px;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;
}

/* 拖拽 */
.table-draggable-handle {
  /* width: 10px !important; */
  height: 100% !important;
  left: auto !important;
  right: 0;
  cursor: col-resize;
  touch-action: none;
  border: none;
  position: absolute;
  transform: none !important;
  bottom: 0;
}
.resize-table-th {
  position: relative;
}

/**隐藏样式-modal确定按钮 */
.jee-hidden{display: none}
/*修改danger按钮样式*/
.ant-btn-danger{
  background-color: green;
  border: none;
}

/*合并单元格样式*/
.hebing {
  text-align: left;
  display: flex;
  justify-content: center;
  border-bottom:1px solid rgb(232, 232, 232) ;
  overflow: hidden;
}
.hebing:hover{
  background-color: skyblue;
  color: white;
}
.hebing p {
  overflow: hidden;
  margin: 3px 10px;
}
.products{
  display: flex;
  flex-flow: column;
}
.attribute{
text-align: center;
  white-space:nowrap !important;
  overflow: hidden;
}
.attribute:nth-child(2n){
  background-color: #e3ebf6;
}
.attribute1{
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
p{
    margin: 3px 10px;
}
}
.customerInfo{
  white-space:nowrap !important;
  overflow: hidden;
  text-align: left;
.custInfo{
     margin-bottom: 0;
}
}

/*表格底部 合计栏等*/
.myfooterDiv{
 align-items: center;
  background-color: #c8cbcf;
  border-top: 1px solid;
  font-weight: bold;
}

/*表格内有修改下单量的样式 */
#idShowinput:nth-child(2n) {
  background-color: #e3ebf6;
}
.idShowinputP{
  margin-bottom: 14px;
}
.idShowinputFooter {
  border-top: 1px solid;
  background-color: #c8cbcf;
}
.ant-table-fixed tr td{
  padding: 0!important;
}
.ant-table-row-cell-break-word{
  padding: 0 !important;
}
/*忽略打印，vue打印指令v-print
可通过此CSS样式的方法在打印的时候忽略掉带类名为 notPrint 的内容 ，
设置类名时，不可直接设置在template上面，必须设置在盒子上*/
/*
@media print {
  #myPrint{
    height: 100%;
  }
  .notPrint {
    display: none;
  }
  .ant-pagination{
  display: none;
                   }
  .ant-table-body-inner{
    max-height: 100% !important;
  }
  .ant-table-body{
    max-height: 100% !important;
  }
}
*/
.ant-table-tbody > tr.ant-table-row-hover td{
a{
}
.attribute,.myfooterDiv{
    //background: rgba(36, 189, 145, 0.11) !important;
}
  background: rgba(7, 182, 243, 0.2) !important;
}
.ant-table-tbody > tr.ant-table-row-selected td{
a{
}
.attribute,.myfooterDiv{
    //background: rgba(36, 189, 145, 0.11) !important;
}
  background: rgba(95, 253, 2, 0.2) !important;
}



/* 合并表格以及部分单列多信息表格时，其他列只有一行信息 内容会靠顶，修改为居中 */
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td {
  vertical-align: middle !important;
}






.float-position[data-v-4aa922df]{

  z-index: 500!important;
  display: flex;
  width:100%;
}
[data-v-4aa922df] .ant-select-dropdown{
  position: fixed!important;
}

.float-position[data-v-7ddeaee7] {
  position: fixed !important;
  z-index: 999;
  display: flex;
  width: 600px;
}
[data-v-7ddeaee7] .ant-col-24 {
  border: 2px solid #f5f5f5;
  box-shadow: 3px 5px 5px #595959;
  border-radius: 10px;
}
[data-v-7ddeaee7] .ant-table-pagination {
  margin: 5px 0;
}
[data-v-7ddeaee7] .ant-table {
  font-size: 12px;
}
[data-v-7ddeaee7].ant-input:focus,
.ant-select-focused[data-v-7ddeaee7],[data-v-7ddeaee7] .ant-btn-primary:focus,[data-v-7ddeaee7].ant-input:active,
.ant-select-selection[data-v-7ddeaee7]:focus,
.ant-select-active[data-v-7ddeaee7] {
  box-shadow: 0 0 0 2px red;
}
[data-v-7ddeaee7] .ant-table-tbody > tr.ant-table-row-selected td {
  background: skyblue !important;
}


.handleToggleSearch[data-v-848808f4] {
  display: flex;
  flex-direction: row;
  /* display: block; */
}
.particularsHead[data-v-848808f4] {
  font-weight: bold;
  margin-right: 42px;
  margin-bottom: 10px;
  border: 2px dashed #3d3d3d;
}
.particularsHead .particularsTop[data-v-848808f4] {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}
.particularsHead .particulars[data-v-848808f4] {
  font-size: 16px;
  text-align: left;
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
}
.Msgtop[data-v-848808f4] {
  border-top: 2px dashed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Msgtop .Msgitem[data-v-848808f4] {
  width: 45%;
  margin-left: 10px;
  display: flex;
}
[data-v-848808f4] .ant-form-item {
  height: 0;
}
[data-v-848808f4] .ant-modal-body {
  padding-top: 10px;
}
[data-v-848808f4].ant-input:focus,
.ant-select-focused[data-v-848808f4],[data-v-848808f4] .ant-btn-primary:focus {
  transform: scale(1.2) !important;
}
a[data-v-848808f4]:active,
a[data-v-848808f4]:focus,
a[data-v-848808f4]:hover {
  color: red !important;
  transform: scale(1.2) !important;
}

.checkContent[data-v-3a94d982] {
  width: 100%;
}
.checkDiv[data-v-3a94d982] {
  margin-bottom: 10px;
}
.rightContent[data-v-3a94d982] {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* 确保子元素垂直排列 */
  justify-content: space-between /* 将子元素靠底部对齐 */;
}
.cardFooter[data-v-3a94d982] {
  width: 100%;
}
.cardFooter .footerBtn[data-v-3a94d982] {
  float: right;
}
.cardFooter .footerBtn button[data-v-3a94d982] {
  margin-left: 10px;
  background-color: #24bd91;
  color: white;
}
.card-content[data-v-3a94d982] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.card-content div[data-v-3a94d982] {
  flex: 1;
}
p[data-v-3a94d982] {
  margin-bottom: 4px;
}


.cardFooter[data-v-1d4037af]{
  width: 100%;
.footerBtn[data-v-1d4037af]{
    float:right;
button[data-v-1d4037af]{
      margin-left:10px;
}
}
}



.SelectStyle[data-v-7e5e4008]{
  display: flex;
  align-items: center;
  margin-bottom: 8px;
.top[data-v-7e5e4008]{
    margin-right: 8px;
}
}

