.press-act:not(.press-act--hidden-tip) {
  &.press__wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .7);
  }

  .press__box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .press__btn--blue {
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/img/card/merchant-dy-btn.png) no-repeat;
    background-size: 100%;
    width: 1.12rem;
    height: .44rem;
    font-size: .22rem;
    color: #cdd1d6;
    text-align: center;
    line-height: .42rem;
  }

  .press__box--launch .press__btn--blue {
    position: absolute;
    bottom: .32rem;
    right: 0;
    left: 0;
    margin: auto;
  }

  /* 拉起微信 start*/
  .press__box--launch {
    z-index: 99;
    display: flex;
    flex-direction: column;
  }

  .press__box--launch .press__icon--launch-wx {
    background: url(https://image-1251917893.file.myqcloud.com/igame/merchant/ingame-page/ingame-gp/img/chicken.png) no-repeat;
    background-size: 100%;
    width: 1.64rem;
    height: 1.34rem;
    margin: .3rem auto 0;
    animation: bounce-down 1.6s linear infinite;
    animation: bounce-down 1.6s linear infinite;
    order: 2;
  }

  .press__box--launch .press__text {
    position: relative;
    color: #d2d8dc;
    font-size: .2rem;
    text-align: center;
    margin: 2.54rem auto 0;
    order: 1;
    align-self: baseline;
    height: .4rem;
    line-height: .4rem;
    padding: 0 .2rem;

    &::before {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      width: 200%;
      height: 200%;
      border: 1px solid #d2d8dc;
      transform-origin: 0 0;
      transform: scale(.5);
    }

    &::after {
      content: ' ';
      position: absolute;
      bottom: -.2rem;
      right: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-top: .14rem solid #d2d8dc;
      border-right: .1rem solid transparent;
      border-left: .1rem solid transparent;
    }
  }

  .press__box--launch .press__btn--blue {
    position: relative;
    bottom: 0;
    margin: .4rem auto 0;
    order: 3;
  }

  @keyframes bounce-down {
    25% {
      transform: translateY(-4px);
    }

    50%,
    100% {
      transform: translateY(0);
    }

    75% {
      transform: translateY(4px);
    }
  }

  @keyframes bounce-down {
    25% {
      transform: translateY(-4px);
    }

    50%,
    100% {
      transform: translateY(0);
    }

    75% {
      transform: translateY(4px);
    }
  }

  /* 拉起微信 end*/

}