
.base-footer[data-v-dbc62842] {
  min-width: 1280px;
  width: 100%;
  text-align: center;
  height: 64px;
  line-height: 64px;
  background: #dee0e2;
  font-size: 12px;
}
.space[data-v-dbc62842] {
  margin-right: 20px;
}
.black-text[data-v-dbc62842] {
  color: #424242;
}
.grey-text[data-v-dbc62842] {
  color: #9e9e9e;
}


.file-upload-ocr-panel[data-v-008f27a3] {
  padding: 8px 0;
  min-height: 0;
.equal-height-wrapper[data-v-008f27a3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.panel-col[data-v-008f27a3] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
}
.upload-area[data-v-008f27a3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
}
.file-list-outside[data-v-008f27a3] {
    margin-top: 8px;
}
.file-list-box[data-v-008f27a3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.file-list-box .file-item[data-v-008f27a3] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #ccc;
      padding: 18px 14px;
      margin-right: 16px;
      margin-bottom: 16px;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.file-list-box .file-item .icon[data-v-008f27a3] {
        font-size: 18px;
}
.file-list-box .file-item .file[data-v-008f27a3] {
        width: 40px;
        height: 40px;
}
.file-list-box .file-item .file-name[data-v-008f27a3] {
        width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: rgba(0, 0, 0, 0.65);
}
.file-list-box .file-item .delete[data-v-008f27a3] {
        cursor: pointer;
        margin-left: auto;
        color: rgba(0, 0, 0, 0.45);
}
.ocr-result-area[data-v-008f27a3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
}
.ocr-result-area .recognizing-tip[data-v-008f27a3] {
      text-align: center;
      color: #1890ff;
      font-size: 14px;
      line-height: 40px;
      margin-bottom: 16px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ocr-result-area .recognizing-tip .bfe-icon-loading[data-v-008f27a3] {
        margin-right: 8px;
}

  /* bfe-form fills remaining space in ocr-result-area */
[data-v-008f27a3] .ocr-result-area .bfe-form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

  /* Reset all form-item margins, but reserve space for validation error messages */
[data-v-008f27a3] .ocr-result-area .bfe-form .bfe-form-item {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 16px !important; /* Reserve space for error message (absolute positioned) */
}

  /* First form item: no top margin/padding */
[data-v-008f27a3] .ocr-result-area .bfe-form .bfe-form-item:first-child {
    margin-top: 0 !important;
}

  /* Last form item: no bottom margin/padding */
[data-v-008f27a3] .ocr-result-area .bfe-form .bfe-form-item:last-child {
    margin-bottom: 0 !important;
}

  /* Consistent spacing between form items */
[data-v-008f27a3] .ocr-result-area .bfe-form .bfe-form-item:not(:last-child) {
    margin-bottom: 16px !important;
}

  /* Distribute form items evenly across available vertical space */
[data-v-008f27a3] .ocr-result-area .bfe-form .bfe-row {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 0;
}

  /* Upload component root — must be at top level for :deep() to work in Vue 2 scoped styles */
[data-v-008f27a3] .upload-area .bfe-upload,[data-v-008f27a3] .upload-area .upload {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
}
[data-v-008f27a3] .upload-area .bfe-upload-dragger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
}
[data-v-008f27a3] .upload-area .bfe-upload__text {
    color: rgba(0, 0, 0, 0.45);
}
[data-v-008f27a3] .upload-area .cursorDisabled .bfe-upload-dragger {
    cursor: not-allowed !important;
}
}


.file-list-box[data-v-1f683d52] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.file-list-box .file-item[data-v-1f683d52] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ccc;
    padding: 18px 14px;
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.file-list-box .file-item .icon[data-v-1f683d52] {
      font-size: 18px;
}
.file-list-box .file-item .file[data-v-1f683d52] {
      width: 40px;
      height: 40px;
}
.file-list-box .file-item .file-name[data-v-1f683d52] {
      width: 190px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: rgba(0, 0, 0, 0.65);
}
.file-list-box .file-item .delete[data-v-1f683d52] {
      cursor: pointer;
      margin-left: auto;
      color: rgba(0, 0, 0, 0.45);
}
.cursorDisabled[data-v-1f683d52] .bfe-upload-dragger {
  cursor: not-allowed !important;
}
[data-v-1f683d52] .bfe-upload,[data-v-1f683d52] .bfe-upload-dragger {
  width: 100%;
}
[data-v-1f683d52] .bfe-upload .bfe-upload__text,[data-v-1f683d52] .bfe-upload-dragger .bfe-upload__text {
    color: rgba(0, 0, 0, 0.45);
}


.step-box[data-v-c7e24f36] {
  position: fixed;
  z-index: 999;
  top: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 112px;
  background: #e1e3e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.step-box .step-item-label[data-v-c7e24f36] {
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 10px;
}
.step-box .step-item-label div[data-v-c7e24f36] {
      height: 20px;
      line-height: 20px;
}
[data-v-c7e24f36] .bfe-step__title.is-process {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400 !important;
}
[data-v-c7e24f36] .bfe-step__head.is-text.is-process {
  color: #bfcad9;
  background-color: #fff;
  border-color: #bfcad9;
  font-weight: 400 !important;
}


.stick-footer_outer[data-v-713204ce] {
  height: 64px;
}
.stick-footer[data-v-713204ce] {
  background: #ffffff;
}
.is-fixed[data-v-713204ce] {
  position: fixed;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 -1px 7px 0 #e0e0e0;
          box-shadow: 0 -1px 7px 0 #e0e0e0;
  border-radius: 2px;
  z-index: 10;
}
.stick-footer__content[data-v-713204ce] {
  margin: 0 auto;
}

/* BFE-UI 样式覆盖 */
.bfe-table th {
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.bfe-table th > .cell {
  font-weight: 600 !important;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
}
.bfe-table__fixed-right {
  top: 0;
  left: auto;
  right: 0;
}
.bfe-form-title__text {
  font-weight: 600;
}
/* tips 最大宽度 */
.bfe-tooltip__popper {
  max-width: 320px;
  padding: 20px 16px;
  line-height: 1.2;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Noto Sans CJK SC', 'Hiragino Sans GB',
    'Microsoft YaHei', SimSun, sans-serif;
}
ul,
li {
  list-style: none;
}
.info-icon {
  margin-left: 8px;
  font-size: 14px;
  color: #b3b3b3;
}
.info-icon:hover {
    color: #d21f3e;
  }

