.wrapper {
  width: 6.9rem;
  margin: 0 auto;
}
.adv {
  height: 1.4rem;
  border-radius: 0.1rem;
  margin-bottom: 0.39rem;
  margin-top: -1.56rem;
  position: relative;
  z-index: 1;
}
.adv img {
  width: 100%;
  height: 1.4rem;
  border-radius: 0.1rem;
}
.author-cont {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.author-cont .author-item {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-right: 0.29rem;
  width: 3.3rem;
  float: left;
  margin-bottom: 0.54rem;
}
.author-cont .author-item img {
  width: 3.3rem;
  height: 4.62rem;
  display: block;
  margin-bottom: 0.2rem;
  border-radius: 0.06rem;
}
.author-cont .author-item .author-name {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 0.34rem;
  color: #1A1A1A;
  max-height: 1.3rem;
}
.author-cont .author-item:nth-child(2n) {
  margin-right: 0;
}
