.city-picker {
    &-cont {
      height: 282px;
      background-color: #ffffff;
      &-title {
        height: 44px;
        background-color: #ffffff;
        border-bottom-color: #e5e5e5;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        flex-direction: row;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
        &-left {
          font-size: 15px;
          color: #888888;
        }
        &-right {
          font-size: 15px;
          color: #1aad19;
        }
      }
    }
    &-view {
      height: 238px;
      background-color: rgba(250, 250, 250, 0.5);
      &-city {
        height: 238px;
		align-items: center;
        &-text {
          text-align: center;
          font-size: 16px;
          text-overflow: ellipsis;        
          lines: 1;
        }
      }
    }
  }
.picker-item{
	justify-content: center;
	height: 40px;
}