.platform-data-import[data-v-f4211f78] {
  color: #1f2937;
}
.page-toolbar[data-v-f4211f78],
.section-head[data-v-f4211f78],
.detail-head[data-v-f4211f78] {
  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;
}
.page-toolbar[data-v-f4211f78] {
  gap: 12px;
  margin-bottom: 12px;
}
.toolbar-left[data-v-f4211f78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.toolbar-right[data-v-f4211f78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.list-panel[data-v-f4211f78] {
  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: 360px;
  overflow: hidden;
  background: #fff;
}
.table-scroll[data-v-f4211f78] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.table-pager[data-v-f4211f78] {
  -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;
  padding: 10px 12px 0;
  border-top: 1px solid #eef0f2;
  background: #fff;
}
.list-panel[data-v-f4211f78] .el-table__fixed,
.list-panel[data-v-f4211f78] .el-table__fixed-right {
  max-height: 100%;
}
.list-panel[data-v-f4211f78] .el-table .cell {
  white-space: nowrap;
}
.success-text[data-v-f4211f78] {
  color: #059669;
}
.danger-text[data-v-f4211f78] {
  color: #dc2626;
}
.warning-text[data-v-f4211f78] {
  color: #d97706;
}
.status-stack[data-v-f4211f78] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  min-width: 96px;
}
.status-stack[data-v-f4211f78] .el-progress {
  width: 86px;
}
.status-cell[data-v-f4211f78] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.status-error-count[data-v-f4211f78] {
  color: #dc2626;
  font-size: 12px;
}
.customer-cell[data-v-f4211f78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 18px;
}
.customer-cell span[data-v-f4211f78] {
  overflow: hidden;
  color: #111827;
  font-weight: 500;
  text-overflow: ellipsis;
}
.customer-cell em[data-v-f4211f78] {
  overflow: hidden;
  color: #6b7280;
  font-style: normal;
  text-overflow: ellipsis;
}
.muted-text[data-v-f4211f78],
.secondary-text[data-v-f4211f78] {
  color: #6b7280;
}
.secondary-text[data-v-f4211f78] {
  font-size: 12px;
}
.drawer-body[data-v-f4211f78] {
  padding: 16px 18px 72px;
}
.detail-alert[data-v-f4211f78] {
  margin: 12px 0;
}
.detail-progress-card[data-v-f4211f78],
.detail-result-card[data-v-f4211f78],
.detail-exception-block[data-v-f4211f78] {
  margin-top: 14px;
}
.detail-progress-card[data-v-f4211f78],
.detail-result-card[data-v-f4211f78] {
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #fff;
}
.process-steps[data-v-f4211f78] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.process-step[data-v-f4211f78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #fafafa;
}
.process-step i[data-v-f4211f78] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 28px;
  height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
  background: #eef2f7;
  color: #6b7280;
  font-size: 15px;
}
.process-step strong[data-v-f4211f78],
.process-step span[data-v-f4211f78] {
  display: block;
  line-height: 20px;
}
.process-step strong[data-v-f4211f78] {
  color: #111827;
  font-size: 13px;
}
.process-step span[data-v-f4211f78] {
  color: #6b7280;
  font-size: 12px;
}
.process-step.done[data-v-f4211f78] {
  border-color: #d1fae5;
  background: #f8fffb;
}
.process-step.done i[data-v-f4211f78] {
  background: #10b981;
  color: #fff;
}
.process-step.current[data-v-f4211f78] {
  border-color: #bfdbfe;
  background: #f8fbff;
}
.process-step.current i[data-v-f4211f78] {
  background: #3b82f6;
  color: #fff;
}
.process-step.error[data-v-f4211f78] {
  border-color: #fecaca;
  background: #fffafa;
}
.process-step.error i[data-v-f4211f78] {
  background: #ef4444;
  color: #fff;
}
.process-step.blocked[data-v-f4211f78] {
  border-color: #f3f4f6;
  background: #fafafa;
}
.result-grid[data-v-f4211f78] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.result-grid > div[data-v-f4211f78] {
  padding: 10px 12px;
  border: 1px solid #eef0f2;
  border-radius: 4px;
  background: #fafafa;
}
.result-grid span[data-v-f4211f78] {
  display: block;
  color: #6b7280;
  font-size: 12px;
}
.result-grid b[data-v-f4211f78] {
  display: block;
  margin-top: 4px;
  color: #111827;
  font-size: 16px;
  line-height: 22px;
}
.detail-empty[data-v-f4211f78] {
  margin-top: 18px;
  padding: 22px 0;
  border: 1px solid #eef0f2;
}
.business-result-table[data-v-f4211f78] .el-table__body .cell {
  white-space: nowrap;
}
.processing-note[data-v-f4211f78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #dbeafe;
  border-radius: 4px;
  background: #f8fbff;
  color: #2563eb;
}
.drawer-footer[data-v-f4211f78] {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  padding: 12px 18px;
  border-top: 1px solid #e5e7eb;
  background: #fff;
}
.drawer-body[data-v-f4211f78] .el-select,
.drawer-body[data-v-f4211f78] .el-date-editor {
  width: 100%;
}
.import-form[data-v-f4211f78] .el-select,
.import-form[data-v-f4211f78] .el-date-editor {
  width: 100%;
}
.import-upload[data-v-f4211f78] {
  margin-top: 4px;
}
.option-meta[data-v-f4211f78] {
  float: right;
  color: #8b949e;
  font-size: 12px;
}
.upload-control[data-v-f4211f78] .el-upload,
.upload-control[data-v-f4211f78] .el-upload-dragger {
  width: 100%;
}
.exception-table[data-v-f4211f78] {
  margin-top: 12px;
}
.desc-block[data-v-f4211f78] {
  margin-top: 14px;
}
.desc-block-top[data-v-f4211f78] {
  margin: 0 0 12px;
}
.section-head[data-v-f4211f78] {
  margin-bottom: 12px;
}
.section-title[data-v-f4211f78] {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #111827;
}
.detail-title[data-v-f4211f78] {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #111827;
}
.detail-tabs[data-v-f4211f78] {
  margin-top: 14px;
}
.op-log[data-v-f4211f78] {
  padding-top: 8px;
}
.op-log span[data-v-f4211f78] {
  margin-left: 8px;
  color: #6b7280;
  font-size: 12px;
}
@media (max-width: 1280px) {
.page-toolbar[data-v-f4211f78] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
@charset "UTF-8";
.platform-data-import-detail-drawer {
  width: 82vw !important;
  max-width: 1600px !important;
  min-width: 1120px;
}
.el-drawer[aria-label=导入详情].rtl,
.el-drawer.platform-data-import-detail-drawer.rtl {
  width: 82vw !important;
  max-width: 1600px !important;
  min-width: 1120px;
}
@media (max-width: 1366px) {
.el-drawer[aria-label=导入详情].rtl,
  .el-drawer.platform-data-import-detail-drawer.rtl,
  .platform-data-import-detail-drawer {
    width: 92vw !important;
    min-width: 0;
}
}
