div.i4 .productMatrix {
  background: #fff;
  padding: 0.9rem 0 0.57rem;
}
div.i4 .productMatrix .content {
  padding-top: 0.6rem;
  width: 16.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  div.i4 .productMatrix .content {
    width: 100%;
    padding: 0.6rem 0.3rem 0 0.3rem;
  }
}
div.i4 .productMatrix .content ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  div.i4 .productMatrix .content ul {
    flex-wrap: wrap;
  }
}
div.i4 .productMatrix .content ul li {
  width: 3.2rem;
  padding: 0.25rem 0.25rem 0.4rem 0.25rem;
  border-radius: 0.15rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  div.i4 .productMatrix .content ul li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
div.i4 .productMatrix .content ul li:nth-child(1) {
  background: linear-gradient(135deg, #87FFBA 0%, #B6D9F9 100%);
}
div.i4 .productMatrix .content ul li:nth-child(2) {
  background: linear-gradient(135deg, #C3FCDC 0%, #A1E5FF 100%);
}
div.i4 .productMatrix .content ul li:nth-child(3) {
  background: linear-gradient(135deg, #D4E7FF 0%, #95B8FA 100%);
}
div.i4 .productMatrix .content ul li:nth-child(4) {
  background: linear-gradient(135deg, #B5ECED 0%, #71D8F2 100%);
}
div.i4 .productMatrix .content ul li:nth-child(5) {
  background: linear-gradient(135deg, #D4E7FF 0%, #95B8FA 100%);
}
div.i4 .productMatrix .content ul li .img1 {
  height: 0.3rem;
  width: auto;
}
@media screen and (max-width: 1024px) {
  div.i4 .productMatrix .content ul li .img1 {
    height: 0.6rem;
  }
}
div.i4 .productMatrix .content ul li p {
  font-size: 0.24rem;
  margin: 0.2rem 0 0.3rem 0;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  div.i4 .productMatrix .content ul li p {
    font-size: 0.36rem;
  }
}
div.i4 .productMatrix .content ul li .img2 {
  width: 100%;
  height: auto;
}
