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

    .press__main {
      position: absolute;
      top: auto;
      bottom: -.02rem;
      z-index: 50;
      overflow-x: hidden;
      overflow-y: hidden;
      width: 100vw;
      background-color: #fff;
      background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/campaign/picker-bg.png), linear-gradient(180deg, rgb(203, 214, 255) 0%, rgb(255, 255, 255) 40%);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      border-radius: .24rem .24rem 0 0;

      .press__icon--close {
        position: absolute;
        top: .16rem;
        right: .23rem;
        z-index: 20;
        width: .4rem;
        height: .4rem;
        background: url('data:image/svg+xml,<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path id=\"&%23229;&%23189;&%23162;&%23231;&%23138;&%23182;&%23231;&%23187;&%23147;&%23229;&%23144;&%23136;\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.70711 6.00002L11.3033 1.40383L10.5962 0.696719L6 5.29291L1.40381 0.696719L0.696699 1.40383L5.29289 6.00002L0.696699 10.5962L1.40381 11.3033L6 6.70713L10.5962 11.3033L11.3033 10.5962L6.70711 6.00002Z\" fill=\"%23333333\" style=\"fill:%23333333;fill:color(display-p3 0.2000 0.2000 0.2000);fill-opacity:1;\"/></svg>');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: .24rem .24rem;
      }

      .press__text--get,
      .press__text--received,
      .press__text--detail {
        position: absolute;
        left: 50%;
        width: 2.48rem;
        height: .64rem;
        margin: 0 auto;
        margin-left: -1.24rem;
        color: #fff;
        font-size: .32rem;
        font-weight: bold;
        line-height: .64rem;
        text-align: center;
        background: url('https://image-1251917893.file.myqcloud.com/tip-project/campaign/picker-title.png') center center no-repeat;
        background-size: 100% 100%;
      }

      .press__content {
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        padding: 0 .48rem;
        margin-top: .92rem;
        margin-bottom: env(safe-area-inset-bottom);
        margin-bottom: constant(safe-area-inset-bottom);
      }
    }
  }

  .press__left {
    .press__bg-get {
      position: relative;
      overflow: hidden;
      width: 6.54rem;
      margin: 0 auto;

      .press__label--got,
      .press__label--used,
      .press__label--overtime {
        position: absolute;
        top: -.24rem;
        left: 5rem;
        z-index: 30;
        display: block;
        width: 1.72rem;
        height: 1.71rem;
        background-size: 100% 100%;
        pointer-events: none;
      }

      .press__label--used {
        background-image: url('https://image-1251917893.file.myqcloud.com/tip-project/campaign/use.png');
      }

      .press__label--overtime {
        background-image: url('https://image-1251917893.file.myqcloud.com/tip-project/campaign/expired.png');
      }

      .press__label--got {
        background-image: url('https://image-1251917893.file.myqcloud.com/tip-project/campaign/get.png');
      }
    }
  }

  .press__left {
    .press__goods-box {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      overflow: hidden;
      width: 6.54rem;
      height: 2rem;
      margin: 0 auto 0;
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/campaign/ticket.png) center center no-repeat;
      background-size: 100% 100%;

      .press__goods-img {
        box-sizing: border-box;
        width: 2rem;
        height: 100%;
        padding: .3rem;

        &.goods-img {
          margin: 0 auto;
        }

        img {
          width: 1.36rem;
          height: 1.36rem;
          border: .02rem solid #ececec;
        }
      }

      .press__goods-detail {
        flex: 1;
        padding: 0 0 0 .32rem;

        .press__goods-tag {
          overflow: hidden;
          max-width: 3rem;
          height: .36rem;
          color: #4a4a4a;
          font-size: .26rem;
          font-weight: bold;
          line-height: .36rem;
          text-overflow: ellipsis;
          white-space: nowrap;
        }

        .press__goods-name {
          overflow: hidden;
          max-width: 3rem;
          height: .4rem;
          margin: .1rem 0;
          color: #ff353a;
          font-size: .26rem;
          font-weight: bold;
          line-height: .4rem;
          text-overflow: ellipsis;
          white-space: nowrap;
        }

        .press__goods-task {
          position: absolute;
          bottom: 1.22rem;
          left: 50%;
          width: 100%;
          height: .32rem;
          color: #4a4a4a;
          font-size: .24rem;
          line-height: .32rem;
          text-align: center;
          transform: translateX(-50%);
        }

        .press__goods-time {
          display: none;
        }

        .press__act-title {
          position: relative;
          box-sizing: border-box;
          overflow: hidden;
          width: 3.82rem;
          max-width: 3rem;
          height: .4rem;
          line-height: .4rem;
          padding: 0 .18rem;
          color: #5d5be5;
          font-size: .2rem;
          text-overflow: ellipsis;
          white-space: nowrap;
          background: rgba(93, 91, 229, .1);
          border-radius: .2rem;

          .press__arrow-icon {
            position: absolute;
            top: .14rem;
            right: .2rem;
            display: inline-block;
            width: .12rem;
            height: .12rem;
            border-top: .02rem solid #5d5be5;
            border-right: .02rem solid #5d5be5;
            transform: rotate(45deg);
          }
        }
      }
    }

    .press__expire-time {
      margin-top: .16rem;
      margin-bottom: .32rem;
      color: #4a4a4a;
      font-size: .2rem;
      text-align: right;
    }

    .press__exchange-wrap {
      overflow-y: auto;
      width: 100%;
      height: calc(70vh - 5.96rem);
      margin-bottom: 2.2rem;
      border-bottom: .02rem solid #f0f3f7;

      .press__exchange-title {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        width: 100%;
        padding: .16rem .48rem;
        color: #4a4a4a;
        font-size: .28rem;
        font-weight: bold;
      }

      .press__exchange-type {
        color: #4a4a4a;
        font-size: .24rem;
        font-weight: normal;

        .press__link {
          color: #5675ec;
        }
      }

      .press__wz-time {
        position: relative;
        padding: .2rem 0;
        color: #666;
        font-size: .28rem;
        line-height: .48rem;
      }

      .press__des-discount {
        padding: 0 0 .2rem 0;
        padding: 0 .2rem .2rem;
        color: #999;
        font-size: .28rem;
        line-height: .4rem;

        .press__barcode-bg {
          zoom: .7;
        }
      }

      .press__exchange-title {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: .32rem 0;
        color: #303030;
        font-size: .28rem;
        line-height: .44rem;
        vertical-align: top;

        .press__exchange-type {
          position: absolute;
          right: 0;
          bottom: .32rem;
          padding: 0 .08rem 0 0;
          color: #757e7f;
          font-size: .24rem;
          line-height: .44rem;

          .press__name {
            color: #5675ec;
          }

          .press__link {
            color: #5675ec;
            font-size: .24rem;
            line-height: .44rem;
          }
        }

        &::before {
          display: none;
        }
      }

      .press__wz-detail-wrap {
        position: relative;
        display: flex;
        justify-content: flex-start;
        padding: 0 0 .24rem 0;

        .press__wz-img {
          width: .96rem;
          height: .96rem;
          background: #fff;
        }

        .press__wz-detail {
          width: 6.16rem;
        }
      }

      .press__wz-limit {
        padding: 0 0 0 .2rem;
        color: #666;
        font-size: .28rem;
        line-height: .48rem;
      }

      .press__wz-tips {
        padding: 0 0 0 .2rem;
        color: #666;
        font-size: .28rem;
        line-height: .48rem;
      }

      .press__wz-detail-wrap {
        border-bottom: .02rem solid #ececec;
      }

      .press__wz-props {
        position: relative;
        bottom: .24rem;
        display: flex;
        justify-content: flex-start;
        width: auto;
        height: auto;
        padding: .24rem 0 .24rem .16rem;
        margin: .4rem 0 0;
        background: #f3f9ff;

        &::after {
          content: '';
          position: absolute;
          top: -.12rem;
          left: .32rem;
          display: block;
          width: 0;
          height: 0;
          border-color: transparent transparent #f3f9ff transparent;
          border-style: solid;
          border-width: 0 .12rem .12rem .12rem;
        }

        .press__item-props {
          width: .96rem;
          height: .96rem;
          margin: 0 .08rem;
          background: #f3f9ff;
        }

        & + .press__wz-limit {
          margin: -.24rem 0 0 0rem;
          background: #f3f9ff;
        }
      }
    }

    .press__des-discount {
      box-sizing: border-box;
      width: 100%;
      padding: 0 .48rem .16rem;
      color: #9b9b9b;
      font-size: .24rem;
    }

    .press__btn--normal,
    .press__btn--normal-top {
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 999;
      display: block;
      flex-shrink: 0;
      width: 5.6rem;
      height: .8rem;
      margin: .24rem auto .32rem;
      color: #fff;
      font-size: .28rem;
      line-height: .8rem;
      text-align: center;
      background: linear-gradient(90deg, #50abff 0%, #6663fe 50%, #925fff 100%);
      border-radius: .08rem;
      transform: translateX(-50%);
    }
  }

  // 竖版没有右侧结构的设计
  .press__right {
    display: none;
  }
}
