.data {
  padding: 0.2rem;
}

.page-shadow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
}

.chart-container {
  height: 6.4rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(173, 173, 173, 0.5);
  padding: 0.1rem 0.2rem;
  overflow: hidden;
}

.chart-container .chart-header {
  position: relative;
  height: 0.45rem;
  z-index: 10;
}

.chart-container .chart-header .name {
  float: left;
  position: relative;
  color: #183E78;
  font-weight: 600;
  padding-right: 0.3rem;
}

.chart-container .chart-header .name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.24rem;
  height: 0.16rem;
  background: url("../image/sanjiao.svg");
  background-size: 100% 100%;
}

.chart-container .chart-header .menu-list {
  display: none;
  position: absolute;
  top: 0.5rem;
  height: 5rem;
  box-shadow: 0px 2px 4px 0px rgba(173, 173, 173, 0.5);
  padding: 0.1rem 0.2rem;
  background: #fff;
  overflow-y: scroll;
  z-index: 10;
}

.chart-container .chart-header .menu-list .menu-item {
  font-weight: 600;
}

.chart-container .chart-header .menu-list ul {
  margin-top: 0.15rem;
}

.chart-container .chart-header .menu-list ul li {
  padding-left: 0.2rem;
  font-size: 0.24rem;
}

.chart-container .chart-header .date-type {
  float: right;
}

.chart-container .chart-header .date-type .type {
  position: relative;
  border-radius: 0.22rem;
  border: 1px solid #183E78;
  padding: 0 0.35rem 0 0.15rem;
}

.chart-container .chart-header .date-type .type::after {
  content: "";
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.24rem;
  height: 0.16rem;
  background: url("../image/sanjiao.svg");
  background-size: 100% 100%;
}

.chart-container .chart-header .date-type .type-list {
  display: none;
  position: absolute;
  top: 0.5rem;
  right: 0.15rem;
  box-shadow: 0px 2px 4px 0px rgba(173, 173, 173, 0.5);
  padding: 0.1rem 0.2rem;
  background: #fff;
  z-index: 10;
}

.chart-container .line-chart {
  height: 5.5rem;
}

.chart-container .line-chart #main {
  height: 100%;
  width: 100%;
}

.table {
  margin-top: 0.2rem;
  line-height: 0.68rem;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(173, 173, 173, 0.5);
}

.table .thead {
  display: flex;
  background: #183E78;
  color: #fff;
}

.table .tbody {
  height: 4.3rem;
  overflow-y: auto;
}

.table .tbody .item {
  display: flex;
  color: #80858B;
}

.table .tbody .item:nth-child(even) {
  background: #ECF1F8;
}

.table .time {
  flex: 3;
}

.table .value {
  flex: 2;
}

.table .rate {
  flex: 2;
}

.table .up {
  color: red;
}

.table .down {
  color: green;
}
