@charset "utf-8";
@font-face {
  font-family: "SFProText-Bold";
  src: url("./font/SF-Pro-Text-Bold.otf") format("opentype");
}

@font-face {
  font-family: "SFProText-Medium";
  src: url("./font/SF-Pro-Text-Medium.otf") format("opentype");
}

@font-face {
  font-family: "SFProText-Regular";
  src: url("./font/SF-Pro-Text-RegularItalic.otf") format("opentype");
}

@font-face {
  font-family: "SFProText-Semibold";
  src: url("./font/SF-Pro-Text-Semibold.otf") format("opentype");
}

* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #000;
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
  height: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:any-link {
  color: unset;
}
ul,
li {
  list-style: none;
}
.main {
  width: 100%;
}
header {
  padding-top: 0.46rem;
  position: relative;
}
.AiScanner-home-header {
  position: relative;
}
.AiScanner-home-header-wrap {
  margin-left: 2.46rem;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  align-content: center;
  font-family: SFProText-Bold, SFProText-Bold;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.AiScanner-home-header-wrap img {
  width: 0.28rem;
  height: 0.28rem;
}
.AiScanner-home-bg {
  background: url(./img/home-bg.png) no-repeat;
  width: 100%;
  height: 9.45rem;
  position: absolute;
  top: 0;
  background-size: contain;
}
.AiScanner-home-bg-affiliate {
  background: url(./img/moreicon.png) no-repeat;
  width: 8.04rem;
  height: 8.32rem;
  position: absolute;
  top: 4.68rem;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}
.AiScanner-home-first {
  margin-top: 1.01rem;
  display: flex;
  position: relative;
  z-index: 3;
  margin-left: 2.4rem;
}
.AiScanner-home-first-text {
  width: 7.42rem;
  height: 1.69rem;
  font-family: SFProText-Bold, SFProText-Bold;
  font-weight: 400;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.56rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 1.16rem 1.12rem 1.28rem 0;
}
.AiScanner-home-first-down {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.74);
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.AiScanner-home-first-d-i img {
  width: 2.48rem;
  height: 0.68rem;
}
.AiScanner-home-f-i img {
  width: 5.13rem;
  height: 10.12rem;
}

.AiScanner-home-Features {
  margin-top: 1.95rem;
}
.AiScanner-home-Features-t {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 600;
  font-size: 0.4rem;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 0.61rem;
}
.AiScanner-home-Features-c-i {
  position: relative;
}
.AiScanner-home-Features-c-i-m {
  width: 2.95rem;
  height: 5.95rem;
}
.AiScanner-home-Features-c-i-last {
  width: 1.59rem;
  height: 1.88rem;
}
.AiScanner-home-Features-c-i-m-three {
  width: 5.86rem;
  height: 5.95rem;
}
.AiScanner-home-Features-c-i-l {
  width: 1.84rem;
  height: 1.84rem;
  position: absolute;
  top: 14%;
  left: -1.71rem;
}
.AiScanner-home-Features-c-i-r {
  width: 1.84rem;
  height: 1.84rem;
  position: absolute;
  top: 50%;
}
.AiScanner-home-Features-c {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.AiScanner-home-Features-c-w-t {
  font-family: SFProText-Medium, SFProText-Medium;
  font-weight: 400;
  font-size: 0.36rem;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.2rem;
  margin-top: 1.02rem;
}
.AiScanner-home-Features-c-w-c {
  width: 6.38rem;
  font-family: SFProText-Regular, SFProText-Regular;
  font-weight: 400;
  font-size: 0.26rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-style: normal;
  text-transform: none;
}

.AiScanner-home-foot {
  width: 100%;
  background: #202744;
  display: flex;
  flex-direction: column;
  margin-top: 1.66rem;
  padding-top: 0.88rem;
}
.AiScanner-home-foot-line {
  width: 14.4rem;
  height: 0px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0.7rem auto 0.3rem;
}
.AiScanner-home-foot-bottom {
  font-family: SFProText-Regular, SFProText-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-bottom: 0.66rem;
}
.AiScanner-home-foot-c-item {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.AiScanner-home-foot-c-item > div div {
  font-family: SFProText-Regular, SFProText-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.24rem;
}
.AiScanner-home-foot-c-item > div a {
  font-family: SFProText-Regular, SFProText-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.24rem;
  display: block;
}
.AiScanner-home-foot-c-item > div div:nth-child(1) {
  font-family: SFProText-Bold, SFProText-Bold;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.contact-bg {
  background: url(./img/contact-bg.png) no-repeat;
  width: 100%;
  height: 6.61rem;
  position: absolute;
  top: 0;
  background-size: contain;
}
.contact-con {
  position: relative;
  height: 7.61rem;
}
.contact-con-crumbs {
  margin: 0.64rem 0 0 2.4rem;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 0.24rem;
  color: rgba(51, 51, 51, 0.74);
  line-height: 29px;
  text-align: left;
  font-style: normal;
  text-decoration-line: underline;
  text-transform: none;
}
.contact-con-content {
  margin: 1.78rem 0 0 2.4rem;
  display: flex;
  flex-direction: row;
}
.contact-con-content-t {
  font-family: SFProText-Bold, SFProText-Bold;
  font-weight: 400;
  font-size: 0.48rem;
  color: #3d7dff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.32rem;
}
.contact-con-content-c {
  width: 6.5rem;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 0.32rem;
  color: #323232;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.contact-con-content-r {
  display: flex;
  align-items: center;
}
.contact-con-content-r-i {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 2.21rem;
}
.contact-con-content-r-t {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 0.36rem;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.contact-con-content-r-em {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 0.28rem;
  color: #3d7dff !important;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: block;
}
.mr250 {
  margin-right: 2.5rem;
}
.mr100 {
  margin-right: 1rem;
}
.ml172 {
  margin-left: 1.72rem;
}
.ml222 {
  margin-left: 2.22rem;
}
.pb0 {
  position: absolute;
}
.center {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .pb0 {
    bottom: 0;
  }
  .AiScanner-home-header-wrap img {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 475px) {
}
