.data-charts {
  margin: 0 0.2rem;
  margin-top: 0.15rem;
  height: 7rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(34, 23, 20, 0.1);
  padding: 0.3rem;
  overflow: hidden;
}

.data-charts .data-header {
  height: 0.6rem;
}

.data-charts .data-header .title {
  position: relative;
  height: 100%;
  float: left;
  font-size: 0.32rem;
  font-weight: 600;
  color: #336A1C;
}

.data-charts .data-header .title i {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0.55rem;
  height: 0.06rem;
  background: #336A1C;
}

.data-charts .data-header .select-div {
  float: right;
}

.data-charts .data-header .select-div ul li {
  position: relative;
  margin-left: 0.25rem;
  float: left;
  height: 0.6rem;
  color: #8F8F8F;
  display: none;
}

.data-charts .data-header .select-div ul li i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  width: 100%;
  height: 0.06rem;
  background: #336A1C;
  display: none;
}

.data-charts .data-header .select-div ul li.active {
  color: #336A1C;
}

.data-charts .data-header .select-div ul li.active i {
  display: block;
}

.data-charts .line-charts {
  width: 100%;
  height: 5.5rem;
  overflow: hidden;
  border: 1px solid #ddd;
}

.data-charts .line-charts h3 {
  font-size: 0.3rem;
  margin-top: 2rem;
  text-align: center;
}

.data-table {
  margin: 0 0.2rem;
  margin-top: 0.15rem;
  max-height: 7rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(34, 23, 20, 0.1);
  padding: 0.25rem;
  overflow-y: scroll;
}

.data-table .table {
  width: 100%;
  border: 1px solid #ddd;
}

.data-table .table td {
  text-align: center;
  border-top: none;
  font-size: 0.24rem;
  font-weight: 400;
  color: #80858B;
  line-height: 0.34rem;
}

.data-table .table th {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #1F2022;
  line-height: 0.34rem;
  border-bottom: none;
}

.data-table .table .up {
  color: #DC4A51;
}

.data-table .table .down {
  color: green;
}

.data-table .table-striped > tbody > tr:nth-of-type(odd) {
  background: #cbcbcb;
}
