.press-act:not(.press-act--hidden-tip) {
  .press__img {
    border: 1px solid #fff;
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    margin: .48rem auto .08rem;
    max-width: 100%;
  }

  .press__name {
    color: #fff;
    font-size: .32rem;
    line-height: .4rem;
    margin-bottom: .169rem;
    display: block;
    text-align: center;
  }

  .press__icon-status--used {
    width: 1.72rem;
    height: 1.7rem;
    position: absolute;
    bottom: .3rem;
    right: .3rem;
    background: url(https://image-1251917893.cos.ap-guangzhou.myqcloud.com/2021/a20210730fazaiMerc/images/icon_used.png) center left no-repeat;
    background-size: 100% 100%;
    opacity: .4;
  }

  &.press__meta {
    width: 100%;
    height: 3.38rem;
    position: relative;
  }

  .press__info {
    height: 3.38rem;
    background-image: linear-gradient(135deg, #62de95 0%, #32cdff 100%);
    overflow: hidden;
    position: relative;
  }

  .press__icon-status--expired {
    width: 1.72rem;
    height: 1.7rem;
    position: absolute;
    bottom: .3rem;
    right: .3rem;
    background: url(https://image-1251917893.cos.ap-guangzhou.myqcloud.com/2021/a20210730fazaiMerc/images/icon_overtime.png) center left no-repeat;
    background-size: 100% 100%;
    opacity: .4;
  }

}