.list-img ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
  box-sizing: border-box;
}
.list-img ul li {
  width: 3.18rem;
  height: 3.03rem;
  background: url(/statics/againgb/images/zx_bck.png) no-repeat center top;
  background-size: 3.18rem 3.03rem;
  padding-top: 0.46rem;
  margin-right: 0.2rem;
  flex-shrink: 0;
  margin-bottom: .35rem;
}
.list-img ul li:nth-child(1) {
  order: 1;
}
.list-img ul li:nth-child(2) {
  order: 2;
}
.list-img ul li:nth-child(n+3) {
  margin-bottom: 0;
}
.list-img ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.list-img ul li a img {
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  display: block;
}
.list-img ul li a span {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: .2rem;
  color: #000000;
  padding-top: .1rem;
  display: block;
  margin-bottom: .2rem;
}
.list-img ul li a p {
  width: 1.92rem;
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: .17rem;
  color: #000000;
  line-height: .27rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .list-img ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    box-sizing: border-box;
  }
  .list-img ul li {
    width: 318px;
    height: 303px;
    background: url(/statics/againgb/images/zx_bck.png) no-repeat center top;
    background-size: 318px 303px;
    padding-top: 46px;
    margin-right: 20px;
    flex-shrink: 0;
    margin-bottom: 35px;
  }
  .list-img ul li:nth-child(1) {
    order: 1;
  }
  .list-img ul li:nth-child(2) {
    order: 2;
  }
  .list-img ul li:nth-child(n+3) {
    margin-bottom: 0;
  }
  .list-img ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .list-img ul li a img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
  }
  .list-img ul li a span {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    padding-top: 10px;
    display: block;
    margin-bottom: 20px;
  }
  .list-img ul li a p {
    width: 192px;
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    line-height: 27px;
    margin: 0 auto;
    text-align: center;
  }
}
