.select-city {
    &-cont {
      &-title {
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        background-color: #f4f4f4;
		@include borderTop(#e6e6e6);
		@include styleFont(#8a8a8a,14);
      }
      &-list {
        height: 40px;
        margin-left: 10px;
        line-height: 40px;
        font-size: 16px;
		@include borderBotton(#f2f2f2);
      }
    }
  }