.history-card {
  overflow: hidden;
}
.history-card .title {
  line-height: 16px;
  color: rgb(51, 51, 51);
  font-size: 16px;
  text-align: justify;
  font-family: PingFangSC-Regular;
}
.history-card .history {
  max-width: rpx(520);
  white-space: pre-wrap;
  color: rgb(153, 153, 153);
  font-size: 12px;
  text-align: justify;
  font-family: PingFangSC-Regular;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.history-card .separator {
  height: 1px;
  background: rgb(238, 238, 238);
  margin-top: 10px;
  margin-bottom: 10px;
}
.history-card .footer {
  color: rgb(102, 102, 96);
  font-size: 12px;
  text-align: justify;
  font-family: PingFangSC-Regular;
}