.banner-box {
  width: 100%;
  height: 750px;
  margin-top: 117px;
  background: linear-gradient(278deg, #FEF8FF 4.75%, #CAE1FF 75.37%);
}
.banner-box .banner-content-box {
  width: 100%;
  height: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/297_wm/banner-background.png) no-repeat center;
  background-size: cover;
}
.banner-box .banner-content-box .banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-box .banner-content-box .banner-content .banner-content-left h1 {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 53.587px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5.359px;
}
.banner-box .banner-content-box .banner-content .banner-content-left h1 + img {
  height: 35px;
  margin-top: 25px;
}
.banner-box .banner-content-box .banner-content .banner-content-left h1 + img ~ p {
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.65);
  font-family: "Alibaba PuHuiTi";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content-box .banner-content .banner-content-left h1 + img + p {
  margin-top: 15px;
}
.banner-box .banner-content-box .banner-content .banner-content-left .banner-icon {
  margin-top: 48px;
}
.banner-box .banner-content-box .banner-content .banner-content-left .banner-icon ul {
  display: inline-flex;
  align-items: center;
  gap: 50px;
}
.banner-box .banner-content-box .banner-content .banner-content-left .banner-icon ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.banner-box .banner-content-box .banner-content .banner-content-left .banner-icon ul li p {
  margin: 0;
  color: #666;
  font-family: "Alibaba PuHuiTi";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content-box .banner-content .banner-content-left .banner-button-box {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  margin-top: 56px;
}
.banner-box .banner-content-box .banner-content .banner-content-left .banner-button-box a .buy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: 236px;
  height: 68px;
  background-color: rgba(48, 131, 255, 0.06);
  border-radius: 11.333px;
  border: #3083FF 1.003px solid;
  color: #3083FF;
  font-family: "Microsoft YaHei";
  font-size: 24.075px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.5s ease;
}
.banner-box .banner-content-box .banner-content .banner-content-left .banner-button-box a .buy-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), rgba(48, 131, 255, 0.06);
  border: #3083FF 1.003px solid;
}
.banner-box .banner-content-box .banner-content .banner-content-left .banner-button-box a .buy-btn:visited {
  background: rgba(48, 131, 255, 0.2);
  border: #3083FF 1.003px solid;
}
.banner-box .banner-content-box .banner-content .banner-content-left .banner-button-box a .buy-btn:active {
  background: rgba(48, 131, 255, 0.2);
  border: #3083FF 1.003px solid;
}
.banner-box .banner-content-box .banner-content .banner-content-left .banner-button-box a .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: 236px;
  height: 68px;
  border-radius: 11.333px;
  background: #3083FF;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 24.075px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.5s ease;
}
.banner-box .banner-content-box .banner-content .banner-content-left .banner-button-box a .download-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #3083FF;
}
.banner-box .banner-content-box .banner-content .banner-content-left .banner-button-box a .download-btn:visited {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #3083FF;
}
.banner-box .banner-content-box .banner-content .banner-content-left .banner-button-box a .download-btn:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #3083FF;
}
.banner-box .banner-content-box .banner-content .banner-content-left p:last-of-type {
  margin-top: 20px;
  color: #343942;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.banner-box .banner-content-box .banner-content .banner-content-left + img {
  position: relative;
  left: 50px;
  max-width: 530px;
  height: auto;
  padding-top: 100px;
}

.func-box img:first-of-type {
  height: 100px;
  margin-top: 60px;
}
.func-box .func-content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.func-box .func-content {
  width: 100%;
}
.func-box .func-content .func-item:nth-child(odd) {
  background-color: #FFF;
  height: 700px;
}
.func-box .func-content .func-item:nth-child(odd) .func-text {
  margin-left: 50px;
}
.func-box .func-content .func-item:nth-child(2) {
  height: 600px;
  background: #F0F5FF;
}
.func-box .func-content .func-item {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
}
.func-box .func-content .func-item > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.func-box .func-content .func-item .func-img1 {
  width: 666px;
  height: 518px;
}
.func-box .func-content .func-item .func-img2 {
  width: 680px;
  height: 387px;
}
.func-box .func-content .func-item .func-img3 {
  width: 666px;
  height: 544px;
}
.func-box .func-content .func-item .func-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
.func-box .func-content .func-item .func-text h1 {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.7px;
}
.func-box .func-content .func-item .func-text h1 + p {
  width: 450px;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.9px;
}
.func-box .func-content .func-item .func-text .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 126px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #3083FF;
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.func-box .func-content .func-item .func-text .download-btn svg {
  height: 24px;
  width: 24px;
}
.func-box .func-content .func-item .func-text .download-btn:hover {
  border-radius: 6px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #3083FF;
}
.func-box .func-content .func-item .func-text .download-btn:visited {
  border-radius: 6px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #3083FF;
}
.func-box .func-content .func-item .func-text .download-btn:active {
  border-radius: 6px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #3083FF;
}

.assess-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 50px;
  background: #F0F5FF;
}
.assess-box h1 {
  margin-top: 110px;
  color: #000;
  text-align: center;
  font-family: "Douyin Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.26px;
}
.assess-box h1 + img {
  position: absolute;
  top: 138px;
  width: 189px;
  height: 39px;
  border-radius: 36px;
}
.assess-box .swiper-container {
  width: 1200px;
  height: 362px;
  margin-top: 90px;
}
.assess-box .swiper-container .swiper-slide {
  position: relative;
  width: 363px;
  height: 280px;
  border-radius: 18px;
  background: #FFF;
  box-shadow: 0px 0px 34px 0px rgba(231, 239, 255, 0.8);
}
.assess-box .swiper-container .swiper-slide p:first-of-type {
  position: relative;
  left: 115px;
  bottom: 35px;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.assess-box .swiper-container .swiper-slide p:first-of-type + img {
  position: relative;
  left: 115px;
  bottom: 35px;
  width: 152px;
  height: 19px;
}
.assess-box .swiper-container .swiper-slide p:last-of-type {
  padding: 0 28px;
  color: #757575;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.assess-box .swiper-container .swiper-slide img:first-of-type {
  position: relative;
  left: 28px;
  top: 30px;
}
.assess-box .swiper-container .swiper-slide img:last-of-type {
  position: relative;
  left: 130px;
  bottom: 78px;
  width: 61.39px;
  height: 43px;
}
.assess-box .swiper-pagination {
  bottom: 25px;
}
.assess-box .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 9px;
  margin-left: 10px;
  background: rgb(228, 228, 228);
  border-radius: 40px;
  opacity: 1;
}
.assess-box .swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(to left, #4F98FE 0%, #5E4FFE 69%, #894FFE 100%);
}

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