.cfcity {
  position: relative;
}
.cfcity_first {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100%;
  padding: 15px;
  background: #fff;
  box-shadow: 1px 1px 5px #999;
  z-index: 999;
}
.cfcity_list {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.cfcity_list li {
  margin-bottom: 7px;
}
#cfCityError {
  display: none;
}
