body {
  background-color: #f4f4f4;
}
.romed {
  margin-top: 0.56rem;
}
#platform div div .BMapLabel {
  width: auto;
  max-width: none;
}
.maps {
  display: flex;
  justify-content: space-between;
}
.maps li {
  width: 5.85rem;
  height: 1.83rem;
  background-color: #fff;
  margin-bottom: 0.3rem;
}
.maps li a {
  text-decoration: none;
}
.maps li a .allmap {
  width: 5.45rem;
  height: 3.26rem;
  margin-left: 50%;
  transform: translateX(-50%);
}
.maps li a .map_center {
  padding: 0.2rem;
  height: 1.46rem;
}
.maps li a .map_center .map_center_top .map_center_top_l {
  font-size: 0.24rem;
  color: #333;
}
.maps li a .map_center .map_center_top .map_center_top_r {
  color: #333;
  font-size: 0.2rem;
}
.maps li a .map_center .map_center_botm {
  font-size: 0.2rem;
  color: #333;
}
.maps li:hover {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.maps li:hover a .map_center .map_center_top .map_center_top_l {
  color: #0264AF;
}
.maps li:hover a .map_center .map_center_top .map_center_top_r {
  color: #0264AF;
}
.maps li:hover a .map_center .map_center_botm {
  color: #0264AF;
}
.maps .BMap_cpyCtrl {
  display: none;
}
.maps .anchorBL {
  display: none;
}
@media only screen and (max-width: 1365px) {
  .maps {
    justify-content: center;
    flex-wrap: wrap;
  }
}
