@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: 1.42rem;
}

.banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.subtab {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
  padding: 0.56rem 1rem 0.48rem;
}
.subtab .item {
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.subtab .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subtab .item.on {
  background: #d8d8d8;
  box-shadow: 5px 5px 28px 0px #000000;
}
.subtab .item:hover {
  background: #d8d8d8;
  box-shadow: 5px 5px 28px 0px #000000;
}
.subtab .item .shadowbox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.56rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  font-family: '思源黑体';
  font-weight: 500;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.56rem;
  font-style: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

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

.platform {
  margin-top: 0.47rem;
}
.platform .platform_one {
  padding-bottom: 0.6rem;
}
.platform .platform_two .circle_rect {
  width: 70.18%;
  margin: 1.48rem auto 1.72rem;
  overflow: hidden;
}
.platform .platform_two .circle_rect .circle {
  width: 3.17rem;
  height: 3.17rem;
  border-radius: 50%;
  background: #232323;
  float: left;
}
.platform .platform_two .circle_rect .circle img {
  width: 0.7rem;
  height: 0.83rem;
  display: block;
  margin: 0.79rem auto 0.28rem;
}
.platform .platform_two .circle_rect .circle h5 {
  font-weight: 500;
  font-size: 0.3rem;
  color: #fad293;
  text-align: center;
}
.platform .platform_two .circle_rect .list {
  width: 8.22rem;
  float: right;
}
.platform .platform_two .circle_rect .list li {
  height: 0.8rem;
  line-height: 0.74rem;
  padding: 0 0.94rem;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 0.3rem;
  color: #fad293;
  margin-bottom: 0.39rem;
  background: #232323;
  border-radius: 12px;
  position: relative;
}
.platform .platform_two .circle_rect .list li:last-child {
  margin-bottom: 0;
}
.platform .platform_two .circle_rect .list li::before {
  content: '';
  width: 0.15rem;
  height: 0.15rem;
  background: #fad293;
  position: absolute;
  left: 0.45rem;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.platform .platform_two .func {
  padding-bottom: 3.13rem;
}
.platform .platform_two .func h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.platform .platform_two .func .func_list {
  margin-top: 0.6rem;
  padding: 0 0.915rem;
}
.platform .platform_two .func .func_list li {
  width: 3.87rem;
  height: 4.03rem;
  background: #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.27);
  border-radius: 0.24rem;
  float: left;
  margin-right: 0.63rem;
}
.platform .platform_two .func .func_list li:nth-child(4n) {
  margin-right: 0;
}
.platform .platform_two .func .func_list li h4 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #271e7b;
  text-align: center;
  margin-top: 0.3rem;
}
.platform .platform_two .func .func_list li p {
  font-weight: 400;
  font-size: 0.3rem;
  color: #717171;
  line-height: 0.45rem;
  text-align: justify;
  margin-top: 0.3rem;
  padding: 0 0.48rem;
}
.platform .platform_three .ui {
  margin-top: 0.95rem;
  padding: 0 0.98rem;
  box-sizing: border-box;
}
.platform .platform_three .ui h3 {
  height: 0.7rem;
  background: #232323;
  text-align: center;
  font-weight: 600;
  font-size: 0.28rem;
  color: #fad293;
  line-height: 0.7rem;
}
.platform .platform_three .ui .settings {
  width: calc(100% - 4.76rem);
  margin: 0 auto;
}
.platform .platform_three .ui .settings .setting_item {
  margin-bottom: 0.35rem;
  overflow: hidden;
}
.platform .platform_three .ui .settings .setting_item h4 {
  float: left;
  width: 2.61rem;
  height: 0.89rem;
  background: #232323;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 0.89rem;
  font-weight: 600;
  font-size: 0.24rem;
  color: #fad293;
  margin-right: 0.16rem;
}
.platform .platform_three .ui .settings .setting_item ul {
  width: 9.7rem;
  float: left;
  overflow: hidden;
}
.platform .platform_three .ui .settings .setting_item ul li {
  float: left;
  width: 2.31rem;
  height: 0.89rem;
  border-radius: 0.2rem;
  border: 2px solid #979797;
  box-sizing: border-box;
  margin-right: 0.15rem;
  font-weight: 600;
  font-size: 0.24rem;
  color: #232323;
  text-align: center;
  line-height: 0.82rem;
}
.platform .platform_three .ui .settings .setting_item ul li:nth-child(4n) {
  margin-right: 0;
}
.platform .platform_three .ui .settings .setting_item.data_pool h4 {
  height: 1.14rem;
  line-height: 1.14rem;
}
.platform .platform_three .ui .settings .setting_item.data_pool ul {
  height: 1.14rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.platform .platform_three .ui .settings .setting_item.data_pool ul li {
  height: 0.53rem;
  line-height: 0.48rem;
}
.platform .platform_three .ui .rules {
  margin: 0.39rem auto 0.18rem;
  width: calc(100% - 4.76rem);
  box-sizing: border-box;
  height: 1.22rem;
  background: #757cff;
  border-radius: 0.22rem;
  overflow: hidden;
}
.platform .platform_three .ui .rules.other h4 {
  margin-right: 0.47rem;
}
.platform .platform_three .ui .rules.other ul li {
  margin-right: 0.07rem;
}
.platform .platform_three .ui .rules h4 {
  font-weight: 600;
  font-size: 0.24rem;
  color: #ffffff;
  margin-left: 0.58rem;
  margin-right: 0.89rem;
  line-height: 1.22rem;
  float: left;
}
.platform .platform_three .ui .rules .rules_list {
  float: left;
  overflow: hidden;
}
.platform .platform_three .ui .rules .rules_list li {
  width: 2.31rem;
  height: 0.89rem;
  border-radius: 0.2rem;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  margin-right: 0.64rem;
  text-align: center;
  line-height: 0.8rem;
  font-weight: 600;
  font-size: 0.24rem;
  color: #ffffff;
  float: left;
  margin-top: 0.165rem;
}
.platform .platform_three .ui .rules .rules_list li:last-child {
  margin-right: 0;
}
.platform .platform_three .application {
  margin-top: 0.95rem;
  padding-bottom: 0.95rem;
}
.platform .platform_three .application h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.platform .platform_three .application img {
  width: 80.21%;
  margin: 0.49rem auto 0;
  display: block;
}
.system {
  margin-top: 0.6rem;
  padding-bottom: 1.12rem;
}
.system h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.system p {
  font-weight: 600;
  font-size: 0.3rem;
  color: #616161;
  line-height: 0.42rem;
  margin-top: 0.6rem;
  text-align: center;
}
.system img {
  width: 9.52rem;
  display: block;
  margin: 0.6rem auto 0;
}
.value {
  margin-top: 0;
  padding-bottom: 0.48rem;
}
.value ul {
  margin-top: -0.25rem;
}
.value ul li {
  height: 0.8rem;
  margin-top: 1.05rem;
  margin-bottom: 0;
}

@media screen and (min-width: 300px) and (max-width: 750px) {
  .subtab {
    gap: 0.2rem;
    padding: 0.2rem;
  }
  .subtab .item {
    border-radius: 0.05rem;
  }
  .subtab .item .shadowbox {
    border-radius: 0;
  }

  .intro p {
    padding: 0 0.2rem;
  }
  .system {
    padding: 0.2rem;
  }
  .system img {
    width: 100%;
  }

  .value ul {
    padding: 0 0.5rem;
  }

  .value ul li {
    width: 100%;
  }

  .platform .platform_two .circle_rect {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .platform .platform_two .circle_rect .circle {
    float: unset;
    margin: 0.2rem auto;
  }

  .platform .platform_two .circle_rect .list {
    width: 100%;
  }
  .platform .platform_two .circle_rect .list li {
    min-height: 0.5rem;
    width: 100%;
    height: auto;
    line-height: unset;
    padding: 0.4rem 0.94rem;
  }

  .platform .platform_two .func .func_list li {
    width: 100%;
    margin-bottom: 0.7rem;
  }

  .platform .platform_three .ui {
    width: 100%;
    overflow-x: scroll;
    padding: 0;
  }
  .platform .platform_three .ui > div {
    width: 13rem !important;
  }
  .platform .platform_three .ui .settings {
    width: 13rem !important;
  }
  .platform .platform_three .application {
    padding: 0.2rem;
  }
  .platform .platform_three .application img {
    width: 100%;
  }
}
