@media screen and (max-width: 1350px) and (max-height: 900px) {
  .banner-right img {
    width: 576px;
    height: 522px;
  }
}
.banner-box {
  padding: 200px 0 30px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/241_wm/banner-background.png) no-repeat center;
  background-size: cover;
}
.banner-box .banner-content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  gap: 30px;
}
.banner-box .banner-left {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
.banner-box .banner-left h1 {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.banner-box .banner-left ul:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-top: 49px;
}
.banner-box .banner-left ul:first-of-type li {
  display: flex;
  gap: 16px;
}
.banner-box .banner-left ul:first-of-type li img {
  width: 24px;
  height: 24px;
}
.banner-box .banner-left ul:first-of-type li p {
  color: #666;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-box .banner-left .download-box {
  display: flex;
  gap: 24px;
  margin-top: 58px;
}
.banner-box .banner-left .download-box .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 252px;
  height: 72px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  background: linear-gradient(90deg, #FF6257 0%, #F9403F 100%);
}
.banner-box .banner-left .download-box .buy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 252px;
  height: 72px;
  color: #F9403F;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  border: 1px solid #F35251;
  background: #FFF;
}
.banner-box .banner-left .download-box + span {
  margin-top: 24px;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.func-box {
  padding-top: 100px;
  background: linear-gradient(180deg, #FFF 0%, #EDF5FF 100%);
}
.func-box h1 {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.func-box ul:first-of-type {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 80px auto 0 auto;
  border-bottom: #F1F1F1 4px solid;
  padding: 0 20px 12px 20px;
  box-sizing: border-box;
}
.func-box ul:first-of-type li {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.func-box ul:first-of-type li.active {
  position: relative;
}
.func-box ul:first-of-type li.active p {
  color: #F9403F;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.func-box ul:first-of-type li.active::after {
  content: "";
  position: absolute;
  top: 92px;
  width: 126px;
  height: 4px;
  background-color: #F9403F;
}
.func-box ul:first-of-type li img {
  width: 52px;
  height: 52px;
}
.func-box ul:first-of-type li p {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.func-box ul:last-of-type {
  width: 1200px;
  margin: 95px auto 0 auto;
  transition: all 0.3s ease-in-out;
}
.func-box ul:last-of-type li {
  display: none;
}
.func-box ul:last-of-type li.active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.func-box ul:last-of-type li.active .func-text h2 {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.func-box ul:last-of-type li.active .func-text p {
  width: 500px;
  margin: 32px 0;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.func-box ul:last-of-type li.active .func-text .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 252px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, #FF6257 0%, #F9403F 100%);
}
.func-box ul:last-of-type li.active .func-text .download-btn img {
  width: 40px;
  height: 40px;
}
.func-box ul:last-of-type li.active .func-text .download-btn span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.func-box ul:last-of-type li.active img:last-child {
  width: 584px;
  height: 420px;
}

.feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 200px 0 100px 0;
  background: linear-gradient(180deg, #EDF5FF 0%, #FDF7FE 100%);
}
.feature-box h1 {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.feature-box ul {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  width: 1200px;
  margin: 100px auto 0 auto;
}
.feature-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 376px;
  height: 403px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #FFF;
  transition: all 0.3s;
}
.feature-box ul li:hover {
  transform: translateY(-16px);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
}
.feature-box ul li .feature-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 356px;
  height: 203px;
  margin: 10px;
  border-radius: 12px;
  background: #FFF3F3;
}
.feature-box ul li .feature-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature-box ul li .feature-bottom h2 {
  margin-top: 39px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.feature-box ul li .feature-bottom p {
  margin-top: 28px;
  width: 85%;
  color: #666;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.feature-box .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 72px;
  margin-top: 100px;
  border-radius: 12px;
  background: linear-gradient(90deg, #FF6257 0%, #F9403F 100%);
}
.feature-box .download-btn img {
  width: 40px;
  height: 40px;
}
.feature-box .download-btn span {
  margin-left: 16px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.apply-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 100px;
}
.apply-box h1 {
  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: 30px;
  width: 1200px;
  margin: 100px auto 0 auto;
  flex-wrap: wrap;
}
.apply-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 380px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 12px 12px 12px 12px;
  transition: all 0.3s ease-in-out;
}
.apply-box ul li:nth-of-type(1) {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/241_wm/apply-bg1.png);
}
.apply-box ul li:nth-of-type(2) {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/241_wm/apply-bg2.png);
}
.apply-box ul li:nth-of-type(3) {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/241_wm/apply-bg3.png);
}
.apply-box ul li:nth-of-type(4) {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/241_wm/apply-bg4.png);
}
.apply-box ul li:nth-of-type(5) {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/241_wm/apply-bg5png.png);
}
.apply-box ul li:nth-of-type(6) {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/241_wm/apply-bg6.png);
}
.apply-box ul li:hover > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 12px 12px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  /* Adds the blur effect */
  -webkit-backdrop-filter: blur(3px);
  /* For Safari support */
}
.apply-box ul li:hover > div h2 {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.apply-box ul li:hover > div p {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.apply-box ul li > div {
  width: 380px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 0px 0px 12px 12px;
  background: rgba(0, 0, 0, 0.6);
}
.apply-box ul li h2 {
  padding: 12px 0 0 20px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.apply-box ul li p {
  padding: 12px 20px 0 20px;
  color: #FFF;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/241_wm/bottom-bg.png);
  padding: 100px 0;
}
.bottom-download-box h1 {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.bottom-download-box p {
  margin-top: 48px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.bottom-download-box .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  width: 280px;
  height: 80px;
  margin-top: 48px;
  flex-shrink: 0;
  border-radius: 13.333px;
  background: linear-gradient(90deg, #FF6257 0%, #F9403F 100%);
}
.bottom-download-box .download-btn img {
  width: 44.4px;
  height: 44.4px;
}
.bottom-download-box .download-btn span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 31.111px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.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 {
  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;
}

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