.press-act:not(.press-act--hidden-tip) {
  .press__cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 95;
  }

  .press__received-box {
    width: 5.6rem;
    background: linear-gradient(180deg, #fff8e0 0%, #fff 40%);
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }

  .press__received-title {
    position: absolute;
    top: -1.4rem;
    left: .36rem;
    width: 5.16rem;
    height: 1.26rem;
    display: block;
    font-size: 0;
    line-height: 0;
    background: url(https://image-1251917893.file.myqcloud.com/igame/component/dialog-task-success/game-life/title-get.png) no-repeat;
    background-size: 100% 100%;
  }

  .press__received-content {
    margin: .2rem .48rem .32rem;
    font-size: .24rem;
    color: #999;
  }

  .press__tip-wrap {
    text-align: center;
    color: #999;
    font-size: .24rem;
    line-height: .34rem;
    margin-top: .16rem;
  }

  .press__tip-wrap .press__tip-name {
    color: #333;
    font-size: .28rem;
    line-height: .34rem;
    font-weight: bold;
    margin-bottom: .16rem;
  }

  .press__height-line {
    font-size: .24rem;
    line-height: .34rem;
    color: #f99b73;
  }

  .press__button-box .press__btn--large-secondary {
    display: block;
    width: .96rem;
    height: .96rem;
    background: url(https://image-1251917893.file.myqcloud.com/igame/component/dialog-task-success/game-life/game-life-close.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 2.8rem;
    right: 50%;
    margin-right: -.48rem;
    text-indent: -1000rem;
  }

  .press__received-content {
    width: 80%;
    margin-bottom: .4rem;
    min-height: 2rem;
    padding-top: .2rem;
    text-align: center;
  }

  .press__received-name {
    margin: 0 auto .16rem;
  }

  .press__received-img {
    width: 1.36rem;
    height: 1.36rem;
  }

  .press__button-box {
    position: relative;
    padding: 0 0rem;
    margin: .5rem auto .1rem;
    display: flex;
    justify-content: space-around;
    left: 0;
    right: 0;
    bottom: .2rem;
    z-index: 2;
  }

  .press__stay-out {
    height: .35rem;
    line-height: .35rem;
    position: relative;
    text-align: center;
    color: #9b9b9b;
    margin: .1rem 0 .2rem;
  }

  .press__stay-out::after,
  .press__stay-out::before {
    position: absolute;
    content: '';
    display: block;
    width: 1.5rem;
    height: 1px;
    background: #f6f6f6;
    top: .16rem;
  }

  .press__stay-out::before {
    left: .2rem;
  }

  .press__stay-out::after {
    right: .2rem;
  }

  .press__stay-out-new {
    height: .35rem;
    line-height: .35rem;
    position: relative;
    margin: .1rem 0 .2rem;
    text-align: center;
    color: #4b5b6c;
  }

  .press__stay-out-new::after,
  .press__stay-out-new::before {
    position: absolute;
    content: '';
    display: block;
    width: 2rem;
    height: 1px;
    background: #4b5b6c;
    top: .16rem;
  }

  .press__stay-out-new::after {
    right: .4rem;
  }
}

.press__btn--large-primary {
  width: 2.4rem;
  height: .64rem;
  line-height: .64rem;
  display: inline-block;
  text-align: center;
  font-size: .28rem;
  color: #fff;
  background: linear-gradient(45deg, #f99b73 0%, #9473ff 100%);
  border-radius: 4px;
}