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

  .press__dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 6.3rem;
    background: #fff;
    border-radius: 4px;
    transform: translate(-50%, -50%);
  }

  // 标题-[[
  .press__title--explain {
    padding: .5rem 0 .22rem;
    margin: 0;
    color: #4a4a4a;
    font-size: .28rem;
    font-weight: 700;
    line-height: .34rem;
    text-align: center;
  }

  // 标题--]]

  // 内容 [[
  .press__detail {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 6rem;
    padding: 0 .48rem;
    margin-bottom: .78rem;
    color: #9b9b9b;
    font-size: .24rem;
    line-height: .4rem;
    word-break: break-all;
    text-align: justify;
  }

  // 内容 ]]

  // 按钮 [[
  .press__buttons {
    display: none;
  }

  .press__close {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    display: block;
    width: .6rem;
    height: .6rem;
    margin-left: -.3rem;
    background: url(https://game.gtimg.cn/images/user/m/webigame2019/dialog-close.png) no-repeat;
    background-size: 100% 100%;
  }

  // 按钮 ]]
}
