@import url("./basic.css");
@import url("./element.css");
@import url("./footer.css");
@import url("./header.css");
@import url("./swiper.min.css");

main {
  margin-top: 0.8rem;
  background: white;
}
.banner {
  height: 4.9rem;
}

.banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
}
.intro h1 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.intro h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.intro p {
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.55rem;
  text-align: justify;
  padding: 0 0.98rem;
  box-sizing: border-box;
  margin-top: 0.31rem;
  text-indent: 2em;
}

.h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
}
.value {
  margin-top: 1.26rem;
  background: #f8f8f8;
  padding-top: 1px;
}
.value h3 {
  margin-top: 0.46rem;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.value ul {
  margin-top: 0.9rem;
  padding: 0 1.59rem 0.32rem;
  box-sizing: border-box;
  overflow: hidden;
}
.value ul li {
  width: 7rem;
  height: 1.6rem;
  display: flex;
  margin-bottom: 0.25rem;
}
.value ul li span {
  font-family: AppleSystemUIFont;
  font-size: 0.7rem;
  color: #9b9b9b;
  margin-right: 0.49rem;
}
.value ul li p {
  font-weight: 400;
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.4rem;
  width: 5.56rem;
}
.value ul li:nth-child(odd) {
  float: left;
}
.value ul li:nth-child(even) {
  float: right;
}

.intro {
  margin-top: 0.6rem;
}
.value {
  margin-top: 0.3rem;
  padding-bottom: 0.79rem;
  margin-bottom: 0.56rem;
}
.value ul {
  margin-top: 0;
  padding: 0 0.98rem;
}
.value ul li {
  width: 7.9rem;
  margin-top: 0.66rem;
  margin-bottom: 0;
  height: 0.8rem;
}
.value ul li p {
  width: 6.46rem;
}

@media screen and (min-width: 300px) and (max-width: 750px) {
  .banner {
    height: auto;
  }

  .intro p {
    padding: 0.2rem;
  }

  .value ul {
    padding: 0 0.5rem;
  }

  .value ul li {
    width: 100%;
  }
}
