.ph-share-notice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.ph-share-notice .ph-share-mark-img {
  position: absolute;
  width: 1.62667rem;
  height: 4.72rem;
  top: 0;
  right: 0;
  background: url(https://cdn.llscdn.com/sprout/sprout-hybrid/wechat/wechat-mark.png) no-repeat;
  background-size: contain;
  touch-action: none;
}
.ph-share-notice .ph-share-mark-img.is-ipad {
  -webkit-transform: scale(0.3955);
          transform: scale(0.3955);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.ph-share-notice .ph-share-mark-texts {
  position: absolute;
  top: 2.66667rem;
  right: 1.33333rem;
}
.ph-share-notice .ph-share-mark-texts.is-ipad {
  -webkit-transform: scale(0.3955);
          transform: scale(0.3955);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  top: 1.33333rem;
  right: 0.53333rem;
}
.ph-share-notice p {
  color: #fff;
  font-size: 0.42667rem;
  line-height: 1.5;
}
