.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-mark-img {
    position: absolute;
    width: 61px;
    height: 177px;
    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;
    &.is-ipad {
      transform: scale(0.3955);
      transform-origin: top right;
    }
  }

  .ph-share-mark-texts {
    position: absolute;
    top: 100px;
    right: 50px;
    &.is-ipad {
      transform: scale(0.3955);
      transform-origin: top right;
      top: 50px;
      right: 20px;
    }
  }

  p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
  }
}
