.pagination-containers {
  height: 40px;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 4;
}
.pagination-containers .total-text {
  position: static !important;
  margin-top: 0 !important;
  padding-left: 10px;
}
.radio-type-box {
  max-width: 100vw;
  height: 40px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radio-type-box .radio-type {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.radio-type-box .radio-type .el-radio {
  padding: 0 10px;
  margin: 0;
}
.radio-type-box .radio-type .el-radio .el-radio__label {
  font-size: 12px;
  padding-left: 5px;
}
.h5-statis-main.chart {
  position: relative;
}
.h5-statis-main.chart .h5-statis-ctrl-btns {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.h5-statis-main.chart .h5-chart-content {
  height: calc(100vh - 50px);
}
.h5-statis-export {
  position: fixed;
  bottom: 4px;
  right: 10px;
  z-index: 9;
}
.h5-chart-content {
  width: 100%;
  height: calc(100vh - 100px);
}
.h5-chart-content .echarts {
  width: 100%;
  height: 100%;
}
.h5-chart-tabs {
  width: 100%;
  overflow: auto;
}
.h5-chart-tabs .el-radio-group.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.h5-chart-tabs .el-radio-group .el-radio .el-radio__label {
  font-size: 12px;
}
.application-data-base .custom-vxe-table .vxe-table .vxe-cell {
  min-height: 34px;
}
