/**
 * html
 * date: 2024-8-12
 * author: hxh;
 */
.statistics {
  width: 898px;
  height: 456px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #dcdcdc;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.statistics * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.statistics .tab-hd {
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 16px;
}
.statistics .tab-hd .statistics-tab {
  height: 50px;
  line-height: 50px;
  padding-left: 32px;
  margin-left: 18px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  padding-right: 18px;
  cursor: pointer;
}
.statistics .tab-hd .statistics-tab.active {
  color: #5a92d3;
  position: relative;
}
.statistics .tab-hd .statistics-tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -webkit-calc(50% + 10px);
  left: -moz-calc(50% + 10px);
  left: calc(50% + 10px);
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 4px;
  background: #5a92d3;
  border-radius: 2px 2px 2px 2px;
}
.statistics .tab-hd .statistics-tab:first-child {
  margin: 0;
}
.statistics .tab-hd .statistics-tab:nth-child(1) {
  background: url("../images/statistics_tab1.png") left center no-repeat;
}
.statistics .tab-hd .statistics-tab:nth-child(1).active {
  background-image: url("../images/statistics_tab1_h.png");
}
.statistics .tab-hd .statistics-tab:nth-child(2) {
  background: url("../images/statistics_tab2.png") left center no-repeat;
}
.statistics .tab-hd .statistics-tab:nth-child(2).active {
  background-image: url("../images/statistics_tab2_h.png");
}
.statistics .tab-hd .statistics-tab:nth-child(3) {
  background: url("../images/statistics_tab3.png") left center no-repeat;
}
.statistics .tab-hd .statistics-tab:nth-child(3).active {
  background-image: url("../images/statistics_tab3_h.png");
}
.statistics .tab-bd {
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px);
}
.statistics .tab-bd .tab-page {
  height: 100%;
  padding: 16px 16px 45px;
}
.statistics .tab-bd .tab-page .chart {
  height: 100%;
}
.statistics .tab-bd .tab-page .chart.bigdata-map-chart {
  width: 316px;
  background: #f3f8fe url("../images/statistics_map_bg.png") center no-repeat;
}
.statistics .tab-bd .swiper-pagination {
  padding-bottom: 16px;
  height: 10px;
}
.statistics .tab-bd .swiper-pagination span {
  vertical-align: top;
  width: 10px;
  margin: 0 5px;
  height: 10px;
  background: #d3d3d3;
}
.statistics .tab-bd .swiper-pagination span.swiper-pagination-bullet-active {
  background: #5a92d3;
}
.statistics .bigdata-info {
  width: 534px;
  height: 100%;
}
.statistics .bigdata-info .tab-hd {
  height: 42px;
  margin-bottom: 16px;
  padding: 0;
  border: none;
}
.statistics .bigdata-info .tab-nav {
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: -webkit-calc(50% - 18px);
  width: -moz-calc(50% - 18px);
  width: calc(50% - 18px);
  background: #e5edf7;
  color: #333333;
  margin-right: 36px;
  position: relative;
  cursor: pointer;
}
.statistics .bigdata-info .tab-nav:last-child {
  margin-right: 0;
}
.statistics .bigdata-info .tab-nav.active {
  background: #5b93d3;
  color: #fff;
}
.statistics .bigdata-info .tab-nav:first-child::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 22px;
  border-color: transparent transparent transparent #e5edf7;
}
.statistics .bigdata-info .tab-nav:first-child.active::after {
  border-color: transparent transparent transparent #5b93d3;
}
.statistics .bigdata-info .tab-nav:nth-child(n+2)::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 26px 0;
  border-color: transparent #e5edf7 transparent transparent;
}
.statistics .bigdata-info .tab-nav:nth-child(n+2)::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 26px 26px;
  border-color: transparent transparent #e5edf7 transparent;
}
.statistics .bigdata-info .tab-nav:nth-child(n+2).active::before {
  border-color: transparent #5b93d3 transparent transparent;
}
.statistics .bigdata-info .tab-nav:nth-child(n+2).active::after {
  border-color: transparent transparent #5b93d3 transparent;
}
.statistics .bigdata-info .tab-bd {
  height: -webkit-calc(100% - 58px);
  height: -moz-calc(100% - 58px);
  height: calc(100% - 58px);
}
.statistics .bigdata-info .tab-bd .tab-page {
  height: 100%;
  overflow: auto;
  display: none;
  padding: 0;
}
.statistics .bigdata-info .tab-bd table {
  table-layout: fixed;
  width: 100%;
}
.statistics .bigdata-info .tab-bd table th {
  background: #e2edf9;
  color: #5b93d3;
  font-weight: 500;
  height: 39px;
  text-align: center;
}
.statistics .bigdata-info .tab-bd table td {
  text-align: center;
  height: 41px;
}
.statistics .bigdata-info .tab-bd table td > div {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.statistics .bigdata-info .tab-bd table tbody tr:nth-child(2n) {
  background: #f6f6f6;
}
.statistics-chart-tooltip {
  width: 145px;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  padding: 0 4px;
}
.statistics-chart-tooltip .tooltip-hd,
.statistics-chart-tooltip .tooltip-cell {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.statistics-chart-tooltip .tooltip-hd label,
.statistics-chart-tooltip .tooltip-cell label {
  display: block;
  width: 48px;
}
.statistics-chart-tooltip .tooltip-hd div,
.statistics-chart-tooltip .tooltip-cell div {
  text-align: right;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.statistics-chart-tooltip .tooltip-hd {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  margin-bottom: 4px;
}
.statistics-chart-tooltip .tooltip-cell div {
  color: #5b93d3;
}