
 .all-page-banner {
  background-image: url(../image/product-banner.png);
}

.product-container {
  margin: 0.2rem 0.2rem;
  min-height: 6.7rem;
}

.product-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-container ul li {
  width: 3.44rem;
  padding: 0.08rem;
  margin-bottom: 0.2rem;
  background: #CDA159;
  box-shadow: 0px 2px 4px 0px rgba(166, 166, 166, 0.5);
  border-radius: 5px;
}

.product-container ul li .img {
  width: 100%;
  height: 2.7rem;
  background: #fff;
}

.product-container ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-container ul li .name {
  position: relative;
  height: 0.88rem;
}
.product-container ul li .name span{
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #FFFFFF;
  text-align: center;
}






