.flex {
  display: flex;
  align-items: center;
}
.wrapper {
  overflow: hidden;
}
.daren-top {
  position: relative;
  width: 100%;
  height: 11.52rem;
  padding: 4.667rem 0.427rem 0;
  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: 0.267rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.533rem;
  color: #FFFFFF;
  line-height: 0.625rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.daren-top .desc {
  height: 1.92rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.373rem;
  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 .quote1 {
  width: 0.533rem;
  height: 0.533rem;
}
.daren-top .quote2 {
  width: 0.533rem;
  height: 0.533rem;
  transform: translate3d(-0.133rem, 0.187rem, 0);
}
.bg-wrapper {
  background: none;
}
.daren-bottom {
  padding-top: 0.2rem;
  padding-bottom: 1.333rem;
  width: 100%;
  background: url(/api/ssr/static/img/project/followExpert/mainBG.png);
  background-size: cover;
  background-position: center 0;
}
.user-list {
  flex-wrap: wrap;
  justify-content: center;
}
.user-item {
  display: flex;
  align-items: center;
  width: 90%;
  margin-top: 0.5rem;
  padding: 16px;
  border-radius: 8px;
  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: 120px;
  height: 120px;
  border-radius: 8px;
  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;
}
