::v-deep {
  .press-overlay {
    z-index: 98!important;
  }

  .press-popup {
    padding-bottom: 0!important;
    z-index: 98!important;
    border-radius: .32rem!important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;

    .press-popup--content {
      background: url(https://image-1251917893.file.myqcloud.com/guandan-match/common/img/dialog-bg.png) no-repeat top center / 7.5rem 10.12rem;
    }

    .press-popup--title-wrap {
      margin-bottom: .32rem;
      padding-bottom: 0 !important;
      height: .88rem !important;

      &::after {
        display: none;
      }
    }

    .press-popup--title {
      font-weight: 700;
      font-size: .32rem !important;
      color: #223730 !important;
    }

    //press-picker-plus样式
    .press-picker {
      position: relative;
      background: url(https://image-1251917893.file.myqcloud.com/guandan-match/common/img/dialog-bg.png) no-repeat top center / 7.5rem 10.12rem;
      padding-bottom: constant(safe-area-inset-bottom);
      padding-bottom: env(safe-area-inset-bottom);

      .press-picker__toolbar {
        justify-content: center;
      }

      .press-picker__title {
        font-weight: 700;
        font-size: .32rem;
        color: #223730;
      }

      .press-picker__confirm {
        position: absolute;
        right: 0;
        top: 0;
        margin: .24rem .32rem 0 0;
        width: 1.2rem;
        height: .48rem;
        line-height: .48rem;
        padding: 0;
        text-align: center;
        font-weight: 700;
        font-size: .24rem;
        color: #feac2d;
        background: url(https://image-1251917893.file.myqcloud.com/guandan-match/common/img/popup-btn-confirm.png) no-repeat center / 100% 100%;
      }

      .press-picker__cancel {
        position: absolute;
        left: 0;
        top: 0;
        margin: .2rem 0 0 .22rem;
        padding: 0;
        font-size: 0;
        width: .48rem;
        height: .48rem;
        background: url(https://image-1251917893.file.myqcloud.com/guandan-match/common/img/icon/icon-close.png) no-repeat center / 100% 100%;
      }

      .press-picker-column__item {
        font-size: .28rem;
        color: #69736e;
      }

      .press-picker-column__item--selected {
        font-size: .36rem;
        color: #31a47d;
      }

      .press-picker__mask {
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .4)), linear-gradient(0deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .4));
      }
    }
  }
}