.data-container {
  width: 100%;
  background: url("../image/data-page-bg.png");
  background-size: 100% 100%;
  font-family: "SourceHanSansCN-Light";
  overflow: hidden;
}

.data {
  margin: 30px auto;
}

.data .item-index {
  overflow: hidden;
}

.data .open .index-icon {
  transform: rotate(-90deg);
}

.data .index-icon {
  display: block;
  float: right;
}

.data .index-icon i {
  font-size: 25px;
}

.data .data-cate {
  background: #2e6510;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
}

.data .data-cate > ul > li {
  cursor: pointer;
}

.data .data-cate > ul > li > .list-0 {
  height: 60px;
  color: #fff;
  padding: 0 10px;
}

.data .data-cate > ul > li > .list-0 .index-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 60px;
}

.data .data-cate > ul > li > .list-0 .index-icon {
  line-height: 60px;
}

.data .data-cate > ul > li .active {
  background: #fff;
  color: #2e6510;
}

.data .data-cate .list-0-child {
  background: #d8e2d2;
  padding: 5px;
}

.data .data-cate .list-0-child > ul > li {
  cursor: pointer;
}

.data .data-cate .list-0-child > ul > li > .list-1 .index-name {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  padding-left: 30px;
  color: #333333;
  line-height: 40px;
}

.data .data-cate .list-0-child > ul > li > .list-1 .index-name::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #333;
}

.data .data-cate .list-0-child > ul > li > .list-1 .index-icon {
  line-height: 40px;
}

.data .data-cate .list-0-child > ul > li .active .index-name {
  color: #2e6510;
}

.data .data-cate .list-0-child > ul > li .active .index-name::before {
  background: #2e6510 !important;
}

.data .charts .charts-div {
  padding: 10px 20px;
  overflow: hidden;
}

.data .charts .charts-div .charts-header {
  overflow: hidden;
}

.data .charts .charts-div .index-chart-name {
  float: left;
  font-size: 18px;
  letter-spacing: 1px;
}

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

.data .charts .charts-div .select-div input[type="radio"] {
  margin-left: 15px;
  appearance: none;
  outline: none;
  border: 1px solid #eee;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #afafb0;
  transition: all 0.2s;
  cursor: pointer;
}

.data .charts .charts-div .select-div input[type="radio"]:checked {
  border: 1px solid #2e6510;
  background: url("../image/checkbox-icon.svg");
  background-size: 100% 100%;
  transition: all 0.2s;
}

.data .charts .charts-div .select-div .index-type {
  margin-left: 3px;
  cursor: pointer;
}

.data .charts .charts-container {
  height: 430px;
  width: 100%;
}

.data .charts .index-table {
  margin-top: 30px;
  background: #fff;
  border-radius: 8px;
  font-size: 18px;
  padding: 10px 10px;
  overflow: hidden;
}

.data .charts .index-table .table-head,
.data .charts .index-table .table-body {
  background: #fff;
  overflow: hidden;
}

.data .charts .index-table .table-head {
  color: #333333;
  background: rgba(46, 101, 16, 0.1);
}

.data .charts .index-table .table-body {
  height: 160px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.data .charts .index-table .table-body::-webkit-scrollbar {
  display: none;
}

.data .charts .index-table .table-body .index-item {
  overflow: hidden;
}

.data .charts .index-table .table-body .index-item:nth-child(even) {
  background: rgba(46, 101, 16, 0.05);
}

.data .charts .index-table .table-body .up {
  color: #d14a4a;
}

.data .charts .index-table .table-body .down {
  color: green;
}

.data .charts .index-table .col-3,
.data .charts .index-table .col-4 {
  width: 25%;
  float: left;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.data .charts .index-table .col-4 {
  width: 33.3%;
}
