@charset "UTF-8";
.purchase-invoice-page[data-v-549e37d2] {
  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;
  overflow-x: 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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: none;
          transform: none;
}
.purchase-invoice[data-v-549e37d2] {
  -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;
}
.purchase-invoice[data-v-549e37d2] .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;
}
.purchase-invoice[data-v-549e37d2] .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;
}
.purchase-invoice[data-v-549e37d2] .basic-container .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;
}
.purchase-invoice[data-v-549e37d2] .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-549e37d2] {
  -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;
  overflow-x: hidden;
  min-height: 0;
  max-width: 100%;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #1f2329;
}
.sidebar-slide-enter-active[data-v-549e37d2], .sidebar-slide-leave-active[data-v-549e37d2] {
  -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-549e37d2], .sidebar-slide-leave-to[data-v-549e37d2] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.sidebar-slide-enter-to[data-v-549e37d2], .sidebar-slide-leave[data-v-549e37d2] {
  width: 260px;
  min-width: 260px;
  opacity: 1;
}
.sidebar-container[data-v-549e37d2] {
  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-549e37d2] {
  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-549e37d2] {
  height: 100%;
}
.sidebar-panel .sidebar-header[data-v-549e37d2] {
  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-549e37d2] {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}
.sidebar-panel .sidebar-content[data-v-549e37d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 10px;
}
.shouqi[data-v-549e37d2] {
  font-size: 14px;
  font-weight: 400;
  color: #94a3b8;
  cursor: pointer;
}
.shouqi[data-v-549e37d2]:hover {
  color: #475569;
}
.cebianlanneiron[data-v-549e37d2] {
  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-549e37d2]:hover {
  cursor: pointer;
  background-color: #f8fafc;
}
.cebianlanneiron.active[data-v-549e37d2] {
  background-color: #e0f2fe;
  color: #0ea5e9;
  font-weight: 500;
}
.cebianlanneiron .customer-name[data-v-549e37d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
}
.cebianlanneiron .customer-count[data-v-549e37d2] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-content[data-v-549e37d2] {
  -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);
  -webkit-transform: none;
          transform: none;
}
.toolbar-card[data-v-549e37d2] {
  margin-bottom: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.toolbar-form[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.toolbar-form .el-form-item[data-v-549e37d2] {
  margin-right: 0;
  margin-bottom: 0;
}
.expand-btn[data-v-549e37d2] {
  border-color: #b3d8ff;
  color: #409eff;
  background: #ecf5ff;
}
.table-toolbar[data-v-549e37d2] {
  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;
}
.table-toolbar .toolbar-left[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.table-toolbar .toolbar-right[data-v-549e37d2] {
  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;
}
.status-filter-group .el-radio-button__inner[data-v-549e37d2] {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 400;
}
.status-filter-group .status-all .el-radio-button__inner[data-v-549e37d2] {
  color: #606266;
  border-color: #dcdfe6;
}
.status-filter-group .status-all.is-active .el-radio-button__inner[data-v-549e37d2] {
  background-color: #f4f4f5;
  border-color: #dcdfe6;
  color: #606266;
}
.status-filter-group .status-pending-cap .el-radio-button__inner[data-v-549e37d2] {
  color: #909399;
  border-color: #909399;
}
.status-filter-group .status-pending-cap.is-active .el-radio-button__inner[data-v-549e37d2] {
  background-color: #909399;
  border-color: #909399;
  color: #fff;
}
.status-filter-group .status-notified .el-radio-button__inner[data-v-549e37d2] {
  color: #e6a23c;
  border-color: #e6a23c;
}
.status-filter-group .status-notified.is-active .el-radio-button__inner[data-v-549e37d2] {
  background-color: #e6a23c;
  border-color: #e6a23c;
  color: #fff;
}
.status-filter-group .status-received .el-radio-button__inner[data-v-549e37d2] {
  color: #67c23a;
  border-color: #67c23a;
}
.status-filter-group .status-received.is-active .el-radio-button__inner[data-v-549e37d2] {
  background-color: #67c23a;
  border-color: #67c23a;
  color: #fff;
}
.table-container[data-v-549e37d2] {
  -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;
  -webkit-transform: none;
          transform: none;
}
.table-scroll[data-v-549e37d2] {
  -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-549e37d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
}
.pagination-wrap[data-v-549e37d2] {
  -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-549e37d2] {
  font-size: 14px;
  color: #1f2329;
  line-height: 1.5;
}
.mission-center-container[data-v-549e37d2],
.main-content[data-v-549e37d2],
.table-container[data-v-549e37d2],
.table-scroll[data-v-549e37d2] {
  -webkit-transform: none !important;
          transform: none !important;
}
.need-fill[data-v-549e37d2] {
  color: #e6a23c;
  font-size: 12px;
}
.create-task-dialog[data-v-549e37d2] .el-dialog {
  max-width: 1160px;
}
.create-task-dialog[data-v-549e37d2] .el-dialog__body {
  padding: 14px 18px 10px;
  background: #fbfcfe;
}
.create-task-dialog[data-v-549e37d2] .el-dialog__footer {
  padding: 10px 18px 14px;
  border-top: 1px solid #edf0f5;
}
.create-source-bar[data-v-549e37d2] {
  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;
  margin-bottom: 12px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #edf0f5;
  border-radius: 8px;
}
.create-source-main[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  gap: 12px;
}
.create-source-stats[data-v-549e37d2] {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
}
.create-stat-item[data-v-549e37d2] {
  padding: 3px 8px;
  border-radius: 12px;
  background: #f5f7fa;
  color: #606266;
  font-size: 12px;
  line-height: 18px;
}
.create-stat-item.strong[data-v-549e37d2] {
  background: #ecf5ff;
  color: #1f6fd6;
}
.create-stat-item.muted[data-v-549e37d2] {
  background: #f4f4f5;
  color: #909399;
}
.create-filter-bar[data-v-549e37d2] {
  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 10px;
  margin-bottom: 12px;
  padding: 10px;
  background: #fff;
  border: 1px solid #edf0f5;
  border-radius: 8px;
}
.create-filter-tip[data-v-549e37d2] {
  color: #909399;
  font-size: 12px;
}
.create-source-hint[data-v-549e37d2],
.create-selected-summary[data-v-549e37d2],
.disabled-reason[data-v-549e37d2] {
  color: #909399;
  font-size: 12px;
}
.amount-disabled[data-v-549e37d2] {
  color: #c0c4cc;
}
.create-table-card[data-v-549e37d2] {
  background: #fff;
  border: 1px solid #edf0f5;
  border-radius: 8px;
  overflow: hidden;
}
.create-table-card[data-v-549e37d2] .el-table {
  border-left: none;
  border-right: none;
}
.create-table-card[data-v-549e37d2] .el-table th {
  background: #f7f9fc;
  color: #303133;
  font-weight: 600;
}
.create-table-footer[data-v-549e37d2] {
  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;
  padding: 8px 10px;
  border-top: 1px solid #edf0f5;
  background: #fff;
}
.create-page-note[data-v-549e37d2] {
  color: #909399;
  font-size: 12px;
}
.detail-count-cell[data-v-549e37d2],
.amount-stack-cell[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  line-height: 1.3;
}
.detail-count-cell[data-v-549e37d2] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.amount-stack-cell[data-v-549e37d2] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cell-sub-text[data-v-549e37d2] {
  color: #909399;
  font-size: 12px;
  white-space: nowrap;
}
.main-action-buttons[data-v-549e37d2] {
  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: 0 8px;
  line-height: 1.4;
}
.main-action-buttons .el-button[data-v-549e37d2] {
  margin-left: 0;
  padding: 2px 0;
}
.create-task-dialog[data-v-549e37d2] .create-row-disabled {
  color: #b1b6c2;
}
.create-task-dialog[data-v-549e37d2] .create-row-disabled td {
  background: #fafafa !important;
}
.dialog-footer[data-v-549e37d2] {
  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;
  gap: 8px;
}
.dialog-footer .create-selected-summary[data-v-549e37d2] {
  margin-right: auto;
}
.available-invoice-link[data-v-549e37d2] {
  font-weight: 600;
  padding: 0;
}
.available-invoice-empty[data-v-549e37d2] {
  color: #909399;
  font-size: 12px;
}
.expand-content[data-v-549e37d2] {
  padding: 12px 16px;
  background: #fafbfc;
}
.expand-section[data-v-549e37d2] {
  margin-bottom: 16px;
}
.expand-section[data-v-549e37d2]:last-child {
  margin-bottom: 0;
}
.expand-supplier-header[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 8px 12px;
  margin-bottom: 8px;
  background: #f0f5ff;
  border-radius: 6px;
  border-left: 3px solid #409eff;
}
.supplier-name-badge[data-v-549e37d2] {
  font-weight: 600;
  color: #303133;
  font-size: 13px;
}
.supplier-amount[data-v-549e37d2] {
  font-size: 12px;
  color: #606266;
}
.group-summary[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 12px;
  font-size: 13px;
  color: #606266;
  background: #fafbfc;
  border-radius: 4px;
}
.receive-section-label[data-v-549e37d2] {
  font-size: 13px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-cell[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.price-tag-estimated[data-v-549e37d2] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.purchase-invoice[data-v-549e37d2] .el-table {
  font-size: 14px;
  color: #1f2329;
}
.purchase-invoice[data-v-549e37d2] .el-table .el-table__header-wrapper th {
  font-weight: 600;
  font-size: 13px;
  color: #1f2329;
  background: #f6f7f9 !important;
  border-bottom: 1px solid #e6e8eb;
  padding: 10px 0;
}
.purchase-invoice[data-v-549e37d2] .el-table .el-table__header-wrapper th .cell {
  font-weight: 600;
  color: #1f2329;
  line-height: 1.5;
}
.purchase-invoice[data-v-549e37d2] .el-table .el-table__body-wrapper td {
  padding: 10px 0;
  color: #1f2329;
  border-bottom: 1px solid #eef0f2;
}
.purchase-invoice[data-v-549e37d2] .el-table .el-table__body-wrapper td .cell {
  color: #1f2329;
  line-height: 1.5;
  font-size: 14px;
}
.purchase-invoice[data-v-549e37d2] .el-table tr:hover > td {
  background-color: #f7faff;
}
.purchase-invoice[data-v-549e37d2] .el-table tr.el-table__row--striped td {
  background-color: #fafbfc;
}
.purchase-invoice[data-v-549e37d2] .el-table tr.el-table__row--striped:hover > td {
  background-color: #f7faff;
}
.purchase-invoice[data-v-549e37d2] .el-table.el-table--border {
  border: 1px solid #e6e8eb;
}
.purchase-invoice[data-v-549e37d2] .el-table td, .purchase-invoice[data-v-549e37d2] .el-table th {
  border-right: 1px solid #e6e8eb;
}
.purchase-invoice[data-v-549e37d2] .el-table td:last-child, .purchase-invoice[data-v-549e37d2] .el-table th:last-child {
  border-right: none;
}
.purchase-invoice[data-v-549e37d2] .el-table .el-table__fixed .el-table__fixed-header-wrapper th, .purchase-invoice[data-v-549e37d2] .el-table .el-table__fixed-right .el-table__fixed-header-wrapper th {
  font-weight: 600;
  font-size: 13px;
  color: #1f2329;
  background: #f6f7f9 !important;
  border-bottom: 1px solid #e6e8eb;
  padding: 10px 0;
}
.purchase-invoice[data-v-549e37d2] .invoice-main-table {
  width: 100% !important;
}
.purchase-invoice[data-v-549e37d2] .invoice-main-table .el-table__body-wrapper,
.purchase-invoice[data-v-549e37d2] .invoice-main-table .el-table__header-wrapper,
.purchase-invoice[data-v-549e37d2] .invoice-main-table .el-table__footer-wrapper {
  overflow-x: hidden !important;
}
.purchase-invoice[data-v-549e37d2] .invoice-main-table .cell {
  padding-left: 8px;
  padding-right: 8px;
}
.invoice-detail-drawer[data-v-549e37d2] .el-drawer__body {
  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;
  height: 100%;
}
.drawer-header-custom[data-v-549e37d2] {
  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;
  padding: 16px 20px;
  border-bottom: 1px solid #e4e7ed;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
}
.drawer-header-custom .drawer-title[data-v-549e37d2] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
}
.drawer-header-custom .drawer-header-left[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  min-width: 0;
}
.drawer-header-custom .drawer-actions[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer-body[data-v-549e37d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 16px 20px;
}
.detail-desc[data-v-549e37d2] {
  margin-bottom: 16px;
}
.detail-section-title[data-v-549e37d2] {
  font-size: 14px;
  font-weight: 600;
  color: #303133;
  margin: 16px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ebeef5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.edit-buyer-form[data-v-549e37d2] {
  margin-bottom: 8px;
}
.notify-preview-body[data-v-549e37d2] {
  background: #eef0f4;
  padding: 16px 20px;
}
.notify-sheet-wrap[data-v-549e37d2] {
  margin-bottom: 24px;
}
.notify-sheet-toolbar[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 8px 16px;
  background: #fff;
  border-radius: 8px 8px 0 0;
  border: 1px solid #e4e7ed;
  border-bottom: none;
}
.sheet-index-badge[data-v-549e37d2] {
  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;
  background: #409eff;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 10px;
}
.sheet-supplier-label[data-v-549e37d2] {
  font-size: 14px;
  font-weight: 600;
  color: #303133;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.notify-a4-page[data-v-549e37d2] {
  background: #fff;
  padding: 32px 36px;
  border: 1px solid #d0d3d6;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  font-family: "SimSun", "\5B8B\4F53", "Microsoft YaHei", serif;
  font-size: 13px;
  color: #222;
  line-height: 1.6;
}
.a4-header[data-v-549e37d2] {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px double #333;
}
.a4-title[data-v-549e37d2] {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 6px;
  color: #111;
}
.a4-subtitle[data-v-549e37d2] {
  font-size: 10px;
  color: #aaa;
  letter-spacing: 2px;
  margin-top: 2px;
  font-family: Arial, sans-serif;
}
.a4-meta-bar[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  font-size: 12px;
  color: #666;
}
.a4-section[data-v-549e37d2] {
  margin-bottom: 16px;
}
.a4-section-head[data-v-549e37d2] {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
  padding: 4px 10px;
  background: #f0f0f0;
  border-left: 3px solid #333;
}
.a4-info-table[data-v-549e37d2] {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.a4-info-table td[data-v-549e37d2] {
  border: 1px solid #ccc;
  padding: 6px 10px;
}
.a4-info-table .a4-info-label[data-v-549e37d2] {
  width: 85px;
  background: #fafafa;
  color: #666;
  text-align: center;
}
.a4-info-table .a4-info-value[data-v-549e37d2] {
  color: #222;
}
.a4-detail-table[data-v-549e37d2] {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.a4-detail-table th[data-v-549e37d2], .a4-detail-table td[data-v-549e37d2] {
  border: 1px solid #999;
  padding: 5px 7px;
}
.a4-detail-table th[data-v-549e37d2] {
  background: #e8e8e8;
  font-weight: 700;
  color: #111;
  text-align: center;
  font-size: 11px;
}
.a4-detail-table .col-seq[data-v-549e37d2] {
  width: 34px;
  text-align: center;
}
.a4-detail-table .col-name[data-v-549e37d2] {
  text-align: left;
  min-width: 100px;
}
.a4-detail-table .col-spec[data-v-549e37d2] {
  width: 90px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.a4-detail-table .col-unit[data-v-549e37d2] {
  width: 42px;
  text-align: center;
}
.a4-detail-table .col-qty[data-v-549e37d2] {
  width: 58px;
  text-align: right;
}
.a4-detail-table .col-price[data-v-549e37d2] {
  width: 82px;
  text-align: right;
  font-family: Arial, sans-serif;
}
.a4-detail-table .col-amount[data-v-549e37d2] {
  width: 92px;
  text-align: right;
  font-family: Arial, sans-serif;
}
.a4-detail-table .col-rate[data-v-549e37d2] {
  width: 46px;
  text-align: center;
}
.a4-detail-table .col-tax[data-v-549e37d2] {
  width: 78px;
  text-align: right;
  font-family: Arial, sans-serif;
}
.a4-detail-table .col-total[data-v-549e37d2] {
  width: 92px;
  text-align: right;
  font-family: Arial, sans-serif;
}
.a4-detail-table .total-row td[data-v-549e37d2] {
  background: #f5f5f5;
}
.a4-detail-table .total-label[data-v-549e37d2] {
  text-align: right;
  font-weight: 700;
  padding-right: 12px;
}
.a4-amount-words[data-v-549e37d2] {
  margin-top: 6px;
  font-size: 13px;
  color: #333;
  padding: 5px 0;
  border-top: 1px dashed #ccc;
}
.a4-sign-area[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
  padding-top: 14px;
  border-top: 1px solid #ccc;
}
.a4-sign-block[data-v-549e37d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.a4-sign-label[data-v-549e37d2] {
  font-size: 13px;
  color: #555;
  margin-bottom: 28px;
}
.a4-sign-line[data-v-549e37d2] {
  border-bottom: 1px solid #999;
  width: 80%;
}
.verify-supplier-card[data-v-549e37d2] {
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #fff;
}
.verify-card-header[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 16px;
  background: #f6f7f9;
  border-bottom: 1px solid #e4e7ed;
}
.verify-card-title[data-v-549e37d2] {
  font-weight: 600;
  font-size: 14px;
  color: #303133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.verify-supplier-idx[data-v-549e37d2] {
  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: 600;
}
.verify-card-amount[data-v-549e37d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  color: #909399;
  text-align: right;
}
.verify-card-body[data-v-549e37d2] {
  padding: 16px;
}
.verify-form[data-v-549e37d2] {
  margin-bottom: 0;
}
.verify-result-panel[data-v-549e37d2] {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 6px;
}
.verify-result-panel.verify-success[data-v-549e37d2] {
  background: #f0f9eb;
  border: 1px solid #b3e19d;
}
.verify-result-panel.verify-fail[data-v-549e37d2] {
  background: #fef0f0;
  border: 1px solid #f9b4b4;
}
.verify-result-title[data-v-549e37d2] {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.verify-result-title .el-icon-circle-check[data-v-549e37d2] {
  color: #67c23a;
  font-size: 16px;
}
.verify-result-title .el-icon-warning[data-v-549e37d2] {
  color: #f56c6c;
  font-size: 16px;
}
.verify-fail-msg[data-v-549e37d2] {
  font-size: 13px;
  color: #f56c6c;
}
.amount-match[data-v-549e37d2] {
  color: #67c23a;
  font-weight: 600;
}
.amount-mismatch[data-v-549e37d2] {
  color: #e6a23c;
  font-weight: 600;
}
.matched-invoice-card[data-v-549e37d2] {
  background: #f0f9eb;
  border: 1px solid #b3e19d;
  border-radius: 6px;
  padding: 12px 14px;
}
.matched-invoice-header[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.matched-label[data-v-549e37d2] {
  font-weight: 600;
  font-size: 13px;
  color: #67c23a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.matched-invoice-row[data-v-549e37d2] {
  margin-bottom: 8px;
}
.matched-for-items[data-v-549e37d2] {
  font-size: 12px;
  color: #606266;
  margin-top: 4px;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.matched-for-tag[data-v-549e37d2] {
  background: #ecf5ff;
  color: #409eff;
  border: 1px solid #b3d8ff;
  border-radius: 3px;
  padding: 0 6px;
  font-size: 11px;
  line-height: 20px;
}
.matched-amount-compare[data-v-549e37d2] {
  margin-top: 8px;
  font-size: 13px;
  color: #606266;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.matched-invoice-items[data-v-549e37d2] {
  margin-top: 8px;
  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: 4px;
}
.matched-items-label[data-v-549e37d2] {
  font-size: 12px;
  color: #909399;
}
.recommend-header[data-v-549e37d2] {
  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;
  margin-bottom: 8px;
}
.recommend-title[data-v-549e37d2] {
  font-size: 13px;
  font-weight: 600;
  color: #606266;
}
.recommend-list[data-v-549e37d2] {
  max-height: 320px;
  overflow-y: auto;
}
.recommend-item[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #ebeef5;
  border-radius: 6px;
  margin-bottom: 6px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  cursor: default;
}
.recommend-item[data-v-549e37d2]:hover {
  border-color: #409eff;
  background: #f5f9ff;
}
.recommend-item.recommend-best[data-v-549e37d2] {
  border-color: #b3e19d;
  background: #f9fcf6;
}
.recommend-item.recommend-used[data-v-549e37d2] {
  opacity: 0.5;
}
.recommend-item-left[data-v-549e37d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.recommend-item-main[data-v-549e37d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 3px;
}
.recommend-inv-no[data-v-549e37d2] {
  font-family: "Courier New", monospace;
  letter-spacing: 0.5px;
}
.recommend-item-detail[data-v-549e37d2] {
  font-size: 12px;
  color: #909399;
  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: 2px;
}
.recommend-item-goods[data-v-549e37d2] {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.recommend-goods-tag[data-v-549e37d2] {
  font-size: 12px;
  color: #606266;
  background: #f0f2f5;
  border-radius: 3px;
  padding: 1px 6px;
}
.recommend-sep[data-v-549e37d2] {
  color: #dcdfe6;
  margin: 0 4px;
}
.recommend-item-items[data-v-549e37d2] {
  margin-top: 3px;
}
.recommend-item-right[data-v-549e37d2] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.recommend-empty[data-v-549e37d2] {
  text-align: center;
  padding: 24px;
  color: #c0c4cc;
  font-size: 13px;
}
[data-v-549e37d2] .el-button {
  font-size: 14px;
  font-weight: 400;
}
[data-v-549e37d2] .el-input__inner {
  font-size: 14px;
  color: #1f2329;
}
[data-v-549e37d2] .el-select .el-input__inner {
  font-size: 14px;
  color: #1f2329;
}
[data-v-549e37d2] .el-date-editor .el-input__inner {
  font-size: 14px;
  color: #1f2329;
}
[data-v-549e37d2] .el-form-item__label {
  font-size: 14px;
  color: #1f2329;
}
[data-v-549e37d2] .el-tag {
  font-size: 14px;
}
[data-v-549e37d2] .el-pagination {
  font-size: 14px;
  color: #1f2329;
}
[data-v-549e37d2] .el-descriptions {
  font-size: 14px;
}
