.banner-box {
  display: flex;
  justify-content: center;
  padding: 225px 0 120px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/380_new/banner-bg.png) no-repeat center;
  background-size: cover;
}
.banner-box .banner-box-content {
  display: flex;
  align-items: center;
  width: 1200px;
  justify-content: space-between;
}
.banner-box .banner-box-content .banner-box-content-left {
  display: flex;
  flex-direction: column;
}
.banner-box .banner-box-content .banner-box-content-left h2 {
  color: #1F2026;
  font-family: "Source Han Sans CN";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
.banner-box .banner-box-content .banner-box-content-left ul {
  display: flex;
  flex-direction: column;
  margin: 12px 0 44px 0;
  gap: 6px;
}
.banner-box .banner-box-content .banner-box-content-left ul li {
  color: #444;
  font-family: "Source Han Sans CN";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150.848%;
  list-style-type: disc;
}
.banner-box .banner-box-content .banner-box-content-left .download-btn {
  display: flex;
  width: 230px;
  height: 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: linear-gradient(229deg, #28CDEA -15.13%, #1AA6F3 20.91%, #0E83FC 107.43%);
}
.banner-box .banner-box-content .banner-box-content-left .download-btn img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.banner-box .banner-box-content .banner-box-content-left .download-btn span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.banner-box .banner-box-content .banner-box-content-left > span {
  margin-top: 13px;
  color: #000;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}
.banner-box .banner-box-content > img {
  width: 675px;
  height: 466px;
  flex-shrink: 0;
}

.intro-box {
  padding: 30px 0 44px 0;
}
.intro-box h3 {
  color: #1F2026;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
.intro-box > p {
  margin: 17px 0 34px 0;
  color: #555;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.442px;
}
.intro-box ul {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  gap: 23px;
}
.intro-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 283px;
  height: 297px;
  cursor: pointer;
}
.intro-box ul li img {
  width: 78px;
  height: 78px;
}
.intro-box ul li img:first-of-type {
  display: block;
}
.intro-box ul li img:last-of-type {
  display: none;
}
.intro-box ul li p {
  margin: 13px 0 24px 0;
  color: #1F2026;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.442px;
}
.intro-box ul li span {
  padding: 0 18px;
  color: #555;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.442px;
}
.intro-box ul li:hover {
  border-radius: 6px;
  background: linear-gradient(229deg, #28CDEA -15.13%, #1AA6F3 20.91%, #0E83FC 107.43%);
  box-shadow: 3px 5px 9px 0 rgba(17, 142, 249, 0.4);
}
.intro-box ul li:hover > p {
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.442px;
}
.intro-box ul li:hover > span {
  color: rgba(255, 255, 255, 0.8);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.442px;
}
.intro-box ul li:hover img:first-of-type {
  display: none;
}
.intro-box ul li:hover img:last-of-type {
  display: block;
}

.support-box {
  padding: 38px 0 52px 0;
  background: #F2F7FF;
}
.support-box .support-box-content {
  display: flex;
  align-items: center;
  width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
}
.support-box .support-box-content .support-box-content-left {
  display: flex;
  flex-direction: column;
}
.support-box .support-box-content .support-box-content-left h3 {
  color: #1F2026;
  font-family: "Source Han Sans CN";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
.support-box .support-box-content .support-box-content-left .format-list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 11px 0 45px 0;
}
.support-box .support-box-content .support-box-content-left .format-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 30px;
  border-radius: 4px;
  background: linear-gradient(229deg, #28CDEA -15.13%, #1AA6F3 20.91%, #0E83FC 107.43%);
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.496px;
}
.support-box .support-box-content .support-box-content-left .format-list li:last-of-type {
  background: none;
}
.support-box .support-box-content .support-box-content-left .format-list li:last-of-type img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.support-box .support-box-content .support-box-content-left .feature-list {
  display: flex;
  flex-direction: column;
  height: 273px;
  justify-content: space-between;
}
.support-box .support-box-content .support-box-content-left .feature-list li {
  display: flex;
  align-items: center;
  gap: 26px;
}
.support-box .support-box-content .support-box-content-left .feature-list li span {
  width: 420px;
  color: #404040;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.496px;
}
.support-box .support-box-content .support-box-content-left .feature-list li img {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.support-box .support-box-content > img {
  position: relative;
  top: 25px;
  width: 585px;
  height: 412px;
  flex-shrink: 0;
}

.feature-box {
  padding: 40px 0;
}
.feature-box h3 {
  color: #1F2026;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
.feature-box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 110px;
  margin-top: 67px;
}
.feature-box ul li {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.feature-box ul li:first-of-type img {
  width: 700px;
  height: auto;
  flex-shrink: 0;
}
.feature-box ul li:nth-of-type(2) img {
  width: 576px;
  height: auto;
  flex-shrink: 0;
}
.feature-box ul li:last-of-type img {
  width: 700px;
  height: auto;
  flex-shrink: 0;
}
.feature-box ul li .feature-text {
  display: flex;
  flex-direction: column;
}
.feature-box ul li .feature-text p {
  color: #1F2026;
  font-family: "Source Han Sans CN";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
}
.feature-box ul li .feature-text > span {
  margin: 54px 0 52px 0;
  width: 457px;
  color: #555;
  font-family: "Source Han Sans CN";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 22px */
}
.feature-box ul li .feature-text a {
  display: flex;
  width: 230px;
  height: 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(229deg, #28CDEA -15.13%, #1AA6F3 20.91%, #0E83FC 107.43%);
}
.feature-box ul li .feature-text a img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.feature-box ul li .feature-text a span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.apply-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F2F7FF;
  padding-top: 40px;
}
.apply-box h3 {
  color: #1F2026;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
.apply-box .swiper-container {
  box-sizing: border-box;
  width: 1200px;
  padding-top: 90px;
  padding-bottom: 144px;
}
.apply-box .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 516px;
  flex-shrink: 0;
  border-radius: 14px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), url(https://res.callmysoft.com/wm-static-resource/wm/380_new/swiper-item-bg-clear.png) no-repeat center;
  box-shadow: -2px 1px 17.7px 0 rgba(132, 132, 132, 0.25);
  background-size: cover;
}
.apply-box .swiper-container .swiper-wrapper .swiper-slide img {
  box-sizing: border-box;
  width: 425px;
  margin-left: 33px;
  height: 424px;
  border-radius: 8px;
}
.apply-box .swiper-container .swiper-wrapper .swiper-slide > p {
  padding-right: 24px;
  color: #2A2A2A;
  font-family: "PingFang SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.apply-box .swiper-container .swiper-button-white {
  width: 78px;
  height: 78px;
  top: 44%;
  border-radius: 78px;
  background-color: rgba(0, 0, 0, 0.3);
}

.assess-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.assess-box h3 {
  color: #1F2026;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}
.assess-box > span {
  margin: 14px 0 39px 0;
  color: #2B2B2B;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.assess-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 71px 59px;
  width: 1200px;
}
.assess-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 353px;
  height: 222px;
  border-radius: 6px;
  background: #F7F7F7;
}
.assess-box ul li > img {
  width: 90px;
  height: 90px;
}
.assess-box ul li > span {
  margin: 11px 0 14px 0;
  color: #777;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}
.assess-box ul li > p {
  padding: 0 38px;
  color: #444;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}

.bottom-download-box {
  display: flex;
  justify-content: center;
  height: 468px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/380_new/bottom-bg.png) no-repeat center;
  background-size: cover;
}
.bottom-download-box .bottom-download-box-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.bottom-download-box .bottom-download-box-content .bottom-title {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.bottom-download-box .bottom-download-box-content .bottom-title img {
  width: 82px;
  height: 82px;
}
.bottom-download-box .bottom-download-box-content .bottom-title h3 {
  color: #1F2026;
  font-family: "Source Han Sans CN";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 42px */
}
.bottom-download-box .bottom-download-box-content .bottom-title .bottom-title-img {
  display: flex;
  align-items: center;
  gap: 26.5px;
}
.bottom-download-box .bottom-download-box-content .bottom-title span {
  color: #555;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #555;
  font-family: "Source Han Sans CN";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 38px */
  letter-spacing: 0.76px;
}
.bottom-download-box .bottom-download-box-content a {
  display: flex;
  width: 230px;
  height: 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: linear-gradient(229deg, #28CDEA -15.13%, #1AA6F3 20.91%, #0E83FC 107.43%);
}
.bottom-download-box .bottom-download-box-content a span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.bottom-download-box .bottom-download-box-content a img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

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