
 .all-page-banner {
  background-image: url(../image/product-banner.png);
}

.product-container {
  margin: 0.2rem 0.4rem;
  min-height: 6.7rem;
}

.product-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-container ul li {
  position: relative;
  width: 3.24rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.26);
  border-radius: 0.16rem;
  margin-bottom: 0.3rem;
  padding: 0.1rem;
}

.product-container ul li .img {
  width: 100%;
  height: 2.6rem;
  border-radius: 0.12rem;
  overflow: hidden;
}

.product-container ul li img {
  width: 100%;
  height: 100%;
}


.product-container ul li .name {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 0.54rem;
  font-size: 0.24rem;
  padding: 0.03rem 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  background: url(../image/productName-bg.png);
  background-size: 100% 100%;
}





