.pagination-containers[data-v-e7ead998] {
  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;
  position: relative;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
  background: #fff;
}
.pagination-containers .total-text[data-v-e7ead998] {
  padding: 2px 5px;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pagination-containers .page-text[data-v-e7ead998] {
  color: #409eff;
}
.toggle-box[data-v-42ff25f8] {
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.toggle-box .toggle-btn[data-v-42ff25f8] {
  line-height: 20px;
  position: absolute;
  right: -2px;
  bottom: -2px;
  cursor: pointer;
}
@charset "UTF-8";
.common-table-container-new {
  position: relative;
  /* 解决表格错位 */
  /*设置表样式*/
}
.common-table-container-new .fold-button {
  position: absolute;
  right: 10px;
}
.common-table-container-new .fold-button.el-button--small {
  top: -42px;
}
.common-table-container-new .fold-button.el-button--medium {
  top: -46px;
}
.common-table-container-new .el-table th.gutter {
  display: none;
  width: 0 !important;
}
.common-table-container-new .el-table colgroup col[name=gutter] {
  display: none;
  width: 0 !important;
}
.common-table-container-new .el-table thead tr th {
  background-color: #f4f5f6;
}
.common-table-container-new .el-table .cell, .common-table-container-new .el-table th div {
  padding: 0 !important;
}
.common-table-container-new .el-table .cell, .common-table-container-new .el-table--border td:first-child .cell {
  padding-left: 5px;
}
.common-table-container-new .el-table tr td .cell, .common-table-container-new .el-table tr th .cell {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.statistic-table .el-table thead tr th {
  padding: 2px 0;
  font-weight: normal;
}
.statistic-table .el-table tr th .cell {
  position: initial;
}
.statistic-table .header-fold .header-content {
  padding-right: 12px !important;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
.statistic-table .header-fold .toggle-btn {
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.statistic-table .pagination-containers {
  bottom: 0;
}

/* 定义滚动条整体样式 */
.cockpit-table::-webkit-scrollbar {
  width: 5px;
}

/* 定义滚动条轨道 */
.cockpit-table::-webkit-scrollbar-track {
  background: #002B76;
  border-radius: 1px;
}

/* 定义滚动条滑块 */
.cockpit-table::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Firefox */
.cockpit-table {
  scrollbar-width: thin;
  scrollbar-color: #888 #002B76;
}

/* IE 和 Edge */
.cockpit-table {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
