
.map-img {
  max-width: 100px;
  height: 45px;
}


#title[data-v-c1f1971a] {
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 30px;
}
#left[data-v-c1f1971a] {
  height: 100%;
  width: 720px;
  border-radius: 5px;
  margin-right: 10px;
}
#right[data-v-c1f1971a] {
  /*background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);*/
  border-radius: 5px;
  width: 180px;
}
.score-name[data-v-c1f1971a] {
  margin: 10px auto;
  width: 300px;
  font-size: 20px;
  font-weight: bold;
}
.score-tip[data-v-c1f1971a] {
  margin: 10px auto;
  width: 300px;
  font-size: 16px;
  font-weight: bold;
}
.start-legend[data-v-c1f1971a]:before {
  content: '\25CF';
  color: green;
}
.end-legend[data-v-c1f1971a]:before {
  content: '\25CF';
  color: red;
}
@media screen and (max-width: 1080px) {
#title[data-v-c1f1971a] {
    font-size: 20px;
}
#left[data-v-c1f1971a] {
    height: 100%;
    width: 500px;
    border-radius: 5px;
}
}
.hide[data-v-c1f1971a] {
  display: none;
}
.link[data-v-c1f1971a] {
  color: white;
  text-decoration: none;
}

