.w {
  width: 1200px;
  margin: 0 auto;
}

/* banner */
.banner-box {
  width: 100%;
  height: 530px;
  margin-top: 120px;
}

.banner-box .banner-content-box {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.banner-box .banner-content-box img {
  position: relative;
  width: 886px;
  height: 521px;
}

.banner-box .banner-content-box .banner-content {
  margin-left: 8%;
}

.banner-box .banner-content-box .banner-content h1 {
  display: inline;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner-box .banner-content-box .banner-content span {
  position: relative;
  right: 3px;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner-box .banner-content-box .banner-content .typed-cursor {
  position: relative;
  bottom: 2px;
}

.banner-box .banner-content-box .banner-content .small-title {
  margin-top: 24px;
  color: #36383E;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner-box .banner-content-box .banner-content .download-box {
  display: flex;
  margin-top: 50px;
}

.banner-box .banner-content-box .banner-content .download-box a:first-of-type div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 44px;
  border-radius: 4.889px;
  border: 1.222px solid #28C77A;
  background: #FFF;
  color: #28C77A;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner-box .banner-content-box .banner-content .download-box a:last-of-type div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 44px;
  margin-left: 12px;
  border-radius: 4.889px;
  background: #28C77A;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner-box .banner-content-box .banner-content .system-text {
  display: block;
  margin-top: 20px;
  color: #36383E;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}



.func-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.func-box h1 {
  text-align: center;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.func-box .func-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1130px;
  height: 320px;
  margin: 80px auto 0 auto;
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0px 0px 10px 4px rgba(212, 230, 221, 0.25);
}

.func-box .func-items ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.func-box .func-items ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px 65px 30px 40px;
  color: #36383E;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.func-box .func-items ul li img {
  margin-bottom: 5px;
}

.intro-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 1;
}

.intro-box .intro-background {
  position: absolute;
  top: -160px;
  width: 100%;
  height: 573px;
  background: linear-gradient(180deg, #E2F9EE 0%, #FFF 100%);
  z-index: 1;
}

.intro-box h1 {
  position: relative;
  margin-top: 150px;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 2;
}

.intro-box .intro-items {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 150px;
  margin: 80px auto 0 auto;
  z-index: 2;
}

.intro-box .intro-items .intro-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-box .intro-items .intro-content img {
  height: 471px;
}

.intro-box .intro-items .intro-content:nth-child(even) {
  flex-direction: row-reverse;
}

.intro-box .intro-items .intro-content:nth-child(odd) .intro-text {
  margin: 0 0 0 90px;
}
.intro-box .intro-items .intro-content:nth-child(odd) img{
  margin-left: 30px;
}
.intro-box .intro-items .intro-content:nth-child(even) .intro-text {
  margin: 0 90px 0 40px;
}

.intro-box .intro-items .intro-content .intro-text h2 {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.intro-box .intro-items .intro-content .intro-text a {
  display: block;
  width: 150px;
  height: 40px;
}

.intro-box .intro-items .intro-content .intro-text p {
  width: 382px;
  margin-top: 14px;
  color: #36383E;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  opacity: 0.8;
}

.intro-box .intro-items .intro-content .intro-text .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin: 40px 0 0 0;
  border-radius: 4.889px;
  background: #28C77A;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* 底部下载 */
.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 150px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/253_wm/bottom--download-background-index.png) no-repeat center center;
  background-size: cover;
}

.bottom-download-box h1 {
  margin-top: 60px;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bottom-download-box p {
  margin-top: 23px;
  color: #36383E;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bottom-download-box a {
  margin: 31px 0 72px 0;
}

.bottom-download-box .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  border-radius: 4.889px;
  background: #28C77A;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* 用户评价 */
.assess-box {
  padding-top: 104px;
  background: linear-gradient(282deg, rgba(40, 199, 122, 0.11) 0.44%, rgba(241, 245, 255, 0.00) 88.64%);
}

.assess-box h1 {
  text-align: center;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.assess-box .swiper-container {
  padding-top: 83px;
  padding-bottom: 73px;
  box-sizing: border-box;
}

.assess-box .swiper-slide ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.assess-box .swiper-slide ul li {
  position: relative;
  width: 363px;
  height: 280px;
  padding: 39px 28px;
  box-sizing: border-box;
  border-radius: 18px;
  background: #FFF;
  box-shadow: 0px 0px 34px 0px rgba(208, 222, 214, 0.50);
}

.assess-box .swiper-slide ul li p {
  color: #757575;
  font-family: Microsoft YaHei;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  margin-top: 33px;
  line-height: 24px;
}

.assess-box .swiper-slide ul li>img {
  position: absolute;
  right: 18px;
  top: 28px;
}

.assess-top {
  display: flex;
  align-items: center;
}

.assess-name {
  margin-left: 15px;
}

.assess-name h2 {
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px;
}

.swiper-pagination-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 73px;
}

.swiper-pagination-bullet {
  width: 60px;
  height: 9px;
  border-radius: 40px;
  background: #999;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 41px;
  background: linear-gradient(142deg, #24BF7E 0%, #63CDA1 100%), linear-gradient(90deg, #3080EE 0%, #4BC4FF 100%);
}

.swiper-pagination-bullet:nth-child(2) {
  margin-left: 10px;
}

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