.productContainerA{
  position:absolute;
  /*width:100%;*/
  top:0px;
  z-index:1;
}
    .productBoxA{
      position:absolute;
      /*top:494px;*/
      /*left:104px;*/
      /*z-index:1;*/
    }
.productContainerA .productItem {
    width: 100%;
    width: 260px;
    height: 234px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}