.InteractivePopPage {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (orientation: landscape) {
.InteractivePopPage .Container {
    display: flex;
    height: 100%;
    position: relative;
}
}
@media all and (orientation: portrait) {
.InteractivePopPage .Container {
    display: flex;
    width: 100%;
    position: relative;
}
}
.InteractivePopPage .Container .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 48px;
  height: 48px;
  background: url("../assets/images/Frame@2x(42).b0f79800bc7cef4011f548a57b1be946.png") no-repeat center;
  cursor: pointer;
}
.InteractivePopPage .Container .text {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.MiniMap[data-v-10ea1aec] {
  position: absolute;
  top: 110px;
  left: 20px;
  border: 1px solid #686868;
}
.PlayerPos[data-v-10ea1aec] {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f00;
  border-radius: 3px;
}
.map-location[data-v-10ea1aec] {
  width: 15px;
  height: 15px;
  position: absolute;
  cursor: pointer;
}

