.base-selling-recommend .recommend{
    background: #fff;
}
@media screen and (min-width: 750px) {
    .base-selling-recommend ul li:nth-last-child(-n+2) {
      display: none;
    }
  }
  