
.headPortrait-group--data[data-v-e81d90b0] {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 60px;
  cursor: pointer;
}
.headPortrait-group--data[data-v-e81d90b0]:focus-visible {
  outline: 2px solid #409eff;
  outline-offset: 4px;
}
.headPortrait-group--hover[data-v-e81d90b0] {
  position: absolute;
  width: 120px;
  height: 120px;
  line-height: 120px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
}
.headPortrait-group--hover[data-v-e81d90b0]:hover {
  background: rgb(0 0 0 / 35%);
}
.headPortrait-group--hover[data-v-e81d90b0]:hover::after {
  content: "更换头像";
}
.headPortrait-group--data img[data-v-e81d90b0] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
.headPortrait-group--data[data-v-e81d90b0],
  .headPortrait-group--hover[data-v-e81d90b0] {
    width: 96px;
    height: 96px;
    line-height: 96px;
    border-radius: 50%;
}
}


.profile-avatar-dialog {
  width: min(800px, calc(100vw - 24px)) !important;
}
.profile-avatar-dialog .el-dialog__body {
  max-height: calc(100vh - 156px);
  overflow: auto;
}
.profile-avatar-dialog__stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile-avatar-dialog__cropper,
.profile-avatar-dialog__preview {
  min-width: 0;
  height: clamp(260px, 44vw, 350px);
}
.profile-avatar-dialog__cropper .vue-cropper {
  width: 100%;
  height: 100%;
}
.profile-avatar-dialog__preview {
  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;
}
.profile-avatar-dialog .avatar-upload-preview {
  position: relative;
  top: auto;
  width: clamp(140px, 32vw, 180px);
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto;
  -webkit-transform: none;
          transform: none;
}
.profile-avatar-dialog__toolbar {
  margin-top: 14px;
  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: 10px;
}
.profile-avatar-dialog__tool {
  width: auto !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: none;
}
.profile-avatar-dialog__tool--submit {
  margin-left: auto;
}
.profile-avatar-dialog__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.profile-avatar-dialog__footer .el-button {
  margin-left: 0;
}
.profile-avatar-dialog__tool .el-upload,
.profile-avatar-dialog__tool .el-button {
  width: auto;
}
.profile-avatar-dialog .el-button {
  min-height: 44px;
}
@media screen and (max-width: 768px) {
.profile-avatar-dialog .el-dialog__body {
    max-height: calc(100vh - 148px);
    padding: 14px;
}
.profile-avatar-dialog .el-col {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.profile-avatar-dialog__cropper,
  .profile-avatar-dialog__preview {
    height: clamp(220px, 70vw, 260px);
}
.profile-avatar-dialog .avatar-upload-preview {
    width: clamp(132px, 52vw, 180px);
}
.profile-avatar-dialog__toolbar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.profile-avatar-dialog__tool {
    width: 100% !important;
    min-width: 0;
}
.profile-avatar-dialog__tool--upload,
  .profile-avatar-dialog__tool--submit {
    grid-column: span 2;
    margin-left: 0;
}
.profile-avatar-dialog__footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
.profile-avatar-dialog__footer .el-button {
    width: 100%;
}
.profile-avatar-dialog__tool .el-upload,
  .profile-avatar-dialog__tool .el-button {
    width: 100%;
}
}

@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-804a6b86] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-804a6b86] {
  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-804a6b86] {
  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-804a6b86] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-804a6b86] {
  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-804a6b86] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-804a6b86] {
  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-804a6b86] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-804a6b86] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-804a6b86] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-804a6b86]  .el-form-item__content,
.table-style .fill-select-item[data-v-804a6b86]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-804a6b86] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-804a6b86] {
  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-804a6b86],
.form-widget-list .checkbox-form-item-wrapper[data-v-804a6b86] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-804a6b86],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-804a6b86] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-804a6b86] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-804a6b86] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-804a6b86],
.el-form-item--medium .el-checkbox[data-v-804a6b86] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-804a6b86] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-804a6b86],
.el-form-item--small .el-checkbox[data-v-804a6b86] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-804a6b86] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-804a6b86],
.el-form-item--mini .el-checkbox[data-v-804a6b86] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-804a6b86] {
  margin-top: 4px;
}
input[type=password][data-v-804a6b86]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-804a6b86]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-804a6b86]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-804a6b86]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-804a6b86]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-804a6b86] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-804a6b86] {
  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-804a6b86] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-804a6b86]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-804a6b86] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-804a6b86] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-804a6b86] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-804a6b86] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-804a6b86] {
  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-804a6b86] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-804a6b86] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-804a6b86] {
  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-804a6b86] {
  -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-804a6b86], .table-style .el-form-item .el-form-item__content > div[data-v-804a6b86] {
  -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-804a6b86] {
  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-804a6b86], .table-style .el-form-item.rich-editor-item[data-v-804a6b86], .table-style .el-form-item.static-text-item[data-v-804a6b86], .table-style .el-form-item.html-text-item[data-v-804a6b86] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-804a6b86], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-804a6b86], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-804a6b86], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-804a6b86] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-804a6b86] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-804a6b86] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-804a6b86],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-804a6b86] {
  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-804a6b86] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-804a6b86],
.reference-field-container .empty[data-v-804a6b86],
.dropdown-field-empty.empty[data-v-804a6b86],
.dropdown-field-empty[data-v-804a6b86] {
  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-804a6b86] {
  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;
}
[v-cloak][data-v-804a6b86] {
  display: none;
}
.app-user-info[data-v-804a6b86],
.team-container[data-v-804a6b86] {
  width: 100%;
  min-width: 0;
}
.team-info-detail[data-v-804a6b86] {
  display: grid;
  gap: 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  padding: 0;
}
.team-info-detail .fx-row-info-panel[data-v-804a6b86] {
  min-width: 0;
  min-height: 72px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  overflow: hidden;
  margin: 0;
  background: var(--jy-bg-container);
  border: 1px solid var(--jy-border-lighter);
  border-radius: var(--jy-radius-md);
  -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);
}
.team-info-detail .fx-row-info-panel .label[data-v-804a6b86] {
  min-width: 0;
  width: auto;
  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-item-align: stretch;
      align-self: stretch;
  padding: 0 18px;
  text-align: right;
  background: var(--jy-bg-subtle);
  border-right: 1px solid var(--jy-border-lighter);
  line-height: 1.4;
  color: var(--jy-text-secondary);
  font-size: 13px;
  font-weight: 600;
}
.team-info-detail .fx-row-info-panel .content[data-v-804a6b86] {
  min-width: 0;
  min-height: 72px;
  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;
  padding: 12px 20px;
}
.team-info-detail .fx-row-info-panel .content .content-row[data-v-804a6b86] {
  min-width: 0;
  color: var(--jy-text-primary);
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.team-info-detail .fx-row-info-panel .content .x-button[data-v-804a6b86] {
  min-width: 44px;
  min-height: 32px;
  padding: 0 8px;
  cursor: pointer;
  line-height: 32px;
  color: var(--jy-color-primary-strong);
}
.team-info-detail .fx-row-info-panel .content .x-button--flush[data-v-804a6b86] {
  padding-left: 0;
}
.team-info-detail .fx-row-info-panel[data-v-804a6b86]:hover {
  border-color: rgba(52, 118, 240, 0.2);
  -webkit-box-shadow: 0 8px 22px rgba(16, 32, 51, 0.05);
          box-shadow: 0 8px 22px rgba(16, 32, 51, 0.05);
}
.list-group-striped[data-v-804a6b86] {
  width: 100%;
  margin: 30px 0 60px;
}
.list-group-striped .list-group-item[data-v-804a6b86] {
  border-top: 0;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 0 0 20px 60px;
}
.list-group-striped .list-group-item .headPortrait-group--data[data-v-804a6b86] {
  margin-left: 20px;
}
.list-group-striped .list-group-item .group-item-left[data-v-804a6b86] {
  min-width: 90px;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: #bababa;
  line-height: 18px;
}
.list-group-striped .list-group-item .group-item-right[data-v-804a6b86] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #394349;
  line-height: 18px;
}
.headPortrait-group--data[data-v-804a6b86] {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 18px rgba(16, 32, 51, 0.14);
          box-shadow: 0 6px 18px rgba(16, 32, 51, 0.14);
  outline: none;
}
.headPortrait-group--data[data-v-804a6b86]:focus-visible {
  -webkit-box-shadow: var(--jy-shadow-focus), 0 6px 18px rgba(16, 32, 51, 0.14);
          box-shadow: var(--jy-shadow-focus), 0 6px 18px rgba(16, 32, 51, 0.14);
}
.headPortrait-group--data img[data-v-804a6b86] {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.headPortrait-group--hover[data-v-804a6b86] {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 64px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color var(--jy-transition-fast);
  transition: background-color var(--jy-transition-fast);
}
.headPortrait-group--hover[data-v-804a6b86]:hover {
  background: rgba(0, 0, 0, 0.35);
}
.headPortrait-group--hover[data-v-804a6b86]:hover::after {
  content: "修改头像";
  font-size: 12px;
}
.head-user-name[data-v-804a6b86] {
  font-size: 13px;
  color: #394349;
  line-height: 18px;
  margin: 20px 0 0;
}
.userProfile[data-v-804a6b86] {
  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-top: 60px;
}
.userProfile .left-title[data-v-804a6b86] {
  color: #394349;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-right: 20px;
}
.userProfile .line-box[data-v-804a6b86] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  flex: 1;
  height: 1px;
  background: #e5e5e5;
  margin-right: 20px;
}
.userProfile .el-button--text[data-v-804a6b86] {
  color: #bababa;
}
.cropper-content[data-v-804a6b86] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.cropper-content .cropper-box[data-v-804a6b86] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.cropper-content .cropper-box .cropper[data-v-804a6b86] {
  width: auto;
  height: 300px;
}
.cropper-content .show-preview[data-v-804a6b86] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cropper-content .show-preview .preview[data-v-804a6b86] {
  overflow: hidden;
  border: 1px solid #67c23a;
  background: #ccc;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin-top: 50px;
}
.cropper-content .show-preview .preview img[data-v-804a6b86] {
  max-width: inherit !important;
}
.footer-btn[data-v-804a6b86] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.footer-btn .scope-btn[data-v-804a6b86] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding-right: 0;
  min-width: 0;
}
.footer-btn .upload-btn[data-v-804a6b86] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-btn .btn[data-v-804a6b86] {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 8px 15px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  margin-right: 10px;
}
.user-extend-field-wrapper[data-v-804a6b86]  .el-form-item__label {
  padding-right: 12px;
}
[data-v-804a6b86] .el-dialog {
  max-width: calc(100vw - 32px);
}
@media (pointer: coarse) {
.team-info-detail .fx-row-info-panel .content .x-button[data-v-804a6b86] {
    min-height: 44px;
    line-height: 44px;
}
}
@media screen and (max-width: 767px) {
.team-info-detail .fx-row-info-panel[data-v-804a6b86] {
    grid-template-columns: 1fr;
}
.team-info-detail .fx-row-info-panel .label[data-v-804a6b86] {
    min-height: 38px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 14px;
    border-right: 0;
    border-bottom: 1px solid var(--jy-border-lighter);
    text-align: left;
}
.team-info-detail .fx-row-info-panel .content[data-v-804a6b86] {
    min-height: 58px;
    padding: 12px 14px;
}
.team-info-detail .fx-row-info-panel .content .x-button[data-v-804a6b86] {
    min-height: 44px;
    line-height: 44px;
}
.cropper-content[data-v-804a6b86] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.footer-btn[data-v-804a6b86] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.footer-btn .scope-btn[data-v-804a6b86],
  .footer-btn .upload-btn[data-v-804a6b86] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
@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;
}
.profile-info-avatar-dialog {
  width: min(800px, 100vw - 24px) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.profile-info-avatar-dialog .el-dialog__body {
  max-height: calc(100vh - 156px);
  overflow: auto;
}
.profile-info-avatar-dialog .el-button {
  min-height: 44px;
}
.profile-info-avatar-dialog .avatar-upload-button {
  margin-right: 10px;
}
.profile-info-edit-dialog {
  width: min(640px, 100vw - 24px) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.profile-info-edit-dialog .el-dialog__body {
  max-height: calc(100vh - 156px);
  overflow: auto;
}
.profile-info-edit-dialog .dialog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.profile-info-edit-dialog .dialog-footer .el-button {
  min-height: 40px;
  margin-left: 0;
}
.profile-info-edit-dialog .el-input__inner {
  min-height: 40px;
}
@media screen and (max-width: 767px) {
.profile-info-avatar-dialog .el-dialog__body,
  .profile-info-edit-dialog .el-dialog__body {
    max-height: calc(100vh - 148px);
    padding: 14px;
}
.profile-info-avatar-dialog .cropper-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.profile-info-avatar-dialog .footer-btn {
    gap: 8px;
}
.profile-info-avatar-dialog .scope-btn,
  .profile-info-avatar-dialog .upload-btn {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.profile-info-avatar-dialog .scope-btn .el-upload,
  .profile-info-avatar-dialog .scope-btn .el-button,
  .profile-info-avatar-dialog .upload-btn .el-button {
    width: 100%;
    margin-right: 0 !important;
}
.profile-info-edit-dialog .el-form-item__label {
    width: 100% !important;
    padding: 0 0 6px;
    line-height: 20px;
    text-align: left;
}
.profile-info-edit-dialog .el-form-item__content {
    margin-left: 0 !important;
}
.profile-info-edit-dialog .el-input__inner {
    min-height: 44px;
}
.profile-info-edit-dialog .dialog-footer {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.profile-info-edit-dialog .dialog-footer .el-button {
    width: 100%;
    min-height: 44px;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-7b965ab9] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-7b965ab9] {
  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-7b965ab9] {
  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-7b965ab9] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-7b965ab9] {
  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-7b965ab9] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-7b965ab9] {
  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-7b965ab9] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-7b965ab9] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-7b965ab9] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-7b965ab9]  .el-form-item__content,
.table-style .fill-select-item[data-v-7b965ab9]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-7b965ab9] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-7b965ab9] {
  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-7b965ab9],
.form-widget-list .checkbox-form-item-wrapper[data-v-7b965ab9] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-7b965ab9],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-7b965ab9] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-7b965ab9] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-7b965ab9] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-7b965ab9],
.el-form-item--medium .el-checkbox[data-v-7b965ab9] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-7b965ab9] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-7b965ab9],
.el-form-item--small .el-checkbox[data-v-7b965ab9] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-7b965ab9] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-7b965ab9],
.el-form-item--mini .el-checkbox[data-v-7b965ab9] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-7b965ab9] {
  margin-top: 4px;
}
input[type=password][data-v-7b965ab9]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-7b965ab9]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-7b965ab9]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-7b965ab9]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-7b965ab9]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-7b965ab9] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-7b965ab9] {
  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-7b965ab9] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-7b965ab9]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-7b965ab9] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-7b965ab9] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-7b965ab9] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-7b965ab9] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-7b965ab9] {
  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-7b965ab9] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-7b965ab9] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-7b965ab9] {
  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-7b965ab9] {
  -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-7b965ab9], .table-style .el-form-item .el-form-item__content > div[data-v-7b965ab9] {
  -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-7b965ab9] {
  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-7b965ab9], .table-style .el-form-item.rich-editor-item[data-v-7b965ab9], .table-style .el-form-item.static-text-item[data-v-7b965ab9], .table-style .el-form-item.html-text-item[data-v-7b965ab9] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-7b965ab9], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-7b965ab9], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-7b965ab9], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-7b965ab9] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-7b965ab9] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-7b965ab9] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-7b965ab9],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-7b965ab9] {
  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-7b965ab9] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-7b965ab9],
.reference-field-container .empty[data-v-7b965ab9],
.dropdown-field-empty.empty[data-v-7b965ab9],
.dropdown-field-empty[data-v-7b965ab9] {
  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-7b965ab9] {
  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;
}
.app-user-agency[data-v-7b965ab9] {
  width: 100%;
  min-width: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.app-user-agency .el-button.fr[data-v-7b965ab9] {
  float: none;
  min-height: 32px;
  margin-bottom: 14px !important;
}
.app-user-agency .user-agency-bind-button[data-v-7b965ab9] {
  margin-bottom: 30px !important;
}
.app-user-agency .user-agency-table[data-v-7b965ab9] {
  width: 100%;
}
.app-user-agency[data-v-7b965ab9]  .el-table {
  overflow: hidden;
  border: 1px solid var(--jy-border-light);
  border-radius: var(--jy-radius-md);
}
.app-user-agency[data-v-7b965ab9]  .el-table th {
  color: var(--jy-text-secondary);
  background: var(--jy-bg-subtle);
}
.app-user-agency[data-v-7b965ab9]  .el-table td,
.app-user-agency[data-v-7b965ab9]  .el-table th.is-leaf {
  border-bottom-color: var(--jy-border-lighter);
}
.app-user-agency .user-agency-card-list[data-v-7b965ab9] {
  display: none;
}
@media screen and (max-width: 1024px) {
.app-user-agency[data-v-7b965ab9] {
    overflow-x: hidden;
    padding-bottom: 4px;
}
.app-user-agency .el-button.fr[data-v-7b965ab9] {
    width: 100%;
    min-height: 44px;
}
.app-user-agency .user-agency-table[data-v-7b965ab9] {
    display: none;
}
.app-user-agency .user-agency-card-list[data-v-7b965ab9] {
    display: grid;
    gap: 10px;
}
.app-user-agency .user-agency-card[data-v-7b965ab9] {
    padding: 12px;
    color: var(--jy-text-regular);
    background: var(--jy-bg-container, #fff);
    border: 1px solid var(--jy-border-light);
    border-radius: var(--jy-radius-md);
    -webkit-box-shadow: var(--jy-shadow-card, 0 1px 3px rgba(31, 41, 55, 0.06));
            box-shadow: var(--jy-shadow-card, 0 1px 3px rgba(31, 41, 55, 0.06));
}
.app-user-agency .user-agency-card__meta[data-v-7b965ab9] {
    margin: 0;
}
.app-user-agency .user-agency-card__title[data-v-7b965ab9] {
    margin-bottom: 10px;
    color: var(--jy-text-primary);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    overflow-wrap: anywhere;
}
.app-user-agency .user-agency-card__row[data-v-7b965ab9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    padding: 8px 0;
    border-top: 1px solid var(--jy-border-lighter);
    line-height: 1.45;
}
.app-user-agency .user-agency-card__row dt[data-v-7b965ab9] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
    color: var(--jy-text-secondary);
}
.app-user-agency .user-agency-card__row dd[data-v-7b965ab9] {
    min-width: 0;
    margin: 0;
    color: var(--jy-text-primary);
    font-weight: 500;
    text-align: right;
    overflow-wrap: anywhere;
}
.app-user-agency .user-agency-card--empty[data-v-7b965ab9] {
    color: var(--jy-text-secondary);
    text-align: center;
}
}
@media (pointer: coarse) {
.app-user-agency .user-agency-bind-button[data-v-7b965ab9] {
    min-height: 44px;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-4b9e5d6b] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-4b9e5d6b] {
  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-4b9e5d6b] {
  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-4b9e5d6b] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-4b9e5d6b] {
  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-4b9e5d6b] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-4b9e5d6b] {
  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-4b9e5d6b] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-4b9e5d6b] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-4b9e5d6b] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-4b9e5d6b]  .el-form-item__content,
.table-style .fill-select-item[data-v-4b9e5d6b]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-4b9e5d6b] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-4b9e5d6b] {
  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-4b9e5d6b],
.form-widget-list .checkbox-form-item-wrapper[data-v-4b9e5d6b] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-4b9e5d6b],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-4b9e5d6b] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-4b9e5d6b] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-4b9e5d6b] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-4b9e5d6b],
.el-form-item--medium .el-checkbox[data-v-4b9e5d6b] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-4b9e5d6b] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-4b9e5d6b],
.el-form-item--small .el-checkbox[data-v-4b9e5d6b] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-4b9e5d6b] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-4b9e5d6b],
.el-form-item--mini .el-checkbox[data-v-4b9e5d6b] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-4b9e5d6b] {
  margin-top: 4px;
}
input[type=password][data-v-4b9e5d6b]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-4b9e5d6b]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-4b9e5d6b]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-4b9e5d6b]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-4b9e5d6b]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-4b9e5d6b] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-4b9e5d6b] {
  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-4b9e5d6b] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-4b9e5d6b]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-4b9e5d6b] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-4b9e5d6b] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-4b9e5d6b] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-4b9e5d6b] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-4b9e5d6b] {
  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-4b9e5d6b] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-4b9e5d6b] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-4b9e5d6b] {
  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-4b9e5d6b] {
  -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-4b9e5d6b], .table-style .el-form-item .el-form-item__content > div[data-v-4b9e5d6b] {
  -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-4b9e5d6b] {
  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-4b9e5d6b], .table-style .el-form-item.rich-editor-item[data-v-4b9e5d6b], .table-style .el-form-item.static-text-item[data-v-4b9e5d6b], .table-style .el-form-item.html-text-item[data-v-4b9e5d6b] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-4b9e5d6b], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-4b9e5d6b], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-4b9e5d6b], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-4b9e5d6b] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-4b9e5d6b] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-4b9e5d6b] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-4b9e5d6b],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-4b9e5d6b] {
  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-4b9e5d6b] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-4b9e5d6b],
.reference-field-container .empty[data-v-4b9e5d6b],
.dropdown-field-empty.empty[data-v-4b9e5d6b],
.dropdown-field-empty[data-v-4b9e5d6b] {
  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-4b9e5d6b] {
  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;
}
[v-cloak][data-v-4b9e5d6b] {
  display: none;
}
.app-user-collect[data-v-4b9e5d6b] {
  width: 100%;
  min-width: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-content[data-v-4b9e5d6b] {
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 12px;
  margin-top: 0;
}
.list-content .el-row[data-v-4b9e5d6b] {
  padding: 16px !important;
  margin: 0 !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: var(--jy-bg-subtle);
  border: 1px solid var(--jy-border-lighter) !important;
  border-radius: var(--jy-radius-md);
  -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);
}
.list-content .el-row[data-v-4b9e5d6b]:hover {
  background: var(--jy-bg-container);
  border-color: rgba(52, 118, 240, 0.22) !important;
  -webkit-box-shadow: 0 8px 22px rgba(16, 32, 51, 0.05);
          box-shadow: 0 8px 22px rgba(16, 32, 51, 0.05);
}
.list-content .profile-list-row[data-v-4b9e5d6b] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-content .profile-list-row.profile-list-row--project[data-v-4b9e5d6b] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-content .profile-cover-col[data-v-4b9e5d6b] {
  width: 200px;
  height: 120px;
  padding: 0 !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.list-content .profile-info-col[data-v-4b9e5d6b] {
  min-width: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 30px;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.list-content .form-img[data-v-4b9e5d6b] {
  display: inline-block;
  width: 200px;
  height: 120px;
  overflow: hidden;
  border-radius: var(--jy-radius-md);
  outline: none;
}
.list-content .form-img[data-v-4b9e5d6b]:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 118, 240, 0.22);
          box-shadow: 0 0 0 3px rgba(52, 118, 240, 0.22);
}
.list-content .form-img img[data-v-4b9e5d6b] {
  width: 100%;
  max-width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  border-radius: var(--jy-radius-md);
  -webkit-box-shadow: 0 6px 18px rgba(16, 32, 51, 0.08);
          box-shadow: 0 6px 18px rgba(16, 32, 51, 0.08);
}
.list-content .form-info[data-v-4b9e5d6b] {
  min-width: 0;
  width: 100%;
  outline: none;
}
.list-content .form-info[data-v-4b9e5d6b]:focus-visible {
  border-radius: var(--jy-radius-sm);
  -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);
}
.list-content .form-info .form-title[data-v-4b9e5d6b] {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  line-height: 28px;
}
.list-content .form-info .form-title .title-span[data-v-4b9e5d6b] {
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  color: var(--jy-text-primary);
  min-width: 0;
  max-width: none;
  font-weight: 600;
  display: inline-block;
  overflow-wrap: anywhere;
  white-space: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 260px;
          flex: 1 1 260px;
}
.list-content .form-info .form-title .title-span[data-v-4b9e5d6b]:focus-visible {
  outline: 2px solid var(--jy-color-primary, #409eff);
  outline-offset: 3px;
  border-radius: var(--jy-radius-sm);
}
.list-content .form-info .form-title .form-tag[data-v-4b9e5d6b] {
  margin-left: 0;
}
.list-content .form-info .form-title .form-collect[data-v-4b9e5d6b] {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: var(--jy-text-secondary);
  line-height: 20px;
}
.list-content .form-info .form-title .form-collect .collect-span[data-v-4b9e5d6b] {
  background: url("https://smart-form-prod.oss-cn-beijing.aliyuncs.com/statics/collect.png") no-repeat left center;
  background-size: 15px;
  padding-left: 20px;
}
.list-content .form-info .form-title .form-collect .collect-span.active[data-v-4b9e5d6b] {
  background: url("https://smart-form-prod.oss-cn-beijing.aliyuncs.com/statics/collected.png") no-repeat left center;
  background-size: 15px;
  padding-left: 20px;
}
.list-content .form-info .form-title .form-share[data-v-4b9e5d6b] {
  display: inline-block;
  cursor: pointer;
  float: right;
  font-size: 12px;
  color: #909090;
  line-height: 20px;
  margin-left: 20px;
}
.list-content .form-info .form-title .form-share .share-span[data-v-4b9e5d6b] {
  background: url("https://smart-form-prod.oss-cn-beijing.aliyuncs.com/statics/share.png") no-repeat left center;
  background-size: 15px;
  padding-left: 20px;
}
.list-content .form-info .form-date[data-v-4b9e5d6b] {
  width: 100%;
  font-size: 12px;
  min-height: 22px;
  line-height: 22px;
  margin: 0;
  color: var(--jy-text-secondary);
}
.list-content .form-info .form-date .fill-date[data-v-4b9e5d6b] {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 0;
  overflow-wrap: anywhere;
}
.list-content .form-info .form-date .fill-date .fill-date-label[data-v-4b9e5d6b] {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
}
.list-content .form-info .form-date .fill-date .fill-date-label--spaced[data-v-4b9e5d6b] {
  white-space: nowrap;
}
.list-content .form-info .form-date .fill-date .fill-date-label-char[data-v-4b9e5d6b] {
  font-style: normal;
}
.list-content .form-info .form-date .fill-date .fill-date-label-char--middle[data-v-4b9e5d6b] {
  margin: 0 6px;
}
.list-content .form-info .form-date .fill-date .fill-date-hidden-text[data-v-4b9e5d6b] {
  opacity: 0;
}
.list-content .form-info .form-date .fill-date .fill-date-separator[data-v-4b9e5d6b] {
  margin: 0 10px;
}
.list-content .form-info .form-date .fill-date .fill-date-range-separator[data-v-4b9e5d6b] {
  margin: 0 5px;
}
.list-content .form-info .form-date .fill-date .is-agency-icon[data-v-4b9e5d6b] {
  display: inline-block;
  width: 32px;
  height: 12px;
  margin-left: 5px;
  vertical-align: -1px;
}
.list-content .form-info .form-date .fill-date .is-project-icon[data-v-4b9e5d6b] {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  vertical-align: -2px;
}
.list-content .form-info .form-date .fill-date .is-form-icon[data-v-4b9e5d6b] {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 5px;
  vertical-align: -1px;
}
.list-content .form-info .form-create[data-v-4b9e5d6b] {
  font-size: 12px;
  line-height: 12px;
}
.list-content .form-info .form-create .form-settings[data-v-4b9e5d6b] {
  font-size: 12px;
  text-align: right;
}
.list-content .form-info .form-create .form-settings span[data-v-4b9e5d6b] {
  cursor: pointer;
  padding: 0 10px;
  border-right: 1px solid #707070;
  color: #409eff;
}
.list-content .form-info .form-create .form-settings span img[data-v-4b9e5d6b] {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
.list-content .form-info .form-create .form-settings span[data-v-4b9e5d6b]:last-child {
  border-right: 0;
  padding-right: 0;
}
.list-no-data[data-v-4b9e5d6b] {
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: 72px 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--jy-bg-subtle);
  border: 1px solid var(--jy-border-lighter);
  border-radius: var(--jy-radius-md);
}
.list-no-data .no-data-img[data-v-4b9e5d6b] {
  display: block;
  width: 124px;
  height: auto;
  margin: auto;
}
.list-no-data .no-data-text[data-v-4b9e5d6b] {
  display: block;
  color: var(--jy-text-secondary);
  font-size: 14px;
  margin: 20px auto;
  overflow-wrap: anywhere;
}
.share-container[data-v-4b9e5d6b] {
  margin-top: -30px;
  width: 100%;
}
.share-container p[data-v-4b9e5d6b] {
  padding: 0;
  margin: 10px auto;
}
.share-container .share-action-bar[data-v-4b9e5d6b],
.share-container .share-save-bar[data-v-4b9e5d6b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0;
}
.share-container .share-action-bar .el-button + .el-button[data-v-4b9e5d6b],
.share-container .share-save-bar .el-button + .el-button[data-v-4b9e5d6b] {
  margin-left: 0;
}
.share-container .share-save-bar[data-v-4b9e5d6b] {
  margin-top: 20px;
}
.share-container .shareFillImg[data-v-4b9e5d6b] {
  display: block;
  width: 200px;
  height: 200px;
  margin-top: 20px;
}
.share-container .share-lite-contain[data-v-4b9e5d6b] {
  width: min(375px, 100%);
  min-height: 553px;
  background: #0078f8 url("https://smart-form-prod.oss-cn-beijing.aliyuncs.com/statics/shareBcg.png") no-repeat 220px 25px;
  background-size: 121px 78px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(57, 67, 73, 0.2);
          box-shadow: 0 5px 20px 0 rgba(57, 67, 73, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.share-container .share-lite-contain .share-cache-img[data-v-4b9e5d6b] {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.share-container .share-lite-contain .top-logo[data-v-4b9e5d6b] {
  width: 100%;
  padding: 25px 0 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.share-container .share-lite-contain .top-logo img[data-v-4b9e5d6b] {
  display: inline-block;
  vertical-align: middle;
  width: 144px;
  height: 40px;
}
.share-container .share-lite-contain .share-card[data-v-4b9e5d6b] {
  width: calc(100% - 50px);
  height: 438px;
  margin: 0 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  position: relative;
}
.share-container .share-lite-contain .share-card .share-form-img[data-v-4b9e5d6b] {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 190px;
  margin-bottom: 20px;
}
.share-container .share-lite-contain .share-card .share-form-name[data-v-4b9e5d6b] {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #394349;
  line-height: 22px;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
}
.share-container .share-lite-contain .share-card .share-form-fill[data-v-4b9e5d6b] {
  font-size: 13px;
  font-weight: 400;
  color: #394349;
  line-height: 18px;
}
.share-container .share-lite-contain .share-card .share-form-bottom[data-v-4b9e5d6b] {
  width: calc(100% - 40px);
  height: 100px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f0f2f5;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.share-container .share-lite-contain .share-card .share-form-bottom .share-form-qr[data-v-4b9e5d6b] {
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
}
.share-container .share-lite-contain .share-card .share-form-bottom .share-form-qr-text[data-v-4b9e5d6b] {
  font-size: 11px;
  font-weight: 400;
  color: #394349;
  line-height: 16px;
  text-align: right;
}
.share-container .share-lite-contain .share-card .share-form-bottom .share-form-qr-text span[data-v-4b9e5d6b] {
  display: block;
}
[data-v-4b9e5d6b] .pagination-container {
  margin-top: 16px;
}
.profile-collect-move-select[data-v-4b9e5d6b] {
  width: 100%;
}
@media screen and (max-width: 1024px) {
.list-content .el-row[data-v-4b9e5d6b] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}
.list-content .el-col[data-v-4b9e5d6b] {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
    margin-left: 0 !important;
}
.list-content .form-img[data-v-4b9e5d6b] {
    width: 100%;
    height: auto;
}
.list-content .form-img img[data-v-4b9e5d6b] {
    height: auto;
    aspect-ratio: 5/3;
}
.list-content .form-info .form-title .title-span[data-v-4b9e5d6b] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
.list-content .form-info .form-date[data-v-4b9e5d6b] {
    line-height: 24px;
}
.list-content .form-collect .el-button[data-v-4b9e5d6b] {
    min-width: 44px;
    min-height: 44px;
    padding: 0 14px;
}
}
@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;
}
.profile-collect-dialog {
  width: min(600px, 100vw - 24px) !important;
}
.profile-collect-dialog .el-dialog__body {
  max-height: calc(100vh - 156px);
  overflow: auto;
}
.profile-collect-dialog .dialog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.profile-collect-dialog .dialog-footer .el-button {
  min-height: 44px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
.profile-collect-dialog .el-dialog__body {
    max-height: calc(100vh - 148px);
    padding: 14px;
}
.profile-collect-dialog .el-form-item__label {
    width: 100% !important;
    padding: 0 0 6px;
    line-height: 20px;
    text-align: left;
}
.profile-collect-dialog .el-form-item__content {
    margin-left: 0 !important;
}
.profile-collect-dialog .el-input__inner {
    min-height: 44px;
}
.profile-collect-dialog .dialog-footer {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.profile-collect-dialog .dialog-footer .el-button {
    width: 100%;
}
.profile-collect-share-dialog .share-container {
    margin-top: 0;
}
.profile-collect-share-dialog .share-lite-contain {
    height: auto !important;
    min-height: 520px;
    overflow: hidden;
}
.profile-collect-share-dialog .share-lite-contain .share-card {
    width: calc(100% - 32px) !important;
    margin: 0 16px 16px !important;
}
.profile-collect-share-dialog .share-lite-contain .share-form-bottom {
    width: calc(100% - 40px) !important;
    left: 20px;
}
.profile-collect-share-dialog .el-button {
    min-height: 44px;
}
.profile-collect-share-dialog .share-action-bar,
  .profile-collect-share-dialog .share-save-bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
.profile-collect-share-dialog .share-action-bar .el-button,
  .profile-collect-share-dialog .share-save-bar .el-button {
    width: 100%;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-1bb9c856] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-1bb9c856] {
  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-1bb9c856] {
  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-1bb9c856] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-1bb9c856] {
  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-1bb9c856] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-1bb9c856] {
  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-1bb9c856] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-1bb9c856] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-1bb9c856] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-1bb9c856]  .el-form-item__content,
.table-style .fill-select-item[data-v-1bb9c856]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-1bb9c856] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-1bb9c856] {
  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-1bb9c856],
.form-widget-list .checkbox-form-item-wrapper[data-v-1bb9c856] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-1bb9c856],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-1bb9c856] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-1bb9c856] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-1bb9c856] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-1bb9c856],
.el-form-item--medium .el-checkbox[data-v-1bb9c856] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-1bb9c856] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-1bb9c856],
.el-form-item--small .el-checkbox[data-v-1bb9c856] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-1bb9c856] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-1bb9c856],
.el-form-item--mini .el-checkbox[data-v-1bb9c856] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-1bb9c856] {
  margin-top: 4px;
}
input[type=password][data-v-1bb9c856]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-1bb9c856]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-1bb9c856]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-1bb9c856]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-1bb9c856]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-1bb9c856] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-1bb9c856] {
  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-1bb9c856] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-1bb9c856]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-1bb9c856] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-1bb9c856] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-1bb9c856] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-1bb9c856] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-1bb9c856] {
  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-1bb9c856] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-1bb9c856] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-1bb9c856] {
  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-1bb9c856] {
  -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-1bb9c856], .table-style .el-form-item .el-form-item__content > div[data-v-1bb9c856] {
  -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-1bb9c856] {
  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-1bb9c856], .table-style .el-form-item.rich-editor-item[data-v-1bb9c856], .table-style .el-form-item.static-text-item[data-v-1bb9c856], .table-style .el-form-item.html-text-item[data-v-1bb9c856] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-1bb9c856], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-1bb9c856], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-1bb9c856], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-1bb9c856] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-1bb9c856] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-1bb9c856] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-1bb9c856],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-1bb9c856] {
  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-1bb9c856] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-1bb9c856],
.reference-field-container .empty[data-v-1bb9c856],
.dropdown-field-empty.empty[data-v-1bb9c856],
.dropdown-field-empty[data-v-1bb9c856] {
  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-1bb9c856] {
  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;
}
[v-cloak][data-v-1bb9c856] {
  display: none;
}
.app-user-collect[data-v-1bb9c856] {
  width: 100%;
  min-width: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-content[data-v-1bb9c856] {
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 12px;
  margin-top: 0;
}
.list-content .el-row[data-v-1bb9c856] {
  padding: 16px !important;
  margin: 0 !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: var(--jy-bg-subtle);
  border: 1px solid var(--jy-border-lighter) !important;
  border-radius: var(--jy-radius-md);
  -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);
}
.list-content .el-row[data-v-1bb9c856]:hover {
  background: var(--jy-bg-container);
  border-color: rgba(52, 118, 240, 0.22) !important;
  -webkit-box-shadow: 0 8px 22px rgba(16, 32, 51, 0.05);
          box-shadow: 0 8px 22px rgba(16, 32, 51, 0.05);
}
.list-content .profile-list-row[data-v-1bb9c856] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-content .profile-list-row.profile-list-row--project[data-v-1bb9c856] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-content .profile-cover-col[data-v-1bb9c856] {
  width: 200px;
  height: 120px;
  padding: 0 !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.list-content .profile-info-col[data-v-1bb9c856] {
  min-width: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 30px;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.list-content .form-img[data-v-1bb9c856] {
  display: inline-block;
  width: 200px;
  height: 120px;
  overflow: hidden;
  border-radius: var(--jy-radius-md);
  outline: none;
}
.list-content .form-img[data-v-1bb9c856]:focus-visible {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 118, 240, 0.22);
          box-shadow: 0 0 0 3px rgba(52, 118, 240, 0.22);
}
.list-content .form-img img[data-v-1bb9c856] {
  width: 100%;
  max-width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  border-radius: var(--jy-radius-md);
  -webkit-box-shadow: 0 6px 18px rgba(16, 32, 51, 0.08);
          box-shadow: 0 6px 18px rgba(16, 32, 51, 0.08);
}
.list-content .form-info[data-v-1bb9c856] {
  min-width: 0;
  width: 100%;
  outline: none;
}
.list-content .form-info[data-v-1bb9c856]:focus-visible {
  border-radius: var(--jy-radius-sm);
  -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);
}
.list-content .form-info .form-title[data-v-1bb9c856] {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  line-height: 28px;
}
.list-content .form-info .form-title .title-span[data-v-1bb9c856] {
  font-size: 16px;
  line-height: 28px;
  color: var(--jy-text-primary);
  min-width: 0;
  max-width: none;
  font-weight: 600;
  display: inline-block;
  overflow-wrap: anywhere;
  white-space: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 260px;
          flex: 1 1 260px;
}
.list-content .form-info .form-title .form-tag[data-v-1bb9c856] {
  margin-left: 0;
}
.list-content .form-info .form-title .form-collect[data-v-1bb9c856] {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: var(--jy-text-secondary);
  line-height: 20px;
}
.list-content .form-info .form-title .form-collect .collect-span[data-v-1bb9c856] {
  background: url("https://smart-form-prod.oss-cn-beijing.aliyuncs.com/statics/collect.png") no-repeat left center;
  background-size: 15px;
  padding-left: 20px;
}
.list-content .form-info .form-title .form-collect .collect-span.active[data-v-1bb9c856] {
  background: url("https://smart-form-prod.oss-cn-beijing.aliyuncs.com/statics/collected.png") no-repeat left center;
  background-size: 15px;
  padding-left: 20px;
}
.list-content .form-info .form-title .form-share[data-v-1bb9c856] {
  display: inline-block;
  cursor: pointer;
  float: right;
  font-size: 12px;
  color: #909090;
  line-height: 20px;
  margin-left: 20px;
}
.list-content .form-info .form-title .form-share .share-span[data-v-1bb9c856] {
  background: url("https://smart-form-prod.oss-cn-beijing.aliyuncs.com/statics/share.png") no-repeat left center;
  background-size: 15px;
  padding-left: 20px;
}
.list-content .form-info .form-date[data-v-1bb9c856] {
  width: 100%;
  font-size: 12px;
  min-height: 22px;
  line-height: 22px;
  margin: 0;
  color: var(--jy-text-secondary);
}
.list-content .form-info .form-date .fill-date[data-v-1bb9c856] {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px 0;
  overflow-wrap: anywhere;
}
.list-content .form-info .form-date .fill-date .fill-date-label[data-v-1bb9c856] {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
}
.list-content .form-info .form-date .fill-date .fill-date-label--spaced[data-v-1bb9c856] {
  white-space: nowrap;
}
.list-content .form-info .form-date .fill-date .fill-date-label-char[data-v-1bb9c856] {
  font-style: normal;
}
.list-content .form-info .form-date .fill-date .fill-date-label-char--middle[data-v-1bb9c856] {
  margin: 0 6px;
}
.list-content .form-info .form-date .fill-date .fill-date-hidden-text[data-v-1bb9c856] {
  opacity: 0;
}
.list-content .form-info .form-date .fill-date .fill-date-separator[data-v-1bb9c856] {
  margin: 0 10px;
}
.list-content .form-info .form-date .fill-date .fill-date-range-separator[data-v-1bb9c856] {
  margin: 0 5px;
}
.list-content .form-info .form-date .fill-date .is-agency-icon[data-v-1bb9c856] {
  display: inline-block;
  width: 32px;
  height: 12px;
  margin-left: 5px;
  vertical-align: -1px;
}
.list-content .form-info .form-date .fill-date .is-project-icon[data-v-1bb9c856] {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  vertical-align: -2px;
}
.list-content .form-info .form-date .fill-date .is-form-icon[data-v-1bb9c856] {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 5px;
  vertical-align: -1px;
}
.list-content .form-info .form-create[data-v-1bb9c856] {
  font-size: 12px;
  line-height: 12px;
}
.list-content .form-info .form-create .form-settings[data-v-1bb9c856] {
  font-size: 12px;
  text-align: right;
}
.list-content .form-info .form-create .form-settings span[data-v-1bb9c856] {
  cursor: pointer;
  padding: 0 10px;
  border-right: 1px solid #707070;
  color: #409eff;
}
.list-content .form-info .form-create .form-settings span img[data-v-1bb9c856] {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
.list-content .form-info .form-create .form-settings span[data-v-1bb9c856]:last-child {
  border-right: 0;
  padding-right: 0;
}
.list-no-data[data-v-1bb9c856] {
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: 72px 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--jy-bg-subtle);
  border: 1px solid var(--jy-border-lighter);
  border-radius: var(--jy-radius-md);
}
.list-no-data .no-data-img[data-v-1bb9c856] {
  display: block;
  width: 124px;
  height: auto;
  margin: auto;
}
.list-no-data .no-data-text[data-v-1bb9c856] {
  display: block;
  color: var(--jy-text-secondary);
  font-size: 14px;
  margin: 20px auto;
  overflow-wrap: anywhere;
}
.list-no-data[data-v-1bb9c856]  .el-button {
  min-height: 44px;
}
.share-container[data-v-1bb9c856] {
  margin-top: -30px;
  width: 100%;
}
.share-container p[data-v-1bb9c856] {
  padding: 0;
  margin: 10px auto;
}
.share-container .shareFillImg[data-v-1bb9c856] {
  display: block;
  width: 200px;
  height: 200px;
  margin-top: 20px;
}
.share-container .share-lite-contain[data-v-1bb9c856] {
  width: min(375px, 100%);
  min-height: 553px;
  background: #0078f8 url("https://smart-form-prod.oss-cn-beijing.aliyuncs.com/statics/shareBcg.png") no-repeat 220px 25px;
  background-size: 121px 78px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(57, 67, 73, 0.2);
          box-shadow: 0 5px 20px 0 rgba(57, 67, 73, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.share-container .share-lite-contain .top-logo[data-v-1bb9c856] {
  width: 100%;
  padding: 25px 0 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.share-container .share-lite-contain .top-logo img[data-v-1bb9c856] {
  display: inline-block;
  vertical-align: middle;
  width: 144px;
  height: 40px;
}
.share-container .share-lite-contain .share-card[data-v-1bb9c856] {
  width: calc(100% - 50px);
  height: 438px;
  margin: 0 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  position: relative;
}
.share-container .share-lite-contain .share-card .share-form-img[data-v-1bb9c856] {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 190px;
  margin-bottom: 20px;
}
.share-container .share-lite-contain .share-card .share-form-name[data-v-1bb9c856] {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #394349;
  line-height: 22px;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
}
.share-container .share-lite-contain .share-card .share-form-fill[data-v-1bb9c856] {
  font-size: 13px;
  font-weight: 400;
  color: #394349;
  line-height: 18px;
}
.share-container .share-lite-contain .share-card .share-form-bottom[data-v-1bb9c856] {
  width: calc(100% - 40px);
  height: 100px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f0f2f5;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.share-container .share-lite-contain .share-card .share-form-bottom .share-form-qr[data-v-1bb9c856] {
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
}
.share-container .share-lite-contain .share-card .share-form-bottom .share-form-qr-text[data-v-1bb9c856] {
  font-size: 11px;
  font-weight: 400;
  color: #394349;
  line-height: 16px;
  text-align: right;
}
.share-container .share-lite-contain .share-card .share-form-bottom .share-form-qr-text span[data-v-1bb9c856] {
  display: block;
}
@media screen and (max-width: 1024px) {
.list-content .el-row[data-v-1bb9c856] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}
.list-content .el-col[data-v-1bb9c856] {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
    margin-left: 0 !important;
}
.list-content .form-img[data-v-1bb9c856] {
    width: 100%;
    height: auto;
}
.list-content .form-img img[data-v-1bb9c856] {
    height: auto;
    aspect-ratio: 5/3;
}
.list-content .form-info .form-title .title-span[data-v-1bb9c856] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
.list-content .form-info .form-date[data-v-1bb9c856] {
    line-height: 24px;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-0eb638de] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-0eb638de] {
  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-0eb638de] {
  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-0eb638de] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-0eb638de] {
  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-0eb638de] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-0eb638de] {
  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-0eb638de] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-0eb638de] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-0eb638de] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-0eb638de]  .el-form-item__content,
.table-style .fill-select-item[data-v-0eb638de]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-0eb638de] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-0eb638de] {
  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-0eb638de],
.form-widget-list .checkbox-form-item-wrapper[data-v-0eb638de] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-0eb638de],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-0eb638de] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-0eb638de] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-0eb638de] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-0eb638de],
.el-form-item--medium .el-checkbox[data-v-0eb638de] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-0eb638de] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-0eb638de],
.el-form-item--small .el-checkbox[data-v-0eb638de] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-0eb638de] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-0eb638de],
.el-form-item--mini .el-checkbox[data-v-0eb638de] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-0eb638de] {
  margin-top: 4px;
}
input[type=password][data-v-0eb638de]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-0eb638de]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-0eb638de]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-0eb638de]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-0eb638de]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-0eb638de] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-0eb638de] {
  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-0eb638de] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-0eb638de]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-0eb638de] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-0eb638de] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-0eb638de] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-0eb638de] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-0eb638de] {
  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-0eb638de] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-0eb638de] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-0eb638de] {
  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-0eb638de] {
  -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-0eb638de], .table-style .el-form-item .el-form-item__content > div[data-v-0eb638de] {
  -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-0eb638de] {
  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-0eb638de], .table-style .el-form-item.rich-editor-item[data-v-0eb638de], .table-style .el-form-item.static-text-item[data-v-0eb638de], .table-style .el-form-item.html-text-item[data-v-0eb638de] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-0eb638de], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-0eb638de], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-0eb638de], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-0eb638de] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-0eb638de] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-0eb638de] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-0eb638de],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-0eb638de] {
  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-0eb638de] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-0eb638de],
.reference-field-container .empty[data-v-0eb638de],
.dropdown-field-empty.empty[data-v-0eb638de],
.dropdown-field-empty[data-v-0eb638de] {
  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-0eb638de] {
  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;
}
.app-user-appeal[data-v-0eb638de] {
  width: 100%;
  min-width: 0;
  max-width: 720px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.app-user-appeal[data-v-0eb638de]  .el-form {
  padding: 4px 0;
}
.app-user-appeal[data-v-0eb638de]  .el-form-item__content {
  min-width: 0;
}
.app-user-appeal[data-v-0eb638de]  .el-form-item {
  margin-bottom: 22px;
}
.app-user-appeal[data-v-0eb638de]  .el-form-item__label {
  color: var(--jy-text-secondary);
  font-weight: 600;
}
.app-user-appeal .appeal-field-col[data-v-0eb638de] {
  width: 420px;
  max-width: 100%;
  min-width: 0;
}
.app-user-appeal[data-v-0eb638de]  .el-input__inner {
  min-height: 40px;
}
.app-user-appeal[data-v-0eb638de]  .el-textarea__inner {
  min-height: 132px !important;
}
.app-user-appeal[data-v-0eb638de]  .el-button {
  min-height: 32px;
  padding-right: 18px;
  padding-left: 18px;
}
.app-user-appeal .appeal-required-mark[data-v-0eb638de] {
  margin-right: 4px;
  color: #ff4949;
}
.app-user-appeal .appeal-label-spacer[data-v-0eb638de] {
  opacity: 0;
}
.app-user-appeal .appeal-radio[data-v-0eb638de] {
  margin-bottom: 0;
}
.app-user-appeal[data-v-0eb638de]  .el-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 18px;
}
@media screen and (max-width: 767px) {
.app-user-appeal[data-v-0eb638de] {
    max-width: none;
}
.app-user-appeal[data-v-0eb638de]  .el-form-item__label {
    float: none;
    display: block;
    width: auto !important;
    padding: 0 0 8px;
    text-align: left;
}
.app-user-appeal[data-v-0eb638de]  .el-form-item__content {
    margin-left: 0 !important;
}
.app-user-appeal .appeal-field-col[data-v-0eb638de] {
    width: 100%;
}
.app-user-appeal[data-v-0eb638de]  .el-input__inner {
    min-height: 44px;
}
.app-user-appeal[data-v-0eb638de]  .el-textarea__inner {
    min-height: 144px !important;
}
.app-user-appeal[data-v-0eb638de]  .el-button {
    width: 100%;
    min-height: 44px;
}
.app-user-appeal[data-v-0eb638de]  .el-radio {
    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;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-58609294] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-58609294] {
  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-58609294] {
  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-58609294] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-58609294] {
  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-58609294] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-58609294] {
  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-58609294] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-58609294] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-58609294] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-58609294]  .el-form-item__content,
.table-style .fill-select-item[data-v-58609294]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-58609294] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-58609294] {
  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-58609294],
.form-widget-list .checkbox-form-item-wrapper[data-v-58609294] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-58609294],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-58609294] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-58609294] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-58609294] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-58609294],
.el-form-item--medium .el-checkbox[data-v-58609294] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-58609294] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-58609294],
.el-form-item--small .el-checkbox[data-v-58609294] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-58609294] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-58609294],
.el-form-item--mini .el-checkbox[data-v-58609294] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-58609294] {
  margin-top: 4px;
}
input[type=password][data-v-58609294]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-58609294]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-58609294]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-58609294]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-58609294]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-58609294] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-58609294] {
  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-58609294] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-58609294]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-58609294] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-58609294] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-58609294] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-58609294] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-58609294] {
  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-58609294] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-58609294] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-58609294] {
  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-58609294] {
  -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-58609294], .table-style .el-form-item .el-form-item__content > div[data-v-58609294] {
  -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-58609294] {
  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-58609294], .table-style .el-form-item.rich-editor-item[data-v-58609294], .table-style .el-form-item.static-text-item[data-v-58609294], .table-style .el-form-item.html-text-item[data-v-58609294] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-58609294], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-58609294], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-58609294], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-58609294] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-58609294] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-58609294] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-58609294],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-58609294] {
  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-58609294] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-58609294],
.reference-field-container .empty[data-v-58609294],
.dropdown-field-empty.empty[data-v-58609294],
.dropdown-field-empty[data-v-58609294] {
  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-58609294] {
  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;
}
[v-cloak][data-v-58609294] {
  display: none;
}
.app-pwd-container[data-v-58609294] {
  width: 100%;
  min-width: 0;
  margin: auto;
}
.app-pwd-container .team-info-detail[data-v-58609294] {
  display: grid;
  gap: 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  padding: 0;
}
.app-pwd-container .team-info-detail .fx-row-info-panel[data-v-58609294] {
  min-width: 0;
  min-height: 72px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  overflow: hidden;
  margin: 0;
  background: var(--jy-bg-container);
  border: 1px solid var(--jy-border-lighter);
  border-radius: var(--jy-radius-md);
  -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);
}
.app-pwd-container .team-info-detail .fx-row-info-panel .label[data-v-58609294] {
  min-width: 0;
  width: auto;
  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-item-align: stretch;
      align-self: stretch;
  padding: 0 18px;
  text-align: right;
  background: var(--jy-bg-subtle);
  border-right: 1px solid var(--jy-border-lighter);
  line-height: 1.4;
  color: var(--jy-text-secondary);
  font-size: 13px;
  font-weight: 600;
}
.app-pwd-container .team-info-detail .fx-row-info-panel .content[data-v-58609294] {
  min-width: 0;
  min-height: 72px;
  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;
  padding: 12px 20px;
}
.app-pwd-container .team-info-detail .fx-row-info-panel .content .content-row[data-v-58609294] {
  min-width: 0;
  color: var(--jy-text-primary);
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.app-pwd-container .team-info-detail .fx-row-info-panel .content .x-button[data-v-58609294] {
  min-width: 44px;
  min-height: 32px;
  padding: 0 8px;
  cursor: pointer;
  line-height: 32px;
  color: var(--jy-color-primary-strong);
}
.app-pwd-container .team-info-detail .fx-row-info-panel[data-v-58609294]:hover {
  border-color: rgba(52, 118, 240, 0.2);
  -webkit-box-shadow: 0 8px 22px rgba(16, 32, 51, 0.05);
          box-shadow: 0 8px 22px rgba(16, 32, 51, 0.05);
}
.app-pwd-container .captchaImg img[data-v-58609294] {
  height: 36px;
}

/* 更换手机号、邮箱 */
.VerificationDialogModalHeader[data-v-58609294] {
  width: 100%;
  text-align: center;
}
.VerificationDialogModalHeader .VerificationDialogModalHeader-title[data-v-58609294] {
  margin-top: 0;
  font-size: 24px;
  color: #2b3441;
  margin-bottom: 10px;
  padding: 0;
}
.VerificationDialogModalHeader .VerificationDialogModalHeader-subTitle[data-v-58609294] {
  max-width: 240px;
  margin: 2px auto 24px;
  font-size: 14px;
  color: #8590a6;
  line-height: 22px;
}
.VerificationDialogModal-oneSelection[data-v-58609294] {
  font-size: 14px;
  text-align: left;
  color: #2b3441;
  font-weight: 500;
  margin-bottom: 16px;
}
.security-code-field[data-v-58609294] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.send-code[data-v-58609294] {
  width: 112px;
}
.send-code .el-button[data-v-58609294] {
  width: 100%;
  min-height: 36px;
  height: auto;
  padding: 8px 0;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.password-policy-tip[data-v-58609294] {
  margin-top: 6px;
  color: #909399;
  font-size: 12px;
  line-height: 18px;
}
.profile-security-form-item[data-v-58609294] {
  margin-bottom: 30px;
}
.x-button--spaced[data-v-58609294] {
  padding: 0 20px;
}
.x-button--compact[data-v-58609294] {
  padding: 0 20px 0 0;
}
.x-button--plain[data-v-58609294] {
  padding: 0;
  margin-left: 0;
}
[data-v-58609294] .el-dialog {
  max-width: calc(100vw - 32px);
}
[data-v-58609294] .el-form-item {
  margin-bottom: 22px;
}
@media (pointer: coarse) {
.app-pwd-container .team-info-detail .fx-row-info-panel .content .x-button[data-v-58609294] {
    min-width: 44px;
    min-height: 44px;
    line-height: 44px;
}
}
@media screen and (max-width: 767px) {
.app-pwd-container .team-info-detail .fx-row-info-panel[data-v-58609294] {
    grid-template-columns: 1fr;
}
.app-pwd-container .team-info-detail .fx-row-info-panel .label[data-v-58609294] {
    min-height: 38px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 14px;
    border-right: 0;
    border-bottom: 1px solid var(--jy-border-lighter);
    text-align: left;
}
.app-pwd-container .team-info-detail .fx-row-info-panel .content[data-v-58609294] {
    min-height: 58px;
    padding: 12px 14px;
}
.app-pwd-container .team-info-detail .fx-row-info-panel .content .x-button[data-v-58609294] {
    min-height: 44px;
    line-height: 44px;
}
.send-code[data-v-58609294] {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 8px;
}
.security-code-field[data-v-58609294] {
    grid-template-columns: 1fr;
    gap: 0;
}
}
@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;
}
.profile-security-dialog {
  width: min(640px, 100vw - 24px) !important;
}
.profile-security-dialog .el-dialog__body {
  max-height: calc(100vh - 190px);
  overflow: auto;
}
.profile-security-dialog .el-dialog__footer {
  padding-top: 8px;
}
.profile-security-dialog .dialog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.profile-security-dialog .el-button {
  min-height: 44px;
}
.profile-security-dialog--sm {
  width: min(450px, 100vw - 24px) !important;
}
@media screen and (max-width: 767px) {
.profile-security-dialog {
    margin-top: 8vh !important;
}
.profile-security-dialog .el-dialog__body {
    max-height: calc(100vh - 170px);
    padding: 16px;
}
.profile-security-dialog .el-form-item__label {
    float: none;
    display: block;
    width: auto !important;
    padding: 0 0 8px;
    text-align: left;
}
.profile-security-dialog .el-form-item__content {
    margin-left: 0 !important;
}
.profile-security-dialog .dialog-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
.profile-security-dialog .dialog-footer .el-button {
    width: 100%;
    margin-left: 0;
}
.profile-security-dialog .send-code .el-button {
    width: 100%;
    min-height: 44px;
    height: auto;
    line-height: normal;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-2ee99254] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-2ee99254] {
  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-2ee99254] {
  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-2ee99254] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-2ee99254] {
  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-2ee99254] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-2ee99254] {
  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-2ee99254] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-2ee99254] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-2ee99254] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-2ee99254]  .el-form-item__content,
.table-style .fill-select-item[data-v-2ee99254]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-2ee99254] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-2ee99254] {
  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-2ee99254],
.form-widget-list .checkbox-form-item-wrapper[data-v-2ee99254] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-2ee99254],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-2ee99254] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-2ee99254] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-2ee99254] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-2ee99254],
.el-form-item--medium .el-checkbox[data-v-2ee99254] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-2ee99254] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-2ee99254],
.el-form-item--small .el-checkbox[data-v-2ee99254] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-2ee99254] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-2ee99254],
.el-form-item--mini .el-checkbox[data-v-2ee99254] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-2ee99254] {
  margin-top: 4px;
}
input[type=password][data-v-2ee99254]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-2ee99254]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-2ee99254]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-2ee99254]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-2ee99254]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-2ee99254] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-2ee99254] {
  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-2ee99254] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-2ee99254]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-2ee99254] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-2ee99254] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-2ee99254] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-2ee99254] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-2ee99254] {
  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-2ee99254] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-2ee99254] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-2ee99254] {
  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-2ee99254] {
  -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-2ee99254], .table-style .el-form-item .el-form-item__content > div[data-v-2ee99254] {
  -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-2ee99254] {
  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-2ee99254], .table-style .el-form-item.rich-editor-item[data-v-2ee99254], .table-style .el-form-item.static-text-item[data-v-2ee99254], .table-style .el-form-item.html-text-item[data-v-2ee99254] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-2ee99254], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-2ee99254], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-2ee99254], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-2ee99254] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-2ee99254] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-2ee99254] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-2ee99254],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-2ee99254] {
  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-2ee99254] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-2ee99254],
.reference-field-container .empty[data-v-2ee99254],
.dropdown-field-empty.empty[data-v-2ee99254],
.dropdown-field-empty[data-v-2ee99254] {
  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-2ee99254] {
  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;
}
.recycle-container[data-v-2ee99254] {
  width: 100%;
  min-width: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recycle-container[data-v-2ee99254]  .el-table {
  overflow: hidden;
  border: 1px solid var(--jy-border-light);
  border-radius: var(--jy-radius-md);
}
.recycle-container[data-v-2ee99254]  .el-table th {
  color: var(--jy-text-secondary);
  background: var(--jy-bg-subtle);
}
.recycle-container[data-v-2ee99254]  .el-table td,
.recycle-container[data-v-2ee99254]  .el-table th.is-leaf {
  border-bottom-color: var(--jy-border-lighter);
}
.recycle-container[data-v-2ee99254]  .el-table .cell {
  min-width: 0;
  line-height: 1.5;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.recycle-container[data-v-2ee99254]  .el-button--text {
  min-width: 44px;
  min-height: 32px;
  padding: 0 8px;
}
.recycle-container[data-v-2ee99254]  .pagination-container {
  margin-top: 16px;
}
.recycle-container .recycle-table[data-v-2ee99254] {
  width: 100%;
}
.recycle-container[data-v-2ee99254]  .recycle-table__actions {
  height: auto;
}
.recycle-container .projectTag[data-v-2ee99254] {
  margin-right: 10px;
}
.recycle-container .projectTag img[data-v-2ee99254] {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.recycle-container .formTag[data-v-2ee99254] {
  margin-right: 10px;
}
.recycle-container .formTag img[data-v-2ee99254] {
  display: inline-block;
  width: 25px;
  height: 20px;
  vertical-align: middle;
}
.recycle-container .recycle-card-list[data-v-2ee99254] {
  display: none;
}
@media screen and (max-width: 1024px) {
.recycle-container[data-v-2ee99254] {
    overflow-x: hidden;
}
.recycle-container .recycle-table[data-v-2ee99254] {
    display: none;
}
.recycle-container[data-v-2ee99254]  .el-button {
    min-height: 44px;
}
.recycle-container .recycle-card-list[data-v-2ee99254] {
    display: grid;
    gap: 10px;
}
.recycle-container .recycle-card[data-v-2ee99254] {
    padding: 12px;
    background: var(--jy-bg-container, #fff);
    border: 1px solid var(--jy-border-light);
    border-radius: var(--jy-radius-md);
    -webkit-box-shadow: var(--jy-shadow-card, 0 1px 3px rgba(31, 41, 55, 0.06));
            box-shadow: var(--jy-shadow-card, 0 1px 3px rgba(31, 41, 55, 0.06));
}
.recycle-container .recycle-card__head[data-v-2ee99254] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0;
    gap: 8px;
    margin-bottom: 10px;
}
.recycle-container .recycle-card__head strong[data-v-2ee99254] {
    min-width: 0;
    color: var(--jy-text-primary);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    overflow-wrap: anywhere;
}
.recycle-container .recycle-card__row[data-v-2ee99254] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    padding: 8px 0;
    color: var(--jy-text-secondary);
    border-top: 1px solid var(--jy-border-lighter);
    line-height: 1.45;
}
.recycle-container .recycle-card__row em[data-v-2ee99254] {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 160px;
            flex: 1 1 160px;
    color: var(--jy-text-primary);
    font-style: normal;
    text-align: right;
    overflow-wrap: anywhere;
}
.recycle-container .recycle-card__actions[data-v-2ee99254] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid var(--jy-border-lighter);
}
.recycle-container .recycle-card__actions .el-button[data-v-2ee99254] {
    width: 100%;
}
.recycle-container .recycle-card--empty[data-v-2ee99254] {
    color: var(--jy-text-secondary);
    text-align: center;
}
}
@charset "UTF-8";
/* 全局css变量 */
.primary-color[data-v-03488e44] {
  color: #3476f0;
}
.table-style .static-content-test[data-v-03488e44] {
  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-03488e44] {
  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-03488e44] {
  margin-bottom: 0;
}
.table-style .sub-form-container .sub-form-header[data-v-03488e44] {
  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-03488e44] {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption[data-v-03488e44] {
  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-03488e44] {
  border-left: 1px solid var(--jy-border-base, #d7e2ef);
}
.table-style .sub-form-container .subform-table-column .el-form-item[data-v-03488e44] {
  border: none 0;
}
.table-style .sub-form-container .sub-form-add-row[data-v-03488e44] {
  border: solid 1px var(--jy-border-base, #d7e2ef);
  border-right: none 0;
  border-top: none 0;
}
.table-style .data-choose-item[data-v-03488e44]  .el-form-item__content,
.table-style .fill-select-item[data-v-03488e44]  .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity[data-v-03488e44] {
  background: #3476f0;
}
.form-widget-list .ghost[data-v-03488e44] {
  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-03488e44],
.form-widget-list .checkbox-form-item-wrapper[data-v-03488e44] {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-03488e44],
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-03488e44] {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content[data-v-03488e44] {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content[data-v-03488e44] {
  margin-top: -4px;
}
.el-form-item--medium .el-radio[data-v-03488e44],
.el-form-item--medium .el-checkbox[data-v-03488e44] {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate[data-v-03488e44] {
  margin-top: 8px;
}
.el-form-item--small .el-radio[data-v-03488e44],
.el-form-item--small .el-checkbox[data-v-03488e44] {
  line-height: 36px !important;
}
.el-form-item--small .el-rate[data-v-03488e44] {
  margin-top: 6px;
}
.el-form-item--mini .el-radio[data-v-03488e44],
.el-form-item--mini .el-checkbox[data-v-03488e44] {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate[data-v-03488e44] {
  margin-top: 4px;
}
input[type=password][data-v-03488e44]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
[data-v-03488e44]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-03488e44]::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
[data-v-03488e44]::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
[data-v-03488e44]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
*[data-v-03488e44] {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption[data-v-03488e44] {
  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-03488e44] {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText[data-v-03488e44]:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style[data-v-03488e44] {
  border: 1px solid var(--jy-border-base, #d7e2ef);
  border-left: none 0;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin[data-v-03488e44] {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper[data-v-03488e44] {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item[data-v-03488e44] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item[data-v-03488e44] {
  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-03488e44] {
  margin-bottom: 0 !important;
}
.table-style .el-form-item.is-error .el-form-item__label[data-v-03488e44] {
  color: var(--jy-color-danger, #c93f3f);
}
.table-style .el-form-item .el-form-item__label[data-v-03488e44] {
  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-03488e44] {
  -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-03488e44], .table-style .el-form-item .el-form-item__content > div[data-v-03488e44] {
  -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-03488e44] {
  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-03488e44], .table-style .el-form-item.rich-editor-item[data-v-03488e44], .table-style .el-form-item.static-text-item[data-v-03488e44], .table-style .el-form-item.html-text-item[data-v-03488e44] {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content[data-v-03488e44], .table-style .el-form-item.rich-editor-item .el-form-item__content[data-v-03488e44], .table-style .el-form-item.static-text-item .el-form-item__content[data-v-03488e44], .table-style .el-form-item.html-text-item .el-form-item__content[data-v-03488e44] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height[data-v-03488e44] {
  height: 30px;
  line-height: 30px;
}
.render-form .el-form-item__label[data-v-03488e44] {
  color: var(--jy-text-regular, #344054);
  font-weight: 500;
}
.render-form .el-form-item.is-error .el-input__inner[data-v-03488e44],
.render-form .el-form-item.is-error .el-textarea__inner[data-v-03488e44] {
  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-03488e44] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fill-container.empty[data-v-03488e44],
.reference-field-container .empty[data-v-03488e44],
.dropdown-field-empty.empty[data-v-03488e44],
.dropdown-field-empty[data-v-03488e44] {
  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-03488e44] {
  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;
}
.profile-page[data-v-03488e44] {
  position: relative;
  min-height: calc(100vh - var(--jy-topbar-height));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: var(--jy-page-gap);
  padding: var(--jy-page-padding-y) var(--jy-page-padding-x);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.user-left[data-v-03488e44] {
  width: 252px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 252px;
          flex: 0 0 252px;
  min-width: 0;
  overflow: hidden;
  background: var(--jy-bg-container);
  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);
}
.user-left .profile-sidebar__head[data-v-03488e44] {
  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: var(--jy-space-3);
  padding: 0 14px;
  background: var(--jy-bg-soft-gradient);
  border-bottom: 1px solid var(--jy-border-lighter);
}
.user-left .profile-sidebar__head strong[data-v-03488e44] {
  color: var(--jy-text-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.user-left .profile-sidebar__head span[data-v-03488e44] {
  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;
  color: var(--jy-text-secondary);
  background: var(--jy-bg-elevated);
  border: 1px solid var(--jy-border-lighter);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.user-left .tab-title[data-v-03488e44] {
  margin: 0;
  padding: 10px;
  display: grid;
  gap: 6px;
  -ms-flex-line-pack: start;
      align-content: start;
}
.user-left .tab-title li[data-v-03488e44] {
  position: relative;
  width: 100%;
  min-width: 0;
  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-text-regular);
  background: transparent;
  font-weight: 500 !important;
  text-align: left;
  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);
}
.user-left .tab-title li.active[data-v-03488e44] {
  background: -webkit-gradient(linear, left top, right top, from(var(--jy-color-primary-light)), to(var(--jy-color-primary-lighter)));
  background: linear-gradient(90deg, var(--jy-color-primary-light) 0%, var(--jy-color-primary-lighter) 100%);
  color: var(--jy-color-primary-strong);
  border-color: rgba(52, 118, 240, 0.24);
  font-weight: 700 !important;
}
.user-left .tab-title li.active[data-v-03488e44]::before {
  position: absolute;
  content: "";
  width: 3px;
  left: -1px;
  top: 9px;
  bottom: 9px;
  background: var(--jy-color-primary);
  border-radius: 999px;
}
.user-left .tab-title li.active .profile-sidebar__icon[data-v-03488e44] {
  color: var(--jy-color-primary-active);
  background: var(--jy-bg-elevated);
  border-color: rgba(52, 118, 240, 0.26);
}
.user-left .tab-title li.active .svgIcon[data-v-03488e44] {
  color: var(--jy-color-primary-active);
}
.user-left .tab-title li[data-v-03488e44]:hover {
  background: var(--jy-bg-subtle);
  color: var(--jy-color-primary);
  border-color: var(--jy-border-lighter);
  font-weight: 500 !important;
}
.user-left .tab-title li[data-v-03488e44]:focus-visible {
  outline: none;
  -webkit-box-shadow: var(--jy-shadow-focus);
          box-shadow: var(--jy-shadow-focus);
}
.user-left .tab-title .profile-sidebar__icon[data-v-03488e44] {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: var(--jy-text-secondary);
  background: var(--jy-bg-muted);
  border: 1px solid var(--jy-border-lighter);
  border-radius: var(--jy-radius-lg);
}
.user-left .tab-title .profile-sidebar__text[data-v-03488e44] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-right[data-v-03488e44] {
  min-height: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
}
.profile-page__header[data-v-03488e44] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  padding: 18px 20px 16px;
  border-bottom: 1px solid var(--jy-border-lighter);
}
.profile-page__back[data-v-03488e44] {
  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;
  gap: 4px;
  padding: 0 10px;
  color: var(--jy-color-primary-strong);
  background: var(--jy-color-primary-lighter);
  border: 1px solid rgba(52, 118, 240, 0.18);
  border-radius: var(--jy-radius-md);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transition: color var(--jy-transition-fast), background-color var(--jy-transition-fast), border-color var(--jy-transition-fast);
  transition: color var(--jy-transition-fast), background-color var(--jy-transition-fast), border-color var(--jy-transition-fast);
}
.profile-page__back[data-v-03488e44]:hover {
  color: var(--jy-color-primary-active);
  background: var(--jy-color-primary-light);
  border-color: rgba(52, 118, 240, 0.32);
}
.profile-page__body[data-v-03488e44] {
  width: 100%;
  min-width: 0;
  padding: 18px 20px 20px;
}
.profile-page__body .tab-content[data-v-03488e44] {
  width: 100%;
  height: 100%;
  min-width: 0;
}
.svgIcon[data-v-03488e44] {
  width: 16px;
  height: 16px;
  margin: 0;
  color: currentcolor;
  vertical-align: middle;
}
@media screen and (max-width: 1366px) {
.user-left[data-v-03488e44] {
    width: 228px;
    -ms-flex-preferred-size: 228px;
        flex-basis: 228px;
}
}
@media screen and (max-width: 1024px) {
.profile-page[data-v-03488e44] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.user-left[data-v-03488e44] {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.user-left .tab-title[data-v-03488e44] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.profile-page__header[data-v-03488e44] {
    -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;
    gap: 12px;
}
}
@media screen and (max-width: 767px) {
.profile-page[data-v-03488e44] {
    padding: 12px;
}
.user-left .profile-sidebar__head[data-v-03488e44] {
    padding: 0 12px;
}
.user-left .tab-title[data-v-03488e44] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px;
}
.user-left .tab-title li[data-v-03488e44] {
    min-height: 44px;
    padding: 0 10px;
    font-size: 13px;
}
.profile-page__header[data-v-03488e44],
  .profile-page__body[data-v-03488e44] {
    padding-right: 16px;
    padding-left: 16px;
}
.profile-page__back[data-v-03488e44] {
    width: 100%;
    min-height: 44px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
}
