@charset "UTF-8";
.voucher-list-page[data-v-579f820e] {
  height: calc(100% - 30px) !important;
  min-height: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  color: #1f2329;
}
.voucher-wrap[data-v-579f820e] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 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;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.voucher-wrap[data-v-579f820e] .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;
}
.voucher-wrap[data-v-579f820e] .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: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mission-center-container[data-v-579f820e] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 0;
  max-width: 100%;
  height: 100%;
}
.sidebar-slide-enter-active[data-v-579f820e], .sidebar-slide-leave-active[data-v-579f820e] {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.sidebar-slide-enter[data-v-579f820e], .sidebar-slide-leave-to[data-v-579f820e] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.sidebar-container[data-v-579f820e] {
  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: 10px;
  background: transparent;
}
.sidebar-panel[data-v-579f820e] {
  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-579f820e] {
  height: 100%;
}
.sidebar-panel .sidebar-header[data-v-579f820e] {
  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-579f820e] {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}
.sidebar-panel .sidebar-content[data-v-579f820e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 10px;
}
.shouqi[data-v-579f820e] {
  font-size: 14px;
  color: #94a3b8;
  cursor: pointer;
}
.shouqi[data-v-579f820e]:hover {
  color: #475569;
}
.cebianlanneiron[data-v-579f820e] {
  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;
  font-size: 14px;
  color: #1f2329;
  margin-bottom: 8px;
}
.cebianlanneiron[data-v-579f820e]:hover {
  cursor: pointer;
  background-color: #f8fafc;
}
.cebianlanneiron.active[data-v-579f820e] {
  background-color: #e0f2fe;
  color: #0ea5e9;
  font-weight: 500;
}
.customer-name[data-v-579f820e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
}
.expand-btn[data-v-579f820e] {
  border-color: #b3d8ff;
  color: #409eff;
  background: #ecf5ff;
}
.voucher-layout[data-v-579f820e] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}

/* 主区域 */
.voucher-main[data-v-579f820e] {
  -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;
  height: 100%;
  padding: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 顶部工具栏 */
.voucher-toolbar[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 8px;
}
.toolbar-left[data-v-579f820e], .toolbar-right[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

/* 状态 Tab */
.status-tabs[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 2px solid #ebeef5;
}
.status-tab[data-v-579f820e] {
  padding: 8px 16px;
  font-size: 13px;
  color: #606266;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.status-tab[data-v-579f820e]:hover {
  color: #409eff;
}
.status-tab.active[data-v-579f820e] {
  color: #409eff;
  border-bottom-color: #409eff;
  font-weight: 600;
}
.status-tab.tab-danger.active[data-v-579f820e] {
  color: #f56c6c;
  border-bottom-color: #f56c6c;
}

/* 卡片列表 */
.voucher-list-panel[data-v-579f820e] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  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;
  background: #fff;
}
.voucher-card-list[data-v-579f820e] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-height: 0;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-gutter: stable;
}

/* 单张凭证卡片 */
.voucher-card[data-v-579f820e] {
  position: relative;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}
.voucher-card[data-v-579f820e]:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.voucher-card--selected[data-v-579f820e] {
  border-color: #409eff;
  -webkit-box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.14);
          box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.14);
}
.voucher-card--selected[data-v-579f820e]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #409eff;
  z-index: 2;
}
.voucher-card--selected .vc-header[data-v-579f820e] {
  background: #ecf5ff;
}
.voucher-card--selected .vc-meta[data-v-579f820e],
.voucher-card--selected .vc-entry-row[data-v-579f820e] {
  background: #f8fbff;
}
.voucher-card--selected .vc-entry-header[data-v-579f820e] {
  background: #eef6ff;
  color: #245d9f;
}
.voucher-card--selected .vc-entry-row.even[data-v-579f820e] {
  background: #f3f8ff;
}
.voucher-card--selected .vc-entry-total[data-v-579f820e] {
  background: #e6f2ff;
}
.voucher-card--selected .vc-business-link[data-v-579f820e] {
  background: #e8f3ff;
  border-color: #9ec9ff;
}

/* 卡片顶部 */
.vc-header[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #f0f2f5;
  background: #fafbfc;
}
.vc-header-left[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  min-width: 0;
  font-size: 13px;
  color: #606266;
}
.vc-header-right[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vc-no strong[data-v-579f820e] {
  color: #303133;
}
.vc-status[data-v-579f820e] {
  font-size: 12px;
  font-weight: 600;
}
.vc-status--pending_confirm[data-v-579f820e] {
  color: #e6a23c;
}
.vc-status--pending_push[data-v-579f820e] {
  color: #409eff;
}
.vc-status--push_failed[data-v-579f820e] {
  color: #f56c6c;
}
.vc-status--pushed[data-v-579f820e] {
  color: #67c23a;
}

/* 卡片 meta */
.vc-meta[data-v-579f820e] {
  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 12px;
  padding: 6px 14px;
  font-size: 12px;
  color: #909399;
  position: relative;
}
.vc-meta-item[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.vc-actions[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding-left: 10px;
  border-left: 1px solid #e4e7ed;
}
.vc-business-link[data-v-579f820e] {
  max-width: 360px;
  min-width: 240px;
  height: 26px;
  padding: 2px 8px;
  border: 1px solid #d9ecff;
  border-radius: 4px;
  background: #fbfdff;
  color: #1f2329;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
  text-align: left;
  font-size: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.vc-business-link[data-v-579f820e]:hover {
  border-color: #409eff;
  background: #ecf5ff;
}
.vc-business-label[data-v-579f820e] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #409eff;
  font-weight: 600;
}
.vc-business-no[data-v-579f820e] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #1f2329;
}
.vc-business-link i[data-v-579f820e] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #409eff;
  font-size: 12px;
}
.vc-entry-toggle[data-v-579f820e] {
  margin-left: auto;
  padding: 0;
}

/* 分录表 */
.vc-entries[data-v-579f820e] {
  font-size: 13px;
}
.vc-entry-header[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 14px;
  background: #f5f7fa;
  font-weight: 600;
  color: #606266;
  border-top: 1px solid #ebeef5;
}
.vc-entry-row[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 14px;
  border-top: 1px solid #f5f5f5;
}
.vc-entry-row.even[data-v-579f820e] {
  background: #fafbfc;
}
.vc-entry-total[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 14px;
  background: #e3f2fd;
  font-weight: 700;
  color: #1565c0;
  border-top: 1px solid #bbdefb;
}
.ve-summary[data-v-579f820e] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ve-account[data-v-579f820e] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ve-debit[data-v-579f820e] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.ve-credit[data-v-579f820e] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.ve-aux[data-v-579f820e] {
  color: #909399;
  font-size: 11px;
  margin-left: 2px;
}

/* 分页 */
.voucher-pagination[data-v-579f820e] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 44px;
  padding: 8px 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;
  border-top: 1px solid #eef0f2;
  background: #fff;
}
.pagination-total[data-v-579f820e] {
  font-size: 13px;
  color: #606266;
}

/* 右侧账期切换器 */
.period-sidebar[data-v-579f820e] {
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-left: 1px solid #ebeef5;
  background: #fafbfc;
  overflow-y: auto;
  padding: 8px 0;
}
.period-year[data-v-579f820e] {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #909399;
  padding: 8px 0 4px;
}
.period-month[data-v-579f820e] {
  text-align: center;
  padding: 6px 0;
  font-size: 13px;
  color: #606266;
  cursor: pointer;
  border-left: 3px solid transparent;
}
.period-month[data-v-579f820e]:hover {
  background: #ecf5ff;
  color: #409eff;
}
.period-month.active[data-v-579f820e] {
  background: #ecf5ff;
  color: #409eff;
  border-left-color: #409eff;
  font-weight: 600;
}

/* 抽屉 */
.drawer-shell[data-v-579f820e] {
  height: 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;
}
.drawer-title[data-v-579f820e] {
  font-size: 15px;
  font-weight: 600;
  color: #1f2329;
}
.drawer-header-custom[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #ebeef5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.drawer-body[data-v-579f820e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding: 18px 20px 28px;
}
.drawer-subtitle[data-v-579f820e] {
  color: #909399;
  font-size: 13px;
}
.drawer-action-group[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.danger-text-btn[data-v-579f820e] {
  color: #f56c6c !important;
}
[data-v-579f820e] .el-button,[data-v-579f820e] .el-input__inner,[data-v-579f820e] .el-select .el-input__inner,[data-v-579f820e] .el-tag,[data-v-579f820e] .el-pagination {
  font-size: 14px;
}

/* 凭证生成弹窗 */
[data-v-579f820e] .generate-voucher-dialog {
  max-width: 560px;
  margin-bottom: 0;
  border-radius: 6px;
  overflow: hidden;
}
[data-v-579f820e] .generate-voucher-dialog .el-dialog__header {
  padding: 14px 20px;
  border-bottom: 1px solid #e4e7ed;
  background: #fafbfc;
}
[data-v-579f820e] .generate-voucher-dialog .el-dialog__title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2329;
}
[data-v-579f820e] .generate-voucher-dialog .el-dialog__body {
  padding: 0;
  background: #fff;
}
[data-v-579f820e] .generate-voucher-dialog .el-dialog__footer {
  padding: 12px 20px;
  border-top: 1px solid #e4e7ed;
  background: #fff;
}
.generate-dialog-body[data-v-579f820e] {
  padding: 16px 20px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.generate-dialog-intro[data-v-579f820e] {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.generate-dialog-intro strong[data-v-579f820e] {
  font-size: 14px;
  color: #1f2329;
}
.generate-dialog-intro span[data-v-579f820e] {
  font-size: 13px;
  line-height: 1.5;
  color: #606266;
}
.generate-scope-list[data-v-579f820e] {
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}
.generate-scope-item[data-v-579f820e] {
  min-height: 38px;
  padding: 0 12px;
  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;
  border-top: 1px solid #eef0f2;
  font-size: 13px;
}
.generate-scope-item[data-v-579f820e]:first-child {
  border-top: none;
}
.generate-scope-item span[data-v-579f820e] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #909399;
}
.generate-scope-item strong[data-v-579f820e] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1f2329;
  font-weight: 600;
}
.generate-result-card[data-v-579f820e] {
  border: 1px solid #b3d8ff;
  border-radius: 4px;
  background: #f4f9ff;
  padding: 14px 16px;
  margin-bottom: 10px;
  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;
}
.generate-result-main[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  min-width: 0;
}
.generate-result-main strong[data-v-579f820e] {
  font-size: 30px;
  line-height: 1;
  color: #409eff;
  font-weight: 700;
}
.generate-result-main span[data-v-579f820e] {
  font-size: 14px;
  color: #1f2329;
  font-weight: 600;
}
.generate-result-sub[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 12px;
  color: #606266;
  text-align: right;
}
.generate-simple-note[data-v-579f820e] {
  min-height: 36px;
  border: 1px solid #f3d19e;
  border-radius: 4px;
  background: #fff9f0;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #8a5a14;
}
.generate-simple-note i[data-v-579f820e] {
  color: #e6a23c;
}
.generate-dialog-footer[data-v-579f820e] {
  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;
  width: 100%;
  font-size: 13px;
  color: #606266;
}

/* ===== 专业凭证详情抽屉 ===== */
.vd-shell[data-v-579f820e] {
  height: 100%;
  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;
}

/* 顶部固定头 */
.vd-header[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #e4e7ed;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fafbfc;
}
.vd-title[data-v-579f820e] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
}
.vd-header-right[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

/* 警示条 */
.vd-warning-bar[data-v-579f820e] {
  padding: 8px 20px;
  background: #fff3e0;
  border-bottom: 1px solid #ffe0b2;
  color: #e65100;
  font-size: 13px;
  -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;
}

/* 中间滚动区 */
.vd-body[data-v-579f820e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 16px 20px;
}

/* 元信息行 */
.vd-meta-row[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 8px 14px;
  font-size: 13px;
  color: #606266;
  border: 1px solid #e4e7ed;
  border-bottom: none;
  background: #fff;
}
.vd-meta-row[data-v-579f820e]:first-child {
  border-radius: 6px 6px 0 0;
}
.vd-meta-row--liandoo[data-v-579f820e] {
  background: #f5f7fa;
  border-bottom: 1px solid #e4e7ed;
  border-radius: 0 0 6px 6px;
  margin-bottom: 12px;
}
.vd-meta-field[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.vd-meta-field strong[data-v-579f820e] {
  color: #303133;
}

/* 分录表格 */
.vd-entry-table[data-v-579f820e] {
  border: 1px solid #b2dfdb;
  border-radius: 6px;
  overflow: hidden;
}
.vd-entry-thead[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e0f2f1;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 700;
  color: #00695c;
  border-bottom: 1px solid #b2dfdb;
}

/* 刻度尺 */
.vd-ruler[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f1f8f6;
  border-bottom: 1px solid #b2dfdb;
  font-size: 10px;
  color: #80cbc4;
}
.ruler-cells[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ruler-cells span[data-v-579f820e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-left: 1px solid #e0f2f1;
  line-height: 18px;
}
.ruler-cells span[data-v-579f820e]:first-child {
  border-left: none;
}

/* 列宽度定义 */
.vde-seq[data-v-579f820e] {
  width: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.vde-summary[data-v-579f820e] {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  min-width: 0;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vde-account[data-v-579f820e] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  min-width: 0;
  padding: 0 8px;
}
.vde-debit[data-v-579f820e] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: right;
  padding: 0 8px;
  font-variant-numeric: tabular-nums;
  font-family: "Courier New", Consolas, monospace;
}
.vde-credit[data-v-579f820e] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: right;
  padding: 0 8px;
  font-variant-numeric: tabular-nums;
  font-family: "Courier New", Consolas, monospace;
}
.vde-action[data-v-579f820e] {
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}

/* 分录行 */
.vd-entry-row[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  border-bottom: 1px solid #e8f5e9;
  font-size: 13px;
  color: #303133;
}
.vd-row-even[data-v-579f820e] {
  background: #f9fffe;
}
.vd-row-empty[data-v-579f820e] {
  min-height: 36px;
}
.vd-entry-row[data-v-579f820e]:hover {
  background: #e8f5e9;
}
.vde-amount[data-v-579f820e] {
  font-size: 14px;
  font-weight: 600;
}

/* 科目区内容 */
.vde-account-main[data-v-579f820e] {
  font-weight: 600;
  font-size: 13px;
  color: #303133;
}
.vde-account-aux[data-v-579f820e] {
  font-size: 11px;
  color: #26a69a;
}
.vde-account-balance[data-v-579f820e] {
  font-size: 11px;
  color: #bdbdbd;
}

/* 合计行 */
.vd-entry-total[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  background: #e3f2fd;
  border-top: 2px solid #90caf9;
  font-size: 14px;
  font-weight: 700;
  color: #1565c0;
}
.vd-total-cn[data-v-579f820e] {
  font-size: 12px;
  font-weight: 400;
  color: #1565c0;
}
.vd-total-amount[data-v-579f820e] {
  font-size: 15px;
}

/* 底部固定操作栏 */
.vd-footer[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border-top: 1px solid #e4e7ed;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fafbfc;
}
.vd-footer-meta[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 12px;
  color: #909399;
}
.vd-footer-actions[data-v-579f820e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
