.all-page-banner {
  background-image: url(../image/data-banner.png);
}
.data-charts {
  margin: 0 0.4rem;
  margin-top: 0.15rem;
  margin-bottom: 0.24rem;
  background: #FFFFFF;
  box-shadow: 0.08rem 0.08rem 0.2rem 0rem #DDE4EF;
  border-radius: 0.4rem;
  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: #6D6F73;
  line-height: 0.4rem;
}

.data-charts .data-header .select-div {
  float: right;
  margin-right: 0.3rem;
}

.data-charts .data-header .select-div .btn {
  height: 0.5rem;
  font-size: 0.24rem;
  padding: 0;
  width: 1.3rem;
  font-weight: 400;
  color: #6D6F73;
  border-width: 0.03rem;
  border-radius: 0.26rem;
}

.data-charts .data-header .select-div .btn .caret {
  margin-left: 0.04rem;
  border-width: 0.12rem 0.1rem 0;
}

.data-charts .data-header .select-div ul {
  min-width: 1.5rem;
}

.data-charts .data-header .select-div ul li {
  font-size: 0.24rem;
  color: #6D6F73;
  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: #ccc;
}

.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.4rem;
  background: #FFFFFF linear-gradient(135deg, rgba(221, 228, 239, 0.3) 0%, rgba(221, 228, 239, 0) 100%);
  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);
  border-radius: 0.4rem;
  overflow: hidden;
}

.data-table .table {
  width: 100%;
}

.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(odd) {
  background: #E3F2FF;
}
