/*order-option*/
/*order-option*/
.aboutBYD-mapList {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 100vh;
  max-height: 1100px !important;
  position: relative;
}
.aboutBYD-mapList img.mapBackground {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutBYD-mapList .mapTitleContainer {
  width: 72vw;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.aboutBYD-mapList .mapTitleContainer .mapTitle {
  margin-bottom: 20px;
  font-weight: 600 !important;
}
.aboutBYD-mapList .mapTitleContainer .mapSubTitle {
  font-size: 16px !important;
  line-height: 24px !important;
}
.aboutBYD-mapList .mapSignContainer img.mapSign {
  width: 1vw;
  height: 1.3vw;
  padding: 0 0.15vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  border-radius: 50%;
  -webkit-animation: waveAnimation 1.5s infinite;
  animation: waveAnimation 1.5s infinite;
}
.aboutBYD-mapList .mapSignContainer img.mapSign:nth-child(1) {
  top: 39%;
  left: calc(16% - 0.15vw);
}
.aboutBYD-mapList .mapSignContainer img.mapSign:nth-child(2) {
  top: 70%;
  left: calc(24% - 0.15vw);
}
.aboutBYD-mapList .mapSignContainer img.mapSign:nth-child(3) {
  top: 61%;
  left: calc(37% - 0.15vw);
}
.aboutBYD-mapList .mapSignContainer img.mapSign:nth-child(4) {
  top: 40%;
  left: calc(39% - 0.15vw);
}
.aboutBYD-mapList .mapSignContainer img.mapSign:nth-child(5) {
  top: 53%;
  left: calc(51% - 0.15vw);
}
@-webkit-keyframes waveAnimation {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 1px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 1px rgba(255, 255, 255, 0);
  }
  70% {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0), 0px 0px 0px 6px rgba(255, 255, 255, 0.4), 0px 0px 0px 7px rgba(0, 0, 0, 0), 0px 0px 0px 11px rgba(255, 255, 255, 0.4);
            box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0), 0px 0px 0px 6px rgba(255, 255, 255, 0.4), 0px 0px 0px 7px rgba(0, 0, 0, 0), 0px 0px 0px 11px rgba(255, 255, 255, 0.4);
  }
  80% {
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0), 0px 0px 0px 7px rgba(255, 255, 255, 0.3), 0px 0px 0px 8px rgba(0, 0, 0, 0), 0px 0px 0px 12px rgba(255, 255, 255, 0.3);
            box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0), 0px 0px 0px 7px rgba(255, 255, 255, 0.3), 0px 0px 0px 8px rgba(0, 0, 0, 0), 0px 0px 0px 12px rgba(255, 255, 255, 0.3);
  }
  90% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0), 0px 0px 0px 6px rgba(255, 255, 255, 0.2), 0px 0px 0px 9px rgba(0, 0, 0, 0), 0px 0px 0px 13px rgba(255, 255, 255, 0.2);
            box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0), 0px 0px 0px 6px rgba(255, 255, 255, 0.2), 0px 0px 0px 9px rgba(0, 0, 0, 0), 0px 0px 0px 13px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0), 0px 0px 0px 7px rgba(255, 255, 255, 0.1), 0px 0px 0px 10px rgba(0, 0, 0, 0), 0px 0px 0px 14px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0), 0px 0px 0px 7px rgba(255, 255, 255, 0.1), 0px 0px 0px 10px rgba(0, 0, 0, 0), 0px 0px 0px 14px rgba(255, 255, 255, 0);
  }
}
@keyframes waveAnimation {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 1px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 1px rgba(255, 255, 255, 0);
  }
  70% {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0), 0px 0px 0px 6px rgba(255, 255, 255, 0.4), 0px 0px 0px 7px rgba(0, 0, 0, 0), 0px 0px 0px 11px rgba(255, 255, 255, 0.4);
            box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0), 0px 0px 0px 6px rgba(255, 255, 255, 0.4), 0px 0px 0px 7px rgba(0, 0, 0, 0), 0px 0px 0px 11px rgba(255, 255, 255, 0.4);
  }
  80% {
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0), 0px 0px 0px 7px rgba(255, 255, 255, 0.3), 0px 0px 0px 8px rgba(0, 0, 0, 0), 0px 0px 0px 12px rgba(255, 255, 255, 0.3);
            box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0), 0px 0px 0px 7px rgba(255, 255, 255, 0.3), 0px 0px 0px 8px rgba(0, 0, 0, 0), 0px 0px 0px 12px rgba(255, 255, 255, 0.3);
  }
  90% {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0), 0px 0px 0px 6px rgba(255, 255, 255, 0.2), 0px 0px 0px 9px rgba(0, 0, 0, 0), 0px 0px 0px 13px rgba(255, 255, 255, 0.2);
            box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0), 0px 0px 0px 6px rgba(255, 255, 255, 0.2), 0px 0px 0px 9px rgba(0, 0, 0, 0), 0px 0px 0px 13px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0), 0px 0px 0px 7px rgba(255, 255, 255, 0.1), 0px 0px 0px 10px rgba(0, 0, 0, 0), 0px 0px 0px 14px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0), 0px 0px 0px 7px rgba(255, 255, 255, 0.1), 0px 0px 0px 10px rgba(0, 0, 0, 0), 0px 0px 0px 14px rgba(255, 255, 255, 0);
  }
}
.aboutBYD-mapList .signCircleContainer .signCircle {
  width: 8vw;
  height: 8vw;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px rgba(255, 255, 255, 0) solid;
  border-radius: 50%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.aboutBYD-mapList .signCircleContainer .signCircle:nth-child(1) {
  top: calc(39% - 4vw + 0.65vw);
  left: calc(16% - 4vw + 0.5vw);
}
.aboutBYD-mapList .signCircleContainer .signCircle:nth-child(2) {
  top: calc(70% - 4vw + 0.65vw);
  left: calc(24% - 4vw + 0.5vw);
}
.aboutBYD-mapList .signCircleContainer .signCircle:nth-child(3) {
  top: calc(61% - 4vw + 0.65vw);
  left: calc(37% - 4vw + 0.5vw);
}
.aboutBYD-mapList .signCircleContainer .signCircle:nth-child(4) {
  top: calc(40% - 4vw + 0.65vw);
  left: calc(39% - 4vw + 0.5vw);
}
.aboutBYD-mapList .signCircleContainer .signCircle:nth-child(5) {
  top: calc(53% - 4vw + 0.65vw);
  left: calc(51% - 4vw + 0.5vw);
}
.aboutBYD-mapList .signTitleContainer .signTitle {
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.aboutBYD-mapList .signTitleContainer .signTitle:nth-child(1) {
  top: 40%;
  left: 18%;
}
.aboutBYD-mapList .signTitleContainer .signTitle:nth-child(2) {
  top: 71%;
  left: 26%;
}
.aboutBYD-mapList .signTitleContainer .signTitle:nth-child(3) {
  top: 62%;
  left: 39%;
}
.aboutBYD-mapList .signTitleContainer .signTitle:nth-child(4) {
  top: 41%;
  left: 41%;
}
.aboutBYD-mapList .signTitleContainer .signTitle:nth-child(5) {
  top: 54%;
  left: 53%;
}
.aboutBYD-mapList .countryListContainer {
  color: #ffffff;
}
.aboutBYD-mapList .countryListContainer .countryList {
  width: 23vw;
  padding: 1.5vw;
  border: 1px rgba(255, 255, 255, 0.3) solid;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 70%;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.aboutBYD-mapList .countryListContainer .countryList:nth-child(1) {
  top: calc((100vh - var(--countryListHeight1)) / 2);
}
.aboutBYD-mapList .countryListContainer .countryList:nth-child(2) {
  top: calc((100vh - var(--countryListHeight2)) / 2);
}
.aboutBYD-mapList .countryListContainer .countryList:nth-child(3) {
  top: calc((100vh - var(--countryListHeight3)) / 2);
}
.aboutBYD-mapList .countryListContainer .countryList:nth-child(4) {
  top: calc((100vh - var(--countryListHeight4)) / 2);
}
.aboutBYD-mapList .countryListContainer .countryList:nth-child(5) {
  top: calc((100vh - var(--countryListHeight5)) / 2);
}
.aboutBYD-mapList .countryListContainer .countryList .countryTitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-right: 0.5vw;
}
.aboutBYD-mapList .countryListContainer .countryList .countryNameList {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.9;
}
.aboutBYD-mapList .countryListContainer .countryList .countryNameList .countryName {
  width: 50%;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 1500px) {
  .aboutBYD-mapList .countryListContainer .countryList {
    width: 27vw;
  }
}
@media screen and (max-width: 1279px) {
  .aboutBYD-mapList .mapSignContainer img.mapSign:nth-child(1) {
    top: 31%;
    left: 21%;
  }
  .aboutBYD-mapList .mapSignContainer img.mapSign:nth-child(2) {
    top: 57%;
    left: 32%;
  }
  .aboutBYD-mapList .mapSignContainer img.mapSign:nth-child(3) {
    top: 48%;
    left: 52%;
  }
  .aboutBYD-mapList .mapSignContainer img.mapSign:nth-child(4) {
    top: 33%;
    left: 55%;
  }
  .aboutBYD-mapList .mapSignContainer img.mapSign:nth-child(5) {
    top: 42%;
    left: 74%;
  }
  .aboutBYD-mapList .signCircleContainer .signCircle:nth-child(1) {
    top: calc(31% - 4vw + 0.65vw);
    left: calc(21% - 4vw + 0.5vw);
  }
  .aboutBYD-mapList .signCircleContainer .signCircle:nth-child(2) {
    top: calc(57% - 4vw + 0.65vw);
    left: calc(32% - 4vw + 0.5vw);
  }
  .aboutBYD-mapList .signCircleContainer .signCircle:nth-child(3) {
    top: calc(48% - 4vw + 0.65vw);
    left: calc(52% - 4vw + 0.5vw);
  }
  .aboutBYD-mapList .signCircleContainer .signCircle:nth-child(4) {
    top: calc(33% - 4vw + 0.65vw);
    left: calc(55% - 4vw + 0.5vw);
  }
  .aboutBYD-mapList .signCircleContainer .signCircle:nth-child(5) {
    top: calc(42% - 4vw + 0.65vw);
    left: calc(74% - 4vw + 0.5vw);
  }
  .aboutBYD-mapList .signTitleContainer .signTitle:nth-child(1) {
    top: 31%;
    left: 24%;
  }
  .aboutBYD-mapList .signTitleContainer .signTitle:nth-child(2) {
    top: 57%;
    left: 35%;
  }
  .aboutBYD-mapList .signTitleContainer .signTitle:nth-child(3) {
    top: 48%;
    left: 55%;
  }
  .aboutBYD-mapList .signTitleContainer .signTitle:nth-child(4) {
    top: 33%;
    left: 58%;
  }
  .aboutBYD-mapList .signTitleContainer .signTitle:nth-child(5) {
    top: 42%;
    left: 77%;
  }
  .aboutBYD-mapList .countryListContainer {
    width: 100%;
  }
  .aboutBYD-mapList .countryListContainer .countryList {
    width: 100%;
    padding: 20px 50px 0;
    border: unset;
    background-color: unset;
    top: 72% !important;
    left: 0;
  }
  .aboutBYD-mapList .countryListContainer .countryList .countryTitle {
    font-size: 18px;
  }
  .aboutBYD-mapList .countryListContainer .countryList .countryNameList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .aboutBYD-mapList .countryListContainer .countryList .countryNameList .countryName {
    width: unset;
    margin: 0 40px 5px 0;
  }
}
@media screen and (max-width: 991px) {
  .aboutBYD-mapList {
    height: unset;
  }
  .aboutBYD-mapList img.mapBackground {
    position: relative;
  }
  .aboutBYD-mapList .mapTitleContainer {
    width: 80vw;
    color: #252728;
    margin: 30px 0;
    position: relative;
    top: 0;
  }
  .aboutBYD-mapList .mapTitleContainer .mapSubTitle {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .aboutBYD-mapList .mapSignContainer {
    display: none;
  }
  .aboutBYD-mapList .signCircleContainer {
    display: none;
  }
  .aboutBYD-mapList .signTitleContainer {
    display: none;
  }
  .aboutBYD-mapList .countryListContainer {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .aboutBYD-mapList .mapTitleContainer .mapTitle {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}