/* dialogStyle:*15,弹窗-填写地址 -merchant-ui/src/tip-comp-dialog-input-addr- start */

/* 公共 -- start */

/* 0.遮罩层  -- start*/
.press-act:not(.press-act--hidden-tip) {
  &.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--address {
    width: 9.66rem;
    height: auto;
    padding-bottom: .3rem;
    background: #fff;
    border-radius: .08rem;
    position: relative;
  }

  /* 2.关闭按钮 */
  .press__dialog--address .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--address {
    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--address .press__button-wrap {
    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 */
  .phone-number,
  .tip-act-dialog-main input,
  .tip-comp-dialog--input_phone-content input,
  .tip-comp-dialog--input-qq-content input,
  .tip-comp-dialog-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;
  }

  .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 .phone-number,
  .tip-comp-dialog--input_phone-content .phone-number {
    width: 5.08rem;
  }

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

  /* 公共 -- end */

  /* input 区域------------------ start */
  .press__info-list {
    width: 6.3rem;
    margin: .45rem auto 0;
    display: flex;
    flex-wrap: wrap;
  }

  .press__info-item::placeholder {
    color: rgba(0, 0, 0, .3);
  }

  .press__input-wrap input::placeholder,
  .press__input-wrap textarea::placeholder {
    color: rgba(0, 0, 0, .3);
  }

  .press__info-item {
    width: 50%;
    height: .5rem;
    padding: 0 .18rem;
    border: .02rem solid #fff;
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
    color: rgba(0, 0, 0, .3);
    border: .02rem solid #fff;
    background: rgba(231, 231, 231, .5);
    font-size: .2rem;
  }

  .press__info-item label {
    display: none;
  }

  .press__info-item .press__input-wrap {
    flex: 1;
  }

  .press__info-item input,
  .press__info-item textarea {
    display: block;
    width: 100%;
    font-size: .2rem;
  }

  .press__info-item textarea {
    line-height: .31rem;
  }

  /* textarea ------- */
  .press__info-item:last-child {
    width: 100%;
    height: 1.14rem;
  }

  .press__info-item:last-child .press__input-wrap {
    height: 100%;
    padding: .1rem 0;
  }

  /* textarea ------- */

  /* input 区域------------------ end */
  .press__tip {
    text-align: center;
    font-size: .2rem;
    color: #303030;
    margin-top: .08rem;
  }

  /* dialogStyle:*15,弹窗-填写地址 -merchant-ui/src/tip-comp-dialog-input-addr- end */

}