.purchase-invoice-match-page[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 30px) !important;
  min-height: 0;
  overflow: hidden;
  background: #f5f7fa;
}
.po-match-workbench[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 6px 10px;
  background: #f5f7fa;
}
.workbench-shell[data-v-5b56f0c3] {
  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-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e7ed;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.workbench-header[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 126px;
  padding: 8px 12px;
  border-bottom: 1px solid #dcdfe6;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(31, 45, 61, 0.05);
          box-shadow: 0 2px 6px rgba(31, 45, 61, 0.05);
}
.workbench-title-line[data-v-5b56f0c3],
.result-review-summary[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.workbench-title-line[data-v-5b56f0c3] {
  gap: 12px;
  min-height: 28px;
}
.workbench-back-button[data-v-5b56f0c3] {
  height: 34px;
  padding: 0 18px;
  color: #d46b08;
  background: #fff7e6;
  border-color: #ffd591;
  font-size: 14px;
  font-weight: 600;
}
.workbench-back-button[data-v-5b56f0c3]:hover,
.workbench-back-button[data-v-5b56f0c3]:focus {
  color: #ad4e00;
  background: #fff1d6;
  border-color: #ffa940;
}
.workbench-title[data-v-5b56f0c3] {
  -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;
  gap: 8px;
  min-width: 0;
  padding-left: 10px;
  border-left: 3px solid #409EFF;
  color: #303133;
  font-size: 16px;
  font-weight: 600;
}
.workbench-title span[data-v-5b56f0c3] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.workbench-top-actions[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.workbench-info-table[data-v-5b56f0c3] {
  margin-top: 8px;
  border: 1px solid #dcdfe6;
  border-bottom: 0;
  background: #fff;
}
.workbench-info-row[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 38px;
  border-bottom: 1px solid #dcdfe6;
}
.info-cell[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  min-width: 0;
  border-right: 1px solid #ebeef5;
}
.info-cell[data-v-5b56f0c3]:last-child {
  border-right: 0;
}
.info-label[data-v-5b56f0c3],
.info-value[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.info-label[data-v-5b56f0c3] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #606266;
  background: #f5f7fa;
  border-right: 1px solid #e4e7ed;
}
.info-value[data-v-5b56f0c3] {
  color: #303133;
}
.info-value.strong[data-v-5b56f0c3] {
  font-weight: 600;
}
.pending-value[data-v-5b56f0c3] {
  color: #1f5fbf;
  font-size: 15px;
  font-weight: 700;
}
.workbench-body[data-v-5b56f0c3] {
  -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;
  padding: 6px 8px 0;
  gap: 5px;
}
.workbench-mode-bar[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 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;
  min-height: 32px;
  padding: 0 2px;
}
.workbench-mode-summary[data-v-5b56f0c3] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
  color: #606266;
  font-size: 12px;
  white-space: nowrap;
}
.workbench-mode-summary i[data-v-5b56f0c3] {
  width: 1px;
  height: 12px;
  background: #dcdfe6;
}
.workbench-section[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  border: 1px solid #ebeef5;
}
.whole-match-section[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 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;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  background: #fbfcfe;
}
.whole-match-head[data-v-5b56f0c3],
.whole-panel-title[data-v-5b56f0c3],
.whole-head-actions[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whole-match-head[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  margin-bottom: 8px;
}
.whole-head-title[data-v-5b56f0c3] {
  min-width: 0;
}
.whole-head-title b[data-v-5b56f0c3] {
  margin-right: 8px;
  color: #303133;
  font-size: 15px;
}
.whole-head-title span[data-v-5b56f0c3] {
  color: #606266;
  font-size: 13px;
}
.whole-head-actions[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 8px;
}
.whole-match-layout[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  min-height: 0;
  overflow: hidden;
}
.whole-simple-panel[data-v-5b56f0c3] {
  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;
  border: 1px solid #e4e7ed;
  background: #fff;
}
.whole-purchase-panel[data-v-5b56f0c3] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}
.whole-invoice-panel[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.whole-panel-title[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 38px;
  padding: 0 12px;
  border-bottom: 1px solid #ebeef5;
  color: #303133;
  font-size: 14px;
  font-weight: 600;
}
.whole-panel-title b[data-v-5b56f0c3] {
  color: #1f5fbf;
  font-size: 13px;
  font-weight: 700;
}
.whole-purchase-list[data-v-5b56f0c3],
.whole-invoice-list[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.whole-purchase-list[data-v-5b56f0c3] {
  overflow: auto;
}
.whole-invoice-list[data-v-5b56f0c3] {
  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;
}
.whole-purchase-grid[data-v-5b56f0c3],
.whole-invoice-detail-grid[data-v-5b56f0c3] {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  border-bottom: 1px solid #ebeef5;
  color: #303133;
  font-size: 13px;
}
.whole-purchase-grid > span[data-v-5b56f0c3],
.whole-purchase-grid > .el-tooltip[data-v-5b56f0c3],
.whole-invoice-detail-grid > span[data-v-5b56f0c3],
.whole-invoice-detail-grid > .el-tooltip[data-v-5b56f0c3] {
  min-width: 0;
  padding: 0 8px;
  border-right: 1px solid #ebeef5;
}
.whole-purchase-grid > span[data-v-5b56f0c3]:last-child,
.whole-invoice-detail-grid > span[data-v-5b56f0c3]:last-child {
  border-right: 0;
}
.whole-purchase-grid[data-v-5b56f0c3] {
  grid-template-columns: 64px 120px minmax(160px, 1fr) 100px 120px 112px 78px;
}
.whole-purchase-head[data-v-5b56f0c3],
.whole-invoice-detail-head[data-v-5b56f0c3] {
  position: sticky;
  z-index: 1;
  top: 0;
  min-height: 34px;
  color: #606266;
  font-size: 13px;
  font-weight: 600;
  background: #f7f9fc;
}
.whole-purchase-row.active[data-v-5b56f0c3] {
  background: #eaf4ff;
  -webkit-box-shadow: inset 3px 0 0 #409eff;
          box-shadow: inset 3px 0 0 #409eff;
}
.whole-purchase-row.active .strong[data-v-5b56f0c3] {
  color: #1f5fbf;
}
.whole-plan-switch[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 6px 8px;
  border-bottom: 1px solid #ebeef5;
  background: #fbfcfe;
  overflow-x: auto;
  overflow-y: hidden;
}
.whole-plan-switch button[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  background: #fff;
  color: #606266;
  font-size: 13px;
  line-height: 1;
}
.whole-plan-switch button.active[data-v-5b56f0c3] {
  border-color: #409eff;
  background: #eaf4ff;
  color: #1f5fbf;
  -webkit-box-shadow: inset 0 0 0 1px rgba(64, 158, 255, 0.12);
          box-shadow: inset 0 0 0 1px rgba(64, 158, 255, 0.12);
}
.whole-plan-switch button b[data-v-5b56f0c3] {
  color: #303133;
  font-weight: 600;
}
.whole-plan-switch button em[data-v-5b56f0c3] {
  color: #909399;
  font-style: normal;
}
.whole-invoice-group-wrap[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 8px;
}
.whole-invoice-group[data-v-5b56f0c3] {
  border: 1px solid #e4e7ed;
  background: #fff;
}
.whole-invoice-group + .whole-invoice-group[data-v-5b56f0c3] {
  margin-top: 8px;
}
.whole-invoice-group-head[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) 92px 88px 128px 112px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  border-bottom: 1px solid #dfe6f2;
  background: #f7f9fc;
  color: #606266;
  font-size: 13px;
}
.whole-invoice-group-head > span[data-v-5b56f0c3],
.whole-invoice-group-head > .el-tooltip[data-v-5b56f0c3] {
  min-width: 0;
  padding: 0 8px;
  border-right: 1px solid #e4e7ed;
}
.whole-invoice-group-head > span[data-v-5b56f0c3]:last-child {
  border-right: 0;
}
.whole-invoice-group-head .strong[data-v-5b56f0c3] {
  color: #303133;
}
.whole-invoice-detail-grid[data-v-5b56f0c3] {
  grid-template-columns: 72px minmax(150px, 1fr) 92px 100px 112px 82px;
}
.whole-invoice-detail-head[data-v-5b56f0c3] {
  position: static;
  min-height: 34px;
  background: #fbfcfe;
}
.whole-invoice-detail-row[data-v-5b56f0c3] {
  min-height: 36px;
}
.whole-invoice-detail-row[data-v-5b56f0c3]:hover {
  background: #f8fbff;
}
.whole-empty-state[data-v-5b56f0c3] {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  min-height: 0;
  margin: 18px;
  padding: 14px 16px;
  border-left: 3px solid #409eff;
  background: #f5faff;
  color: #606266;
  font-size: 13px;
}
.whole-empty-state strong[data-v-5b56f0c3] {
  color: #303133;
  font-size: 14px;
}
.purchase-line-section[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 350px;
  padding: 6px 8px;
  background: #fbfcfe;
}
.purchase-match-linkage[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  height: 100%;
  min-height: 0;
}
.line-link-panel[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #e4e7ed;
  background: #fff;
}
.line-panel-head[data-v-5b56f0c3] {
  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: 10px;
  min-height: 31px;
  padding: 0 10px;
  border-bottom: 1px solid #e4e7ed;
  color: #303133;
  background: #f7f9fc;
  font-size: 13px;
}
.line-head-title[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
}
.line-head-title b[data-v-5b56f0c3] {
  font-weight: 600;
}
.line-head-title span[data-v-5b56f0c3] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  padding: 0 6px;
  color: #409EFF;
  background: #ecf5ff;
  border: 1px solid #d9ecff;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
}
.panel-guide-tip[data-v-5b56f0c3] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  max-width: 420px;
  height: 22px;
  overflow: hidden;
  padding: 0 8px;
  border-left: 3px solid #409EFF;
  border-radius: 2px;
  color: #303133;
  background: #f0f7ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel-guide-tip b[data-v-5b56f0c3] {
  color: #1f5fbf;
  font-weight: 700;
}
.current-line-summary[data-v-5b56f0c3] {
  max-width: 520px;
  border-left-color: #67C23A;
  background: #f0f9eb;
}
.current-line-summary b[data-v-5b56f0c3] {
  color: #2f7d32;
}
.line-panel-head em[data-v-5b56f0c3] {
  min-width: 0;
  overflow: hidden;
  color: #909399;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.purchase-line-table[data-v-5b56f0c3],
.matched-invoice-line-table[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.matched-invoice-list[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow-y: auto;
  border-top: 0;
  background: #fff;
}
.matched-invoice-grid[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: 128px 92px 68px minmax(128px, 1fr) 82px 82px 90px 72px 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 830px;
  border-bottom: 1px solid #ebeef5;
  color: #303133;
  font-size: 12px;
}
.matched-invoice-grid > span[data-v-5b56f0c3] {
  min-width: 0;
  padding: 0 8px;
  border-right: 1px solid #ebeef5;
}
.matched-invoice-grid > span[data-v-5b56f0c3]:last-child {
  border-right: 0;
}
.matched-invoice-head[data-v-5b56f0c3] {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 32px;
  color: #606266;
  background: #fafbfc;
  font-weight: 500;
}
.matched-invoice-row[data-v-5b56f0c3] {
  height: 36px;
}
.matched-invoice-row[data-v-5b56f0c3]:nth-child(odd) {
  background: #fcfcfd;
}
.matched-invoice-row[data-v-5b56f0c3]:hover {
  background: #f5f9ff;
}
.source-tag[data-v-5b56f0c3] {
  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;
  min-width: 34px;
  height: 20px;
  padding: 0 6px;
  color: #1f5fbf;
  background: #ecf5ff;
  border: 1px solid #d9ecff;
  border-radius: 2px;
  font-size: 12px;
}
.ellipsis[data-v-5b56f0c3] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-right[data-v-5b56f0c3] {
  text-align: right;
}
.text-center[data-v-5b56f0c3] {
  text-align: center;
}
.current-line-title[data-v-5b56f0c3],
.current-line-meta[data-v-5b56f0c3],
.current-line-actions[data-v-5b56f0c3],
.confirm-drawer-header[data-v-5b56f0c3],
.confirm-drawer-footer[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.current-line-title[data-v-5b56f0c3] {
  gap: 8px;
  min-width: 0;
  color: #303133;
  font-size: 13px;
}
.current-line-title b[data-v-5b56f0c3] {
  overflow: hidden;
  max-width: 460px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.current-line-meta[data-v-5b56f0c3] {
  gap: 14px;
  margin-top: 6px;
  overflow: hidden;
  color: #606266;
  font-size: 12px;
  white-space: nowrap;
}
.line-pending[data-v-5b56f0c3] {
  color: #1f5fbf;
  font-size: 13px;
  font-weight: 700;
}
.current-line-actions[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 6px;
}
.invoice-pool-section[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 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;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 8px;
}
.section-head[data-v-5b56f0c3] {
  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: 12px;
  min-height: 34px;
  margin-bottom: 5px;
}
.section-head.invoice-pool-toolbar-row[data-v-5b56f0c3] {
  min-width: 0;
  min-height: 34px;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section-tools[data-v-5b56f0c3] {
  color: #606266;
  font-size: 12px;
}
.invoice-pool-mode-toggle[data-v-5b56f0c3] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #d9ecff;
  border-radius: 2px;
  background: #f5faff;
}
.invoice-pool-mode-toggle[data-v-5b56f0c3] .el-checkbox {
  color: #303133;
  font-size: 13px;
}
.invoice-pool-mode-toggle[data-v-5b56f0c3] .el-checkbox__label {
  padding-left: 6px;
  font-size: 13px;
}
.invoice-pool-filter.workbench-filter[data-v-5b56f0c3] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 700px;
  max-width: 700px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 200px 230px 88px 158px;
}
.invoice-pool-filter.workbench-filter[data-v-5b56f0c3] .el-input,
.invoice-pool-filter.workbench-filter[data-v-5b56f0c3] .el-select,
.invoice-pool-filter.workbench-filter[data-v-5b56f0c3] .el-date-editor {
  width: 100%;
  min-width: 0;
}
.invoice-pool-filter.workbench-filter[data-v-5b56f0c3] .el-date-editor--daterange.el-input__inner {
  width: 100%;
  min-width: 0;
}
.invoice-pool-filter-actions[data-v-5b56f0c3] {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
  min-width: 0;
  width: 158px;
  overflow: visible;
}
.quick-filter-row[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 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: 12px;
  margin-bottom: 5px;
}
.quick-filter-rule[data-v-5b56f0c3] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
  min-width: 0;
  overflow: hidden;
  color: #303133;
  font-size: 12px;
  white-space: nowrap;
}
.quick-filter-rule > span[data-v-5b56f0c3] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  padding: 0 7px;
  border: 1px solid #dcdfe6;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  color: #606266;
  background: #f7f9fc;
}
.quick-filter-rule > b[data-v-5b56f0c3] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  padding: 0 9px;
  border: 1px solid #b3d8ff;
  border-radius: 0 2px 2px 0;
  color: #1f5fbf;
  background: #ecf5ff;
  font-weight: 600;
}
.invoice-pool-stat[data-v-5b56f0c3] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  padding: 0 9px;
  border: 1px solid #d9ecff;
  border-radius: 2px;
  color: #606266;
  background: #f5faff;
  font-size: 12px;
  white-space: nowrap;
}
.invoice-pool-stat b[data-v-5b56f0c3] {
  margin: 0 3px;
  color: #1f5fbf;
  font-size: 13px;
  font-weight: 700;
}
.invoice-pool-stat i[data-v-5b56f0c3] {
  width: 1px;
  height: 12px;
  margin: 0 8px;
  background: #c6e2ff;
}
.invoice-pool-actions[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
  min-width: 260px;
}
.invoice-table-wrap[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: hidden;
}
.workbench-table[data-v-5b56f0c3] .el-table__row {
  height: 34px;
}
.workbench-table[data-v-5b56f0c3] .el-table__cell {
  padding: 4px 0;
}
.workbench-table[data-v-5b56f0c3] .cell {
  overflow: hidden;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.workbench-table[data-v-5b56f0c3] .el-table__header-wrapper th {
  color: #606266;
  background: #fafbfc;
  font-weight: 500;
}
.workbench-table[data-v-5b56f0c3] .el-table__header-wrapper th {
  position: sticky;
  top: 0;
  z-index: 2;
}
.workbench-table[data-v-5b56f0c3] .current-purchase-line-row > td {
  background: #eaf4ff !important;
  color: #1f5fbf;
  font-weight: 600;
}
.workbench-table[data-v-5b56f0c3] .current-purchase-line-row > td:first-child {
  -webkit-box-shadow: inset 3px 0 0 #409EFF;
          box-shadow: inset 3px 0 0 #409EFF;
}
.current-line-dot[data-v-5b56f0c3] {
  display: inline-block;
  width: 12px;
  color: #409EFF;
  font-size: 12px;
  line-height: 1;
}
.matched-empty-state[data-v-5b56f0c3] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 76px;
  padding: 0 16px;
  color: #606266;
  font-size: 12px;
  text-align: center;
  background: #fbfdff;
}
.matched-empty-state strong[data-v-5b56f0c3] {
  margin-bottom: 4px;
  color: #303133;
  font-size: 13px;
  font-weight: 600;
}
.matched-empty-state span[data-v-5b56f0c3] {
  color: #606266;
}
.more-filter-panel[data-v-5b56f0c3] {
  display: grid;
  gap: 8px;
}
.review-group-list[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  margin-top: 8px;
}
.review-group[data-v-5b56f0c3] {
  margin-bottom: 10px;
  border: 1px solid #ebeef5;
}
.review-group-head[data-v-5b56f0c3] {
  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: 12px;
  min-height: 34px;
  padding: 0 10px;
  background: #fafafa;
  color: #303133;
  font-size: 12px;
}
.review-group-head span[data-v-5b56f0c3] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.confirm-review-drawer[data-v-5b56f0c3] .el-drawer__body {
  height: 100%;
  overflow: hidden;
}
.result-review-dialog[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 12px;
}
.result-review-dialog .el-alert[data-v-5b56f0c3] {
  margin: 8px 0;
}
.confirm-drawer-header[data-v-5b56f0c3] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebeef5;
}
.confirm-title[data-v-5b56f0c3] {
  color: #303133;
  font-size: 15px;
  font-weight: 600;
}
.confirm-subtitle[data-v-5b56f0c3] {
  margin-top: 4px;
  color: #909399;
  font-size: 12px;
}
.result-review-summary[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 18px;
  min-height: 42px;
  color: #606266;
  font-size: 13px;
  white-space: nowrap;
}
.result-review-summary b[data-v-5b56f0c3] {
  color: #303133;
}
.result-review-dialog .match-result-table[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.confirm-drawer-footer[data-v-5b56f0c3] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid #ebeef5;
}
.mission-center-container[data-v-5b56f0c3] {
  position: relative;
  min-height: 620px;
}
.sidebar-container[data-v-5b56f0c3] {
  position: absolute;
  left: 0;
  top: 0;
  width: 275px;
  z-index: 10;
  background: #fff;
  border-right: 1px solid #e4e7ed;
  overflow: hidden;
}
.sidebar-panel[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.sidebar-header[data-v-5b56f0c3] {
  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: 12px 16px;
  border-bottom: 1px solid #e4e7ed;
}
.sidebar-header .sidebar-title[data-v-5b56f0c3] {
  font-size: 14px;
  font-weight: 600;
  color: #303133;
}
.sidebar-header .shouqi[data-v-5b56f0c3] {
  color: #409EFF;
  font-size: 12px;
  cursor: pointer;
}
.sidebar-content[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 10px 12px;
}
.cebianlanneiron[data-v-5b56f0c3] {
  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: 8px 10px;
  border-radius: 4px;
  margin-bottom: 2px;
  cursor: pointer;
}
.cebianlanneiron[data-v-5b56f0c3]:hover {
  background: #f0f4ff;
}
.cebianlanneiron.active[data-v-5b56f0c3] {
  color: #409EFF;
  font-weight: 600;
  background: #e6f0ff;
}
.cebianlanneiron .customer-name[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.cebianlanneiron .customer-count[data-v-5b56f0c3] {
  margin-left: 8px;
  color: #909399;
  font-size: 12px;
}
.main-content[data-v-5b56f0c3] {
  min-height: 620px;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
.toolbar-card[data-v-5b56f0c3] {
  margin-bottom: 12px;
}
.toolbar-card[data-v-5b56f0c3] .el-card__body {
  padding: 12px 16px;
}
.toolbar-form-inline[data-v-5b56f0c3] {
  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: 8px;
}
.expand-btn[data-v-5b56f0c3] {
  color: #409EFF;
  border-color: #b3d8ff;
  background: #ecf5ff;
}
.table-toolbar[data-v-5b56f0c3] {
  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: 10px;
  min-height: 32px;
  margin-bottom: 10px;
}
.toolbar-left[data-v-5b56f0c3],
.toolbar-right[data-v-5b56f0c3] {
  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: 8px;
}
.table-container[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 300px);
  min-height: 460px;
}
.order-view-drawer[data-v-5b56f0c3] .el-drawer__body {
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #f5f7fa;
}
.view-drawer-shell[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.view-drawer-header[data-v-5b56f0c3] {
  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: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 54px;
  padding: 12px 16px;
  border-bottom: 1px solid #e4e7ed;
  background: #fff;
}
.view-title-wrap[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 0;
}
.view-title[data-v-5b56f0c3] {
  color: #303133;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.view-subtitle[data-v-5b56f0c3] {
  overflow: hidden;
  color: #606266;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view-drawer-body[data-v-5b56f0c3] {
  -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;
  padding: 12px 16px 18px;
  overflow: hidden;
}
.view-section[data-v-5b56f0c3] {
  padding: 12px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fff;
}
.view-section + .view-section[data-v-5b56f0c3] {
  margin-top: 12px;
}
.view-main-section[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.view-tab-section[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  padding-top: 6px;
}
.view-tabs[data-v-5b56f0c3] {
  height: 100%;
}
.view-tabs[data-v-5b56f0c3] .el-tabs__header {
  margin-bottom: 10px;
}
.view-tabs[data-v-5b56f0c3] .el-tabs__item {
  height: 34px;
  line-height: 34px;
}
.view-descriptions[data-v-5b56f0c3] .el-descriptions-item__label {
  width: 108px;
  color: #606266;
}
.view-descriptions[data-v-5b56f0c3] .el-descriptions-item__content {
  min-width: 0;
}
.view-progress-line[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #606266;
  font-size: 13px;
}
.detail-summary[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}
.detail-summary div[data-v-5b56f0c3] {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fff;
}
.detail-summary span[data-v-5b56f0c3] {
  display: block;
  margin-bottom: 5px;
  color: #909399;
  font-size: 12px;
}
.detail-summary strong[data-v-5b56f0c3] {
  display: block;
  overflow: hidden;
  color: #303133;
  font-size: 16px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.workbench-card[data-v-5b56f0c3] {
  margin-bottom: 10px;
}
.workbench-card[data-v-5b56f0c3] .el-card__body {
  padding: 12px;
}
.card-title-row[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.card-title[data-v-5b56f0c3] {
  color: #303133;
  font-size: 14px;
  font-weight: 600;
}
.card-subtitle[data-v-5b56f0c3] {
  color: #909399;
  font-size: 12px;
}
.match-workbench-grid[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}
[data-v-5b56f0c3] .match-workbench-dialog {
  margin-top: 4vh !important;
  max-width: calc(100vw - 96px);
}
[data-v-5b56f0c3] .match-workbench-dialog .el-dialog__body {
  padding: 12px 18px;
  background: #f5f7fa;
}
[data-v-5b56f0c3] .match-workbench-dialog .el-dialog__footer {
  padding: 10px 18px 14px;
  border-top: 1px solid #ebeef5;
}
.dialog-title-sub[data-v-5b56f0c3] {
  margin-left: 10px;
  color: #606266;
  font-size: 13px;
  font-weight: 400;
}
.match-dialog-body[data-v-5b56f0c3] {
  height: min(690px, 100vh - 165px);
  min-height: 560px;
  overflow: hidden;
}
.match-summary-line[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-height: 32px;
  margin-bottom: 8px;
  padding: 0 2px 8px;
  border-bottom: 1px solid #ebeef5;
  color: #606266;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
}
.match-summary-line span[data-v-5b56f0c3] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
}
.match-summary-line b[data-v-5b56f0c3] {
  color: #303133;
  font-size: 14px;
  font-weight: 600;
}
.match-summary-line .summary-title[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #409EFF;
  font-size: 15px;
  font-weight: 600;
}
.match-summary-line .summary-muted[data-v-5b56f0c3] {
  min-width: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 180px;
  overflow: hidden;
  color: #606266;
  text-overflow: ellipsis;
}
.match-summary-line .num-primary[data-v-5b56f0c3] {
  color: #409EFF;
}
.match-step-tabs[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 41px);
  min-height: 0;
}
.match-step-tabs[data-v-5b56f0c3] .el-tabs__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 8px;
}
.match-step-tabs[data-v-5b56f0c3] .el-tabs__item {
  height: 34px;
  line-height: 34px;
}
.match-step-tabs[data-v-5b56f0c3] .el-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: hidden;
}
.match-step-tabs[data-v-5b56f0c3] .el-tab-pane {
  height: 100%;
  min-height: 0;
}
.invoice-step-shell[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 0;
}
.invoice-context-line[data-v-5b56f0c3] {
  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: 12px;
  margin-bottom: 8px;
  color: #606266;
  font-size: 12px;
}
.invoice-context-line span[data-v-5b56f0c3] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.purchase-detail-table[data-v-5b56f0c3] .el-table__cell,
.match-result-table[data-v-5b56f0c3] .el-table__cell {
  padding: 6px 0;
}
.result-summary-line[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  min-height: 32px;
  margin-bottom: 8px;
  color: #606266;
  font-size: 13px;
}
.result-summary-line b[data-v-5b56f0c3] {
  color: #303133;
  font-weight: 600;
}
.match-result-table[data-v-5b56f0c3] .warning-result-row > td {
  background: #fdf6ec !important;
}
.match-summary-strip[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: minmax(240px, 1.6fr) repeat(5, minmax(116px, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}
.match-summary-strip > div[data-v-5b56f0c3] {
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background: #fff;
}
.match-summary-strip span[data-v-5b56f0c3] {
  display: block;
  overflow: hidden;
  color: #909399;
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.match-summary-strip strong[data-v-5b56f0c3],
.match-summary-strip b[data-v-5b56f0c3] {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  color: #303133;
  font-size: 16px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.match-summary-strip .summary-main[data-v-5b56f0c3] {
  border-left: 3px solid #409EFF;
}
.match-summary-strip .summary-main b[data-v-5b56f0c3] {
  margin-top: 0;
  color: #409EFF;
}
.match-workbench-layout[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: minmax(760px, 1fr) 420px;
  gap: 10px;
  height: calc(100% - 80px);
  min-height: 0;
}
.match-main-pane[data-v-5b56f0c3],
.match-result-panel[data-v-5b56f0c3] {
  min-width: 0;
  min-height: 0;
  padding: 10px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background: #fff;
}
.match-main-pane[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.compact-section[data-v-5b56f0c3] {
  min-width: 0;
}
.purchase-compact-section[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.invoice-pool-section[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.section-head[data-v-5b56f0c3] {
  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: 10px;
  min-height: 26px;
  margin-bottom: 8px;
}
.section-head b[data-v-5b56f0c3] {
  color: #303133;
  font-size: 14px;
}
.section-head span[data-v-5b56f0c3] {
  color: #909399;
  font-size: 12px;
}
.invoice-section-head > div[data-v-5b56f0c3] {
  min-width: 0;
}
.purchase-compact-table[data-v-5b56f0c3] .el-table__cell {
  padding: 4px 0;
}
.match-result-panel[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.result-total-grid[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}
.result-total-grid div[data-v-5b56f0c3] {
  min-width: 0;
  padding: 7px 8px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fafafa;
}
.result-total-grid span[data-v-5b56f0c3] {
  display: block;
  color: #909399;
  font-size: 12px;
  line-height: 16px;
}
.result-total-grid strong[data-v-5b56f0c3] {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  color: #303133;
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.match-focus-bar[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: 1.05fr 1.2fr 1fr 1fr 1.05fr;
  gap: 10px;
  margin-bottom: 10px;
}
.focus-card[data-v-5b56f0c3] {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background: #fff;
}
.focus-card span[data-v-5b56f0c3] {
  display: block;
  color: #909399;
  font-size: 12px;
  line-height: 16px;
}
.focus-card strong[data-v-5b56f0c3] {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  color: #303133;
  font-size: 20px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.focus-card em[data-v-5b56f0c3] {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  color: #606266;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-card strong[data-v-5b56f0c3] {
  color: #409EFF;
}
.diff-card strong[data-v-5b56f0c3] {
  color: #67C23A;
}
.match-one-screen[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: minmax(250px, 0.82fr) minmax(620px, 1.55fr) minmax(430px, 1.2fr);
  gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.match-pane[data-v-5b56f0c3] {
  min-width: 0;
  padding: 10px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background: #fff;
}
.pane-head[data-v-5b56f0c3] {
  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;
  min-height: 28px;
  margin-bottom: 8px;
}
.pane-head b[data-v-5b56f0c3] {
  color: #303133;
  font-size: 14px;
}
.pane-head span[data-v-5b56f0c3] {
  margin-left: 8px;
  color: #909399;
  font-size: 12px;
}
.purchase-line-list[data-v-5b56f0c3],
.invoice-card-list[data-v-5b56f0c3],
.match-result-list[data-v-5b56f0c3] {
  display: grid;
  gap: 8px;
}
.purchase-line-card[data-v-5b56f0c3],
.invoice-choice-card[data-v-5b56f0c3],
.match-result-card[data-v-5b56f0c3] {
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fafafa;
}
.purchase-line-card[data-v-5b56f0c3] {
  padding: 9px 10px;
}
.line-main[data-v-5b56f0c3],
.invoice-card-top[data-v-5b56f0c3],
.result-main[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
}
.line-main b[data-v-5b56f0c3],
.invoice-card-top b[data-v-5b56f0c3],
.result-main b[data-v-5b56f0c3] {
  overflow: hidden;
  color: #303133;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line-no[data-v-5b56f0c3],
.select-state[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1px 6px;
  border-radius: 3px;
  background: #ecf5ff;
  color: #409EFF;
  font-size: 12px;
}
.line-name[data-v-5b56f0c3],
.result-name[data-v-5b56f0c3] {
  overflow: hidden;
  margin-top: 5px;
  color: #606266;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line-metrics[data-v-5b56f0c3],
.result-metrics[data-v-5b56f0c3] {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}
.line-metrics[data-v-5b56f0c3] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.result-metrics[data-v-5b56f0c3] {
  grid-template-columns: 112px repeat(3, minmax(0, 1fr));
}
.match-result-panel .match-result-list[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding-right: 2px;
}
.match-result-panel .result-metrics[data-v-5b56f0c3] {
  grid-template-columns: 104px minmax(0, 1fr);
}
.line-metrics div[data-v-5b56f0c3],
.result-metrics div[data-v-5b56f0c3] {
  min-width: 0;
}
.line-metrics span[data-v-5b56f0c3],
.result-metrics span[data-v-5b56f0c3] {
  display: block;
  color: #909399;
  font-size: 12px;
}
.line-metrics strong[data-v-5b56f0c3],
.result-metrics strong[data-v-5b56f0c3] {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  color: #303133;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.invoice-choice-card[data-v-5b56f0c3] {
  padding: 8px 10px;
  cursor: pointer;
}
.invoice-choice-card.selected[data-v-5b56f0c3] {
  border-color: #409EFF;
  background: #ecf5ff;
}
.invoice-choice-card.selected .select-state[data-v-5b56f0c3] {
  background: #409EFF;
  color: #fff;
}
.invoice-pane[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.invoice-pool-toolbar[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.invoice-selected-hint[data-v-5b56f0c3] {
  color: #606266;
  font-size: 12px;
  white-space: nowrap;
}
.invoice-pool-filter[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 230px 104px;
  gap: 6px;
}
.invoice-pool-table[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.invoice-pool-table[data-v-5b56f0c3] .el-table__cell {
  padding: 4px 0;
}
.invoice-pool-table[data-v-5b56f0c3] .cell {
  overflow: hidden;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.invoice-pool-table[data-v-5b56f0c3] .selected-invoice-row > td {
  background: #ecf5ff !important;
}
.invoice-pool-table[data-v-5b56f0c3] .disabled-invoice-row > td {
  color: #c0c4cc;
  background: #f7f8fa !important;
  cursor: not-allowed;
}
.invoice-pool-table[data-v-5b56f0c3] .recommend-invoice-row > td {
  background: #fbfdff;
}
.invoice-single-cell[data-v-5b56f0c3] {
  display: block;
  overflow: hidden;
  color: #303133;
  font-size: 12px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.invoice-cell-main[data-v-5b56f0c3] {
  overflow: hidden;
  color: #303133;
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.invoice-cell-sub[data-v-5b56f0c3] {
  overflow: hidden;
  color: #909399;
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.invoice-pool-pager[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  min-height: 28px;
  margin-top: 6px;
  color: #606266;
  font-size: 12px;
  background: #fff;
}
.invoice-pool-pager[data-v-5b56f0c3] .el-pagination {
  padding: 0;
}
.po-match-workbench .invoice-pool-section[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 8px;
}
.po-match-workbench .section-head[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 30px;
  margin-bottom: 5px;
}
.po-match-workbench .quick-filter-row[data-v-5b56f0c3] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 28px;
  margin-bottom: 5px;
}
.po-match-workbench .invoice-pool-table[data-v-5b56f0c3] {
  height: 100%;
  overflow: hidden;
}
.po-match-workbench .invoice-pool-table[data-v-5b56f0c3] .el-table__body-wrapper {
  overflow-y: auto;
}
.po-match-workbench .invoice-table-wrap[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: hidden;
}
.po-match-workbench[data-v-5b56f0c3] .el-input-number--mini {
  width: 86px;
}
.po-match-workbench[data-v-5b56f0c3] .el-input-number--mini .el-input__inner {
  padding-left: 4px;
  padding-right: 32px;
  text-align: right;
}
.po-match-workbench[data-v-5b56f0c3] .el-table__row {
  height: 38px;
}
.po-match-workbench[data-v-5b56f0c3] .el-table__cell {
  padding: 4px 0;
}
.invoice-meta[data-v-5b56f0c3],
.invoice-risk[data-v-5b56f0c3] {
  overflow: hidden;
  margin-top: 5px;
  color: #606266;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.invoice-risk[data-v-5b56f0c3] {
  color: #909399;
}
.invoice-lines[data-v-5b56f0c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}
.invoice-lines span[data-v-5b56f0c3] {
  max-width: 100%;
  overflow: hidden;
  padding: 2px 6px;
  border-radius: 3px;
  background: #fff;
  color: #606266;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.match-result-card[data-v-5b56f0c3] {
  padding: 8px 10px;
}
.match-result-card.warning[data-v-5b56f0c3] {
  border-color: #f5dab1;
  background: #fdf6ec;
}
.qty-editor[data-v-5b56f0c3] .el-input-number--mini {
  width: 94px;
}
.empty-pane[data-v-5b56f0c3] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  min-height: 140px;
  padding: 12px;
  border: 1px dashed #b3d8ff;
  border-radius: 4px;
  color: #606266;
  background: #fbfdff;
  font-size: 13px;
  text-align: center;
}
.empty-pane strong[data-v-5b56f0c3] {
  color: #303133;
  font-size: 13px;
  font-weight: 600;
}
.empty-pane span[data-v-5b56f0c3] {
  color: #606266;
  font-size: 12px;
}
.compact-empty[data-v-5b56f0c3] {
  min-height: 86px;
}
.result-card[data-v-5b56f0c3] {
  margin-bottom: 0;
}
.table-scroll[data-v-5b56f0c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border: 1px solid #ebeef5;
  border-radius: 4px;
}
.table-scroll-inner[data-v-5b56f0c3] {
  height: 100%;
}
.match-main-table[data-v-5b56f0c3] .cell {
  white-space: nowrap;
}
.pagination-wrap[data-v-5b56f0c3] {
  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;
  padding: 10px 0 4px;
}
.pagination-wrap .pagination-total[data-v-5b56f0c3] {
  margin-right: 12px;
  color: #606266;
  font-size: 13px;
}
.cell-link[data-v-5b56f0c3] {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  color: #409EFF;
  padding: 0 4px;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.progress-cell[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: minmax(48px, 1fr) 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.progress-cell[data-v-5b56f0c3] .el-progress-bar__outer {
  background-color: #ebeef5;
}
.progress-cell span[data-v-5b56f0c3] {
  color: #606266;
  font-size: 12px;
  text-align: right;
}
.table-actions[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: 34px 34px 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  white-space: nowrap;
}
.action-slot[data-v-5b56f0c3] {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.action-slot[data-v-5b56f0c3] .el-button {
  margin-left: 0;
  padding: 0;
  width: 34px;
  text-align: left;
}
.action-slot[data-v-5b56f0c3] .el-button.is-disabled,
.action-slot[data-v-5b56f0c3] .el-button.is-disabled:hover,
.action-slot[data-v-5b56f0c3] .el-button.is-disabled:focus {
  color: #c0c4cc !important;
  cursor: not-allowed;
}
.danger-text-btn[data-v-5b56f0c3] {
  color: #f56c6c !important;
}
.danger-text-btn[data-v-5b56f0c3]:hover,
.danger-text-btn[data-v-5b56f0c3]:focus {
  color: #dd6161 !important;
}
.candidate-count-link[data-v-5b56f0c3] {
  min-width: 42px;
  padding: 0;
  font-weight: 600;
}
.candidate-count-empty[data-v-5b56f0c3] {
  color: #c0c4cc;
  font-size: 13px;
}
.amount-gray[data-v-5b56f0c3] {
  color: #909399;
}
.amount-warning[data-v-5b56f0c3] {
  color: #E6A23C;
}
.danger[data-v-5b56f0c3] {
  color: #dc2626;
  font-weight: 600;
}
.section-title[data-v-5b56f0c3] {
  font-size: 13px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 8px;
}
[data-v-5b56f0c3] .match-dialog .el-dialog__body {
  padding: 12px 18px;
}
[data-v-5b56f0c3] .match-dialog .el-dialog__footer {
  padding: 10px 18px 14px;
  border-top: 1px solid #ebeef5;
}
.dialog-content[data-v-5b56f0c3] {
  max-height: calc(100vh - 210px);
  overflow: auto;
}
.info-grid[data-v-5b56f0c3],
.dialog-summary-row[data-v-5b56f0c3] {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}
.info-grid div[data-v-5b56f0c3],
.dialog-summary-row div[data-v-5b56f0c3] {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fafafa;
}
.info-grid span[data-v-5b56f0c3],
.dialog-summary-row span[data-v-5b56f0c3] {
  display: block;
  margin-bottom: 4px;
  color: #909399;
  font-size: 12px;
}
.info-grid strong[data-v-5b56f0c3],
.dialog-summary-row strong[data-v-5b56f0c3] {
  display: block;
  overflow: hidden;
  color: #303133;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-section + .dialog-section[data-v-5b56f0c3] {
  margin-top: 14px;
}
[data-v-5b56f0c3] .result-card .el-input-number--mini {
  width: 96px;
}
@media (max-width: 1200px) {
.info-grid[data-v-5b56f0c3],
  .dialog-summary-row[data-v-5b56f0c3],
  .detail-summary[data-v-5b56f0c3],
  .match-workbench-grid[data-v-5b56f0c3],
  .match-summary-strip[data-v-5b56f0c3],
  .match-workbench-layout[data-v-5b56f0c3],
  .match-focus-bar[data-v-5b56f0c3],
  .match-one-screen[data-v-5b56f0c3],
  .invoice-pool-filter[data-v-5b56f0c3] {
    grid-template-columns: 1fr;
}
.table-toolbar[data-v-5b56f0c3] {
    -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;
    gap: 10px;
}
.sidebar-container[data-v-5b56f0c3] {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-right: 0;
    border-bottom: 1px solid #e4e7ed;
}
.main-content[data-v-5b56f0c3] {
    margin-left: 0 !important;
}
}
