
#app {
  height: 100%;
}
.ant-layout {
  background: #F7F8FE !important;
}
.ant-layout .ant-layout.sidemenu.content-width-Fixed {
  overflow-y: hidden;
}
.render-box {
  text-align: center;
}
.render-box p {
  color: #999999;
}
.ant-alert.ant-alert-info .ant-alert-icon {
  color: #2375FF;
}
.flow-box .ant-modal-body {
  padding: 0 !important;
  height: calc(100%) !important;
}
.flow-box .ant-modal-header {
  display: none !important;
}
.flow-box .ant-modal-close {
  color: white;
  left: 0;
  right: inherit;
  font-size: 40px;
  display: none !important;
}

/* 公告内容展示弹窗modal样式特殊设置 */
#notice-dialog-box .ant-modal-body,
#carCondition-modal .ant-modal-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

/* 车辆情况modal */
#carCondition-modal .ant-modal-body {
  padding-top: 0;
  background: #F7FAFE;
}

/* 公告阅读情况弹窗样式修改 */
.notice-read-dialog .ant-modal-body {
  padding: 0;
}

/* 我的公告 表格项未读文字样式特殊加粗设置 */
#noticeMinePage .unReadNotice,
#indexNotice .unReadNotice,
#indexWait .unReadNotice {
  font-weight: bold;
}
#indexNotice .unReadNotice,
#indexWait .unReadNotice {
  color: #333;
}
#noticeMinePage .unReadNotice .ant-table-row-cell-break-word {
  font-weight: normal;
}

/*#indexNotice .ant-table-body{
    min-height: 276px;
  }*/
/*
    人事考勤统计页面 个人考勤情况弹窗
    预约会议弹窗
    预约会议 会议室选择弹窗
    文件管理 历史记录
    人才库 人员详情 人才对比
   */
#attendancePerson-modal .ant-modal-body,
#reserveMeetModel .ant-modal-body,
#fileHistoryModal .ant-modal-body,
#roomMeetModal .ant-modal-body,
#talentpoolForDetailModel .ant-modal-body,
.talentpoolForModel .ant-modal-body{
  padding: 0;
}
.cursorToPointer {
  cursor: pointer;
}
.tableNotBorder .table-diy .table-force .ant-table-body {
  line-height: 18px;
  color: #4d4d4d;
}
.tableNotBorder .table-diy .table-force .table-striped td {
  background-color: #fafafa;
}
.tableNotBorder .table-diy .table-force .ant-table-tbody>tr>td,
.tableNotBorder .table-diy .table-force .ant-table-thead>tr>th {
  border: 0;
}
.tableNotBorder .table-diy .table-force .ant-table-placeholder {
  padding: 20px;
  border: 0;
}
.tableNotBorder .table-diy .table-force .ant-table-placeholder img {
  height: 147px;
}
.tableNotBorder .table-diy .table-force .ant-table-placeholder p {
  margin: 0;
}
/*
资产盘点 编辑弹窗 table头部栏右侧修改边框颜色，取消透明
*/
.assetsCheckModelComponentsClass .ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead > tr:only-child > th:last-child {
  border-right-color: #e8e8e8;
}
/* 修改confirm弹窗内的icon颜色为#2375FF 目前使用区域为 人员管理下的注销恢复确认弹窗 */
.confirm-box-primary-color .ant-modal-body .ant-modal-confirm-body .anticon{
  color: #2375FF;
}
/* 人才库 人员详情 */
#talentpoolForDetailModel .ant-modal-content{
  border-radius: 5px;
}
#talentpoolForDetailModel .ant-modal{
  top: 60px;
  padding: 0 0 5px 0;
}
.talentpoolForModel .ant-modal-content{
  border-radius: 5px;
  height: calc(100vh - 200px);
}
.talentpoolForModel .ant-modal-content .ant-modal-body{
  height: calc(100% - 55px);
}
/* 强制设置textarea允许启用滚动 */
.jeecg-form-container-disabled textarea {
  pointer-events: auto;
}

/*表格滚动条*/
.table-force.table-hrwork .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  overflow-y: auto !important;
  overflow-x: hidden;
&::-webkit-scrollbar {
    width: 8px;
    height: 1px;
}
&::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #D9D9D9!important;
}
&::-webkit-scrollbar-thumb:hover {
    border-radius: 15px;
    background: #D9D9D9!important;
}
&::-webkit-scrollbar-track {
    border-radius:0 0 5px 0;
    background: #F0F0F0;
}
&::-webkit-scrollbar-corner{
    background: #F0F0F0;
}
}

#userLayout.user-layout-wrapper[data-v-a1a39a74] {
  height: 100%;
}
#userLayout.user-layout-wrapper .container[data-v-a1a39a74] {
  width: 100%;
  min-height: 100%;
  background-image: url(../img/bg.32fefc86.png);
  background-attachment: fixed;
  background-position: 100%;
}

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

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


.daily-articlez{
  border: 0!important;
}

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

.daily-article .article-button[data-v-1f1547dc] {
  font-size: 1.2rem !important;
}
.daily-article .ant-card-body[data-v-1f1547dc] {
  padding: 18px !important;
}
.daily-article .ant-card-head[data-v-1f1547dc] {
  padding: 0 1rem;
}
.daily-article .ant-card-meta[data-v-1f1547dc] {
  margin-bottom: 1rem;
}
.daily-article .article-content p[data-v-1f1547dc] {
  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-70ee7f3a] {
  display: inline-block;
  transition: all 0.3s;
}
.header-notice span[data-v-70ee7f3a] {
  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-f2cdf566] {
  display: -ms-flexbox;
  display: flex;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item[data-v-f2cdf566] {
  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-f2cdf566] {
  width: 48px;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item .setting-drawer-index-selectIcon[data-v-f2cdf566] {
  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-f2cdf566] {
  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-f2cdf566] {
  font-size: 14px;
}
.setting-drawer-index-handle[data-v-f2cdf566] {
  position: absolute;
  top: 240px;
  background: #1890ff;
  width: 48px;
  height: 48px;
  right: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1001;
  text-align: center;
  font-size: 16px;
  border-radius: 4px 0 0 4px;
}
.setting-drawer-index-handle i[data-v-f2cdf566] {
  color: #ffffff;
  font-size: 20px;
}


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

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

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

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

body.colorWeak {
  filter: invert(80%);
}
.layout {
  min-height: 100vh !important;
  overflow-x: hidden;
}
.layout.mobile {
  /**
     * ant-table-wrapper
     * 覆盖的表格手机模式样式，如果想修改在手机上表格最低宽度，可以在这里改动
     */
}
.layout.mobile .ant-layout-content .content {
  margin: 24px 0 0;
}
.layout.mobile .ant-table-wrapper .ant-table-content {
  overflow-y: auto;
}
.layout.mobile .sidemenu .ant-header-fixedHeader.ant-header-side-opened,
.layout.mobile .sidemenu .ant-header-fixedHeader.ant-header-side-closed {
  width: 100%;
}
.layout.mobile .topmenu {
  /* 必须为 topmenu  才能启用流式布局 */
}
.layout.mobile .topmenu.content-width-Fluid .header-index-wide {
  margin-left: 0;
}
.layout.mobile .header .user-wrapper .action,
.layout.mobile .top-nav-header-index .user-wrapper .action {
  padding: 0 12px;
}
.layout.ant-layout-has-sider {
  -ms-flex-direction: row;
      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: 0;
  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: -ms-flexbox;
  display: flex;
  height: 59px;
}
.layout .top-nav-header-index .header-index-wide .ant-menu.ant-menu-horizontal {
  border: none;
  height: 64px;
  line-height: 64px;
}
.layout .top-nav-header-index .header-index-wide .header-index-left {
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  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;
  /* 使用横向导航视图时 修复logo与名称展示错误问题 */
}
.layout .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header .router-link-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}
.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;
  line-height: 1;
  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;
  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: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  margin-right: 0;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control-wrapper {
  -ms-flex: 1 1;
      flex: 1 1;
  display: inline-block;
  vertical-align: middle;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item > .ant-form-item-label {
  line-height: 32px;
  padding-right: 8px;
  width: auto;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control {
  height: 32px;
  line-height: 32px;
}
.table-page-search-wrapper .table-page-search-submitButtons {
  display: block;
  margin-bottom: 24px;
  white-space: nowrap;
}
.content .table-operator {
  margin-bottom: 18px;
}
.content .table-operator button {
  margin-right: 8px;
}

/*
* The following styles are auto-applied to elements with
* transition="page-transition" when their visibility is toggled
* by Vue.js.
*
* You can easily play with the page transition by editing
* these styles.
*/
.page-transition-enter {
  opacity: 0;
}
.page-transition-leave-active {
  opacity: 0;
}
.page-transition-enter .page-transition-container,
.page-transition-leave-active .page-transition-container {
  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: -ms-flexbox;
  display: flex;
  /*margin-bottom: 16px;*/
}
.page-header .detail .avatar[data-v-c3445be0] {
  -ms-flex: 0 1 72px;
      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%;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.page-header .detail .main .row[data-v-c3445be0] {
  display: -ms-flexbox;
  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;
  -ms-flex: auto;
      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] {
  -ms-flex: auto;
      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] {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin-left: 88px;
  min-width: 242px;
  text-align: right;
}
.page-header .detail .main .action[data-v-c3445be0] {
  margin-left: 56px;
  min-width: 266px;
  -ms-flex: 0 1 auto;
      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] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mobile .page-header .main .row .avatar[data-v-c3445be0] {
  -ms-flex: 0 1 25%;
      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] {
  -ms-flex: 0 1 70%;
      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] {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-left: 0;
  min-width: 0;
  text-align: right;
}
.mobile .page-header .main .row .action[data-v-c3445be0] {
  margin-left: unset;
  min-width: 266px;
  -ms-flex: 0 1 auto;
      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-99248454] {
  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 {
  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-width: 2px !important;
  border-color: #2375FF !important;
}
.conent-wrap-box {
  margin: 12px 12px 0;
  width: calc(100% - 24px);
  height: calc(100% - 64px);
  overflow: auto;
}
.conent-wrap-box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
  display: none;
}
.conent-wrap-box .-o-scrollbar {
  display: none;
}

.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 {
  -ms-flex: 1;
      flex: 1;
}
.j-modal-box .j-modal-title-row .right {
  position: absolute;
  right: 56px;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.j-modal-box .j-modal-title-row .right .summary-box {
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 13px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}
.j-modal-box .j-modal-title-row .right .summary-box:hover {
  color: rgba(0, 0, 0, 0.75);
}
.j-modal-box .j-modal-title-row .right .ant-modal-close {
  position: static;
  width: 56px;
  height: 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-927d6bea] {
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s;
  font-size: 12px;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-927d6bea]:hover {
  color: #f5222d;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-927d6bea]:active {
  color: #666;
}

.com__box[data-v-265dfeb4] {
  position: static;
  top: 56px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2222;
}
.com__box .com__box_cont[data-v-265dfeb4] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.tipText[data-v-265dfeb4] {
  position: relative;
  top: -100px;
  color: #000000;
}
.loading[data-v-265dfeb4],
.loading > div[data-v-265dfeb4] {
  position: relative;
  box-sizing: border-box;
}
.loading[data-v-265dfeb4] {
  display: block;
  font-size: 0;
  color: #2375FF;
}
.loading.la-dark[data-v-265dfeb4] {
  color: #333;
}
.loading > div[data-v-265dfeb4] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.loading[data-v-265dfeb4] {
  width: 42px;
  height: 32px;
}
.loading > div[data-v-265dfeb4]:nth-child(1) {
  position: absolute;
  bottom: 32%;
  left: 18%;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transform-origin: center bottom;
  animation: ball-climbing-dot-jump-265dfeb4 0.6s ease-in-out infinite;
}
.loading > div[data-v-265dfeb4]:not(:nth-child(1)) {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 2px;
  border-radius: 0;
  transform: translate(60%, 0);
  animation: ball-climbing-dot-steps-265dfeb4 1.8s linear infinite;
}
.loading > div[data-v-265dfeb4]:not(:nth-child(1)):nth-child(2) {
  animation-delay: 0ms;
}
.loading > div[data-v-265dfeb4]:not(:nth-child(1)):nth-child(3) {
  animation-delay: -600ms;
}
.loading > div[data-v-265dfeb4]:not(:nth-child(1)):nth-child(4) {
  animation-delay: -1200ms;
}
@keyframes ball-climbing-dot-jump-265dfeb4 {
0% {
    transform: scale(1, 0.7);
}
20% {
    transform: scale(0.7, 1.2);
}
40% {
    transform: scale(1, 1);
}
50% {
    bottom: 125%;
}
46% {
    transform: scale(1, 1);
}
80% {
    transform: scale(0.7, 1.2);
}
90% {
    transform: scale(0.7, 1.2);
}
100% {
    transform: scale(1, 0.7);
}
}
@keyframes ball-climbing-dot-steps-265dfeb4 {
0% {
    top: 0;
    right: 0;
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    top: 100%;
    right: 100%;
    opacity: 0;
}
}

.app-container-temp[data-v-c540d9e8] {
  padding-top: 20px;
}
.img-box[data-v-c540d9e8] {
  height: 100%;
  text-align: center;
}
.img-box img[data-v-c540d9e8] {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: contain;
}

.btn-box[data-v-2a25b7a0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.btn-box .btn-left-box[data-v-2a25b7a0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.btn-box .btn-left-box .file-box[data-v-2a25b7a0] {
  padding: 0 10px;
}
iframe[data-v-2a25b7a0] {
  border: 0;
}

.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-2a1157d2] .tui-editor-defaultUI .te-mode-switch,
.j-markdown-editor[data-v-2a1157d2] .tui-editor-defaultUI .tui-scrollsync {
  line-height: 1.5;
}

.code-editor-cust {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  /**选中样式偶然出现高度不够的情况*/
}
.code-editor-cust .CodeMirror {
  -ms-flex-positive: 1;
      flex-grow: 1;
  z-index: 1;
}
.code-editor-cust .CodeMirror .CodeMirror-code {
  line-height: 19px;
}
.code-editor-cust .code-mode-select {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  max-width: 130px;
}
.code-editor-cust .CodeMirror {
  height: auto;
  min-height: 100%;
}
.code-editor-cust .null-tip {
  position: absolute;
  top: 4px;
  left: 36px;
  z-index: 10;
  color: #ffffffc9;
  line-height: initial;
}
.code-editor-cust .null-tip-hidden {
  display: none;
}
.code-editor-cust .CodeMirror-selected {
  min-height: 19px !important;
}
/* 全屏样式 */
.full-screen-parent {
  position: relative;
}
.full-screen-parent .full-screen-icon {
  opacity: 0;
  color: black;
  width: 20px;
  height: 20px;
  line-height: 24px;
  background-color: white;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 9;
  cursor: pointer;
  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;
}

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

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

.my-dept-select-tree[data-v-66e1a6fc] {
  height: 350px;
  overflow-y: scroll;
}
.my-dept-select-tree.fullscreen[data-v-66e1a6fc] {
  height: calc(100vh - 55px - 55px - 48px - 40px);
}
.drawer-bootom-button[data-v-66e1a6fc] {
  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-c68c73f8] {
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s;
  font-size: 12px;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-c68c73f8]:hover {
  color: #f5222d;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-c68c73f8]:active {
  color: #666;
}

.title[data-v-5443930e] {
  padding: 0 0 20px;
  font-size: 16px;
}

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

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

.j-super-query-box[data-v-12253f5b] {
  display: inline-block;
}
.j-super-query-modal .j-super-query-history-card[data-v-12253f5b] .ant-card-body,
.j-super-query-modal .j-super-query-history-card[data-v-12253f5b] .ant-card-head-title {
  padding: 0;
}
.j-super-query-modal .j-super-query-history-card[data-v-12253f5b] .ant-card-head {
  padding: 4px 8px;
  min-height: initial;
}
.j-super-query-modal .j-super-query-history-empty[data-v-12253f5b] .ant-empty-image {
  height: 80px;
  line-height: 80px;
  margin-bottom: 0;
}
.j-super-query-modal .j-super-query-history-empty[data-v-12253f5b] img {
  width: 80px;
  height: 65px;
}
.j-super-query-modal .j-super-query-history-empty[data-v-12253f5b] .ant-empty-description {
  color: #afafaf;
  margin: 8px 0;
}
.j-super-query-modal .j-super-query-history-tree .j-history-tree-title[data-v-12253f5b] {
  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-12253f5b] {
  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-12253f5b]:hover {
  color: #666666;
}
.j-super-query-modal .j-super-query-history-tree .j-history-tree-title-closer[data-v-12253f5b]:active {
  color: #333333;
}
.j-super-query-modal .j-super-query-history-tree .j-history-tree-title:hover .j-history-tree-title-closer[data-v-12253f5b] {
  opacity: 1;
}
.j-super-query-modal .j-super-query-history-tree[data-v-12253f5b] .ant-tree-switcher {
  display: none;
}
.j-super-query-modal .j-super-query-history-tree[data-v-12253f5b] .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-f75b4158] .imgupload .iconp{padding:20px;}
/* update--end--autor:lvdandan-----date:20201016------for：j-image-upload图片组件单张图片详情回显空白*/
[data-v-f75b4158] .image-upload-single-over .ant-upload-select{display: none}
.tip[data-v-f75b4158]{ line-height: 20px;margin-top: -15px; white-space: nowrap;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      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-09304eaa] {
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s;
  font-size: 12px;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-09304eaa]:hover {
  color: #f5222d;
}
.components-input-demo-presuffix .anticon-close-circle[data-v-09304eaa]: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;
  -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-80db0f1a] .content .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}


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



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

.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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: center;
      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-9cea80fe] .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%;
}

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

