.bc {
  background-color: #F5F9FA;
}
.text-c {
  color: #7685A1;
  font-size: 16px;
}
.blur {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.pre {
  white-space: pre-line;
}
.border {
  border-radius: 8px;
  border: 2px solid #F5F9FA;
  padding: 20px;
}
.flex-space-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.body .banner .van-image {
  width: 100%;
  height: 300px;
}
.body .card {
  background-color: #F5F9FA;
}
.body .page-title {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 30px;
  text-align: center;
}
.body .card a {
  color: inherit;
  text-decoration: none;
}
.body .card .van-image {
  width: 100%;
  height: 300px;
  border-radius: 8px;
}
.body .card .van-image .van-image__img {
  border-radius: 8px;
}
.body .card .text {
  padding: 40px 20px;
}
.body .card .time:before {
  content: "●";
  margin-right: 5px;
  color: #34A1FF;
  font-size: 16px;
}
.body .card .info {
  color: #7685A1;
}
