.qicheng-market {
  position: relative;
  background: linear-gradient(180deg, #002c58 0%, #014e9a 100%);
  color: transparent;
  padding-top: var(--title-font-padding-top);
  padding-bottom: calc(var(--border-radius-lg) + max(40px, 2.5rem));
  overflow: hidden;
  z-index: 6;
}

.qicheng-market > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qincheng-market_header {
  max-width: 26.8055555rem;
  /* margin: 0 auto; */
  /* text-align: center; */
  /* margin-bottom: 85px; */
}

.qincheng-market_header-title {
  color: #fff;
  text-align: center;
  font-family: var(--font-family);
  font-size: var(--title-font-size-xl);
  font-weight: 900;
  line-height: 133.3333%;
  letter-spacing: -0.9px;
}

.qincheng-market_header-subtitle {
  color: #fff;
  font-family: var(--font-family);
  font-size: var(--text-font-size-xxl);
  font-weight: 500;
  line-height: 124%;
  text-align: center;
}

#tooltip {
  display: flex;
  position: absolute;
  padding: 10px 36px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 99px;
  color: #000;
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 400;
  transform: translate(-50%, -120%);
}
#qicheng-market_map {
  margin: 20px 0px;
  /* min-height: 300px; */
  width: 100%;
  position: relative;
}

#map_svg {
  /* width: 100%;
  height: 100%; */
  /* max-height: 621px; */
  transform-origin: center center;
}

/* list */

.qicheng-market-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: max(40px, 2.5rem);
  width: 100%;
}

.market-list_title {
  color: #fff;
  font-family: var(--font-family);
  font-size: var(--title-font-size-xs);
  font-style: normal;
  font-weight: 600;
  line-height: 124%; /* 42.16px */
  margin-bottom: 20px;
}

.market-list_countries {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.market-list_countries-item {
  display: flex;
  gap: 12px;
}
.countries-item_pic {
  width: 21px !important;
  object-fit: contain;
}

.countries-item_text {
  color: #fff;
  font-family: var(--font-family);
  font-size: var(--text-font-size-xl);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.qicheng-market_view-more {
}

/* .qicheng-market_view-more:hover {
  background: var(--btn-bg-hover);
}

.qicheng-market_view-more:active {
  background: var(--btn-bg-active);
}

.qicheng-market_view-more:disabled {
  background: var(--btn-bg-disabled);
} */

@media screen and (max-width: 1280px) {
  /* #qicheng-market_map {
    height: 520px;
  } */

  .qincheng-market_header {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 1024px) {
  /* #qicheng-market_map {
    height: 420px;
  } */

  /* .market-list_title {
    font-size: 26px;
  }

  .countries-item_text {
    font-size: 16px;
  } */
  .qincheng-market_header {
    margin-bottom: 0px;
    max-width: 100%;
  }
}

@media screen and (max-width: 820px) {
  /* .market-list_title {
    font-size: 24px;
  }

  .qincheng-market_header-subtitle {
    font-size: 18px;
  }

  .countries-item_text {
    font-size: 15px;
  } */
}

@media screen and (max-width: 768px) {
  .qicheng-market-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 552px) {
  /* #qicheng-market_map {
    height: 220px;
  } */

  #tooltip {
    font-size: 14px;
    padding: 5px 16px;
  }

  /* .qincheng-market_header-subtitle {
    font-size: 16px;
  }
  .market-list_title {
    font-size: 20px;
  }

  .countries-item_text {
    font-size: 14px;
    cursor: pointer;
  } */

  .market-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .qicheng-market-list {
    padding: 0px 20px;
    margin-bottom: 45px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

@media screen and (max-width: 375px) {
  /* .qincheng-market_header-subtitle {
    font-size: 14px;
  }

  .market-list_title {
    font-size: 16px;
  }

  .countries-item_text {
    font-size: 12px;
  } */
}
