.map-container {
  width: 100%;
  height: auto;
  position: relative;
}

.map-bg {
  width: 1000px;
  height: 720px;
  margin: 0 auto;
}

.map-bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.map-pos-box {
  width: 1000px;
  height: 720px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.map-pos {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.map-pos li img {
  width: 30px;
  height: auto;
}

.map-pos li img:first-child {
  display: block;
}

.map-pos li img:last-child {
  display: none;
}

.map-pos li.active img:first-child {
  display: none;
}

.map-pos li.active img:last-child {
  display: block;
}

.map-pos li {
  position: absolute;
  cursor: pointer;
}

/* 1.新疆 */
.map-pos li:nth-child(1) {
  top: 206px;
  left: 165px;
}

/* 2.四川省 */
.map-pos li:nth-child(2) {
  bottom: 275px;
  left: 410px;
}

/* 3.云南省 */
.map-pos li:nth-child(3) {
  bottom: 140px;
  left: 375px;
}

/* 4.贵州省 */
.map-pos li:nth-child(4) {
  bottom: 190px;
  left: 475px;
}

/* 5.湖北省 */
.map-pos li:nth-child(5) {
  bottom: 275px;
  left: 565px;
}

/* 6.陕西省 */
.map-pos li:nth-child(6) {
  bottom: 345px;
  left: 510px;
}

/* 7.江苏省 */
.map-pos li:nth-child(7) {
  bottom: 325px;
  right: 290px;
}

/* 8.重庆市 */
.map-pos li:nth-child(8) {
  bottom: 255px;
  left: 490px;
}

/* 9.上海市 */
.map-pos li:nth-child(9) {
  bottom: 275px;
  right: 260px;
}

/* 10.天津市 */
.map-pos li:nth-child(10) {
  bottom: 430px;
  right: 325px;
}

@media (max-width: 1060px) {
  .map-bg {
    width: 350px;
    height: 280px;
  }
  .map-pos-box {
    width: 350px;
    height: 280px;
  }
  .map-pos li img {
    width: 10px;
  }
  /* 1.新疆 */
  .map-pos li:nth-child(1) {
    top: 83px;
    left: 59px;
  }
  /* 2.四川省 */
  .map-pos li:nth-child(2) {
    bottom: 108px;
    left: 146px;
  }
  /* 3.云南省 */
  .map-pos li:nth-child(3) {
    bottom: 55px;
    left: 132px;
  }
  /* 4.贵州省 */
  .map-pos li:nth-child(4) {
    bottom: 75px;
    left: 167px;
  }
  /* 5.湖北省 */
  .map-pos li:nth-child(5) {
    bottom: 105px;
    left: 200px;
  }
  /* 6.陕西省 */
  .map-pos li:nth-child(6) {
    bottom: 135px;
    left: 178px;
  }
  /* 7.江苏省 */
  .map-pos li:nth-child(7) {
    bottom: 127px;
    right: 100px;
  }
  /* 8.重庆市 */
  .map-pos li:nth-child(8) {
    bottom: 100px;
    left: 172px;
  }
  /* 9.上海市 */
  .map-pos li:nth-child(9) {
    bottom: 105px;
    right: 90px;
  }
  /* 10.天津市 */
  .map-pos li:nth-child(10) {
    bottom: 165px;
    right: 112px;
  }
}
