.g-modal.bind-phone-modal {
  .step-0-layout {
    margin-bottom: 70px;
    font-size: 18px;

    a {
      margin-right: 20px;
      float: right;
    }
  }

  .step-1-layout {
    display: flex;

    .label {
      font-size: 18px;
      line-height: 40px;
      margin-right: 20px;
    }

    .input-layout {
      flex: 1;
    }
  }
}

.g-modal.bind-email-modal {
  .step-0-layout {
    margin-bottom: 70px;
    font-size: 18px;

    a {
      margin-right: 20px;
      float: right;
    }
  }

  .step-1-layout {
    display: flex;

    .label {
      font-size: 18px;
      line-height: 40px;
      margin-right: 10px;
    }

    .input-layout {
      flex: 1;
    }
  }
}

.g-modal.edit-info-modal {
  .edit-info-modal-block {
    display: flex;

    .label {
      font-size: 18px;
      line-height: 40px;
      margin-right: 10px;
    }

    .input-layout {
      flex: 1;
    }

    .file-upload {
      background: #F7F7F7;
      border: none;
    }
  }
}

.g-modal.real-auth-modal {
  .real-auth-modal-wrapper {
    position: relative;
  }

  .real-auth-text {
    font-size: 18px;

    .t2 {
      margin-bottom: 30px;
    }

    .t3 {
      margin-bottom: 20px;
    }
  }

  .real-auth-qrcode {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.g-modal.edit-avatar-modal {
  .edit-avatar-modal-wrapper {
    position: relative;
  }

  .edit-avatar-o {
    vertical-align: top;
    display: inline-block;
    padding-right: 35px;
    border-right: 1px solid #d8d8d8;

    .assets {
      width: 360px;
    }
  }

  .edit-avatar-r {
    display: inline-block;
    padding-left: 30px;

    .text {
      font-size: 18px;
      margin-bottom: 20px;
    }

    .img-preview,
    .assets {
      border-radius: 50%;
      width: 100px;
    }
  }
}

.g-modal.invite-modal {
  .invite-modal-wrapper {
    position: relative;

    .tip {
      font-size: 18px;
      color: #686872;
      margin-bottom: 30px;
    }
  }
}