/*lbs地图界面样式demo start*/
#map01{
  height: calc(100vh - 95px) !important;
}
.showBelow{
  text-align: center;
  cursor: pointer;
  background: #f25a0e;
}
.map-search-bar {
  width: 315px
}
.map-search-bar label{
  width: 90px;
  display: inline-block;
}
#pointsearch{
  display: block;
  width: 100%;
  margin-top: 10px;
}
.map-search-bar__outer {
  display: flex;
  position: absolute;
  top: 40px;
  left: 20px;
  padding: 5px 0 5px 5px;
}
.map-search-bar__outer .map-search-bar{
  background-color: #f8f4f4;
  padding: 10px 5px 10px 10px;
}
.map-search-bar__outer .show-bar {
  background: #e4e2e2;
  width: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.map-search-bar__outer .show-bar>div {
  width: 100%;
  height: 100px;
  padding: 10px 5px;
  cursor: pointer;
}
/*end*/
