.city_row {
  display: flex;
  margin-top: 10px; }
  .city_row a {
    margin-left: 5px; }
  .city_row input {
    float: left;
    width: 120px;
    height: 18px;
    padding: 1px 10px;
    background: #094767;
    border: 1px solid #9db5c2;
    border-radius: 2px;
    font-size: 12px;
    color: #fff; }
  .city_row .search_city {
    display: flex;
    flex-direction: row; }

.resultCity ul {
  padding-left: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #9db5c2;
  width: 1;
  background: #fff; }
  .resultCity ul li {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    text-decoration: none;
    line-height: 17px;
    cursor: pointer; }

/*# sourceMappingURL=city_search.css.map */
