.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 .time:before {
  content: "●";
  margin-right: 5px;
  color: #34A1FF;
  font-size: 20px;
}
.body .text {
  color: #7685A1;
  min-height: 30vh;
}
.body .c-title {
  color: #34A1FF;
  font-size: 24px;
}
.body .c-title:before {
  content: '●';
  padding-right: 10px;
}
.body .bs {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 24px;
}
