.press-act:not(.press-act--hidden-tip) {
  /* 	dialogStyle:*6,修改手机弹窗 -merchant-ui\src\tip-comp-dialog-modify-phone- start */

  /* 公共 -- start */

  /* 0.遮罩层  -- start*/
  &.press__cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    z-index: 101;
  }

  /* 0.遮罩层  -- end*/

  /* 1.背景 */
  .press__dialog-update {
    width: 6.88rem;
    min-height: 4.2rem;
    border-radius: 2px;
    background: #fff;
    position: relative;
  }

  /* 2.关闭按钮 */
  .press__close {
    width: .28rem;
    height: .28rem;
    background: url('https://image-1251917893.file.myqcloud.com/tip-project/liebian-tlbb/goods-page/dialog-closed-btn.png') no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: .28rem;
    right: .28rem;
    z-index: 10;
  }

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

  /* 4.按钮----------- start */
  .press__dialog-update .press__button-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .8rem auto 0;
  }

  .press__btn--medium-secondary,
  .press__btn--cancel {
    display: block;
    color: #f4997b;
    border-radius: 2px;
    background: #fff1d5;
    text-align: center;
    width: 2.64rem;
    height: .68rem;
    line-height: .68rem;
    font-size: .28rem;
    margin: 0 .16rem;
  }

  .press__btn--sure,
  .press__btn--medium-primary,
  .tip-comp-btn-large-primary {
    display: block;
    border-radius: 2px;
    background: linear-gradient(45deg, #f99b73 0%, #9473ff 100%);
    color: #fff;
    width: 2.64rem;
    height: .68rem;
    line-height: .68rem;
    margin: 0 .16rem;
    text-align: center;
    font-weight: bold;
    font-size: .28rem;
  }

  /* 4.按钮----------- end */

  /* 5.input 输入框 ------- start */
  .press__phone-number,
  .tip-act-dialog-main input,
  .tip-comp-dialog--input_phone-content input,
  .tip-comp-dialog--input-qq-content input,
  .press__content input {
    width: 5.08rem;
    height: .56rem;
    padding: 0 .3rem;
    color: rgba(0, 0, 0, .3);
    border: .02rem solid #fff;
    background: rgba(231, 231, 231, .5);
    font-size: .2rem;
  }

  .press__phone-number::placeholder,
  .tip-act-dialog-main input::placeholder,
  .tip-comp-dialog--input_phone-content input::placeholder,
  .tip-comp-dialog--input-qq-content input::placeholder {
    color: rgba(0, 0, 0, .3);
  }

  .tip-act-dialog-main .press__phone-number,
  .tip-comp-dialog--input_phone-content .press__phone-number {
    width: 5.08rem;
  }

  /* 5.input 输入框 ------- end */

  /* 公共 -- end */

  .press__code-wrap .press__code-number {
    width: 3.42rem;
  }

  .tip-comp-dialog--input_phone-content {
    margin-top: .44rem;
  }

  .press__content {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 5.08rem;
    margin: .44rem auto 0;
    height: auto;
    padding: 0;
  }

  /* 获取验证码wrap */
  .press__code-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .1rem;
  }

  /* 获取验证码 */
  .press__code-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .48rem;
    width: 1.5rem;
    font-size: .2rem;
    border-radius: 2px;
    background: linear-gradient(45deg, #f99b73 0%, #9473ff 100%);
    color: #fff;
    white-space: nowrap;
    margin-left: .13rem;
    flex-shrink: 0;
  }

  .tip-comp-dialog--input_phone-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }

  /* 按钮 */
  .tip-comp-dialog--input_phone-content .tip-comp-dialog--btn-cont {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: .4rem auto 0;
  }

  /* 	dialogStyle:*6,修改手机弹窗 -merchant-ui\src\tip-comp-dialog-modify-phone- end */
}