.ol-zoom{
  display: none !important;
}
.tong-map-text {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.tong-map-popup {
  position: absolute;
  background-color: white;
  box-shadow: 8px 8px 5px 3px rgba(0,0,0,0.2);
  padding: 0;
  border-radius: 6px;
  border: 0 solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 120px;
}

.tong-map-popup-content{
  padding: 12px 15px;
  width: max-content;
  width: -moz-max-content;
  font-size: 14px;
  font-family: "Microsoft YaHei UI";
}

.tong-map-popup-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #56c1ff;

  width: 100%;
  height: 26px;
}

.tong-map-popup:after, .tong-map-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tong-map-popup:after {
  border-top-color: white;
  border-width: 8px;
  left: 48px;
  margin-left: -8px;
}
.tong-map-popup:before {
  border-top-color: #cccccc;
  border-width: 8px;
  left: 48px;
  margin-left: -8px;
}
.tong-map-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 14px;
  color: #fff;

}
.tong-map-popup-closer:hover{
  cursor: pointer;
  color: #f35151;
}
.tong-map-popup-closer:after {
  font-size: 12px;
  content: "✖";
}


.ol-tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
  font-size: 12px;
}
.ol-tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.ol-tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}
.ol-tooltip-measure:before,
.ol-tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.ol-tooltip-static:before {
  border-top-color: #ffcc33;
}


.tong-map-navigate-control img:hover{
  cursor: pointer;
}


.tong-map-measure-control img:hover{
  cursor: pointer;

}

