/* 
-------------  全国页面  -------------
*/
.countryCity {
  width: 100%;
  min-height: 1px;
  padding: 40px 0px 0px 0px;
}

.countryCity-container {
  display: grid;
  gap: 20px;
  grid-template-columns: 7fr 7fr 2fr;
}

.countryCity-box:last-child {
  grid-area: 1 / 3 / 4 / 4;
}

.countryCity-box:last-child .maplistcity {
  padding: 0px;
  padding-top: 60px;
  display: block !important;
  height: auto;
}

.countryCity-box:last-child .maplistmap {
  display: block !important;
  top: unset;
  bottom: 0px;
  right: 0px;
}

.countryCity-box:last-child .maplistmap img {
  width: 120px;
}

.maplistBox {
  height: 100%;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding: 24px;
  background-color: #f0f5ff;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.maplistBox:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 24px rgba(48, 92, 218, 0.12);
}

.maplistBox:hover .imgmap1 {
  display: none;
}

.maplistBox:hover .imgmap2 {
  display: block;
}

.maplistnamebox {
  width: auto;
  min-height: 1px;
  overflow: hidden;
  position: absolute;
  top: 24px;
}

.maplistname {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  font-weight: bold;
  display: block;
}

.maplistdata {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  display: block;
}

.maplistcity {
  width: auto;
  min-height: 1px;
  padding: 0px 80px 0px 108px;
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 8px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
}

.maplistcity2 {
  -webkit-line-clamp: 4;
  height: 96px;
}

.maplistmap {
  width: auto;
  min-height: 1px;
  overflow: hidden;
  position: absolute;
  top: 24px;
}

.maplist_t_localeft {
  left: 24px;
}

.maplist_t_locaright {
  right: 24px;
}

.maplist_img_localeft {
  left: 20px;
}

.maplist_img_locaright {
  right: 20px;
}

.maplistmap img {
  width: 64px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.maplistmap .imgmap1 {
  display: block;
}

.maplistmap .imgmap2 {
  display: none;
}

.maplistmap2 {
  width: auto;
}

.maplistmap img {
  width: 48px;
}

@media (max-width: 768px) {
  .countryCity {
    padding-top: 0px;
  }
  .countryCity-container {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .countryCity-box:last-child {
    grid-area: unset;
  }
  .maplistmap {
    display: none;
  }

  .maplistcity {
    line-height: 22px;
    padding: 0px 0px 0px 108px;
    margin-bottom: 0px;
    height: auto !important;
  }

  .maplistcity-2 {
    height: auto !important;
  }

  .maplistcity-3 {
    height: auto !important;
  }
  .maplistnamebox {
    left: 20px;
    top: 20px;
  }
  .maplist_t_locaright {
    right: 0;
    left: 24px;
  }

  .maplistname {
    font-size: 14px;
  }

  .maplistBox {
    min-height: 74px;
    padding: 15px;
  }
  .countryCity-box:last-child .maplistcity {
    padding: 0px 0px 0px 108px !important;
    margin-bottom: 0px !important;
    height: auto !important;
  }
  .countryCity-box:last-child .maplistmap {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .countryCity-container {
    grid-template-columns: 6fr 6fr 2fr;
  }

  .maplistBox {
    padding: 20px;
  }
  .maplistname {
    font-size: 14px;
  }
  .maplistmap {
    display: none;
  }

  .maplistcity {
    padding: 0px 0px 0px 108px;
  }

}