.forex-page[data-v-441a3644] {
  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-441a3644] {
  -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-441a3644] .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-441a3644] .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-441a3644] .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-441a3644] {
  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-441a3644] {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 100%;
  z-index: 20;
  background: #fff;
  border-right: 1px solid #e4e7ed;
}
.sidebar-panel[data-v-441a3644] {
  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-441a3644] {
  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-441a3644] {
  font-size: 14px;
  font-weight: 600;
  color: #303133;
}
.shouqi[data-v-441a3644] {
  font-size: 12px;
  color: #909399;
  cursor: pointer;
}
.shouqi[data-v-441a3644]:hover {
  color: #409eff;
}
.sidebar-content[data-v-441a3644] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding: 10px;
}
.full-height[data-v-441a3644] {
  height: 100%;
}
.cebianlanneiron[data-v-441a3644] {
  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-441a3644]:hover {
  background: #f8fafc;
}
.cebianlanneiron.active[data-v-441a3644] {
  background: #eff6ff;
  border-left-color: #409eff;
}
.cebianlanneiron .customer-name[data-v-441a3644] {
  font-size: 13px;
  font-weight: 600;
  color: #303133;
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cebianlanneiron > div[data-v-441a3644]: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-441a3644]:last-child {
  background: #409eff;
  color: #fff;
}
.sidebar-slide-enter-active[data-v-441a3644], .sidebar-slide-leave-active[data-v-441a3644] {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar-slide-enter[data-v-441a3644], .sidebar-slide-leave-to[data-v-441a3644] {
  opacity: 0;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}
.main-content[data-v-441a3644] {
  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-441a3644] {
  margin: 0 12px 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.toolbar-card[data-v-441a3644] .el-card__body {
  padding: 10px 14px;
}
.toolbar-form[data-v-441a3644] {
  margin: 0;
}
.toolbar-row[data-v-441a3644] {
  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-441a3644] .el-form-item {
  margin-bottom: 0;
  margin-right: 0;
}
.expand-btn[data-v-441a3644] {
  border-color: #d9ecff;
  color: #409eff;
}
.summary-strip[data-v-441a3644] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0 12px 8px;
  overflow-x: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.summary-pill[data-v-441a3644] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  white-space: nowrap;
}
.summary-pill span[data-v-441a3644] {
  font-size: 12px;
  color: #606266;
}
.summary-pill b[data-v-441a3644] {
  font-size: 14px;
  color: #303133;
}
.summary-pill .success[data-v-441a3644] {
  color: #67c23a;
}
.summary-pill .danger[data-v-441a3644] {
  color: #f56c6c;
}
.table-toolbar[data-v-441a3644] {
  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-441a3644], .toolbar-right[data-v-441a3644] {
  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-441a3644] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.status-filter-group[data-v-441a3644] .el-radio-button__inner {
  font-size: 12px;
}
.status-help-icon[data-v-441a3644] {
  color: #909399;
  cursor: help;
  font-size: 16px;
}
.status-help-content[data-v-441a3644] {
  max-width: 360px;
  line-height: 1.7;
}
.table-container[data-v-441a3644] {
  -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-441a3644] {
  -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-441a3644] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}
.pagination-wrap[data-v-441a3644] {
  -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-441a3644] {
  font-size: 12px;
  color: #909399;
}
.table-primary[data-v-441a3644] {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #303133;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-secondary[data-v-441a3644] {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #909399;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amount-cell[data-v-441a3644] {
  font-weight: 600;
}
.success[data-v-441a3644] {
  color: #67c23a !important;
}
.danger[data-v-441a3644] {
  color: #f56c6c !important;
}
.normal[data-v-441a3644] {
  color: #303133 !important;
}
.cost-cell[data-v-441a3644] {
  font-weight: 700;
}
[data-v-441a3644] .biz-table {
  height: 100%;
  width: 100%;
  background: transparent;
}
[data-v-441a3644] .biz-table .el-table__header-wrapper,[data-v-441a3644] .biz-table .el-table__body-wrapper,[data-v-441a3644] .biz-table .el-table__fixed-right,[data-v-441a3644] .biz-table .el-table__fixed,[data-v-441a3644] .biz-table th,[data-v-441a3644] .biz-table tr,[data-v-441a3644] .biz-table td {
  background: transparent;
}
[data-v-441a3644] .biz-table .el-table__body,[data-v-441a3644] .biz-table .el-table__header {
  width: 100% !important;
  table-layout: fixed;
}
[data-v-441a3644] .biz-table .cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.forex-wrap[data-v-441a3644] .basic-container,
.forex-wrap[data-v-441a3644] .basic-container__card,
.forex-wrap[data-v-441a3644] .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-441a3644] .basic-container__card > .el-card__body {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.drawer-shell[data-v-441a3644] {
  padding: 18px 22px 22px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.drawer-header-custom[data-v-441a3644] {
  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: 16px;
  padding-bottom: 16px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ebeef5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.drawer-title[data-v-441a3644] {
  font-size: 18px;
  font-weight: 700;
  color: #303133;
}
.drawer-subtitle[data-v-441a3644] {
  margin-top: 4px;
  font-size: 13px;
  color: #909399;
}
.drawer-action-group[data-v-441a3644] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.drawer-body[data-v-441a3644] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  min-height: 0;
}
.detail-overview[data-v-441a3644] {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}
.detail-card[data-v-441a3644] {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #ebeef5;
  border-radius: 6px;
  background: #fafbfc;
}
.detail-card span[data-v-441a3644] {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #909399;
}
.detail-card b[data-v-441a3644] {
  display: block;
  font-size: 16px;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-tabs[data-v-441a3644] {
  min-height: 0;
}
.inner-table[data-v-441a3644] {
  width: 100%;
}
.fee-table[data-v-441a3644] {
  margin-top: 12px;
}
.detail-descriptions[data-v-441a3644] {
  margin-bottom: 12px;
}
.formula-panel[data-v-441a3644] {
  border: 1px solid #ebeef5;
  border-radius: 6px;
  overflow: hidden;
}
.formula-row[data-v-441a3644] {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 180px;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  border-bottom: 1px solid #ebeef5;
}
.formula-row[data-v-441a3644]:last-child {
  border-bottom: none;
}
.formula-row span[data-v-441a3644] {
  font-size: 13px;
  color: #606266;
}
.formula-row b[data-v-441a3644] {
  font-size: 13px;
  color: #303133;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.formula-row em[data-v-441a3644] {
  font-style: normal;
  font-size: 13px;
  color: #409eff;
  text-align: right;
}
.formula-alert[data-v-441a3644] {
  margin-top: 12px;
}
@media (max-width: 1200px) {
.detail-overview[data-v-441a3644] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.toolbar-right[data-v-441a3644] {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
