* {
  margin: 0;
  padding: 0;
}

.ChinaMap {
  max-width: 1192px;
  margin: 20px auto;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 48px;
}

.ChinaMap .EchartMap {
  width: 701px;
  height: 750px;
}

.ChinaMap .openDatilMap {
  display: none;

}

.ChinaMap .openDatilMap>img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.ChinaMap .detailedAddress {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 326px;
  height: 550px;
  background-color: linear-gradient(179deg, #F9FFFF 0%, #F9FFFF 32%, #FFFFFF 100%);
  padding: 24px;
  border-radius: 20px;
  background: rgba(251, 252, 255, 1);
  box-sizing: border-box;

}

.ChinaMap .detailedAddress .closeBtn {
  position: absolute;
  width: 16.67px;
  height: 16.67px;
  top: 12px;
  right: 12px;
  display: none;
  cursor: pointer;
  z-index: 99;
}

.ChinaMap .detailedAddress .closeBtn>img {
  width: 16.67px;
  height: 16.67px;
}

.ChinaMap .detailedAddress .innerBox {
  height: 500px;
  overflow-y: auto;
}

.ChinaMap .innerBox::-webkit-scrollbar {
  width: 8px;
}

.ChinaMap .innerBox::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #D9D9D9;
}

.ChinaMap .innerBox::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: rgba(153, 153, 153, 0.1);
}

.ChinaMap .detailedAddress .address {
  margin-bottom: 16px;
  width: 100%;
}

.ChinaMap .detailedAddress .address .title {
  opacity: 0.85;
  font-size: 20px;
  color: #000000;
  font-family: ".AppleSystemUIFont";
  margin-bottom: 12px;

}

.ChinaMap .detailedAddress .address .content {
  margin-right: 16px;
  /* padding-bottom: 16px; */
  border-bottom: 2px solid rgba(102, 102, 102, 0.06);
  ;
  border-radius: 1px;
}

.ChinaMap .detailedAddress .address .content .row {
  display: flex;
  opacity: 0.85;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  font-family: '.AppleSystemUIFont';
  margin-bottom: 8px;

}

.ChinaMap .detailedAddress .address .content .row .Icon {
  height: 100%;
}

.ChinaMap .detailedAddress .address .content .row .icon {
  width: 16px;
  height: 16.19px;
  margin-right: 8px;
}

@media ((min-width: 750px) and (max-width: 1023px)) {
  .ChinaMap {
    padding: 0 12px;
  }

  .ChinaMap .EchartMap {
    width: calc(100% - 300px);
    height: 600px;
  }

  .ChinaMap .detailedAddress {
    width: 280px;
    height: 540px;
    padding: 12px;
    border-radius: 10px;
  }

  .image-text-layout23-item {
    width: calc((100% - 24px)/3);
    height: 160px;
  }

  .image-text-layout23-item-up {
    width: calc((100% - 12px)/2);
    height: 160px;
  }

  .image-text-layout23-item-text {
    font-size: 18px;
    font-weight: 500;
  }

}

@media (max-width: 750px) {
  .ChinaMap .openDatilMap {
    position: absolute;
    /* margin: 10px auto auto auto; */
    top: 20px;
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.65;
    font-size: 14px;
    color: #757575;
    /* text-align: justify;
        line-height: 24px; */
    font-family: ".AppleSystemUIFont";
  }

  .ChinaMap .detailedAddress {
    padding: 24px;
    display: none;
    width: 60%;
    left: 20%;
    top: 20%;
    height: max-content;
  }

  .ChinaMap .detailedAddress .address {
    /* padding-top: 16px; */
    margin-bottom: 16px;
    width: 100%;
    /* background-color: aquamarine; */
  }

  .ChinaMap .detailedAddress .closeBtn {
    display: block;
  }

  .ChinaMap .detailedAddress .innerBox {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    overflow-y: auto;
  }

  .ChinaMap .EchartMap {
    left: 0;
    position: static;
    width: 100%;
    height: 600px;
    /* padding-left:28px;  
        padding-right:28px;    */
    box-sizing: border-box;
  }
}

@media (max-width: 550px) {
  .ChinaMap .detailedAddress {
    top: 10%;
    width: 70%;
    left: 15%;
  }

  .ChinaMap .EchartMap {
    /* left: 0;
    width: 100%; */
    height: 360px;
  }
}