.flex {
  display: flex;
  align-items: center;
}
.wrapper {
  overflow: hidden;
}
.daren-top {
  position: relative;
  width: 100%;
  padding-top: 472px;
  height: 810px;
  background: url(/api/ssr/static/img/project/followExpert/bannerBG.jpg);
  background-size: cover;
  background-position: center 0;
}
.daren-top .container {
  z-index: 1;
  position: relative;
}
.daren-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 484px;
  z-index: 1;
  background-image: linear-gradient(to bottom, transparent, #1484D4);
}
.daren-top .title {
  margin-bottom: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 52px;
  color: #FFFFFF;
  line-height: 61px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.daren-top .desc {
  width: 1200px;
  height: 144px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.5);
}
.daren-top .quote2 {
  width: 28px;
  height: 28px;
  transform: translate3d(-10px, 14px, 0);
}
.bg-wrapper {
  background: none;
}
.daren-bottom {
  padding-top: 80px;
  width: 100%;
  height: 662px;
  background: url(/api/ssr/static/img/project/followExpert/mainBG.png);
  background-size: cover;
  background-position: center 0;
}
.user-item {
  display: flex;
  align-items: center;
  width: 32%;
  padding: 16px;
  transition: all 0.3s ease;
  border-radius: 16px;
  background: #f8fafc;
  font-size: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  color: #000;
}
.user-item .desc {
  margin-top: 8px;
  color: #64748b;
  font-size: 16px;
}
.user-item img {
  margin-right: 20px;
  width: 160px;
  height: 160px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center center;
}
.load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  width: 264px;
  height: 63px;
  background-color: #000000;
  color: #fcc000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  transition: all 0.3s;
  border-radius: 8px;
}
.load-more:hover {
  background: #fcc000;
  color: #000000;
}
