/*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*/




/*logo图片*/
.lw-header-title{
  width: 180px !important;
  height: 40px !important;
  background-image: url("/assets/img/watsons-logo.png") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  margin-left: 10px !important;
  margin-top: 8px !important;
}

/*隐藏自动的logo*/
.lw-header .lw-header-title span{
  display: none !important;
}

.header-left, .header-left .header-left-custom{
  display: initial !important;
}

/* 收藏菜单，标签页效果 */
/* 因为logo+title位置变化，这里也要跟着改变，否则会重叠 */
.header-left .header-left-custom .header-favorite-menu {
  -ms-flex: 1 !important;
  flex: 1 !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
  /* 收藏菜单，头部标签页右移，不能和logo重叠 */
  margin-left: 284px !important;
  /* 修改高度 */
  height: 32px !important;
  /* 调整原有位置，到header居中位置 */
  position: absolute !important;
  top: 15px !important;
}