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

    .press__main {
      width: 100%;
      z-index: 50;
      background: #fff;
      max-height: 72%;
      position: absolute;
      bottom: -.02rem;
      top: auto;
      border-radius: .2rem .2rem 0 0;
      overflow-y: hidden;
      display: flex;
      flex-direction: column;
      background-image: linear-gradient(0deg, #fff 0%, #fff 100%);
    }

    .press__icon--close {
      width: .2rem;
      height: .2rem;
      position: absolute;
      top: 0;
      right: 0;
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/lgame/igame-lolm/close-icon.png) center center no-repeat;
      background-size: .2rem .2rem;
      padding: .32rem;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      z-index: 30;
    }

    .press__content {
      width: 100%;
      overflow-x: hidden;
      flex: 1;

      .press__left {
        padding: .2rem 0 0;
        width: 100%;

        .press__barcode-bg {
          width: 5.52rem;
          height: 5.5rem;
          background: url(https://image-1251917893.file.myqcloud.com/2021/act/pvp/a20210709summerVacation/dialog-bar-code.png) no-repeat;
          background-size: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0 .4rem;
          box-sizing: border-box;
        }

        .press__barcode-bg .press__left {
          width: .96rem;
          height: 3.04rem;
          margin: 0;
        }

        .press__barcode-bg .press__left>img {
          width: .96rem;
          height: 3.04rem;
        }

        .press__barcode-bg .press__right {
          width: 3.04rem;
          height: 3.04rem;
          background: #fff;
          margin: 0;
          display: inline-block;
        }

        .press__barcode-bg .press__right>img {
          width: 3.04rem;
          height: 3.04rem;
        }

        .press__btn--normal {
          display: none;
        }

        .press__bg-get {
          padding: .2rem .24rem;
          position: relative;

          .press__label--got {
            background: url(https://image-1251917893.file.myqcloud.com/tip-project/lgame/igame-lolm/already-get.png) center center no-repeat;
            background-size: 100% auto;
            width: 1.4rem;
            height: 1.4rem;
            position: absolute;
            top: .1rem;
            right: .4rem;
          }

          .press__label--used {
            background: url('https://image-1251917893.file.myqcloud.com/tip-project/lgame/igame-lolm/tag-used.png') center center no-repeat;
            background-size: 100% auto;
            width: 1.4rem;
            height: 1.4rem;
            position: absolute;
            top: .1rem;
            right: .4rem;
          }

          .press__label--overtime {
            background: url('https://image-1251917893.file.myqcloud.com/tip-project/lgame/igame-lolm/tag-expired.png') center center no-repeat;
            background-size: 100% auto;
            width: 1.4rem;
            height: 1.4rem;
            position: absolute;
            top: .1rem;
            right: .4rem;
          }

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

            .press__des-discount {
              color: #666;
              font-size: .28rem;
              line-height: .4rem;
              padding: 0 0 .2rem 0;
              border-bottom: .02rem solid #f0f3f7;
              padding: 0 .2rem .2rem;

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

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

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

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

              &::before {
                content: '';
                display: inline-block;
                vertical-align: top;
                margin: .06rem .16rem .06rem 0;
                width: .06rem;
                height: .32rem;
                background-color: #1c1c1c;
              }
            }

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

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

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

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

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

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

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

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

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

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

          .press__goods-box {
            display: flex;
            justify-content: flex-start;
            padding: 0 0 .26rem;

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

              .press__goods-name {
                color: #a0acb5;
                height: .32rem;
                line-height: .32rem;
                padding: 0 0 .12rem 0;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
              }

              .press__goods-task {
                height: .32rem;
                font-size: .22rem;
                line-height: .32rem;
                color: #757e7f;
              }

              .press__goods-time {
                display: none;
              }

              .press__act-title {
                height: .32rem;
                color: #7a7a7a;
                font-size: .22rem;
                line-height: .32rem;

                .press__arrow-icon {
                  display: inline-block;
                  width: .12rem;
                  height: .12rem;
                  margin-left: .08rem;
                  border-top: .02rem solid #7a7a7a;
                  border-right: .02rem solid #7a7a7a;
                  transform: rotate(45deg);
                }
              }

              .press__goods-tag {
                color: #1c1c1c;
                font-size: .32rem;
                line-height: .44rem;
                height: .44rem;
                padding: 0 0 .1rem 0;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
              }
            }
          }

          .press__exchange-wrap {
            margin-top: .2rem;
            border-top: .02rem solid #f0f3f7;
          }
        }
      }

      .press__right {
        display: none;
        width: 3.82rem;
        text-align: center;

        .press__flag-name {
          text-align: center;
          line-height: .34rem;
          font-size: .24rem;
          color: #f0e6d2;
          margin: 0 auto .1rem;
        }

        .press__btn-more {
          background: #0f161a;
          border: .02rem solid #55554d;
          width: 2.96rem;
          height: .52rem;
          line-height: .52rem;
          color: #cec093;
          margin: 0 auto .32rem;
        }

        .press__radio-group {
          background: #0f161a;
          border: .02rem solid #55554d;
          width: 2.96rem;
          height: .52rem;
          line-height: .52rem;
          color: #cec093;
          margin: 0 auto;
        }

        .press__flag-address {
          font-size: .2rem;
          line-height: .28rem;
          height: .28rem;
          color: #85817c;
          text-align: center;
          position: relative;
          display: inline-block;
          vertical-align: top;
          height: 1.4rem;
          width: 2.8rem;
          // &::after {
          //   content: "";
          //   position: absolute;
          //   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAMAAACK2/weAAAAQlBMVEUAAACFgXyFgnyGgnyGgnyFgn2FgX6IhYGGhoaMjISFgX2GgnyFgn2GgXyHgn2HgX6Gg3yGgn2JhICOjo6Gg36Gg34dICStAAAAFnRSTlMA/uHt0p+EIxUP8b22mGhRSjc2CWlnsAIqbwAAAE5JREFUGNNlz0cSgDAMBEFGjgSb/P+vcl0j3bpKaad/pTow2KVs8KofSLf4NGIR15Vw6ECGrN4XtllcIiYWSrOs8of8G314skH3AX18Xx8+5AIUwxKnQAAAAABJRU5ErkJggg==")
          //     center center no-repeat;
          //   background-size: 100% auto;
          //   width: 0.14rem;
          //   height: 0.28rem;
          //   top: 0;
          //   right: -0.08rem;
          // }
        }

        .press__flag-bg {
          width: 1.04rem;
          height: 1.04rem;
          overflow: hidden;
          display: flex;
          margin: .33rem auto .2rem;
          align-items: center;
          justify-content: center;
          color: #f0e6d2;
          line-height: normal;
          font-size: .24rem;
          border: .02rem solid;
          background-image: none;
          background: linear-gradient(to bottom, #bc9f66 0%, #674f1e 100%);

          img {
            width: 1rem;
            height: 1rem;
            border: .02rem solid #121b22;
            display: block;
            margin: .01rem;
          }
        }
      }
    }

    .press__main {
      &.press__main--big {
        .press__text--get,
        .press__text--received,
        .press__text--detail {
          overflow: hidden;
          padding: .32rem 0;
          text-align: center;
          line-height: .48rem;
          font-size: .32rem;
          display: inline-block;
          vertical-align: top;
          width: 100%;
          overflow: hidden;
          padding: .32rem 0;
          text-align: center;

          &::after {
            content: '';
            display: inline-block;
            vertical-align: top;
            width: 1.48rem;
            height: .48rem;
            background: url('https://image-1251917893.file.myqcloud.com/tip-project/lgame/igame-lolm/picker-title.png') center center no-repeat;
            background-size: 100% auto;
            transform: rotate(180deg);
          }

          &::before {
            content: '';
            display: inline-block;
            vertical-align: top;
            width: 1.48rem;
            height: .48rem;
            background: url('https://image-1251917893.file.myqcloud.com/tip-project/lgame/igame-lolm/picker-title.png') center center no-repeat;
            background-size: 100% auto;
          }
        }

        .press__content {
          display: flex;
          justify-content: flex-start;

          .press__goods-img {
            width: 1.32rem;
            height: 1.32rem;
          }
        }
      }
    }
  }

  .press__btn--normal-top {
    display: block;
    background: #292929;
    text-align: center;
    line-height: .8rem;
    font-size: .28rem;
    border-radius: .04rem;
    width: 4.78rem;
    height: .8rem;
    border-radius: .04rem;
    color: #fff;
    font-size: .32rem;
    margin: 0 auto;
  }

  .press__expire-time {
    margin-top: .16rem;
    color: #a0acb5;
    font-size: .2rem;
    text-align: center;
  }
}