
.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-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;
  }

