.forex-page[data-v-bf529e00] {
  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-size: 14px;
  color: #1f2329;
}
.forex-wrap[data-v-bf529e00] {
  -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;
}
.forex-wrap[data-v-bf529e00] .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;
}
.forex-wrap[data-v-bf529e00] .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;
}
.forex-wrap[data-v-bf529e00] .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;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mission-center-container[data-v-bf529e00] {
  position: relative;
  min-height: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.sidebar-container[data-v-bf529e00] {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 100%;
  z-index: 20;
  background: #fff;
  border-right: 1px solid #e4e7ed;
}
.sidebar-panel[data-v-bf529e00] {
  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-bf529e00] {
  padding: 14px 16px;
  border-bottom: 1px solid #ebeef5;
  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;
}
.sidebar-title[data-v-bf529e00] {
  font-size: 14px;
  font-weight: 600;
  color: #303133;
}
.shouqi[data-v-bf529e00] {
  font-size: 12px;
  color: #909399;
  cursor: pointer;
}
.shouqi[data-v-bf529e00]:hover {
  color: #409eff;
}
.sidebar-content[data-v-bf529e00] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding: 10px;
}
.full-height[data-v-bf529e00] {
  height: 100%;
}
.cebianlanneiron[data-v-bf529e00] {
  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 14px;
  cursor: pointer;
  border-left: 3px solid transparent;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border-radius: 4px;
  margin-bottom: 2px;
}
.cebianlanneiron[data-v-bf529e00]:hover {
  background: #f8fafc;
}
.cebianlanneiron.active[data-v-bf529e00] {
  background: #eff6ff;
  border-left-color: #409eff;
}
.cebianlanneiron .customer-name[data-v-bf529e00] {
  font-size: 13px;
  font-weight: 600;
  color: #303133;
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cebianlanneiron > div[data-v-bf529e00]:last-child {
  min-width: 22px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #f0f2f5;
  color: #606266;
  font-size: 12px;
  text-align: center;
}
.cebianlanneiron.active > div[data-v-bf529e00]:last-child {
  background: #409eff;
  color: #fff;
}
.sidebar-slide-enter-active[data-v-bf529e00], .sidebar-slide-leave-active[data-v-bf529e00] {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar-slide-enter[data-v-bf529e00], .sidebar-slide-leave-to[data-v-bf529e00] {
  opacity: 0;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}
.main-content[data-v-bf529e00] {
  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;
  padding: 10px 0 0;
  overflow: hidden;
  -webkit-transition: margin-left 0.2s ease;
  transition: margin-left 0.2s ease;
}
.toolbar-card[data-v-bf529e00] {
  margin: 0 12px 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.toolbar-card[data-v-bf529e00] .el-card__body {
  padding: 10px 14px;
}
.toolbar-form[data-v-bf529e00] {
  margin: 0;
}
.toolbar-row[data-v-bf529e00] {
  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: 8px;
}
.toolbar-form[data-v-bf529e00] .el-form-item {
  margin-bottom: 0;
  margin-right: 0;
}
.expand-btn[data-v-bf529e00] {
  border-color: #d9ecff;
  color: #409eff;
}
.table-toolbar[data-v-bf529e00] {
  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;
  padding: 0 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.toolbar-left[data-v-bf529e00], .toolbar-right[data-v-bf529e00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.toolbar-right[data-v-bf529e00] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.status-filter-group[data-v-bf529e00] .el-radio-button__inner {
  font-size: 12px;
}
.table-container[data-v-bf529e00] {
  -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;
  width: 100%;
}
.table-scroll[data-v-bf529e00] {
  -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;
  width: 100%;
}
.table-scroll-inner[data-v-bf529e00] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}
.pagination-wrap[data-v-bf529e00] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 12px;
  padding: 8px 12px;
  border-top: 1px solid #eef0f2;
  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-bf529e00] {
  font-size: 12px;
  color: #909399;
}
.amount-cell[data-v-bf529e00] {
  font-weight: 600;
  color: #303133;
}
.table-action-group[data-v-bf529e00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2px 10px;
}
.action-slot[data-v-bf529e00] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-bf529e00] .biz-table {
  height: 100%;
  width: 100%;
  background: transparent;
}
[data-v-bf529e00] .biz-table .el-table__header-wrapper,[data-v-bf529e00] .biz-table .el-table__body-wrapper,[data-v-bf529e00] .biz-table .el-table__fixed-right,[data-v-bf529e00] .biz-table .el-table__fixed,[data-v-bf529e00] .biz-table th,[data-v-bf529e00] .biz-table tr,[data-v-bf529e00] .biz-table td {
  background: transparent;
}
[data-v-bf529e00] .biz-table .el-table__body,[data-v-bf529e00] .biz-table .el-table__header {
  width: 100% !important;
  table-layout: fixed;
}
[data-v-bf529e00] .biz-table .cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.forex-wrap[data-v-bf529e00] .basic-container,
.forex-wrap[data-v-bf529e00] .basic-container__card,
.forex-wrap[data-v-bf529e00] .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;
}
.forex-wrap[data-v-bf529e00] .basic-container__card > .el-card__body {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub-text[data-v-bf529e00] {
  display: block;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.1;
}
.text-warning[data-v-bf529e00] {
  color: #d97706;
}
.delete-action[data-v-bf529e00],
.delete-action[data-v-bf529e00]:hover,
.delete-action[data-v-bf529e00]:focus {
  color: #f56c6c !important;
}
.entry-dialog[data-v-bf529e00] .el-dialog__body {
  padding: 14px 18px 8px;
}
.entry-layout[data-v-bf529e00] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 14px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.entry-main[data-v-bf529e00] {
  min-width: 0;
}
.entry-aside[data-v-bf529e00] {
  min-width: 0;
}
.entry-preview[data-v-bf529e00] {
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #f8fafc;
  padding: 14px;
}
.entry-preview-title[data-v-bf529e00] {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 10px;
}
.entry-preview-amount[data-v-bf529e00] {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2937;
}
.entry-preview-original[data-v-bf529e00] {
  margin: 3px 0 12px;
  color: #64748b;
  font-size: 12px;
}
.entry-preview-list[data-v-bf529e00] {
  margin-top: 14px;
}
.entry-preview-list > div[data-v-bf529e00] {
  padding: 10px 0;
  border-top: 1px solid #e5e7eb;
}
.entry-preview-list span[data-v-bf529e00] {
  display: block;
  color: #94a3b8;
  font-size: 12px;
  margin-bottom: 3px;
}
.entry-preview-list b[data-v-bf529e00] {
  display: block;
  color: #1f2937;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-section[data-v-bf529e00] {
  border: 1px solid #edf2f7;
  border-radius: 4px;
  padding: 14px 14px 0;
  margin-bottom: 12px;
}
.form-section-title[data-v-bf529e00] {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 12px;
}
.entry-form[data-v-bf529e00] .el-form-item {
  margin-bottom: 14px;
}
.entry-form[data-v-bf529e00] .el-input,
.entry-form[data-v-bf529e00] .el-select,
.entry-form[data-v-bf529e00] .el-date-editor,
.entry-form[data-v-bf529e00] .el-input-number {
  width: 100%;
}
.attachment-editor[data-v-bf529e00] {
  padding-bottom: 12px;
}
.upload-tip[data-v-bf529e00] {
  margin-left: 10px;
  color: #64748b;
  font-size: 12px;
}
.attachment-dialog-body .attachment-desc[data-v-bf529e00] {
  margin-bottom: 12px;
}
.attachment-preview-card[data-v-bf529e00] {
  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: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #f8fafc;
  margin-bottom: 12px;
}
.attachment-file-name[data-v-bf529e00] {
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
}
.attachment-file-meta[data-v-bf529e00] {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 12px;
}
.attachment-preview-box[data-v-bf529e00] {
  height: 240px;
  border: 1px dashed #cbd5e1;
  border-radius: 6px;
  background: #fff;
  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;
  color: #64748b;
  margin-bottom: 12px;
}
.attachment-preview-box i[data-v-bf529e00] {
  font-size: 38px;
  color: #409eff;
  margin-bottom: 10px;
}
.attachment-preview-box div[data-v-bf529e00] {
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 6px;
}
.attachment-preview-box span[data-v-bf529e00] {
  font-size: 12px;
}
.proof-upload[data-v-bf529e00] .el-upload,
.proof-upload[data-v-bf529e00] .el-upload-dragger {
  width: 100%;
}
.attachment-current[data-v-bf529e00] {
  margin-top: 10px;
  color: #475569;
  font-size: 12px;
}
.export-template-layout[data-v-bf529e00] {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 14px;
}
.export-template-menu[data-v-bf529e00] {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}
.export-template-item[data-v-bf529e00] {
  padding: 13px 14px;
  cursor: pointer;
  border-bottom: 1px solid #edf2f7;
}
.export-template-item[data-v-bf529e00]:last-child {
  border-bottom: 0;
}
.export-template-item[data-v-bf529e00]:hover {
  background: #f8fafc;
}
.export-template-item.active[data-v-bf529e00] {
  background: #eff6ff;
  border-left: 3px solid #409eff;
  padding-left: 11px;
}
.export-template-item div[data-v-bf529e00] {
  color: #1f2937;
  font-size: 13px;
  font-weight: 600;
}
.export-template-item span[data-v-bf529e00] {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.4;
}
.export-template-main[data-v-bf529e00] {
  min-width: 0;
}
.export-template-header[data-v-bf529e00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.export-template-title[data-v-bf529e00] {
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
}
.export-template-desc[data-v-bf529e00] {
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
}
.export-meta[data-v-bf529e00] {
  margin-bottom: 10px;
}
.type-toolbar[data-v-bf529e00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  color: #64748b;
  font-size: 12px;
}
.drawer-shell[data-v-bf529e00] {
  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: #f8fafc;
}
.drawer-header-custom[data-v-bf529e00] {
  min-height: 66px;
  padding: 0 16px;
  border-bottom: 1px solid #e5e7eb;
  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;
}
.drawer-title[data-v-bf529e00] {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}
.drawer-subtitle[data-v-bf529e00] {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 12px;
}
.drawer-body[data-v-bf529e00] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  padding: 14px;
  overflow: auto;
}
.detail-overview[data-v-bf529e00] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}
.detail-card[data-v-bf529e00] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 10px;
}
.detail-card span[data-v-bf529e00] {
  display: block;
  color: #64748b;
  font-size: 12px;
  margin-bottom: 4px;
}
.detail-card b[data-v-bf529e00] {
  display: block;
  color: #1f2937;
  font-size: 15px;
}
.detail-section[data-v-bf529e00] {
  margin-bottom: 12px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.detail-section-title[data-v-bf529e00] {
  margin-bottom: 12px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
}
.detail-grid[data-v-bf529e00] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}
.detail-grid span[data-v-bf529e00] {
  display: block;
  color: #94a3b8;
  font-size: 12px;
  margin-bottom: 4px;
}
.detail-grid b[data-v-bf529e00] {
  display: block;
  color: #1f2937;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-proof-row[data-v-bf529e00] {
  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-bottom: 10px;
  border-bottom: 1px solid #edf2f7;
}
.detail-proof-row span[data-v-bf529e00] {
  display: block;
  color: #94a3b8;
  font-size: 12px;
  margin-bottom: 4px;
}
.detail-proof-row b[data-v-bf529e00] {
  display: block;
  color: #1f2937;
  font-size: 13px;
  font-weight: 600;
}
.detail-summary[data-v-bf529e00] {
  padding-top: 10px;
  color: #475569;
  font-size: 13px;
  line-height: 1.6;
}
