.gallery-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  height: 506.41px;
}

.gallery-item {
  width: 32.5%;
  height: 236px;
  flex-shrink: 0;
  margin-top: 1px;
  cursor: pointer;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.productItem {
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 40px;
  left: -78px;
  width: 300px !important;
  min-height: 146px !important;
  padding: 24px 16px !important;
  border-radius: 12px;
  background: #ffffff;
  box-sizing: border-box;

  cursor: pointer;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  color: #08042c;
}
