.topic[data-v-1209beb6] {
  height: 100vh;
  padding: 0 16px;
  background-color: #0e0e0e;
  overflow-y: auto;
  color: #fff;
}
.topic h3[data-v-1209beb6] {
    padding: 0 16px;
    text-align: center;
}
.topic .info[data-v-1209beb6] {
    padding: 0 16px;
    border-radius: 8px;
    background-color: #292929;
    font-size: 14px;
}
.topic .info .item[data-v-1209beb6] {
      display: flex;
      justify-content: space-between;
      padding: 10px 0;
      border-bottom: 1px solid #333;
}
.topic .info .item[data-v-1209beb6]:last-child {
        border-bottom: none;
}
.topic .info .item .label[data-v-1209beb6] {
        max-width: 50%;
}
.topic .info .item .value[data-v-1209beb6] {
        text-align: right;
}
.topic .topic-map[data-v-1209beb6] {
    width: 100%;
    margin-top: 16px;
}
.topic .topic-map .current-topic[data-v-1209beb6] {
      margin-top: 16px;
      text-align: center;
}
.topic .topic-map .map[data-v-1209beb6] {
      position: relative;
      width: 100%;
      height: 400px;
      margin: 16px 0;
}
.topic .topic-map .map[data-v-1209beb6] .maplibregl-canvas {
        border-radius: 8px;
}
.topic .topic-map .map[data-v-1209beb6] .maplibregl-ctrl-bottom-right {
        display: none;
}
.topic .topic-map .map[data-v-1209beb6] .maplibregl-canvas-container {
        background-color: #000;
}
.topic .topic-map .map.full[data-v-1209beb6] {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        margin: 0;
}
.topic .topic-map .map.full .back[data-v-1209beb6] {
          position: absolute;
          top: 5px;
          left: 5px;
          padding: 8px;
          font-size: 24px;
          z-index: 9;
}
.topic .topic-map .map.full h2[data-v-1209beb6] {
          position: absolute;
          top: 0;
          width: 100%;
          text-align: center;
          padding: 0 32px;
          box-sizing: border-box;
}
.topic .topic-map .map.full[data-v-1209beb6] .maplibregl-canvas {
          border-radius: 0;
}
.topic .topic-map[data-v-1209beb6] .el-select .el-input__inner {
      color: #fff;
      background-color: transparent;
}
.topic .topic-map[data-v-1209beb6] .el-select .el-input__inner:focus {
        border-color: #dcdfe6;
}
.topic .topic-map[data-v-1209beb6] .el-select .el-input.is-focus .el-input__inner {
      border-color: #dcdfe6;
}
.topic[data-v-1209beb6] .el-loading-mask {
    background-color: rgba(0, 0, 0, 0.5);
}
.topic[data-v-1209beb6] .el-loading-mask .circular {
      color: #fff;
}
.loading[data-v-1209beb6] {
  height: 100%;
  text-align: center;
  padding-top: 3rem;
  color: #fff;
  background-color: #0e0e0e;
}
.loading[data-v-1209beb6] .van-loading__spinner {
    width: 50px;
    height: 50px;
}
[data-v-1209beb6] .van-loading__circular circle {
  stroke-width: 1;
}

.topic-select-popup {
  background-color: #0e0e0e;
}
.topic-select-popup .el-select-dropdown__item {
    color: #fff;
}
.topic-select-popup .el-select-dropdown__item.selected {
      color: #fff;
      font-weight: bold;
}
.topic-select-popup .el-select-dropdown__item.hover, .topic-select-popup .el-select-dropdown__item:hover {
      background-color: transparent;
}
.topic-select-popup.el-popper[x-placement^='bottom'] .popper__arrow::after {
    top: 0;
}

