.press-act:not(.press-act--hidden-tip) {
  /* 遮罩层 */
  &.press__cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 95;
    background-color: rgba(0, 0, 0, .5);
  }

  /* 背景 */
  .press__dialog {
    width: 9.11rem;
    height: 6.07rem;
    background: url(https://image-1251917893.file.myqcloud.com/2023/a20230914qqxwMerchant/img/3.0/pop_bg1.png) no-repeat center;
    background-size: 100% auto;
    transform: translate3d(0px, 0px, 10px);
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    margin: auto;
    text-align: center;
    position: relative;
    padding: .15rem .55rem .4rem .85rem;
    box-sizing: border-box;
  }

  /* 关闭按钮 */
  .press__dialog .press__close {
    width: .71rem;
    height: .71rem;
    background: url(https://image-1251917893.file.myqcloud.com/2023/a20230914qqxwMerchant/img/3.0/pop_close.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: .3rem;
    z-index: 10;
    text-indent: -1000rem;
  }

  /* 标题 */
  .press__title--prompt {
    height: .4rem;
    margin: .4rem 0 0 .3rem;
    position: relative;
    font-size: .36rem;
    color: #5747c5;
    background-image: -webkit-linear-gradient(top, #5747c5, #635ee0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: .45rem;
    padding-left: .06rem;
    text-align: left;
  }

  .press__title--prompt::after {
    content: '';
    position: absolute;
    z-index: 0;
    background: url(https://image-1251917893.file.myqcloud.com/2023/a20230914qqxwMerchant/img/3.0/gxhd.png) no-repeat center;
    background-size: 100% auto;
    width: 1.52rem;
    height: .4rem;
    top: 0;
    left: 0;
  }

  /*  .press__title--prompt::after{
    content: '';
    width: 1.82rem;
    height: 0.28rem;
    background: url(https://image-1251917893.cos.ap-guangzhou.myqcloud.com/tip-project/liebian-tlbb/title-left-icon.png) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -2.05rem;
    top: 0.1rem;
  }
  .press__title--prompt::before{
    content: '';
    width: 1.82rem;
    height: 0.28rem;
    background: url(https://image-1251917893.cos.ap-guangzhou.myqcloud.com/tip-project/liebian-tlbb/title-right-icon.png) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -2.05rem;
    top: 0.1rem;
  } */

  /* 内容区域 */

  .press__content {
    margin-top: .2rem;
    height: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .press__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
    min-height: 1.8rem;
  }

  /* 提示标题 */
  .press__notice {
    font-size: .24rem;
    line-height: .34rem;
    padding: 0 .32rem;
    word-wrap: break-word;
    word-break: normal;
    color: #5849c8;
    font-weight: 600;
    font-size: .4rem;
    margin-bottom: .2rem;
  }

  /* 提示内容 */
  .press__text {
    color: #615bdc;
    font-size: .24rem;
    line-height: .34rem;
    padding: 0 .32rem;
    max-height: 2.4rem;
    width: 6.02rem;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    word-break: break-all;

    /* margin-top: -0.12rem; */
    box-sizing: content-box;
    margin: 0 auto;
  }

  /* 按钮 --- start */
  .press__button-wrap a {
    margin: auto;
  }

  .press__dialog--prompt .press__button-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .7rem;
    z-index: 2;
    padding: 0;
    margin: .2rem auto;
    width: 6.6rem;
  }

  .press__dialog--prompt 
  .press__btn--cancel,
  .press__btn--medium-secondary {
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian-x5m/btn-fullpage-cancel.png)
    no-repeat center center;
    background-size: contain;
    display: block;
    width: 3.14rem;
    height: 1.16rem;
    line-height: 1.38rem;
    font-size: .32rem;
    font-weight: 900;
    text-align: center;
    color: #415ade;
    text-indent: -16px;
  }

  .press__dialog--prompt 
  .press__btn--sure,
  .press__btn--back,
  .press__btn--enter,
  .press__btn--form,
  .press__btn--medium-primary {
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian-x5m/btn-fullpage-sure.png)
    no-repeat center center;
    background-size: contain;
    display: block;
    width: 3.14rem;
    height: 1.16rem;
    line-height: 1.38rem;
    font-size: .32rem;
    font-weight: 900;
    text-align: center;
    color: #a24405;
    text-indent: -16px;
  }

  // .press__dialog--prompt .press__btn--back {
  //   background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian-x5m/btn-fullpage-sure.png) no-repeat center center;
  //   background-size: contain;
  //   display: block;
  //   width: 3.14rem;
  //   height: 1.16rem;
  //   line-height: 1.38rem;
  //   font-size: 0.32rem;
  //   font-weight: 900;
  //   text-align: center;
  //   color: #a24405;
  //   text-indent: -16px;
  // }

  // .press__dialog--prompt .press__btn--enter {
  //   background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian-x5m/btn-fullpage-sure.png) no-repeat center center;
  //   background-size: contain;
  //   display: block;
  //   width: 3.14rem;
  //   height: 1.16rem;
  //   line-height: 1.38rem;
  //   font-size: 0.32rem;
  //   font-weight: 900;
  //   text-align: center;
  //   color: #a24405;
  //   text-indent: -16px;
  // }

  // .press__dialog--prompt .press__btn--form {
  //   background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian-x5m/btn-fullpage-sure.png) no-repeat center center;
  //   background-size: contain;
  //   display: block;
  //   width: 3.14rem;
  //   height: 1.16rem;
  //   line-height: 1.38rem;
  //   font-size: 0.32rem;
  //   font-weight: 900;
  //   text-align: center;
  //   color: #a24405;
  //   text-indent: -16px;
  // }

  // .press__dialog--prompt .press__btn--medium-secondary {
  //   background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian-x5m/btn-fullpage-cancel.png) no-repeat center center;
  //   background-size: contain;
  //   display: block;
  //   width: 3.14rem;
  //   height: 1.16rem;
  //   line-height: 1.38rem;
  //   font-size: 0.32rem;
  //   font-weight: 900;
  //   text-align: center;
  //   color: #415ade;
  //   text-indent: -16px;
  // }

  // .press__dialog--prompt .press__btn--medium-primary {
  //   background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian-x5m/btn-fullpage-sure.png) no-repeat center center;
  //   background-size: contain;
  //   display: block;
  //   width: 3.14rem;
  //   height: 1.16rem;
  //   line-height: 1.38rem;
  //   font-size: 0.32rem;
  //   font-weight: 900;
  //   text-align: center;
  //   color: #a24405;
  //   text-indent: -16px;
  // }

  /* 按钮 --- end */

  /* 商圈 */
  .press__pic-wrap p {
    color: #615bdc;
    font-size: .24rem;
    margin-top: .1rem;
  }

  .press__pic-wrap img {
    width: 1.94rem;
    height: 1.94rem;
  }
}