#detail .map .srp-live-map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 381px;
  z-index: 12;
  pointer-events: auto;
}
#detail .map .str {
  z-index: 13;
  pointer-events: none;
}
#detail .map .srp-live-map-tooltip {
  position: absolute;
  z-index: 30;
  display: none;
  max-width: 240px;
  padding: 4px 7px;
  background: rgba(0,0,0,.88);
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  font: 11px/15px Arial, sans-serif;
  white-space: nowrap;
  pointer-events: none;
  transform: translate(8px, -100%);
}
