﻿/*谷歌地圖*/
/*信息窗口標題關閉按鈕*/
.gm-style-iw-chr .gm-ui-hover-effect {
  position: absolute !important;
  right: 0;
  width: 38px !important;
  height: 38px !important;
  outline: none;
}
.gm-style-iw-chr .gm-ui-hover-effect span {
  width: 20px !important;
  height: 20px !important;
  margin: 9px !important;
}
/*新增控件*/
.googleMapInfo {
  bottom: 0;
  width: 186px;
  padding: 15px;
  background-color: #111;
}
.googleMapInfo_inner {
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
}
/*信息窗口*/
.MapTitle {
  font-size: 17px;
  font-weight: bold;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.MapWrapper {
  display: flex;
  margin-bottom: 5px;
}
.MapLeft {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}
.MapLeft img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.MapRight {
  font-size: 12px;
  line-height: 20px;
  padding-left: 15px;
}
/*縮放*/
.gm-style-iw-chr .gm-ui-hover-effect {
  position: absolute !important;
  right: 0;
  width: 38px !important;
  height: 38px !important;
}
.gm-style-iw-chr .gm-ui-hover-effect span {
  width: 20px !important;
  height: 20px !important;
  margin: 9px !important;
}
.gm-bundled-control .gmnoprint > div {
  width: 30px !important;
  height: 61px !important;
  border-radius: 4px !important;
  overflow: hidden;
}
.gm-bundled-control .gmnoprint > div > div {
  width: 20px !important;
}
.gm-bundled-control .gmnoprint > div button {
  width: 30px !important;
  height: 30px !important;
}
.gm-bundled-control .gmnoprint > div button img {
  width: 20px !important;
  height: 20px !important;
}
/*隱藏地圖數據*/
div.gm-style-cc {
  display: none;
}
/*佔位圖*/
.noMap {
  object-fit: none;
  height: 100%;
}