.top {
  position: relative;
}
.top .t_left {
  display: flex;
  align-items: center;
}
.top .t_left img {
  width: 9px;
  height: 11px;
  margin-right: 5px;
}
.top .t_left .city {
  margin-left: 3px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.top .t_left .address {
  display: inline-block;
  max-width: 195px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top .t_left .city {
  cursor: pointer;
}
.top .t_left .t_area {
  display: none;
  z-index: 1;
  background: #FFFFFF;
  box-shadow: 0px 0px 49px 0px rgba(93, 93, 93, 0.21);
  border-radius: 4px;
  width: 280px;
  height: 417px;
  overflow: scroll;
  position: absolute;
  left: 0px;
  bottom: -417px;
}
.top .t_left .t_area .addressList {
  font-size: 14px;

  font-weight: 400;
  color: #4D4D4D;
  height: 42px;
  line-height: 42px;
  padding-left: 22px;
}
.top .t_left .t_area .addressList:hover {
  background: #EDF7FF;
  color: #0092FF;
  cursor: pointer;
}/*# sourceMappingURL=qhzd.css.map */
