.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 .discount {
  background-color: #FB3E3D;
  color: #fff;
  padding: 8px 18px;
  border-radius: 18px 18px 18px 0;
  display: inline-block;
  margin-bottom: 24px;
}
.body .text {
  font-size: 14px;
  font-family: "Arial Regular", "Arial";
}
.body .bx .discount {
  margin-bottom: 0;
  border-radius: 18px 8px 8px 0;
}
.body .bx .card {
  background-color: #F5F9FA;
  padding: 0 0 40px 0;
  text-align: center;
}
