.banner-box {
  position: relative;
  width: 100%;
  margin-top: 116px;
  overflow: hidden;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/267_wm/banner_bg.svg");
  background-position: center;
  background-size: cover;
}
.banner-box .container {
  position: relative;
  height: 100%;
  width: 1200px;
  margin: 0 auto;
}
.banner-box .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 100px;
}
.banner-box .left-content {
  position: relative;
  z-index: 2;
  padding-top: 148px;
}
.banner-box .left-content .badge-wrapper {
  position: absolute;
  right: -103px;
  top: 95px;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 12px;
  width: 140px;
  height: 62px;
}
.banner-box .left-content .badge-wrapper .badge-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-box .left-content .badge-wrapper .badge-text {
  position: relative;
  z-index: 1;
  font-family: "Microsoft YaHei UI", sans-serif;
  font-size: 25px;
  line-height: 51px;
  font-weight: 700;
  color: #51260a;
  background: linear-gradient(133deg, #51260a 0%, #a54e1d 47%, #4e2509 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-box .left-content .main-title {
  margin-bottom: 36px;
  font-family: "Microsoft YaHei UI", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.4;
  color: #0031b6;
  background: linear-gradient(270deg, #0031B6 11.84%, #0961FF 97.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.08em;
}
.banner-box .left-content .sub-title {
  margin-bottom: 38px;
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  color: #042d76;
}
.banner-box .left-content .feature-list {
  margin-bottom: 38px;
  padding: 0;
  list-style: none;
}
.banner-box .left-content .feature-list .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  gap: 10px;
}
.banner-box .left-content .feature-list .feature-item:last-child {
  margin-bottom: 0;
}
.banner-box .left-content .feature-list .feature-item .check-icon {
  width: 20px;
  height: 20px;
}
.banner-box .left-content .feature-list .feature-item .feature-text {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  color: #585858;
}
.banner-box .left-content .download-section .btn-download {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
  width: 230px;
  height: 64px;
  background: linear-gradient(90deg, #4e82ff 0%, #0951fe 100%);
  border-radius: 8px;
  gap: 10px;
  transition: opacity 0.3s;
}
.banner-box .left-content .download-section .btn-download:hover {
  opacity: 0.9;
}
.banner-box .left-content .download-section .btn-download .download-icon {
  width: 36px;
  height: 36px;
}
.banner-box .left-content .download-section .btn-download .btn-text {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.banner-box .left-content .download-section .system-info {
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 16px;
  color: rgba(102, 102, 102, 0.8);
}
.banner-box .right-content {
  position: relative;
  margin-top: 135px;
  width: 581px;
  height: 580px;
}
.banner-box .right-content .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-box .right-content .image-wrapper .hover-up {
  transition: transform 0.3s ease;
}
.banner-box .right-content .image-wrapper .hover-up:hover {
  transform: translateY(-10px);
}
.banner-box .right-content .image-wrapper .main-img {
  position: absolute;
  top: 139px;
  left: 110px;
  z-index: 5;
  width: 360px;
  height: 360px;
  object-fit: cover;
}
.banner-box .right-content .image-wrapper .float-icon {
  position: absolute;
  z-index: 6;
}
.banner-box .right-content .image-wrapper .float-icon.green {
  top: 295px;
  left: 455px;
  width: 109px;
  height: 98px;
}
.banner-box .right-content .image-wrapper .float-icon.blue {
  top: 99px;
  left: 0;
  width: 133px;
  height: 133px;
}
.banner-box .right-content .image-wrapper .float-icon.yellow {
  top: 387px;
  left: 12px;
  width: 92px;
  height: 87px;
}
.banner-box .right-content .image-wrapper .float-shape {
  position: absolute;
  z-index: 4;
}
.banner-box .right-content .image-wrapper .float-shape.s1 {
  top: 50px;
  left: 457px;
  width: 42px;
  height: 40px;
}
.banner-box .right-content .image-wrapper .float-shape.s2 {
  top: 493px;
  left: 74px;
  width: 53px;
  height: 37px;
}
.banner-box .right-content .image-wrapper .bg-shape {
  position: absolute;
  pointer-events: none;
}
.banner-box .right-content .image-wrapper .bg-shape.shape-1 {
  top: 0;
  left: 24px;
  z-index: 1;
  width: 556px;
  height: 568px;
  opacity: 0.3;
}
.banner-box .right-content .image-wrapper .bg-shape.shape-2 {
  top: 59px;
  left: 27px;
  z-index: 2;
  width: 483px;
  height: 483px;
}
.banner-box .right-content .image-wrapper .bg-shape.shape-3 {
  top: 21px;
  left: 31px;
  z-index: 3;
  width: 521px;
  height: 559px;
  opacity: 0.5;
}

.advantage-box {
  position: relative;
  width: 100%;
  height: 679px;
  padding-top: 86px;
  background-color: #ffffff;
}
.advantage-box .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1250px;
}
.advantage-box .section-title-wrapper {
  position: relative;
}
.advantage-box .section-title-wrapper .title-decor {
  position: relative;
  left: -25px;
  top: 13px;
  z-index: 2;
  width: 25px;
  height: 25px;
}
.advantage-box .section-title-wrapper .ellipse-decor {
  position: absolute;
  z-index: 1;
  width: 159px;
  height: 125px;
}
.advantage-box .section-title-wrapper .section-title {
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
  color: #04245d;
}
.advantage-box .advantage-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 110px;
  height: 100%;
  width: 100%;
}
.advantage-box .left-info {
  position: relative;
  width: 504px;
}
.advantage-box .left-info .info-group {
  margin-bottom: 101px;
}
.advantage-box .left-info .info-group .sub-title {
  position: relative;
  margin-bottom: 23px;
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  color: #04245d;
  z-index: 2;
}
.advantage-box .left-info .info-group .line-decor {
  position: absolute;
  left: 4px;
  top: 37px;
  width: 299px;
  height: 16px;
  z-index: 1;
}
.advantage-box .left-info .info-group .line-decor img {
  display: block;
  width: 100%;
  height: 100%;
}
.advantage-box .left-info .info-group .desc {
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  color: #666666;
}
.advantage-box .left-info .download-section .btn-download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 64px;
  background: linear-gradient(90deg, #4e82ff 0%, #0951fe 100%);
  border-radius: 8px;
  gap: 10px;
  transition: opacity 0.3s;
}
.advantage-box .left-info .download-section .btn-download:hover {
  opacity: 0.9;
}
.advantage-box .left-info .download-section .btn-download .download-icon {
  width: 36px;
  height: 36px;
}
.advantage-box .left-info .download-section .btn-download .btn-text {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.advantage-box .right-image {
  position: relative;
  margin-top: -15px;
  width: 666px;
  height: 359px;
}
.advantage-box .right-image .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.advantage-box .right-image .image-wrapper .main-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: scale 0.3s ease;
}
.advantage-box .right-image .image-wrapper .main-img:hover {
  scale: 1.2;
}

.advantage-item-blue,
.advantage-item-white {
  position: relative;
  width: 100%;
  height: 690px;
}
.advantage-item-blue .container,
.advantage-item-white .container {
  position: relative;
  height: 100%;
}
.advantage-item-blue .advantage-content,
.advantage-item-white .advantage-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.advantage-item-blue .advantage-content.is-reverse,
.advantage-item-white .advantage-content.is-reverse {
  flex-direction: row-reverse;
}
.advantage-item-blue .left-image,
.advantage-item-blue .right-image,
.advantage-item-white .left-image,
.advantage-item-white .right-image {
  position: relative;
  width: 666px;
  height: 359px;
}
.advantage-item-blue .left-image .image-wrapper,
.advantage-item-blue .right-image .image-wrapper,
.advantage-item-white .left-image .image-wrapper,
.advantage-item-white .right-image .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.advantage-item-blue .left-image .image-wrapper .main-img,
.advantage-item-blue .right-image .image-wrapper .main-img,
.advantage-item-white .left-image .image-wrapper .main-img,
.advantage-item-white .right-image .image-wrapper .main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: scale 0.3s ease;
}
.advantage-item-blue .left-image .image-wrapper .main-img:hover,
.advantage-item-blue .right-image .image-wrapper .main-img:hover,
.advantage-item-white .left-image .image-wrapper .main-img:hover,
.advantage-item-white .right-image .image-wrapper .main-img:hover {
  scale: 1.2;
}
.advantage-item-blue .left-info,
.advantage-item-blue .right-info,
.advantage-item-white .left-info,
.advantage-item-white .right-info {
  position: relative;
  width: 504px;
}
.advantage-item-blue .left-info .info-group,
.advantage-item-blue .right-info .info-group,
.advantage-item-white .left-info .info-group,
.advantage-item-white .right-info .info-group {
  margin-bottom: 70px;
}
.advantage-item-blue .left-info .info-group .sub-title,
.advantage-item-blue .right-info .info-group .sub-title,
.advantage-item-white .left-info .info-group .sub-title,
.advantage-item-white .right-info .info-group .sub-title {
  margin-bottom: 23px;
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  color: #04245d;
  white-space: nowrap;
}
.advantage-item-blue .left-info .info-group .line-decor,
.advantage-item-blue .right-info .info-group .line-decor,
.advantage-item-white .left-info .info-group .line-decor,
.advantage-item-white .right-info .info-group .line-decor {
  height: 16px;
}
.advantage-item-blue .left-info .info-group .line-decor.ad3,
.advantage-item-blue .right-info .info-group .line-decor.ad3,
.advantage-item-white .left-info .info-group .line-decor.ad3,
.advantage-item-white .right-info .info-group .line-decor.ad3 {
  left: 11px;
  top: 39px;
  height: 15px;
}
.advantage-item-blue .left-info .info-group .line-decor.ad2,
.advantage-item-blue .right-info .info-group .line-decor.ad2,
.advantage-item-white .left-info .info-group .line-decor.ad2,
.advantage-item-white .right-info .info-group .line-decor.ad2 {
  left: 10px;
  top: 39px;
  width: 214px;
  height: 16px;
}
.advantage-item-blue .left-info .info-group .line-decor.ad4,
.advantage-item-blue .right-info .info-group .line-decor.ad4,
.advantage-item-white .left-info .info-group .line-decor.ad4,
.advantage-item-white .right-info .info-group .line-decor.ad4 {
  left: 1px;
  top: 39px;
  width: 186px;
  height: 16px;
}
.advantage-item-blue .left-info .info-group .line-decor img,
.advantage-item-blue .right-info .info-group .line-decor img,
.advantage-item-white .left-info .info-group .line-decor img,
.advantage-item-white .right-info .info-group .line-decor img {
  display: block;
  width: 100%;
  height: 100%;
}
.advantage-item-blue .left-info .info-group .desc,
.advantage-item-blue .right-info .info-group .desc,
.advantage-item-white .left-info .info-group .desc,
.advantage-item-white .right-info .info-group .desc {
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #666666;
}
.advantage-item-blue .left-info .download-section .btn-download,
.advantage-item-blue .right-info .download-section .btn-download,
.advantage-item-white .left-info .download-section .btn-download,
.advantage-item-white .right-info .download-section .btn-download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 64px;
  background: linear-gradient(90deg, #4e82ff 0%, #0951fe 100%);
  border-radius: 8px;
  gap: 10px;
  transition: opacity 0.3s;
}
.advantage-item-blue .left-info .download-section .btn-download:hover,
.advantage-item-blue .right-info .download-section .btn-download:hover,
.advantage-item-white .left-info .download-section .btn-download:hover,
.advantage-item-white .right-info .download-section .btn-download:hover {
  opacity: 0.9;
}
.advantage-item-blue .left-info .download-section .btn-download .download-icon,
.advantage-item-blue .right-info .download-section .btn-download .download-icon,
.advantage-item-white .left-info .download-section .btn-download .download-icon,
.advantage-item-white .right-info .download-section .btn-download .download-icon {
  width: 36px;
  height: 36px;
}
.advantage-item-blue .left-info .download-section .btn-download .btn-text,
.advantage-item-blue .right-info .download-section .btn-download .btn-text,
.advantage-item-white .left-info .download-section .btn-download .btn-text,
.advantage-item-white .right-info .download-section .btn-download .btn-text {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.advantage-item-blue {
  background-color: #eff9ff;
}

.advantage-item-white {
  background-color: #ffffff;
}

.review-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 110px 0;
  background-color: #ffffff;
}
.review-box .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-box .section-title-wrapper {
  position: relative;
}
.review-box .section-title-wrapper .title-decor {
  position: relative;
  left: -25px;
  top: 13px;
  z-index: 2;
  width: 25px;
  height: 25px;
}
.review-box .section-title-wrapper .ellipse-decor {
  position: absolute;
  z-index: 1;
  width: 159px;
  height: 125px;
}
.review-box .section-title-wrapper .section-title {
  position: relative;
  z-index: 2;
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
  color: #04245d;
  letter-spacing: 0.03em;
}
.review-box .review-swiper-container {
  width: 100%;
  margin-top: 100px;
}
.review-box .review-swiper-container .swiper-slide {
  width: 363px;
}
.review-box .review-swiper-container .review-card {
  display: flex;
  flex-direction: column;
  padding: 39px 25px;
  padding-bottom: 0;
  width: 363px;
  height: 300px;
  background-color: #eff9ff;
  border: 1px solid rgba(214, 252, 232, 0.55);
  border-radius: 19px;
  box-sizing: border-box;
}
.review-box .review-swiper-container .review-card .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px;
}
.review-box .review-swiper-container .review-card .card-header .avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
}
.review-box .review-swiper-container .review-card .card-header .user-info {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.review-box .review-swiper-container .review-card .card-header .user-info .name {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  color: #666666;
}
.review-box .review-swiper-container .review-card .card-header .user-info .stars {
  width: 152px;
  height: 19px;
  object-fit: contain;
}
.review-box .review-swiper-container .review-card .review-text {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bottom-download-box {
  position: relative;
  width: 100%;
  height: 403px;
  overflow: hidden;
  background-color: #ffffff;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/267_wm/bottom_bg.png");
  background-position: center;
  background-size: cover;
}
.bottom-download-box .qr-code-box {
  top: -186px;
  left: 70px;
}
.bottom-download-box .container {
  position: relative;
  height: 100%;
}
.bottom-download-box .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 136px;
  height: 100%;
  box-sizing: border-box;
}
.bottom-download-box .content-wrapper .title-group {
  position: relative;
  margin-bottom: 44px;
}
.bottom-download-box .content-wrapper .title-group .main-title {
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.5;
  color: #04245d;
  letter-spacing: 0.03em;
}
.bottom-download-box .content-wrapper .title-group .main-title > span {
  background: linear-gradient(0deg, #1358FE 0%, #1358FE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bottom-download-box .content-wrapper .title-group .star-icon {
  position: absolute;
  top: -25px;
  right: 20px;
  width: 37px;
  height: 35px;
}
.bottom-download-box .content-wrapper .btn-download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 304px;
  height: 64px;
  background: linear-gradient(90deg, #4e82ff 0%, #0951fe 100%);
  border-radius: 8px;
  font-family: "Microsoft YaHei UI", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: opacity 0.3s;
}
.bottom-download-box .content-wrapper .btn-download:hover {
  opacity: 0.9;
}

.container {
  position: relative;
  height: 100%;
  width: 1240px;
  margin: 0 auto;
}

.sub-title {
  position: relative;
  z-index: 2;
}

.line-decor {
  position: absolute;
  z-index: 1;
}

.download-box {
  position: relative;
  width: fit-content;
}
.download-box:hover .qr-code-box {
  display: flex;
}

.qr-code-box {
  position: absolute;
  top: 70px;
  left: 30px;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  padding-top: 9px;
  box-sizing: border-box;
  width: 165px;
  height: 182.368px;
  border-radius: 6px;
  background: #FFF;
  border: 1px solid #ECEFF2;
}
.qr-code-box .qr-code-text {
  color: #A6A7A8;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 15px */
}

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