.press-act:not(.press-act--hidden-tip) {
  &.press__cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/bg.jpg) no-repeat center center / cover;
  }

  .press__dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    overflow: hidden;
    margin: auto;
  }

  .press__close {
    position: absolute;
    right: .3rem;
    top: .4rem;
    width: .42rem;
    height: .42rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/icon-close.png) no-repeat center center / 100%;
  }

  .press__title {
    height: .86rem;
    line-height: .86rem;
    font-size: .32rem;
    text-align: center;
    color: #f9f3c3;
  }

  %dialog-medium-bg {
    padding-top: .16rem;
    width: 9.07rem;
    height: 6.04rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/bg-dialog-m.png) no-repeat center center;
    background-size: contain;
  }

  .press__info {
    margin-top: .2rem;
    padding: 0 .86rem;
    text-align: center;
    width: 100%;
  }

  .press__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .press__info-list .press__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.44rem;
    height: .6rem;
    line-height: .6rem;
    background: #120b01;
    border: .5px solid #aa9a89;
    padding-left: .16rem;
    padding-right: .16rem;
    margin-bottom: .16rem;
    font-size: .24rem;
    color: #aa9a89;

    &:last-child {
      flex-grow: 1;
      height: 1rem;
      padding: .16rem;
      margin-bottom: .16rem;

      textarea {
        width: 100%;
        height: 100%;
        font-size: .2rem;
        line-height: .48rem;
        background: unset;
        padding: 0;
        outline: none;
        resize: none;
        border: 0;
      }
    }
  }

  .press__info-list label {
    white-space: nowrap;
    flex: unset;
  }

  .press__input-wrap::v-deep {
    flex: 1;
    color: #aa9a89;
    font-size: .24rem;

    .uni-input-input,
    .uni-textarea-textarea {
      color: #aa9a89;
      font-size: .24rem;
      text-align: left;
    }

    &.press__address-detail {
      height: 100%;
    }
  }

  .press__info-list input,
  .press__input-area {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    vertical-align: middle;
    border: 0;
  }

  .press__tip {
    position: relative;
    text-align: center;
    font-size: .24rem;
    color: #aa9a89;
    padding-bottom: .2rem;
  }

  .press__button-wrap {
    left: 0;
    right: 0;
    bottom: .52rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
  }

  .press__dialog--address {
    @extend %dialog-medium-bg;

    .press__button-wrap {
      &::after {
        content: '';
        position: absolute;
        top: -.2rem;
        left: 0;
        right: 0;
        margin: auto;
        width: 7.16rem;
        height: .02rem;
        background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/extrainfo-line.png) no-repeat center center / 100% 100%;
      }

      a {
        display: block;
        margin-right: .16rem;

        &:last-child {
          margin-right: 0;
        }
      }

      .press__btn--cancel {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.7rem;
        height: .82rem;
        line-height: normal;
        font-size: .32rem;
        color: #fcf6de;
        background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/secondary_large_btn_icon_bg.png) no-repeat center center;
        background-size: contain;
      }

      .press__btn--sure {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.7rem;
        height: .82rem;
        line-height: normal;
        font-size: .32rem;
        color: #fcf6de;
        background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/primary_large_btn_icon_bg.png) no-repeat center center;
        background-size: contain;
      }
    }
  }

  // 1填写收货地址]

  .press__input-area--placeholder {
    text-align: left;
  }
}