.banner-box {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/244_wm/banner-bg.png) no-repeat center center;
  background-size: cover;
  margin-top: 116px;
}
.banner-box .banner-content {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 120px;
}
.banner-box .banner-content .banner-left {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.banner-box .banner-content .banner-left > span {
  display: inline-flex;
  width: 112px;
  height: 36px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border-radius: 12px 20px 20px 0px;
  background: linear-gradient(229deg, #b5f 6.44%, #3276ff 100%);
}
.banner-box .banner-content .banner-left h1 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.banner-box .banner-content .banner-left h1 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 62px;
  border-radius: 12px;
  background: linear-gradient(216deg, #ff8e6f -2.06%, #ff2d2d 94.97%);
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.banner-box .banner-content .banner-left > img {
  width: 252.5px;
  height: 31.489px;
  margin: 30px 0;
}
.banner-box .banner-content .banner-left > p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 151%;
}
.banner-box .banner-content .banner-left .qr-code-box {
  display: flex;
  align-items: center;
  margin-top: 70px;
  gap: 22px;
}
.banner-box .banner-content .banner-left .qr-code-box .qr-code {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 152px;
  background: #fff;
  border: 1px solid #eceff2;
  border-radius: 11px;
}
.banner-box .banner-content .banner-left .qr-code-box .download-text {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.banner-box .banner-content .banner-left .qr-code-box .download-text > p {
  color: #999;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-box .banner-content .banner-right img {
  width: 605px;
  height: auto;
}

.func-box h1 {
  margin: 100px 0;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.func-box .func-tabs {
  display: flex;
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  border-bottom: 2px solid #ffdfdf;
}
.func-box .func-tabs > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 90px;
  cursor: pointer;
}
.func-box .func-tabs > div.active {
  border-radius: 12px 12px 0px 0px;
  background: linear-gradient(180deg, #ffdedd 0%, #fff 100%);
}
.func-box .func-tabs > div.active span {
  color: #fb3134;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.func-box .func-tabs img {
  width: 52px;
  height: 52px;
}
.func-box .func-tabs span {
  margin-left: 15px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.func-box .func-content {
  width: 1200px;
  margin: 80px auto 0 auto;
}
.func-box .func-content .swiper-container {
  width: 100%;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide .item-left {
  display: flex;
  flex-direction: column;
  width: 512px;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide .item-left h2 {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide .item-left p {
  margin: 32px 0 60px 0;
  color: #666;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide .item-left .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 58px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff6257 0%, #f9403f 100%);
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide .item-left .download-btn .qr-code-box {
  display: none;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide .item-left .download-btn:hover .qr-code-box {
  position: absolute;
  bottom: -175px;
  width: 152px;
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border: 1px solid #eceff2;
  border-radius: 11px;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide .item-left .download-btn:hover .qr-code-box span {
  color: #a6a7a8;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide .item-right > img {
  width: 584px;
  height: 420px;
}

.apply-box {
  padding-bottom: 100px;
  background: linear-gradient(180deg, #edf5ff 0%, #fdf7fe 100%);
}
.apply-box h1 {
  padding: 100px 0;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.apply-box > ul {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  row-gap: 36px;
  width: 1200px;
  margin: 0 auto;
}
.apply-box > ul > li {
  display: flex;
  align-items: center;
  width: 582px;
  height: 242px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
.apply-box > ul > li:hover {
  transform: translateY(-16px);
}
.apply-box > ul > li > img {
  width: 168px;
  height: 202px;
  border-radius: 12px;
}
.apply-box > ul > li .apply-text {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.apply-box > ul > li .apply-text h2 {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.apply-box > ul > li .apply-text ul {
  display: flex;
  margin: 24px 0;
  gap: 16px;
}
.apply-box > ul > li .apply-text ul li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.apply-box > ul > li .apply-text ul li img {
  width: 14px;
  height: 14px;
}
.apply-box > ul > li .apply-text ul li span {
  color: #ff6264;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.apply-box > ul > li .apply-text p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.feature-box {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.feature-box h1 {
  margin: 100px 0;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.feature-box .feature-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 144px auto 0 auto;
}
.feature-box .feature-item .feature-left > img {
  width: 626px;
  height: 417px;
}
.feature-box .feature-item .feature-right {
  width: 443px;
}
.feature-box .feature-item .feature-right h2 {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.4px;
}
.feature-box .feature-item .feature-right p {
  margin-top: 36px;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.feature-box .feature-item:nth-of-type(odd) > i {
  position: absolute;
  left: 0;
  top: -160px;
  width: 465px;
  height: 465px;
  background: #eef5ff;
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
}
.feature-box .feature-item:nth-of-type(2) {
  flex-direction: row-reverse;
}
.feature-box .feature-item:nth-of-type(2) > i {
  position: absolute;
  right: 0;
  top: -160px;
  width: 465px;
  height: 465px;
  background: #fee;
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
}

.download-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/244_wm/download-box-bg.png) no-repeat center center;
  background-size: cover;
}
.download-box h1 {
  padding: 100px 0;
  text-align: center;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.download-box .qr-code-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 156px;
  height: 172.421px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}
.download-box .qr-code-box span {
  color: #fb3134;
  font-family: "Microsoft YaHei";
  font-size: 14.368px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.assess-box {
  padding: 100px 0;
  background: linear-gradient(180deg, #edf5ff 0%, #fdf7fe 100%);
}
.assess-box h1 {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.assess-box .swiper-container {
  height: 500px;
  width: 1200px;
  margin-top: 100px;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide ul {
  display: flex;
  gap: 28px;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide ul li {
  position: relative;
  width: 528px !important;
  height: 342px;
  border-radius: 20px;
  background: #fff;
  flex-shrink: 0;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide .assess-stars {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px 0 0 32px;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide .assess-stars span {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide .assess-stars + p {
  height: 90px;
  padding: 0 32px;
  margin-top: 40px;
  color: #666;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide .user-info {
  display: flex;
  justify-content: space-between;
  padding: 45px 33px 0 32px;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide .user-info .user-bottom {
  display: flex;
  align-items: center;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide .user-info .user-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  margin-left: 16px;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide .user-info .user-text h2 {
  color: #333;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.assess-box .swiper-container .swiper-wrapper .swiper-slide .user-info .user-text p {
  color: #999;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.assess-box .swiper-container .swiper-pagination-bullet-active {
  background: rgb(255, 80, 80);
}
.assess-box .swiper-container .swiper-mask {
  position: absolute;
  top: 0;
  right: 0;
  height: 342px;
  width: 100px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  z-index: 100;
}

.mask-box {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.86);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
}

.mask-box h1 {
  color: #ffffff;
  font-size: 0.32rem;
  line-height: 0.64rem;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 16%;
  transform: translate(-50%, -50%);
}

.mask-box h1 img {
  width: 0.5rem;
  vertical-align: sub;
  margin: 0 0.08rem;
}

.mask-box img.arrow {
  width: 2rem;
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
}

.bottom-info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.6rem 0;
  text-align: center;
}

.bottom-info p {
  color: #ffffff;
  font-size: 0.26rem;
  line-height: 0.52rem;
}

.bottom-info p a {
  color: #ffffff;
  font-size: 0.26rem;
  margin: 0 0.1rem;
  text-decoration: underline;
}

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