@keyframes spread {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.banner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 128px;
  padding: 120px 0 120px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/627_wm/banner-bg.png) no-repeat center/cover;
}
.banner-box-content {
  display: flex;
  align-items: center;
  width: 1200px;
  justify-content: space-between;
}
.banner-box .content-left {
  display: flex;
  flex-direction: column;
}
.banner-box .content-left > span {
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.banner-box .content-left > p {
  margin: 23px 0 27px;
  padding-left: 8px;
  font-family: "Source Han Sans CN";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 167%;
  background: linear-gradient(90deg, #3481F2 40.38%, #46B2FD 97.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-box .content-left ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.banner-box .content-left ul li {
  display: flex;
  align-items: center;
  gap: 9px;
}
.banner-box .content-left ul li img {
  width: 20px;
  height: 20px;
}
.banner-box .content-left ul li > span {
  color: #444;
  font-family: "Source Han Sans CN";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 167%;
  /* 30.06px */
}
.banner-box .content-left ul li > span strong {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 167%;
}
.banner-box .content-left .download-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 27px 0 31px;
}
.banner-box .content-left .download-box > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 219px;
  height: 69px;
  gap: 9.5px;
  border-radius: 73px;
}
.banner-box .content-left .download-box > a img {
  width: 35px;
  height: 35px;
}
.banner-box .content-left .download-box > a.download-btn {
  position: relative;
  background-color: #006fff;
  border-radius: 73px;
  overflow: hidden;
}
.banner-box .content-left .download-box > a.download-btn > span {
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.954px;
}
.banner-box .content-left .download-box > a.download-btn > i {
  position: absolute;
  width: 219px;
  height: 219px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  animation: infinite 1.5s spread;
  border-radius: 50%;
}
.banner-box .content-left .download-box > a.buy-btn {
  border-radius: 73px;
  border: 1px solid #2776FF;
}
.banner-box .content-left .download-box > a.buy-btn > span {
  color: #2776FF;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.954px;
}
.banner-box .content-left > i {
  color: rgba(102, 102, 102, 0.9);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .content-right > img {
  width: 608px;
  height: 446px;
}

.choose-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 75px 0 78px;
}
.choose-box > span {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 167%;
  /* 76.82px */
}
.choose-box > p {
  margin: 10px 0 49px;
  color: #666;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 35.2px */
}
.choose-box ul {
  display: flex;
  align-items: center;
  gap: 29px;
}
.choose-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 381px;
  height: 469px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 51px 12px 80px;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.choose-box ul li > img {
  width: 150px;
  height: 150px;
}
.choose-box ul li > img:first-of-type {
  display: block;
}
.choose-box ul li > img:nth-of-type(2) {
  display: none;
}
.choose-box ul li:hover {
  background: linear-gradient(0deg, #6CAAF6 0%, #3D6AF5 100%);
}
.choose-box ul li:hover img:first-of-type {
  display: none;
}
.choose-box ul li:hover img:nth-of-type(2) {
  display: block;
}
.choose-box ul li:hover > span {
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 28.215px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.624px;
}
.choose-box ul li:hover > p {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 167%;
  /* 33.4px */
}
.choose-box ul li > span {
  margin: 7px 0 34px;
  color: #333;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 28.215px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.624px;
}
.choose-box ul li > p {
  color: #555;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 167%;
  /* 33.4px */
}

.assess-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0 160px;
  background: #fff;
}
.assess-box .assess-title {
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.3px;
  margin: 0 0 99px;
}
.assess-box .assess-cards {
  display: flex;
  align-items: stretch;
  gap: 54px;
}
.assess-box .assess-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 363px;
  min-height: 319px;
  box-sizing: border-box;
  padding: 60px 32px 26px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 34px 0 rgba(231, 239, 255, 0.8);
}
.assess-box .assess-card .quote-icon {
  position: absolute;
  top: 16px;
  right: 24px;
  opacity: 0.08;
  flex-shrink: 0;
}
.assess-box .assess-card .review-text {
  flex: 1;
  margin: 0 0 28px;
  color: #333;
  font-family: "PingFang SC";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.assess-box .assess-card .reviewer-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.assess-box .assess-card .reviewer-info .reviewer-avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.assess-box .assess-card .reviewer-info .reviewer-meta {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.assess-box .assess-card .reviewer-info .reviewer-meta .reviewer-name {
  color: #444;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.assess-box .assess-card .reviewer-info .reviewer-meta .reviewer-role {
  color: #757575;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.function-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.function-box .func-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 110px 0;
}
.function-box .func-item > span {
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 64.4px */
}
.function-box .func-item > p {
  width: 774px;
  margin-top: 17px;
  margin-bottom: 55px;
  color: #444;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.1px;
}
.function-box .func-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1275px;
}
.function-box .func-item-content .content-left {
  display: flex;
  flex-direction: column;
}
.function-box .func-item-content .content-left > span {
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  background: linear-gradient(91deg, #3481F2 52.47%, #48B9FF 101.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.function-box .func-item-content .content-left ul {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
  gap: 16px;
}
.function-box .func-item-content .content-left ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.function-box .func-item-content .content-left ul li > span {
  color: #696969;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.function-box .func-item-content .content-left ul li > img {
  width: 24px;
  height: 24px;
}
.function-box .func-item-content .content-left > a {
  display: flex;
  width: 230px;
  height: 64px;
  justify-content: center;
  align-items: center;
  gap: 9.538px;
  border-radius: 60px;
  background: #2776FF;
}
.function-box .func-item-content .content-left > a > img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
.function-box .func-item-content .content-left > a > span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.bottom-download-box {
  display: flex;
  align-items: center;
  padding: 118px 0 100px;
  justify-content: center;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/627_wm/bottom-bg.png) no-repeat center center;
  background-size: cover;
}
.bottom-download-box > img {
  width: 87px;
  height: 87px;
}
.bottom-download-box > span {
  margin: 0 93px 0 26px;
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.26px;
}
.bottom-download-box a {
  display: flex;
  width: 230px;
  height: 64px;
  justify-content: center;
  align-items: center;
  gap: 9.538px;
  border-radius: 60px;
  background: #2776FF;
}
.bottom-download-box a > img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
.bottom-download-box a > span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

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