.page-box {
  margin: 20px auto;
  text-align: center;
}
.page-box .el-pagination__editor.el-input {
  width: 70px !important;
}
.page-box .el-pagination__editor.el-input .el-input__inner {
  text-indent: 0 !important;
}
@charset "UTF-8";
.data-statistics[data-v-54c005d8] {
  padding: 20px;
  background-color: #f5f7fa;
  min-height: 100vh;
  /* 概览模块 */
  /* 图表模块 */
  /* 业绩模块 */
}
.data-statistics .overview-module[data-v-54c005d8] {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.data-statistics .overview-module .overview-item[data-v-54c005d8] {
  flex: 1;
  text-align: center;
}
.data-statistics .overview-module .overview-item .overview-title[data-v-54c005d8] {
  font-size: 14px;
  color: #606266;
  margin-bottom: 10px;
}
.data-statistics .overview-module .overview-item .overview-value[data-v-54c005d8] {
  font-size: 24px;
  font-weight: bold;
  color: #303133;
}
.data-statistics .overview-module .overview-divider[data-v-54c005d8] {
  width: 1px;
  background-color: #ebeef5;
  margin: 0 20px;
}
.data-statistics .chart-module[data-v-54c005d8] {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.data-statistics .chart-module .chart-header[data-v-54c005d8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.data-statistics .chart-module .chart-header .quick-view[data-v-54c005d8] {
  display: flex;
  gap: 10px;
}
.data-statistics .chart-module .chart-content[data-v-54c005d8] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.data-statistics .chart-module .chart-content .chart-item[data-v-54c005d8] {
  width: 50%;
  height: 300px;
}
.data-statistics .performance-module[data-v-54c005d8] {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.data-statistics .performance-module[data-v-54c005d8] .el-table .el-table__header-wrapper .el-table__header .el-table__cell .cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
