.report-detail[data-v-5ec7deae] {
  height: 100vh;
  background-color: #0e0e0e;
  overflow-y: hidden;
  color: #fff;
}
.report-detail .map[data-v-5ec7deae] {
    position: relative;
    width: 100%;
    height: 100%;
}
.report-detail .map img[data-v-5ec7deae] {
      width: 40px;
      height: 40px;
}
.report-detail .map .layer[data-v-5ec7deae] {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 9;
}
.report-detail .map .tools[data-v-5ec7deae] {
      position: absolute;
      bottom: 16px;
      right: 16px;
      display: flex;
      height: 152px;
      justify-content: space-between;
      flex-direction: column;
      z-index: 9;
}
.report-detail .map[data-v-5ec7deae] .maplibregl-ctrl-top-left {
      position: fixed;
      bottom: 200px;
      right: 16px;
}
.report-detail .map[data-v-5ec7deae] .maplibregl-ctrl-bottom-right {
      display: none;
}
.report-detail .map[data-v-5ec7deae] .maplibregl-canvas-container {
      background-color: #000;
}
.report-detail[data-v-5ec7deae] .el-loading-mask {
    background-color: rgba(0, 0, 0, 0.5);
}
.report-detail[data-v-5ec7deae] .el-loading-mask .circular {
      color: #fff;
}
.report-detail .layerDrawer[data-v-5ec7deae] .el-drawer {
    background-color: #0e0e0e;
}
.report-detail .layerDrawer[data-v-5ec7deae] .el-drawer .el-drawer__header {
      border-bottom: none;
      color: #fff;
      font-size: 20px;
}
.report-detail .layerDrawer .layers .items[data-v-5ec7deae] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    padding: 0 16px;
    margin-bottom: 12px;
    background-color: #292929;
    border-radius: 4px;
}
.report-detail .layerDrawer .layers .items i[data-v-5ec7deae] {
      color: #fff;
      font-size: 24px;
}

