.data-charts {
  margin: 0 0.2rem;
  margin-top: 0.3rem;
  margin-bottom: 0.24rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.08rem 0px rgba(173, 173, 173, 0.5);
  padding-top: 0.24rem;
  overflow: hidden;
}

.data-charts .data-header .title {
  float: left;
  margin-left: 0.4rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #D19156;
  line-height: 0.4rem;
}

.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: #D19156;
  line-height: 0.34rem;
  border: 1px solid #D19156;
  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: #D19156;
}

.data-charts .data-header .select-div ul li {
  font-size: 0.24rem;
  color: #D19156;
  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: #D19156;
}

.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 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: #A9ADAD;
}

.data-table .table thead th {
  color: #FFFFFF;
}

.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: #CBCFD2;
}

.data-table .table-striped > tbody > tr:nth-of-type(odd) {
  background: #F1F8FA;
}
