.data-charts {
  margin: .3rem .2rem 0;
  padding: .2rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.08rem 0px rgba(173, 173, 173, 0.5);
  overflow: hidden;
}

.data-charts .data-header .struct-part {
  position: relative;
  float: left;
}

.data-charts .data-header .struct-part .title {
  position: relative;
  padding-right: .4rem;
  font-size: .28rem;
  font-weight: 600;
  color: #D29B4C;
  line-height: .4rem;
}

.data-charts .data-header .struct-part .title::after {
  position: absolute;
  right: 0;
  top: .12rem;
  content: '';
  border-top: solid .16rem #D29B4C;
  border-left: solid .12rem transparent;
  border-right: solid .12rem transparent;
}

.data-charts .data-header .struct-part .struct-tree {
  position: fixed;
  display: none;
  top: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.8rem;
  z-index: 102;
  max-height: 80vh;
  overflow-y: scroll;
  padding: .12rem .1rem;
  background: rgba(210, 155, 76, 0.7);
  border-radius: .16rem;
}

.data-charts .data-header .struct-part .struct-tree ul li {
  position: relative;
  z-index: 10;
  margin: 0;
  height: 0.72rem;
  border-bottom: 0.02rem solid #FFFFFF;
  padding-left: 0.3rem;
  overflow: hidden;
  font-size: 0.28rem;
  font-weight: 600;
  color: #FFFFFF;
  word-wrap: break-word;
  padding-right: 0.2rem;
  line-height: 0.72rem;
}

.data-charts .data-header .struct-part .struct-tree ul li.selected-li {
  background: #D29B4C;
}

.data-charts .data-header .struct-part .struct-tree ul li span {
  float: right;
  display: block;
  margin: 0.2rem 0.2rem 0 0;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../image/zhankai1.svg) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.data-charts .data-header .struct-part .struct-tree ul li span::after {
  content: "1";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.data-charts .data-header .struct-part .struct-tree ul li .active-btn {
  transform: rotate(180deg);
  transition-duration: 300ms;
}

.data-charts .data-header .struct-part .struct-shadow {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: 101;
}

.data-charts .data-header .select-div {
  float: right;
  margin-right: 0.3rem;
  border-radius: 11px;
}

.data-charts .data-header .select-div .btn {
  height: 0.44rem;
  font-size: 0.24rem;
  padding: 0;
  width: 1.4rem;
  font-weight: 400;
  color: #D29B4C;
  line-height: 0.34rem;
  border: 1px solid #D29B4C;
  border-radius: 0.22rem;
}

.data-charts .data-header .select-div .btn .caret {
  margin-left: 0.2rem;
  border-width: 0.1rem 0.1rem 0;
}

.data-charts .data-header .select-div ul {
  min-width: 1.5rem;
  border-color: #D29B4C;
}

.data-charts .data-header .select-div ul li {
  font-size: 0.24rem;
  color: #D29B4C;
  padding-left: 0.33rem;
  line-height: 0.5rem;
}

.data-charts .data-header .select-div .open > .dropdown-toggle.btn-default:focus {
  background-color: #fff;
  border-color: #D29B4C;
}

.data-charts .data-header .select-div .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.data-charts .line-charts {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}

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

.data-table {
  margin: 0.24rem 0.3rem;
  background: #FFFFFF;
  box-shadow: 0.08rem 0.08rem 0.2rem 0rem #DDE4EF, -0.08rem -0.12rem 0.2rem 0rem #FFFFFF, 0.02rem 0.02rem 0.1rem 0rem rgba(255, 255, 255, 0.5), -0.04rem -0.04rem 0.06rem 0rem rgba(221, 228, 239, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(173, 173, 173, 0.5);
  overflow: hidden;
}

.data-table .table {
  width: 100%;
}

.data-table .table thead {
  background: #B2B2B2;
}

.data-table .table thead th {
  color: #303030;
}

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

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