.data {
  margin: 30px auto;
}

.data .row {
  margin: 0;
}

.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-category {
  height: 765px;
  background: #fff;
  border-radius: 8px;
  color: #333333;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.data .data-category::-webkit-scrollbar {
  display: none;
}

.data .data-category > ul {
  margin: 10px;
}

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

.data .data-category > ul > li > .list-0 {
  height: 60px;
  color: #333333;
  padding: 0 35px;
  border-radius: 8px;
}

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

.data .data-category > ul > li > .list-0 .index-icon {
  line-height: 60px;
  color: #a4a4a4;
}

.data .data-category > ul > li .active {
  background: #e9e9e9;
  color: #333333;
}

.data .data-category .list-0-child {
  display: none;
}

.data .data-category .list-0-child .index-name {
  position: relative;
}

.data .data-category .list-0-child .index-name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--left);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #d8d8d8;
}

.data .data-category .list-0-child .active .index-name::before {
  content: "";
  background: #3e8cc6;
}

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

.data .data-category .list-0-child > ul > li > .list-1 {
  padding-left: 30px;
}

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

.data .data-category .list-0-child > ul > li > .list-1 .index-icon {
  margin-right: 35px;
  line-height: 50px;
  color: #a4a4a4;
}

.data .data-category .list-0-child > ul > li .active {
  background: rgba(255, 255, 255, 0.5);
}

.data .data-category .list-0-child > ul > li .active .index-name {
  color: #472b15;
}

.data .charts .charts-div {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  overflow: hidden;
}

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

.data .charts .charts-div .index-chart-name {
  float: left;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

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

.data .charts .charts-div .select-div input[type="radio"] {
  margin-left: 15px;
  appearance: none;
  outline: none;
  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 #356bdd;
  background-image: url("../images/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 {
  margin-top: 15px;
  height: 430px;
  width: 100%;
  background: #ffffff;
  padding: 15px;
}

.data .charts .index-table {
  margin-top: 20px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  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: #2456af;
  background-color: #fff;
  font-weight: 600;
}

.data .charts .index-table .table-body {
  height: 184px;
  font-weight: 600;
  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 {
  background: #f8fbff;
  overflow: hidden;
}

.data .charts .index-table .table-body .index-item:nth-child(2n) {
  background: #fff;
}

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

.data .charts .index-table .table-body .down {
  color: #96cb0e;
}

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

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