.banner-box {
  padding-top: 150px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/625_wm/banner-bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 60px;
}
.banner-box .banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.banner-box .banner-content > img {
  width: 584px;
  height: auto;
}
.banner-box .banner-content .banner-content-text {
  display: flex;
  flex-direction: column;
}
.banner-box .banner-content .banner-content-text .banner-content-title {
  position: relative;
}
.banner-box .banner-content .banner-content-text .banner-content-title h2 {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.banner-box .banner-content .banner-content-text .banner-content-title span {
  position: absolute;
  left: 0;
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 40px;
  border-radius: 16px 20px 20px 0;
  background: linear-gradient(98deg, #FFA030 0%, #FF6B00 100%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.banner-box .banner-content .banner-content-text > p {
  margin: 28px 0 40px 0;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.banner-box .banner-content .banner-content-text ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.banner-box .banner-content .banner-content-text ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-box .banner-content .banner-content-text ul li > img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.banner-box .banner-content .banner-content-text ul li > span {
  color: #0A84FF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-box .banner-content .banner-content-text .download-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 72px;
  margin: 40px 0 24px 0;
  border-radius: 12px;
  background: linear-gradient(95deg, #13A1FF 0%, #007FFF 100%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content .banner-content-text .download-btn + p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.scene-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 1200px;
  margin: 120px auto;
  padding: 60px 0;
  height: 638px;
  border-radius: 60px;
  background: linear-gradient(180deg, #EFF7FF 0%, #FFF 100%);
}
.scene-box > img {
  width: 908px;
  height: auto;
  margin: 93px;
}
.scene-box > p {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.scene-box > p span {
  color: #0A84FF;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.intro-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
  background: linear-gradient(180deg, #EFF7FF 0%, #FFF 100%);
}
.intro-box > p {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.intro-box > p span {
  color: #0A84FF;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.intro-box .intro-box-content {
  margin-top: 120px;
}
.intro-box .intro-box-content > ul {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.intro-box .intro-box-content > ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  border-radius: 20px;
  background: linear-gradient(180deg, #FFF 0%, #EFF7FF 100%);
}
.intro-box .intro-box-content > ul li .intro-item-text {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  width: 512px;
}
.intro-box .intro-box-content > ul li .intro-item-text p {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.intro-box .intro-box-content > ul li .intro-item-text > span {
  margin: 28px 0 40px 0;
  color: #666;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.intro-box .intro-box-content > ul li .intro-item-text a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 58px;
  border-radius: 10px;
  background: linear-gradient(95deg, #13A1FF 0%, #007FFF 100%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.intro-box .intro-box-content > ul li > img {
  width: 584px;
  height: auto;
}
.intro-box .intro-box-content > ul li:nth-of-type(2) .intro-item-text {
  padding-left: 0;
  padding-right: 40px;
}

.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/625_wm/bottom-bg.png) no-repeat center;
  background-size: cover;
  padding: 120px 0 100px 0;
}
.bottom-download-box h2 {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.bottom-download-box h2 span {
  position: relative;
  margin: 0 45px 0 37px;
  color: #FFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  font-family: "Microsoft YaHei";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  z-index: 2;
}
.bottom-download-box h2 span::after {
  position: absolute;
  content: "";
  top: -28px;
  left: -33px;
  width: 411px;
  height: 144px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/625_wm/mouse-bg.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.bottom-download-box .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: 72px;
  margin-top: 112px;
  border-radius: 12px;
  background: linear-gradient(95deg, #13A1FF 0%, #007FFF 100%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.assess-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 120px;
  background: linear-gradient(180deg, #EFF7FF 0%, #FFF 100%);
}
.assess-box h2 {
  margin-top: 110px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.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: 20px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(216, 240, 222, 0.5);
}
.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;
  width: 74px;
  height: 74px;
}
.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: 130px;
}
.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: #0A84FF;
}

.qrcode-box {
  display: none;
  position: absolute;
  bottom: -204px;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  box-sizing: border-box;
  width: 180px;
  height: 200px;
  z-index: 2;
  background: #FFF;
  border: 1.9px solid #ECEFF2;
  border-radius: 12px;
}
.qrcode-box .qrcode {
  width: 148px;
  height: 148px;
  margin-top: 9px;
}
.qrcode-box > span {
  color: #A6A7A8;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

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