.map-box {
  margin-top: 150px;
  height: 740px;
  margin-bottom: 90px;
  position: relative;
}

.map-item,
.map-item-img {
  position: absolute;
  border:none;
}

.na {
  width: 591px;
  height: 450px;
  top: 0;
  left: 0;
}

.sa {
  bottom: 0;
  width: 192px;
  height: 311px;
  left: 326px;
}

.af {
  left: 574px;
  top: 279px;
  width: 315px;
  height: 312px;
}

.eu {
  left: 598px;
  top: 11px;
  width: 239px;
  height: 291px;
}

.as {
  top: 38px;
  left: 798px;
  width: 566px;
  height: 405px;
}

.oc {
  left: 1067px;
  top: 443px;
  width: 339px;
  height: 233px;
}

.map-item .btn {
  font-size: 18px;
  color: #4b9a7b;
}

.na .btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60px;
  height: 100px;
  align-items: center;
  position: absolute;
  top: 202px;
  left: 236px;
}

.sa .btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60px;
  height: 100px;
  align-items: center;
  position: absolute;
  top: 70px;
  left: 60px;
}

.af .btn {
  position: absolute;
  left: 120px;
  top: 100px;
}

.eu .btn {
  position: absolute;
  left: 70px;
  top: 190px;
}

.as .btn {
  position: absolute;
  left: 160px;
  top: 160px;
}

.oc .btn {
  position: absolute;
  left: 120px;
  top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map-item .btn .iconfont {
  font-size: 36px;
}

.brand-box {
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
}

.brand-item {
  width: 338px;
  height: 126px;
  border: 1px solid #e0e0e0;
  margin-right: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-item:nth-child(4n) {
  margin-right: 0;
}

.hide {
  display: none;
}

@media screen and (max-width: 1366px) {
  .map-box {
    width: 7.02rem;
    height: 3.7rem;
    margin: 0.7rem auto 0;
    position: relative;
  }

  .map-item,
  .map-item-img {
    position: absolute;
    width: 100%;
  }

  .na {
    width: 2.96rem;
    height: 2.24rem;
    top: 0;
    left: 0;
  }

  .sa {
    width: 0.96rem;
    height: 1.56rem;
    left: 1.63rem;
    bottom: 0;
  }

  .af {
    left: 2.85rem;
    top: 1.4rem;
    width: 1.58rem;
    height: 1.56rem;
  }

  .eu {
    left: 2.99rem;
    top: 0.05rem;
    width: 1.2rem;
    height: 1.48rem;
  }

  .as {
    top: 0.19rem;
    left: 3.99rem;
    width: 2.84rem;
    height: 2.03rem;
  }

  .oc {
    left: 5.34rem;
    top: 2.22rem;
    width: 1.7rem;
    height: 1.17rem;
  }

  .map-item .btn {
    font-size: 0.14rem;
    color: #4b9a7b;
  }

  .na .btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 0.5rem;
    height: 0.6rem;
    align-items: center;
    position: absolute;
    top: 0.6rem;
    left: 1.14rem;
  }

  .sa .btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 0.5rem;
    height: 0.6rem;
    align-items: center;
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
  }

  .af .btn {
    position: absolute;
    left: 0.6rem;
    top: 0.3rem;
  }

  .eu .btn {
    position: absolute;
    left: 0.3rem;
    top: 0.5rem;
  }

  .as .btn {
    position: absolute;
    left: 0.6rem;
    top: 0.6rem;
  }

  .oc .btn {
    position: absolute;
    left: 0.4rem;
    top: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .map-item .btn .iconfont {
    font-size: 0.36rem;
  }

  .brand-box {
    width: 7.02rem;
    margin: 0.8rem auto;
  }

  .brand-item {
    width: 3.4rem;
    height: 1.26rem;
    border: 0.01rem solid #e0e0e0;
    margin-right: 0.22rem;
    margin-bottom: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .brand-item img {
    width: 3rem;
  }

  .brand-item:nth-child(2n) {
    margin-right: 0;
  }
}
