@font-face {
  font-family: EurostileRegular;
  src: url(/src/font/eurostileRegular.otf);
}

p {
  line-height: 30px;
}



#navbarSupportedContent5 {
  li a {
    font-family: EurostileRegular;
    /* font-size: 20px; */
  }
}

h2 {
  font-family: EurostileRegular;
}


button a {
  font-family: EurostileRegular;
}

section {
  scroll-margin-top: 120px;
}

/* 高德英文地图 */
.map01wrap {
  width: 100%;
  margin: 0 auto;
}

/* maptl */
.maptl {
  font-size: 34px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}

/* map */
.map {
  width: 100%;
  height: 800px;
}

/* 移动端边距调整 */
@media (max-width: 640px) {
  .container {
    padding-left: 5px !important;
    /* 调整左边距 */
    padding-right: 5px !important;
    /* 调整右边距 */
  }

  .py-6 {
    padding-top: 2px !important;
    /* 调整顶部内边距 */
    padding-bottom: 2px !important;
    /* 调整底部内边距 */
  }
}