@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-30abdb5b] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-30abdb5b] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-30abdb5b] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-30abdb5b] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-30abdb5b] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-30abdb5b] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-30abdb5b] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-30abdb5b] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-30abdb5b] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-30abdb5b] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-30abdb5b]  .el-form-item__content,
.table-style .fill-select-item[data-v-30abdb5b]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-30abdb5b] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-30abdb5b] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-30abdb5b],
.form-widget-list .checkbox-form-item-wrapper[data-v-30abdb5b] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-30abdb5b],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-30abdb5b] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-30abdb5b] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-30abdb5b] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-30abdb5b],
.el-form-item--medium .el-checkbox[data-v-30abdb5b] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-30abdb5b] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-30abdb5b],
.el-form-item--small .el-checkbox[data-v-30abdb5b] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-30abdb5b] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-30abdb5b],
.el-form-item--mini .el-checkbox[data-v-30abdb5b] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-30abdb5b] {
  margin-top: 4px;
}
input[type=password][data-v-30abdb5b]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-30abdb5b]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-30abdb5b]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-30abdb5b]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-30abdb5b]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-30abdb5b] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-30abdb5b] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-30abdb5b] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-30abdb5b]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-30abdb5b] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-30abdb5b] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-30abdb5b] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-30abdb5b] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-30abdb5b] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-30abdb5b] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-30abdb5b] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-30abdb5b] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-30abdb5b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-30abdb5b], .table-style .el-form-item .el-form-item__content > div[data-v-30abdb5b] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-30abdb5b] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-30abdb5b], .table-style .el-form-item.rich-editor-item[data-v-30abdb5b], .table-style .el-form-item.static-text-item[data-v-30abdb5b], .table-style .el-form-item.html-text-item[data-v-30abdb5b] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-30abdb5b], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-30abdb5b], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-30abdb5b], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-30abdb5b] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-30abdb5b] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-30abdb5b] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-30abdb5b],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-30abdb5b] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-30abdb5b] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-30abdb5b],
.reference-field-container .empty[data-v-30abdb5b],
.dropdown-field-empty.empty[data-v-30abdb5b],
.dropdown-field-empty[data-v-30abdb5b] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-30abdb5b] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.jy-form-list-row[data-v-30abdb5b] {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--jy-border-light);
  border-radius: var(--jy-radius-lg);
  background: var(--jy-bg-container);
  -webkit-box-shadow: 0 1px 2px rgba(16, 32, 51, 0.03);
          box-shadow: 0 1px 2px rgba(16, 32, 51, 0.03);
  -webkit-transition: border-color var(--jy-transition-fast), background-color var(--jy-transition-fast), -webkit-box-shadow var(--jy-transition-fast);
  transition: border-color var(--jy-transition-fast), background-color var(--jy-transition-fast), -webkit-box-shadow var(--jy-transition-fast);
  transition: border-color var(--jy-transition-fast), box-shadow var(--jy-transition-fast), background-color var(--jy-transition-fast);
  transition: border-color var(--jy-transition-fast), box-shadow var(--jy-transition-fast), background-color var(--jy-transition-fast), -webkit-box-shadow var(--jy-transition-fast);
}
.jy-form-list-row.is-pinned[data-v-30abdb5b], .jy-form-list-row.is-favorite[data-v-30abdb5b] {
  border-color: rgba(52, 118, 240, 0.26);
  -webkit-box-shadow: 0 8px 24px rgba(52, 118, 240, 0.08);
          box-shadow: 0 8px 24px rgba(52, 118, 240, 0.08);
}
.jy-form-list-row.is-favorite[data-v-30abdb5b] {
  border-color: rgba(245, 158, 11, 0.3);
  -webkit-box-shadow: 0 8px 24px rgba(245, 158, 11, 0.1);
          box-shadow: 0 8px 24px rgba(245, 158, 11, 0.1);
}
.jy-form-list-row.is-pinned.is-favorite[data-v-30abdb5b] {
  border-color: rgba(52, 118, 240, 0.36);
  -webkit-box-shadow: 0 8px 24px rgba(52, 118, 240, 0.08), 0 0 0 1px rgba(245, 158, 11, 0.16);
          box-shadow: 0 8px 24px rgba(52, 118, 240, 0.08), 0 0 0 1px rgba(245, 158, 11, 0.16);
}
.jy-form-list-row[data-v-30abdb5b]:hover, .jy-form-list-row[data-v-30abdb5b]:focus-within {
  border-color: rgba(52, 118, 240, 0.28);
  background: var(--jy-bg-row-hover-gradient);
  -webkit-box-shadow: var(--jy-shadow-card);
          box-shadow: var(--jy-shadow-card);
}
.jy-form-list-row__cover[data-v-30abdb5b],
.jy-form-list-row__title-group[data-v-30abdb5b] {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  border-radius: var(--jy-radius-sm);
  outline: none;
}
.jy-form-list-row__cover[data-v-30abdb5b]:focus-visible,
.jy-form-list-row__title-group[data-v-30abdb5b]:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 118, 240, 0.18);
          box-shadow: 0 0 0 3px rgba(52, 118, 240, 0.18);
}
.jy-form-list-row__cover[data-v-30abdb5b] {
  width: 88px;
  min-height: 68px;
  overflow: hidden;
  border: 1px solid var(--jy-border-lighter);
  border-radius: var(--jy-radius-md);
  background: radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.58), transparent 3.2rem), linear-gradient(135deg, rgba(52, 118, 240, 0.18), rgba(52, 118, 240, 0.05));
}
.jy-form-list-row__cover.is-project[data-v-30abdb5b] {
  background: radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.58), transparent 3.2rem), linear-gradient(135deg, rgba(13, 139, 97, 0.18), rgba(52, 118, 240, 0.05));
}
.jy-form-list-row__cover img[data-v-30abdb5b] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jy-form-list-row__cover-fallback[data-v-30abdb5b] {
  width: 100%;
  height: 100%;
  min-height: 68px;
  display: grid;
  place-items: center;
  color: var(--jy-color-primary-active);
  font-size: 20px;
  background: var(--jy-card-cover-fallback-bg);
}
.jy-form-list-row__main[data-v-30abdb5b] {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
.jy-form-list-row__top[data-v-30abdb5b],
.jy-form-list-row__bottom[data-v-30abdb5b] {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.jy-form-list-row__title-group[data-v-30abdb5b] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-text-primary);
  text-align: left;
}
.jy-form-list-row__type-icon[data-v-30abdb5b] {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  color: var(--jy-color-primary-active);
  background: var(--jy-color-primary-light);
  border: 1px solid rgba(52, 118, 240, 0.2);
  border-radius: var(--jy-radius-md);
}
.jy-form-list-row__title[data-v-30abdb5b] {
  min-width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: var(--jy-text-primary);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jy-form-list-row__quick-actions[data-v-30abdb5b],
.jy-form-list-row__operations[data-v-30abdb5b] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}
.jy-form-list-row__quick-actions[data-v-30abdb5b] {
  max-width: min(520px, 48%);
}
.jy-form-list-row__quick-actions[data-v-30abdb5b]  .el-button + .el-button {
  margin-left: 0;
}
.jy-form-list-row__quick-actions[data-v-30abdb5b]  .el-button {
  min-height: 32px;
  max-width: 100%;
}
.jy-form-list-row__quick-actions[data-v-30abdb5b]  .el-button span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jy-form-list-row__quick-actions .collect-btn.active[data-v-30abdb5b] {
  color: var(--jy-color-warning);
  background: var(--jy-color-warning-bg);
  border-color: rgba(184, 107, 8, 0.24);
}
.jy-form-list-row__disabled-action[data-v-30abdb5b] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  border-radius: var(--jy-radius-sm);
  outline: none;
}
.jy-form-list-row__disabled-action[data-v-30abdb5b]:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 118, 240, 0.18);
          box-shadow: 0 0 0 3px rgba(52, 118, 240, 0.18);
}
.jy-form-list-row__pseudo-button[data-v-30abdb5b] {
  min-height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 15px;
  color: var(--jy-text-placeholder);
  background: var(--jy-bg-subtle);
  border: 1px solid var(--jy-border-light);
  border-radius: var(--jy-radius-sm);
  font-size: 12px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.collect-icon[data-v-30abdb5b],
.share-icon[data-v-30abdb5b] {
  margin-right: 5px;
  font-size: 14px;
}
.jy-form-list-row__meta[data-v-30abdb5b] {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(140px, 0.7fr) minmax(220px, 1.2fr);
  gap: 8px 14px;
  color: var(--jy-text-secondary);
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
  border-radius: var(--jy-radius-sm);
  outline: none;
}
.jy-form-list-row__meta[data-v-30abdb5b]:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 118, 240, 0.18);
          box-shadow: 0 0 0 3px rgba(52, 118, 240, 0.18);
}
.jy-form-list-row__meta-item[data-v-30abdb5b] {
  min-width: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.jy-form-list-row__meta-label[data-v-30abdb5b] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: var(--jy-text-placeholder);
}
.jy-form-list-row__meta-value[data-v-30abdb5b] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jy-form-list-row__scope[data-v-30abdb5b] {
  min-width: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: var(--jy-text-secondary);
  font-size: 12px;
  white-space: nowrap;
}
.jy-form-list-row__agency[data-v-30abdb5b] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  padding: 0 7px;
  color: var(--jy-color-primary-strong);
  background: var(--jy-color-primary-lighter);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: 999px;
}
.jy-form-list-row__operations[data-v-30abdb5b]  .form-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2px;
  text-align: right;
}
.jy-form-list-row__operations[data-v-30abdb5b]  .form-settings .el-button--text {
  min-height: 32px;
  padding: 0 8px;
  font-size: 12px;
}
.jy-form-list-row__operations[data-v-30abdb5b]  .form-settings .el-divider--vertical {
  margin: 0 3px;
}
@media screen and (max-width: 1280px) {
.jy-form-list-row__top[data-v-30abdb5b],
  .jy-form-list-row__bottom[data-v-30abdb5b] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.jy-form-list-row__quick-actions[data-v-30abdb5b],
  .jy-form-list-row__operations[data-v-30abdb5b] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100%;
}
}
@media screen and (max-width: 1024px) {
.jy-form-list-row[data-v-30abdb5b] {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 12px;
}
.jy-form-list-row__cover[data-v-30abdb5b] {
    width: 72px;
    min-height: 60px;
}
.jy-form-list-row__meta[data-v-30abdb5b] {
    grid-template-columns: 1fr;
}
}
@media screen and (max-width: 640px) {
.jy-form-list-row[data-v-30abdb5b] {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px;
    border-radius: var(--jy-radius-md);
}
.jy-form-list-row__cover[data-v-30abdb5b] {
    width: 56px;
    height: 56px;
    min-height: 56px;
    border-radius: var(--jy-radius-sm);
}
.jy-form-list-row__cover-fallback[data-v-30abdb5b] {
    min-height: 56px;
    font-size: 18px;
}
.jy-form-list-row__main[data-v-30abdb5b] {
    gap: 6px;
}
.jy-form-list-row__top[data-v-30abdb5b],
  .jy-form-list-row__bottom[data-v-30abdb5b] {
    gap: 6px;
}
.jy-form-list-row__title-group[data-v-30abdb5b] {
    width: 100%;
    gap: 6px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.jy-form-list-row__type-icon[data-v-30abdb5b] {
    width: 20px;
    height: 20px;
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
    border-radius: 6px;
}
.jy-form-list-row__title[data-v-30abdb5b] {
    max-width: 100%;
    display: -webkit-box;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jy-form-list-row__meta[data-v-30abdb5b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px 8px;
    font-size: 12px;
    line-height: 17px;
}
.jy-form-list-row__meta-item[data-v-30abdb5b] {
    gap: 4px;
    max-width: 100%;
}
.jy-form-list-row__bottom[data-v-30abdb5b] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.jy-form-list-row__quick-actions[data-v-30abdb5b],
  .jy-form-list-row__operations[data-v-30abdb5b] {
    gap: 4px;
}
.jy-form-list-row__quick-actions[data-v-30abdb5b]  .el-button {
    min-height: 44px;
    padding: 7px 9px;
    font-size: 12px;
}
.jy-form-list-row__quick-actions .jy-form-list-row__pseudo-button[data-v-30abdb5b] {
    min-height: 44px;
    padding: 7px 9px;
}
.jy-form-list-row__operations[data-v-30abdb5b] {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.jy-form-list-row__operations[data-v-30abdb5b]  .form-settings {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.jy-form-list-row__operations[data-v-30abdb5b]  .form-settings .el-button--text,
  .jy-form-list-row__operations[data-v-30abdb5b]  .form-settings .split-button,
  .jy-form-list-row__operations[data-v-30abdb5b]  .form-settings .el-dropdown-link {
    min-width: 44px;
    min-height: 44px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.jy-form-list-row__operations[data-v-30abdb5b]  .form-settings .el-icon-more {
    min-width: 44px;
    min-height: 44px;
    line-height: 44px;
    text-align: center;
}
.jy-form-list-row__operations[data-v-30abdb5b]  .form-settings .el-divider--vertical {
    display: none;
}
.collect-icon[data-v-30abdb5b],
  .share-icon[data-v-30abdb5b] {
    margin-right: 3px;
}
}
@media (hover: none), (pointer: coarse) {
.jy-form-list-row__quick-actions[data-v-30abdb5b]  .el-button {
    min-height: 44px;
    padding: 7px 9px;
}
.jy-form-list-row__quick-actions .jy-form-list-row__pseudo-button[data-v-30abdb5b] {
    min-height: 44px;
    padding: 7px 9px;
}
.jy-form-list-row__operations[data-v-30abdb5b]  .form-settings .el-button--text,
  .jy-form-list-row__operations[data-v-30abdb5b]  .form-settings .split-button,
  .jy-form-list-row__operations[data-v-30abdb5b]  .form-settings .el-dropdown-link {
    min-width: 44px;
    min-height: 44px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.jy-form-list-row__operations[data-v-30abdb5b]  .form-settings .el-icon-more {
    min-width: 44px;
    min-height: 44px;
    line-height: 44px;
    text-align: center;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-060f35d4] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-060f35d4] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-060f35d4] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-060f35d4] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-060f35d4] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-060f35d4] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-060f35d4] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-060f35d4] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-060f35d4] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-060f35d4] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-060f35d4]  .el-form-item__content,
.table-style .fill-select-item[data-v-060f35d4]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-060f35d4] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-060f35d4] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-060f35d4],
.form-widget-list .checkbox-form-item-wrapper[data-v-060f35d4] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-060f35d4],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-060f35d4] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-060f35d4] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-060f35d4] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-060f35d4],
.el-form-item--medium .el-checkbox[data-v-060f35d4] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-060f35d4] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-060f35d4],
.el-form-item--small .el-checkbox[data-v-060f35d4] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-060f35d4] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-060f35d4],
.el-form-item--mini .el-checkbox[data-v-060f35d4] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-060f35d4] {
  margin-top: 4px;
}
input[type=password][data-v-060f35d4]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-060f35d4]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-060f35d4]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-060f35d4]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-060f35d4]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-060f35d4] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-060f35d4] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-060f35d4] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-060f35d4]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-060f35d4] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-060f35d4] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-060f35d4] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-060f35d4] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-060f35d4] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-060f35d4] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-060f35d4] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-060f35d4] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-060f35d4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-060f35d4], .table-style .el-form-item .el-form-item__content > div[data-v-060f35d4] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-060f35d4] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-060f35d4], .table-style .el-form-item.rich-editor-item[data-v-060f35d4], .table-style .el-form-item.static-text-item[data-v-060f35d4], .table-style .el-form-item.html-text-item[data-v-060f35d4] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-060f35d4], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-060f35d4], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-060f35d4], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-060f35d4] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-060f35d4] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-060f35d4] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-060f35d4],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-060f35d4] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-060f35d4] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-060f35d4],
.reference-field-container .empty[data-v-060f35d4],
.dropdown-field-empty.empty[data-v-060f35d4],
.dropdown-field-empty[data-v-060f35d4] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-060f35d4] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.jy-form-card-col[data-v-060f35d4] {
  min-width: 0;
}
.jy-form-card[data-v-060f35d4] {
  position: relative;
  width: 100%;
  min-height: 196px;
  height: auto;
  aspect-ratio: 16/10;
  display: block;
  border: 1px solid var(--jy-border-light);
  border-radius: var(--jy-radius-lg);
  overflow: hidden;
  background: var(--jy-bg-container);
  -webkit-box-shadow: 0 1px 2px rgba(16, 32, 51, 0.03);
          box-shadow: 0 1px 2px rgba(16, 32, 51, 0.03);
  -webkit-transition: border-color var(--jy-transition-fast), -webkit-transform var(--jy-transition-fast), -webkit-box-shadow var(--jy-transition-fast);
  transition: border-color var(--jy-transition-fast), -webkit-transform var(--jy-transition-fast), -webkit-box-shadow var(--jy-transition-fast);
  transition: transform var(--jy-transition-fast), box-shadow var(--jy-transition-fast), border-color var(--jy-transition-fast);
  transition: transform var(--jy-transition-fast), box-shadow var(--jy-transition-fast), border-color var(--jy-transition-fast), -webkit-transform var(--jy-transition-fast), -webkit-box-shadow var(--jy-transition-fast);
}
.jy-form-card.is-pinned[data-v-060f35d4], .jy-form-card.is-favorite[data-v-060f35d4] {
  border-color: rgba(52, 118, 240, 0.34);
  -webkit-box-shadow: 0 10px 30px rgba(52, 118, 240, 0.12);
          box-shadow: 0 10px 30px rgba(52, 118, 240, 0.12);
}
.jy-form-card.is-pinned[data-v-060f35d4] {
  background: var(--jy-card-pinned-bg);
}
.jy-form-card.is-favorite[data-v-060f35d4] {
  border-color: rgba(245, 158, 11, 0.36);
  -webkit-box-shadow: 0 10px 30px rgba(245, 158, 11, 0.13);
          box-shadow: 0 10px 30px rgba(245, 158, 11, 0.13);
}
.jy-form-card.is-pinned.is-favorite[data-v-060f35d4] {
  border-color: rgba(52, 118, 240, 0.42);
  -webkit-box-shadow: 0 10px 30px rgba(52, 118, 240, 0.12), 0 0 0 1px rgba(245, 158, 11, 0.18);
          box-shadow: 0 10px 30px rgba(52, 118, 240, 0.12), 0 0 0 1px rgba(245, 158, 11, 0.18);
}
.jy-form-card[data-v-060f35d4]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: rgba(52, 118, 240, 0.34);
  -webkit-box-shadow: var(--jy-shadow-lift);
          box-shadow: var(--jy-shadow-lift);
}
.jy-form-card[data-v-060f35d4]:focus-within {
  border-color: rgba(52, 118, 240, 0.42);
  -webkit-box-shadow: 0 0 0 3px rgba(52, 118, 240, 0.12);
          box-shadow: 0 0 0 3px rgba(52, 118, 240, 0.12);
}
.jy-form-card__cover[data-v-060f35d4] {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.58), transparent 3.2rem), linear-gradient(135deg, rgba(52, 118, 240, 0.24), rgba(52, 118, 240, 0.05));
}
.jy-form-card__cover-detail[data-v-060f35d4] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.jy-form-card__cover-detail[data-v-060f35d4]:focus-visible {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 3px rgba(52, 118, 240, 0.26);
          box-shadow: inset 0 0 0 3px rgba(52, 118, 240, 0.26);
}
.jy-form-card__cover.is-project[data-v-060f35d4] {
  background: radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.58), transparent 3.2rem), linear-gradient(135deg, rgba(13, 139, 97, 0.2), rgba(52, 118, 240, 0.05));
}
.jy-form-card__cover-img[data-v-060f35d4] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-filter: saturate(0.94);
          filter: saturate(0.94);
  -webkit-transition: opacity 0.28s ease, -webkit-transform 0.28s ease;
  transition: opacity 0.28s ease, -webkit-transform 0.28s ease;
  transition: transform 0.28s ease, opacity 0.28s ease;
  transition: transform 0.28s ease, opacity 0.28s ease, -webkit-transform 0.28s ease;
}
.jy-form-card:hover .jy-form-card__cover-img[data-v-060f35d4] {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 1;
  -webkit-filter: saturate(1.02);
          filter: saturate(1.02);
}
.jy-form-card__cover-fallback[data-v-060f35d4] {
  position: absolute;
  inset: 0;
  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;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.68), transparent 5.6rem), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.16)), to(rgba(255, 255, 255, 0)));
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.68), transparent 5.6rem), linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
}
.jy-form-card__cover-icon[data-v-060f35d4] {
  width: 52px;
  height: 52px;
  padding: 12px;
  color: var(--jy-color-primary-strong);
  background: var(--jy-card-cover-icon-bg);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-lg);
  -webkit-box-shadow: 0 10px 28px rgba(16, 32, 51, 0.12);
          box-shadow: 0 10px 28px rgba(16, 32, 51, 0.12);
}
.jy-form-card__tools[data-v-060f35d4] {
  position: absolute;
  top: 12px;
  right: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.jy-form-card__tools .jy-icon-button[data-v-060f35d4] {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: var(--jy-text-secondary);
  background: var(--jy-card-cover-panel-bg);
  border: 1px solid var(--jy-card-cover-panel-border);
  border-radius: 999px;
  -webkit-box-shadow: var(--jy-card-cover-panel-shadow);
          box-shadow: var(--jy-card-cover-panel-shadow);
  cursor: pointer;
  font: inherit;
  line-height: 1;
  outline: none;
  -webkit-transition: color var(--jy-transition-fast), background-color var(--jy-transition-fast), -webkit-box-shadow var(--jy-transition-fast);
  transition: color var(--jy-transition-fast), background-color var(--jy-transition-fast), -webkit-box-shadow var(--jy-transition-fast);
  transition: color var(--jy-transition-fast), background-color var(--jy-transition-fast), box-shadow var(--jy-transition-fast);
  transition: color var(--jy-transition-fast), background-color var(--jy-transition-fast), box-shadow var(--jy-transition-fast), -webkit-box-shadow var(--jy-transition-fast);
}
.jy-form-card__tools .jy-icon-button[data-v-060f35d4]:hover {
  color: var(--jy-color-primary-active);
  background: var(--jy-card-cover-panel-bg-hover);
  -webkit-box-shadow: var(--jy-card-cover-panel-shadow-hover);
          box-shadow: var(--jy-card-cover-panel-shadow-hover);
}
.jy-form-card__tools .jy-icon-button[data-v-060f35d4]:focus-visible {
  -webkit-box-shadow: var(--jy-card-cover-panel-shadow-hover), 0 0 0 3px rgba(52, 118, 240, 0.22);
          box-shadow: var(--jy-card-cover-panel-shadow-hover), 0 0 0 3px rgba(52, 118, 240, 0.22);
}
.jy-form-card__tools .jy-card-home-icon.is-active[data-v-060f35d4],
.jy-form-card__tools .jy-card-favorite-icon.is-favorite[data-v-060f35d4] {
  color: var(--jy-color-warning);
  background: var(--jy-card-favorite-bg);
  border-color: rgba(245, 158, 11, 0.3);
  -webkit-box-shadow: 0 8px 20px rgba(245, 158, 11, 0.16);
          box-shadow: 0 8px 20px rgba(245, 158, 11, 0.16);
}
.jy-form-card__tools .jy-card-home-icon.is-active[data-v-060f35d4]:hover,
.jy-form-card__tools .jy-card-favorite-icon.is-favorite[data-v-060f35d4]:hover {
  color: var(--jy-color-warning);
  background: var(--jy-card-favorite-bg-hover);
  -webkit-box-shadow: 0 10px 24px rgba(245, 158, 11, 0.2);
          box-shadow: 0 10px 24px rgba(245, 158, 11, 0.2);
}
.jy-form-card__badges[data-v-060f35d4] {
  position: absolute;
  top: 12px;
  left: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 132px);
  pointer-events: none;
}
.jy-form-card__badge[data-v-060f35d4] {
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 0 8px;
  color: var(--jy-color-primary-strong);
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  border: 1px solid rgba(52, 118, 240, 0.22);
  border-radius: 999px;
  background: var(--jy-card-cover-panel-bg);
  -webkit-box-shadow: 0 8px 18px rgba(16, 32, 51, 0.1);
          box-shadow: 0 8px 18px rgba(16, 32, 51, 0.1);
}
.jy-form-card__badge.is-favorite[data-v-060f35d4] {
  color: var(--jy-color-warning);
  border-color: rgba(245, 158, 11, 0.28);
  background: var(--jy-card-favorite-bg);
}
.jy-form-card__body[data-v-060f35d4] {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 68px;
  max-height: calc(100% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 16px 18px 20px;
  background: var(--jy-card-body-bg);
  border-top: 1px solid var(--jy-card-body-border);
  -webkit-box-shadow: 0 -14px 34px rgba(16, 32, 51, 0.08);
          box-shadow: 0 -14px 34px rgba(16, 32, 51, 0.08);
  -webkit-transform: translateY(calc(100% - 68px));
          transform: translateY(calc(100% - 68px));
  -webkit-transition: background-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
  transition: background-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
  transition: transform 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
  transition: transform 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
}
.jy-form-card:hover .jy-form-card__body[data-v-060f35d4],
.jy-form-card:focus-within .jy-form-card__body[data-v-060f35d4] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: var(--jy-card-body-bg-hover);
  -webkit-box-shadow: 0 -18px 42px rgba(16, 32, 51, 0.1);
          box-shadow: 0 -18px 42px rgba(16, 32, 51, 0.1);
}
.jy-form-card__title-row[data-v-060f35d4] {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.jy-form-card__detail-button[data-v-060f35d4] {
  width: 100%;
  min-height: 40px;
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  border: 0;
  border-radius: var(--jy-radius-sm);
  background: transparent;
  cursor: pointer;
}
.jy-form-card__detail-button[data-v-060f35d4]:focus-visible {
  outline: 2px solid var(--jy-color-primary, #409eff);
  outline-offset: 3px;
}
.jy-form-card__type-icon[data-v-060f35d4] {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  color: var(--jy-color-primary-active);
  background: var(--jy-color-primary-light);
  border: 1px solid rgba(52, 118, 240, 0.2);
  border-radius: var(--jy-radius-md);
}
.jy-form-card__title[data-v-060f35d4] {
  min-width: 0;
  margin: 0;
  color: var(--jy-text-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jy-form-card__meta[data-v-060f35d4] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  margin-top: 14px;
  margin-bottom: 16px;
  color: var(--jy-text-secondary);
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease, -webkit-transform 0.18s ease;
}
.jy-form-card:hover .jy-form-card__meta[data-v-060f35d4],
.jy-form-card:focus-within .jy-form-card__meta[data-v-060f35d4] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.jy-form-card__meta-item[data-v-060f35d4] {
  min-width: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jy-form-card__meta-dot[data-v-060f35d4] {
  width: 5px;
  height: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5px;
          flex: 0 0 5px;
  border-radius: 999px;
  background: var(--jy-border-base);
}
.jy-form-card__footer[data-v-060f35d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  min-height: 34px;
  border-top: 1px solid var(--jy-border-lighter);
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.18s ease 0.04s, -webkit-transform 0.18s ease 0.04s;
  transition: opacity 0.18s ease 0.04s, -webkit-transform 0.18s ease 0.04s;
  transition: opacity 0.18s ease 0.04s, transform 0.18s ease 0.04s;
  transition: opacity 0.18s ease 0.04s, transform 0.18s ease 0.04s, -webkit-transform 0.18s ease 0.04s;
}
.jy-form-card__footer .jy-status[data-v-060f35d4] {
  min-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 0 6px;
  font-size: 11px;
  line-height: 16px;
  border-radius: 999px;
}
.jy-form-card__footer .jy-status[data-v-060f35d4]::before {
  width: 4px;
  height: 4px;
  -ms-flex-preferred-size: 4px;
      flex-basis: 4px;
}
.jy-form-card:hover .jy-form-card__footer[data-v-060f35d4],
.jy-form-card:focus-within .jy-form-card__footer[data-v-060f35d4] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card-edit-links[data-v-060f35d4] {
  min-width: 0;
}
.card-edit-links[data-v-060f35d4]  .form-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2px;
  text-align: right;
}
.card-edit-links[data-v-060f35d4]  .form-settings .split-button {
  padding: 0 10px 0 0;
}
.card-edit-links[data-v-060f35d4]  .form-settings .el-button--text {
  min-height: 40px;
  padding: 0 8px;
  font-size: 12px;
}
.card-edit-links[data-v-060f35d4]  .form-settings .el-divider--vertical {
  margin: 0 3px;
}
@media (hover: none), (pointer: coarse) {
.jy-form-card[data-v-060f35d4] {
    aspect-ratio: auto;
    min-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;
}
.jy-form-card__cover[data-v-060f35d4] {
    height: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
}
.jy-form-card__tools .jy-icon-button[data-v-060f35d4] {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
}
.jy-form-card__body[data-v-060f35d4] {
    position: static;
    max-height: none;
    overflow: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: var(--jy-card-body-bg-hover);
}
.jy-form-card__badges[data-v-060f35d4] {
    max-width: calc(100% - 168px);
}
.jy-form-card__meta[data-v-060f35d4],
  .jy-form-card__footer[data-v-060f35d4] {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
}
.card-edit-links[data-v-060f35d4]  .form-settings .el-button--text,
  .card-edit-links[data-v-060f35d4]  .form-settings .split-button,
  .card-edit-links[data-v-060f35d4]  .form-settings .el-dropdown-link {
    min-width: 44px;
    min-height: 44px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.card-edit-links[data-v-060f35d4]  .form-settings .el-icon-more {
    min-width: 44px;
    min-height: 44px;
    line-height: 44px;
    text-align: center;
}
}
@media (prefers-reduced-motion: reduce) {
.jy-form-card[data-v-060f35d4],
  .jy-form-card__cover-img[data-v-060f35d4],
  .jy-form-card__body[data-v-060f35d4],
  .jy-form-card__meta[data-v-060f35d4],
  .jy-form-card__footer[data-v-060f35d4] {
    -webkit-transition: none;
    transition: none;
}
}
@media screen and (max-width: 768px) {
.jy-form-card[data-v-060f35d4] {
    min-height: 270px;
    max-height: none;
    height: auto;
    aspect-ratio: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.jy-form-card__cover[data-v-060f35d4] {
    height: 160px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
}
.jy-form-card__tools .jy-icon-button[data-v-060f35d4] {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
}
.jy-form-card__body[data-v-060f35d4] {
    position: static;
    min-height: 0;
    max-height: none;
    padding: 14px 16px 12px;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.jy-form-card__title-row[data-v-060f35d4] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7px;
}
.jy-form-card__detail-button[data-v-060f35d4] {
    min-height: 44px;
    padding: 6px 0;
}
.jy-form-card__type-icon[data-v-060f35d4] {
    width: 22px;
    height: 22px;
    -ms-flex-preferred-size: 22px;
        flex-basis: 22px;
}
.jy-form-card__title[data-v-060f35d4] {
    display: -webkit-box;
    font-size: 16px;
    line-height: 22px;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jy-form-card__meta[data-v-060f35d4],
  .jy-form-card__footer[data-v-060f35d4] {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
}
.jy-form-card__meta[data-v-060f35d4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-template-columns: none;
    gap: 4px 8px;
    margin-top: 8px;
    margin-bottom: 10px;
    line-height: 17px;
}
.jy-form-card__meta-item[data-v-060f35d4] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 100%;
    gap: 4px;
}
.jy-form-card__meta-dot[data-v-060f35d4] {
    width: 4px;
    height: 4px;
    -ms-flex-preferred-size: 4px;
        flex-basis: 4px;
}
.jy-form-card__footer[data-v-060f35d4] {
    min-height: 44px;
    padding-top: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
}
.card-edit-links[data-v-060f35d4] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 180px;
            flex: 1 1 180px;
}
.card-edit-links[data-v-060f35d4]  .form-settings {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 6px;
}
.card-edit-links[data-v-060f35d4]  .form-settings .el-button--text,
  .card-edit-links[data-v-060f35d4]  .form-settings .split-button,
  .card-edit-links[data-v-060f35d4]  .form-settings .el-dropdown-link {
    min-width: 44px;
    min-height: 44px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 8px;
    border-radius: var(--jy-radius-sm, 4px);
}
.card-edit-links[data-v-060f35d4]  .form-settings .el-dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.card-edit-links[data-v-060f35d4]  .form-settings .el-icon-more {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    line-height: 44px;
    text-align: center;
}
.card-edit-links[data-v-060f35d4]  .form-settings .el-divider--vertical {
    display: none;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-c8dad85a] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-c8dad85a] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-c8dad85a] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-c8dad85a] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-c8dad85a] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-c8dad85a] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-c8dad85a] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-c8dad85a] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-c8dad85a] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-c8dad85a] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-c8dad85a]  .el-form-item__content,
.table-style .fill-select-item[data-v-c8dad85a]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-c8dad85a] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-c8dad85a] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-c8dad85a],
.form-widget-list .checkbox-form-item-wrapper[data-v-c8dad85a] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-c8dad85a],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-c8dad85a] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-c8dad85a] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-c8dad85a] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-c8dad85a],
.el-form-item--medium .el-checkbox[data-v-c8dad85a] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-c8dad85a] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-c8dad85a],
.el-form-item--small .el-checkbox[data-v-c8dad85a] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-c8dad85a] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-c8dad85a],
.el-form-item--mini .el-checkbox[data-v-c8dad85a] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-c8dad85a] {
  margin-top: 4px;
}
input[type=password][data-v-c8dad85a]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-c8dad85a]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-c8dad85a]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-c8dad85a]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-c8dad85a]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-c8dad85a] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-c8dad85a] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-c8dad85a] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-c8dad85a]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-c8dad85a] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-c8dad85a] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-c8dad85a] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-c8dad85a] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-c8dad85a] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-c8dad85a] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-c8dad85a] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-c8dad85a] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-c8dad85a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-c8dad85a], .table-style .el-form-item .el-form-item__content > div[data-v-c8dad85a] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-c8dad85a] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-c8dad85a], .table-style .el-form-item.rich-editor-item[data-v-c8dad85a], .table-style .el-form-item.static-text-item[data-v-c8dad85a], .table-style .el-form-item.html-text-item[data-v-c8dad85a] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-c8dad85a], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-c8dad85a], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-c8dad85a], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-c8dad85a] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-c8dad85a] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-c8dad85a] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-c8dad85a],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-c8dad85a] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-c8dad85a] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-c8dad85a],
.reference-field-container .empty[data-v-c8dad85a],
.dropdown-field-empty.empty[data-v-c8dad85a],
.dropdown-field-empty[data-v-c8dad85a] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-c8dad85a] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.list-no-data[data-v-c8dad85a] {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--jy-bg-elevated)), to(var(--jy-bg-subtle)));
  background: linear-gradient(180deg, var(--jy-bg-elevated), var(--jy-bg-subtle));
  border: 1px solid var(--jy-border-light);
  border-radius: var(--jy-radius-lg);
  -webkit-box-shadow: var(--jy-shadow-card);
          box-shadow: var(--jy-shadow-card);
}
.list-no-data .no-data-img[data-v-c8dad85a] {
  display: block;
  width: min(220px, 58vw);
  height: auto;
  margin: auto;
  -webkit-filter: var(--jy-empty-state-image-filter, none);
          filter: var(--jy-empty-state-image-filter, none);
}
.jy-form-list-empty-state__visual[data-v-c8dad85a] {
  display: grid;
  place-items: center;
  width: 240px;
  max-width: 70vw;
  min-height: 150px;
  aspect-ratio: 16/10;
  margin: 0 auto 4px;
  border-radius: var(--jy-radius-lg);
  background: radial-gradient(circle at 50% 40%, rgba(52, 118, 240, 0.1), transparent 72%), var(--jy-bg-container);
}
.jy-form-list-empty-state__title[data-v-c8dad85a] {
  margin-top: 12px;
}
.jy-form-list-empty-state__desc[data-v-c8dad85a] {
  max-width: min(480px, 90vw);
}
@media screen and (max-width: 768px) {
.list-no-data[data-v-c8dad85a] {
    padding: 48px 18px;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-c7d48e86] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-c7d48e86] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-c7d48e86] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-c7d48e86] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-c7d48e86] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-c7d48e86] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-c7d48e86] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-c7d48e86] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-c7d48e86] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-c7d48e86] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-c7d48e86]  .el-form-item__content,
.table-style .fill-select-item[data-v-c7d48e86]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-c7d48e86] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-c7d48e86] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-c7d48e86],
.form-widget-list .checkbox-form-item-wrapper[data-v-c7d48e86] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-c7d48e86],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-c7d48e86] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-c7d48e86] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-c7d48e86] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-c7d48e86],
.el-form-item--medium .el-checkbox[data-v-c7d48e86] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-c7d48e86] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-c7d48e86],
.el-form-item--small .el-checkbox[data-v-c7d48e86] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-c7d48e86] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-c7d48e86],
.el-form-item--mini .el-checkbox[data-v-c7d48e86] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-c7d48e86] {
  margin-top: 4px;
}
input[type=password][data-v-c7d48e86]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-c7d48e86]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-c7d48e86]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-c7d48e86]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-c7d48e86]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-c7d48e86] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-c7d48e86] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-c7d48e86] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-c7d48e86]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-c7d48e86] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-c7d48e86] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-c7d48e86] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-c7d48e86] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-c7d48e86] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-c7d48e86] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-c7d48e86] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-c7d48e86] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-c7d48e86] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-c7d48e86], .table-style .el-form-item .el-form-item__content > div[data-v-c7d48e86] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-c7d48e86] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-c7d48e86], .table-style .el-form-item.rich-editor-item[data-v-c7d48e86], .table-style .el-form-item.static-text-item[data-v-c7d48e86], .table-style .el-form-item.html-text-item[data-v-c7d48e86] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-c7d48e86], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-c7d48e86], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-c7d48e86], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-c7d48e86] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-c7d48e86] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-c7d48e86] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-c7d48e86],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-c7d48e86] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-c7d48e86] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-c7d48e86],
.reference-field-container .empty[data-v-c7d48e86],
.dropdown-field-empty.empty[data-v-c7d48e86],
.dropdown-field-empty[data-v-c7d48e86] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-c7d48e86] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.jy-form-list-shell[data-v-c7d48e86] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}
.jy-form-list-content[data-v-c7d48e86] {
  margin: 0;
}
.jy-form-list-shell__list-mode[data-v-c7d48e86],
.jy-form-list-shell__card-mode[data-v-c7d48e86] {
  width: 100%;
}
.jy-form-list-shell__list-mode[data-v-c7d48e86] {
  display: grid;
  gap: 10px;
}
.jy-form-card-grid[data-v-c7d48e86] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 34px;
  width: 100%;
}
@media screen and (max-width: 767px) {
.jy-form-list-shell[data-v-c7d48e86] {
    padding-right: 0;
    scrollbar-gutter: auto;
}
}
.jy-form-list-shell__full-width-select[data-v-c7d48e86] {
  width: 100%;
}
.jy-form-list-shell__dialog-footer[data-v-c7d48e86] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  gap: 8px;
}
.form-list-row[data-v-c7d48e86] {
  margin-top: 0;
  padding: 24px 0;
  border-bottom: 1px solid var(--jy-border-light, #eef2f8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-list-cover-col[data-v-c7d48e86] {
  padding: 0;
  width: 200px;
  height: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
}
.form-list-main-col[data-v-c7d48e86] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 20px;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.form-img[data-v-c7d48e86] {
  display: inline-block;
  width: 200px;
  height: 120px;
}
.form-img img[data-v-c7d48e86] {
  width: 100%;
  max-width: 100%;
  height: 120px;
  cursor: pointer;
  border-radius: var(--jy-radius-md, 12px);
  -webkit-box-shadow: var(--jy-shadow-sm, 0 8px 20px rgba(15, 23, 42, 0.08));
          box-shadow: var(--jy-shadow-sm, 0 8px 20px rgba(15, 23, 42, 0.08));
}
.form-info[data-v-c7d48e86] {
  width: 100%;
  position: relative;
  height: 120px;
  min-width: 0;
}
.form-info .form-title[data-v-c7d48e86] {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  line-height: 28px;
}
.form-info .form-title .title-span[data-v-c7d48e86] {
  min-width: 0;
  line-height: 28px;
  font-size: 18px;
  color: var(--jy-text-primary, #1f2937);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-info .form-title .form-item-share[data-v-c7d48e86] {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form-info .form-title .form-tag[data-v-c7d48e86] {
  margin-left: 0;
  margin-top: 0;
}
.form-info .form-title .form-tag.un-start[data-v-c7d48e86] {
  color: var(--jy-primary, #2563eb);
  background-color: rgba(37, 99, 235, 0.1);
  border-color: rgba(37, 99, 235, 0.18);
}
.form-info .form-title .form-tag.ing[data-v-c7d48e86] {
  background-color: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.18);
  color: var(--jy-success, #16a34a);
}
.form-info .form-title .form-tag.stop[data-v-c7d48e86] {
  color: var(--jy-text-secondary, #667085);
  background: rgba(100, 116, 139, 0.12);
  border-color: rgba(100, 116, 139, 0.28);
}
.form-info .form-title .form-collect[data-v-c7d48e86] {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: var(--jy-text-tertiary, #98a2b3);
  line-height: 20px;
}
.form-info .form-title .form-collect .collect-btn[data-v-c7d48e86] {
  color: var(--jy-text-secondary, #667085);
  border-color: var(--jy-border, #dbe1ea);
}
.form-info .form-title .form-collect .collect-btn.active[data-v-c7d48e86] {
  color: #f59e0b;
}
.form-info .form-title .form-collect .collect-btn[data-v-c7d48e86]:hover {
  border-color: rgba(245, 158, 11, 0.45);
  background-color: rgba(245, 158, 11, 0.08);
}
.form-info .form-title .form-collect .collect-btn .collect-icon[data-v-c7d48e86] {
  margin-right: 5px;
  font-size: 14px;
}
.form-info .form-title .form-share[data-v-c7d48e86] {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: var(--jy-text-tertiary, #98a2b3);
  line-height: 20px;
  margin-left: 10px;
}
.form-info .form-title .form-share .share-icon[data-v-c7d48e86] {
  margin-right: 8px;
  font-size: 14px;
}
.form-info .form-list-bottom[data-v-c7d48e86] {
  position: absolute;
  left: 0;
  width: 100%;
}
.form-info .form-list-bottom .form-date[data-v-c7d48e86] {
  width: 100%;
  font-size: 12px;
  margin: 0;
  color: var(--jy-text-secondary, #667085);
  cursor: pointer;
}
.form-info .form-list-bottom .form-date .fill-date[data-v-c7d48e86] {
  margin: 0;
  padding: 0;
}
.form-info .form-list-bottom .form-date .fill-date .is-agency-icon[data-v-c7d48e86] {
  display: inline-block;
  width: 40px;
  height: 16px;
  margin-left: 5px;
  vertical-align: -3px;
}
.form-info .form-list-bottom .form-date .fill-date .form-type-icon[data-v-c7d48e86] {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -3px;
}
.form-info .form-list-bottom .form-date .fill-date-label[data-v-c7d48e86] {
  width: 50px;
  display: inline-block;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.form-info .form-list-bottom .form-date .form-create[data-v-c7d48e86] {
  font-size: 12px;
  line-height: 22px;
}
.form-info .form-list-bottom .form-date .form-create .form-settings[data-v-c7d48e86] {
  font-size: 12px;
  text-align: right;
}
.form-info .form-list-bottom .form-date .form-create .form-settings span[data-v-c7d48e86] {
  cursor: pointer;
  padding: 0 10px;
  border-right: 1px solid #707070;
  color: #409eff;
}
.form-info .form-list-bottom .form-date .form-create .form-settings span img[data-v-c7d48e86] {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
.form-info .form-list-bottom .form-date .form-create .form-settings span[data-v-c7d48e86]:last-child {
  border-right: 0;
  padding-right: 0;
}
.list-no-data[data-v-c7d48e86] {
  width: 100%;
  margin: 72px auto 120px;
  text-align: center;
}
.list-no-data .no-data-img[data-v-c7d48e86] {
  display: block;
  width: min(320px, 70vw);
  height: auto;
  margin: auto;
}
.list-no-data .no-data-text[data-v-c7d48e86] {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--jy-text-secondary, #667085);
  margin-top: 24px;
}
.share-container[data-v-c7d48e86] {
  margin-top: -30px;
  width: 100%;
}
.share-container p[data-v-c7d48e86] {
  padding: 0;
  margin: 0 auto;
}
.share-container .shareFillImg[data-v-c7d48e86] {
  display: block;
  width: 200px;
  height: 200px;
  margin-top: 20px;
}
.share-container .share-lite-contain[data-v-c7d48e86] {
  width: min(380px, 100vw - 48px);
  max-width: 100%;
  height: auto;
  aspect-ratio: 38/55;
  background: url("https://smart-form-prod.oss-cn-beijing.aliyuncs.com/statics/canvas_default.png") no-repeat top center;
  background-size: 100% 100%;
  padding-top: 63px;
  margin: auto;
}
.share-container .share-lite-contain .top-logo[data-v-c7d48e86] {
  width: 100%;
  padding: 25px 0 15px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.share-container .share-lite-contain .top-logo img[data-v-c7d48e86] {
  display: inline-block;
  vertical-align: middle;
  width: 107px;
  height: 29px;
}
.share-container .share-lite-contain .share-card[data-v-c7d48e86] {
  width: calc(100% - 50px);
  height: 470px;
  margin: 0 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  border-radius: 10px;
}
.share-container .share-lite-contain .share-card .share-form-img[data-v-c7d48e86] {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 166px;
  margin: 20px auto 5px;
  border-radius: 10px;
}
.share-container .share-lite-contain .share-card .share-form-name[data-v-c7d48e86] {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #404040;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.share-container .share-lite-contain .share-card .share-form-fill[data-v-c7d48e86] {
  font-size: 12px;
  line-height: 20px;
  color: #909090;
  margin-left: 70px;
  margin-top: 4px;
}
.share-container .share-lite-contain .share-card .share-form-bottom[data-v-c7d48e86] {
  width: 100%;
  margin-top: 25px;
}
.share-container .share-lite-contain .share-card .share-form-bottom .share-form-qr[data-v-c7d48e86] {
  width: 140px;
  height: 140px;
  margin: auto;
  text-align: center;
  display: block;
}
.share-container .share-lite-contain .share-card .share-form-bottom .share-form-qr-text[data-v-c7d48e86] {
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  color: #394349;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.share-container .list-share-image[data-v-c7d48e86] {
  width: 380px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.arrow-right[data-v-c7d48e86] {
  display: inline-block;
  width: 37px;
  height: 110px;
  background: url("https://smart-form-prod.oss-cn-beijing.aliyuncs.com/statics/arrow-bottom.png") no-repeat center center;
  background-size: 19px 33px;
}
.arrow-bottom[data-v-c7d48e86] {
  display: inline-block;
  width: 100%;
  height: 33px;
  background: url("https://smart-form-prod.oss-cn-beijing.aliyuncs.com/statics/arrow-top.png") no-repeat center center;
  background-size: 33px 19px;
}
.project-detail-img img[data-v-c7d48e86] {
  width: 100%;
  max-width: 100%;
  height: 152px;
  border-radius: 6px;
}
.project-detail-info .project-detail-title[data-v-c7d48e86] {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #394349;
  margin: 0;
  line-height: 25px;
}
.project-detail-info .project-detail-title span[data-v-c7d48e86] {
  max-width: 100%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-detail-info .project-detail-date[data-v-c7d48e86] {
  width: 100%;
  font-size: 13px;
  color: #394349;
  margin: 15px 0 0;
}
.project-detail-info .project-detail-creater[data-v-c7d48e86] {
  width: 100%;
  font-size: 13px;
  color: #394349;
  margin: 10px 0 0;
  cursor: pointer;
}
.project-detail-info .project-detail-creater p[data-v-c7d48e86] {
  margin: 0;
  padding: 0;
}
.project-detail-info .project-detail-creater p .creater-btn[data-v-c7d48e86] {
  color: #0078f8;
  border-right: 1px solid #0078f8;
  padding: 0 10px;
}
.project-detail-info .project-detail-creater p .creater-btn[data-v-c7d48e86]:last-child {
  border-right: 0;
}
.project-intro-title[data-v-c7d48e86] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px 0 0;
}
.project-intro-title .title-span[data-v-c7d48e86] {
  font-size: 13px;
  font-weight: 600;
  color: #394349;
  line-height: 18px;
}
.project-intro-title .title-line[data-v-c7d48e86] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  flex: 1;
  height: 1px;
  background: #e5e5e5;
  margin-left: 20px;
}
.project-intro-con[data-v-c7d48e86] {
  width: 100%;
  font-size: 13px;
  line-height: 22px;
  margin-top: 30px;
  color: #394349;
  word-break: break-all;
}
.canvas[data-v-c7d48e86] {
  top: 100px;
}
.select-list[data-v-c7d48e86] {
  height: 80px;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  overflow: auto;
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.select-list li[data-v-c7d48e86] {
  display: inline-block;
  line-height: 30px;
  margin: 5px 0 0 5px;
  padding: 0 10px;
  border-radius: 1px;
  background: #f3f6fc;
  cursor: pointer;
}
.card-box[data-v-c7d48e86] {
  position: relative;
  height: 180px;
  border: 1px solid var(--jy-border-light, #e9eef5);
  border-radius: var(--jy-radius-lg, 20px);
  cursor: pointer;
  font-weight: 500;
  overflow: hidden;
  background: #fff;
  -webkit-transition: border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
  transition: border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease;
}
.card-box[data-v-c7d48e86]:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.18);
  -webkit-box-shadow: var(--jy-shadow-md, 0 18px 48px rgba(15, 23, 42, 0.12));
          box-shadow: var(--jy-shadow-md, 0 18px 48px rgba(15, 23, 42, 0.12));
}
.card-box .imgBx[data-v-c7d48e86] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-box .imgBx img[data-v-c7d48e86] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  border-radius: var(--jy-radius-lg, 20px);
}
.card-box .imgBx .icon[data-v-c7d48e86] {
  position: absolute;
  top: 12px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.card-box .header[data-v-c7d48e86] {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-box .header .form-type-icon[data-v-c7d48e86] {
  font-size: 20px;
  margin: 0;
  opacity: 0.7;
}
.card-box .content[data-v-c7d48e86] {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 54px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.92)), color-stop(38%, #fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), #fff 38%);
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  overflow: hidden;
  padding: 12px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-right-radius: var(--jy-radius-lg, 20px);
  border-bottom-left-radius: var(--jy-radius-lg, 20px);
}
.card-box .content h3[data-v-c7d48e86] {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--jy-text-primary, #1f2937);
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-box .content p[data-v-c7d48e86] {
  margin: 30px 0 0;
  padding: 0;
  opacity: 0;
  line-height: 1.6em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: justify;
}
.card-box .content p a[data-v-c7d48e86] {
  color: #333;
  text-decoration: none;
}
.card-box .imgBx i[data-v-c7d48e86] {
  padding: 0 2px;
  font-size: 18px;
}
.card-box:hover .content[data-v-c7d48e86] {
  height: 64px;
  bottom: 0;
  left: 0;
  border-radius: var(--jy-radius-lg, 20px);
}
.card-box:hover .content p[data-v-c7d48e86] {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.card-box:hover .imgBx i[data-v-c7d48e86] {
  padding: 0 2px;
  opacity: 1;
  color: #fff;
  text-shadow: 1px 1px 2px #515151, 0 0 1em #c5c5c5;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.card-box:hover .imgBx i[data-v-c7d48e86]:hover {
  color: #3476f0;
}
.card-box-icon-show[data-v-c7d48e86] {
  opacity: 1;
}
.card-box-icon-hide[data-v-c7d48e86] {
  opacity: 0;
}
.card-edit-links[data-v-c7d48e86]  .form-settings {
  text-align: right;
}
.card-edit-links[data-v-c7d48e86]  .form-settings .split-button {
  padding: 0 10px 0 0;
}
.jy-form-card-col[data-v-c7d48e86] {
  margin-top: 0;
}
@media screen and (max-width: 1366px) {
.jy-form-card-grid[data-v-c7d48e86] {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
    row-gap: 28px;
}
}
@media screen and (max-width: 1200px) {
.jy-form-card-grid[data-v-c7d48e86] {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 26px;
}
.card-box[data-v-c7d48e86] {
    height: 170px;
}
}
@media screen and (max-width: 992px) {
.form-list-row[data-v-c7d48e86] {
    padding: 20px 0;
}
.form-list-cover-col[data-v-c7d48e86] {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
}
.form-img[data-v-c7d48e86] {
    width: 100%;
    height: auto;
}
.form-img img[data-v-c7d48e86] {
    height: 180px;
}
.form-list-main-col[data-v-c7d48e86] {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.form-info[data-v-c7d48e86] {
    height: auto;
}
.form-info .form-list-bottom[data-v-c7d48e86] {
    position: static;
    margin-top: 12px;
}
}
@media screen and (max-width: 768px) {
.jy-form-card-col[data-v-c7d48e86] {
    margin-top: 0;
}
.jy-form-card-grid[data-v-c7d48e86] {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 22px;
}
.card-box[data-v-c7d48e86] {
    height: 164px;
    border-radius: var(--jy-radius-md, 12px);
}
.card-box .imgBx img[data-v-c7d48e86],
  .card-box .content[data-v-c7d48e86], .card-box:hover .content[data-v-c7d48e86] {
    border-radius: var(--jy-radius-md, 12px);
}
.list-no-data[data-v-c7d48e86] {
    margin: 48px auto 80px;
}
}
@media screen and (max-width: 640px) {
.jy-form-card-grid[data-v-c7d48e86] {
    grid-template-columns: 1fr;
    row-gap: 18px;
}
.form-info .form-title .title-span[data-v-c7d48e86] {
    font-size: 16px;
}
.form-info .form-title .form-item-share[data-v-c7d48e86] {
    width: 100%;
    text-align: left;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color {
  color: #3476f0;
}
.table-style .static-content-test {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item ::v-deep .el-form-item__content,
.table-style .fill-select-item ::v-deep .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity {
  background: #3476f0;
}
.form-widget-list .ghost {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper,
.form-widget-list .checkbox-form-item-wrapper {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content,
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  margin-top: -4px;
}
.el-form-item--medium .el-radio,
.el-form-item--medium .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate {
  margin-top: 8px;
}
.el-form-item--small .el-radio,
.el-form-item--small .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--small .el-rate {
  margin-top: 6px;
}
.el-form-item--mini .el-radio,
.el-form-item--mini .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate {
  margin-top: 4px;
}
input[type=password]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item {
  margin-bottom: 0 !important;
}
.table-style .el-form-item {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span, .table-style .el-form-item .el-form-item__content > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item, .table-style .el-form-item.rich-editor-item, .table-style .el-form-item.static-text-item, .table-style .el-form-item.html-text-item {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content, .table-style .el-form-item.rich-editor-item .el-form-item__content, .table-style .el-form-item.static-text-item .el-form-item__content, .table-style .el-form-item.html-text-item .el-form-item__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner,
.render-form .el-form-item.is-error .el-textarea__inner {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty,
.reference-field-container .empty,
.dropdown-field-empty.empty,
.dropdown-field-empty {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.jy-form-list-move-dialog {
  max-width: calc(100vw - 24px);
}
.jy-form-list-move-dialog .el-dialog__body {
  max-height: calc(100vh - 170px);
  overflow: auto;
}
.jy-form-list-move-dialog .el-button {
  min-height: 40px;
}
@media screen and (max-width: 640px) {
.jy-form-list-move-dialog {
    width: calc(100vw - 24px) !important;
    margin-top: 10vh !important;
}
.jy-form-list-move-dialog .el-form-item__label {
    float: none;
    display: block;
    width: auto !important;
    padding: 0 0 8px;
    text-align: left;
}
.jy-form-list-move-dialog .el-form-item__content {
    margin-left: 0 !important;
}
.jy-form-list-move-dialog .jy-form-list-shell__dialog-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
.jy-form-list-move-dialog .jy-form-list-shell__dialog-footer .el-button {
    width: 100%;
    margin-left: 0;
}
}
.form-agency-top-dialog .member-empty {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.icon-select-container[data-v-6504d548] {
  /* Let content determine height */
}
.icon-select-trigger[data-v-6504d548] {
  cursor: pointer;
}
.icon-select-trigger__inner[data-v-6504d548] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  height: auto;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 30px;
}
.icon-select-trigger__icon[data-v-6504d548] {
  margin-right: 5px;
  font-size: 16px;
}
.icon-select-trigger__placeholder[data-v-6504d548] {
  color: #c0c4cc;
}
@media screen and (max-width: 768px) {
.icon-select-trigger__inner[data-v-6504d548] {
    min-height: 44px;
}
}

@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-16adcf9e] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-16adcf9e] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-16adcf9e] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-16adcf9e] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-16adcf9e] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-16adcf9e] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-16adcf9e] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-16adcf9e] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-16adcf9e] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-16adcf9e] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-16adcf9e]  .el-form-item__content,
.table-style .fill-select-item[data-v-16adcf9e]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-16adcf9e] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-16adcf9e] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-16adcf9e],
.form-widget-list .checkbox-form-item-wrapper[data-v-16adcf9e] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-16adcf9e],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-16adcf9e] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-16adcf9e] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-16adcf9e] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-16adcf9e],
.el-form-item--medium .el-checkbox[data-v-16adcf9e] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-16adcf9e] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-16adcf9e],
.el-form-item--small .el-checkbox[data-v-16adcf9e] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-16adcf9e] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-16adcf9e],
.el-form-item--mini .el-checkbox[data-v-16adcf9e] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-16adcf9e] {
  margin-top: 4px;
}
input[type=password][data-v-16adcf9e]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-16adcf9e]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-16adcf9e]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-16adcf9e]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-16adcf9e]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-16adcf9e] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-16adcf9e] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-16adcf9e] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-16adcf9e]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-16adcf9e] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-16adcf9e] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-16adcf9e] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-16adcf9e] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-16adcf9e] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-16adcf9e] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-16adcf9e] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-16adcf9e] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-16adcf9e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-16adcf9e], .table-style .el-form-item .el-form-item__content > div[data-v-16adcf9e] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-16adcf9e] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-16adcf9e], .table-style .el-form-item.rich-editor-item[data-v-16adcf9e], .table-style .el-form-item.static-text-item[data-v-16adcf9e], .table-style .el-form-item.html-text-item[data-v-16adcf9e] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-16adcf9e], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-16adcf9e], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-16adcf9e], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-16adcf9e] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-16adcf9e] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-16adcf9e] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-16adcf9e],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-16adcf9e] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-16adcf9e] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-16adcf9e],
.reference-field-container .empty[data-v-16adcf9e],
.dropdown-field-empty.empty[data-v-16adcf9e],
.dropdown-field-empty[data-v-16adcf9e] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-16adcf9e] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.option-item-editor[data-v-16adcf9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-color: #f7fafc;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drag-handler[data-v-16adcf9e] {
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  color: #d1d5db;
}
.drag-handler[data-v-16adcf9e]:hover {
  color: #4b5563;
}
.close-icon[data-v-16adcf9e] {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #d1d5db;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}
.close-icon[data-v-16adcf9e]:hover {
  color: #4b5563;
}
.close-icon[data-v-16adcf9e]:focus-visible {
  outline: 2px solid var(--theme-primary, #3476f0);
  outline-offset: 2px;
}
.flex-grow-justify-start[data-v-16adcf9e] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem; /* Assuming 1 unit is 0.5rem */
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  padding: 4px 0;
}
.flex-grow-justify-start > div[data-v-16adcf9e]:nth-child(1) {
  width: 20px;
  display: inline-block;
}
.flex-grow-justify-start > div[data-v-16adcf9e]:nth-child(2) {
  width: 40%;
  display: inline-block;
}
.flex-grow-justify-start > div[data-v-16adcf9e]:nth-child(3) {
  width: 50%;
  display: inline-block;
}
.option-item-editor-action[data-v-16adcf9e] {
  width: 72px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input-no-border[data-v-16adcf9e]  .el-input__inner {
  cursor: pointer;
  border: none !important;
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-7d89ea63] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-7d89ea63] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-7d89ea63] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-7d89ea63] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-7d89ea63] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-7d89ea63] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-7d89ea63] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-7d89ea63] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-7d89ea63] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-7d89ea63] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-7d89ea63]  .el-form-item__content,
.table-style .fill-select-item[data-v-7d89ea63]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-7d89ea63] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-7d89ea63] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-7d89ea63],
.form-widget-list .checkbox-form-item-wrapper[data-v-7d89ea63] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-7d89ea63],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-7d89ea63] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-7d89ea63] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-7d89ea63] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-7d89ea63],
.el-form-item--medium .el-checkbox[data-v-7d89ea63] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-7d89ea63] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-7d89ea63],
.el-form-item--small .el-checkbox[data-v-7d89ea63] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-7d89ea63] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-7d89ea63],
.el-form-item--mini .el-checkbox[data-v-7d89ea63] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-7d89ea63] {
  margin-top: 4px;
}
input[type=password][data-v-7d89ea63]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-7d89ea63]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-7d89ea63]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-7d89ea63]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-7d89ea63]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-7d89ea63] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-7d89ea63] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-7d89ea63] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-7d89ea63]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-7d89ea63] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-7d89ea63] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-7d89ea63] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-7d89ea63] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-7d89ea63] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-7d89ea63] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-7d89ea63] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-7d89ea63] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-7d89ea63] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-7d89ea63], .table-style .el-form-item .el-form-item__content > div[data-v-7d89ea63] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-7d89ea63] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-7d89ea63], .table-style .el-form-item.rich-editor-item[data-v-7d89ea63], .table-style .el-form-item.static-text-item[data-v-7d89ea63], .table-style .el-form-item.html-text-item[data-v-7d89ea63] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-7d89ea63], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-7d89ea63], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-7d89ea63], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-7d89ea63] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-7d89ea63] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-7d89ea63] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-7d89ea63],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-7d89ea63] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-7d89ea63] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-7d89ea63],
.reference-field-container .empty[data-v-7d89ea63],
.dropdown-field-empty.empty[data-v-7d89ea63],
.dropdown-field-empty[data-v-7d89ea63] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-7d89ea63] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.setting-group-header[data-v-7d89ea63] {
  cursor: pointer;
  color: black;
  padding: 10px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.setting-group-header[data-v-7d89ea63]:hover {
  color: #3476f0;
  background-color: #f5f7fa;
}
.setting-group-content[data-v-7d89ea63] {
  padding-left: 10px;
}
.color-picker-container[data-v-7d89ea63] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.color-picker-spacer[data-v-7d89ea63] {
  width: 12px;
  height: 1px;
}
.color-item[data-v-7d89ea63] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  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;
  color: #fff;
  font-size: 14px;
}
.color-item.active[data-v-7d89ea63] {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 2px #1890ff;
          box-shadow: 0 0 0 2px #1890ff;
}
.color-item[data-v-7d89ea63]:focus-visible {
  outline: none;
  -webkit-box-shadow: var(--jy-shadow-focus, 0 0 0 3px rgba(52, 118, 240, 0.16));
          box-shadow: var(--jy-shadow-focus, 0 0 0 3px rgba(52, 118, 240, 0.16));
}
.project-cover-field[data-v-7d89ea63] {
  width: min(200px, 100%);
  height: auto;
  padding: 0;
  overflow: hidden;
}
.project-cover-gallery[data-v-7d89ea63] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 8px;
  max-height: 252px;
  overflow-y: auto;
  cursor: pointer;
}
.project-cover-option[data-v-7d89ea63] {
  width: 100%;
  aspect-ratio: 3/2;
  min-height: 60px;
  padding: 2px 5px;
  border-radius: 8px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project-cover-divider[data-v-7d89ea63] {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  border-top: 1px solid #e8e8e8;
}
.project-cover-reference[data-v-7d89ea63] {
  width: min(200px, 100%);
  aspect-ratio: 5/3;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.project-cover-image[data-v-7d89ea63] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.uploadCover-desc[data-v-7d89ea63] {
  color: #909399;
  font-size: 12px;
  line-height: 18px;
}
.project-file-upload[data-v-7d89ea63],
.project-share-upload[data-v-7d89ea63] {
  display: inline-block;
}
.project-outline-button[data-v-7d89ea63] {
  border-color: #3476f0 !important;
  color: #3476f0 !important;
}
.project-detail-edit-dialog .el-form-item[data-v-7d89ea63]  .el-form-item__content {
  text-align: left;
}
.project-detail-edit-dialog .el-form-item[data-v-7d89ea63]  .el-upload {
  text-align: left;
}
.preview-share-icon[data-v-7d89ea63] {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: solid 1px #efefef;
  margin-top: 10px;
  position: relative;
}
.preview-share-icon:hover .el-icon-circle-close[data-v-7d89ea63] {
  display: inline-block;
}
.preview-share-icon .el-icon-circle-close[data-v-7d89ea63] {
  display: none;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 18px;
  height: 18.5px;
  border-radius: 50%;
  font-size: 18px;
  background-color: #d95e5e;
  color: white;
  text-align: center;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color {
  color: #3476f0;
}
.table-style .static-content-test {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item ::v-deep .el-form-item__content,
.table-style .fill-select-item ::v-deep .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity {
  background: #3476f0;
}
.form-widget-list .ghost {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper,
.form-widget-list .checkbox-form-item-wrapper {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content,
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  margin-top: -4px;
}
.el-form-item--medium .el-radio,
.el-form-item--medium .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate {
  margin-top: 8px;
}
.el-form-item--small .el-radio,
.el-form-item--small .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--small .el-rate {
  margin-top: 6px;
}
.el-form-item--mini .el-radio,
.el-form-item--mini .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate {
  margin-top: 4px;
}
input[type=password]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item {
  margin-bottom: 0 !important;
}
.table-style .el-form-item {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span, .table-style .el-form-item .el-form-item__content > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item, .table-style .el-form-item.rich-editor-item, .table-style .el-form-item.static-text-item, .table-style .el-form-item.html-text-item {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content, .table-style .el-form-item.rich-editor-item .el-form-item__content, .table-style .el-form-item.static-text-item .el-form-item__content, .table-style .el-form-item.html-text-item .el-form-item__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner,
.render-form .el-form-item.is-error .el-textarea__inner {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty,
.reference-field-container .empty,
.dropdown-field-empty.empty,
.dropdown-field-empty {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.project-cover-cropper-dialog {
  width: min(1000px, 100vw - 24px) !important;
}
.project-cover-cropper-dialog .el-dialog__body {
  position: relative;
  min-height: 438px;
  overflow: auto;
}
.project-cover-cropper-dialog .project-cover-preview {
  position: absolute;
  top: 85px;
  right: 20px;
  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;
  width: min(450px, 100% - 40px);
  height: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--jy-border-light, #eee);
  border-color: var(--jy-border-light, #eee) !important;
  background: var(--jy-bg-subtle, #f8fbff);
  border-radius: 6px;
}
.project-cover-cropper-dialog .project-cover-preview .project-cover-preview-image {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-detail-edit-dialog {
  width: min(800px, 100vw - 24px) !important;
}
@media screen and (max-width: 768px) {
.project-detail-edit-dialog .el-dialog__body {
    max-height: calc(100vh - 148px);
    overflow: auto;
}
.project-detail-edit-dialog .el-form-item__label {
    width: 100% !important;
    padding: 0 0 6px;
    line-height: 20px;
    text-align: left;
}
.project-detail-edit-dialog .el-form-item__content {
    margin-left: 0 !important;
}
.project-detail-edit-dialog .dialog-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.project-detail-edit-dialog .dialog-footer .el-button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-height: 40px;
    margin-left: 0;
}
.project-detail-edit-dialog .color-picker-container {
    gap: 10px;
}
.project-detail-edit-dialog .color-picker-spacer {
    display: none;
}
.project-detail-edit-dialog .color-item {
    width: 44px;
    height: 44px;
}
.project-detail-edit-dialog .project-cover-field,
  .project-detail-edit-dialog .project-cover-reference {
    width: 100%;
    max-width: 240px;
}
.project-detail-edit-dialog .project-outline-button {
    min-height: 40px;
}
.project-cover-cropper-dialog .el-dialog__body {
    min-height: 0;
    max-height: calc(100vh - 148px);
    overflow: auto;
}
.project-cover-cropper-dialog .project-cover-preview {
    position: static !important;
    width: 100% !important;
    max-width: 450px;
    height: 220px !important;
    margin-top: 12px;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-32e104b0] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-32e104b0] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-32e104b0] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-32e104b0] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-32e104b0] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-32e104b0] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-32e104b0] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-32e104b0] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-32e104b0] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-32e104b0] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-32e104b0]  .el-form-item__content,
.table-style .fill-select-item[data-v-32e104b0]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-32e104b0] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-32e104b0] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-32e104b0],
.form-widget-list .checkbox-form-item-wrapper[data-v-32e104b0] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-32e104b0],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-32e104b0] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-32e104b0] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-32e104b0] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-32e104b0],
.el-form-item--medium .el-checkbox[data-v-32e104b0] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-32e104b0] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-32e104b0],
.el-form-item--small .el-checkbox[data-v-32e104b0] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-32e104b0] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-32e104b0],
.el-form-item--mini .el-checkbox[data-v-32e104b0] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-32e104b0] {
  margin-top: 4px;
}
input[type=password][data-v-32e104b0]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-32e104b0]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-32e104b0]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-32e104b0]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-32e104b0]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-32e104b0] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-32e104b0] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-32e104b0] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-32e104b0]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-32e104b0] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-32e104b0] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-32e104b0] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-32e104b0] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-32e104b0] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-32e104b0] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-32e104b0] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-32e104b0] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-32e104b0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-32e104b0], .table-style .el-form-item .el-form-item__content > div[data-v-32e104b0] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-32e104b0] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-32e104b0], .table-style .el-form-item.rich-editor-item[data-v-32e104b0], .table-style .el-form-item.static-text-item[data-v-32e104b0], .table-style .el-form-item.html-text-item[data-v-32e104b0] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-32e104b0], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-32e104b0], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-32e104b0], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-32e104b0] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-32e104b0] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-32e104b0] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-32e104b0],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-32e104b0] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-32e104b0] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-32e104b0],
.reference-field-container .empty[data-v-32e104b0],
.dropdown-field-empty.empty[data-v-32e104b0],
.dropdown-field-empty[data-v-32e104b0] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-32e104b0] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.create-form-button-group[data-v-32e104b0] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: var(--jy-space-2);
  max-width: 100%;
  vertical-align: top;
  white-space: nowrap;
}
.create-form-button-group__primary[data-v-32e104b0],
.create-form-button-group__secondary[data-v-32e104b0] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: none;
  margin-left: 0;
}
.create-form-button-group__mobile[data-v-32e104b0] {
  display: none;
}
[data-v-32e104b0] .el-button-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  vertical-align: top;
}
[data-v-32e104b0] .el-button-group > .el-button {
  min-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: none;
}
[data-v-32e104b0] .el-button-group > .el-dropdown__caret-button {
  width: 40px;
  min-width: 40px;
}
[data-v-32e104b0] .el-button-group > .el-button + .el-button {
  margin-left: -1px;
}
.btn-create-icon[data-v-32e104b0] {
  font-size: 14px;
  margin-right: 4px;
}
.create-form-mobile-menu__icon[data-v-32e104b0] {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -2px;
}
.uploadCover[data-v-32e104b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  cursor: pointer;
}
.uploadCover[data-v-32e104b0]:hover {
  background-color: #f7f7f7;
  border-radius: 4px;
  cursor: pointer;
}
.uploadCover .uploadCover-icon[data-v-32e104b0] {
  width: 40px;
  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;
  margin-right: 8px;
  background-color: #f7f7f7;
  border-radius: 4px;
}
[data-v-32e104b0] .el-upload-dragger,[data-v-32e104b0] .el-upload {
  width: 100%;
}
[data-v-32e104b0] .jy-ai-create-dialog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--jy-space-3);
}
[data-v-32e104b0] .jy-ai-create-dialog {
  width: min(720px, 100vw - 24px) !important;
  max-width: calc(100vw - 24px);
}
[data-v-32e104b0] .jy-template-import-dialog {
  width: min(520px, 100vw - 24px) !important;
  max-width: calc(100vw - 24px);
}
[data-v-32e104b0] .jy-ai-create-dialog .el-dialog__body,[data-v-32e104b0] .jy-template-import-dialog .el-dialog__body {
  max-height: calc(100vh - 156px);
  overflow: auto;
}
.jy-ai-create-dialog__prompt-row[data-v-32e104b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--jy-space-2);
}
.jy-ai-create-dialog__prompt-input[data-v-32e104b0] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.jy-ai-create-dialog__answer[data-v-32e104b0] {
  width: 100%;
}
.jy-ai-create-dialog__tip[data-v-32e104b0] {
  padding: var(--jy-space-3);
  color: var(--jy-color-danger);
  background: var(--jy-color-danger-bg);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-md);
  font-size: 13px;
  line-height: 1.6;
}
.jy-template-import-dialog__body[data-v-32e104b0] {
  padding: var(--jy-space-2) 0;
}
@media screen and (max-width: 768px) {
.create-form-button-group[data-v-32e104b0] {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0;
    white-space: normal;
}
.create-form-button-group__primary[data-v-32e104b0],
  .create-form-button-group__secondary[data-v-32e104b0] {
    display: none;
}
.create-form-button-group__mobile[data-v-32e104b0] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
[data-v-32e104b0] .create-form-button-group__mobile-button {
    height: 44px;
    min-height: 44px;
    min-width: 88px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 12px;
    font-weight: 600;
}
.jy-ai-create-dialog__prompt-row[data-v-32e104b0] {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
[data-v-32e104b0] .jy-ai-create-dialog .el-dialog__body,[data-v-32e104b0] .jy-template-import-dialog .el-dialog__body {
    max-height: calc(100vh - 148px);
    padding: 14px;
}
[data-v-32e104b0] .jy-ai-create-dialog .el-button,[data-v-32e104b0] .jy-template-import-dialog .el-button {
    min-height: 44px;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-624cda86] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-624cda86] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text[data-v-624cda86] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container[data-v-624cda86] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-624cda86] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label[data-v-624cda86] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-624cda86] {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel[data-v-624cda86] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-624cda86] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-624cda86] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-624cda86]  .el-form-item__content,
.table-style .fill-select-item[data-v-624cda86]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-624cda86] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-624cda86] {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper[data-v-624cda86],
.form-widget-list .checkbox-form-item-wrapper[data-v-624cda86] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-624cda86],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-624cda86] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-624cda86] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-624cda86] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-624cda86],
.el-form-item--medium .el-checkbox[data-v-624cda86] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-624cda86] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-624cda86],
.el-form-item--small .el-checkbox[data-v-624cda86] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-624cda86] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-624cda86],
.el-form-item--mini .el-checkbox[data-v-624cda86] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-624cda86] {
  margin-top: 4px;
}
input[type=password][data-v-624cda86]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-624cda86]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-624cda86]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-624cda86]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-624cda86]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-624cda86] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-624cda86] {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText[data-v-624cda86] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-624cda86]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-624cda86] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-624cda86] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-624cda86] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-624cda86] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-624cda86] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error[data-v-624cda86] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-624cda86] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-624cda86] {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content[data-v-624cda86] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span[data-v-624cda86], .table-style .el-form-item .el-form-item__content > div[data-v-624cda86] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error[data-v-624cda86] {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item[data-v-624cda86], .table-style .el-form-item.rich-editor-item[data-v-624cda86], .table-style .el-form-item.static-text-item[data-v-624cda86], .table-style .el-form-item.html-text-item[data-v-624cda86] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-624cda86], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-624cda86], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-624cda86], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-624cda86] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-624cda86] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-624cda86] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-624cda86],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-624cda86] {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar[data-v-624cda86] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-624cda86],
.reference-field-container .empty[data-v-624cda86],
.dropdown-field-empty.empty[data-v-624cda86],
.dropdown-field-empty[data-v-624cda86] {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder[data-v-624cda86] {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.my-form-left[data-v-624cda86] {
  width: 252px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 252px;
          flex: 0 0 252px;
  min-width: 0;
  background: var(--jy-sidebar-bg);
  z-index: 999;
  border: 1px solid var(--jy-sidebar-border);
  border-radius: var(--jy-radius-lg);
  -webkit-box-shadow: var(--jy-sidebar-shadow);
          box-shadow: var(--jy-sidebar-shadow);
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.my-form-left.jy-home-sidebar[data-v-624cda86] {
  width: 252px;
  -ms-flex-preferred-size: 252px;
      flex-basis: 252px;
}
.my-form-left .jy-home-sidebar__head[data-v-624cda86] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border-bottom: 1px solid var(--jy-sidebar-border);
  background: var(--jy-sidebar-bg-subtle);
}
.my-form-left .jy-home-sidebar__head strong[data-v-624cda86] {
  color: var(--jy-text-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.my-form-left .jy-home-sidebar__head span[data-v-624cda86] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 28px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 7px;
  border: 1px solid var(--jy-sidebar-border);
  border-radius: 999px;
  color: var(--jy-sidebar-text-muted);
  background: var(--jy-sidebar-icon-bg);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.my-form-left .tab-title[data-v-624cda86] {
  margin: 0;
  padding: 10px;
  display: grid;
  gap: 6px;
  -ms-flex-line-pack: start;
      align-content: start;
}
.my-form-left .tab-title li[data-v-624cda86] {
  position: relative;
  width: 100%;
  min-width: 0;
  text-align: left;
  cursor: pointer;
  min-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  overflow: hidden;
  margin: 0;
  padding: 0 12px;
  list-style: none;
  font-size: 14px;
  color: var(--jy-sidebar-text);
  background: transparent;
  font-weight: 500 !important;
  border: 1px solid transparent;
  border-radius: var(--jy-radius-lg);
  line-height: 1.4;
  -webkit-transition: background var(--jy-transition-fast), border-color var(--jy-transition-fast), color var(--jy-transition-fast);
  transition: background var(--jy-transition-fast), border-color var(--jy-transition-fast), color var(--jy-transition-fast);
}
.my-form-left .tab-title li.active[data-v-624cda86] {
  background: var(--jy-sidebar-bg-active);
  color: var(--jy-sidebar-text-active);
  border-color: var(--jy-sidebar-active-border);
  font-weight: 700 !important;
}
.my-form-left .tab-title li.active[data-v-624cda86]::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 9px;
  bottom: 9px;
  width: 3px;
  border-radius: 999px;
  background: var(--jy-sidebar-active-rail);
}
.my-form-left .tab-title li.active .jy-home-sidebar__icon[data-v-624cda86] {
  color: var(--jy-sidebar-text-active);
  background: var(--jy-sidebar-icon-active-bg);
  border-color: var(--jy-sidebar-active-border);
}
.my-form-left .tab-title li[data-v-624cda86]:hover {
  background: var(--jy-sidebar-bg-hover);
  border-color: var(--jy-sidebar-active-border);
  color: var(--jy-sidebar-text-active);
  font-weight: 500 !important;
}
.my-form-left .tab-title li[data-v-624cda86]:focus-visible {
  outline: 0;
  border-color: var(--jy-color-primary);
  -webkit-box-shadow: var(--jy-shadow-focus);
          box-shadow: var(--jy-shadow-focus);
}
.my-form-left .tab-title li .jy-home-sidebar__icon[data-v-624cda86] {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid var(--jy-sidebar-border);
  border-radius: var(--jy-radius-lg);
  color: var(--jy-sidebar-text-muted);
  background: var(--jy-sidebar-icon-bg);
}
.my-form-left .tab-title li .jy-home-sidebar__text[data-v-624cda86] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-form-left .tab-title li .tab-title-icon[data-v-624cda86] {
  width: 16px;
  height: 16px;
  margin: 0;
}
.my-form-left.isFixed[data-v-624cda86] {
  position: fixed;
  top: 0;
}
@media screen and (max-width: 1366px) {
.my-form-left.jy-home-sidebar[data-v-624cda86] {
    width: 228px;
    -ms-flex-preferred-size: 228px;
        flex-basis: 228px;
}
}
@media screen and (max-width: 1024px) {
.my-form-left.jy-home-sidebar[data-v-624cda86] {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}
.my-form-left.jy-home-sidebar .jy-home-sidebar__head[data-v-624cda86] {
    display: none;
}
.my-form-left.jy-home-sidebar .tab-title[data-v-624cda86] {
    grid-template-columns: repeat(auto-fit, minmax(144px, 1fr));
    gap: 8px;
}
.my-form-left.jy-home-sidebar .tab-title li[data-v-624cda86] {
    margin: 0;
}
}
@media screen and (max-width: 480px) {
.my-form-left.jy-home-sidebar .tab-title[data-v-624cda86] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px;
}
.my-form-left.jy-home-sidebar .tab-title li[data-v-624cda86] {
    min-height: 44px;
    gap: 8px;
    padding: 0 10px;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color {
  color: #3476f0;
}
.table-style .static-content-test {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item ::v-deep .el-form-item__content,
.table-style .fill-select-item ::v-deep .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity {
  background: #3476f0;
}
.form-widget-list .ghost {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper,
.form-widget-list .checkbox-form-item-wrapper {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content,
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  margin-top: -4px;
}
.el-form-item--medium .el-radio,
.el-form-item--medium .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate {
  margin-top: 8px;
}
.el-form-item--small .el-radio,
.el-form-item--small .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--small .el-rate {
  margin-top: 6px;
}
.el-form-item--mini .el-radio,
.el-form-item--mini .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate {
  margin-top: 4px;
}
input[type=password]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item {
  margin-bottom: 0 !important;
}
.table-style .el-form-item {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span, .table-style .el-form-item .el-form-item__content > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item, .table-style .el-form-item.rich-editor-item, .table-style .el-form-item.static-text-item, .table-style .el-form-item.html-text-item {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content, .table-style .el-form-item.rich-editor-item .el-form-item__content, .table-style .el-form-item.static-text-item .el-form-item__content, .table-style .el-form-item.html-text-item .el-form-item__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner,
.render-form .el-form-item.is-error .el-textarea__inner {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty,
.reference-field-container .empty,
.dropdown-field-empty.empty,
.dropdown-field-empty {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
.create-form-mobile-menu {
  max-width: calc(100vw - 24px);
}
.create-form-mobile-menu .el-dropdown-menu__item {
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color {
  color: #3476f0;
}
.table-style .static-content-test {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-top: none 0;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
  border-bottom: none 0;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption {
  font-size: 12px;
  color: var(--jy-text-secondary, #667085);
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item ::v-deep .el-form-item__content,
.table-style .fill-select-item ::v-deep .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity {
  background: #3476f0;
}
.form-widget-list .ghost {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476f0;
  border: 2px solid #3476f0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper,
.form-widget-list .checkbox-form-item-wrapper {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content,
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  margin-top: -4px;
}
.el-form-item--medium .el-radio,
.el-form-item--medium .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate {
  margin-top: 8px;
}
.el-form-item--small .el-radio,
.el-form-item--small .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--small .el-rate {
  margin-top: 6px;
}
.el-form-item--mini .el-radio,
.el-form-item--mini .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate {
  margin-top: 4px;
}
input[type=password]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption {
  color: var(--jy-text-secondary, #667085);
  height: auto;
  line-height: 20px;
  font-size: 12px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item {
  margin-bottom: 0 !important;
}
.table-style .el-form-item {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label {
  background-color: var(--jy-bg-subtle, #f8fbff);
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
  border-right: 1px solid var(--jy-border-base, #d7e2ef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span, .table-style .el-form-item .el-form-item__content > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
  max-width: calc(100% - 20px);
  color: var(--jy-color-danger, #c93f3f);
  background: var(--jy-color-danger-bg, #fff0f0);
  border: 1px solid rgba(201, 63, 63, 0.18);
  border-radius: var(--jy-radius-sm, 4px);
  padding: 2px 6px;
  line-height: 1.4;
}
.table-style .el-form-item.textarea-item, .table-style .el-form-item.rich-editor-item, .table-style .el-form-item.static-text-item, .table-style .el-form-item.html-text-item {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content, .table-style .el-form-item.rich-editor-item .el-form-item__content, .table-style .el-form-item.static-text-item .el-form-item__content, .table-style .el-form-item.html-text-item .el-form-item__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner,
.render-form .el-form-item.is-error .el-textarea__inner {
  border-color: var(--jy-color-danger, #c93f3f);
  -webkit-box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
          box-shadow: 0 0 0 2px rgba(201, 63, 63, 0.1);
}
.operation-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty,
.reference-field-container .empty,
.dropdown-field-empty.empty,
.dropdown-field-empty {
  color: var(--jy-text-secondary, #667085);
  background: var(--jy-bg-subtle, #f8fbff);
  border: 1px dashed var(--jy-border-base, #d7e2ef);
  border-radius: var(--jy-radius-md, 6px);
}
.loading-placeholder {
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--jy-color-primary-strong, #16458d);
  background: var(--jy-color-primary-lighter, #f4f8ff);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md, 6px);
  padding: 0 10px;
}
@media screen and (max-width: 1366px) {
.app-container > .jy-home-sidebar {
    width: 228px;
    -ms-flex-preferred-size: 228px;
        flex-basis: 228px;
}
}
@media screen and (max-width: 1024px) {
.app-container > .jy-home-sidebar {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}
.app-container > .jy-home-sidebar + .my-form-right {
    width: 100%;
    min-width: 0;
    margin-top: 12px;
    margin-left: 0;
}
}
