@import '../../common/style/act/mixin/mixin.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__buttons {
    justify-content: space-around;
  }

  &.press__main {
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .press__info {
    flex: 1;
    overflow-y: scroll;
  }

  // 额外信息+声明
  .press__extra {
    padding: .3rem .4rem;
    color: #fff;
    font-size: .24rem;
    line-height: .34rem;
  }

  .press__extra {
    text-align: center;
  }

  .press__button-wrap {
    position: relative;
    z-index: 10;
    padding: .32rem .96rem;
    background: #421619;
    border-top: .02rem solid #4f4041;
  }

  .press__btn {
    position: relative;
    display: block;
  }

  .press__btn--long-primary,
  .press__btn--maxlarge-primary {
    flex: 1;
    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__btn--large-secondary {
    flex: 1 1 0;
    width: 2.06rem;
    height: .68rem;
    padding: 0 .2rem;
    color: #ffface;
    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/ghost-btn.png) center/100% 100% no-repeat;
  }
}
