.product-superiority {
  font-size: 0;
  width: 7.5rem;
  max-width: 7.5rem;
  margin: 0 auto;
}
.product-superiority > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product-superiority > ul li {
  background-color: #fff;
  width: 7.02rem;
  height: 3rem;
  border: 0.01rem solid #E8E8E8;
  border-radius: 0.24rem;
  margin-bottom: 0.24rem;
  padding: 0 0.36rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.product-superiority > ul li img {
  width: 0.56rem;
  position: absolute;
  top: 0.36rem;
  left: 0.36rem;
}
.product-superiority > ul li h5 {
  width: 100%;
  height: 0.54rem;
  line-height: 0.54rem;
  font-weight: 500;
  font-size: 0.36rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.12rem;
}
.product-superiority > ul li p {
  width: 100%;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
}
.product-superiority > ul .p-28 {
  padding: 0 0.28rem;
}
