.map-page {
  min-height: calc(100vh - 530px);
}

.map_main {
  padding: 65px 60px;
}

.map_left {
  width: 568px;
  height: 470px;
  float: left;
}

.map_tooltip {
  width: 200px;
  box-sizing: border-box;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
.map_tooltip .map_close {
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  background-color: #F5F5F5;
  position: absolute;
  right: 12px;
  top: 12px;
}
.map_tooltip .map_close .close-icon {
  display: inline-block;
  transform: scaleX(1.3);
  color: #8F8989;
}
.map_tooltip .map_lmtite {
  font-size: 16px;
  border-bottom: 1px solid #B91111;
  padding-bottom: 11px;
  font-weight: bold;
  margin-bottom: 4px;
}
.map_tooltip .map_lmtite .entry,
.map_tooltip .map_lmtite .entry:visited {
  font-size: 12px;
  margin-left: 8px;
  color: #8F8989;
}
.map_tooltip .map_lmlist {
  padding-top: 12px;
}
.map_tooltip .map_lmlist li {
  width: 50%;
  display: inline-block;
  margin-top: 4px;
}
.map_tooltip .map_lmlist li a {
  font-size: 14px;
  color: #332B2B;
}
.map_tooltip .map_lmlist li a:hover {
  color: #b91111;
}

.map_right {
  width: 420px;
  float: right;
  height: 470px;
  vertical-align: middle;
  padding-top: 51px;
  box-sizing: border-box;
}

.map_mrbt h2 {
  font-size: 28px;
  line-height: 40px;
  height: 35px;
  color: #332B2B;
  border-bottom: 1px solid #B91111;
  padding-bottom: 24px;
  font-weight: bold;
}

.map_mrbt p {
  color: #fff;
  padding: 10px 0;
}

.map_gsx {
  padding-top: 14px;
}

.area-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 4px;
}

.map_gsx a,
.map_gsx a:visited {
  display: block;
  float: left;
  width: 96px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #332B2B;
  font-size: 16px;
  box-sizing: border-box;
}

.map_gsx a.active,
.map_gsx a:hover {
  color: #fff;
  background: #B91111;
}