.product-container {
  margin: 36px auto;
  width: 1400px;
  overflow: hidden;
}

.product-container .link, .product-container .mask-box, .product-container img {
  width: 100%;
  height: 100%;
}

.product-container .link {
  display: block;
}

.product-container .link .img {
  position: relative;
}

.product-container .link .img .mask-box {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.product-container .mask-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-container .mask-box .icon img {
  width: 115px;
  height: 115px;
}

.product-container .mask-box .text {
  padding-top: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}

.product-container .item {
  margin-left: 20px;
  margin-bottom: 20px;
}

.float-left {
  float: left;
  width: 320px;
  height: 293px;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}
