.banner-box {
  position: relative;
  height: 1325px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%), url("https://res.callmysoft.com/wm-static-resource/Sem/697_sem/bg-pic-1.png") no-repeat top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-box .download-btn-container {
  margin-top: 54px;
  margin-bottom: 16.42px;
}
.banner-box .advantage-text {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.banner-box .advantage-text img {
  width: 42px;
  height: 42px;
}
.banner-box .advantage-text span {
  color: #2E6EF6;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #2E6EF6;
  font-family: "Microsoft YaHei";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 25px */
  letter-spacing: 0.5px;
}
.banner-box .banner-header {
  display: flex;
  align-items: center;
  margin-top: 117px;
  gap: 32.44px;
}
.banner-box .banner-header img {
  width: 102.823px;
  height: 102.823px;
}
.banner-box .banner-header h1 {
  position: relative;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.74px;
}
.banner-box .banner-header h1 span {
  position: absolute;
  right: -112px;
  top: -50px;
  z-index: 2;
  padding: 12.032px 19.251px;
  border-radius: 120.321px 120.321px 120.321px 0px;
  background: linear-gradient(89deg, #e96aff -26.89%, #ff6d6f 100.86%);
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.54px;
  white-space: nowrap;
}
.banner-box .banner-inner {
  margin-bottom: 70px;
}
.banner-box .banner-inner .tag-list {
  display: flex;
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 27px;
}
.banner-box .banner-inner .tag-list .tag {
  display: flex;
  align-items: center;
  gap: 5.18px;
}
.banner-box .banner-inner .tag-list .tag img {
  width: 31.104px;
  height: 31.104px;
}
.banner-box .banner-inner .tag-list .tag span {
  color: #6c6c6c;
  font-family: "Microsoft YaHei";
  font-size: 20.736px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20.736px */
}
.banner-box .banner-inner .info {
  color: #6c6c6c;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-inner .info p {
  text-align: center;
}
.banner-box .banner-inner .info p:nth-of-type(1) {
  margin-bottom: 6px;
}
.banner-box .banner-list .nav {
  display: flex;
  justify-content: center;
  gap: 89px;
  margin-bottom: 65px;
}
.banner-box .banner-list .nav li {
  display: flex;
  gap: 17px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.banner-box .banner-list .nav li.active .blank {
  background-color: #fff;
  box-shadow: 0px 4px 8.7px 0px rgba(120, 147, 178, 0.25);
}
.banner-box .banner-list .nav li.active span {
  color: #2e6ef6;
}
.banner-box .banner-list .nav li .blank {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  border-radius: 16px;
}
.banner-box .banner-list .nav li .blank img {
  width: 70px;
  height: 70px;
}
.banner-box .banner-list .nav li span {
  color: #595959;
  font-family: "Microsoft YaHei";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 21px */
}
.banner-box .banner-list .pic-list li {
  width: 1200px;
  height: 466px;
  border-radius: 24.145px;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(21, 56, 125, 0.12);
  display: none;
}
.banner-box .banner-list .pic-list li.active {
  display: block;
}
.banner-box .banner-list .pic-list li .list-content {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-box .banner-list .pic-list li .list-content .left-content {
  display: flex;
  flex-direction: column;
}
.banner-box .banner-list .pic-list li .list-content .left-content h3 {
  color: #000;
  font-family: "PingFang SC";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 17px;
}
.banner-box .banner-list .pic-list li .list-content .left-content p {
  width: 460px;
  height: 112px;
  color: #6c6c6c;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 43px;
}
.banner-box .banner-list .pic-list li .list-content .right-content img {
  width: 533px;
  height: auto;
  transition: transform 0.5s;
}

.features-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1243px;
}
.features-box h2 {
  color: #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 90px;
  margin-top: 54px;
}
.features-box .row {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.features-box .row:nth-of-type(1) {
  margin-bottom: 153px;
}
.features-box .row .img img {
  height: 345.21px;
}
.features-box .row .text .title {
  display: flex;
  gap: 16px;
}
.features-box .row .text .title img {
  width: 52px;
  height: 52px;
}
.features-box .row .text .title span {
  color: #3f6eee;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.features-box .row .text h3 {
  color: #000;
  font-family: "PingFang SC";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 19px;
  margin-bottom: 32px;
}
.features-box .row .text p {
  color: #6c6c6c;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 513px;
  margin-bottom: 49px;
}

.steps-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 115px;
}
.steps-box h2 {
  color: #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 100px;
}
.steps-box .steps-container {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.steps-box .steps-container .left-step {
  display: flex;
}
.steps-box .steps-container .left-step li {
  display: flex;
  width: 474px;
  height: 126px;
  cursor: pointer;
}
.steps-box .steps-container .left-step li .step-num {
  width: 63px;
  height: 45px;
  color: #5b626b;
  font-family: Arial;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 40px;
  margin-top: 24px;
}
.steps-box .steps-container .left-step li .step-content {
  display: flex;
  flex-direction: column;
  color: #5b626b;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 15px;
  margin-top: 24px;
}
.steps-box .steps-container .left-step li .step-content h3 {
  font-size: 24px;
  margin-bottom: 14px;
}
.steps-box .steps-container .left-step li .step-content p {
  width: 315px;
  font-size: 15px;
}
.steps-box .steps-container .left-step li.active {
  border-radius: 20px;
  background: #eef3ff;
}
.steps-box .steps-container .left-step li.active .step-num {
  font-family: Arial;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(89deg, #2e6ef6 0.59%, #6acdff 100.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.steps-box .steps-container .left-step li.active h3 {
  color: #2e6ef6;
  font-weight: 700;
}
.steps-box .steps-container .left-step li.active p {
  color: #051a34;
}
.steps-box .steps-container .right-step img {
  height: 378px;
  display: none;
}
.steps-box .steps-container .right-step img.active {
  display: block;
}

.apply-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 39px;
}
.apply-box h2 {
  color: #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 79px;
}
.apply-box ul {
  display: flex;
  gap: 70px 39px;
  flex-wrap: wrap;
  width: 1200px;
}
.apply-box ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
  width: 373.378px;
  height: 283.527px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(21, 56, 125, 0.08);
}
.apply-box ul li img {
  width: 336px;
  height: 227.5px;
}
.apply-box ul li span {
  color: #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.bottom-box {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/697_sem/bg-pic-2.png) no-repeat center;
  background-size: cover;
  height: 404px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-box h1 {
  font-family: "Alimama ShuHeiTi";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(89deg, #0052ff 17.51%, #0af 100.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 121px 0 56.62px 0;
}

.download-btn-second {
  width: 190px;
  height: 58.056px;
  flex-shrink: 0;
  background: #2e6efe;
  border-radius: 73.2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-btn-second span {
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.download-btn-container {
  position: relative;
  display: inline-block;
  width: 306px;
  height: 75px;
}
.download-btn-container .ribbon-img {
  position: absolute;
  top: -8px;
  right: -26px;
  width: 83px;
  height: 76px;
  z-index: 2;
  background-image: url("https://res.callmysoft.com/wm-static-resource/Sem/697_sem/official-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.download-btn-container .ribbon-img span {
  position: absolute;
  top: 40px;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transform: rotate(45deg);
  transform-origin: top right;
  z-index: 3;
  font-family: "Microsoft YaHei", sans-serif;
}
.download-btn-container .download-wrapper {
  position: relative;
  display: inline-block;
  width: 324.646px;
  height: 79.424px;
}
.download-btn-container .download-wrapper .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  height: 100%;
  background: #2e6ef6;
  border-radius: 11px;
  text-decoration: none;
  overflow: hidden;
}
.download-btn-container .download-wrapper .download-btn img.download-icon {
  width: 31.77px;
  height: 31.77px;
}
.download-btn-container .download-wrapper .download-btn span {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  font-family: "PingFang SC";
}

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