
* {
margin: 0;
 padding: 0;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 75px !important;
  }
}
@media screen and (max-width: 649px) {
  html {
    font-size: calc(100vw / 10) !important; /* 根元素的字体大小 */
  }
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title {
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 0.48rem;
  padding: 0 0.4rem;
  color: rgba(0, 0, 0, 1);
}

.swiper-banner {
  margin-top: 1.3333rem;
}
.swiper-banner .swiper-container {
  height: 5.7867rem;
}


.swiper-banner .swiper-container .swiper-slide {
  width: 100%;
}
.swiper-banner
.swiper-container
.swiper-slide
.swiper-slide-box
.swiper-slide-content {
  margin-top: 3.8933rem;
  margin-left: 8.5333rem;
}
.swiper-banner
.swiper-container
.swiper-slide
.swiper-slide-box
.swiper-slide-content
.title {
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 2.1952rem;
  color: #333333;
  letter-spacing: 0.08rem;
}

.function-box {
  background-color: #fff;
  padding-top: 0.8rem;
}

.function-box .describe_text {
  margin: 0.3467rem 0 0.5333rem 0;
  color: #666666;
  font-size: 0.32rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 0.4635rem;
}

.function-box .backdrop-box {
  background: url(../images/home/datamiddle.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 6.1333rem;
}

.worth-box {
  background: #f4f7fc;
  padding: 0.8rem 0;
}

.worth-box .vice-title {
  color: #666666;
  text-align: center;
  font-size: 0.32rem;
  margin: 0.3467rem 0 0.5333rem 0;
}

.worth-box .worth-box-son {
  padding: 0 0.4rem;
}
.worth-box .worth-box-son .tabs-list {
  position: relative;
}

.worth-box .worth-box-son .tabs-list .tab-box {
  color: #333;
  padding: 0.2133rem 0.4267rem;
  font-size: 0.32rem;
  background: #fff;
  line-height: 0.4635rem;
  border-radius: 0.1333rem;
  position: relative;
}

.tabs-checked {
  color: #fff;
  padding: 0.2133rem 0.4267rem;
  font-size: 0.32rem;
  background: #2563eb;
  line-height: 0.4635rem;
  border-radius: 0.1333rem;
  position: relative;
}

.tabs-checked::before {
  content: "";
  width: 0.2667rem;
  height: 0.2667rem;
  background-color: #2563eb;
  left: 45%;
  position: absolute;
  transform: rotate(45deg);
  top: 85%;
}

#tabs-box {
  margin-top: 0.4rem;
  background: #fff;
  padding: 0 0.4rem 0 0.4rem;
  border-radius: 0.1333rem;
}

.tab-item {
  display: none;
}

.tabs-show {
  display: block;
}

#tabs-box .tab-item .tab-item-left-box img {
  min-width: 1.8667rem;
  width: 1.8667rem;
  height: 1.8667rem;
  margin-right: 0.2667rem;
  margin-left: -0.4rem;
}

#tabs-box .tab-item .tab-item-right-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#tabs-box .tab-item .tab-item-right-box .details-box .right-title {
  color: #333;
  font-weight: bold;
  font-size: 0.4267rem;
}
#tabs-box .tab-item .tab-item-right-box .details-box .copy-text {
  color: #666;
  font-size: 0.32rem;
  margin-top: 0.2667rem;
  line-height: 0.42rem;
}

#tabs-box .tab-item .tab-item-right-box .details-box .right-level {
  display: flex;
  align-items: center;
  margin-top: 0.3029rem;
  flex-wrap: wrap;
  grid-gap: 10px 0;
}

#tabs-box .tab-item .tab-item-right-box .details-box .right-level div {
  color: #2563eb;
  font-size: 0.2667rem;
  line-height: 0.3861rem;
  border-radius: 0.0725rem;
  padding: 0.0363rem 0.1088rem;
  border: 1px solid #2563eb;
  margin-right: 0.1813rem;
}
#tabs-box .tab-item .tab-item-right-box .right-icon img {
  width: 0.426rem;
  min-width: 0.426rem;
  height: 0.426rem;
  padding-right: 0.1115rem;
}

#tabs-box .tab-item .flex-center {
  display: flex;
  align-items: center;
  padding-top: 0.4171rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #f4f7fc;
}

.scene-box {
  padding: 0.8rem 0.4rem;
  background: #fff;
}

.scene-box .vice-title {
  color: #666666;
  font-size: 0.32rem;
  text-align: center;
  margin: 0.3467rem 0 0.2667rem 0;
}

.scene-box .scene-items {
  flex-wrap: wrap;
}
.scene-box .scene-items .scene-item {
  margin-top: 0.4rem;
}
.scene-box .scene-items .scene-item img {
  width: 4.4rem;
  height: 2.6667rem;
  border-radius: 0.1333rem;
}

.scene-box .scene-items .scene-item .img-title {
  color: #333333;
  font-size: 0.4267rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.6179rem;
  margin-top: 0.2667rem;
}

.ai-box {
  padding: 0.8rem 0.4rem 0.4rem 0.4rem;
  background: #f4f7fc;
}
.ai-box .vice-title {
  color: #666666;
  font-size: 0.32rem;
  text-align: center;
  margin: 0.3467rem 0 0.5333rem 0;
}

.ai-box .ai-items {
  background: #fff;
  border-radius: 0.08rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  padding: 0.4rem;
}

.ai-box .ai-items img {
  width: 1.3333rem;
  height: 1.3333rem;
  margin-right: 0.4rem;
}

.ai-box .ai-items .right-title {
  color: #333;
  font-size: 0.4267rem;
  font-weight: bold;
  line-height: 0.6179rem;
}

.ai-box .ai-items .right-text {
  color: #666666;
  font-size: 0.32rem;
  margin-top: 0.0883rem;
  line-height: 0.4635rem;
}

.ai-scene-box {
  padding: 0.8rem 0.4rem;
  background: #fff;
}

.ai-scene-box .vice-title {
  color: #666;
  font-size: 0.32rem;
  text-align: center;
  white-space: nowrap;
  margin: 0.3467rem 0 0.5333rem 0;
}

.ai-scene-box .ai-scene-items {
  flex-wrap: wrap;
}

.ai-scene-box .ai-scene-items .ai-scene-item {
  width: 4.4rem;
  padding: 0.5925rem 0;
  border-radius: 0.16rem;
  margin-bottom: 0.4rem;
  box-shadow: 0.0133rem 0.0133rem 0.1067rem 0.0133rem rgba(0, 0, 0, 0.1);
}

.ai-scene-box .ai-scene-items .ai-scene-item .view {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-scene-box .ai-scene-items .ai-scene-item img {
  width: 3.0075rem;
  height: 2.963rem;
  margin-bottom: 0.2963rem;
}

.ai-scene-box .ai-scene-items .ai-scene-item .ai-scene-name {
  color: #333;
  font-size: 0.32rem;
  font-weight: bold;
  text-align: center;
}

.zoology-box {
  padding-top: 1.12rem;
}

.zoology-box .vice-title {
  color: #666;
  font-size: 0.32rem;
  text-align: center;
  padding: 0.3467rem 0 0.5432rem 0;
}

.zoology-box .zoology-swiper-container {
  display: flex;
  flex-direction: row;
  margin: 0.2517rem 0.2189rem 0;
  padding-bottom: 1.28rem;
}


.zoology-box .zoology-swiper-container img {
  width: 2.4622rem;
  margin-right: 0.8rem;
}

.zoology-box .zoology-swiper-container .swiper-wrapper {
  margin-top: 0.5333rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px !important;
  z-index: 2;
  display: flex;
  justify-content: center;
}


.cooperation-box {
  margin-top: 0.8533rem;
  background: #ecf4ff;
}

.cooperation-box .cooperation-title {
  background: linear-gradient(to bottom, #fff, #f0f6ff);
}

.cooperation-box .vice-title {
  color: #666;
  font-size: 0.32rem;
  text-align: center;
  padding: 0.3467rem 0 0.5432rem 0;
}

.cooperation-box .logo-box {
  padding: 0 0.4267rem;
  flex-wrap: wrap;
}

.cooperation-box .logo-box img {
  width: 1.7045rem;
  height: 0.7333rem;
  margin-top: 0.1699rem;
}

.cooperation-box .tail {
  height: 1.0667rem;
  background: linear-gradient(to bottom, #f0f6ff, #fff);
}

.new-section7-zizhi {
  margin-top: 0 !important;
}