.shop-product-wrapper-slide {
  display: flex;
  overflow: auto;
  margin-bottom: 10px;
  .shop-icon-car{
    bottom: 0;
  }
  .shop-product-price-container{
    position: absolute;
    bottom: 0;
  }

  .shop-pro-card {
    padding: 0;
  }

  .shop-pro-item {
    margin-right: @margin10;
    margin-bottom: 0;
  }

  .shop-pro-price {
    float: left;
  }

  .shop-pro-purBtn {
    float: right;
    position: static;
    padding-bottom: 10px;
  }

  .shop-pro-content {
    width: 128px;
    //.shop-icon-car, .shop-icon-plus{
    //  top: 0;
    //}
    //.shop-icon-car{
    //  top: 0;
    //}
  }

}