/* ========== 中文全球地图样式 ========== */

.g-global-map-cn {
  background-color: #fff;
  padding: 60px 0;
  padding-bottom: 120px;
}

.g-global-map-cn__header {
  margin-bottom: 40px;
}

.g-global-map-cn__title {
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.2;
  color: #424558;
  margin: 0 0 8px 0;
}

.g-global-map-cn__subtitle {
  display: block;
  font-size: clamp(14px, 3vw, 32px);
  font-weight: 400;
  background: linear-gradient(to top, #e0e0e0, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: -0.7em;
}

.g-global-map-cn__desc {
  font-family: 'Source Han Sans', sans-serif;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.8;
  color: #6a6d81;
  margin: 0;
  max-width: 800px;
}

.g-global-map-cn__chart-wrap {
  position: relative;
}

.g-global-map-cn__chart {
  width: 100%;
  min-height: 720px;
  border-radius: 12px;
  overflow: auto;
}

.g-global-map-cn__loading {
  text-align: center;
  padding: 40px 0;
  color: #999;
  font-size: 14px;
}

.g-global-map-cn__info-box {
  position: absolute;
  bottom: -56px;
  left: 0;
  width: 720px;
  background: linear-gradient(135deg, #3c3f4d, #4a4d5e);
  opacity: 0.9;
  border-radius: 8px;
  padding: clamp(24px, 3vw, 36px);
  color: #fff;
  box-sizing: border-box;
}

.g-global-map-cn__info-title {
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 24px);
  color: #fff;
  margin: 0 0 20px 0;
  line-height: 1.4;
}

.g-global-map-cn__info-count {
  color: #f5a200;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 4px;
}

.g-global-map-cn__info-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 20px 0;
}

.g-global-map-cn__info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
  margin: 0 0 20px 0;
}

.g-global-map-cn__info-item {
  display: flex;
  align-items: center;
  font-family: 'Source Han Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.g-global-map-cn__info-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3Cpath d='M4.5 18a9 9 0 0 0 15 0'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.g-global-map-cn__info-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
}

.g-global-map-cn__info-place {
  color: #f5a200;
  font-weight: 500;
  white-space: nowrap;
}

.g-global-map-cn__info-quote {
  font-family: 'Source Han Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
}

@media (max-width: 767.98px) {
  .g-global-map-cn {
    padding: 40px 0;
  }

  .g-global-map-cn__header {
    margin-bottom: 24px;
  }

  .g-global-map-cn__chart {
    min-height: 350px;
  }

  .g-global-map-cn__info-box {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 16px;
     top:-90px;
  }

  .g-global-map-cn__info-list {
    grid-template-columns: 1fr;
    gap: 8px 0;
  }
}