
.object-list[data-v-228040bd] {
  margin: 0 10px 25px;
}
.object-list > li[data-v-228040bd] {
  height: auto !important;
  background: rgba(64,158,255,.05);
  border: 1px solid rgba(64,158,255,.3);
  border-radius: 4px;
  overflow: hidden;
}
.object-list li > a[data-v-228040bd] {
  padding: 9px 10px 13px;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
}
.object-list li > a.active[data-v-228040bd] {
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #0a87df;
  color: #fff;
}
.object-list li > a.active .font-Aldrich[data-v-228040bd] {
  -webkit-transition: color .5s;
  transition: color .5s;
  color: #fff;
}
.map-legend[data-v-228040bd] {
  top: 20px;
  bottom: auto;
}

