.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 .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.body .card {
  background-color: #F5F9FA;
  border-radius: 8px;
}
.body .bo .van-image {
  position: absolute;
  width: 130px;
  height: 130px;
  border: 20px solid #ffffff;
  top: -70px;
  left: calc(50% - 65px);
  border-radius: 100px;
}
.body .bo .card {
  margin-top: 70px;
  padding: 60px 20px 40px 20px;
}
.body h1 {
  margin: 70px 0;
}
.body .cImg {
  height: 460px;
}
.body .cImg .t-row,
.body .cImg .t-col {
  height: 100%;
}
.body .cImg .left {
  width: 100%;
  height: 100%;
}
.body .cImg .right {
  margin-left: 10%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 70px;
  justify-content: center;
}
.body .cImg .right .c {
  display: flex;
  align-items: center;
  gap: 60px;
  font-size: 24px;
}
.body .cImg .right .c .van-image {
  width: 60px;
  height: 60px;
}
.body .logo {
  width: 100%;
}
.body .van-collapse .van-cell {
  display: none;
}
.body .van-collapse:after {
  border: none;
}
.body .van-collapse .van-collapse-item {
  display: flex;
  flex-direction: column-reverse;
}
