* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.map-box {
  background: #010e16;
  position: relative;
  padding: 5.9% 0;
}
.map-svg {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  font-size: 16px;
}
.map-svg rect {
  stroke: #0f94d6;
  stroke-width: 1;
  cursor: pointer;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.6s ;
  -o-transition: all 0.6s ;
  -ms-transition: all 0.6s ;
  -moz-transition: all 0.6s ;
  transition: all 0.6s ;
}
.map-svg text {
  fill: #0f94d6;
  stroke: none;
  position: relative;
  text-anchor: start;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.6s ;
  -o-transition: all 0.6s ;
  -ms-transition: all 0.6s ;
  -moz-transition: all 0.6s ;
  transition: all 0.6s ;
}
.map-tit {
  font-size: 40px;
  margin-top: 0px;
  color: #fff;
  text-transform: uppercase;
}
.map-hover-img {
  opacity: 0;
  -webkit-transition: all 0.6s ;
  -o-transition: all 0.6s ;
  -ms-transition: all 0.6s ;
  -moz-transition: all 0.6s ;
  transition: all 0.6s ;
}
.map-btn {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.map-btn button {
  background: #0f94d6;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: opacity, transform, color, background-color;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.48, 1);
  transition-delay: 0s;
}
.map-btn button i {
  font-size: 30px;
}
.map-btn button.mover-hide {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 40px, 0) rotate(45deg);
  background: #ddd;
  color: #0f94d6;
  opacity: 0;
}
.map-btn .up-btn {
  visibility: visible;
  opacity: 0.999;
  background: #ddd;
  color: #0f94d6;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.map-btn-txt {
  transition: opacity, transform, color, background-color;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.48, 1);
  transition-delay: 0s;
  padding: 5px 0;
  animation: op 1.5s infinite;
}
.map-btn-txt.mover-hide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  color: #0f94d6;
  opacity: 0;
}
.moverd.fixed {
  padding-top: 90px;
}
.moverd.fixed .map-btn {
  position: fixed;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.map-bg {
  background: #010e16;
}
.lv1 .inner-box {
  padding: 30px 15px 60px;
  text-align: center;
}
.lv1 .inner-box .level-txt {
  width: 70%;
  margin: 0 auto;
}
.lv2 .inner-box {
  padding-top: 15px;
  padding-bottom: 90px;
}
.dealer {
  display: none;
  background: #000c13;
}
.moverd-end {
  margin-top: -50px;
  display: block;
  position: relative;
}
.mover-hide .up-btn {
  -webkit-transform: translate3d(0, -106px, 0);
  transform: translate3d(0, -80px, 0);
  opacity: 0;
}
.diangao {
  padding-top: 100px;
  background: #010e16;
}
.dealer-about {
  height: 55vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
}
.dealer-guojia {
  padding: 16px 5%;
  font-size: 14px;
  color: #717272;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.dealer-guojia a {
  color: #fff;
}
.dealer-guojia div {
  margin-bottom: 10px;
}
.dealer-guajianame {
  color: #717272;
  font-size: 24px;
  font-weight: bold;
}
.dealer-wangzhi {
  color: #0f94d6;
}
.dealer-wangzhi a {
  color: #0f94d6;
}
.dealer-tit {
  padding: 20px 5%;
  position: relative;
  text-align: center;
}
.dealer-tit h2 {
  font-size: 30px;
  display: inline-block;
  font-weight: 300;
  color: #717272;
}
.dealer-tit i {
  font-size: 28px;
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transition: all 0.5s ;
  -o-transition: all 0.5s ;
  -ms-transition: all 0.5s ;
  -moz-transition: all 0.5s ;
  transition: all 0.5s ;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -o-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  -moz-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
  color: #717272;
  cursor: pointer;
}
#Asia,
#Europe {
  width: 900px;
  max-width: 95%;
  max-height: 85%;
}
.dealer-list.active .dealer-tit i {
  -webkit-transform: translate(0%,-50%) rotate(45deg);
  -o-transform: translate(0%,-50%) rotate(45deg);
  -ms-transform: translate(0%,-50%) rotate(45deg);
  -moz-transform: translate(0%,-50%) rotate(45deg);
  transform: translate(0%,-50%) rotate(45deg);
}
@media (max-width: 1200px) {
  .map-svg {
    width: 100%;
    height: 50vw;
  }
}
@media (max-width: 998px) {
  .diangao {
    display: none;
  }
  .map-tit {
    font-size: 30px;
    margin: 0;
  }
  .map-box {
    padding-top: 6%;
  }
  .dealer-tit h2 {
    font-size: 22px;
  }
  .dealer-guojia {
    font-size: 16px;
  }
  .dealer-guajianame {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .map-tit {
    font-size: 25px;
  }
  .map-imgs a {
    font-size: 25px;
  }
  .map-svg {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .map-tit {
    font-size: 18px;
  }
  .map-imgs a {
    font-size: 30px;
  }
  .map-svg {
    font-size: 25px;
  }
}
@media (max-width: 468px) {
  .map-btn {
    padding-bottom: 20px;
  }
  .lv1 .inner-box {
    padding: 10px 15px 20px;
  }
  .lv1 .inner-box .level-txt {
    width: 100%;
  }
  .lv2 .inner-box {
    padding-bottom: 60px;
  }
  .map-tit {
    font-size: 16px;
  }
  .dealer-tit h2 {
    font-size: 16px;
  }
  .dealer-about {
    height: 60vh;
  }
  .dealer-guojia {
    font-size: 12px;
    width: 100%;
  }
  .dealer-guajianame {
    font-size: 14px;
  }
  .map-svg {
    font-size: 30px;
  }
}
@keyframes op {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
