.banner {
  position: relative;
}
.banner .banner-img {
  width: 100%;
  height: 7rem;
}
.banner .m-banner-img {
  display: none;
}
.banner .banner-texts {
  position: absolute;
  top: 2.5rem;
  left: 1.3rem;
}
.banner .banner-texts h2 {
  font-family: Libre Franklin;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2rem;
  text-align: center;
  letter-spacing: 0em;
  color: #FFFFFF;
  text-shadow: 8px 8px 0px rgba(0, 0, 0, 0.4);
}
.map {
  padding: 1.8rem 3.2rem;
}
.map .describe {
  font-family: Libre Franklin;
  font-size: 0.24rem;
  font-weight: 300;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #222222;
}
.map .map-content {
  position: relative;
  margin-top: 0.5rem;
  height: 6.96rem;
}
.map .map-content .map-img {
  width: 100%;
  height: 6.96rem;
}
.map .map-content .point {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map .map-content .point img {
  width: 0.19rem;
  height: 0.24rem;
}
.map .map-content .point p {
  font-family: Libre Franklin;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #222222;
}
.map .map-content .point .panel {
  display: none;
  position: absolute;
  top: 0.5rem;
  z-index: 20;
  margin-top: 0.15rem;
  padding: 0.16rem 0.23rem;
  width: 3.24rem;
  height: 2.28rem;
  background-color: #fc4c02;
  color: #FFFFFF;
  border-radius: 0.1rem;
}
.map .map-content .point .panel .panel-text {
  font-family: Libre Franklin;
  font-size: 0.24rem;
  font-weight: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}
.map .map-content .point .panel .num {
  margin: 0.1rem 0;
  padding: 0.08rem 0;
  font-family: Libre Franklin;
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0em;
  text-align: center;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  border-width: 3px 0px 3px 0px;
  border-style: solid;
  border-color: #FFFFFF;
}
.map .map-content .point .active {
  display: none;
}
.map .map-content .point:hover {
  cursor: pointer;
}
.map .map-content .point:hover .panel {
  display: block;
}
.map .map-content .point:hover p {
  color: #fc4c02;
}
.map .map-content .point:hover .active {
  display: block;
}
.map .map-content .point:hover .default {
  display: none;
}
.map .map-content .asia {
  top: 1.94rem;
  left: 3.54rem;
}
.map .map-content .europe {
  top: 1.18rem;
  left: 1.55rem;
}
.map .map-content .africa {
  top: 3.31rem;
  left: 1.23rem;
}
.map .map-content .oceania {
  top: 4.06rem;
  left: 5.93rem;
}
.map .map-content .north {
  top: 1.85rem;
  right: 2.05rem;
}
.map .map-content .south {
  top: 4.26rem;
  right: 0.17rem;
}
.map .panel {
  display: none;
}
.ad1 {
  height: 4rem;
  background-image: url('/skin/default/images/brand-zone/bg1.png');
  background-position: center;
  padding: 0.8rem 0;
  text-align: center;
}
.ad1 p {
  font-family: Libre Franklin;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.6rem;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}
.ad1 h2 {
  margin-bottom: 0.52rem;
  font-family: Libre Franklin;
  font-weight: 700;
  font-size: 0.62rem;
  line-height: 0.8rem;
  text-align: center;
  color: #FFFFFF;
  font-variation-settings: "opsz" auto;
}
.ad1 .btn {
  display: inline-block;
  padding: 0 0.4rem;
  height: 0.65rem;
  line-height: 0.65rem;
  border-radius: 0.65rem;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  /* font-family: Poppins; */
  font-size: 0.26rem;
  font-weight: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  cursor: pointer;
}
.btns {
  margin: 1.2rem auto;
  text-align: center;
  justify-content: center;
}
.btns .btn {
  width: 6.3rem;
  height: 0.8rem;
  opacity: 1;
  background: #FAFAFA;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  font-family: Libre Franklin;
  font-size: 0.24rem;
  font-weight: bold;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #222222;
}
.btns .btn:hover {
  padding: 0 0.47rem;
  cursor: pointer;
  color: #ffffff;
  background: #FC4C02;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ad2 {
  background-image: url('/skin/default/images/brand-zone/bg2.png');
}
@media only screen and (max-width: 1024px) {
  .banner .banner-img {
    display: none;
  }
  .banner .m-banner-img {
    display: block;
    width: 100%;
    height: 6rem;
  }
  .banner .banner-texts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
  }
  .banner .banner-texts h2 {
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 0.9rem;
  }
  .map {
    padding: 0.8rem 0.3rem;
  }
  .map .describe {
    font-size: 0.32rem;
    line-height: 0.52rem;
  }
  .map .map-content {
    position: relative;
    margin-top: 0.5rem;
    height: auto;
  }
  .map .map-content .map-img {
    width: 100%;
    height: auto;
  }
  .map .map-content .point {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .map .map-content .point img {
    width: 0.32rem;
    height: 0.3rem;
  }
  .map .map-content .point .active {
    display: none;
  }
  .map .map-content .point:hover {
    cursor: pointer;
  }
  .map .map-content .point:hover .panel {
    display: none;
  }
  .map .map-content .point:hover p {
    color: #fc4c02;
  }
  .map .map-content .point:hover .active {
    display: block;
  }
  .map .map-content .point:hover .default {
    display: none;
  }
  .map .map-content .asia {
    top: 0.86rem;
    left: 1.92rem;
  }
  .map .map-content .europe {
    top: 0.45rem;
    left: 0.82rem;
  }
  .map .map-content .africa {
    top: 1.63rem;
    left: 0.64rem;
  }
  .map .map-content .oceania {
    top: 2.06rem;
    left: 3.25rem;
  }
  .map .map-content .north {
    top: 0.85rem;
    right: 0.5rem;
  }
  .map .map-content .south {
    top: 2.26rem;
    right: -0.2rem;
  }
  .map .map-content .current-point .panel {
    display: none;
  }
  .map .map-content .current-point p {
    color: #fc4c02;
  }
  .map .map-content .current-point .active {
    display: block;
  }
  .map .map-content .current-point .default {
    display: none;
  }
  .main .panel {
    display: block;
    margin-top: 0.15rem;
    padding: 0.34rem 0.5rem;
    width: 100%;
    background-color: #fc4c02;
    color: #FFFFFF;
    border-radius: 0.1rem;
    text-align: center;
  }
  .main .panel .panel-text {
    font-family: Libre Franklin;
    font-size: 0.32rem;
    font-weight: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
  }
  .main .panel .num {
    margin: 0.5rem 0;
    padding: 0.5rem 0;
    font-family: Libre Franklin;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0em;
    text-align: center;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    border-width: 0.03rem 0px 0.03rem 0px;
    border-style: solid;
    border-color: #FFFFFF;
  }
  .ad1 {
    height: 8rem;
    background-image: url('/skin/default/images/brand-zone/m_bg1.png');
    background-position: center;
    padding: 1.6rem 0.3rem;
    text-align: center;
    background-size: cover;
  }
  .ad1 p {
    font-size: 0.32rem;
  }
  .ad1 h2 {
    margin-bottom: 0.6rem;
  }
  .ad1 .btn {
    display: inline-block;
    padding: 0 0.2rem;
    height: 0.88rem;
    line-height: 0.88rem;
    border-radius: 0.88rem;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    font-size: 0.32rem;
  }
  .btns {
    padding: 0 0.3rem;
    margin: 1rem auto;
    display: block;
  }
  .btns .btn {
    margin-bottom: 0.3rem;
    width: 100%;
    height: 0.9rem;
    opacity: 1;
    border: 1px solid #DDDDDD;
    font-size: 0.32rem;
  }
  .btns .btn:hover {
    padding: 0 0.47rem;
    cursor: pointer;
    color: #ffffff;
    background: #FC4C02;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .btns a:last-child .btn {
    margin-bottom: 0;
  }
  .ad2 {
    padding-top: 1rem !important;
    height: 4.6rem;
    background-image: url('/skin/default/images/brand-zone/m_bg2.png');
  }
  .ad2 h2 {
    margin-bottom: 0.3rem;
  }
}
