.el-popover.popover-vxetable-header {
  padding: 0;
}
.el-popover.popover-vxetable-header .header-list-box {
  font-size: 13px;
  color: #1a1a1c;
}
.el-popover.popover-vxetable-header .header-list-box .item {
  border-top: 1px solid #e8e8e8;
}
.el-popover.popover-vxetable-header .header-list-box .item .content {
  padding: 8px 10px;
  cursor: pointer;
}
.el-popover.popover-vxetable-header .header-list-box .item.first {
  border: 0;
}
.el-popover.popover-vxetable-header .header-list-box .item:hover {
  color: #2196f3;
  background-color: #F5FAFF;
}
.custom-list-vxe {
  background: #fff;
  position: relative;
}
.custom-list-vxe.custom-list-padding {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-list-vxe .header {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
  font-size: 13px;
}
.custom-list-vxe .header.header-none {
  height: 0;
}
.custom-list-vxe .header .title {
  font-size: 16px;
  color: #1A1A1C;
  font-weight: 500;
}
.custom-list-vxe .header .el-button--small {
  font-size: 13px;
}
.custom-list-vxe .vxe-header--column {
  padding: 10px 0 !important;
}
.custom-list-vxe .vxe-body--column {
  padding: 0;
}
.custom-list-vxe .vxe-header--column .vxe-cell--title {
  width: calc(100% - 15px);
  line-height: 23px;
}
.custom-list-vxe .data-name-hover {
  cursor: pointer;
  display: block;
}
.custom-list-vxe .data-name-hover:hover {
  color: #2196F3;
}
.custom-list-vxe .el-pagination {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  background: #fff;
}
.custom-list-vxe .el-pagination ::v-deep .el-pagination__total {
  float: left;
}
.custom-list-vxe .el-pagination.align-left {
  text-align: left;
}
.custom-list-vxe ::v-deep .el-table::before {
  z-index: inherit;
}
.custom-list-vxe ::v-deep .el-table th {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 500;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.custom-list-vxe ::v-deep .el-table td {
  font-size: 14px;
  color: #1a1a1c;
  padding: 4px 0;
}
.custom-list-vxe ::v-deep .el-table td.operate .fa {
  font-size: 16px !important;
}
.custom-list-vxe ::v-deep .el-table__fixed-right-patch {
  background-color: #fafafa;
}
.fa .icon-text {
  margin-left: 8px;
  font-size: 14px;
}
.popover-list {
  max-height: 200px;
  overflow-y: auto;
}
.popover-list > li {
  width: 100%;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cell-screen-popover {
  margin-top: -25px !important;
}
.txt-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-button + .el-button[data-v-c1599c60] {
  margin-left: 5px;
}
[data-v-c1599c60] .el-dropdown {
  padding: 8px 0;
  color: #2196F3;
  cursor: pointer;
}
[data-v-c1599c60] .vxe-cell .vxe-cell--title .el-popover__reference {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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;
}
