.right-content[data-v-4ac55c69] {
  position: absolute;
  top: 20px;
  bottom: 50px;
  right: 20px;
  width: 260px;
  padding: 16px;
  z-index: 999;
  background: rgba(0, 13, 46, 0.4);
  -webkit-box-shadow: 0px 0px 28px 0px rgba(255, 255, 255, 0.05);
          box-shadow: 0px 0px 28px 0px rgba(255, 255, 255, 0.05);
  border: 1px solid rgb(17, 55, 129);
  border-radius: 16px;
  overflow-y: auto;
  backdrop-filter: blur(8px);
}
.right-content .search-bar[data-v-4ac55c69] {
  margin-bottom: 16px;
}
.right-content .content h3[data-v-4ac55c69] {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.right-content .content ul[data-v-4ac55c69] {
  list-style: none;
  padding: 0;
}
.right-content .content ul li[data-v-4ac55c69] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  border-bottom: 1px solid #253559;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
.right-content .content ul li div[data-v-4ac55c69] {
  width: 100%;
}
.right-content .content ul li p[data-v-4ac55c69] {
  font-size: 14px;
  color: #aaa;
}
.right-content .content ul li span[data-v-4ac55c69] {
  color: #fff;
}
.right-content .content ul .active[data-v-4ac55c69] {
  border-radius: 16px;
  background: rgb(32, 45, 85);
}
.map-container[data-v-a9ca7e52] {
  position: relative;
  height: 100%;
}
.map-container .map-tabs[data-v-a9ca7e52] {
  position: absolute;
  left: 30px;
  top: 45%;
}
[data-v-a9ca7e52] .el-card__body {
  height: 100%;
  border-radius: 16px;
  padding: 0px !important;
  overflow: hidden !important;
}
[data-v-a9ca7e52] .el-tabs--left .el-tabs__active-bar.is-left {
  width: 3px;
  border-radius: 5px;
}
