.forex-page[data-v-33f78399] {
  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-33f78399] {
  -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-33f78399] .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-33f78399] .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-33f78399] .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-33f78399] {
  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-33f78399] {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 100%;
  z-index: 20;
  background: #fff;
  border-right: 1px solid #e4e7ed;
}
.sidebar-panel[data-v-33f78399] {
  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-33f78399] {
  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-33f78399] {
  font-size: 14px;
  font-weight: 600;
  color: #303133;
}
.shouqi[data-v-33f78399] {
  font-size: 12px;
  color: #909399;
  cursor: pointer;
}
.shouqi[data-v-33f78399]:hover {
  color: #409eff;
}
.sidebar-content[data-v-33f78399] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding: 10px;
}
.full-height[data-v-33f78399] {
  height: 100%;
}
.cebianlanneiron[data-v-33f78399] {
  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-33f78399]:hover {
  background: #f8fafc;
}
.cebianlanneiron.active[data-v-33f78399] {
  background: #eff6ff;
  border-left-color: #409eff;
}
.cebianlanneiron .customer-name[data-v-33f78399] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: #303133;
}
.cebianlanneiron > div[data-v-33f78399]: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-33f78399]:last-child {
  background: #409eff;
  color: #fff;
}
.sidebar-slide-enter-active[data-v-33f78399], .sidebar-slide-leave-active[data-v-33f78399] {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar-slide-enter[data-v-33f78399], .sidebar-slide-leave-to[data-v-33f78399] {
  opacity: 0;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}
.main-content[data-v-33f78399] {
  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;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.toolbar-card[data-v-33f78399] {
  margin: 0 12px 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.toolbar-card[data-v-33f78399] .el-card__body {
  padding: 10px 14px;
}
.toolbar-form[data-v-33f78399] {
  margin: 0;
}
.toolbar-row[data-v-33f78399] {
  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-33f78399] .el-form-item {
  margin-bottom: 0;
  margin-right: 0;
}
.table-toolbar[data-v-33f78399] {
  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-33f78399], .toolbar-right[data-v-33f78399] {
  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;
  min-width: 0;
}
.toolbar-right[data-v-33f78399] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.current-context[data-v-33f78399] {
  max-width: 520px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #606266;
  font-size: 13px;
}
.expand-btn[data-v-33f78399] {
  border-color: #d9ecff;
  color: #409eff;
}
.table-container[data-v-33f78399] {
  -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%;
}
.tabs-row[data-v-33f78399] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 12px;
  background: #fff;
  border-top: 1px solid #ebeef5;
  border-bottom: 1px solid #ebeef5;
}
.data-tabs[data-v-33f78399] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.data-tabs[data-v-33f78399] .el-tabs__header {
  margin: 0;
}
.data-tabs[data-v-33f78399] .el-tabs__nav-wrap::after {
  background-color: #ebeef5;
}
.table-scroll[data-v-33f78399] {
  -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%;
  padding: 10px 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-scroll-inner[data-v-33f78399] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}
.empty-panel[data-v-33f78399] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 220px;
  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: #909399;
  background: #fff;
  border: 1px dashed #dcdfe6;
}
.empty-panel i[data-v-33f78399] {
  font-size: 32px;
  margin-bottom: 10px;
  color: #c0c4cc;
}
.empty-title[data-v-33f78399] {
  font-size: 14px;
  color: #606266;
  margin-bottom: 6px;
}
.empty-desc[data-v-33f78399] {
  font-size: 13px;
  color: #909399;
}
.pagination-wrap[data-v-33f78399] {
  -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-33f78399] {
  font-size: 12px;
  color: #909399;
}
.biz-table[data-v-33f78399] {
  height: 100%;
  width: 100%;
}
.biz-table[data-v-33f78399] .cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag-gap[data-v-33f78399] {
  margin-right: 4px;
}
.muted[data-v-33f78399] {
  color: #c0c4cc;
}
.log-drawer-body[data-v-33f78399] {
  height: calc(100vh - 88px);
  padding: 0 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.failure-summary[data-v-33f78399] {
  margin-bottom: 12px;
}
[data-v-33f78399] .el-button,[data-v-33f78399] .el-input__inner,[data-v-33f78399] .el-select .el-input__inner,[data-v-33f78399] .el-tag,[data-v-33f78399] .el-table {
  font-size: 14px;
}
@media (max-width: 1180px) {
.toolbar-right[data-v-33f78399] {
    display: none;
}
}
