#moreProducts .productBox {
  width: 49%;
  margin-right: 1%;
  border: 1px solid #E5E5E5;
  height: 140px;
  margin-top: 15px;
  float: left;
  box-sizing: border-box;
  position: relative;
}
#moreProducts .productBox .thisMask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  transition: all .5s;
}
#moreProducts .productBox .thisMask .ljsq {
  width: 120px;
  height: 36px;
  border: 1px solid #FFFFFF;
  background: none;
  color: #FFFFFF;
  margin: 55px auto;
  display: none;
  cursor: pointer;
}
#moreProducts .productBox .detailsBox {
  width: 25%;
  border-right: 1px solid #E5E5E5;
  height: 70px;
  margin-top: 35px;
  text-align: center;
  padding-top: 1px;
  float: left;
  box-sizing: border-box;
}
#moreProducts .productBox .detailsBox .intro {
  font-size: 22px;
  display: block;
  margin-top: 5px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#moreProducts .productBox .detailsBox .title {
  display: block;
  margin-top: 5px;
  color: #999999;
}
#moreProducts .productBox .detailsBox:last-child {
  border: none;
}
#moreProducts .productBox:hover .thisMask {
  background: rgba(0, 0, 0, 0.3);
}
#moreProducts .productBox:hover .thisMask .ljsq {
  display: block;
}

/*# sourceMappingURL=moreProducts.css.map */
