html {
  font-size: 5.2083333333vw;
}

.download_btn {
  margin-top: 0.5rem;
  width: 0.7rem;
  height: 0.6rem;
  margin-right: 0.18rem;
  transition: all 0.3s ease;
}
.download_btn a {
  height: 100%;
  width: 100%;
  display: block;
}
.download_btn a img {
  width: 100%;
  height: 100%;
}
.download_btn:hover {
  opacity: 0.75;
}

.tit1 {
  color: #333;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.tit1.fff {
  color: #fff;
}

.txt1 {
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 1.5;
  color: #5F5F5F;
}

.desc-tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.desc-tit .tit {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.37;
  color: #333;
}
.desc-tit .tit.fff {
  color: #fff;
}
.desc-tit .txt {
  color: #5F5F5F;
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 1.5;
}
.desc-tit .txt.fff {
  color: #fff;
}

.ny_banner {
  height: 100vh;
  position: relative;
}
.ny_banner .bg {
  width: 100%;
  height: 100%;
}
.ny_banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny_banner .cont {
  padding: 1rem 2.7rem 0 2.7rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 50%;
}
.ny_banner .cont .tit2 {
  font-size: 0.22rem;
  font-weight: 600;
  line-height: 1.37;
  color: #fff;
}
.ny_banner .cont .tit {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.37;
  color: #fff;
}
.ny_banner .cont .tit_h1 {
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 1.37;
  color: #fff;
}
.ny_banner .cont .txt {
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 1.33;
  color: #fff;
}

.s90_container .box1 {
  position: relative;
}
.s90_container .box1 .desc-tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1rem;
}
.s90_container .box2 {
  position: relative;
  padding: 1.4rem 2.7rem 1.2rem;
}
.s90_container .box2 .pic {
  width: 100%;
  height: 100%;
}
.s90_container .box2 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s90_container .box3 {
  position: relative;
}
.s90_container .box3 .bg {
  width: 100%;
}
.s90_container .box3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s90_container .box3 .desc-tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.7rem;
}
.s90_container .box4 {
  position: relative;
  padding: 1.4rem 2.7rem 1.2rem;
}
.s90_container .box4 .pic {
  width: 100%;
  height: 100%;
}
.s90_container .box4 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.x70_container .desc-tit .tit {
  font-size: 0.5rem;
}
.x70_container .ny_banner .cont .btn {
  border-radius: 0.28rem;
  background: linear-gradient(90deg, #1173F6 0%, #5542CF 100%);
  backdrop-filter: blur(0.17rem);
  padding: 0.13rem 0.15rem;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.37;
  color: #fff;
  width: fit-content;
}
.x70_container .ny_banner .cont .list {
  margin-top: 0.6rem;
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.x70_container .ny_banner .cont .list .icon {
  width: 1.3rem;
}
.x70_container .ny_banner .cont .list .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x70_container .box1 {
  background: linear-gradient(180deg, #141414 0%, #242424 100%);
  padding-right: 1.2rem;
  padding-top: 1.4rem;
}
.x70_container .box3 {
  padding: 1.4rem 1.2rem 1rem;
}
.x70_container .box3 .pic {
  width: 100%;
  height: 100%;
}
.x70_container .box3 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x70_container .box4 {
  padding: 1rem 0 0;
}
.x70_container .box5 {
  padding: 1.6rem 1.2rem;
}

@media screen and (max-width: 1024px) {
  .ny_banner{display: none;}
  .ny_mbanner{display: block!important;}
  .ny_mbanner img{width: 100%;}
}

/*# sourceMappingURL=s90x70.css.map */
