@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;
}
.data-share-row {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  background-color: #f0f2f5;
}
.data-share-row__close {
  position: fixed;
  top: max(12px, env(safe-area-inset-top));
  right: max(12px, env(safe-area-inset-right));
  z-index: 3001;
  min-width: 72px;
  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;
  gap: 4px;
  padding: 0 12px;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  color: #303133;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 6px 18px rgba(31, 45, 61, 0.12);
          box-shadow: 0 6px 18px rgba(31, 45, 61, 0.12);
  cursor: pointer;
}
.data-share-row__close:focus-visible {
  outline: 2px solid #409eff;
  outline-offset: 2px;
}
.vFormViewerDialog .el-dialog__headerbtn {
  display: none !important;
}
.vFormViewerDialog > .el-dialog__header {
  padding-right: 96px;
}
.vFormViewerDialog .btn-commit-wrapper.btn-commit-shadow {
  display: none !important;
}
@media (max-width: 640px) {
.data-share-row__close {
    top: max(8px, env(safe-area-inset-top));
    right: max(8px, env(safe-area-inset-right));
    min-width: 44px;
    min-height: 44px;
    padding: 0 10px;
}
.vFormViewerDialog > .el-dialog__header {
    padding-right: 64px;
}
}
