body[data-v-67d56860],
html[data-v-67d56860] {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.mapInfo[data-v-67d56860] {
  overflow: hidden;
  height: 100%;
}
.mapInfo .supplierList[data-v-67d56860] {
  height: calc((100vh - 0px) - 102px);
  overflow: auto;
}
.mapInfo .supplierList .van-pull-refresh .van-cell[data-v-67d56860] {
  padding-top: 0;
  border-top: 0 solid #ccc;
}
.searchMap[data-v-67d56860] {
  display: flex;
  background-color: #ffffff;
}
.searchMap .van-search[data-v-67d56860] {
  flex: 1;
}
.searchMap .mapButton[data-v-67d56860] {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 10px;
  align-items: center;
  margin-right: 10px;
}
.searchArea[data-v-67d56860] {
  max-height: 60vh;
  padding-bottom: 20px;
}
.searchArea .search[data-v-67d56860] {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0px 10px 0px 0px;
}
.searchArea .search .van-search[data-v-67d56860] {
  flex: 1;
}
.searchArea .search .van-search .van-search__content[data-v-67d56860] {
  border-radius: 20px;
}
.searchArea .searchList[data-v-67d56860] {
  max-height: calc(60vh - 54px);
  overflow-y: auto;
}
.searchArea .searchList .searchList_item[data-v-67d56860] {
  margin: 0 20px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}
.searchArea .searchList .empty[data-v-67d56860] {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
