.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);
}
@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: -webkit-grabbing;
  cursor: grabbing;
}
.jeecg-form-container-disabled fieldset[disabled] .ant-upload-list {
  -ms-pointer-events: auto !important;
  pointer-events: auto !important;
}
.jeecg-form-container-disabled .ant-upload-list-item-actions .anticon-delete,
.jeecg-form-container-disabled .ant-upload-list-item .anticon-close {
  display: none;
}


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

.uploadty-disabled .ant-upload-list-item .anticon-close {
  display: none;
}
.uploadty-disabled .ant-upload-list-item .anticon-delete {
  display: none;
}
.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-d3139a30] .tui-editor-defaultUI .te-mode-switch,
.j-markdown-editor[data-v-d3139a30] .tui-editor-defaultUI .tui-scrollsync {
  line-height: 1.5;
}

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

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

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

.j-super-query-box[data-v-5ebc2214] {
  display: inline-block;
}
.j-super-query-modal .j-super-query-history-card[data-v-5ebc2214] .ant-card-body,
.j-super-query-modal .j-super-query-history-card[data-v-5ebc2214] .ant-card-head-title {
  padding: 0;
}
.j-super-query-modal .j-super-query-history-card[data-v-5ebc2214] .ant-card-head {
  padding: 4px 8px;
  min-height: initial;
}
.j-super-query-modal .j-super-query-history-empty[data-v-5ebc2214] .ant-empty-image {
  height: 80px;
  line-height: 80px;
  margin-bottom: 0;
}
.j-super-query-modal .j-super-query-history-empty[data-v-5ebc2214] img {
  width: 80px;
  height: 65px;
}
.j-super-query-modal .j-super-query-history-empty[data-v-5ebc2214] .ant-empty-description {
  color: #afafaf;
  margin: 8px 0;
}
.j-super-query-modal .j-super-query-history-tree .j-history-tree-title[data-v-5ebc2214] {
  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-5ebc2214] {
  color: #999999;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.j-super-query-modal .j-super-query-history-tree .j-history-tree-title-closer[data-v-5ebc2214]:hover {
  color: #666666;
}
.j-super-query-modal .j-super-query-history-tree .j-history-tree-title-closer[data-v-5ebc2214]:active {
  color: #333333;
}
.j-super-query-modal .j-super-query-history-tree .j-history-tree-title:hover .j-history-tree-title-closer[data-v-5ebc2214] {
  opacity: 1;
}
.j-super-query-modal .j-super-query-history-tree[data-v-5ebc2214] .ant-tree-switcher {
  display: none;
}
.j-super-query-modal .j-super-query-history-tree[data-v-5ebc2214] .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-365d6523] .imgupload .ant-upload-select {
  display: block;
}
[data-v-365d6523] .imgupload .ant-upload.ant-upload-select-picture-card {
  width: 120px;
  height: 120px;
}
[data-v-365d6523] .imgupload .iconp {
  padding: 32px;
}
/* update--end--autor:lvdandan-----date:20201016------for：j-image-upload图片组件单张图片详情回显空白*/


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


.drag[data-v-09efc04a]{
  position: relative;
  background-color: #e8e8e8;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.handler[data-v-09efc04a]{
  width: 40px;
  height: 32px;
  border: 1px solid #ccc;
  cursor: move;
}
.handler_bg[data-v-09efc04a]{
  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-09efc04a]{
  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-09efc04a]{
  background-color: #7ac23c;
  height: 34px;
  width: 0px;
}
.drag_text[data-v-09efc04a]{
  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;
}

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

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

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

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

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

.j-vxe-progress.no-animation[data-v-c83018b8] .ant-progress-success-bg,
.j-vxe-progress.no-animation[data-v-c83018b8] .ant-progress-bg {
  -webkit-transition: none !important;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

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

