
.press-act:not(.press-act--hidden-tip) {
  &.press__meta {
  }

  .press__info {
    height: 4.26rem;
    margin: auto;
    text-align: center;
    padding: .32rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .press__img {
    border: .5px solid #c1a96b;
    background: #120b01;
    padding: 0;
    padding: .18rem;
  }

  .press__name {
    font-size: .24rem;
    color: #fcf6de;
    line-height: .28rem;
    width: 100%;
    margin: .32rem auto .16rem;
  }

  .tip-comp-goods-detail--limit-time {
    font-size: .2rem;
    color: #e79640;
    letter-spacing: 0;
    text-align: center;
  }

  .press__icon-status {
    position: absolute;
    top: 0;
    right: 0;

    &.press__icon-status--used {
      width: 1.74rem;
      height: 1.73rem;
      background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/icon-used.png) no-repeat center center;
      background-size: contain;
    }

    &.press__icon-status--expired {
      width: 1.74rem;
      height: 1.71rem;
      background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/icon-overtime.png) no-repeat center center;
      background-size: contain;
    }
  }

  .press__order {
    display: block;
    height: .65rem;
    line-height: .65rem;
    margin-top: .28rem;

    a {
      display: block;
      width: auto;
      margin: auto;
      color: #aa9a89;
      font-size: .24rem;
      padding-left: .42rem;
      background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/icon-uncheck.png) no-repeat left center/.34rem .34rem;
    }

    &.active a {
      background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/icon-uncheck.png) no-repeat left center/.34rem .34rem;
    }
  }
}
