 .share-tgyl-popup-mask {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2000;
        background: rgba(0, 0, 0, 0.55);
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .share-tgyl-popup {
            box-sizing: border-box;
        position: relative;
        width: 534px;
        height: 334px;
        background: #F7FBFC;
        border-radius: 4px;
        padding: 54px 55px;
        background-image: url('https://files3.zydmall.com:9443/zydmall/tgyl-popup-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
      }

      .share-tgyl-left {
        width: 119px;
        height: 224px;
        border: 1px solid #FFFFFF;
  box-shadow: 0px 2px 10px 1px rgba(195, 241, 248, 0.73);

        cursor: pointer;
        position: relative;
        
      }

      .share-tgyl-left .preview-image {
        width: 100%;
        height: 100%;
      }

      .share-tgyl-left .preview-tip {
        position: absolute;
        width: 27.87px;
  height: 27.87px;
  right: 0;
  bottom: 0;
      }

      .share-tgyl-right {
        flex: 1;
        margin-left: 33px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .share-tgyl-right .s-title {
         font-family: 'Alimama ShuHeiTi';
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #19B0B0;
      }

      .share-tgyl-right .s-desc {
        margin-top: 9px;
         font-family: 'Alimama ShuHeiTi';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
      }

      .share-tgyl-right .s-link {
        margin-top: 10px;
        padding: 5px 11px;
        background: #F5F5F5;
        border: 1px solid #EAEAEA;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #1f2f4f;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 271px;
        box-sizing: border-box;
        color: #999;
      }


      .share-tgyl-right .s-copy-btn {
        margin-top: 16px;
         width: 134px;
  height: 32px;
  left: 969px;
  top: 366px;
  background: linear-gradient(270.77deg, #1174C6 0.25%, #2BB2B6 78.38%);
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
        cursor: pointer;
      }

      .share-tgyl-right .s-tips {
        margin-top: 19px;
         width: 260px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
      }
      .share-tgyl-right .s-tips .highlight {
  color: #19B0B0;
}

      .share-tgyl-right .s-close {
        position: absolute;
        right: 16px;
        top: 16px;
        width: 20px;
        height: 20px;
        border: none;
        cursor: pointer;
        background: url('https://files3.zydmall.com:9443/zydmall/tgyl-close.png') no-repeat center;
        background-size: 100%;
      }

      .share-copy-toast {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2100;
        min-width: 340px;
        max-width: 560px;
        padding: 14px 16px;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.82);
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
      }


      .el-icon-circle-close {
        color: #fff !important;
      }