@charset "UTF-8";
.source-relation-page[data-v-737c0041] {
  height: calc(100% - 30px) !important;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #1f2329;
}
.source-relation-wrap[data-v-737c0041] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.source-relation-wrap[data-v-737c0041] .basic-container {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 0;
}
.source-relation-wrap[data-v-737c0041] .basic-container__card {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.source-relation-wrap[data-v-737c0041] .basic-container .el-card__body,
.drawer-shell[data-v-737c0041] {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.source-relation-wrap[data-v-737c0041] .basic-container__card .el-card__body {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mission-center-container[data-v-737c0041] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 0;
  max-width: 100%;
  gap: 10px;
}
.sidebar-slide-enter-active[data-v-737c0041], .sidebar-slide-leave-active[data-v-737c0041] {
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar-slide-enter[data-v-737c0041], .sidebar-slide-leave-to[data-v-737c0041] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.sidebar-slide-enter-to[data-v-737c0041], .sidebar-slide-leave[data-v-737c0041] {
  width: 260px;
  min-width: 260px;
  opacity: 1;
}
.sidebar-container[data-v-737c0041] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 260px;
  overflow: hidden;
  padding: 1px 10px 0 5px;
  padding-right: 20px;
  background: transparent;
  pointer-events: auto;
}
.sidebar-panel[data-v-737c0041] {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.sidebar-panel.full-height[data-v-737c0041] {
  height: 100%;
}
.sidebar-panel .sidebar-header[data-v-737c0041] {
  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;
  padding: 10px;
  border-bottom: 1px solid #e4e7ed;
}
.sidebar-panel .sidebar-title[data-v-737c0041] {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}
.sidebar-panel .sidebar-content[data-v-737c0041] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 10px;
}
.shouqi[data-v-737c0041] {
  font-size: 14px;
  font-weight: 400;
  color: #94a3b8;
  cursor: pointer;
}
.shouqi[data-v-737c0041]:hover {
  color: #475569;
}
.cebianlanneiron[data-v-737c0041] {
  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;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 14px;
  color: #1f2329;
  margin-bottom: 8px;
}
.cebianlanneiron[data-v-737c0041]:hover {
  cursor: pointer;
  background-color: #f8fafc;
}
.cebianlanneiron.active[data-v-737c0041] {
  background-color: #e0f2fe;
  color: #0ea5e9;
  font-weight: 500;
}
.customer-name[data-v-737c0041] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
}
.main-content[data-v-737c0041] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 0;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  overflow-x: hidden;
  background: #fff;
  padding-left: 0;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 操作列文字链接颜色 */
.op-link-warning[data-v-737c0041] {
  color: #e6a23c !important;
}
.op-link-warning[data-v-737c0041]:hover {
  color: #cf9236 !important;
}
.op-link-primary[data-v-737c0041] {
  color: #409eff !important;
}
.op-link-primary[data-v-737c0041]:hover {
  color: #337ecc !important;
}
.op-link-danger[data-v-737c0041] {
  color: #f56c6c !important;
}
.op-link-danger[data-v-737c0041]:hover {
  color: #f78989 !important;
}
.toolbar-card[data-v-737c0041] {
  margin-bottom: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.toolbar-form[data-v-737c0041] .el-form-item {
  margin-right: 0;
  margin-bottom: 0;
}
.toolbar-row[data-v-737c0041], .toolbar-left[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.expand-btn[data-v-737c0041] {
  border-color: #b3d8ff;
  color: #409eff;
  background: #ecf5ff;
}
.table-toolbar[data-v-737c0041] {
  margin: 0 0 12px 0;
  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: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.toolbar-right[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* tab 标签内的状态徽标 */
.tab-badge-orange[data-v-737c0041] {
  color: #d97706;
  font-weight: 600;
}
.tab-badge-yellow[data-v-737c0041] {
  color: #d97706;
}
.tab-badge-red[data-v-737c0041] {
  color: #dc2626;
  font-weight: 600;
}

/* 行状态色 */
[data-v-737c0041] .row-pending {
  border-left: 3px solid #f59e0b !important;
}
[data-v-737c0041] .row-partial {
  border-left: 3px solid #3b82f6 !important;
}
[data-v-737c0041] .row-exception {
  border-left: 3px solid #ef4444 !important;
}
[data-v-737c0041] .row-done {
  opacity: 0.85;
}
.plan-no-cell[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-container[data-v-737c0041] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
.table-scroll[data-v-737c0041] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  position: relative;
  z-index: 0;
}
.table-scroll-inner[data-v-737c0041] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  background: #fff;
}
.pagination-wrap[data-v-737c0041] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 12px;
  padding: 8px 12px;
  border-top: 1px solid #eef0f2;
  background: #fff;
  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;
}
.pagination-total[data-v-737c0041] {
  font-size: 14px;
  color: #1f2329;
  line-height: 1.5;
}
.mission-center-container[data-v-737c0041], .main-content[data-v-737c0041], .table-container[data-v-737c0041], .table-scroll[data-v-737c0041] {
  -webkit-transform: none !important;
          transform: none !important;
}
.expand-box[data-v-737c0041] {
  padding: 12px 16px;
  background: #fafbfc;
}
.expand-notice[data-v-737c0041] {
  font-size: 12px;
  color: #909399;
  background: #f0f4ff;
  border: 1px solid #c6d8ff;
  border-radius: 4px;
  padding: 6px 12px;
  margin-bottom: 10px;
}
.section-subtitle[data-v-737c0041] {
  font-size: 13px;
  font-weight: 600;
  color: #606266;
  margin-bottom: 8px;
}
.empty-tip[data-v-737c0041] {
  color: #c0c4cc;
  font-size: 12px;
  padding: 6px 0;
}

/* 抽屉 */
.drawer-header-custom[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #ebeef5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.drawer-title[data-v-737c0041] {
  font-size: 17px;
  font-weight: 600;
  color: #303133;
}
.drawer-subtitle[data-v-737c0041] {
  margin-left: 12px;
  color: #909399;
  font-size: 13px;
}
.drawer-body[data-v-737c0041] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding: 16px 20px 28px;
}
.section-title[data-v-737c0041] {
  font-size: 14px;
  font-weight: 600;
  color: #303133;
  margin: 16px 0 10px;
  border-left: 3px solid #409eff;
  padding-left: 8px;
}

/* 操作引导步骤 */
.alloc-guide-box[data-v-737c0041] {
  background: #f0f6ff;
  border: 1px solid #d4e4ff;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 14px;
}
.alloc-guide-steps[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guide-step[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #374151;
}
.guide-step-num[data-v-737c0041] {
  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;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3b82f6;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.guide-step-arrow[data-v-737c0041] {
  color: #9ca3af;
  font-size: 16px;
}

/* 进度条 */
.relation-progress-bar[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: #f4f9ff;
  border: 1px solid #d4e8ff;
  border-radius: 6px;
  padding: 10px 16px;
  margin-bottom: 16px;
}
.progress-label[data-v-737c0041] {
  font-size: 13px;
  font-weight: 600;
  color: #409eff;
  white-space: nowrap;
}
.progress-hint[data-v-737c0041] {
  font-size: 12px;
  color: #606266;
  white-space: nowrap;
}

/* 商品配置块 */
.alloc-item-block[data-v-737c0041] {
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 12px;
  background: #fff;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.alloc-item-block[data-v-737c0041]:hover {
  border-color: #c6e2ff;
}
.alloc-item-block.alloc-item-done[data-v-737c0041] {
  background: #f6ffed;
  border-color: #b7eb8f;
}
.alloc-item-block .suggestion-banner[data-v-737c0041] {
  background: #fffbe6;
  border: 1px solid #ffe58f;
  border-radius: 4px;
  padding: 10px 16px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #856404;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alloc-item-block .alloc-row-suggested td[data-v-737c0041] {
  background: #fffbe6 !important;
}
.alloc-item-block.alloc-item-active[data-v-737c0041] {
  border-color: #409eff;
  -webkit-box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.1);
          box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.1);
}
.alloc-item-header[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ebeef5;
}
.alloc-item-num[data-v-737c0041] {
  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;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #409eff;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.alloc-item-name[data-v-737c0041] {
  font-size: 14px;
  font-weight: 600;
  color: #1f2329;
}
.alloc-item-productno[data-v-737c0041] {
  font-size: 12px;
  color: #909399;
  background: #f4f4f5;
  border-radius: 4px;
  padding: 1px 6px;
}
.alloc-item-qty-group[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-left: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.qty-cell[data-v-737c0041] {
  font-size: 13px;
  color: #606266;
}
.qty-cell b[data-v-737c0041] {
  font-size: 14px;
  color: #303133;
}
.qty-gap[data-v-737c0041] {
  font-size: 13px;
  color: #e6a23c;
  font-weight: 600;
}
.qty-done[data-v-737c0041] {
  font-size: 13px;
  color: #67c23a;
  font-weight: 600;
}
.alloc-item-footer[data-v-737c0041] {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.alloc-empty-hint[data-v-737c0041] {
  font-size: 12px;
  color: #909399;
  font-style: italic;
}
.alloc-done-tip[data-v-737c0041] {
  font-size: 12px;
  color: #67c23a;
}

/* 添加来源表单 */
.add-alloc-form[data-v-737c0041] {
  background: #f0f6ff;
  border: 1px dashed #409eff;
  border-radius: 6px;
  padding: 10px 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.add-form-row[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.add-form-max-hint[data-v-737c0041] {
  font-size: 12px;
  color: #909399;
  white-space: nowrap;
}
.po-empty-tip[data-v-737c0041] {
  padding: 12px 16px;
  font-size: 13px;
  color: #e6a23c;
}
[data-v-737c0041] .el-button,[data-v-737c0041] .el-input__inner,[data-v-737c0041] .el-select .el-input__inner,[data-v-737c0041] .el-form-item__label,[data-v-737c0041] .el-tag,[data-v-737c0041] .el-pagination {
  font-size: 14px;
}
[data-v-737c0041] .el-progress__text {
  font-size: 12px !important;
}

/* ====== 批量智能关联弹框 ====== */
[data-v-737c0041] .batch-link-dialog .el-dialog__header {
  padding: 0;
}
[data-v-737c0041] .batch-link-dialog .el-dialog__body {
  padding: 16px 20px;
}
[data-v-737c0041] .batch-link-dialog .el-dialog__footer {
  padding: 10px 20px 16px;
  border-top: 1px solid #ebeef5;
}
.batch-link-dialog-header[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: linear-gradient(135deg, #1e40af, #2563eb);
  border-radius: 4px 4px 0 0;
}
.batch-link-dialog-title[data-v-737c0041] {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.batch-link-dialog-sub[data-v-737c0041] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
.batch-link-rule-box[data-v-737c0041] {
  background: #f8faff;
  border: 1px solid #dce8ff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.rule-section-label[data-v-737c0041] {
  font-size: 13px;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 10px;
}
.rule-section-hint[data-v-737c0041] {
  font-size: 12px;
  font-weight: 400;
  color: #94a3b8;
  margin-left: 6px;
}

/* 关联策略卡片 */
.strategy-cards[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.strategy-card[data-v-737c0041] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  background: #fff;
  border: 1.5px solid #e4e7ed;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.strategy-card[data-v-737c0041]:hover {
  border-color: #93c5fd;
  background: #f0f7ff;
}
.strategy-card-active[data-v-737c0041] {
  border-color: #2563eb !important;
  background: #eff6ff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12);
          box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12);
}
.sc-icon[data-v-737c0041] {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  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;
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sc-icon-blue[data-v-737c0041] {
  background: #dbeafe;
  color: #2563eb;
}
.sc-icon-green[data-v-737c0041] {
  background: #dcfce7;
  color: #16a34a;
}
.sc-icon-purple[data-v-737c0041] {
  background: #ede9fe;
  color: #7c3aed;
}
.sc-body[data-v-737c0041] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.sc-title[data-v-737c0041] {
  font-size: 13px;
  font-weight: 600;
  color: #1f2329;
  margin-bottom: 4px;
}
.sc-desc[data-v-737c0041] {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}
.sc-check[data-v-737c0041] {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
}

/* 不足处理卡片 */
.overflow-cards[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.overflow-card[data-v-737c0041] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  background: #fff;
  border: 1.5px solid #e4e7ed;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.overflow-card[data-v-737c0041]:hover {
  border-color: #93c5fd;
  background: #f0f7ff;
}
.overflow-card-active[data-v-737c0041] {
  border-color: #2563eb !important;
  background: #eff6ff !important;
  -webkit-box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12);
          box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12);
}
.oc-radio[data-v-737c0041] {
  padding-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.oc-dot[data-v-737c0041] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.oc-dot-active[data-v-737c0041] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #2563eb;
  background: #2563eb;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}
.oc-body[data-v-737c0041] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.oc-title[data-v-737c0041] {
  font-size: 13px;
  font-weight: 600;
  color: #1f2329;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.oc-desc[data-v-737c0041] {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}
.batch-link-summary-bar[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fafafa;
  border: 1px solid #ebeef5;
  border-radius: 6px;
  padding: 10px 16px;
  margin-top: 4px;
}
.summary-item[data-v-737c0041] {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.summary-item b[data-v-737c0041] {
  font-size: 15px;
  font-weight: 700;
}
.summary-done[data-v-737c0041] {
  color: #67c23a;
}
.summary-partial[data-v-737c0041] {
  color: #e6a23c;
}
.summary-nosource[data-v-737c0041] {
  color: #f56c6c;
}
.summary-skip[data-v-737c0041] {
  color: #909399;
}
.summary-already[data-v-737c0041] {
  color: #909399;
}
.summary-newqty[data-v-737c0041] {
  color: #1f2329;
}
.summary-divider[data-v-737c0041] {
  color: #dcdfe6;
  font-size: 18px;
  margin: 0 4px;
}
[data-v-737c0041] .batch-row-grey td {
  background: #f5f7fa !important;
  color: #c0c4cc;
}
[data-v-737c0041] .batch-row-warn td {
  background: #fff6f6 !important;
}
.batch-link-dialog-footer[data-v-737c0041] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
