.select-place {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 24px;
  &__view {
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 22px;
  }
  &__view-left {
    display: flex;
  }
  &__view-name {
    margin-left: 24px;
    padding: 0 36px;
    border: 1px solid #e8e8e8;
  }
  &__edit {
    padding: 0px 16px;
  }
  &__edit-index {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #e1f1ff;
    border-radius: 50%;
    margin-right: 16px;
    align-self: flex-start;
    margin-top: 10px;
    &--3 {
    }
  }
  &__edit-wrapper {
    display: flex;
    align-items: center;
    padding: 8px 0;
  }
  &__edit-1-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 0;
  }
  &__edit-1-left {
    display: flex;
    align-items: center;
  }
  &__edit-1-right {
    display: flex;
    align-items: center;
  }
  &__edit-1-checkbox {
    margin-right: 24px !important;
  }
  &__edit-1-done {
    margin-left: 16px;
  }
  &__edit-2-city {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  &__city-select {
    flex: 1;
  }
  &__site-address {
    width: 86px;
  }
  &__edit-2-content {
    flex: 1;
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 0;
  }
  &__edit-3-content {
    flex: 1;
    padding: 8px 0;
  }
  &__edit-3-title {
    font-size: 14px;
    font-weight: normal;
    color: #333;
  }
  &__edit-3-subtitle {
    font-size: 14px;
    font-weight: normal;
    color: #666;
  }
  &__edit-3-select {
    width: 100%;
  }
}
