.expert {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 750 / 2452;
  margin: 0 auto;
  padding-top: 2rem;
  box-sizing: border-box;
  background-image: url("/material/mobile/images/zhuanjia_bg.png");
  background-size: 100% 100%;
}

.expert .title {
  width: 100%;
  aspect-ratio: 750/68;
}
.expert .expertList {
  margin-top: 2rem;
}
.expert .expertList .expertListItem {
  position: relative;
  width: 96%;
  margin: 0 auto;
  padding-left: 9rem;
  box-sizing: border-box;
  aspect-ratio: 385 / 185;
  background-image: url("/material/mobile/images/zhu.png");
  background-size: 100% 100%;
  display: flex;
  margin-bottom: 2rem;
  color: #fff;
  font-size: 0.9rem;
}
.expert .expertList .expertListItem .detail {
  padding: 1rem 2rem 0 1rem;
}
.expert .expertList .expertListItem .avatar {
  position: absolute;
  left: 1rem;
  top: -0.8rem;
  width: 8rem;
  aspect-ratio: 10 / 14;
}

.expert .expertList .expertListItem a {
  color: #6fabef;
}

.expert .end {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  background-image: url("/material/mobile/images/jy.png");
  background-size: 100% 100%;
  width: 23rem;
  aspect-ratio: 381 / 232 ;
  padding: 3rem 1rem 1rem 1rem;
  text-indent: 2em;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
}