[data-v-d39ef8ce] .ant-input {
  height: 2.5rem;
  border-radius: 0.3rem;
}
[data-v-d39ef8ce] .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #d9d9d9;
}
[data-v-d39ef8ce] .ant-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #d9d9d9;
}
[data-v-d39ef8ce] .ant-input:hover {
  outline: none;
  box-shadow: none;
  border-color: #d9d9d9;
}
.search-map-content[data-v-d39ef8ce] .ant-input-suffix {
  width: 0.9rem;
  height: 0.9rem;
}
.search-map-content[data-v-d39ef8ce] .ant-input-suffix img {
  width: 0.9rem;
  height: 0.9rem;
}
.resultList[data-v-d39ef8ce] {
  width: 100%;
  font-size: 0.9rem;
  color: #1a1b2a;
  overflow: auto;
  border-top: 0.1rem solid #f2f3f6;
  border-radius: 0.3rem;
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.08);
  border: none;
  background-color: #fff;
  line-height: 1;
  max-height: 22.5rem !important;
  overflow: auto !important;
  margin-top: 0.4rem;
  padding: 1rem;
}
.resultList .item[data-v-d39ef8ce] {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid rgba(231, 233, 238, 0.6);
  position: relative;
  color: #1a1b2a;
  font-size: 0.9rem;
  padding: 0.8rem 0 0.6rem;
}
.resultList .item .result[data-v-d39ef8ce] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.resultList .item .grey[data-v-d39ef8ce] {
  font-size: 0.8rem;
  color: #858a97;
  margin-top: 0.4rem;
}
.resultList .noData[data-v-d39ef8ce] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.resultList .noData img[data-v-d39ef8ce] {
  width: 9.4rem;
  height: 5.1rem;
  margin-bottom: 0.6rem;
}
.resultList .noData span[data-v-d39ef8ce] {
  font-size: 0.8rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #8f99a3;
}
