@keyframes spread {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.banner-box {
  box-sizing: border-box;
  height: 626px;
  padding-top: 189px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/270_wm_new/banner-bg.png) no-repeat center;
  background-size: cover;
}
.banner-box .banner-content-box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.banner-box .banner-content-box > img {
  width: 778px;
  height: auto;
}
.banner-box .banner-content-box .banner-content {
  display: flex;
  flex-direction: column;
  margin-top: 69px;
}
.banner-box .banner-content-box .banner-content h2 {
  color: #23345A;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.banner-box .banner-content-box .banner-content p {
  margin: 24px 0 54px 0;
  color: #30426C;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.banner-box .banner-content-box .banner-content .download-btn-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.banner-box .banner-content-box .banner-content .download-btn-box > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 186px;
  height: 54px;
}
.banner-box .banner-content-box .banner-content .download-btn-box > a > img {
  width: 28px;
  height: 28px;
}
.banner-box .banner-content-box .banner-content .download-btn-box > a.download-btn {
  position: relative;
  border-radius: 8px;
  background: linear-gradient(136deg, #3C82FE 0%, #56A8FF 101.49%);
  overflow: hidden;
}
.banner-box .banner-content-box .banner-content .download-btn-box > a.download-btn > span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-box .banner-content-box .banner-content .download-btn-box > a.download-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: spread 1.5s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}
.banner-box .banner-content-box .banner-content .download-btn-box > a.buy-btn {
  border-radius: 8px;
  border: 1.5px solid #3C82FE;
  background: #E2F0FF;
}
.banner-box .banner-content-box .banner-content .download-btn-box > a.buy-btn > span {
  color: #057FFF;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-box .banner-content-box .banner-content > span {
  margin-top: 18px;
  color: #5B798C;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.intro-box {
  margin-top: 75px;
}
.intro-box .intro-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 1440px;
  margin: 0 auto;
  padding: 60px 0 80px 0;
  background: linear-gradient(180deg, #F0F5FD 0%, #EDF5FD 100%);
}
.intro-box h2 {
  color: #23345A;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.intro-box .intro-box-top {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
  width: 1078px;
}
.intro-box .intro-box-top .intro-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 524px;
  height: 372px;
  padding: 50px;
  border-radius: 12px;
}
.intro-box .intro-box-top .intro-item:first-of-type {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/270_wm_new/intro-bg1.png) no-repeat center;
  background-size: cover;
}
.intro-box .intro-box-top .intro-item:last-of-type {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/270_wm_new/intro-bg2.png) no-repeat center;
  background-size: cover;
}
.intro-box .intro-box-top .intro-item p {
  color: #23345A;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.intro-box .intro-box-top .intro-item > ul {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
  gap: 20px;
}
.intro-box .intro-box-top .intro-item > ul li {
  display: flex;
  gap: 8px;
}
.intro-box .intro-box-top .intro-item > ul li > img {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.intro-box .intro-box-top .intro-item > ul li span {
  color: #6D7485;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.intro-box .intro-box-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 1080px;
}
.intro-box .intro-box-bottom > .intro-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 340px;
  height: 432px;
  padding: 65px 30px 0 40px;
}
.intro-box .intro-box-bottom > .intro-item > p {
  color: #23345A;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.intro-box .intro-box-bottom > .intro-item > span {
  margin-top: 26px;
  color: #6D7485;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.intro-box .intro-box-bottom > .intro-item:nth-of-type(1) {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/270_wm_new/intro-bg3.png) no-repeat center;
  background-size: cover;
}
.intro-box .intro-box-bottom > .intro-item:nth-of-type(2) {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/270_wm_new/intro-bg4.png) no-repeat center;
  background-size: cover;
}
.intro-box .intro-box-bottom > .intro-item:nth-of-type(3) {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/270_wm_new/intro-bg5.png) no-repeat center;
  background-size: cover;
}

.advantage-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 110px;
}
.advantage-box h2 {
  margin: 80px 0;
  color: #23345A;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.advantage-box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 110px;
  width: 1200px;
}
.advantage-box ul li {
  display: flex;
  align-items: center;
  gap: 60px;
}
.advantage-box ul li .advantage-text {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.advantage-box ul li .advantage-text > p {
  color: #23345A;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.advantage-box ul li .advantage-text > span {
  color: #6D7485;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.advantage-box ul li > img {
  height: 370px;
  width: auto;
}

.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 52px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/270_wm_new/bottom-bg.png) no-repeat center;
  background-size: cover;
}
.bottom-download-box > img {
  width: 90px;
  height: 90px;
}
.bottom-download-box h2 {
  margin: 30px 0 20px 0;
  color: #23345A;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.bottom-download-box > span {
  color: #6D7485;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.bottom-download-box .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 186px;
  height: 54px;
  margin-top: 30px;
  border-radius: 8px;
  background: linear-gradient(136deg, #3C82FE 0%, #56A8FF 101.49%);
  overflow: hidden;
}
.bottom-download-box .download-btn > img {
  width: 28px;
  height: 28px;
}
.bottom-download-box .download-btn > span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.bottom-download-box .download-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: spread 1.5s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}

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