ul,
ol li {
  list-style: none;
}
html,
body {
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 50px;
  /* 兼容 iOS < 11.2 */
  /* padding-bottom: constant(100px + safe-area-inset-bottom);  */
  /* 兼容 iOS >= 11.2 */
  /* padding-bottom: env(100px + safe-area-inset-bottom);  */
  /* padding-bottom: calc(30px + constant(safe-area-inset-bottom));
  padding-bottom: calc(30px + env(safe-area-inset-bottom)); */
}
img {
  width: 100%;
  height: 100%;
  display: block;
}

.banner {
  width: 100%;
  position: relative;
}
.section {
  margin: 0 0.25rem;
}
.section .content-title {
  width: 3.25rem;
  margin: 0.28rem auto;
}
.section .title-h1 {
  width: 2.01rem;
  margin: 0 auto 0.28rem;
}
.section .content-text {
  font-size: 0;
  margin-bottom: 0.24rem;
}
.div {
  display: inline-block;
  width: 2.45rem;
}
.div .font-p {
  font-size: 0.16rem !important;
  color: #999;
}
.section .content-text .flexd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .content-text p {
  font-size: 0.18rem;
  display: inline-flex;
  align-items: center;
}
.section .content-text p img.logo {
  width: 0.46rem;
  height: 0.215rem;
  display: inline-block;
}
.section .content-text img.icon {
  width: 0.54rem;
  height: 0.54rem;
  display: inline-block;
}
.section .content-text img.icon_01 {
  width: 0.62rem !important;
  height: 0.405rem !important;
  display: inline-block;
}
.fonter-text {
  margin-top: 0.2rem;
}
.con-texts p,
.fonter-text p {
  color: #6cd5ab;
  font-size: 0.14rem;
}
.fonter-botton {
  overflow: hidden;
  margin: 0.25rem 0;
}
.fonter-botton a {
  width: 50%;
  float: left;
  text-align: center;
}
.fonter-botton a img {
  width: 1.555rem;
  height: 0.4rem;
}
.molmap {
  position: relative;
}
.molmap.fixed {
  position: fixed;
  bottom: 0;
}
.divclick {
  position: absolute;
  right: 0.35rem;
  top: 1.85rem;
  font-size: 0.3rem;
  width: 1rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0);
}
.mapdiv {
  position: fixed;
  top: 0;
  max-width: 750px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  margin: 0 auto;
}
.mapdiv img {
  width: 3rem;
  height: auto;
  margin: 45% auto;
}
.div2_pos {
  position: relative;
}
.div2_a a {
  position: absolute;
  right: 0;
  bottom: 2%;
  display: block;
  width: 30%;
  height: 70px;
}
.div3_a a {
  position: absolute;
  left: 0;
  bottom: 10%;
  display: block;
  width: 60%;
  height: 80px;
}
.div8_a a {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
  width: 60%;
  height: 80px;
}
