@keyframes spread {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.banner-box {
  display: flex;
  justify-content: flex-start;
  padding-top: 250px;
  padding-bottom: 95px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/680_wm/banner-bg-new-2x.png) no-repeat center;
  background-size: cover;
}
.banner-box .banner-content {
  width: 1200px;
  margin: 0 auto;
}
.banner-box h1 {
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.25px;
  color: rgb(12, 68, 93);
}
.banner-box h1 span {
  color: rgb(0, 157, 226);
}
.banner-box ul {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
}
.banner-box ul li {
  display: flex;
  align-items: center;
  gap: 14px;
}
.banner-box ul li img {
  width: 19.216px;
  height: 19.216px;
}
.banner-box ul li > span {
  color: rgba(12, 68, 93, 0.95);
  font-family: "Alibaba PuHuiTi";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}
.banner-box .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: 257px;
  height: 68px;
  margin-top: 45px;
  border-radius: 11.333px;
  border: 1px solid #FFF;
  background: #009DE2;
  box-shadow: 5px 5px 10px 0 rgba(255, 255, 255, 0.25) inset;
  overflow: hidden;
}
.banner-box .download-btn:hover {
  border-radius: 11.333px;
  border: 1px solid #FFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), #009DE2;
  box-shadow: 5px 5px 10px 0 rgba(255, 255, 255, 0.25) inset;
}
.banner-box .download-btn > i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 257px;
  height: 257px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.15);
  animation: spread 1.5s linear infinite;
}
.banner-box .download-btn > img {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.banner-box .download-btn > span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 24.075px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-box .download-btn + p {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.45);
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 83px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%), #C0E9FC;
}
.search-box > p {
  margin-right: 21px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "DingTalk JinBuTi";
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.search-box .content {
  display: flex;
  align-items: center;
}
.search-box .select {
  position: relative;
  width: 219px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  background: #FFF;
}
.search-box .select .select-value {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-left: 12px;
  cursor: pointer;
}
.search-box .select .select-list > ul {
  margin-top: 2px;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
  background: #FFF;
  box-shadow: 2px 4px 4px 0 rgba(189, 189, 189, 0.25);
  overflow-y: auto;
  scrollbar-width: thin;
}
.search-box .select .select-list > ul li {
  display: flex;
  height: 32px;
  min-width: 102px;
  padding: 8px 6px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  cursor: pointer;
}
.search-box .select .select-list > ul li:hover {
  background: #E8E8E8;
}
.search-box .select .select-list > ul li > span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.search-box .select::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='6' fill='%23999'><path d='M0 0 L6 6 L12 0 Z'/></svg>");
  background-repeat: no-repeat;
  background-size: 14px 9px;
  background-position: center;
  background-color: rgba(178, 178, 178, 0.2);
}
.search-box .select:first-of-type {
  margin-right: 28px;
}
.search-box > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 33px;
  margin-left: 26px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/680_wm/search-tips.png) no-repeat center;
  background-size: cover;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  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: 50px;
  background: linear-gradient(101deg, #EDF9FF 16.17%, #F6FCFF 97.66%);
}
.assess-box h2 {
  margin-top: 110px;
  color: #0C445D;
  font-family: "Douyin Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.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;
  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: 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: rgb(0, 157, 226);
}

.problem-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0 120px 0;
  background: linear-gradient(101deg, #EDF9FF 16.17%, #F6FCFF 97.66%);
}
.problem-box h2 {
  color: #0C445D;
  font-family: "Douyin Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.problem-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1200px;
  gap: 43px;
  row-gap: 35px;
  margin-top: 75px;
}
.problem-box ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  width: 371px;
  height: 155px;
  padding: 27px 29px 27px 19px;
  border-radius: 8px;
  background: #FEFFFF;
  box-shadow: 0 1px 10px 0 rgba(23, 135, 184, 0.15);
}
.problem-box ul li > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.problem-box ul li > div p {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.problem-box ul li > div span {
  color: rgba(0, 0, 0, 0.65);
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.problem-box ul li > img {
  width: 110px;
  height: auto;
}

.func-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 800px;
  padding-top: 105px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/680_wm/step-bg.png) no-repeat center;
  background-size: cover;
}
.func-box h2 {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Douyin Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.func-box .func-tabs {
  display: flex;
  width: 1200px;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.func-box .func-tabs > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 400px;
  cursor: pointer;
}
.func-box .func-tabs > div span {
  width: 34px;
  height: 34px;
  background-color: rgba(10, 144, 203, 0.35);
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  border-radius: 50%;
}
.func-box .func-tabs > div p {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.func-box .func-tabs > div.active {
  position: relative;
}
.func-box .func-tabs > div.active::after {
  content: "";
  position: absolute;
  bottom: -21px;
  width: 400px;
  height: 2px;
  background-color: #0A90CB;
}
.func-box .func-tabs > div.active span {
  width: 34px;
  height: 34px;
  background-color: #0A90CB;
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  border-radius: 50%;
}
.func-box .func-tabs > div.active p {
  color: #0A90CB;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.func-box .func-content {
  width: 1200px;
  margin: 80px auto 0 auto;
}
.func-box .func-content .swiper-container {
  width: 100%;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 71px;
  align-items: center;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide .item-left {
  display: flex;
  flex-direction: column;
  width: 490px;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide .item-left h3 {
  color: rgba(0, 0, 0, 0.85);
  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 .swiper-container .swiper-wrapper .swiper-slide .item-left p {
  margin: 28px 0;
  color: rgba(0, 0, 0, 0.85);
  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 .swiper-container .swiper-wrapper .swiper-slide .item-left .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 140px;
  height: 54px;
  border-radius: 11.333px;
  border: 0.5px solid #FFF;
  background: #009DE2;
  box-shadow: 5px 5px 10px 0 rgba(255, 255, 255, 0.25) inset;
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide .item-left .download-btn:hover {
  border-radius: 11.333px;
  border: 1px solid #FFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), #009DE2;
  box-shadow: 5px 5px 10px 0 rgba(255, 255, 255, 0.25) inset;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide .item-left .download-btn > img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide .item-left .download-btn > i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.15);
  animation: spread 1.5s linear infinite;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(1) .item-right img {
  width: 555px;
  height: auto;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2) .item-right img {
  width: 445px;
  height: auto;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(3) .item-right img {
  width: 626px;
  height: auto;
}

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