.address-collection {
  position: relative;
  &.full-screen {
    height: 100vmin;
    width: 100vmin;
    z-index: 302!important;
  }
  .icon-content {
    position: absolute;
    top: 4.7vmin;
    left: 3.2vmin;
    width: 6vmin;
    height: 6vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    .go-back-icon {
      width: 2.4vmin;
      height: 3.7vmin;
    }
  }
  .title-box {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #fff;
    height: 12.96vmin;
    .title {
      height: 12.96vmin;
      display: flex;
      align-items: center;
      color: #333;
      font-size: 4.32vmin;
      font-weight: 500;
    }
  }
  &.vertical-sreen {
    .collection-address-content {
      padding: 2.16vmin;
    }
    .submit-btn-box {
      width: 100%;
      padding: 3vmin;
    }
  }
  .collection-address-content {
    background: #F5F5F5;
    overflow-y: scroll;
  }
  &.full-screen {
    .submit-btn-box {
      padding-bottom: 3vmin;  
      width: 92.61vmin;
    }
    .collection-address-content {
      height: 85vmin;
    }
  }
  .submit-btn-box {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    background: #fff;
    bottom: 0;
    box-sizing: border-box;
    // height: 17.28vmin;
    .submit-btn {
      background: #1472FF;
      width: 100%;
      font-size: 3.78vmin;
      height: 10.8vmin;
    }
  }
}