.data-container {
  width: 100%;
  background: url("../image/data-bg.png");
  background-size: 100% 100%;
  min-width: 1400px;
  overflow: hidden;
  font-family: 'PingFangSC';
}

.data {
  margin: 30px auto;
}

.data .data-cate {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
}

.data .data-cate > ul > li {
  margin-bottom: 15px;
  cursor: pointer;
}

.data .data-cate > ul > li > .list-0 {
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  padding: 0 10px;
}

.data .data-cate > ul > li > .list-0 .index-name {
  font-weight: 600;
  color: #333333;
  font-size: 18px;
}

.data .data-cate > ul > li .index-icon {
  display: inline-block;
  float: right;
  margin: 10px 10px 0 0;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #A4A4A4;
  border-bottom: 7px solid transparent;
}

.data .data-cate > ul > li .index-icon:hover {
  opacity: 0.6;
}

.data .data-cate > ul > li > .active {
  background: #E9E9E9;
}

.data .data-cate > ul > li .open .index-icon {
  border-left: 7px solid transparent;
  border-top: 10px solid #A4A4A4;
  border-right: 7px solid transparent;
}

.data .data-cate .list-0-child {
  padding: 0 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;
  color: #333333;
  font-size: 18px;
  padding-left: 30px;
  line-height: 30px;
}

.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: #D7D7D7;
}

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

.data .charts .charts-div {
  background: #FFFFFF;
  border-radius: 8px;
  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;
  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;
  border: 1px solid #eee;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #AFAFB0;
  transition: all .2s;
  cursor: pointer;
}

.data .charts .charts-div .select-div input[type='radio']:checked {
  border: 1px solid #356BDD;
  background: url("../image/checkbox-icon.svg");
  background-size: 100% 100%;
  transition: all .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;
  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: #2456AF;
}

.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(odd) {
  background: #F8FBFF;
}

.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%;
}
