@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;
}

.container {
  margin-top: 0.6rem;
}
.container .intro {
  padding-bottom: 0.6rem;
}
.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;
}

.container .value {
  padding-bottom: 0.28rem;
  margin-top: 0;
}
.container .value ul {
  margin-top: 0;
}
.container .value ul li {
  height: 0.8rem;
  margin-bottom: 0rem;
  margin-top: 0.7rem;
}
.container .value ul li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.container .transaction {
  background: #232323;
  padding: 0.45rem 0.98rem 2.03rem;
}
.container .transaction .othertitle {
  font-weight: 600;
  font-size: 0.34rem;
  color: #fad293;
  line-height: 0.48rem;
}
.container .transaction p {
  font-weight: 400;
  font-size: 0.3rem;
  color: #fad293;
  line-height: 0.55rem;
  text-align: justify;
  margin-top: 0.32rem;
}
.container .transaction img {
  width: 77.81%;
  display: block;
  margin: 0.9rem auto 0;
}

@media screen and (min-width: 300px) and (max-width: 750px) {
  .banner {
    height: auto;
  }
  .banner img {
    width: 100%;
    height: unset;
  }
  .intro p {
    padding: 0.2rem;
  }

  .value ul {
    padding: 0 0.5rem;
  }

  .value ul li {
    width: 100%;
  }

  .container .transaction {
    padding: 0.45rem 0.2rem 2.03rem;
  }
}
