.hz-h5 {
  margin: 5.625rem auto 5rem;
}

.hezuo-box-new {
  width: 75rem;
  margin: auto;
  display: grid;
  justify-content: center;
  grid-template-rows: repeat(3, 12.5rem);
  grid-template-columns: repeat(3, 12.5rem);
  gap: 1rem 7.5rem;
}
.hezuo-box-new div {
  display: inline-block;
  text-align: center;
}
.hezuo-box-new div img {
  width: 6.875rem;
  height: 6.875rem;
  margin: 0 auto;
}
.hezuo-box-new div p {
  margin-top: 0.875rem;
  font-size: var(--conSize);
  color: #606060;
  font-family: "_contend";
}

.zhanlue {
  height: 300px;
}

@media (min-width: 360px) and (max-width: 466px) {
  .hz-h5 {
    margin-bottom: 37px !important;
    margin-top: 35px !important;
  }
  .hezuo-box-new {
    margin-top: 0.2rem !important;
    width: 6.9rem !important;
    display: flex;
    flex-wrap: wrap;
  }
  .hezuo-box-new img {
    width: 0.9rem !important;
    height: 0.9rem !important;
  }
  .hezuo-box-new div {
    display: block;
    width: 33.33%;
    margin-left: 0;
    margin-top: 0.32rem;
  }
  .hezuo-box-new div p {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    letter-spacing: 0.012rem;
    margin-top: 0.1rem;
    color: #606060;
  }
  .hz-h5-p {
    font-size: 0.21rem !important;
  }
}