.shop-pro-pointsAdd {
  color: #969696;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  display: inline-block;
}

.shop-product-card-points {
  .shop-product-price-wrapper {
    margin-right: 0;
  }

  .shop-pro-pointsAdd {
    margin-right: -3px;
  }

  .shop-product-originalPrice-wrapper {
    margin-left: 5px;
  }
}


/*一行两个*/
.shop-product-wrapper-two {
  .shop-product-card {
    display: block;
  }

  .shop-product-card-points {
    .shop-pro-pointsAdd, .shop-product-price-wrapper {
      font-size: 13px;
      font-weight: 500;
      line-height: 13px;
      //height: 13px;
    }

    .shop-product-price-container {
      display: block;
      white-space: nowrap;
      //overflow: hidden;
      text-overflow: ellipsis;

    }

    .shop-product-originalPrice-wrapper {
      margin-left: 0;
      //.levelPrice{
      //  line-height: 100%;
      //  position: absolute;
      //  bottom: -20px;
      //}
    }

    .shop-product-btn-container-points {
      margin-top: 10px;
    }
  }
}

/*一行三个*/
.shop-product-wrapper-three, .shop-product-wrapper-slide {
  .shop-product-price-container {
    display: block;
    white-space: nowrap;
    //overflow: hidden;
    text-overflow: ellipsis;
  }

  .shop-product-price-container {
    .shop-product-price-wrapper {
      line-height: 17px;
      //height: 17px;
    }
  }

  .shop-product-price-wrapper {
    font-size: 12px;
  }
}

.shop-product-wrapper-detail {
  .shop-product-card-points {
    .shop-pro-pointsAdd, .shop-product-price-wrapper {
      font-size: 14px;
      font-weight: 500;
      line-height: 13px;
      //height: 13px;
    }

    .shop-product-price-container {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .shop-product-originalPrice-wrapper {
      margin-left: 5px;
    }

    .shop-product-btn-container-points {
      margin-top: 10px;
    }

    .shop-product-btn-container {
      float: right;
      width: auto;
      margin-top: 0;
    }
  }
}

.shop-product-wrapper-mix {
  .shop-pro-item-small {
    .shop-product-btn-container {
      width: 100%;
    }

    .shop-product-price-container {
      .shop-pro-pointsAdd, .shop-product-price-wrapper {
        font-size: 13px;
        line-height: 13px;
        //height: 13px;
      }
    }

    .shop-product-originalPrice-wrapper {
      margin-left: 0;
    }
  }
}
.shop-price-level{
  font-size: 18px;
}