.radar-box[data-v-a41cabb8] {
  width: 100%;
  height: 200px;
}
.desc[data-v-a41cabb8] {
  padding: 15px;
  padding-top: 0;
}
.desc .tips[data-v-a41cabb8] {
    color: #b5b1b1;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}
.desc .desc-box[data-v-a41cabb8] {
    color: #999;
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(23, 133, 182, 0.5);
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    position: relative;
    max-height: 70px;
    overflow: hidden;
    overflow-y: auto;
}
.desc .desc-box[data-v-a41cabb8]:after {
      content: "";
      position: absolute;
      bottom: 100%;
      right: 0px;
      width: 16px;
      height: 16px;
      border-width: 0;
      border-style: solid;
      border-color: transparent;
      border-left-width: 10px;
      border-left-color: currentColor;
      border-radius: 32px 0 0 0;
      color: rgba(23, 133, 182, 0.5);
}

