@import '../../common/style/act/layout/_layout-game-life-vertical.scss';
@font-face {
  font-family: 'rxnf';
  src: url('https://image-1251917893.file.myqcloud.com/igame/merchant/igame-dnf/font/rxnf.TTF') format('truetype');
}

.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, .7);
    z-index: 95;
  }

  .press__dialog--fail {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    width: 6rem;
    height: auto;
    min-height: 4.2rem;
    padding-bottom: .6rem;
    background-image: url(https://image-1251917893.file.myqcloud.com/igame/merchant/igame-dnf/dialog/dia-content.png);
    background-repeat: no-repeat;
    background-position-y: .4rem;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);

    &::before {
      content: '';
      position: absolute;
      top: 0;
      z-index: 0;
      width: 6rem;
      height: .9rem;
      background-image: url(https://image-1251917893.file.myqcloud.com/igame/merchant/igame-dnf/dialog/dia-top.png);
      background-repeat: repeat;
      background-size: 100% 100%;
    }

    &::after {
      content: '';
      position: absolute;
      bottom: -.4rem;
      z-index: 0;
      width: 6rem;
      height: .9rem;
      background-image: url(https://image-1251917893.file.myqcloud.com/igame/merchant/igame-dnf/dialog/dia-bottom.png);
      background-repeat: repeat;
      background-size: 100% 100%;
    }
  }

  .press__dialog--fail .press__close {
    position: absolute;
    bottom: -1.8rem;
    left: 50%;
    display: block;
    width: .81rem;
    height: .81rem;
    margin-left: -.3rem;
    background: url(https://image-1251917893.file.myqcloud.com/igame/merchant/igame-dnf/dia-close.png) no-repeat;
    background-size: 100% 100%;
  }

  .press__dialog--fail .press__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .press__dialog--fail .press__buttons .press__btn--maxlarge-primary,
  .press__dialog--fail .press__buttons .press__btn {
    display: block;
    margin: 0 auto;
  }

  .press__btn--maxlarge-primary {
    width: 3.33rem;
    height: .68rem;
    margin: 0 .2rem;
    color: #654317;
    font-size: .32rem;
    font-family: 'rxnf', sans-serif;
    line-height: .68rem;
    text-align: center;
    background: url(https://image-1251917893.file.myqcloud.com/igame/merchant/igame-dnf/long-btn.png) center/100% 100% no-repeat;
    -webkit-box-flex: 1;
  }

  .press__title--fail {
    display: none;
  }

  .press__content {
    width: 5.6rem;
    margin: auto;
    text-align: center;
  }

  .press__name {
    padding: .26rem 0 .32rem;
    font-family: 'rxnf', sans-serif;
    font-size: .35rem;
    font-weight: bold;
    line-height: .38rem;
    text-align: center;
    background: linear-gradient(to bottom, #fffdf1 40%, #fe8 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .press__user {
    font-size: $font-s;
    line-height: .34rem;
    color: $color-gray-3;
    text-align: center;
  }

  .press__progress-wrap {
    width: 5rem;
    padding: .28rem .28rem .2rem;
    margin: .24rem auto;
    background: #333;
    border-radius: .04rem;
    border: .02rem solid #a0272f;
    color: #fff;
    box-sizing: border-box;
  }

  .press__progress {
    margin: 0 auto .16rem;
    color: #fff;
    font-size: $font-m;
  }

  .press__progress {
    color: #fff;
  }

  .press__num {
    display: inline;
  }

  .press__progress-bar {
    width: 75%;
    height: .08rem;
    background: #333;;
    overflow: hidden;
    border-radius: .055rem;
    margin: auto;
  }

  .press__progress-bar i {
    height: 100%;
    border-radius: .04rem;
    display: block;
    background: #333;
  }
}