#banner {
  height: 3.125rem;
  position: relative;
}
#banner > img {
  width: 100%;
  height: 3.125rem;
}
#banner > h3 {
  position: absolute;
  top: 1.2083rem;
  left: 1.875rem;
  font-weight: 700;
  font-size: 0.2083rem;
  line-height: 0.3542rem;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main .main-content {
  background: linear-gradient(0deg, #f1f1f1, #f1f1f1);
}
#main .main-content > p {
  padding: 0.2083rem 0;
  width: 6.25rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 0.1042rem;
  line-height: 0.1771rem;
  text-align: center;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main > .product-features {
  padding-top: 0.4167rem;
  padding-bottom: 0.2917rem;
}
#main > .product-features > h3 {
  width: 6.25rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 0.2083rem;
  line-height: 0.276rem;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main > .product-features > ul {
  width: 6.25rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.3333rem;
  align-items: flex-start;
}
#main > .product-features > ul > li {
  width: 3.0625rem;
  height: 1rem;
  display: flex;
  padding: 0.125rem;
  background: #f1f1f1;
  margin-bottom: 0.125rem;
}
#main > .product-features > ul > li > img {
  width: 0.75rem;
  height: 0.75rem;
}
#main > .product-features > ul > li > div {
  margin-left: 0.125rem;
}
#main > .product-features > ul > li > div > .pic-intro {
  font-weight: 400;
  font-size: 0.125rem;
  line-height: 0.1667rem;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#main > .product-features > ul > li > div > p {
  font-weight: 400;
  font-size: 0.0833rem;
  line-height: 0.1406rem;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 0.125rem;
}
