@charset "UTF-8";
.j-widget-dropdown-box[data-v-56774cb3] {
  width: 100%;
  min-width: 230px;
}
.j-widget-dropdown-box .search-box[data-v-56774cb3] {
    border-bottom: 1px solid #ececec;
}
.j-widget-dropdown-box .search-box[data-v-56774cb3] .el-input__inner {
      border: none;
}
.j-widget-dropdown-box .fields-box[data-v-56774cb3] {
    padding: 8px 0;
    max-height: 340px;
    overflow-y: auto;
    /* 1. 声明过渡效果 */
    /* 2. 声明进入和离开的状态 */
    /* 3. 确保离开的项目被移除出了布局流
          以便正确地计算移动时的动画效果。 */
}
.j-widget-dropdown-box .fields-box[data-v-56774cb3] .field-item {
      padding: 0 12px;
      height: 36px;
      line-height: 36px;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: relative;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
}
.j-widget-dropdown-box .fields-box[data-v-56774cb3] .field-item:not(.sortable-chosen):hover {
        background-color: #f0f0f0;
}
.j-widget-dropdown-box .fields-box[data-v-56774cb3] .field-item .checkbox {
        margin-right: 12px;
}
.j-widget-dropdown-box .fields-box[data-v-56774cb3] .field-item .drag-sort-icon {
        color: #999;
        font-size: 16px;
        position: absolute;
        right: 8px;
        cursor: move;
}
.j-widget-dropdown-box .fields-box[data-v-56774cb3] .field-item.undraggable {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
}
.j-widget-dropdown-box .fields-box[data-v-56774cb3] .field-item.undraggable .drag-sort-icon {
          display: none;
}
.j-widget-dropdown-box .fields-box[data-v-56774cb3] .field-divider {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: default;
}
.j-widget-dropdown-box .fields-box[data-v-56774cb3] .field-divider .el-icon-question {
        font-size: 18px;
        cursor: help;
        position: relative;
        top: 2px;
        left: 4px;
}
.j-widget-dropdown-box .fields-box[data-v-56774cb3] .widget-dropdown-draggable.dragging .field-item {
      background-color: white !important;
}
.j-widget-dropdown-box .fields-box[data-v-56774cb3] .widget-dropdown-draggable.dragging .field-item.undraggable {
        opacity: 0.3;
        cursor: not-allowed;
}
.j-widget-dropdown-box .fields-box[data-v-56774cb3] .widget-dropdown-draggable .field-item.ghost {
      background-color: #f0f0f0 !important;
}
.j-widget-dropdown-box .fields-box[data-v-56774cb3] .widget-dropdown-draggable .field-item.ghost * {
        opacity: 0;
}
.j-widget-dropdown-box .fields-box .fade-move[data-v-56774cb3],
    .j-widget-dropdown-box .fields-box .fade-enter-active[data-v-56774cb3],
    .j-widget-dropdown-box .fields-box .fade-leave-active[data-v-56774cb3] {
      -webkit-transition: all 0.15s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.15s cubic-bezier(0.55, 0, 0.1, 1);
}
.j-widget-dropdown-box .fields-box .fade-enter-from[data-v-56774cb3],
    .j-widget-dropdown-box .fields-box .fade-leave-to[data-v-56774cb3] {
      display: none;
}
.j-widget-dropdown-box .fields-box .fade-leave-active[data-v-56774cb3] {
      position: absolute;
}
.j-widget-dropdown-box .toolbar-box[data-v-56774cb3] {
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    position: relative;
    border-bottom: 1px solid #ececec;
}
.j-widget-dropdown-box .toolbar-box .checkbox[data-v-56774cb3] {
      margin-right: 12px;
}
.j-widget-dropdown-box .toolbar-box .setting-icon[data-v-56774cb3] {
      color: #999;
      font-size: 16px;
      position: absolute;
      right: 8px;
      cursor: pointer;
}
.j-widget-dropdown-menu[data-v-56774cb3] {
  padding: 0;
}

.j-span.j-span-empty[data-v-31cef050] {
  display: inline-block;
  width: 22px;
  height: 6px;
  background: #eaeaea;
  border-radius: 3px;
}

.j-tag-input {
  width: 100%;
  position: relative;
}
.j-tag-input .el-dropdown {
    width: 100%;
}
.j-tag-input .tag-textarea {
    width: 100%;
    max-height: 160px;
    min-height: 34px;
    line-height: 32px;
    border: 1px solid #dcdfe6;
    overflow: auto;
}
.j-tag-input .tag-textarea .jcs-tag-widget {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      color: #6c747b;
      margin: 0 4px;
      padding: 0 12px;
      line-height: 24px;
      border-radius: 16px;
      border: 1px solid #b9d3e7;
      background-color: #d7edfe;
}
.j-tag-input .tag-textarea .jcs-tag-widget .jcs-tag-widget-text {
        max-width: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
}
.j-tag-input .tag-textarea .jcs-tag-widget .jcs-tag-widget-text.nl-width {
          max-width: none;
}
.j-tag-input .tag-textarea .jcs-tag-widget .jcs-tag-widget-close {
        margin-left: 4px;
        cursor: pointer;
        line-height: 24px;
}
.j-tag-input .tag-textarea .jcs-tag-widget .jcs-tag-widget-close:hover {
          color: #409eff;
}
.j-tag-input .tag-textarea .jcs-tag-widget.theme-gray {
        border-color: #dddddd;
        background-color: #f4f4f5;
}
.j-tag-input .tag-textarea .jcs-tag-widget.theme-yellow {
        border-color: #e6a23c;
        background-color: #fdf6ec;
}
.j-tag-input .tag-textarea .jcs-tag-widget.theme-green {
        border-color: #67c23a;
        background-color: #e1f3d8;
}
.j-tag-input .tag-textarea .jcs-tag-widget.deleted {
        border-color: #f14235;
        background-color: #fef4f3;
}
.j-tag-input .tag-textarea .jcs-symbol-widget {
      margin: 0 4px;
}
.j-tag-input .tag-textarea > .CodeMirror {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-family: inherit !important;
      height: auto;
      min-height: 34px;
}
.j-tag-input .tag-textarea > .CodeMirror .CodeMirror-lines {
        padding: 4px 0;
}
.j-tag-input .tag-textarea > .CodeMirror .CodeMirror-line {
        padding: 0 10px;
}
.j-tag-input-options .el-empty {
    padding: 0;
}
.j-tag-input-options .el-empty .el-empty__image {
      display: none;
}
.j-tag-input-options .el-empty .el-empty__description {
      margin: 4px 0;
}

.cus-dialog-container .el-dialog__footer {
  margin: 0 20px;
  padding: 15px 0 16px;
  text-align: center;
  position: relative;
}
.cus-dialog-container .el-dialog__footer .dialog-footer {
    display: block;
}
.cus-dialog-container .el-dialog__footer .dialog-footer .circular {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      width: 24px;
      height: 24px;
}
.cus-dialog-container .el-dialog__footer .dialog-footer .el-loading-text {
      display: inline-block;
      vertical-align: middle;
}
.cus-dialog-container .el-dialog__footer .dialog-footer .el-loading-spinner {
      margin-top: -12px;
}
.j-modal-title-row .left {
  width: calc(100% - 56px);
}
.j-modal-title-row .right {
  width: 56px;
}
.j-modal-title-row .right .j-btn-fullscreen {
    top: 1px;
    right: 30px;
    font-size: 13px;
}
.j-modal-title-row .right .j-btn-fullscreen .iconfont {
      font-weight: normal;
}

.j-custom-regexp-modal .span-success {
  display: none;
}
.j-custom-regexp-modal .span-success .el-icon-success {
    margin-left: 4px;
    color: #00c345;
}
.j-custom-regexp-modal .is-success .span-success {
  display: inline-block;
}
.j-custom-regexp-modal .preset-box {
  margin-top: 8px;
}
.j-custom-regexp-modal .preset-box .preset-item {
    margin-bottom: 8px;
}
.j-custom-regexp-modal .preset-box .preset-item:hover {
      color: #1890FF;
      cursor: pointer;
}

html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,Segoe UI,Arial,Roboto,'PingFang SC',miui,'Hiragino Sans GB','Microsoft Yahei',sans-serif}a{text-decoration:none}button,input,textarea{color:inherit;font:inherit}[class*=van-]:focus,a:focus,button:focus,input:focus,textarea:focus{outline:0}ol,ul{margin:0;padding:0;list-style:none}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.van-clearfix::after{display:table;clear:both;content:''}[class*=van-hairline]::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid #ebedf0;-webkit-transform:scale(.5);transform:scale(.5)}.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom{position:relative}.van-hairline--top::after{border-top-width:1px}.van-hairline--left::after{border-left-width:1px}.van-hairline--right::after{border-right-width:1px}.van-hairline--bottom::after{border-bottom-width:1px}.van-hairline--top-bottom::after,.van-hairline-unset--top-bottom::after{border-width:1px 0}.van-hairline--surround::after{border-width:1px}@-webkit-keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-fade-in{from{opacity:0}to{opacity:1}}@keyframes van-fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes van-fade-out{from{opacity:1}to{opacity:0}}@keyframes van-fade-out{from{opacity:1}to{opacity:0}}@-webkit-keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.van-fade-enter-active{-webkit-animation:.3s van-fade-in both ease-out;animation:.3s van-fade-in both ease-out}.van-fade-leave-active{-webkit-animation:.3s van-fade-out both ease-in;animation:.3s van-fade-out both ease-in}.van-slide-up-enter-active{-webkit-animation:van-slide-up-enter .3s both ease-out;animation:van-slide-up-enter .3s both ease-out}.van-slide-up-leave-active{-webkit-animation:van-slide-up-leave .3s both ease-in;animation:van-slide-up-leave .3s both ease-in}.van-slide-down-enter-active{-webkit-animation:van-slide-down-enter .3s both ease-out;animation:van-slide-down-enter .3s both ease-out}.van-slide-down-leave-active{-webkit-animation:van-slide-down-leave .3s both ease-in;animation:van-slide-down-leave .3s both ease-in}.van-slide-left-enter-active{-webkit-animation:van-slide-left-enter .3s both ease-out;animation:van-slide-left-enter .3s both ease-out}.van-slide-left-leave-active{-webkit-animation:van-slide-left-leave .3s both ease-in;animation:van-slide-left-leave .3s both ease-in}.van-slide-right-enter-active{-webkit-animation:van-slide-right-enter .3s both ease-out;animation:van-slide-right-enter .3s both ease-out}.van-slide-right-leave-active{-webkit-animation:van-slide-right-leave .3s both ease-in;animation:van-slide-right-leave .3s both ease-in}
.van-loading{position:relative;color:#c8c9cc;font-size:0;vertical-align:middle}.van-loading__spinner{position:relative;display:inline-block;width:30px;max-width:100%;height:30px;max-height:100%;vertical-align:middle;-webkit-animation:van-rotate .8s linear infinite;animation:van-rotate .8s linear infinite}.van-loading__spinner--spinner{-webkit-animation-timing-function:steps(12);animation-timing-function:steps(12)}.van-loading__spinner--spinner i{position:absolute;top:0;left:0;width:100%;height:100%}.van-loading__spinner--spinner i::before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:' '}.van-loading__spinner--circular{-webkit-animation-duration:2s;animation-duration:2s}.van-loading__circular{display:block;width:100%;height:100%}.van-loading__circular circle{-webkit-animation:van-circular 1.5s ease-in-out infinite;animation:van-circular 1.5s ease-in-out infinite;stroke:currentColor;stroke-width:3;stroke-linecap:round}.van-loading__text{display:inline-block;margin-left:8px;color:#969799;font-size:14px;vertical-align:middle}.van-loading--vertical{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-loading--vertical .van-loading__text{margin:8px 0 0}@-webkit-keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}100%{stroke-dasharray:90,150;stroke-dashoffset:-120}}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}100%{stroke-dasharray:90,150;stroke-dashoffset:-120}}.van-loading__spinner--spinner i:nth-of-type(1){-webkit-transform:rotate(30deg);transform:rotate(30deg);opacity:1}.van-loading__spinner--spinner i:nth-of-type(2){-webkit-transform:rotate(60deg);transform:rotate(60deg);opacity:.9375}.van-loading__spinner--spinner i:nth-of-type(3){-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:.875}.van-loading__spinner--spinner i:nth-of-type(4){-webkit-transform:rotate(120deg);transform:rotate(120deg);opacity:.8125}.van-loading__spinner--spinner i:nth-of-type(5){-webkit-transform:rotate(150deg);transform:rotate(150deg);opacity:.75}.van-loading__spinner--spinner i:nth-of-type(6){-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:.6875}.van-loading__spinner--spinner i:nth-of-type(7){-webkit-transform:rotate(210deg);transform:rotate(210deg);opacity:.625}.van-loading__spinner--spinner i:nth-of-type(8){-webkit-transform:rotate(240deg);transform:rotate(240deg);opacity:.5625}.van-loading__spinner--spinner i:nth-of-type(9){-webkit-transform:rotate(270deg);transform:rotate(270deg);opacity:.5}.van-loading__spinner--spinner i:nth-of-type(10){-webkit-transform:rotate(300deg);transform:rotate(300deg);opacity:.4375}.van-loading__spinner--spinner i:nth-of-type(11){-webkit-transform:rotate(330deg);transform:rotate(330deg);opacity:.375}.van-loading__spinner--spinner i:nth-of-type(12){-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:.3125}
.van-list__error-text,.van-list__finished-text,.van-list__loading{color:#969799;font-size:14px;line-height:50px;text-align:center}.van-list__placeholder{height:0;pointer-events:none}
.van-info{position:absolute;top:0;right:0;box-sizing:border-box;min-width:16px;padding:0 3px;color:#fff;font-weight:500;font-size:12px;font-family:-apple-system-font,Helvetica Neue,Arial,sans-serif;line-height:1.2;text-align:center;background-color:#ee0a24;border:1px solid #fff;border-radius:16px;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100%;transform-origin:100%}.van-info--dot{width:8px;min-width:0;height:8px;background-color:#ee0a24;border-radius:100%}
.van-icon{position:relative;display:inline-block;font:normal normal normal 14px/1 vant-icon;font:normal normal normal 14px/1 var(--van-icon-font-family, 'vant-icon');font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}.van-icon:before{display:inline-block}.van-icon-contact:before{content:'\e753'}.van-icon-notes:before{content:'\e63c'}.van-icon-records:before{content:'\e63d'}.van-icon-cash-back-record:before{content:'\e63e'}.van-icon-newspaper:before{content:'\e63f'}.van-icon-discount:before{content:'\e640'}.van-icon-completed:before{content:'\e641'}.van-icon-user:before{content:'\e642'}.van-icon-description:before{content:'\e643'}.van-icon-list-switch:before{content:'\e6ad'}.van-icon-list-switching:before{content:'\e65a'}.van-icon-link-o:before{content:'\e751'}.van-icon-miniprogram-o:before{content:'\e752'}.van-icon-qq:before{content:'\e74e'}.van-icon-wechat-moments:before{content:'\e74f'}.van-icon-weibo:before{content:'\e750'}.van-icon-cash-o:before{content:'\e74d'}.van-icon-guide-o:before{content:'\e74c'}.van-icon-invitation:before{content:'\e6d6'}.van-icon-shield-o:before{content:'\e74b'}.van-icon-exchange:before{content:'\e6af'}.van-icon-eye:before{content:'\e6b0'}.van-icon-enlarge:before{content:'\e6b1'}.van-icon-expand-o:before{content:'\e6b2'}.van-icon-eye-o:before{content:'\e6b3'}.van-icon-expand:before{content:'\e6b4'}.van-icon-filter-o:before{content:'\e6b5'}.van-icon-fire:before{content:'\e6b6'}.van-icon-fail:before{content:'\e6b7'}.van-icon-failure:before{content:'\e6b8'}.van-icon-fire-o:before{content:'\e6b9'}.van-icon-flag-o:before{content:'\e6ba'}.van-icon-font:before{content:'\e6bb'}.van-icon-font-o:before{content:'\e6bc'}.van-icon-gem-o:before{content:'\e6bd'}.van-icon-flower-o:before{content:'\e6be'}.van-icon-gem:before{content:'\e6bf'}.van-icon-gift-card:before{content:'\e6c0'}.van-icon-friends:before{content:'\e6c1'}.van-icon-friends-o:before{content:'\e6c2'}.van-icon-gold-coin:before{content:'\e6c3'}.van-icon-gold-coin-o:before{content:'\e6c4'}.van-icon-good-job-o:before{content:'\e6c5'}.van-icon-gift:before{content:'\e6c6'}.van-icon-gift-o:before{content:'\e6c7'}.van-icon-gift-card-o:before{content:'\e6c8'}.van-icon-good-job:before{content:'\e6c9'}.van-icon-home-o:before{content:'\e6ca'}.van-icon-goods-collect:before{content:'\e6cb'}.van-icon-graphic:before{content:'\e6cc'}.van-icon-goods-collect-o:before{content:'\e6cd'}.van-icon-hot-o:before{content:'\e6ce'}.van-icon-info:before{content:'\e6cf'}.van-icon-hotel-o:before{content:'\e6d0'}.van-icon-info-o:before{content:'\e6d1'}.van-icon-hot-sale-o:before{content:'\e6d2'}.van-icon-hot:before{content:'\e6d3'}.van-icon-like:before{content:'\e6d4'}.van-icon-idcard:before{content:'\e6d5'}.van-icon-like-o:before{content:'\e6d7'}.van-icon-hot-sale:before{content:'\e6d8'}.van-icon-location-o:before{content:'\e6d9'}.van-icon-location:before{content:'\e6da'}.van-icon-label:before{content:'\e6db'}.van-icon-lock:before{content:'\e6dc'}.van-icon-label-o:before{content:'\e6dd'}.van-icon-map-marked:before{content:'\e6de'}.van-icon-logistics:before{content:'\e6df'}.van-icon-manager:before{content:'\e6e0'}.van-icon-more:before{content:'\e6e1'}.van-icon-live:before{content:'\e6e2'}.van-icon-manager-o:before{content:'\e6e3'}.van-icon-medal:before{content:'\e6e4'}.van-icon-more-o:before{content:'\e6e5'}.van-icon-music-o:before{content:'\e6e6'}.van-icon-music:before{content:'\e6e7'}.van-icon-new-arrival-o:before{content:'\e6e8'}.van-icon-medal-o:before{content:'\e6e9'}.van-icon-new-o:before{content:'\e6ea'}.van-icon-free-postage:before{content:'\e6eb'}.van-icon-newspaper-o:before{content:'\e6ec'}.van-icon-new-arrival:before{content:'\e6ed'}.van-icon-minus:before{content:'\e6ee'}.van-icon-orders-o:before{content:'\e6ef'}.van-icon-new:before{content:'\e6f0'}.van-icon-paid:before{content:'\e6f1'}.van-icon-notes-o:before{content:'\e6f2'}.van-icon-other-pay:before{content:'\e6f3'}.van-icon-pause-circle:before{content:'\e6f4'}.van-icon-pause:before{content:'\e6f5'}.van-icon-pause-circle-o:before{content:'\e6f6'}.van-icon-peer-pay:before{content:'\e6f7'}.van-icon-pending-payment:before{content:'\e6f8'}.van-icon-passed:before{content:'\e6f9'}.van-icon-plus:before{content:'\e6fa'}.van-icon-phone-circle-o:before{content:'\e6fb'}.van-icon-phone-o:before{content:'\e6fc'}.van-icon-printer:before{content:'\e6fd'}.van-icon-photo-fail:before{content:'\e6fe'}.van-icon-phone:before{content:'\e6ff'}.van-icon-photo-o:before{content:'\e700'}.van-icon-play-circle:before{content:'\e701'}.van-icon-play:before{content:'\e702'}.van-icon-phone-circle:before{content:'\e703'}.van-icon-point-gift-o:before{content:'\e704'}.van-icon-point-gift:before{content:'\e705'}.van-icon-play-circle-o:before{content:'\e706'}.van-icon-shrink:before{content:'\e707'}.van-icon-photo:before{content:'\e708'}.van-icon-qr:before{content:'\e709'}.van-icon-qr-invalid:before{content:'\e70a'}.van-icon-question-o:before{content:'\e70b'}.van-icon-revoke:before{content:'\e70c'}.van-icon-replay:before{content:'\e70d'}.van-icon-service:before{content:'\e70e'}.van-icon-question:before{content:'\e70f'}.van-icon-search:before{content:'\e710'}.van-icon-refund-o:before{content:'\e711'}.van-icon-service-o:before{content:'\e712'}.van-icon-scan:before{content:'\e713'}.van-icon-share:before{content:'\e714'}.van-icon-send-gift-o:before{content:'\e715'}.van-icon-share-o:before{content:'\e716'}.van-icon-setting:before{content:'\e717'}.van-icon-points:before{content:'\e718'}.van-icon-photograph:before{content:'\e719'}.van-icon-shop:before{content:'\e71a'}.van-icon-shop-o:before{content:'\e71b'}.van-icon-shop-collect-o:before{content:'\e71c'}.van-icon-shop-collect:before{content:'\e71d'}.van-icon-smile:before{content:'\e71e'}.van-icon-shopping-cart-o:before{content:'\e71f'}.van-icon-sign:before{content:'\e720'}.van-icon-sort:before{content:'\e721'}.van-icon-star-o:before{content:'\e722'}.van-icon-smile-comment-o:before{content:'\e723'}.van-icon-stop:before{content:'\e724'}.van-icon-stop-circle-o:before{content:'\e725'}.van-icon-smile-o:before{content:'\e726'}.van-icon-star:before{content:'\e727'}.van-icon-success:before{content:'\e728'}.van-icon-stop-circle:before{content:'\e729'}.van-icon-records-o:before{content:'\e72a'}.van-icon-shopping-cart:before{content:'\e72b'}.van-icon-tosend:before{content:'\e72c'}.van-icon-todo-list:before{content:'\e72d'}.van-icon-thumb-circle-o:before{content:'\e72e'}.van-icon-thumb-circle:before{content:'\e72f'}.van-icon-umbrella-circle:before{content:'\e730'}.van-icon-underway:before{content:'\e731'}.van-icon-upgrade:before{content:'\e732'}.van-icon-todo-list-o:before{content:'\e733'}.van-icon-tv-o:before{content:'\e734'}.van-icon-underway-o:before{content:'\e735'}.van-icon-user-o:before{content:'\e736'}.van-icon-vip-card-o:before{content:'\e737'}.van-icon-vip-card:before{content:'\e738'}.van-icon-send-gift:before{content:'\e739'}.van-icon-wap-home:before{content:'\e73a'}.van-icon-wap-nav:before{content:'\e73b'}.van-icon-volume-o:before{content:'\e73c'}.van-icon-video:before{content:'\e73d'}.van-icon-wap-home-o:before{content:'\e73e'}.van-icon-volume:before{content:'\e73f'}.van-icon-warning:before{content:'\e740'}.van-icon-weapp-nav:before{content:'\e741'}.van-icon-wechat-pay:before{content:'\e742'}.van-icon-warning-o:before{content:'\e743'}.van-icon-wechat:before{content:'\e744'}.van-icon-setting-o:before{content:'\e745'}.van-icon-youzan-shield:before{content:'\e746'}.van-icon-warn-o:before{content:'\e747'}.van-icon-smile-comment:before{content:'\e748'}.van-icon-user-circle-o:before{content:'\e749'}.van-icon-video-o:before{content:'\e74a'}.van-icon-add-square:before{content:'\e65c'}.van-icon-add:before{content:'\e65d'}.van-icon-arrow-down:before{content:'\e65e'}.van-icon-arrow-up:before{content:'\e65f'}.van-icon-arrow:before{content:'\e660'}.van-icon-after-sale:before{content:'\e661'}.van-icon-add-o:before{content:'\e662'}.van-icon-alipay:before{content:'\e663'}.van-icon-ascending:before{content:'\e664'}.van-icon-apps-o:before{content:'\e665'}.van-icon-aim:before{content:'\e666'}.van-icon-award:before{content:'\e667'}.van-icon-arrow-left:before{content:'\e668'}.van-icon-award-o:before{content:'\e669'}.van-icon-audio:before{content:'\e66a'}.van-icon-bag-o:before{content:'\e66b'}.van-icon-balance-list:before{content:'\e66c'}.van-icon-back-top:before{content:'\e66d'}.van-icon-bag:before{content:'\e66e'}.van-icon-balance-pay:before{content:'\e66f'}.van-icon-balance-o:before{content:'\e670'}.van-icon-bar-chart-o:before{content:'\e671'}.van-icon-bars:before{content:'\e672'}.van-icon-balance-list-o:before{content:'\e673'}.van-icon-birthday-cake-o:before{content:'\e674'}.van-icon-bookmark:before{content:'\e675'}.van-icon-bill:before{content:'\e676'}.van-icon-bell:before{content:'\e677'}.van-icon-browsing-history-o:before{content:'\e678'}.van-icon-browsing-history:before{content:'\e679'}.van-icon-bookmark-o:before{content:'\e67a'}.van-icon-bulb-o:before{content:'\e67b'}.van-icon-bullhorn-o:before{content:'\e67c'}.van-icon-bill-o:before{content:'\e67d'}.van-icon-calendar-o:before{content:'\e67e'}.van-icon-brush-o:before{content:'\e67f'}.van-icon-card:before{content:'\e680'}.van-icon-cart-o:before{content:'\e681'}.van-icon-cart-circle:before{content:'\e682'}.van-icon-cart-circle-o:before{content:'\e683'}.van-icon-cart:before{content:'\e684'}.van-icon-cash-on-deliver:before{content:'\e685'}.van-icon-cash-back-record-o:before{content:'\e686'}.van-icon-cashier-o:before{content:'\e687'}.van-icon-chart-trending-o:before{content:'\e688'}.van-icon-certificate:before{content:'\e689'}.van-icon-chat:before{content:'\e68a'}.van-icon-clear:before{content:'\e68b'}.van-icon-chat-o:before{content:'\e68c'}.van-icon-checked:before{content:'\e68d'}.van-icon-clock:before{content:'\e68e'}.van-icon-clock-o:before{content:'\e68f'}.van-icon-close:before{content:'\e690'}.van-icon-closed-eye:before{content:'\e691'}.van-icon-circle:before{content:'\e692'}.van-icon-cluster-o:before{content:'\e693'}.van-icon-column:before{content:'\e694'}.van-icon-comment-circle-o:before{content:'\e695'}.van-icon-cluster:before{content:'\e696'}.van-icon-comment:before{content:'\e697'}.van-icon-comment-o:before{content:'\e698'}.van-icon-comment-circle:before{content:'\e699'}.van-icon-completed-o:before{content:'\e69a'}.van-icon-credit-pay:before{content:'\e69b'}.van-icon-coupon:before{content:'\e69c'}.van-icon-debit-pay:before{content:'\e69d'}.van-icon-coupon-o:before{content:'\e69e'}.van-icon-contact-o:before{content:'\e69f'}.van-icon-descending:before{content:'\e6a0'}.van-icon-desktop-o:before{content:'\e6a1'}.van-icon-diamond-o:before{content:'\e6a2'}.van-icon-description-o:before{content:'\e6a3'}.van-icon-delete:before{content:'\e6a4'}.van-icon-diamond:before{content:'\e6a5'}.van-icon-delete-o:before{content:'\e6a6'}.van-icon-cross:before{content:'\e6a7'}.van-icon-edit:before{content:'\e6a8'}.van-icon-ellipsis:before{content:'\e6a9'}.van-icon-down:before{content:'\e6aa'}.van-icon-discount-o:before{content:'\e6ab'}.van-icon-ecard-pay:before{content:'\e6ac'}.van-icon-envelop-o:before{content:'\e6ae'}@font-face{font-weight:400;font-family:vant-icon;font-style:normal;font-display:auto;src:url(data:font/woff2;charset=utf-8;base64,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) format('woff2'),url(//at.alicdn.com/t/c/font_2553510_kfwma2yq1rs.woff?t=1694918397022) format('woff')}.van-icon__image{display:block;width:1em;height:1em;object-fit:contain}
.van-cell{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;width:100%;padding:10px 16px;overflow:hidden;color:#323233;font-size:14px;line-height:24px;background-color:#fff}.van-cell::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-cell--borderless::after,.van-cell:last-child::after{display:none}.van-cell__label{margin-top:4px;color:#969799;font-size:12px;line-height:18px}.van-cell__title,.van-cell__value{-webkit-box-flex:1;-webkit-flex:1;flex:1}.van-cell__value{position:relative;overflow:hidden;color:#969799;text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__value--alone{color:#323233;text-align:left}.van-cell__left-icon,.van-cell__right-icon{height:24px;font-size:16px;line-height:24px}.van-cell__left-icon{margin-right:4px}.van-cell__right-icon{margin-left:4px;color:#969799}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:#f2f3f5}.van-cell--required{overflow:visible}.van-cell--required::before{position:absolute;left:8px;color:#ee0a24;font-size:14px;content:'*'}.van-cell--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-cell--large{padding-top:12px;padding-bottom:12px}.van-cell--large .van-cell__title{font-size:16px}.van-cell--large .van-cell__label{font-size:14px}
.van-cell-group{background-color:#fff}.van-cell-group--inset{margin:0 16px;overflow:hidden;border-radius:8px}.van-cell-group__title{padding:16px 16px 8px;color:#969799;font-size:14px;line-height:16px}.van-cell-group__title--inset{padding:16px 16px 8px 32px}
.van-checkbox{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-checkbox--disabled{cursor:not-allowed}.van-checkbox--label-disabled{cursor:default}.van-checkbox--horizontal{margin-right:12px}.van-checkbox__icon{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:1em;font-size:20px;line-height:1em;cursor:pointer}.van-checkbox__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid #c8c9cc;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color}.van-checkbox__icon--round .van-icon{border-radius:100%}.van-checkbox__icon--checked .van-icon{color:#fff;background-color:#1989fa;border-color:#1989fa}.van-checkbox__icon--disabled{cursor:not-allowed}.van-checkbox__icon--disabled .van-icon{background-color:#ebedf0;border-color:#c8c9cc}.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon{color:#c8c9cc}.van-checkbox__label{margin-left:8px;color:#323233;line-height:20px}.van-checkbox__label--left{margin:0 8px 0 0}.van-checkbox__label--disabled{color:#c8c9cc}
.fm-editor-container .mce-branding {
  display: none;
}
.fm-editor-container .mce-tinymce {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}


.j-line-nowrap[data-v-4a4ec031] {
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@charset "UTF-8";
.j-table-mobile[data-v-65f7619e] .el-table__expanded-cell {
  padding: 10px;
}
.j-table-expand[data-v-65f7619e] {
  width: 100%;
  font-size: 0;
}
.j-table-expand[data-v-65f7619e] label {
    width: 90px;
    color: #99a9bf;
    text-align: right;
}
.j-table-expand[data-v-65f7619e] .el-form-item {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
}
.j-table-expand[data-v-65f7619e] .el-form-item .el-form-item__content {
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
}

/* 分页组件样式微调 */
.j-select-pagination[data-v-65f7619e] {
  margin: 10px 0;
  text-align: right;
}
.j-select-pagination[data-v-65f7619e] .el-pagination .el-select .el-input {
    margin: 0;
}
.j-select-pagination[data-v-65f7619e] .el-pagination__sizes {
    margin: 0;
}
.j-select-pagination[data-v-65f7619e] .el-pagination {
    padding: 0;
}

@charset "UTF-8";
/* loading加载样式 */
.j-select-user-modal + .el-loading-mask {
  position: fixed;
}

.j-select-depart .el-input input {
  cursor: pointer;
}

.j-select-depart .icon-user[data-v-5be71106] {
  font-size: 16px;
  position: relative;
  left: 4px;
  cursor: pointer;
  color: #333333;
}

.user-tag[data-v-4de1e0e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px 0 0;
  position: relative;
  height: 32px;
  border-radius: calc(32px / 2);
  margin-right: 8px;
}
.user-tag[data-v-4de1e0e0]:last-child {
    margin-right: 0;
}
.user-tag .avatar[data-v-4de1e0e0] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 4px;
    cursor: pointer;
}
.user-tag .avatar img[data-v-4de1e0e0] {
      width: 100%;
      height: 100%;
}
.user-tag .info[data-v-4de1e0e0] {
    height: 32px;
    line-height: 32px;
}
.user-tag .remove[data-v-4de1e0e0] {
    position: absolute;
    top: -14px;
    right: -4px;
    font-size: 18px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: none;
}
.user-tag.allow-remove[data-v-4de1e0e0] {
    background-color: #f5f5f5;
}
.user-tag.allow-remove .avatar[data-v-4de1e0e0] {
      position: relative;
      background-color: #ececec;
}
.user-tag.allow-remove:hover .remove[data-v-4de1e0e0] {
      display: block;
}
.user-tag.size-small[data-v-4de1e0e0] {
    height: 24px;
    border-radius: calc(24px / 2);
}
.user-tag.size-small .avatar[data-v-4de1e0e0] {
      width: 24px;
      height: 24px;
}
.user-tag.size-small .info[data-v-4de1e0e0] {
      height: 24px;
      line-height: 24px;
}
.user-tag.size-small .remove[data-v-4de1e0e0] {
      top: -10px;
      right: -4px;
}
.user-tag.size-large[data-v-4de1e0e0] {
    height: 38px;
    border-radius: calc(38px / 2);
}
.user-tag.size-large .avatar[data-v-4de1e0e0] {
      width: 38px;
      height: 38px;
}
.user-tag.size-large .info[data-v-4de1e0e0] {
      height: 38px;
      line-height: 38px;
}
.user-tag.size-large .remove[data-v-4de1e0e0] {
      top: -18px;
      right: -4px;
}
.popover-info-box[data-v-4de1e0e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.popover-info-box .avatar[data-v-4de1e0e0] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}
.popover-info-box .avatar img[data-v-4de1e0e0] {
      width: 100%;
      height: 100%;
}
.popover-info-box .info[data-v-4de1e0e0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: calc(100% - 48px);
}
.popover-info-box .info .info-item[data-v-4de1e0e0] {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 12px;
      margin-bottom: 4px;
      color: #666666;
}
.popover-info-box .info .name[data-v-4de1e0e0] {
      font-weight: bold;
      margin-bottom: 6px;
      font-size: 14px;
      color: #000000;
}

.user-list .user-item[data-v-663507ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 2px 6px;
  margin-bottom: 4px;
}
.user-list .user-item[data-v-663507ac]:hover {
    background-color: #f5f5f5;
}
.user-list .user-item[data-v-663507ac]:last-child {
    margin-bottom: 0;
}
.user-list .user-item > div[data-v-663507ac] {
    margin-right: 4px;
}
.user-list .user-item > div[data-v-663507ac]:last-child {
      margin-right: 0;
}
.user-list .user-item div.checkbox[data-v-663507ac] {
    pointer-events: none;
}
.user-list .user-item div.checkbox[data-v-663507ac] .el-checkbox:not(.is-checked) .el-checkbox__inner {
      background-color: #e0e0e0;
}
.user-list .user-item div.radio[data-v-663507ac] {
    pointer-events: none;
}
.user-list .user-item div.radio[data-v-663507ac] .el-radio:not(.is-checked) .el-radio__inner {
      background-color: #e0e0e0;
}
.user-list .user-item div.radio[data-v-663507ac] .el-radio:not(.is-checked) .el-radio__inner:after {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
}
.user-list .user-item div.radio[data-v-663507ac] .el-radio__label {
      display: none;
}
.user-list .user-item div.extra[data-v-663507ac] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.depart-txt[data-v-c9134126] {
  color: #999;
  font-size: 12px;
  width: 220px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  right: 120px;
}
.j-select-users-modal.mobile .depart-txt[data-v-c9134126] {
  right: 20px;
  text-align: left;
  width: 120px;
}

.parent-filter[data-v-2dd62dc0] {
  width: 100%;
}
.parent-filter[data-v-2dd62dc0] .el-select {
    width: 100%;
}
.parent-filter[data-v-2dd62dc0] .el-select .el-input__icon {
      color: white;
}
.parent-filter[data-v-2dd62dc0] .el-select .el-input__inner {
      border: 0;
      color: white;
      height: 38px;
      background-color: #409EFF;
}
.parent-filter[data-v-2dd62dc0] .el-select .el-input__suffix .el-icon-circle-check {
      display: none;
}
.search-input-box[data-v-2dd62dc0] {
  z-index: 1;
  width: 100%;
  margin: 8px 0 0 0;
}
.search-input-box.active[data-v-2dd62dc0] {
    z-index: 3;
}
.show-pf .search-input-box[data-v-2dd62dc0] .el-input__inner {
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.selected-users[data-v-2dd62dc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.selected-users .user-tag[data-v-2dd62dc0] {
    margin-bottom: 8px;
}
.dialog-footer[data-v-2dd62dc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.dialog-footer[data-v-2dd62dc0] .el-col {
    text-align: right;
}
.dialog-footer[data-v-2dd62dc0] .el-col:first-child {
      text-align: left;
}
.dialog-footer.mobile[data-v-2dd62dc0] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.dialog-footer.mobile[data-v-2dd62dc0] .el-col {
      text-align: center;
}
.dialog-footer.mobile[data-v-2dd62dc0] .el-col:first-child {
        margin-top: 12px;
        margin-bottom: 12px;
        text-align: left;
}
.dialog-footer.mobile[data-v-2dd62dc0] .el-col .el-button {
        width: 100%;
}

.j-select-users-modal .el-dialog__body {
  padding-top: 8px;
  padding-bottom: 8px;
}

.j-select-users .style-input .iconfont.icon-user[data-v-3a8f6760],
.j-select-users .style-input[data-v-3a8f6760] .el-input__inner {
  cursor: pointer;
}
.j-select-users .style-input .iconfont.icon-user[data-v-3a8f6760] {
  font-size: 16px;
  position: relative;
  left: 4px;
  color: #333333;
}
.selected-users[data-v-3a8f6760] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.selected-users .user-tag[data-v-3a8f6760] {
    margin-top: 4px;
    margin-bottom: 4px;
}
.icon [class*="el-icon-"][data-v-3a8f6760] {
  cursor: pointer;
  border: 1px solid #ececec;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
}
.icon [class*="el-icon-"][data-v-3a8f6760]:hover {
    background-color: #f5f7fa;
}
.icon [class*="el-icon-"].disabled[data-v-3a8f6760] {
    cursor: not-allowed;
    color: #c0c4cc;
}
.icon [class*="el-icon-"].disabled[data-v-3a8f6760]:hover {
      background-color: transparent;
}
.icon .el-icon-sort[data-v-3a8f6760] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.j-select-users.size-small .user-tag[data-v-3a8f6760] {
  margin-top: 2px;
  margin-bottom: 2px;
}
.j-select-users.size-small .icon [class*="el-icon-"][data-v-3a8f6760] {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}

.dialog-footer.is-mobile[data-v-7861c6ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dialog-footer.is-mobile > *[data-v-7861c6ae] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.tree-box[data-v-7861c6ae] {
  max-height: 400px;
  overflow: auto;
  margin-top: 10px;
}

.j-select-depart .el-input input {
  cursor: pointer;
}

.j-select-depart .icon-depart2[data-v-13d6f81a] {
  font-size: 16px;
  position: relative;
  left: 4px;
  cursor: pointer;
  color: #333333;
}

/*!
 * Viewer.js v1.11.6
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:16:35.830Z
 */

.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
  }

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.viewer-container::-moz-selection, .viewer-container *::-moz-selection {
    background-color: transparent;
  }

.viewer-container::selection,
  .viewer-container *::selection {
    background-color: transparent;
  }

.viewer-container:focus {
    outline: 0;
  }

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto;
  }

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    width: 30px;
  }

.viewer-list > li:focus,
    .viewer-list > li:hover {
      opacity: 0.75;
    }

.viewer-list > li:focus {
      outline: 0;
    }

.viewer-list > li + li {
      margin-left: 1px;
    }

.viewer-list > .viewer-loading {
    position: relative;
  }

.viewer-list > .viewer-loading::after {
      border-width: 2px;
      height: 20px;
      margin-left: -10px;
      margin-top: -10px;
      width: 20px;
    }

.viewer-list > .viewer-active,
  .viewer-list > .viewer-active:focus,
  .viewer-list > .viewer-active:hover {
    opacity: 1;
  }

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.viewer-player > img {
    left: 0;
    position: absolute;
    top: 0;
  }

.viewer-toolbar > ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px;
  }

.viewer-toolbar > ul > li {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      cursor: pointer;
      float: left;
      height: 24px;
      overflow: hidden;
      -webkit-transition: background-color 0.15s;
      transition: background-color 0.15s;
      width: 24px;
    }

.viewer-toolbar > ul > li:focus,
      .viewer-toolbar > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }

.viewer-toolbar > ul > li:focus {
        -webkit-box-shadow: 0 0 3px #fff;
                box-shadow: 0 0 3px #fff;
        outline: 0;
        position: relative;
        z-index: 1;
      }

.viewer-toolbar > ul > li::before {
        margin: 2px;
      }

.viewer-toolbar > ul > li + li {
        margin-left: 1px;
      }

.viewer-toolbar > ul > .viewer-small {
      height: 18px;
      margin-bottom: 3px;
      margin-top: 3px;
      width: 18px;
    }

.viewer-toolbar > ul > .viewer-small::before {
        margin: -1px;
      }

.viewer-toolbar > ul > .viewer-large {
      height: 30px;
      margin-bottom: -3px;
      margin-top: -3px;
      width: 30px;
    }

.viewer-toolbar > ul > .viewer-large::before {
        margin: 5px;
      }

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 5%;
  max-width: 90%;
  min-height: 14px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
    opacity: 1;
  }

.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus,
  .viewer-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

.viewer-button:focus {
    -webkit-box-shadow: 0 0 3px #fff;
            box-shadow: 0 0 3px #fff;
    outline: 0;
  }

.viewer-button::before {
    bottom: 15px;
    left: 15px;
    position: absolute;
  }

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.viewer-loading::after {
    -webkit-animation: viewer-spinner 1s linear infinite;
            animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
  }

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}

.j-file-upload-container .el-upload-list__item .el-progress {
  top: 34px;
}
.j-file-upload-container .el-upload-list__item-name .el-icon-document {
  font-size: 28px;
  vertical-align: middle;
}
.j-file-upload-container .el-upload-list__item-status-label,
.j-file-upload-container .el-icon-close {
  line-height: 1.9em;
  font-size: 22px;
}
.j-file-upload-container .read-only .el-upload {
  cursor: not-allowed !important;
}
.j-file-upload-container .read-only .el-upload .el-upload-dragger {
    cursor: not-allowed !important;
    border: 1px dashed #d9d9d9 !important;
}
.j-file-upload-container .el-upload-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.j-file-upload-container .el-upload-list .el-upload-list__item {
    width: 180px;
    height: 120px;
    margin: 0 10px 10px 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    cursor: pointer;
}
.j-file-upload-container .el-upload-list .file-upload-item {
    width: 100%;
    height: 100%;
}
.j-file-upload-container .el-upload-list .file-upload-item:hover {
      background-color: #ffffff;
}
.j-file-upload-container .el-upload-list .file-upload-item:hover .file-mask {
        opacity: 1;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-preview {
      width: 100%;
      height: 100%;
      background-color: #f5f5f5;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-preview img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-preview .preview-file {
        width: 100%;
        height: 100%;
        position: relative;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-preview .preview-file .file-icon {
          width: 100%;
          height: calc(100% - 24px);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-preview .preview-file .file-name {
          width: 100%;
          height: 24px;
          line-height: 24px;
          text-align: left;
          padding-left: 8px;
          font-size: 12px;
          color: #000000;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          background-color: white;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-preview.uploading .preview-file .el-progress {
      position: relative;
      top: 0 !important;
      left: 0 !important;
      width: 100%;
      height: calc(100% - 24px);
}
.j-file-upload-container .el-upload-list .file-upload-item .file-preview.uploading .preview-file .el-progress .el-progress__text {
        display: block;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-preview.uploading .preview-file .el-progress .el-progress-circle {
        margin: 6px auto 0;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-mask {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 8px;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-mask .file-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        height: 100%;
        color: #ffffff;
        letter-spacing: -1px;
        line-height: 1.2em;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-mask .file-info .file-name {
          font-size: 12px;
          color: #ffffff;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-mask .file-info .file-size {
          font-size: 10px;
          color: #cccccc;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-mask .file-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 22px;
        padding: 0 8px;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-mask .file-actions .action-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 26px;
          height: 100%;
          font-size: 12px;
          background-color: #ffffff;
          cursor: pointer;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          color: #666666;
          border-radius: 2px;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-mask .file-actions .action-item .el-icon-close {
            line-height: 1;
            position: static;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-mask .file-actions .action-item:hover i {
            color: #409EFF;
}
.j-file-upload-container .el-upload-list .file-upload-item .file-mask .file-actions .action-item:hover i.el-icon-delete-solid, .j-file-upload-container .el-upload-list .file-upload-item .file-mask .file-actions .action-item:hover i.el-icon-close {
              color: #ff0000;
}
.j-file-upload-container.is-drag .el-upload, .j-file-upload-container.is-drag .el-upload-dragger {
  width: 100%;
}

.j-file-upload-container .event-none[data-v-d347bac6] {
  pointer-events: none;
}

.j-upload-box .upload-file {
  margin: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  vertical-align: top;
}
.j-upload-box .upload-file:last-child {
    /*margin-bottom: 0;*/
}
.j-upload-box .upload-file:hover .upload-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.j-upload-box .upload-file.j-file-upload-container {
    border: 0;
}
.j-upload-box .upload-file .upload-action {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.j-upload-box .upload-file .upload-action i {
      color: #fff;
      cursor: pointer;
      margin: 0 5px;
}
.j-upload-box .upload-file .file-status {
    position: absolute;
    right: -15px;
    top: -6px;
    width: 40px;
    height: 24px;
    background: #13ce66;
    text-align: center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}
.j-upload-box .upload-file .file-status > i {
      font-size: 12px;
      margin-top: 11px;
      color: #fff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
}
.j-upload-box .upload-file.is-uploading:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.j-upload-box .upload-file .upload-progress {
    position: absolute;
}
.j-upload-box .upload-file .upload-progress .el-progress__text {
      color: #fff;
      font-size: 16px !important;
}
.j-upload-box .upload-file img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.j-upload-box .el-upload--picture-card {
  position: relative;
  overflow: hidden;
}
.j-upload-box .el-upload--picture-card .el-icon-plus {
    position: absolute;
    top: 50%;
    left: 50%;
}
.j-upload-box .event-none {
  pointer-events: none;
}

@charset "UTF-8";
/* 兼容编译后，莫名其妙的原因导致底部出现滚动条 */
.j-area-linkage-popper .el-scrollbar {
  overflow: hidden !important;
}
.j-area-linkage-popper .el-scrollbar__wrap {
  height: 204px !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

.j-number {
  display: inline-block;
  position: relative;
  width: 100%;
}
.j-number.j-number--prefix .is-without-controls .el-input__inner {
    padding-left: 30px !important;
}
.j-number.j-number--prefix .is-without-controls .el-input__prefix {
    left: 10px !important;
}
.j-number.j-number--suffix .is-without-controls .el-input__inner {
    padding-right: 30px !important;
}
.j-number.j-number--suffix .is-without-controls .el-input__suffix {
    right: 10px !important;
}
.j-number .el-input-number.is-controls-right .el-input__inner {
    padding-right: 40px;
}

.j-slider-box[data-v-aedcb75e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.j-slider-box .el-slider[data-v-aedcb75e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.j-slider-box .right-display[data-v-aedcb75e] {
    margin-left: 12px;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@charset "UTF-8";
.j-select-dropdown-show-value.el-select-dropdown.is-multiple .el-select-dropdown__item {
  padding: 0 20px 0 30px;
}
.j-select-dropdown-show-value.el-select-dropdown.is-multiple .el-select-dropdown__item::after {
    position: absolute;
    content: "✔";
    font-family: element-icons, serif;
    font-size: 12px;
    font-weight: 700;
    top: 0;
    right: initial;
    left: 8px;
}
.j-select-dropdown-show-value.el-select-dropdown.is-multiple .el-select-dropdown__item:not(.selected)::after {
    content: "○";
    font-size: 13px;
    color: #cccccc;
}
.j-select-dropdown-show-value.el-select-dropdown .j-select-option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.j-select-dropdown-show-value.el-select-dropdown .j-select-option-item .opt-label,
  .j-select-dropdown-show-value.el-select-dropdown .j-select-option-item .opt-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.j-select-dropdown-show-value.el-select-dropdown .j-select-option-item .opt-label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.j-select-dropdown-show-value.el-select-dropdown .j-select-option-item .opt-value {
    width: 50%;
    color: #8492A6;
    font-size: 13px;
    text-align: right;
}
.el-select-dropdown .el-select-dropdown__item.j-select-option-item {
  padding: 0 30px 0 8px;
}
.el-select-dropdown .el-select-dropdown__item.j-select-option-item.selected {
    background-color: #e6f7ff;
}
.el-select-dropdown .el-select-dropdown__item.j-select-option-item::after {
    content: " ";
    position: absolute;
    font-family: element-icons, serif;
    font-size: 12px;
    font-weight: 700;
    top: 0;
    right: 20px;
}
.el-select-dropdown .el-select-dropdown__item.j-select-option-item.selected::after {
    content: "✔";
}

.option-use-color[data-v-3d982bbe] {
  margin-right: 12px;
}
.option-label-color[data-v-3d982bbe] {
  display: inline-block;
}

.option-use-color[data-v-4bd41c16] {
  margin-right: 12px;
}
.option-label-color[data-v-4bd41c16] {
  display: inline-block;
}

.j-query-form-item[data-v-17f3ed8d] {
  margin-right: 0;
}
.j-query-form-item[data-v-17f3ed8d] .el-form-item__content {
    width: calc(100% - 100px);
}
.j-query-form-item .j-single-box[data-v-17f3ed8d] {
    width: 240px;
}
.j-query-form-item .j-single-box .j-form-item[data-v-17f3ed8d] {
      width: 100%;
}
.j-query-form-item .j-group-box[data-v-17f3ed8d] {
    width: 500px;
}
.j-query-form-item .j-group-box .j-form-item[data-v-17f3ed8d] {
      width: calc(50% - 15px);
}
.j-query-form-item .j-group-box .j-group-divide[data-v-17f3ed8d] {
      width: 30px;
      text-align: center;
      display: inline-block;
}
.j-query-form-item.is-mobile .j-single-box[data-v-17f3ed8d], .j-query-form-item.is-mobile .j-group-box[data-v-17f3ed8d], .j-query-form-item.is-mobile .j-form-item[data-v-17f3ed8d] {
    width: 100% !important;
}
.j-query-form-item.is-mobile .j-group-box .j-form-item[data-v-17f3ed8d] {
    margin-bottom: 8px;
}
.j-query-form-item.is-mobile .j-group-divide[data-v-17f3ed8d] {
    display: none !important;
}
.j-query-form-item.is-mobile[data-v-17f3ed8d] .el-form-item__content {
    width: 100%;
}

.j-table-dict-list-mobile {
  margin-top: 10px;
  overflow: auto;
}
.j-table-dict-list-mobile .data-card-box {
    padding: 4px;
}
.j-table-dict-list-mobile .data-card-box .card-item {
      padding: 10px;
      width: 100%;
      margin: 0 0 10px 0;
      position: relative;
      border-radius: 3px;
      background-color: white;
      cursor: pointer;
      border: 1px transparent solid;
      -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 1px 4px 0, rgba(0, 0, 0, 0.12) 0 0 2px 0;
              box-shadow: rgba(0, 0, 0, 0.12) 0 1px 4px 0, rgba(0, 0, 0, 0.12) 0 0 2px 0;
      font-size: 14px;
      line-height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
}
.j-table-dict-list-mobile .data-card-box .card-item.checked {
        border-color: #00c345;
        background-color: #fafafa;
        border-radius: 3px 10px 3px 3px;
}
.j-table-dict-list-mobile .data-card-box .card-item.checked .card-icon {
          display: block;
}
.j-table-dict-list-mobile .data-card-box .card-item .card-content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 100%;
}
.j-table-dict-list-mobile .data-card-box .card-item .card-content .info-title {
          font-weight: bold;
          color: #333333;
          margin-bottom: 4px;
}
.j-table-dict-list-mobile .data-card-box .card-item .card-content .card-field {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          font-size: 12px;
          line-height: 20px;
}
.j-table-dict-list-mobile .data-card-box .card-item .card-content .card-field .label {
            max-width: 160px;
            color: #9e9e9e;
            padding-right: 1em;
}
.j-table-dict-list-mobile .data-card-box .card-item .card-content .card-field .value {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 0px;
                    flex: 1 1 0;
            height: 22px;
            overflow: hidden;
            white-space: nowrap;
}
.j-table-dict-list-mobile .data-card-box .card-item .card-icon {
        position: absolute;
        right: -2px;
        top: -2px;
        color: #00c345;
        font-size: 22px;
        display: none;
}
.j-table-dict-list-mobile .bottom-load {
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.j-table-dict-list-mobile .bottom-load .el-loading-spinner {
      margin: 20px 0;
}
.j-table-dict-list-mobile .bottom-load .el-loading-spinner .circular,
      .j-table-dict-list-mobile .bottom-load .el-loading-spinner .el-loading-text {
        display: inline-block;
        vertical-align: middle;
        padding: 0 4px;
}
.j-table-dict-list-mobile .bottom-load .el-loading-spinner .circular {
        width: 26px;
        height: 18px;
}
.j-table-dict-list-mobile .bottom-load .is-bottom {
      line-height: 48px;
}

@charset "UTF-8";
.__table-dict .input-icon[data-v-35435e4b] {
  font-size: 16px;
  position: relative;
  left: 4px;
  cursor: pointer;
  color: #999999;
}
.__table-dict [disabled=true][data-v-35435e4b], .__table-dict [disabled=disabled][data-v-35435e4b] {
  pointer-events: none;
}
.__table-dict.disabled[data-v-35435e4b] {
  cursor: not-allowed;
}
.j-table[data-v-35435e4b] .j-table-header-cell .cell {
  overflow: hidden;
  white-space: nowrap;
}
.j-table-mobile[data-v-35435e4b] .el-table__expanded-cell {
  padding: 10px;
}
[data-v-35435e4b] .is-mobile.el-dialog .el-dialog__body {
  padding-bottom: 0;
  height: calc(100vh - 105px);
  overflow: auto;
}
[data-v-35435e4b] .is-mobile.el-dialog .el-dialog__footer {
  border-top: 1px solid #f5f5f5;
  height: 50px;
}
.j-table-expand[data-v-35435e4b] {
  width: 100%;
  font-size: 0;
}
.j-table-expand[data-v-35435e4b] label {
    width: 90px;
    color: #99a9bf;
    text-align: right;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.j-table-expand[data-v-35435e4b] .el-form-item {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
}
.j-table-expand[data-v-35435e4b] .el-form-item .el-form-item__content {
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
}

/* 分页组件样式微调 */
.j-table-dict[data-v-35435e4b] {
  margin: 10px 0;
  text-align: right;
}
.j-table-dict[data-v-35435e4b] .el-pagination .el-select .el-input {
    margin: 0;
}
.j-table-dict[data-v-35435e4b] .el-pagination__sizes {
    margin: 0;
}
.j-table-dict[data-v-35435e4b] .el-pagination {
    padding: 0;
}

.j-tree-select[data-v-3ab23464] .el-tag__close {
  display: none;
}
.j-tree-select[data-v-3ab23464] .el-select__tags {
  padding: 0 4px;
}
.j-tree-select[data-v-3ab23464] .el-tag {
  margin: 2px 0 0 2px;
}

.j-verify-code[data-v-fc42ba26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
.j-verify-code .el-input[data-v-fc42ba26] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 8px;
}
.j-verify-code .el-button[data-v-fc42ba26] {
    width: 100px;
}

.j-color-picker {
  width: 100%;
}
.j-color-picker-popper .el-color-dropdown__btns .el-button {
  padding: 7px 15px;
  line-height: 12px;
}

.role-tag[data-v-053286e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px 0 0;
  position: relative;
  height: 32px;
  border-radius: calc(32px / 2);
  margin-right: 8px;
}
.role-tag[data-v-053286e4]:last-child {
    margin-right: 0;
}
.role-tag .icon[data-v-053286e4] {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 4px;
    text-align: center;
}
.role-tag .icon .icon-zuzhijuese[data-v-053286e4] {
      font-size: 20px;
}
.role-tag .info[data-v-053286e4] {
    height: 32px;
    line-height: 32px;
}
.role-tag .remove[data-v-053286e4] {
    position: absolute;
    top: -14px;
    right: -4px;
    font-size: 18px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: none;
}
.role-tag.allow-remove[data-v-053286e4] {
    background-color: #f5f5f5;
}
.role-tag.allow-remove .icon[data-v-053286e4] {
      position: relative;
      background-color: #ececec;
}
.role-tag.allow-remove:hover .remove[data-v-053286e4] {
      display: block;
}
.role-tag.size-small[data-v-053286e4] {
    height: 24px;
    border-radius: calc(24px / 2);
}
.role-tag.size-small .icon[data-v-053286e4] {
      width: 24px;
      height: 24px;
      line-height: 24px;
}
.role-tag.size-small .icon .icon-zuzhijuese[data-v-053286e4] {
        font-size: 16px;
}
.role-tag.size-small .info[data-v-053286e4] {
      height: 24px;
      line-height: 24px;
}
.role-tag.size-small .remove[data-v-053286e4] {
      top: -10px;
      right: -4px;
}
.role-tag.size-large[data-v-053286e4] {
    height: 38px;
    border-radius: calc(38px / 2);
}
.role-tag.size-large .icon[data-v-053286e4] {
      width: 38px;
      height: 38px;
      line-height: 38px;
}
.role-tag.size-large .icon .icon-zuzhijuese[data-v-053286e4] {
        font-size: 24px;
}
.role-tag.size-large .info[data-v-053286e4] {
      height: 38px;
      line-height: 38px;
}
.role-tag.size-large .remove[data-v-053286e4] {
      top: -18px;
      right: -4px;
}

.role-list .role-item[data-v-0f5de9b5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 2px 6px;
  margin-bottom: 4px;
}
.role-list .role-item[data-v-0f5de9b5]:hover {
    background-color: #f5f5f5;
}
.role-list .role-item[data-v-0f5de9b5]:last-child {
    margin-bottom: 0;
}
.role-list .role-item > div[data-v-0f5de9b5] {
    margin-right: 4px;
}
.role-list .role-item > div[data-v-0f5de9b5]:last-child {
      margin-right: 0;
}
.role-list .role-item div.checkbox[data-v-0f5de9b5] {
    pointer-events: none;
}
.role-list .role-item div.checkbox[data-v-0f5de9b5] .el-checkbox:not(.is-checked) .el-checkbox__inner {
      background-color: #e0e0e0;
}
.role-list .role-item div.radio[data-v-0f5de9b5] {
    pointer-events: none;
}
.role-list .role-item div.radio[data-v-0f5de9b5] .el-radio:not(.is-checked) .el-radio__inner {
      background-color: #e0e0e0;
}
.role-list .role-item div.radio[data-v-0f5de9b5] .el-radio:not(.is-checked) .el-radio__inner:after {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
}
.role-list .role-item div.radio[data-v-0f5de9b5] .el-radio__label {
      display: none;
}
.role-list .role-item div.extra[data-v-0f5de9b5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.parent-filter[data-v-e024d258] {
  width: 100%;
}
.parent-filter[data-v-e024d258] .el-select {
    width: 100%;
}
.parent-filter[data-v-e024d258] .el-select .el-input__icon {
      color: white;
}
.parent-filter[data-v-e024d258] .el-select .el-input__inner {
      border: 0;
      color: white;
      height: 38px;
      background-color: #409EFF;
}
.search-input-box[data-v-e024d258] {
  z-index: 1;
  width: 100%;
  margin: 8px 0 0 0;
}
.search-input-box.active[data-v-e024d258] {
    z-index: 3;
}
.show-pf .search-input-box[data-v-e024d258] .el-input__inner {
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.selected-roles[data-v-e024d258] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.selected-roles .role-tag[data-v-e024d258] {
    margin-bottom: 8px;
}
.dialog-footer[data-v-e024d258] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.dialog-footer[data-v-e024d258] .el-col {
    text-align: right;
}
.dialog-footer[data-v-e024d258] .el-col:first-child {
      text-align: left;
}
.dialog-footer.mobile[data-v-e024d258] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.dialog-footer.mobile[data-v-e024d258] .el-col {
      text-align: center;
}
.dialog-footer.mobile[data-v-e024d258] .el-col:first-child {
        margin-top: 12px;
        margin-bottom: 12px;
        text-align: left;
}
.dialog-footer.mobile[data-v-e024d258] .el-col .el-button {
        width: 100%;
}

.j-select-roles-modal .el-dialog__body {
  padding-top: 8px;
  padding-bottom: 8px;
}

.j-select-roles .style-input .iconfont.icon-zuzhijuese[data-v-230ccc2e],
.j-select-roles .style-input[data-v-230ccc2e] .el-input__inner {
  cursor: pointer;
}
.j-select-roles .style-input .iconfont.icon-zuzhijuese[data-v-230ccc2e] {
  font-size: 16px;
  position: relative;
  left: 4px;
  color: #333333;
}
.selected-roles[data-v-230ccc2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.selected-roles .role-tag[data-v-230ccc2e] {
    margin-top: 4px;
    margin-bottom: 4px;
}
.icon [class*="el-icon-"][data-v-230ccc2e] {
  cursor: pointer;
  border: 1px solid #ececec;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
}
.icon [class*="el-icon-"][data-v-230ccc2e]:hover {
    background-color: #f5f7fa;
}
.icon [class*="el-icon-"].disabled[data-v-230ccc2e] {
    cursor: not-allowed;
    color: #c0c4cc;
}
.icon [class*="el-icon-"].disabled[data-v-230ccc2e]:hover {
      background-color: transparent;
}
.icon .el-icon-sort[data-v-230ccc2e] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.j-select-roles.size-small .role-tag[data-v-230ccc2e] {
  margin-top: 2px;
  margin-bottom: 2px;
}
.j-select-roles.size-small .icon [class*="el-icon-"][data-v-230ccc2e] {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}

.tag-item[data-v-507cb28e] {
  color: #606266;
  border: 1px solid #999999;
  margin-right: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #ffffff;
  cursor: pointer;
}
.tag-item[data-v-507cb28e]:hover {
    background-color: #f5f5f5;
}
.tag-item.disabled-view[data-v-507cb28e] {
    cursor: default;
}
.tag-item.disabled-view[data-v-507cb28e]:hover {
      background-color: #ffffff;
}
.tag-item.deleted[data-v-507cb28e] {
    color: #f56c6c;
    border-color: #f56c6c;
}
.tags-loading > span[data-v-507cb28e] {
  margin-left: 4px;
}

.j-files-view[data-v-d8593124] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.j-files-view .preview-file-item[data-v-d8593124] {
    margin-right: 6px;
}
.j-files-view .preview-file-item[data-v-d8593124]:last-child {
      margin-right: 0;
}
.j-files-view .preview-file-item img[data-v-d8593124] {
      height: 100%;
}
.j-files-view.allow-download .preview-file-item[data-v-d8593124] {
    cursor: pointer;
}

.j-link-mode-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.j-link-mode-card .card-item {
    padding: 10px;
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
    border: 1px transparent solid;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 1px 4px 0, rgba(0, 0, 0, 0.12) 0 0 2px 0;
            box-shadow: rgba(0, 0, 0, 0.12) 0 1px 4px 0, rgba(0, 0, 0, 0.12) 0 0 2px 0;
}
.j-link-mode-card .card-item:hover {
      background-color: #F5F7FA;
}
.j-link-mode-card .card-item:hover .card-btn {
        display: block;
}
.j-link-mode-card .card-item .card-title {
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      color: #333333;
      margin-bottom: 8px;
}
.j-link-mode-card .card-item .card-title .delete {
        color: red;
}
.j-link-mode-card .card-item .card-field {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      font-size: 12px;
      line-height: 28px;
}
.j-link-mode-card .card-item .card-field .label {
        max-width: 160px;
        color: #9e9e9e;
        padding-right: 1em;
}
.j-link-mode-card .card-item .card-field .value {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0;
        height: 28px;
        overflow: hidden;
        white-space: nowrap;
}
.j-link-mode-card .card-item .card-btn {
      position: absolute;
      right: -8px;
      top: -14px;
      color: #999999;
      cursor: pointer;
      font-size: 20px;
      display: none;
}
.j-link-mode-card .card-item .card-btn:hover {
        color: #5A6270;
}
.j-link-mode-card .card-item.checked {
      border-color: #409EFF;
}
.j-link-mode-card.card-column-2 .card-item {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
}
.j-link-mode-card.card-column-3 .card-item {
    width: calc(100% / 3 - 10px);
    margin: 0 10px 10px 0;
}

.slot-link-record[data-v-f7d4c3dc] {
  overflow-x: auto;
  max-width: 100%;
}

.j-link-record-select-container[data-v-2c0b7bac] {
  width: 100%;
}
.j-link-record-select-container > .el-dropdown[data-v-2c0b7bac] {
    width: 100%;
}
.j-link-record-select-container[data-v-2c0b7bac] .el-select .el-select__tags {
    pointer-events: none;
}
.j-link-record-select-container[data-v-2c0b7bac] .el-select .el-select__tags .el-tag {
    cursor: pointer;
    pointer-events: all;
}
.j-link-record-select-container[data-v-2c0b7bac] .el-select .el-select__tags .el-tag .el-select__tags-text:hover {
      color: #409eff;
}
.j-link-record-select-container.is-single[data-v-2c0b7bac] .el-select .el-select__tags .el-tag {
    border: none;
    background-color: transparent;
}
.j-link-record-select-container.is-single[data-v-2c0b7bac] .el-select .el-select__tags-text {
    color: #606266;
}
.j-link-record-select-container.is-single[data-v-2c0b7bac] .el-select .el-tag__close {
    display: none;
}
.j-link-record-select-box[data-v-2c0b7bac] {
  width: 100%;
  min-width: 230px;
  font-size: 12px;
}
.j-link-record-select-box .data-search[data-v-2c0b7bac] {
    border-bottom: 1px solid #ececec;
}
.j-link-record-select-box .data-search[data-v-2c0b7bac] .el-input__inner {
      border: none;
}
.j-link-record-select-box .data-scroll[data-v-2c0b7bac] {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 6px 0;
    border-bottom: 1px solid #e4e7ed;
}
.j-link-record-select-box .data-scroll .data-item[data-v-2c0b7bac] {
      padding: 10px;
      cursor: pointer;
      border-bottom: 1px solid #efefef;
      position: relative;
}
.j-link-record-select-box .data-scroll .data-item[data-v-2c0b7bac]:hover {
        background-color: #f5f7fa;
}
.j-link-record-select-box .data-scroll .data-item.checked[data-v-2c0b7bac] {
        background-color: #e2f3ff;
}
.j-link-record-select-box .data-scroll .data-item.checked[data-v-2c0b7bac]:hover {
          background-color: #d3ebff;
}
.j-link-record-select-box .data-scroll .data-item.checked[data-v-2c0b7bac] .el-icon-check {
        display: block;
}
.j-link-record-select-box .data-scroll .data-item[data-v-2c0b7bac] .el-icon-check {
        color: #409eff;
        font-weight: bold;
        display: none;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
}
.j-link-record-select-box .data-scroll .data-item[data-v-2c0b7bac] .data-title:not(.single-title) {
        color: #606266;
        font-weight: bold;
}
.j-link-record-select-box .data-scroll .data-item[data-v-2c0b7bac] .data-title.single-title {
        color: #757575;
        font-size: 12px;
}
.j-link-record-select-box .data-scroll .data-item[data-v-2c0b7bac] .data-fields {
        color: #757575;
        font-size: 12px;
        margin-top: 6px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
}
.j-link-record-select-box .data-create[data-v-2c0b7bac] {
    padding: 4px 0;
    color: #409eff;
}
.j-link-record-select-box .data-create > div[data-v-2c0b7bac] {
      padding: 8px 8px;
}
.j-link-record-select-box .data-create > div[data-v-2c0b7bac]:hover {
        cursor: pointer;
        background-color: #f5f7fa;
}
.j-link-record-select-box .data-create > div > i[data-v-2c0b7bac] {
        margin-right: 4px;
        font-weight: bold;
}
.j-link-record-select-dropdown-menu[data-v-2c0b7bac] {
  padding: 0;
}
.j-link-record-select-dropdown-menu[data-v-2c0b7bac] .el-empty {
    padding: 10px 0;
}

.j-link-record .data-list-item[data-v-905ea2cc] {
  width: 100%;
}

.file-upload-for-j-editable-box {
  width: 100%;
}
.file-upload-for-j-editable-box .el-upload-list {
    display: none;
}
.file-upload-for-j-editable-box .j-editable-upload-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.file-upload-for-j-editable-box .j-editable-upload-item .left {
      width: calc(100% - 20px);
}
.file-upload-for-j-editable-box .j-editable-upload-item .left .el-link--inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        cursor: pointer;
        width: 100%;
}
.file-upload-for-j-editable-box .j-editable-upload-item .left .file-icon {
        margin-right: 4px;
}
.file-upload-for-j-editable-box .j-editable-upload-item .left .file-name {
        width: calc(100% - 20px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.file-upload-for-j-editable-box .j-editable-upload-item .file-action {
      margin-left: 4px;
      cursor: pointer;
      height: 100%;
}
.file-upload-for-j-editable-box .j-editable-upload-item .file-action .action-item {
        position: relative;
        top: 2px;
        margin-right: 4px;
        font-size: 18px;
}

.editable-action-btn[data-v-850f9c0c] {
  margin-bottom: 8px;
}
.column-span[data-v-850f9c0c] {
  width: 100%;
  font-size: 13px;
  display: inline-block;
  min-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.column-span .validate-fail-tips[data-v-850f9c0c] {
    display: none;
    position: absolute;
    top: 2px;
    left: 4px;
    cursor: help;
}
.column-span .validate-fail-tips .el-icon-warning[data-v-850f9c0c] {
      color: #f56c6c;
      font-size: 18px;
}
.column-span.validate-fail .validate-fail-tips[data-v-850f9c0c] {
    display: inline-block;
}
.column-span .link-record-tags[data-v-850f9c0c] {
    overflow-x: auto;
    max-width: 100%;
}

@charset "UTF-8";
.j-editable-table .j-func-column {
  opacity: 0;
}
.j-editable-table .is-index-action .cell {
  position: relative;
  height: 32px;
}
.j-editable-table .is-index-action .btns-action {
  position: absolute;
  top: 0;
  left: 14px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.j-editable-table .is-index-action .btns-action .el-button {
    padding: 7px;
    font-size: 14px;
}
.j-editable-table .hover-row .btns-action {
  opacity: 1;
}
.j-editable-table .hover-row .column-span span.file-download-cell .download-icon {
  background-color: #f5f7fa;
}
.j-editable-table .hover-row .column-span span.file-download-cell .download-icon:hover {
    background-color: white;
}
.j-editable-table .cell {
  line-height: 32px !important;
}
.j-editable-table.popup-mode .cell {
  position: relative;
  height: 26px;
  line-height: 26px !important;
}
.j-editable-table.popup-mode .btns-action {
  left: 18px;
}
.j-editable-table.popup-mode .btns-action .el-button {
    padding: 4px;
    font-size: 12px;
}
.j-editable-table.is-mobile:not(.is-fullscreen) .el-table__body-wrapper {
  max-height: 234px;
  overflow-y: auto;
}
tbody {
  /*数字输入框右侧上下按钮不靠右边样式修改*/
}
tbody .j-editable-theme input[type='number'] {
    padding: 0 0 0 25px;
}
tbody .my-table-columns .cell {
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}
tbody .my-table-columns .cell .j-editable-theme :not(.el-input-number) .el-input .el-input__inner {
      padding: 0 10px;
}
tbody .my-table-columns .cell .j-editable-theme .el-date-editor .el-input__inner {
      padding-left: 30px;
}
tbody .my-table-columns .cell .j-editable-theme.j-editable-textarea .el-textarea__inner {
      resize: none;
      min-height: 69px !important;
      max-height: 69px !important;
}
tbody .my-table-columns .cell .el-input__prefix {
      top: 1px;
}
tbody .my-table-columns.is-slider .el-slider__button-wrapper {
    z-index: 1;
}
tbody .my-table-columns .inner-component.inner-check-not-pass.el-input__inner, tbody .my-table-columns .inner-component.inner-check-not-pass.el-textarea__inner,
  tbody .my-table-columns .inner-component.inner-check-not-pass .el-input__inner,
  tbody .my-table-columns .inner-component.inner-check-not-pass .el-textarea__inner {
    border: 1px solid red !important;
}
tbody .my-table-columns .inner-component.inner-check-not-pass.el-radio-group, tbody .my-table-columns .inner-component.inner-check-not-pass.el-checkbox-group {
    border: 1px solid red !important;
}
tbody .my-table-columns .inner-component.inner-check-not-pass .el-upload--picture-card,
  tbody .my-table-columns .inner-component.inner-check-not-pass .el-upload--text .el-button,
  tbody .my-table-columns .inner-component.inner-check-not-pass .el-upload--text .el-upload-dragger,
  tbody .my-table-columns .inner-component.inner-check-not-pass .el-color-picker__trigger {
    border-color: red !important;
}
tbody .my-table-columns .inner-component.inner-check-not-pass.j-select-users, tbody .my-table-columns .inner-component.inner-check-not-pass.j-select-roles {
    border: 1px solid red !important;
    border-radius: 4px !important;
}
tbody .my-table-columns .j-editable-theme .el-select__tags-text {
    max-width: 70px;
}
tbody .my-table-columns .column-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
tbody .column-span span.file-download-cell i.el-icon-paperclip {
    margin-right: 2px;
}
tbody .column-span span.file-download-cell div.download-icon {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    background-color: white;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
tbody .editing-span {
    color: #606266;
    font-size: 13px;
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
}
tbody .editing-span:hover {
      border-color: #c0c4cc;
}
tbody .editing-span.validate-fail {
      border-color: #ff0000;
}
tbody .editing-span.span-select.is-multiple {
      color: #909399;
}
tbody .editing-span.is-disabled {
      cursor: not-allowed;
      background-color: #f5f7fa;
}
tbody .editing-span.is-disabled:hover {
        border-color: #E4E7ED;
}
thead .my-table-columns .cell {
  color: #000;
  padding-left: 14px;
}

.j-text-component[data-v-17155fd8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.j-text-component.j-vertical-align-top[data-v-17155fd8] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.j-text-component.j-vertical-align-middle[data-v-17155fd8] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.j-text-component.j-vertical-align-bottom[data-v-17155fd8] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.j-markdown-box[data-v-c1d61f56] .tui-editor *,
.j-markdown-box[data-v-c1d61f56] .tui-editor-contents * {
  font-family: 'PingFang SC', 'Helvetica Neue', 'Microsoft YaHei UI', 'Microsoft YaHei', 'Noto Sans CJK SC', Sathu, EucrosiaUPC, Arial, Helvetica, sans-serif;
}
.j-markdown-editor[data-v-c1d61f56] .te-mode-switch {
  line-height: 1.5;
}
.j-markdown-editor[data-v-c1d61f56] .tui-editor .te-preview-style-vertical .te-preview {
  background-color: white;
}
.j-markdown-editor[data-v-c1d61f56] .btn-fullscreen i {
  color: #555555;
  position: relative;
  top: -1px;
}
.j-markdown-editor[data-v-c1d61f56] .btn-fullscreen i.icon-fullscreen-exit {
    display: none;
}
.j-markdown-editor.fullscreen[data-v-c1d61f56] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
.j-markdown-editor.fullscreen[data-v-c1d61f56] .btn-fullscreen i.icon-fullscreen {
    display: none;
}
.j-markdown-editor.fullscreen[data-v-c1d61f56] .btn-fullscreen i.icon-fullscreen-exit {
    display: inline-block;
}


.tui-tooltip {
  z-index: 9999;
}

.van-overlay{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.7)}
.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-popup--center.van-popup--round{border-radius:16px}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 16px 16px}.van-popup--right{top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:16px 0 0 16px}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:16px 16px 0 0}.van-popup--left{top:50%;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 16px 16px 0}.van-popup--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-popup-slide-bottom-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-top-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.van-popup-slide-bottom-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-top-leave-active{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.van-popup-slide-top-enter,.van-popup-slide-top-leave-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter,.van-popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter,.van-popup-slide-bottom-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.van-popup-slide-left-enter,.van-popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:1;color:#c8c9cc;font-size:22px;cursor:pointer}.van-popup__close-icon:active{color:#969799}.van-popup__close-icon--top-left{top:16px;left:16px}.van-popup__close-icon--top-right{top:16px;right:16px}.van-popup__close-icon--bottom-left{bottom:16px;left:16px}.van-popup__close-icon--bottom-right{right:16px;bottom:16px}
.van-picker{position:relative;background-color:#fff;-webkit-user-select:none;user-select:none}.van-picker__toolbar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:44px}.van-picker__cancel,.van-picker__confirm{height:100%;padding:0 16px;font-size:14px;background-color:transparent;border:none;cursor:pointer}.van-picker__cancel:active,.van-picker__confirm:active{opacity:.7}.van-picker__confirm{color:#576b95}.van-picker__cancel{color:#969799}.van-picker__title{max-width:50%;font-weight:500;font-size:16px;line-height:20px;text-align:center}.van-picker__columns{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;cursor:grab}.van-picker__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#1989fa;background-color:rgba(255,255,255,.9)}.van-picker__frame{position:absolute;top:50%;right:16px;left:16px;z-index:2;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.van-picker__mask{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),-webkit-linear-gradient(bottom,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-image:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),linear-gradient(0deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-repeat:no-repeat;background-position:top,bottom;-webkit-transform:translateZ(0);transform:translateZ(0);pointer-events:none}.van-picker-column{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden;font-size:16px}.van-picker-column__wrapper{-webkit-transition-timing-function:cubic-bezier(.23,1,.68,1);transition-timing-function:cubic-bezier(.23,1,.68,1)}.van-picker-column__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:0 4px;color:#000}.van-picker-column__item--disabled{cursor:not-allowed;opacity:.3}
@charset "UTF-8";
/*数字输入框右侧上下按钮不靠右边样式修改*/
[data-v-4823bf48] .j-editable-theme input[type='number'] {
  padding: 0 0 0 15px !important;
}
.j-editable-mobile .name-top[data-v-4823bf48] {
  position: sticky;
  top: 0;
  z-index: 10;
  margin-top: -42px;
  padding: 10px 10px 10px 0;
  background-color: #fff;
  border-bottom: 1px solid transparent;
}
.j-editable-mobile .row[data-v-4823bf48] {
  margin-bottom: 10px;
  padding: 10px 10px 10px 20px;
  background-color: #f0f0f0;
}
.j-editable-mobile .row[data-v-4823bf48]:nth-child(odd) {
    background-color: #f5f5f5;
}
.j-editable-mobile .row[data-v-4823bf48]:last-child {
    margin-bottom: 0;
}
.j-editable-mobile .row .btn[data-v-4823bf48] {
    text-align: right;
}

.widget-j-buttons-view {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.j-data-picker-in-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.j-data-picker-in-filter .block-col {
    width: calc(100% - 32px);
}
.j-data-picker-in-filter .block-col .el-date-editor, .j-data-picker-in-filter .block-col .el-select, .j-data-picker-in-filter .block-col .el-input__inner {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
}
.j-data-picker-in-filter .block-col .el-button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-left: -1px;
}
.j-data-picker-in-filter .block-col .el-select {
      width: 100%;
}
.j-data-picker-in-filter .block-col .el-date-editor, .j-data-picker-in-filter .block-col .el-button, .j-data-picker-in-filter .block-col .el-select {
      position: relative;
      z-index: 1;
      vertical-align: top;
}
.j-data-picker-in-filter .block-col .el-date-editor:hover, .j-data-picker-in-filter .block-col .el-button:hover, .j-data-picker-in-filter .block-col .el-select:hover {
        z-index: 2;
}
.j-data-picker-in-filter .block-col:last-child {
      width: 32px;
}
.j-data-picker-in-filter .el-button {
    padding: 4px;
}
.j-data-picker-in-filter .el-button i[class^="el-icon-"] {
      font-size: 22px;
}

.rule-item[data-v-39c33a8e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.rule-item .rule-text[data-v-39c33a8e] {
    padding-left: 32px;
}
.rule-item .drag-icon[data-v-39c33a8e] {
    width: 32px;
    height: 32px;
    cursor: move;
    text-align: center;
}
.rule-item .body-box[data-v-39c33a8e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rule-item .el-icon-delete[data-v-39c33a8e] {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    display: none;
}
.rule-item:hover .el-icon-delete[data-v-39c33a8e] {
    display: block;
}
.rule-item .number-input[data-v-39c33a8e] {
    width: 100%;
    position: relative;
}
.rule-item .number-input[data-v-39c33a8e] .el-input__inner {
      pointer-events: none;
}
.rule-item .number-input .el-icon-edit[data-v-39c33a8e] {
      display: none;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
}
.rule-item .number-input:hover .el-icon-edit[data-v-39c33a8e] {
      display: block;
}
.rule-add[data-v-39c33a8e] {
  padding-left: 32px;
}

.content[data-v-ec7f5a70] {
  height: 500px;
}
.content .left-col[data-v-ec7f5a70] {
    height: 100%;
}
.content .right-col .search-input-box[data-v-ec7f5a70] {
    padding: 8px 8px 0 0;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content .right-col .poi-box[data-v-ec7f5a70] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 40px);
    overflow: auto;
    cursor: pointer;
    padding: 8px 8px 8px 0;
}
.content .right-col .poi-box .poi-item[data-v-ec7f5a70] {
      width: 100%;
      height: 60px;
      padding: 10px;
      border: 1px solid transparent;
      border-bottom: 1px solid #eee;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
}
.content .right-col .poi-box .poi-item[data-v-ec7f5a70]:last-child {
        border-color: transparent;
}
.content .right-col .poi-box .poi-item[data-v-ec7f5a70]:hover {
        background-color: #f5f5f5;
}
.content .right-col .poi-box .poi-item .poi-content[data-v-ec7f5a70] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: calc(100% - 40px);
}
.content .right-col .poi-box .poi-item .poi-content .poi-title[data-v-ec7f5a70] {
          font-size: 14px;
          font-weight: bold;
          margin-bottom: 6px;
}
.content .right-col .poi-box .poi-item .poi-content .poi-address[data-v-ec7f5a70] {
          font-size: 12px;
          color: #999;
}
.content .right-col .poi-box .poi-item .poi-right-box[data-v-ec7f5a70] {
        width: 40px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.content.is-mobile[data-v-ec7f5a70] {
    height: 100vh;
}
.content.is-mobile .left-col[data-v-ec7f5a70] {
      display: none;
}
.content.is-mobile .right-col[data-v-ec7f5a70] {
      padding-left: 12px !important;
}

.j-select-location-modal .el-dialog__header {
  display: none;
}
.j-select-location-modal .el-dialog__body {
  padding: 0;
}
.j-select-location-modal.el-dialog.is-fullscreen {
  overflow-x: hidden;
}

.j-widget-location-card {
  padding: 10px;
  width: 100%;
  margin: 0 0 10px 0;
  position: relative;
  border-radius: 3px;
  background-color: white;
  cursor: pointer;
  border: 1px transparent solid;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 1px 4px 0, rgba(0, 0, 0, 0.12) 0 0 2px 0;
          box-shadow: rgba(0, 0, 0, 0.12) 0 1px 4px 0, rgba(0, 0, 0, 0.12) 0 0 2px 0;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.j-widget-location-card:hover {
    background-color: #F5F7FA;
}
.j-widget-location-card:hover .card-remove {
      display: block;
}
.j-widget-location-card .card-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: calc(100% - 40px);
}
.j-widget-location-card .card-content .info-title {
      font-weight: 700;
      color: #333333;
      margin-bottom: 4px;
}
.j-widget-location-card .card-content .info-xy {
      color: #8f8f8f;
}
.j-widget-location-card .card-action {
    width: 40px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.j-widget-location-card .card-action .iconfont {
      font-size: 20px;
      color: #999999;
}
.j-widget-location-card .card-action .iconfont:hover {
        color: #5A6270;
}
.j-widget-location-card .card-remove {
    position: absolute;
    right: -8px;
    top: -8px;
    color: #999999;
    cursor: pointer;
    font-size: 20px;
    display: none;
}
.j-widget-location-card .card-remove:hover {
      color: #5A6270;
}

.j-hand-sign-content-box .zm-sign {
  padding: 8px 0;
}
.j-hand-sign-content-box .top-tip-box {
  position: relative;
}
.j-hand-sign-content-box .top-tip-box > span {
    font-size: 14px;
}
.j-hand-sign-content-box .top-tip-box .right-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.j-hand-sign-content-box .top-tip-box .right-close-btn i {
      font-size: 18px;
}
.j-hand-sign-content-box .top-tip-box .right-close-btn:hover i {
      color: red;
}

.j-hand-sign-box .sign-preview {
  position: relative;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.j-hand-sign-box .sign-preview img {
    max-width: 100%;
    pointer-events: none;
}
.j-hand-sign-box .sign-preview .preview-delete-icon {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    display: none;
}
.j-hand-sign-box .sign-preview .preview-delete-icon:hover {
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.j-hand-sign-box .sign-preview:hover .preview-delete-icon, .j-hand-sign-box.is-mobile .preview-delete-icon {
  display: block;
}
.j-hand-sign-box.disabled .preview-delete-icon {
  display: none !important;
}
.j-hand-sign-box .sign-mock-input {
  width: 100%;
  background-color: #f7f7f7;
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0 10px;
}
.j-hand-sign-box .sign-mock-input i {
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.j-hand-sign-box .sign-mock-input:hover {
    background-color: #efefef;
}

.j-ocr-container {
  max-width: 240px;
}
.j-ocr-container, .j-ocr-container .el-upload {
    width: 100%;
}
.j-ocr-container .ocr-upload-button {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background-color: white;
}
.j-ocr-container .ocr-upload-button:hover {
      background-color: #f5f5f5;
}
.j-ocr-container .ocr-upload-button i {
      font-size: 14px;
      margin-right: 4px;
}
.j-ocr-container .ocr-upload-button i, .j-ocr-container .ocr-upload-button span {
      vertical-align: top;
}

.j-generate-form .el-form .el-form-item__label .j-form-item-extra {
  display: none;
  position: absolute;
  right: 0;
}
.j-generate-form .el-form.el-form--label-top .el-form-item__label, .j-generate-form .el-form.el-form--label-right .el-form-item__label, .j-generate-form .el-form.el-form--label-left .el-form-item__label {
  width: 100%;
  position: relative;
}
.j-generate-form .el-form.el-form--label-top .el-form-item__label .j-form-item-label, .j-generate-form .el-form.el-form--label-right .el-form-item__label .j-form-item-label, .j-generate-form .el-form.el-form--label-left .el-form-item__label .j-form-item-label {
    display: inline;
}
.j-generate-form .el-form.el-form--label-top .el-form-item__label .j-form-item-extra, .j-generate-form .el-form.el-form--label-right .el-form-item__label .j-form-item-extra, .j-generate-form .el-form.el-form--label-left .el-form-item__label .j-form-item-extra {
    display: inline-block;
}
.j-generate-form .el-form .el-form-item.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 0 10px;
  background-color: white;
}
.j-generate-form .el-form .el-form-item.fake-hidden {
  display: none;
}

.rule-item[data-v-64e798bc] {
  position: relative;
}
.rule-item .rule-label-box .rule-type[data-v-64e798bc],
  .rule-item .rule-label-box .match-type[data-v-64e798bc],
  .rule-item .rule-label-box .widget-box[data-v-64e798bc] {
    display: inline-block;
    vertical-align: top;
}
.rule-item .rule-label-box .match-type .box[data-v-64e798bc] {
    width: 36px;
    color: #aaaaaa;
    font-weight: bold;
}
.rule-item .rule-label-box .match-type .box.drop-box[data-v-64e798bc]:before {
      width: 100%;
}
.rule-item .rule-label-box .drop-box[data-v-64e798bc] {
    cursor: pointer;
    position: relative;
}
.rule-item .rule-label-box .drop-box[data-v-64e798bc]:before {
      content: '';
      position: absolute;
      top: 3px;
      left: -6px;
      width: calc(100% + 10px);
      height: 26px;
}
.rule-item .rule-label-box .drop-box[data-v-64e798bc]:hover:before {
      background-color: rgba(1, 1, 1, 0.06);
}
.rule-item .rule-label-box .widget-box .title[data-v-64e798bc] {
    font-weight: bold;
    max-width: calc(100% - 200px);
}
.rule-item .rule-label-box .widget-box.is-delete[data-v-64e798bc], .rule-item .rule-label-box .widget-box.is-delete .iconfont[data-v-64e798bc] {
    color: #ff4343;
    font-weight: normal;
}
.rule-item .rule-label-box .rule-type[data-v-64e798bc] {
    margin-left: 20px;
}
.rule-item .rule-label-box .remove-btn[data-v-64e798bc] {
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer;
    display: none;
}
.rule-item .rule-value-box[data-v-64e798bc] {
    padding-left: 36px;
}
.rule-item .rule-value-box[data-v-64e798bc] .field-select-popper {
      display: none;
}
.rule-item:hover .remove-btn[data-v-64e798bc] {
    display: block;
}

.j-setting-filter-dialog .el-dialog__body {
  padding-right: 0;
}
.j-setting-filter-dialog .el-dialog__body .setting-rules-box {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 20px;
}

.filter-rules-content[data-v-0d172d4e] {
  padding: 8px 28px 8px 8px;
  -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
          box-shadow: inset 0 0 0 1px #e0e0e0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.filter-rules-content[data-v-0d172d4e]:hover {
    -webkit-box-shadow: inset 0 0 0 2px #1890FF;
            box-shadow: inset 0 0 0 2px #1890FF;
}
.filter-rules-content:hover .el-icon-edit[data-v-0d172d4e] {
      color: #1890FF;
}
.filter-rules-content .el-icon-edit[data-v-0d172d4e] {
    position: absolute;
    top: 8px;
    right: 8px;
}
.filter-rules-content[data-v-0d172d4e] .rule-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 8px;
}
.filter-rules-content[data-v-0d172d4e] .rule-item > span {
      margin-right: 12px;
      display: inline-block;
      line-height: 18px;
}
.filter-rules-content[data-v-0d172d4e] .rule-item > span:last-child {
        margin-right: 0;
}
.filter-rules-content[data-v-0d172d4e] .rule-item > span.rule-name {
        font-weight: bold;
}
.filter-rules-content[data-v-0d172d4e] .rule-item > span.rule-value {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        word-wrap: break-word;
        word-break: break-word;
}
.filter-rules-content[data-v-0d172d4e] .split {
    color: #888888;
}

.widget-view.is-j-button {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.widget-label-box {
  display: inline;
}
.widget-label-box .label-box {
    display: inline;
}
.widget-label-box .label-box > * {
      margin-right: 6px;
}
.widget-label-box .label-box > .iconfont {
      font-size: 14px;
      font-weight: bold;
}
.widget-label-box .label-box > .iconfont.icon-input {
        margin-right: 2px;
}
.widget-label-box .label-box > .iconfont.icon-t-filled {
        color: #1890FF;
}
.widget-label-box .label-box > .iconfont.icon-tiaoma, .widget-label-box .label-box > .iconfont.icon-dict, .widget-label-box .label-box > .iconfont.icon-zuhe, .widget-label-box .label-box > .iconfont.icon-rate {
        font-weight: normal !important;
}

.j-editable-view:after {
  display: none !important;
}
.j-editable-view .widget-grid-container .widget-grid {
  background-color: transparent !important;
}
.j-editable-view .widget-grid-container .widget-grid.active {
    border: none !important;
}

.data-j-card-layout[data-v-4a29f324] {
  margin-bottom: 20px;
}

.j-container-view:after {
  display: none !important;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.j-container-view:after {
  display: none !important;
}
.data-j-tabs-layout {
  margin-bottom: 20px;
}
.data-j-tabs-layout .el-tabs__new-tab {
    color: black;
    border-color: black;
    position: relative;
    top: -4px;
    right: 6px;
}
.data-j-tabs-layout .is-top-or-bottom .el-tabs__new-tab {
    right: 10px;
}
.data-j-tabs-layout .iconfont.icon-eye-close.hidden {
    color: #333333;
}
.data-j-tabs-layout .iconfont.icon-eye-close.hidden-add {
    color: orange;
}

.j-quick-layout-btn {
  display: inline-block;
}
.j-quick-layout-btn + .el-button {
    margin-left: 10px;
}
.j-quick-layout-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.j-quick-layout-content .ql-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    padding: 20px;
}
.j-quick-layout-content .ql-item .iconfont {
      font-size: 32px;
}
.j-quick-layout-content .ql-item span {
      margin-top: 10px;
}
.j-quick-layout-content .ql-item:hover {
      background-color: #f5f5f5;
}
.j-quick-layout-footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.j-quick-layout-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.j-quick-layout-mask:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.j-function-dialog .el-dialog__body {
  padding: 0;
}
.j-function-dialog .el-dialog__body .left-choose,
  .j-function-dialog .el-dialog__body .right-coder {
    padding: 10px;
    height: 100%;
}
.j-function-dialog .el-dialog__body .left-choose {
    background-color: #fafafa;
}
.j-function-dialog .el-dialog__body .left-choose .left-search {
      margin-top: 12px;
      margin-bottom: 8px;
}
.j-function-dialog .el-dialog__body .left-choose .left-content {
      padding: 0 0 10px 0;
      overflow: auto;
      height: 505px;
}
.j-function-dialog .el-dialog__body .left-choose .left-content .el-tabs__header {
        display: none;
}
.j-function-dialog .el-dialog__body .left-choose .funcs-item {
      padding: 4px 0 4px 20px;
}
.j-function-dialog .el-dialog__body .left-choose .funcs-item .func-desc {
        font-size: 12px;
        color: #9e9e9e;
}
.j-function-dialog .el-dialog__body .left-choose .funcs-item,
    .j-function-dialog .el-dialog__body .left-choose .widget-item {
      cursor: pointer;
}
.j-function-dialog .el-dialog__body .left-choose .funcs-item:hover,
      .j-function-dialog .el-dialog__body .left-choose .widget-item:hover {
        background-color: #f5f5f5;
}
.j-function-dialog .el-dialog__body .left-choose .widget-box .widget-item {
      height: 42px;
      line-height: 42px;
      padding: 0 10px;
}
.j-function-dialog .el-dialog__body .left-choose .widget-box .widget-item:hover {
        background-color: #f0f0f0;
}
.j-function-dialog .el-dialog__body .left-choose .widget-box .widget-item .icon {
        margin-right: 8px;
}
.j-function-dialog .el-dialog__body .left-choose .widget-box .widget-item .icon,
      .j-function-dialog .el-dialog__body .left-choose .widget-box .widget-item .label {
        vertical-align: middle;
}
.j-function-dialog .el-dialog__body .left-choose .el-collapse-item__header {
      font-weight: bold;
}
.j-function-dialog .el-dialog__body .left-choose .el-radio-group {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.j-function-dialog .el-dialog__body .left-choose .el-radio-group .el-radio-button {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.j-function-dialog .el-dialog__body .left-choose .el-radio-group .el-radio-button .el-radio-button__inner {
          width: 100%;
}
.j-function-dialog .el-dialog__body .left-choose .el-collapse,
    .j-function-dialog .el-dialog__body .left-choose .el-collapse-item__header,
    .j-function-dialog .el-dialog__body .left-choose .el-collapse-item__wrap {
      border: 0;
      background-color: transparent;
}
.j-function-dialog .el-dialog__body .right-coder {
    padding: 10px 20px;
}
.j-function-dialog .el-dialog__body .right-coder .title-box {
      padding: 0 0 10px;
      font-size: 20px;
      font-weight: bold;
}
.j-function-dialog .el-dialog__body .right-coder .coder-box {
      height: 60%;
      margin-bottom: 10px;
}
.j-function-dialog .el-dialog__body .right-coder .coder-box .j-tag-input {
        height: 100%;
}
.j-function-dialog .el-dialog__body .right-coder .coder-box .j-tag-input .el-dropdown,
        .j-function-dialog .el-dialog__body .right-coder .coder-box .j-tag-input .tag-textarea {
          height: 100%;
}
.j-function-dialog .el-dialog__body .right-coder .coder-box .j-tag-input .tag-textarea {
          max-height: 100%;
          border-top: 0;
          border-left: 0;
          border-right: 0;
}
.j-function-dialog .el-dialog__body .right-coder .coder-box .j-tag-input .tag-textarea > .CodeMirror {
            height: 100%;
}
.j-function-dialog .el-dialog__body .tips-box {
    line-height: 24px;
}
.j-function-dialog .el-dialog__body .tips-box .func-helper .func-title {
      font-size: 17px;
      font-weight: 500;
}
.j-function-dialog .el-dialog__body .tips-box .func-helper .func-desc {
      color: #757575;
}
.j-function-dialog .el-dialog__body .tips-box .func-helper .green {
      color: #4caf50;
}
.j-function-dialog .el-dialog__body .tips-box .func-helper .helper-example {
      margin-top: 4px;
      font-size: 12px;
      color: #757575;
}
.j-function-dialog .el-dialog__body .tips-box .func-helper .helper-example bb, .j-function-dialog .el-dialog__body .tips-box .func-helper .helper-example b {
        font-weight: 500;
        color: #333333;
        margin: 6px 0 4px;
        display: inline-block;
        font-size: 14px !important;
}

.js-expand-input {
  height: 150px;
}
.js-expand-input .CodeMirror {
    height: 100% !important;
    line-height: 1.2;
}
.js-expand-input .CodeMirror .CodeMirror-cursor {
      border-left: 2px solid #000000;
}
.js-expand-input .CodeMirror .CodeMirror-matchingbracket {
      outline: none !important;
      color: red !important;
}
.js-expand-input.is-fullscreen {
    min-height: 300px;
    height: 100%;
}

.select-link-filter-item[data-v-597c0aaa] {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 12px;
  width: 100%;
}
.select-link-filter-item[data-v-597c0aaa] .el-form-item__label .j-form-item-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-left[data-v-6abae2bc] {
  float: left;
}
.data-top-box[data-v-6abae2bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 9;
  height: 72px;
  background-color: white;
  padding: 18px 25px 18px 25px;
  border-bottom: 1px solid #f0f0f0;
}
.data-top-box .el-input[data-v-6abae2bc] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.data-top-box .item-icon[data-v-6abae2bc] {
    width: 32px;
    height: 32px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    margin-left: 8px;
    border: 1px solid #ccc;
}
.data-top-box .item-icon[data-v-6abae2bc]:hover {
      background-color: #f5f5f5;
}
.data-top-box .filter-close[data-v-6abae2bc] {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.data-top-box .filter-close[data-v-6abae2bc]:hover {
      color: red;
}

.select-link-filter-popover {
  padding-right: 0;
}


.data-linkage-action[data-v-a80f393c] .field-select-popper {
  display: none;
}
.is-delete .icon-error[data-v-a80f393c],
.is-delete[data-v-a80f393c] .el-input__inner {
  color: red;
}

.link-record-filter-config .filter-rules-content[data-v-2430ef15] {
  padding: 8px 28px 8px 8px;
  -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
          box-shadow: inset 0 0 0 1px #e0e0e0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.link-record-filter-config .filter-rules-content[data-v-2430ef15]:hover {
    -webkit-box-shadow: inset 0 0 0 2px #1890FF;
            box-shadow: inset 0 0 0 2px #1890FF;
}
.link-record-filter-config .filter-rules-content:hover .right-icon[data-v-2430ef15] {
      color: #1890FF;
}
.link-record-filter-config .filter-rules-content .right-icon[data-v-2430ef15] {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 16px;
}
.link-record-filter-config .filter-rules-content .right-icon[data-v-2430ef15]:hover {
      color: #ff3c3c;
}
.link-record-filter-config .filter-rules-content[data-v-2430ef15] .rule-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 8px;
}
.link-record-filter-config .filter-rules-content[data-v-2430ef15] .rule-item > span {
      margin-right: 12px;
      display: inline-block;
      line-height: 18px;
}
.link-record-filter-config .filter-rules-content[data-v-2430ef15] .rule-item > span:last-child {
        margin-right: 0;
}
.link-record-filter-config .filter-rules-content[data-v-2430ef15] .rule-item > span.rule-name {
        font-weight: bold;
}
.link-record-filter-config .filter-rules-content[data-v-2430ef15] .rule-item > span.rule-value {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        word-wrap: break-word;
        word-break: break-word;
}
.link-record-filter-config .filter-rules-content[data-v-2430ef15] .split {
    color: #888888;
}

.filter-box[data-v-9495a418] {
  padding: 0 0 0 40px;
}
.filter-box .j-p-tip[data-v-9495a418] {
    margin-bottom: 16px;
}
.filter-box .f-item-box[data-v-9495a418] {
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    margin-bottom: 8px;
}
.filter-box .f-item-box .f-item[data-v-9495a418] {
      width: 100%;
      height: 40px;
      line-height: 22px;
      border: 1px solid #dfdfdf;
      margin-bottom: 8px;
      cursor: pointer;
      position: relative;
      background-color: white;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      padding: 8px;
}
.filter-box .f-item-box .f-item .f-drag-handle[data-v-9495a418] {
        margin-right: 8px;
        cursor: move;
}
.filter-box .f-item-box .f-item .item-title[data-v-9495a418] {
        margin-left: 8px;
}
.filter-box .f-item-box .f-item .icon-trash[data-v-9495a418] {
        position: absolute;
        right: 10px;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
}
.filter-box .f-item-box .f-item .icon-trash[data-v-9495a418]:hover {
          color: red;
}
.filter-box .f-item-box .f-item[data-v-9495a418]:hover {
        background-color: #f5f5f5;
}
.filter-box .f-item-box .f-item:hover .icon-trash[data-v-9495a418] {
          opacity: 1;
}

.static-box .drag-item[data-v-2f1b8e32] {
  font-size: 16px;
  margin: 0 5px;
  cursor: move;
  position: relative;
  top: 2px;
}
.static-box .pick-color[data-v-2f1b8e32] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 4px;
}

.j-dict-def-val-config-pick-color-box {
  width: 300px;
}
.j-dict-def-val-config-pick-color-box .color-item {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    margin: 0 6px 6px;
    display: inline-block;
    cursor: pointer;
    padding-left: 2px;
}
.j-dict-def-val-config-pick-color-box .color-item .el-icon-check {
      color: white;
      opacity: 0;
}
.j-dict-def-val-config-pick-color-box .color-item.active .el-icon-check {
      opacity: 1;
}

.data-sort-action[data-v-c70df784] .field-select-popper {
  display: none;
}
.data-sort-action + .data-sort-action[data-v-c70df784] {
  margin-top: 8px;
}

.group .left .el-button[data-v-cea15750] {
  border-right: 0;
  border-radius: 3px 0 0 3px;
}
.group .right[data-v-cea15750] {
  border-radius: 0 3px 3px 0;
}
.linkage-box[data-v-cea15750] {
  margin-bottom: 2px;
}
.linkage-box[data-v-cea15750]:last-child {
    margin-bottom: 0;
}


.tangram-suggestion-main {
  z-index: 999999 !important;
}
.tangram-suggestion .route-icon {
  background-position-y: -12px !important;
}

.j-biz-default-config[data-v-e1730bcc] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.j-biz-default-config.page-loading .j-biz-item[data-v-e1730bcc] {
    opacity: 0;
}
.j-biz-default-config .j-biz-item.left[data-v-e1730bcc] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.j-biz-default-config .j-biz-item.left .j-advanced-def-func[data-v-e1730bcc] {
      width: 100%;
      padding: 0 10px;
      cursor: pointer;
      position: relative;
      height: 43px;
      line-height: 43px;
      border: 1px solid #dcdfe6;
}
.j-biz-default-config .j-biz-item.left .j-advanced-def-func[data-v-e1730bcc]:hover {
        background-color: #fafafa;
}
.j-biz-default-config .j-biz-item.left .j-advanced-def-func i.icon-formula[data-v-e1730bcc] {
        margin-right: 8px;
}
.j-biz-default-config .j-biz-item.left .j-advanced-def-func i.el-icon-error[data-v-e1730bcc],
      .j-biz-default-config .j-biz-item.left .j-advanced-def-func i.el-icon-edit[data-v-e1730bcc] {
        position: absolute;
        top: calc(43px / 2 - 8px);
}
.j-biz-default-config .j-biz-item.left .j-advanced-def-func i.el-icon-error[data-v-e1730bcc]:hover,
        .j-biz-default-config .j-biz-item.left .j-advanced-def-func i.el-icon-edit[data-v-e1730bcc]:hover {
          color: #333333;
}
.j-biz-default-config .j-biz-item.left .j-advanced-def-func i.el-icon-error[data-v-e1730bcc] {
        right: 40px;
        color: #bbbbbb;
}
.j-biz-default-config .j-biz-item.left .j-advanced-def-func i.el-icon-edit[data-v-e1730bcc] {
        right: 15px;
        color: #999999;
}
.j-biz-default-config .j-biz-item.right[data-v-e1730bcc] {
    width: 43px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #cccccc;
    border-left: none;
}
.j-biz-default-config .j-biz-item.right .el-dropdown[data-v-e1730bcc], .j-biz-default-config .j-biz-item.right .icon-box[data-v-e1730bcc] {
      width: 100%;
      height: 100%;
}
.j-biz-default-config .j-biz-item.right .icon-box[data-v-e1730bcc] {
      text-align: center;
      cursor: pointer;
}
.j-biz-default-config .j-biz-item.right .icon-box:hover i[class*=el-icon][data-v-e1730bcc] {
        color: #409EFF;
}
.j-biz-default-config[data-v-e1730bcc] .CodeMirror-cursors {
    display: none !important;
}

.tabs-pane-box .tabs-pane-item[data-v-058e3738] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 8px;
}
.tabs-pane-box .tabs-pane-item .item-icon[data-v-058e3738] {
    width: 44px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #DCDFE6;
}
.tabs-pane-box .tabs-pane-item .item-icon.left[data-v-058e3738] {
      border-right: none;
}
.tabs-pane-box .tabs-pane-item .item-icon.right[data-v-058e3738] {
      border-left: none;
}
.tabs-pane-box .tabs-pane-item .handle[data-v-058e3738] {
    cursor: move;
}
.tabs-pane-box .tabs-pane-item .setting[data-v-058e3738] {
    cursor: pointer;
}
.tabs-pane-box .tabs-pane-item[data-v-058e3738] .el-input__inner {
    border-radius: 0;
}
.popup-setting[data-v-058e3738] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup-setting .el-checkbox[data-v-058e3738] {
    margin-bottom: 6px;
}

.update-model-dialog-box .input-box[data-v-7f6e0927] .el-input__inner {
  cursor: pointer;
}
.update-model-dialog-box[data-v-7f6e0927] .el-form-item {
  padding: 0 !important;
  border: none !important;
  margin-bottom: 0 !important;
}

.subtab-column[data-v-e140c4b0] {
  padding: 8px 8px 4px;
  border: 1px solid #cccccc;
}
.subtab-column + .subtab-column[data-v-e140c4b0] {
    margin-top: 8px;
}
.subtab-column .subtab-label[data-v-e140c4b0] {
    width: 24%;
    text-align: right;
    display: inline-block;
}
.subtab-column .subtab-input[data-v-e140c4b0] {
    width: 76%;
    display: inline-block;
}
.subtab-btns[data-v-e140c4b0] {
  text-align: right;
}
.subtab-btns.smini button[data-v-e140c4b0] {
    padding: 3px 8px;
}
.j-input-prepend-mini[data-v-e140c4b0] .el-input-group__prepend {
  padding: 0;
  min-width: 42px;
  text-align: center;
}
.j-input-prepend-mini[data-v-e140c4b0] .el-input__inner {
  padding: 0 8px;
}
.j-advanced-def .j-advanced-def-func[data-v-e140c4b0] {
  width: 100%;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  height: 43px;
  line-height: 43px;
  border: 1px solid #dcdfe6;
}
.j-advanced-def .j-advanced-def-func[data-v-e140c4b0]:hover {
    background-color: #fafafa;
}
.j-advanced-def .j-advanced-def-func i.icon-formula[data-v-e140c4b0] {
    margin-right: 8px;
}
.j-advanced-def .j-advanced-def-func i.el-icon-error[data-v-e140c4b0],
  .j-advanced-def .j-advanced-def-func i.el-icon-edit[data-v-e140c4b0] {
    position: absolute;
    top: calc(43px / 2 - 8px);
}
.j-advanced-def .j-advanced-def-func i.el-icon-error[data-v-e140c4b0]:hover,
    .j-advanced-def .j-advanced-def-func i.el-icon-edit[data-v-e140c4b0]:hover {
      color: #333333;
}
.j-advanced-def .j-advanced-def-func i.el-icon-error[data-v-e140c4b0] {
    right: 40px;
    color: #bbbbbb;
}
.j-advanced-def .j-advanced-def-func i.el-icon-edit[data-v-e140c4b0] {
    right: 15px;
    color: #999999;
}
.j-advanced-def .right-icon[data-v-e140c4b0] {
  width: 43px;
}
.j-advanced-def .right-icon div.icon-box[data-v-e140c4b0] {
    width: 43px;
    height: 43px;
    border: 1px solid #dcdfe6;
    border-left: 0;
    text-align: center;
    line-height: 43px;
}
.j-advanced-def .right-icon div.icon-box[data-v-e140c4b0]:hover {
      cursor: pointer;
}
.j-advanced-def .right-icon div.icon-box:hover i[class*=el-icon][data-v-e140c4b0] {
        color: #409EFF;
}
.widget-cfg-tips[data-v-e140c4b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
  position: relative;
}
.widget-cfg-tips .title[data-v-e140c4b0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 18px;
}
.widget-cfg-tips .title > span[data-v-e140c4b0] {
      font-size: 15px;
      font-weight: bold;
      vertical-align: middle;
}
.widget-cfg-tips .title > i[data-v-e140c4b0] {
      font-size: 18px;
      color: #757575;
      font-weight: bold;
      margin-right: 8px;
      vertical-align: middle;
}
.widget-cfg-tips .title > i.icon-input[data-v-e140c4b0] {
        font-size: 16px;
        margin-right: 0;
}
.widget-cfg-tips .can-convert-btn[data-v-e140c4b0] {
    margin-left: 8px;
}
.j-custom-regexp-input[data-v-e140c4b0] .el-input__prefix,
.j-custom-regexp-input[data-v-e140c4b0] .el-input__inner {
  cursor: pointer;
}
.link-record-show-link-form[data-v-e140c4b0] {
  width: 100%;
}
.link-record-show-link-form[data-v-e140c4b0] .el-link {
    max-width: 50%;
    vertical-align: top;
}
.link-record-show-link-form[data-v-e140c4b0] .el-link .el-link--inner {
      display: block;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.el-app-kh[data-v-e140c4b0] {
  display: inline-block;
  width: 8px;
  vertical-align: top;
}
.el-app-name[data-v-e140c4b0] {
  display: inline-block;
  max-width: calc(50% - 8px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.widget-cfg-title[data-v-e140c4b0] .el-form-item__label {
  width: 100%;
}

.widget-form-container.mobile[data-v-10be80cb] {
  width: calc(350px + 28px);
  height: calc(580px + 90px + 100px);
  margin: 20px auto 0;
  padding: 90px 14px 100px;
  background-image: url(./img/ip5tb.png);
  background-repeat: no-repeat;
  background-size: calc(350px + 28px) calc(580px + 90px + 100px);
}
.widget-form-container.mobile[data-v-10be80cb] .el-form {
    height: 100%;
}
.widget-form-container.mobile[data-v-10be80cb] .el-form .widget-form-list {
      overflow: auto;
      background-color: #ffffff;
}

.j-detail-action .el-input__inner,
.j-detail-action .el-textarea__inner {
  border: none !important;
  resize: none !important;
  background-color: #f9f9fa !important;
}
.j-detail-action .el-select__caret {
  display: none !important;
}
.j-detail-action .el-input-number .el-input-number__decrease,
.j-detail-action .el-input-number .el-input-number__increase {
  display: none !important;
}
.j-detail-action .el-input.is-disabled .el-input__inner,
.j-detail-action .el-input.is-disabled .el-textarea__inner,
.j-detail-action .el-textarea.is-disabled .el-input__inner,
.j-detail-action .el-textarea.is-disabled .el-textarea__inner {
  cursor: text !important;
  color: #606266 !important;
  background-color: #f9f9fa !important;
}
.j-detail-action .el-radio__input.is-disabled + span.el-radio__label {
  cursor: text !important;
  color: #606266 !important;
}
.j-detail-action tbody .editing-span {
  cursor: text !important;
  border: none !important;
  color: #606266 !important;
  background-color: #f9f9fa !important;
  line-height: 32px !important;
}

.j-btn-print[data-v-60531116] {
  color: #aaaaaa;
  font-size: 20px;
  padding: 0 0 4px 0;
}
.j-btn-print[data-v-60531116]:hover {
    color: #409EFF;
}
.j-btn-print i[data-v-60531116] {
    font-size: 20px;
}
.form-header-box[data-v-60531116] {
  margin: 12px 0 16px;
}
.form-header-box .header-title[data-v-60531116] {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}
.j-generate-form[data-v-60531116] {
  position: relative;
}
.j-generate-form .record-locked-mark[data-v-60531116] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.j-generate-form .record-locked-mark .el-icon-lock[data-v-60531116] {
      font-size: 12rem;
      color: #000000;
      opacity: 0.1;
      position: absolute;
      top: 150px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
}

.cus-dialog-container.preview-dialog.j-preview-dialog.mobile .el-dialog__body {
  padding: 0 0 20px !important;
}

@charset "UTF-8";
/* 移动视图相关样式 */
/* iPhone 5 机型大小 */
/* iPhone 6/7/8 机型大小 */
/* iPhone 6/7/8 plus 机型大小 */
/* iPad 机型大小 */
/** 获取 width */
/** 获取 height */
/** 获取 padding */
.generate-form-container.mobile[data-v-20f8f0a4] {
  margin: 0 auto;
  background-repeat: no-repeat;
}
.generate-form-container.mobile .j-generate-form-box[data-v-20f8f0a4] {
    height: 100%;
    overflow: auto;
}
.generate-form-container.mobile.ip5[data-v-20f8f0a4] {
  width: calc(320px + 44px);
  height: calc(568px + 110px + 107px);
  padding: 110px 22px 107px;
  background-size: calc(320px + 44px) calc(568px + 110px + 107px);
  background-image: url(./img/ip5tm.png);
}
.generate-form-container.mobile.ip6[data-v-20f8f0a4] {
  width: calc(375px + 54px);
  height: calc(667px + 127px + 124px);
  padding: 127px 27px 124px;
  background-size: calc(375px + 54px) calc(667px + 127px + 124px);
  background-image: url(./img/ip6tm.png);
}
.generate-form-container.mobile.ip6p[data-v-20f8f0a4] {
  width: calc(414px + 54px);
  height: calc(736px + 137px + 134px);
  padding: 137px 27px 134px;
  background-size: calc(414px + 54px) calc(736px + 137px + 134px);
  background-image: url(./img/ip6ptm.png);
}
.generate-form-container.mobile.ipad[data-v-20f8f0a4] {
  width: calc(768px + 106px);
  height: calc(1024px + 199px + 194px);
  padding: 199px 53px 194px;
  background-size: calc(768px + 106px) calc(1024px + 199px + 194px);
  background-image: url(./img/ipadtm.png);
}

@charset "UTF-8";
.gen-dialog-fixed-top-box {
  position: absolute;
  top: 6px;
  z-index: 20;
  left: calc(50% - 200px);
  width: 400px;
  height: 40px;
  color: white;
  background-color: #409EFF;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gen-dialog-fixed-top-box .btn-group .btn-reset,
  .gen-dialog-fixed-top-box .btn-group .btn-submit {
    display: inline-block;
    font-weight: bold;
    padding: 0 18px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    cursor: pointer;
    border: none;
}
.gen-dialog-fixed-top-box .btn-group .btn-reset {
    color: white;
    background-color: rgba(255, 255, 255, 0);
}
.gen-dialog-fixed-top-box .btn-group .btn-reset:hover {
      background-color: rgba(255, 255, 255, 0.2);
}
.gen-dialog-fixed-top-box .btn-group .btn-submit {
    color: #409EFF;
}
.gen-dialog-fixed-top-box .btn-group .btn-submit:hover {
      background-color: rgba(255, 255, 255, 0.8);
}
.gen-dialog-fixed-top-box-animation-enter-active, .gen-dialog-fixed-top-box-animation-leave-active {
    -webkit-transition: opacity 150ms ease-out, top 150ms ease-out;
    transition: opacity 150ms ease-out, top 150ms ease-out;
}
.gen-dialog-fixed-top-box-animation-enter, .gen-dialog-fixed-top-box-animation-leave-to {
    opacity: 0;
    top: -6px;
}

/** 屏幕宽度小于等于420 */
@media screen and (max-width: 420px) {
.gen-dialog-fixed-top-box {
    left: 4%;
    width: 92%;
}
}

.j-backup-form-box {
  display: inline-block;
  margin-right: 8px;
}
.j-backup-form-box + .el-button {
    margin-left: 10px;
}

.j-ai-field-recommend-box {
  display: inline-block;
  margin-right: 8px;
}
.j-ai-field-recommend-box + .el-button {
    margin-left: 10px;
}
.j-ai-field-recommend-content .title-area {
  margin-bottom: 8px;
}
.j-ai-field-recommend-content .title-area .icon-box {
    position: relative;
    width: 100%;
    height: 72px;
}
.j-ai-field-recommend-content .title-area .icon-box i {
      font-size: 54px;
      position: absolute;
      top: 0;
      left: calc(50% - 28px);
}
.j-ai-field-recommend-content .title-area .icon-box .icon-bot-filled {
      display: none;
}
.j-ai-field-recommend-content .title-area .title-tip {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.j-ai-field-recommend-content .title-area .j-p-tip {
    text-align: center;
    margin-top: 6px;
}
.j-ai-field-recommend-footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.j-ai-field-recommend-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.j-ai-field-recommend-content .title-area .icon-box.is-loading .icon-bot {
  -webkit-animation: icon-bot 3s infinite;
          animation: icon-bot 3s infinite;
}
.j-ai-field-recommend-content .title-area .icon-box.is-loading .icon-bot-filled {
  display: block;
  -webkit-animation: icon-bot-filled 3s infinite;
          animation: icon-bot-filled 3s infinite;
}
@-webkit-keyframes icon-bot {
0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes icon-bot {
0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes icon-bot-filled {
0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes icon-bot-filled {
0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

.widget-empty {
  background: white url(data:image/png;base64,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) 50% 50% no-repeat;
}

.page-width[data-v-5e604053] .el-input-number {
  width: 80px;
}
.page-width[data-v-5e604053] .el-input-number .el-input__inner {
    padding: 0 8px;
}

.config-item[data-v-8571d562] {
  padding: 20px 30px;
  position: relative;
  cursor: pointer;
  color: #cccccc;
  -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
          box-shadow: inset 0 0 0 1px #e0e0e0;
  margin-bottom: 32px;
}
.config-item[data-v-8571d562]:hover {
    -webkit-box-shadow: inset 0 0 0 2px #e0e0e0;
            box-shadow: inset 0 0 0 2px #e0e0e0;
}
.config-item:hover .config-operation[data-v-8571d562] {
      opacity: 1;
}
.config-item .config-name[data-v-8571d562] {
    position: absolute;
    top: -10px;
    left: 10px;
    padding: 0 12px;
    background-color: white;
}
.config-item .config-name > span[data-v-8571d562] {
      border-bottom: 1px solid transparent;
      outline: none;
}
.config-item .config-name > span[data-v-8571d562]:hover {
        border-bottom-color: #cccccc;
        border-bottom-style: dashed;
}
.config-item .config-name > span[data-v-8571d562]:focus {
        border-bottom-color: #1890FF;
        border-bottom-style: solid;
}
.config-item .config-operation[data-v-8571d562] {
    position: absolute;
    top: -10px;
    right: 10px;
    padding: 0 12px;
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 17px;
    height: 32px;
    width: 117px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
.config-item .config-operation[data-v-8571d562] .el-switch {
      height: 12px;
}
.config-item .config-operation[data-v-8571d562] .el-switch .el-switch__core {
        height: 12px;
}
.config-item .config-operation[data-v-8571d562] .el-switch .el-switch__core::after {
          top: 1px;
          width: 8px;
          height: 8px;
}
.config-item .config-operation[data-v-8571d562] .el-switch.is-checked .el-switch__core::after {
        left: 32px;
}
.config-item .config-operation .el-icon-copy-document[data-v-8571d562] {
      color: #666666;
}
.config-item .config-operation .el-icon-delete-solid[data-v-8571d562] {
      color: #ff3535;
}
.config-item .text-row[data-v-8571d562] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    font-size: 12px;
}
.config-item .text-row[data-v-8571d562]:last-child {
      margin-bottom: 0;
}
.config-item .text-row .text-left[data-v-8571d562] {
      margin-right: 20px;
      text-align: right;
      width: 80px;
}
.config-item .text-row .text-right[data-v-8571d562] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 0;
}
.config-item .config-rules.text-row .text-right[data-v-8571d562] .split {
    margin: 0 12px 0 4px;
}
.config-item .config-rules.text-row .text-right[data-v-8571d562] .split:last-child {
      margin-left: 24px;
}
.config-item .config-rules.text-row .text-right[data-v-8571d562] > span {
    margin-right: 6px;
}
.config-item.enabled .config-name > span[data-v-8571d562] {
  color: #1890FF;
}
.config-item.enabled .text-row .text-left[data-v-8571d562] {
  color: #9e9e9e;
}
.config-item.enabled .text-row .text-right[data-v-8571d562] {
  color: #333;
}
.config-item.enabled .text-row .text-right[data-v-8571d562] .split {
    color: #9f9f9f;
}

.button-setting-item[data-v-e9aa1d56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin-right: 18px;
  margin-bottom: 18px;
}
.button-setting-item .item-header[data-v-e9aa1d56] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px;
    width: 100%;
    height: 36px;
    position: relative;
}
.button-setting-item .item-header > *[data-v-e9aa1d56] {
      z-index: 1;
      position: relative;
}
.button-setting-item .item-header .btn-icon[data-v-e9aa1d56] {
      font-size: 12px;
      margin-right: 12px;
}
.button-setting-item .item-header .btn-label[data-v-e9aa1d56], .button-setting-item .item-header .btn-rename-input[data-v-e9aa1d56] {
      width: calc(100% - 54px);
}
.button-setting-item .item-header .btn-label[data-v-e9aa1d56] {
      font-weight: bold;
}
.button-setting-item .item-header .btn-rename-input[data-v-e9aa1d56] .el-input__inner {
      padding-left: 8px;
      padding-right: 8px;
}
.button-setting-item .item-header .el-dropdown[data-v-e9aa1d56] {
      position: absolute;
      right: 12px;
}
.button-setting-item .item-header .btn-more[data-v-e9aa1d56] {
      cursor: pointer;
}
.button-setting-item .item-header .btn-back-color[data-v-e9aa1d56] {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 0;
      opacity: 0.1;
}
.button-setting-item .item-body[data-v-e9aa1d56] {
    padding: 12px;
    color: #6c6c6c;
    font-size: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.button-setting-item .item-body .view-text[data-v-e9aa1d56] {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      width: 100%;
      height: 40px;
      line-height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
}
.button-setting-item .item-footer[data-v-e9aa1d56] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 42px;
}
.view-popover[data-v-e9aa1d56] {
  width: 300px;
  padding: 12px 10px 0;
}
.view-popover[data-v-e9aa1d56] .el-radio,
  .view-popover[data-v-e9aa1d56] .el-checkbox {
    display: block;
    margin-bottom: 12px;
}
.view-popover[data-v-e9aa1d56] .el-checkbox-group {
    margin-left: 20px;
}
.view-popover[data-v-e9aa1d56] .el-checkbox-group .el-checkbox__input,
    .view-popover[data-v-e9aa1d56] .el-checkbox-group .el-checkbox__label {
      vertical-align: middle;
}
.view-popover[data-v-e9aa1d56] .el-checkbox-group .el-checkbox__label {
      max-width: 340px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
}

.button-list[data-v-4f5d44c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fs-switch-card[data-v-7a8e88a0] {
  width: 100%;
  margin-bottom: 32px;
}
.fs-switch-card .card-title[data-v-7a8e88a0] {
    font-weight: bold;
    margin-bottom: 8px;
}
.fs-switch-card .card-body[data-v-7a8e88a0] {
    width: 100%;
}
.fs-switch-card .card-body .fs-switch-item[data-v-7a8e88a0] {
      position: relative;
      border-left: 1px solid #e0e0e0;
      border-right: 1px solid #e0e0e0;
      background-color: white;
}
.fs-switch-card .card-body .fs-switch-item[data-v-7a8e88a0]:hover {
        background-color: #f5f5f5;
}
.fs-switch-card .card-body .fs-switch-item[data-v-7a8e88a0]:first-child {
        border-top: 1px solid #e0e0e0;
        border-radius: 4px 4px 0 0;
}
.fs-switch-card .card-body .fs-switch-item[data-v-7a8e88a0]:last-child {
        border-radius: 0 0 4px 4px;
        border-bottom: 1px solid #e0e0e0;
}
.fs-switch-card .card-body .fs-switch-item[data-v-7a8e88a0]:last-child .right-content {
          border-bottom-color: transparent;
}
.fs-switch-card .card-body .fs-switch-item.active[data-v-7a8e88a0] {
        z-index: 1;
        border: 1px solid #1890FF;
        background-color: #f4fafe;
}

.fs-switch-item[data-v-54e046a3] {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border: 1px solid transparent;
}
.fs-switch-item.child[data-v-54e046a3] {
    padding-left: 48px;
}
.fs-switch-item.loading[data-v-54e046a3] .el-switch .el-switch__core, .fs-switch-item.loading[data-v-54e046a3] .el-switch .el-switch__core::after {
    -webkit-transition: none;
    transition: none;
}
.fs-switch-item .left-switch[data-v-54e046a3] {
    width: 64px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fs-switch-item .left-switch[data-v-54e046a3] .el-switch {
      height: 16px;
}
.fs-switch-item .left-switch[data-v-54e046a3] .el-switch .el-switch__core {
        height: 16px;
}
.fs-switch-item .left-switch[data-v-54e046a3] .el-switch .el-switch__core::after {
          top: 1px;
          width: 11px;
          height: 11px;
}
.fs-switch-item .left-switch[data-v-54e046a3] .el-switch.is-checked .el-switch__core::after {
        left: 35px;
}
.fs-switch-item .right-content[data-v-54e046a3] {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.fs-switch-item .right-content .rc-label .icon-eye-close[data-v-54e046a3] {
      color: #ee6f1f;
      margin-left: 8px;
}
.fs-switch-item .right-content .rc-tooltip[data-v-54e046a3] {
      margin-left: 6px;
      color: #9e9e9e;
}
.fs-switch-item .right-content .rc-extra[data-v-54e046a3] {
      position: absolute;
      right: 8px;
}
.fs-switch-item .right-content .rc-extra .rc-role[data-v-54e046a3] {
        color: #aaaaaa;
}
.view-popover[data-v-54e046a3] {
  width: 260px;
  padding: 12px 10px 0;
}
.view-popover .view-popover-item[data-v-54e046a3] {
    margin-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}
.view-popover .view-popover-item[data-v-54e046a3]:last-child {
      border-bottom: none;
}
.view-popover .view-popover-item > div[data-v-54e046a3] {
      margin-bottom: 12px;
}
.view-popover[data-v-54e046a3] .el-radio,
  .view-popover[data-v-54e046a3] .el-checkbox {
    display: block;
    margin-bottom: 12px;
}
.view-popover[data-v-54e046a3] .el-checkbox-group {
    margin-left: 20px;
}
.view-popover[data-v-54e046a3] .el-checkbox-group .el-checkbox__input,
    .view-popover[data-v-54e046a3] .el-checkbox-group .el-checkbox__label {
      vertical-align: middle;
}
.view-popover[data-v-54e046a3] .el-checkbox-group .el-checkbox__label {
      max-width: 340px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
}

.fs-switch-item-popper.el-popper[x-placement^=right] {
  margin-left: 15px;
}

.form-setting-menu[data-v-2b9c8b41] {
  width: 100%;
  height: 200px;
}
.form-setting-menu .form-setting-el-menu[data-v-2b9c8b41] {
    width: 100%;
}
.form-setting-menu .form-setting-menu-item-icon[data-v-2b9c8b41] {
    font-size: 16px;
}
.form-setting-menu[data-v-2b9c8b41] .el-card__body {
    padding: 10px 0;
}
.form-setting-menu[data-v-2b9c8b41] .el-card__body .el-menu {
      border: none;
}

.form-setting-box[data-v-043f7ae0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.form-setting-box .left-menu[data-v-043f7ae0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    margin-right: 20px;
}
.form-setting-box .right-content[data-v-043f7ae0] {
    width: 800px;
}
.form-setting-box .right-content[data-v-043f7ae0] .el-card .card-footer {
      margin-top: 20px;
      text-align: right;
}
.form-setting-box .right-content[data-v-043f7ae0] .el-card .card-footer .el-button {
        height: 32px;
        vertical-align: top;
}
.form-setting-box .right-content[data-v-043f7ae0] .el-card .card-footer .el-button.el-button--primary > span {
          position: relative;
          top: -3px;
}
.form-setting-box .right-content[data-v-043f7ae0] .el-card .card-footer .el-button.el-button--primary i {
          font-size: 16px;
          vertical-align: top;
          position: relative;
          top: 1px;
}
@-moz-document url-prefix() {
.form-setting-box .right-content[data-v-043f7ae0] .el-card .card-footer .el-button.el-button--primary i {
    top: 2px;
    vertical-align: initial;
}
}
.form-setting-box .right-content[data-v-043f7ae0] .el-card .el-card__header {
      padding: 20px 20px 0;
      border: none;
}
.form-setting-box .right-content[data-v-043f7ae0] .el-card .setting-card-header {
      position: relative;
}
.form-setting-box .right-content[data-v-043f7ae0] .el-card .setting-card-header .title {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        margin-bottom: 12px;
}
.form-setting-box .right-content[data-v-043f7ae0] .el-card .setting-card-header .desc {
        color: #9e9e9e;
        font-size: 12px;
}
.form-setting-box .component-fade-enter-active[data-v-043f7ae0],
  .form-setting-box .component-fade-leave-active[data-v-043f7ae0] {
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}
.form-setting-box .component-fade-enter[data-v-043f7ae0],
  .form-setting-box .component-fade-leave-to[data-v-043f7ae0] {
    opacity: 0;
}

.el-radio + .el-radio {
  margin-left: 0 !important; }

.el-radio {
  margin-right: 30px; }

.el-checkbox + .el-checkbox {
  margin-left: 0 !important; }

.el-checkbox {
  margin-right: 30px; }

.el-form-item--small .el-radio {
  line-height: 32px !important; }

.el-form-item--mini .el-radio {
  line-height: 28px !important; }

.el-form-item--medium .el-radio {
  line-height: 36px !important; }

.el-select:focus-visible {
  outline: none; }

.j-generate-form .el-checkbox__input.is-disabled > span.el-checkbox__inner {
  border-color: #dbdbdb;
  background-color: #fafdff; }

@charset "UTF-8";
/* textarea全屏样式 */
.ta-full-screen-box {
  position: relative; }
  .ta-full-screen-box .ta-fs-button {
    position: absolute;
    top: 4px;
    right: 0;
    width: 42px;
    height: 22px;
    padding: 0; }
  .ta-full-screen-box[data-full-screen=true] .ta-fs-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1998;
    padding: 20px;
    background-color: #f5f5f5; }
    .ta-full-screen-box[data-full-screen=true] .ta-fs-content .el-textarea, .ta-full-screen-box[data-full-screen=true] .ta-fs-content .el-textarea__inner {
      height: 100% !important;
      min-height: 100% !important;
      max-height: 100% !important; }
  .ta-full-screen-box[data-full-screen=true] .ta-fs-button-close {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1999; }

.j-p-tip {
  font-size: 12px;
  line-height: 18px;
  color: #a0a0a0;
  margin: 0; }

@media screen and (max-width: 440px) {
  .el-message-box {
    width: 96% !important; } }

/* 单行文本组件，数字输入模式下，居左显示 */
.j-input-number-mode.el-input-number .el-input__inner {
  text-align: left; }

.j-number-align-left.el-input-number .el-input__inner {
  text-align: left; }

.j-number-align-right.el-input-number .el-input__inner {
  text-align: right; }

.j-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.j-select-popper-scroll {
  max-height: 380px;
  overflow-y: auto; }

.j-antd-dialog .el-dialog__header {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px;
  font-size: 16px;
  text-align: left; }
  .j-antd-dialog .el-dialog__header .el-dialog__headerbtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    width: 43px;
    height: 53px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 18px; }
    .j-antd-dialog .el-dialog__header .el-dialog__headerbtn:hover .el-icon-close {
      color: #ED6F6F; }
  .j-antd-dialog .el-dialog__header .j-btn-sidebar,
  .j-antd-dialog .el-dialog__header .j-btn-fullscreen {
    top: -16px;
    right: 27px;
    text-align: center;
    line-height: 53px;
    font-size: 16px; }
  .j-antd-dialog .el-dialog__header .j-btn-sidebar {
    right: 70px; }

.j-antd-dialog.is-inner-scroll .el-dialog {
  margin-bottom: 0; }

.j-antd-dialog.is-inner-scroll .el-dialog__body {
  overflow: auto; }

.j-antd-dialog.is-inner-scroll .el-dialog__footer {
  margin: 0;
  padding: 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

::-webkit-scrollbar {
  width: 7px;
  height: 8px; }

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05); }

::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.3);
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb:hover {
  background-color: #b6b7b9; }

.j-better-icon.iconfont {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: bold;
  position: relative; }
  .j-better-icon.iconfont.icon-tiaoma, .j-better-icon.iconfont.icon-dict, .j-better-icon.iconfont.icon-zuhe, .j-better-icon.iconfont.icon-rate {
    font-weight: normal !important; }
  .j-better-icon.iconfont + span.title,
  .j-better-icon.iconfont + .widget-title {
    margin-left: 6px; }
  .j-better-icon.iconfont.icon-input {
    left: -4px;
    font-size: 13px;
    margin-right: -8px; }

/** 抽屉footer样式 */
.el-drawer.j-drawer-has-footer .el-drawer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .el-drawer.j-drawer-has-footer .el-drawer__body .j-drawer__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
    overflow: auto; }
  .el-drawer.j-drawer-has-footer .el-drawer__body .j-drawer__footer {
    height: 54px;
    padding: 12px; }

.el-picker-panel.el-date-picker.el-popper.has-time .el-time-panel.el-popper {
  width: 158px; }

.el-tooltip__popper.event-none {
  pointer-events: none; }

.j-alert-hide-with-ext .el-alert__content {
  line-height: 1; }

.j-form-item-note {
  color: #9f9f9f;
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.file-icon-color i {
  font-size: 40px;
  color: black; }

.file-icon-color .icon-file-word-fill {
  color: #2b579a; }

.file-icon-color .icon-file-excel-fill {
  color: #217346; }

.file-icon-color .icon-file-ppt-fill {
  color: #d0450b; }

.file-icon-color .icon-file-pdf-fill {
  color: #d0450b; }

.file-icon-color .icon-file-zip-fill {
  color: #d0450b; }

.option-item {
  display: block; }
  .option-item.option-inline {
    display: inline-block; }
  .option-item.option-matrix {
    display: inline-block;
    width: 120px;
    position: relative; }
    .option-item.option-matrix .option-label-color {
      max-width: 102px;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .option-item:hover.option-use-color .option-label-color {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

.option-use-color .option-label-color {
  display: inline-block;
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  color: white;
  border-radius: 12px; }

.group-option-type-border {
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  width: 100%;
  padding: 0 10px;
  background-color: white; }
  .group-option-type-border .option-type-border .el-radio__input, .group-option-type-border .option-type-border .el-checkbox__input {
    display: none; }
  .group-option-type-border .option-type-border .el-radio__label, .group-option-type-border .option-type-border .el-checkbox__label {
    padding-left: 0; }
  .group-option-type-border .option-type-border:not(.is-checked) .option-label-color {
    color: #606266 !important;
    background-color: transparent !important; }
  .group-option-type-border.el-radio-group, .group-option-type-border.el-checkbox-group {
    display: inline-block;
    line-height: 1;
    vertical-align: middle; }
  .group-option-type-border.el-checkbox-group {
    padding: 4px 10px 0; }
  .group-option-type-border.el-radio-group .option-type-border {
    margin-right: 0; }
  .group-option-type-border.el-checkbox-group .option-type-border {
    margin-bottom: 4px;
    margin-right: 4px; }

.is-disable-operation {
  -webkit-filter: blur(5px);
          filter: blur(5px); }

.el-form-item.is-disable-operation {
  -webkit-filter: none;
          filter: none; }
  .el-form-item.is-disable-operation:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    display: block;
    background-color: rgba(255, 255, 255, 0.75); }

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .el-form-item.is-disable-operation:after {
    background-color: transparent;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); } }

.disable-operation-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1003;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  cursor: -webkit-grab;
  cursor: grab; }
  .disable-operation-box .tip-span {
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8); }
  .disable-operation-box.red .tip-span {
    text-shadow: 0 0 12px rgba(255, 0, 0, 0.8); }
  .disable-operation-box .tip-box {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #cccccc;
    background-color: white; }
    .disable-operation-box .tip-box .title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 8px;
      text-align: center; }
    .disable-operation-box .tip-box .text {
      font-size: 14px;
      margin-bottom: 8px; }
    .disable-operation-box .tip-box .button {
      text-align: right; }

.scroll-bottom-box {
  padding: 8px 0;
  text-align: center;
  color: #9e9e9e;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default; }
  .scroll-bottom-box.no-bottom-padding {
    padding-bottom: 0; }
  .scroll-bottom-box .scroll-bottom-end::before, .scroll-bottom-box .scroll-bottom-end::after,
  .scroll-bottom-box .scroll-bottom-loading::before,
  .scroll-bottom-box .scroll-bottom-loading::after {
    content: ' ';
    position: relative;
    top: -3px;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #e0e0e0; }
  .scroll-bottom-box .scroll-bottom-end::before,
  .scroll-bottom-box .scroll-bottom-loading::before {
    left: -8px; }
  .scroll-bottom-box .scroll-bottom-end::after,
  .scroll-bottom-box .scroll-bottom-loading::after {
    right: -8px; }
  .scroll-bottom-box .scroll-bottom-loading .el-icon-loading {
    margin-right: 4px; }

/* 针对 Chrome, Safari, Edge, Opera 浏览器 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* 针对 Firefox 浏览器 */
input[type=number] {
  -moz-appearance: textfield; }

/* 移动端适配样式 */
body[data-is-mobile] .j-link-mode-card .card-item .card-btn {
  display: block !important; }

body[data-is-mobile] .j-widget-location-card .card-remove {
  display: block; }

.el-scrollbar > .el-scrollbar__bar {
  opacity: 1 !important; }

.j-form-config-box .input-icon-split-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .j-form-config-box .input-icon-split-box .mock-input-box {
    width: calc(100% - 40px); }
  .j-form-config-box .input-icon-split-box .tag-input-box {
    width: 100%;
    position: relative; }
    .j-form-config-box .input-icon-split-box .tag-input-box .j-tag-input .CodeMirror-cursors {
      display: none !important; }
    .j-form-config-box .input-icon-split-box .tag-input-box .j-tag-input .CodeMirror-lines {
      cursor: pointer; }
    .j-form-config-box .input-icon-split-box .tag-input-box .tips-text {
      position: absolute;
      top: 6px;
      left: 10px;
      color: #888;
      cursor: pointer; }
    .j-form-config-box .input-icon-split-box .tag-input-box .right {
      position: absolute;
      top: 6px;
      right: 10px; }
  .j-form-config-box .input-icon-split-box .mock-icon-box {
    cursor: pointer;
    width: 43px;
    height: 43px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #dddddd;
    border-left: none; }
    .j-form-config-box .input-icon-split-box .mock-icon-box:hover {
      background-color: #f6f6f6; }

.j-form-config-box .mock-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #888;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: 3px 0 0 3px;
  padding: 0 12px;
  background-color: white;
  cursor: pointer;
  border: 1px solid #dddddd; }
  .j-form-config-box .mock-input-box:hover {
    background-color: #f6f6f6; }
  .j-form-config-box .mock-input-box.multi-line {
    height: auto;
    min-height: 42px;
    padding: 12px;
    line-height: 1.5; }

.j-form-config-box .mock-input-box .left,
.j-form-config-box .tag-input-box .left {
  white-space: nowrap; }

.j-form-config-box .mock-input-box .left.overflow,
.j-form-config-box .tag-input-box .left.overflow {
  overflow: hidden;
  text-overflow: ellipsis; }

.j-form-config-box .mock-input-box .right > i,
.j-form-config-box .tag-input-box .right > i {
  margin-left: 6px;
  cursor: pointer; }
  .j-form-config-box .mock-input-box .right > i:first-child,
  .j-form-config-box .tag-input-box .right > i:first-child {
    margin-left: 0; }

.j-form-config-box .mock-input-box .right .link-icon-clear .el-icon-error,
.j-form-config-box .tag-input-box .right .link-icon-clear .el-icon-error {
  display: none; }

.j-form-config-box .mock-input-box .right .link-icon-clear:hover .el-icon-circle-close,
.j-form-config-box .tag-input-box .right .link-icon-clear:hover .el-icon-circle-close {
  display: none; }

.j-form-config-box .mock-input-box .right .link-icon-clear:hover .el-icon-error,
.j-form-config-box .tag-input-box .right .link-icon-clear:hover .el-icon-error {
  display: inline; }

.j-tag-input .tag-textarea .jcs-text-tag {
  background-color: #efefef;
  padding: 3px 6px;
  border-radius: 2px; }
  .j-tag-input .tag-textarea .jcs-text-tag.jcs-tag-normal {
    color: #117af3; }

.j-tag-input .tag-textarea .jcs-error {
  color: #ee0000 !important; }

.j-tag-input .tag-textarea .jcs-linkaget-widget {
  display: inline-block;
  position: relative;
  padding-right: 0;
  -webkit-transition: padding-right 0.3s;
  transition: padding-right 0.3s; }
  .j-tag-input .tag-textarea .jcs-linkaget-widget .jcs-fn-name {
    color: #117af3; }
  .j-tag-input .tag-textarea .jcs-linkaget-widget .jcs-button {
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    top: 0;
    right: 2px;
    color: #117af3;
    pointer-events: none; }
    .j-tag-input .tag-textarea .jcs-linkaget-widget .jcs-button:hover {
      color: #66ccff; }

.j-tag-input .CodeMirror-focused .jcs-linkaget-widget.active {
  padding-right: 22px; }
  .j-tag-input .CodeMirror-focused .jcs-linkaget-widget.active .jcs-button {
    opacity: 1;
    pointer-events: all; }

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fa-icon {
  width: auto;
  height: 1em;
  /* 或任意其它字体大小相对值 */
  /* 要在 Safari 中正常工作，需要再引入如下两行代码 */
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

.fm2-container {
  background: #fff;
  height: 100%; }
  .fm2-container .el-container {
    height: 100% !important; }
  .fm2-container > .el-container {
    background: #fff; }
  .fm2-container .fm2-main {
    position: relative; }
    .fm2-container .fm2-main > .el-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .fm2-container main {
    padding: 0; }
  .fm2-container footer {
    height: 32px;
    line-height: 30px;
    border-top: 1px solid #e0e0e0;
    font-size: 12px;
    text-align: right;
    color: #409EFF; }
    .fm2-container footer a {
      color: #409EFF; }

.center-container {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0; }
  .center-container .btn-bar {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border-bottom: solid 2px #e4e7ed;
    text-align: right; }
  .center-container .el-main {
    padding: 0;
    position: relative; }

.components-list {
  padding: 8px 0;
  width: 100%;
  height: 100%; }
  .components-list .widget-cate {
    padding: 8px 12px;
    font-size: 13px; }
  .components-list ul {
    position: relative;
    overflow: hidden;
    padding: 0 10px 10px;
    margin: 0; }
  .components-list .form-edit-widget-label {
    font-size: 12px;
    display: block;
    width: 48%;
    line-height: 26px;
    position: relative;
    float: left;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 1%;
    color: #333;
    border: 1px solid #F4F6FC; }
    .components-list .form-edit-widget-label:hover {
      color: #409EFF;
      border: 1px dashed #409EFF; }
    .components-list .form-edit-widget-label > a {
      display: block;
      cursor: move;
      background: #F4F6FC;
      border: 1px solid #F4F6FC; }
      .components-list .form-edit-widget-label > a .icon {
        margin-right: 6px;
        margin-left: 8px;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle; }
      .components-list .form-edit-widget-label > a span {
        display: inline-block;
        vertical-align: middle; }

.widget-form-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .widget-form-container .widget-form-list {
    height: 100%;
    padding-bottom: 0; }
    .widget-form-container .widget-form-list .widget-view {
      padding: 5px 10px 18px;
      margin: 0;
      position: relative;
      -webkit-transition: background 0.3s, border 0.3s;
      transition: background 0.3s, border 0.3s; }
      .widget-form-container .widget-form-list .widget-view.is_req .el-form-item__label::before {
        content: '*';
        color: #f56c6c;
        margin-right: 4px; }
      .widget-form-container .widget-form-list .widget-view:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: block;
        z-index: 1001;
        cursor: -webkit-grab;
        cursor: grab; }
      .widget-form-container .widget-form-list .widget-view:hover {
        background: #ecf5ff; }
      .widget-form-container .widget-form-list .widget-view.active {
        background: #b3d8ff; }
    .widget-form-container .widget-form-list .widget-action-delete {
      position: absolute;
      right: 20px;
      bottom: -35px;
      z-index: 1009; }
    .widget-form-container .widget-form-list .widget-action-clone {
      position: absolute;
      right: 70px;
      bottom: -35px;
      z-index: 1009; }
    .widget-form-container .widget-form-list .widget-action-title {
      position: absolute;
      right: 120px;
      bottom: -35px;
      z-index: 1009; }
  .widget-form-container .widget-grid {
    background: #F4F6FC;
    position: relative;
    border-left: 5px solid transparent;
    padding: 5px;
    margin: 0 !important; }
    .widget-form-container .widget-grid.active {
      background: #b3d8ff; }
  .widget-form-container .widget-grid-container.ghost::after {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    z-index: 10;
    content: ''; }
  .widget-form-container .widget-view.ghost {
    margin: 0 !important;
    padding: 0 !important;
    height: 4px !important;
    overflow: hidden !important;
    background: #FA8072 !important;
    border-color: #FA8072 !important; }
    .widget-form-container .widget-view.ghost::after {
      background: #FA8072 !important; }
  .widget-form-container li.ghost {
    height: 30px;
    list-style: none;
    font-size: 0; }

.widget-config-container {
  position: relative; }
  .widget-config-container .el-header {
    border-bottom: solid 2px #e4e7ed;
    padding: 0 5px; }
  .widget-config-container .config-tab {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    width: 94px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    cursor: pointer; }
    .widget-config-container .config-tab.tab-two {
      width: 145px; }
    .widget-config-container .config-tab.active {
      border-bottom: solid 2px #409EFF; }
  .widget-config-container .config-content {
    padding: 10px; }
    .widget-config-container .config-content .el-form-item__label {
      padding: 0;
      font-weight: 500; }
    .widget-config-container .config-content .el-form-item {
      border-bottom: solid 1px #e1e1e1;
      padding-bottom: 10px; }
  .widget-config-container .ghost {
    background: #fff;
    border: 1px dashed #409EFF; }
    .widget-config-container .ghost::after {
      background: #fff;
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .widget-config-container ul {
    margin: 0;
    padding: 0; }
  .widget-config-container li.ghost {
    list-style: none;
    font-size: 0;
    display: block;
    position: relative; }
  .widget-config-container .fixed-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;
    border-top: 1px solid #e0e0e0; }
    .widget-config-container .fixed-bottom.el-form-item {
      padding: 10px 10px 10px;
      margin: 0; }

.viewer-container {
  z-index: 99999 !important; }

.j-auto-grid .auto-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .j-auto-grid .auto-grid-row .j-auto-grid--column {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
    .j-auto-grid .auto-grid-row .j-auto-grid--column [class*="widget-action"] {
      bottom: -20px; }
    .j-auto-grid .auto-grid-row .j-auto-grid--column .j-auto-grid--widget {
      height: 100%;
      position: relative;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .j-auto-grid .auto-grid-row .j-auto-grid--column .j-auto-grid--widget [class*="widget-action"] {
        display: none; }
      .j-auto-grid .auto-grid-row .j-auto-grid--column .j-auto-grid--widget .el-form-item,
      .j-auto-grid .auto-grid-row .j-auto-grid--column .j-auto-grid--widget .el-form-item__content {
        height: 100%; }
    .j-auto-grid .auto-grid-row .j-auto-grid--column .j-number {
      width: 100%; }

.j-auto-grid.j-auto-grid-generate .j-auto-grid--column {
  padding: 0 10px;
  -webkit-transition: none;
  transition: none; }
  .j-auto-grid.j-auto-grid-generate .j-auto-grid--column:first-child {
    padding-left: 0; }
    .j-auto-grid.j-auto-grid-generate .j-auto-grid--column:first-child.column-hidden + .j-auto-grid--column {
      padding-left: 0; }
  .j-auto-grid.j-auto-grid-generate .j-auto-grid--column:last-child {
    padding-right: 0; }
  .j-auto-grid.j-auto-grid-generate .j-auto-grid--column.column-hidden {
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important; }
  .j-auto-grid.j-auto-grid-generate .j-auto-grid--column .el-form-item {
    height: 100%; }

.j-auto-grid.j-auto-grid-generate.is-mobile .auto-grid-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.j-auto-grid.j-auto-grid-generate.is-mobile .j-auto-grid--column {
  padding: 0 !important; }

.j-auto-grid--row {
  position: relative; }

.j-auto-grid--column {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .j-auto-grid--column.ghost {
    opacity: 0.5; }
    .j-auto-grid--column.ghost .widget-view {
      background: transparent !important; }
    .j-auto-grid--column.ghost [class*="widget-action"] {
      display: none; }
  .j-auto-grid--column .el-form-item.j-column-vertical-align-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .j-auto-grid--column .el-form-item.j-column-vertical-align-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .j-auto-grid--column .el-form-item.j-column-vertical-align-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.j-auto-grid--expand {
  min-height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
  position: relative; }

.dragging-row-line,
.dragging-column-line {
  display: none;
  position: absolute;
  background-color: #FA8072;
  pointer-events: none;
  z-index: 9; }

.j-auto-grid--expand > .dragging-row-line {
  top: -2px; }

.j-fixed-grid-design {
  position: relative;
  width: 100%;
  height: 50px; }
  .j-fixed-grid-design > .dragging-row-line {
    position: relative;
    top: 0;
    left: 0; }

.jag--dragging-top > .dragging-row-line {
  display: block;
  left: 0;
  top: -2px;
  width: 100%;
  height: 4px; }

.jag--dragging-top:first-child > .dragging-row-line {
  top: 0; }

.jag--dragging-bottom > .dragging-row-line {
  display: block;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px; }

.jag--dragging-left > .dragging-column-line {
  display: block;
  top: 0;
  left: -2px;
  width: 4px;
  height: 100%; }

.jag--dragging-left[data-fixed-column] > .dragging-column-line,
.jag--dragging-left:first-child > .dragging-column-line {
  left: 0; }

.jag--dragging-right > .dragging-column-line {
  display: block;
  top: 0;
  right: -2px;
  width: 4px;
  height: 100%; }

.jag--dragging-right[data-fixed-column] > .dragging-column-line,
.jag--dragging-right:last-child > .dragging-column-line {
  right: 0; }

.j-auto-grid--config-width .el-radio-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.j-auto-grid--config-width .el-radio-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .j-auto-grid--config-width .el-radio-button .el-radio-button__inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

@font-face {
  font-family: "iconfont"; /* Project id 3814468 */
  src: url(./fonts/iconfont.woff2) format('woff2'),
       url(./fonts/iconfont.woff) format('woff'),
       url(./fonts/iconfont.ttf) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ocr-a:before {
  content: "\e641";
}

.icon-ocr:before {
  content: "\e658";
}

.icon-signature:before {
  content: "\e727";
}

.icon-signature-pen:before {
  content: "\e65e";
}

.icon-file-image-fill:before {
  content: "\e85a";
}

.icon-bot:before {
  content: "\e62a";
}

.icon-bot-filled:before {
  content: "\e69a";
}

.icon-link-tree:before {
  content: "\eb95";
}

.icon-convert:before {
  content: "\e6e9";
}

.icon-filter-fill:before {
  content: "\e6ab";
}

.icon-filter:before {
  content: "\e60f";
}

.icon-error:before {
  content: "\e673";
}

.icon-warning:before {
  content: "\e683";
}

.icon-error-fill:before {
  content: "\e839";
}

.icon-info-fill:before {
  content: "\e83e";
}

.icon-info:before {
  content: "\e83f";
}

.icon-warning-fill:before {
  content: "\e849";
}

.icon-sort:before {
  content: "\e617";
}

.icon-file-excel-fill:before {
  content: "\e857";
}

.icon-file-unknown-fill:before {
  content: "\e61a";
}

.icon-file-text-fill:before {
  content: "\e61b";
}

.icon-file-zip-fill:before {
  content: "\e61c";
}

.icon-file-ppt-fill:before {
  content: "\e61d";
}

.icon-file-word-fill:before {
  content: "\e61e";
}

.icon-file-pdf-fill:before {
  content: "\e621";
}

.icon-location-fill:before {
  content: "\e650";
}

.icon-location:before {
  content: "\e83d";
}

.icon-drag-1:before {
  content: "\e86e";
}

.icon-drag-2:before {
  content: "\e64e";
}

.icon-drag-3:before {
  content: "\e603";
}

.icon-eye:before {
  content: "\e78f";
}

.icon-eye-close:before {
  content: "\e672";
}

.icon-sigma:before {
  content: "\e82c";
}

.icon-time1:before {
  content: "\e65f";
}

.icon-select2:before {
  content: "\e6b8";
}

.icon-department:before {
  content: "\e629";
}

.icon-tipsdepartmentdown:before {
  content: "\e662";
}

.icon-input1:before {
  content: "\e619";
}

.icon-calendar:before {
  content: "\e667";
}

.icon-email1:before {
  content: "\e671";
}

.icon-user1:before {
  content: "\e682";
}

.icon-number1:before {
  content: "\e62c";
}

.icon-190tree:before {
  content: "\e7b1";
}

.icon-dict-fill:before {
  content: "\e9e1";
}

.icon-user:before {
  content: "\e63f";
}

.icon-user-circle:before {
  content: "\e640";
}

.icon-dict:before {
  content: "\e6d1";
}

.icon-btn:before {
  content: "\e6ce";
}

.icon-btn2:before {
  content: "\e782";
}

.icon-btn3:before {
  content: "\e61f";
}

.icon-popup2:before {
  content: "\e610";
}

.icon-popup:before {
  content: "\eb79";
}

.icon-depart2:before {
  content: "\e759";
}

.icon-card:before {
  content: "\e670";
}

.icon-tab:before {
  content: "\e6aa";
}

.icon-tab1:before {
  content: "\e740";
}

.icon-tab2:before {
  content: "\eb7a";
}

.icon-text:before {
  content: "\e6d0";
}

.icon-divider:before {
  content: "\e6e5";
}

.icon-markdown:before {
  content: "\e6ff";
}

.icon-tree:before {
  content: "\e62e";
}

.icon-map:before {
  content: "\e648";
}

.icon-jm-print:before {
  content: "\e6a5";
}

.icon-phone:before {
  content: "\e787";
}

.icon-mobile-phone:before {
  content: "\e678";
}

.icon-email-filled:before {
  content: "\e649";
}

.icon-email:before {
  content: "\e74f";
}

.icon-qrcode:before {
  content: "\e600";
}

.icon-save:before {
  content: "\e60b";
}

.icon-link:before {
  content: "\e607";
}

.icon-field:before {
  content: "\e615";
}

.icon-field-1:before {
  content: "\e60e";
}

.icon-fullscreen:before {
  content: "\e7ec";
}

.icon-fullscreen-exit:before {
  content: "\e7ed";
}

.icon-money:before {
  content: "\e601";
}

.icon-integer:before {
  content: "\e7f2";
}

.icon-tiaoma:before {
  content: "\e6c9";
}

.icon-zuhe:before {
  content: "\e620";
}

.icon-col-2:before {
  content: "\e64a";
}

.icon-col-3:before {
  content: "\e64b";
}

.icon-col-4:before {
  content: "\e64c";
}

.icon-col-1:before {
  content: "\e64d";
}

.icon-zuzhijuese:before {
  content: "\e66e";
}

.icon-hashtag:before {
  content: "\e684";
}

.icon-formula:before {
  content: "\e62d";
}

.icon-t:before {
  content: "\e602";
}

.icon-t-filled:before {
  content: "\e7b9";
}

.icon-select:before {
  content: "\e609";
}

.icon-number:before {
  content: "\eb63";
}

.icon-shangchuan:before {
  content: "\eb64";
}

.icon-drag:before {
  content: "\eb65";
}

.icon-grid:before {
  content: "\eb66";
}

.icon-trash:before {
  content: "\eb67";
}

.icon-ic:before {
  content: "\eb68";
}

.icon-date:before {
  content: "\eb69";
}

.icon-fuwenbenkuang:before {
  content: "\e66f";
}

.icon-bars:before {
  content: "\eb6a";
}

.icon-slider:before {
  content: "\eb6b";
}

.icon-color:before {
  content: "\eb6c";
}

.icon-radio-active:before {
  content: "\eb6d";
}

.icon-input:before {
  content: "\eb6e";
}

.icon-switch:before {
  content: "\eb6f";
}

.icon-checkbox:before {
  content: "\eb70";
}

.icon-tooltip:before {
  content: "\e7ee";
}

.icon-tupian:before {
  content: "\eb71";
}

.icon-rate:before {
  content: "\eb72";
}

.icon-time:before {
  content: "\eb73";
}

.icon-clone:before {
  content: "\eb74";
}

.icon-jilianxuanze:before {
  content: "\eb75";
}

.icon-textarea:before {
  content: "\eb76";
}

.icon-clear:before {
  content: "\eb77";
}

.icon-table:before {
  content: "\eb78";
}

.icon-depart:before {
  content: "\e605";
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* 注释掉不影响使用，这里仅为 zm-sign 的示例图标 */
/*@import url(//at.alicdn.com/t/font_2218924_lmzbr65lqh.css);*/

.can_vans[data-v-7356809c] {
    position: relative;
    border: 1px solid #ddd;
    padding: 3px
}

.can_vans canvas[data-v-7356809c] {
    border: 1px dashed #ddd;
    vertical-align: middle
}

body {
    margin: 0;
    padding: 0
}

.zm-sign {
    padding: 15px;
    position: relative
}

.zm-sign .zm-sign-tool {
    text-align: right
}

.zm-sign .zm-sign-tool .iconfont {
    cursor: pointer;
    font-size: 18px
}

.zm-sign .zm-sign-tool .iconfont.active {
    color: #409eff
}

.zm-sign .zm-sign-handle {
    padding: 10px;
    text-align: center
}

.zm-sign .zm-buttom {
    line-height: 1;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px
}

.zm-sign .zm-buttom + .zm-buttom {
    margin-left: 10px
}

.zm-sign .zm-buttom.zm-button--mini {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 3px
}

