@media screen and (max-width: 1350px) and (max-height: 900px) {
  .banner-box-right img {
    width: 552px !important;
    height: 552px !important;
  }
  .func-box .func-content ul li {
    width: 565px !important;
    height: 468px !important;
  }
  .func-box .func-content ul li h2 {
    font-size: 20px !important;
  }
  .func-box .func-content ul li p {
    font-size: 14px !important;
  }
  .func-box .func-content ul li img {
    width: 510px !important;
    height: 210px !important;
  }
}
@keyframes spread {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.banner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 117px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/600_wm/banner-background.png);
}
.banner-box .banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 90px;
  width: 1200px;
}
.banner-box .banner-content .banner-box-left {
  display: flex;
  flex-direction: column;
}
.banner-box .banner-content .banner-box-left h1 {
  color: #34322D;
  font-family: "Microsoft YaHei";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.banner-box .banner-content .banner-box-left ul {
  display: flex;
  gap: 20px;
  margin-top: 28px;
}
.banner-box .banner-content .banner-box-left ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #AE00FF;
  background: #FBFBFB;
  color: #34322D;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content .banner-box-left ul + p {
  width: 582px;
  height: 108px;
  margin-top: 40px;
  color: #666;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.banner-box .banner-content .banner-box-left .download-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 72px;
  margin-top: 40px;
  border-radius: 12px;
  background: linear-gradient(285deg, #1A1A19 60.52%, #34322D 100%);
  overflow: hidden;
}
.banner-box .banner-content .banner-box-left .download-btn img {
  width: 33px;
  height: 31px;
}
.banner-box .banner-content .banner-box-left .download-btn span {
  margin-left: 20px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content .banner-box-left .download-btn i {
  position: absolute;
  width: 355px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.082);
  animation: spread 1.5s linear infinite;
  -webkit-animation: spread 1.5s both infinite;
}
.banner-box .banner-content .banner-box-left p:last-of-type {
  position: relative;
  left: 52px;
  margin-top: 20px;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-box .banner-content .banner-box-right img {
  width: 664px;
  height: 664px;
}

.func-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/600_wm/func-background.png);
}
.func-box h1 {
  margin-top: 100px;
  color: #34322D;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.func-box .func-content {
  margin-top: 104px;
}
.func-box .func-content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1340px;
  overflow: hidden;
}
.func-box .func-content ul li {
  width: 650px;
  height: 468px;
  flex-shrink: 0;
  border-radius: 28px;
  background: #FFF;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.5;
  will-change: transform, opacity;
}
.func-box .func-content ul li li:nth-of-type(odd) {
  transform: perspective(1200px) translateX(-72px) translateY(61px) rotate(-7deg) rotateX(17deg) rotateY(5deg);
}
.func-box .func-content ul li li:nth-of-type(even) {
  transform: perspective(1200px) translateX(68px) translateY(84px) rotate(10deg) rotateX(19deg);
}
.func-box .func-content ul li .func-item {
  padding: 40px 36px;
}
.func-box .func-content ul li .func-item p {
  color: #666;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.func-box .func-content ul li .func-item p:first-of-type {
  margin-top: 24px;
}
.func-box .func-content ul li h2 {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.func-box .func-content ul li img {
  width: 578px;
  height: 238px;
  margin-top: 54px;
}

.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-download-box .bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
  height: 402px;
  margin: 100px 290px;
  border-radius: 28px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/600_wm/bottom-bg.png) no-repeat center;
  background-size: cover;
}
.bottom-download-box .bottom-content img {
  width: 90px;
  height: 90px;
}
.bottom-download-box .bottom-content h1 {
  margin-top: 40px;
  color: #34322D;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.bottom-download-box .bottom-content .download-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 72px;
  margin-top: 40px;
  border-radius: 12px;
  background: linear-gradient(285deg, #1A1A19 60.52%, #34322D 100%);
  overflow: hidden;
}
.bottom-download-box .bottom-content .download-btn img {
  width: 33px;
  height: 31px;
}
.bottom-download-box .bottom-content .download-btn span {
  margin-left: 20px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bottom-download-box .bottom-content .download-btn i {
  position: absolute;
  width: 355px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.082);
  animation: spread 1.5s linear infinite;
  -webkit-animation: spread 1.5s both infinite;
}

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