.share-content-img {
  width: 37.5rem;
  margin: 4.45rem 0rem 6rem 0rem;
}
.share-btn-box {
  width: 37.5rem;
  height: 6.5rem;
  display: flex;
  justify-content: space-between;
  padding: 0rem 1.5rem;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.share-btn-box .share-btn-left {
  width: 8rem;
  height: 4.4rem;
  display: flex;
  justify-content: space-between;
}
.share-btn-box .share-btn-left a {
  display: block;
  text-decoration: none;
  position: relative;
  width: 3rem;
  padding-top: 3rem;
  line-height: 1.1rem;
  font-size: 1.1rem;
  color: #333;
  text-align: center;
}
.share-btn-box .share-btn-left .service-btn {
  background: url(https://images.zhongmin.cn/bofen_wap/informationDetails/images/service-icon.png) center 0rem no-repeat;
  background-size: 2.15rem 2.15rem;
}
.share-btn-box .share-btn-left .user-btn {
  background: url(https://images.zhongmin.cn/bofen_wap/informationDetails/images/user-icon.png) center 0rem no-repeat;
  background-size: 1.9rem 2.2rem;
}
.share-btn-box .purchase-btn {
  width: 25.1rem;
  height: 4.4rem;
  line-height: 4.4rem;
  border-radius: 2.2rem;
  background: #BF9555;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  line-height: 0;
  font-size: 0;
}
.mask .mask-purchase-box {
  width: 37.5rem;
  height: 60%;
  background: #fff;
  border-radius: 1rem 1rem 0rem 0rem;
  padding: 0rem 1.5rem;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.mask .mask-purchase-box .close-btn {
  width: 1.35rem;
  height: 1.35rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.mask .mask-purchase-box .product-box {
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  padding: 1.5rem 0rem;
  box-sizing: border-box;
}
.mask .mask-purchase-box .product-box .product-img {
  width: 6.4rem;
  height: 6.4rem;
}
.mask .mask-purchase-box .product-box .product-img img {
  width: 100%;
  height: 100%;
}
.mask .mask-purchase-box .product-box .product-price-box {
  margin-left: 1.5rem;
  padding: 1.25rem 0rem;
  box-sizing: border-box;
}
.mask .mask-purchase-box .product-box .product-price-box .price-text {
  font-family: SourceHanSansCN-Regular;
  font-size: 2rem;
  color: #BF9555;
  line-height: 1.9rem;
}
.mask .mask-purchase-box .product-box .product-price-box .price-text .price-symbol {
  font-size: 1.2rem;
}
.mask .mask-purchase-box .product-box .product-price-box .price-tips {
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
  margin-top: 0.75rem;
}
.mask .mask-purchase-box .quantity-box {
  width: 100%;
  padding: 1.5rem 0rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mask .mask-purchase-box .quantity-box .quantity-tips {
  width: fit-content;
  font-family: SourceHanSansCN-Regular;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.3rem;
  height: 1.3rem;
}
.mask .mask-purchase-box .quantity-box .quantity-num {
  display: flex;
  border: 1px solid #D0D0D0;
  border-radius: 0.2rem;
  height: 2.1rem;
  font-family: SourceHanSansCN-Regular;
  color: #333;
  font-size: 1.3rem;
}
.mask .mask-purchase-box .quantity-box .quantity-num .reduce {
  display: inline-block;
  width: 2.8rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
}
.mask .mask-purchase-box .quantity-box .quantity-num .quantity-input {
  width: 4rem;
  height: 2.1rem;
  border: none;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  background: none;
  line-height: 2.1rem;
  outline: none;
  padding: 0;
  text-align: center;
}
.mask .mask-purchase-box .quantity-box .quantity-num .plus {
  display: inline-block;
  width: 2.8rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
}
.mask .mask-purchase-box .quantity-box .quantity-num .disable {
  background: #FAFAFA;
  color: #CCCCCC;
}
.mask .mask-purchase-box .quantity-btn {
  width: 34.5rem;
  height: 4.4rem;
  line-height: 4.4rem;
  background: #BF9555;
  text-align: center;
  position: fixed;
  border-radius: 2.2rem;
  left: 50%;
  bottom: 1.1rem;
  transform: translateX(-50%);
  font-family: SourceHanSansCN-Regular;
  color: #fff;
  font-size: 1.7rem;
}
