.chart-card.shop .chart-content {
  height: 380px;
}
.chart-card.shop .chart-content .chart {
  height: 362px;
}
.chart-card .card-content {
  padding: 12px 0;
}
.chart-card .chart-content {
  height: 334px;
  padding: 12px 0 6px;
  position: relative;
}
.chart-card .chart-content .yAxis {
  line-height: 16px;
  font-size: 12px;
  color: #B4B8C1;
  position: absolute;
  top: 0;
  left: 40px;
}
.chart-card .chart-content .xAxis {
  line-height: 16px;
  font-size: 12px;
  color: #B4B8C1;
  position: absolute;
  right: 0;
  bottom: -4px;
}
.chart-card .chart-content .chart {
  width: 308px;
  height: 316px;
}
.chart-card .footer-data {
  line-height: 16px;
  font-size: 12px;
  color: #777E8E;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}
