.kuangke-market-information {
}

.kmi-title {
    margin-bottom: 30px;
    color: var(--color-primary);
    font-size: 48px;
    line-height: 1;
    font-family: var(--title-font-family);
    text-align: center;
}

.kmi-desc {
  color: #000;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.kmi-split {
  padding: 40px 0;
}

.kmi-split-row {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center
}

.kmi-split-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 16px;
  display: block
}

.kmi-split-title {
  color: #000;
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.kmi-split-item {
  color: #000;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.kmi-split-right {
  position: relative
}

.kmi-right-bg {
  position: absolute;
  right: 0;
  top: 60px;
  width: 560px;
  height: auto;
  pointer-events: none;
  z-index: 0
}

.kmi-split-right>* {
  position: relative;
  z-index: 1
}

@media(max-width:768px) {
  .kmi-right-bg {
    right: -10px;
    top: -10px;
    width: 180px
  }
}


@media(max-width:1200px) {
  .kmi-cards {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:768px) {
  .kmi-title {
    font-size: 28px
  }
}

@media(max-width:992px) {
  .kmi-split-row {
    grid-template-columns: 1fr
  }

  .kmi-split-img {
    height: 360px
  }
}

@media(max-width:576px) {
  .kmi-split-img {
    height: 260px
  }

  .kmi-split-title {
    font-size: 22px
  }
}

.kmi-map {
  position: relative
}

.kmi-point {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2
}

.kmi-point .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--color-primary);
  display: block;
  position: relative
}

.kmi-point .dot::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.kmi-point:hover .dot::after {
  border-color: rgba(230, 31, 45, .2)
}

.kmi-tooltip {
  position: absolute;
  background: #fff;
  padding: 30px;
  z-index: 16;
}

.kmi-tooltip-text {
  color: #000;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.kmi-tooltip-title{
  color: #000;
  font-family: var(--title-font);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.palce-img{
  position: absolute;
  top: 43%;
  left: 69%;
}