#_B_MAP_SEARCH_ {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  color: rgb(102 102 102);
  box-shadow: 1px 2px 1px rgb(0 0 0 / 15%);
  border: none;
  height: 32px;
  line-height: 32px;
  width: 300px;
  padding: 0 10px;
  font-size: 12px;
  outline: none;
  border-radius: 3px;
}

.tangram-suggestion-main {
  z-index: 1000;
  margin-top: 6px;

  .tangram-suggestion {
    border: none;
    box-shadow: 1px 2px 1px rgb(0 0 0 / 15%);
    border-radius: 3px;
  }
}

#selCityWd {
  box-sizing: content-box;
}

.city_content_top {
  box-sizing: content-box;
}
