.city-picker-input {
  opacity: 0 !important;
  top: -9999px;
  left: -9999px;
  position: absolute;
}

.city-picker-span {
  z-index: 1;
  float: left;
  /*  margin-top:14px;
    margin-left:-5px; */
  display: block;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.city-picker-span > .placeholder {
  color: #aaa;
}
.city-picker-span > .title{
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  z-index: 99999;
}
.city-picker-span > .arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  margin-top: -3px;
  height: 5px;
}

.city-picker-span.focus,
.city-picker-span.open {
  border-bottom-color: #015293;
}

.city-picker-span.open > .arrow {
  background-position: -10px -10px;
}

.city-picker-span > .title > span {
  color: #666;
  padding: 5px;
  border-radius: 3px;
}

/* .city-picker-span > .title > span:hover {
    background-color: #f1f8ff;
} */

.city-picker-dropdown {
  position: absolute;
  width: 315px;
  left: -9999px;
  top: -9999px;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 999999;
  display: none;
  min-width: 330px;
  margin-bottom: 20px;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
}

.city-select-wrap {
  /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); */
}

.city-select-tab {
  border-bottom: 1px solid #ccc;
  background: #e7ecf5;
  font-size: 13px;
  line-height: 24px;
}

.city-select-tab > a {
  width: 400px;
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 22px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid transparent;
  text-align: center;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: -1px;
  font-size: 24px;
  color: #535353;
}

.city-select-tab > a span {
  color: #8f8f8f;
}

.city-select-tab > a.active {
  background: #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  color: #535353;
}

.city-select-tab > a:first-child {
  border-left: none;
}

.city-select-tab > a:last-child.active {
  /* border-right: 1px solid #ccc; */
}

.city-select-content {
  min-height: 10px;
  background-color: #f8f8f8;
  padding: 28px 15px 36px 64px;
  text-align: left;
}

.city-select {
  font-size: 13px;
}

.city-select dl {
  line-height: 2;
  clear: both;
  padding: 3px 0;
  margin: 0;
}

.city-select dt {
  position: absolute;
  width: 2.5em;
  font-weight: 500;
  text-align: right;
  line-height: 2;
  display: none;
}

.city-select dd {
  margin-left: 0;
  line-height: 2;
}

/*.city-select.province dd {
    margin-left: 3em;
}*/

.city-select dd > span {
  display: inline-block;
  min-width: 143px;
}

.city-select a {
  display: inline-block;
  padding: 0 8px;
  outline: 0;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 2px;
  text-decoration: none;
  color: #535353;
  cursor: pointer;
  font-size: 18px;
}

.city-select a:hover,
.city-select a:focus {
  background-color: #115ec9;
  color: #fff;
  border-radius: 2px;
}

.city-select a.active {
  background-color: #115ec9;
  color: #fff;
  border-radius: 2px;
}
