@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: #fff;
}
.banner {
  height: 1.42rem;
}

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

.online_transport {
  margin-top: 0.83rem;
}
.online_transport .inner_introduce h1 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.online_transport .inner_introduce h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.online_transport .inner_introduce p {
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.55rem;
  text-align: justify;
  margin-top: 0.3rem;
  padding: 0 0.98rem;
}
.online_transport .architecture {
  margin-top: 1.15rem;
  padding-bottom: 2rem;
}
.online_transport .architecture h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.online_transport .architecture img {
  display: block;
  width: 14.92rem;
  margin: 0.8rem auto 0;
}
.online_transport .value_example {
  background: #f8f8f8;
  overflow: hidden;
}
.online_transport .value_example h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
  margin-top: 0.56rem;
}
.online_transport .value_example ul {
  margin-top: 0.52rem;
  padding: 0 1.52rem 0;
  overflow: hidden;
}
.online_transport .value_example ul li {
  float: left;
  width: 4.23rem;
  margin-right: 1.68rem;
  margin-bottom: 0.77rem;
}
.online_transport .value_example ul li:nth-child(3n) {
  margin-right: 0;
}
.online_transport .value_example ul li .img {
  width: 0.58rem;
  height: 0.59rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.12rem;
}
.online_transport .value_example ul li .img img {
  max-width: 100%;
  max-height: 100%;
}
.online_transport .value_example ul li h5 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  padding-bottom: 0.33rem;
  border-bottom: 2px dashed #979797;
  text-align: center;
}
.online_transport .value_example ul li p {
  margin-top: 0.15rem;
  height: 2.04rem;
  font-weight: 400;
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.4rem;
  text-align: justify;
}
@media screen and (min-width: 300px) and (max-width: 750px) {
  .online_transport .inner_introduce p {
    padding: 0.2rem;
  }
  .online_transport .architecture img {
    width: 100%;
    padding: 0.2rem;
  }
  .online_transport .value_example ul {
    padding: 0.8rem;
  }
  .online_transport .value_example ul li {
    margin: 0;
    width: 100%;
  }
}
