.expert-list ul {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 0 0.10416667rem 0;
}
.expert-list li {
  width: 1.484375rem;
  height: 2.13541667rem;
  border: solid 0.00520833rem #E7E7E7;
  margin: 0.10416667rem 0.10416667rem 0 0;
  border-radius: 0.04166667rem;
  overflow: hidden;
}
.expert-list li:nth-of-type(4n) {
  margin: 0.10416667rem 0 0 0;
}
.expert-list li .pic {
  width: 100%;
  height: 1.30208333rem;
  position: relative;
}
.expert-list li .pic img {
  width: 0.78125rem;
  height: 1.11458333rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0.04166667rem;
  overflow: hidden;
}
.expert-list li .name {
  line-height: 0.18229167rem;
  font-size: 0.125rem;
  color: #333;
  text-align: center;
  position: relative;
}
.expert-list li .name:after {
  content: '';
  width: 0.3125rem;
  height: 0.02604167rem;
  border-radius: 0.13020833rem;
  background: #ff9c01;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.05208333rem;
  margin: auto;
}
.expert-list li .remark {
  width: 1.19791667rem;
  margin: 0.05208333rem auto 0;
  padding: 0.10416667rem;
}
.expert-list li .remark > div {
  line-height: 1.5;
  font-size: 0.08333333rem;
  color: #6A6A6A;
  padding: 0 0 0 0.05208333rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.expert-list li .remark > div:before {
  content: '';
  width: 0.015625rem;
  height: 0.015625rem;
  border-radius: 0.13020833rem;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.avatar {
  width: 1.5625rem;
  margin: 0.05208333rem auto;
}
.avatar img {
  max-width: 1.5625rem;
}
