.consult .banner-item {
  background: #fef9f6;
  padding: 55px 40px 0;
  width: 100%;
  text-align: left;
}

.consult .banner-item .title {
  font-weight: 800;
  font-family: PingFang SC, PingFang SC;
  font-size: 32px;
  color: #e76833;
  line-height: 38px;
}

.consult .banner-item .text {
  margin: 20px 0;
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-size: 22px;
  color: #333333;
  line-height: 26px;
}

.consult .banner-item .desc {
  background: #ffffff;
  white-space: pre-wrap;
  border-radius: 10px 10px 10px 10px;
  padding: 20px;
  font-weight: 500;
  font-family: PingFang SC, PingFang SC;
  font-size: 18px;
  color: #666666;
  /*line-height: 30px;*/
}

.consult .banner-item img {
  width: 380px;
  height: 485px;
  margin-left: 60px;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px -6px 20px 0px rgba(104, 31, 0, 0.1);
}

.consult .indicator {
  background: #c4c6d5;
}
.consult .indicator.active {
  background-color: #e76833;
}
