.root {
  padding: 0px 16px 20px 16px;
  width: calc(100% - 32px);
  height: 100%;
  .title {
    margin-top: 20px;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    img {
      width: 40px;
      height: 40px;
    }
    h1 {
      margin-top: 0px;
    }
    .con {
      display: flex;
    }
  }
  .step1 {
    margin-top: 15px;
    padding: 15px;
    box-shadow: 0 0 .37333rem 0 rgba(135, 162, 225, .28),0 0 .74667rem 0  rgba(135, 162, 225, .14);
    border-radius: 5px;
    text-align: left;
    h2 {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 5px;
    }
    .addr {
      font-weight: 600;
      font-size: 12px;
    }
    .titleTip {
      font-size: 13px;
    }
    .addrCon {
      padding: 10px;
      margin-top: 10px;
      border-radius: 3px;
      
      p {
        text-align: left;
        margin: 0px;
      }
      span {
        word-break: break-all;
      }
      .addrInput {
        line-height: 30px;
        width: 100%;
        height: 30px;
        border: 1px;
        border-radius: 4px;
        appearance: auto;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        display: inline-block;
        text-align: start;
        border: 1px solid #f5f5f5;
        box-shadow: 0 0 .42667rem 0 #87A2E114, 0 0 .21333rem 0 #87A2E129;
      }
      select {
        text-transform: none;
        border: 1px solid #f5f5f5;
        width: calc(100% + 6px);
        height: 34px;
        border-radius: 4px;
        box-shadow: 0 0 .42667rem 0 #87A2E114, 0 0 .21333rem 0 #87A2E129;
      }
    }
    .innerBtn {
      background-color: #f21f7f;
      margin: 2px;
      color: #FFF;
      padding: 2px 4px;
      font-size: 12px;
      border-radius: 4px;
    }
    textarea {
      width: calc(100% - 8px);
      border: 1px solid #f3e8e8;
      border-radius: 4px;
      appearance: auto;
      text-transform: none;
      text-indent: 0px;
      text-shadow: none;
      display: inline-block;
      text-align: start;
      resize: vertical;
    }
    .sinResTitle {
      text-align: left;
      font-size: 12px;
      margin: 0px;
    }
  }
  .btn1 {
    margin: 10px 0px;
    width: 100%;
    height: 45px;
    text-align: center;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 .03053rem 0 #002601;
    background: linear-gradient(90deg,#aa3369 0%,#f21f7f 100%);
  }
}