.counseling .banner-item {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.banner-item .item {
  margin: 5px;
  height: 400px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  position: relative;
  display: flex;
}

.banner-item .item img {
  width: 400px;
  height: 400px;
}

.banner-item .item .flex1 {
  padding: 40px;
}

.banner-item .item .name {
  font-weight: 800;
  font-family: PingFang SC, PingFang SC;
  font-size: 36px;
  color: #333333;
  line-height: 42px;
}

.banner-item .item .tags {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.banner-item .item .tag {
  margin: 0 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 10px;
  height: 38px;
  background: #fef7f4;
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-size: 16px;
  color: #e76833;
  line-height: 19px;
}
.banner-item .item .tag div{
  transition: all 0.3s ease-in-out;
}
.banner-item .text {
  font-weight: 500;
  font-family: PingFang SC, PingFang SC;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  white-space: initial;
}

.indicators {
  width: 100%;
  box-sizing: border-box;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.hidden {
  width: calc(100% - 240px);
  margin: 0 auto;
  overflow: hidden;
}

.avatar-list {
  display: flex;
  height: 80px;
  transition:  0.3s;
}

.indicators img {
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.indicators .active {
  border: 3px solid #E76833;
  width: 74px;
  height: 74px;
}

.indicators img+img {
  margin-left: 40px;
}
