@charset "UTF-8";
html,
body {
  min-width: 1553px;
  overflow-x: auto;
}

.banner-box {
  position: relative;
  min-width: 1553px;
  background-color: #0A0A0A;
  margin-top: 117px;
}
.banner-box::before, .banner-box::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.banner-box::before {
  right: 0;
  top: 0;
  width: 452px;
  height: 485px;
  background: radial-gradient(ellipse 310px 330px at 72% 10%, rgba(248, 185, 28, 0.11) 0%, rgba(248, 185, 28, 0.11) 38%, rgba(248, 185, 28, 0) 72%), radial-gradient(ellipse 120px 130px at 72% 42%, rgba(248, 185, 28, 0.11) 0%, rgba(248, 185, 28, 0.11) 42%, rgba(248, 185, 28, 0) 74%);
  filter: blur(70px);
}
.banner-box::after {
  left: 0;
  top: 318px;
  width: 488px;
  height: 1132px;
  background: radial-gradient(ellipse 360px 640px at 6% 50%, rgba(248, 189, 28, 0.13) 0%, rgba(248, 189, 28, 0.13) 34%, rgba(248, 189, 28, 0) 70%), radial-gradient(ellipse 150px 260px at 0 62%, rgba(248, 189, 28, 0.13) 0%, rgba(248, 189, 28, 0.13) 35%, rgba(248, 189, 28, 0) 72%);
  filter: blur(80px);
}
.banner-box .banner-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.banner-box .banner-content .banner-content-left {
  display: flex;
  flex-direction: column;
}
.banner-box .banner-content .banner-content-left h1 {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  display: flex;
  align-items: center;
  margin-top: 177px;
  margin-bottom: 30px;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(238, 185, 111) 100%);
  /* 将背景裁剪到文字区域 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 将文字原本的颜色设置为透明，从而显示出背景渐变 */
  color: transparent;
}
.banner-box .banner-content .banner-content-left ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
}
.banner-box .banner-content .banner-content-left ul li {
  display: flex;
  gap: 10px;
}
.banner-box .banner-content .banner-content-left ul li img {
  width: 20px;
  height: 20px;
}
.banner-box .banner-content .banner-content-left ul li span {
  color: #d1d1d1;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}
.banner-box .banner-content .banner-content-left .download-btn {
  position: relative;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 72px;
  border-radius: 12px;
  background: linear-gradient(90deg, #08f 0%, #3ba4ff 100%);
  margin-bottom: 24px;
}
.banner-box .banner-content .banner-content-left .download-btn.banner-download-btn {
  width: 236px;
  height: 63px;
  box-sizing: border-box;
  justify-content: flex-start;
  gap: 13px;
  padding: 16px 35px;
  border-radius: 10px;
  background: linear-gradient(138.576deg, #FFB300 0%, #FFD54F 100%);
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 31.267px;
  overflow: visible;
  transition: background 0.3s ease;
}
.banner-box .banner-content .banner-content-left .download-btn.banner-download-btn::before {
  content: "";
  position: relative;
  z-index: 2;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/449_wm/ic-dload.png) no-repeat center/contain;
}
.banner-box .banner-content .banner-content-left .download-btn.banner-download-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 10px;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/449_wm/ic-dload-bg.svg") no-repeat -91px -4.5px/91px 72px;
  pointer-events: none;
  animation: bannerButtonShine 2.8s linear infinite;
}
.banner-box .banner-content .banner-content-left .download-btn.banner-download-btn:hover {
  background: linear-gradient(0deg, rgba(237, 146, 0, 0.2) 0%, rgba(237, 146, 0, 0.2) 100%), linear-gradient(107deg, #FFB300 0%, #FFD54F 100%);
}
.banner-box .banner-content .banner-content-left .download-btn.banner-download-btn .btn-text {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.267px;
  white-space: nowrap;
}
.banner-box .banner-content .banner-content-left span {
  color: #a4a4a4;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
.banner-box .banner-content .banner-content-right {
  position: relative;
  width: 696px;
  height: 523px;
  margin-top: 79px;
  z-index: 0;
  overflow: visible;
}
.banner-box .banner-content .banner-content-right .phone {
  transition: transform 0.45s ease;
}
.banner-box .banner-content .banner-content-right .phone:hover {
  transform: translateY(-20px);
}
.banner-box .banner-content .banner-content-right .banner-stage-bg {
  position: absolute;
  width: 691px;
  z-index: 1;
}
.banner-box .banner-content .banner-content-right .banner-phone-scene {
  position: absolute;
  left: 78px;
  top: 0;
  width: 602px;
  height: 523px;
  z-index: 2;
}
.banner-box .banner-content .banner-content-right .banner-phone {
  position: absolute;
  left: 46px;
  top: -43px;
  width: 438px;
  height: 609px;
  z-index: 3;
}
.banner-box .banner-content .banner-content-right .banner-record {
  position: absolute;
  left: -15px;
  top: 285px;
  width: 128px;
  height: 108px;
  transform: rotate(7.601deg);
  z-index: 4;
}
.banner-box .banner-content .banner-content-right .banner-record img {
  position: absolute;
  left: 19px;
  top: 4px;
  width: 116px;
  height: 108px;
  border-radius: 84px;
}
.banner-box .banner-content .banner-content-right .banner-record span {
  position: absolute;
  left: 30px;
  top: 28px;
  width: 70px;
  height: 60px;
  border: 1px solid #00f267;
  border-radius: 50%;
  filter: blur(3.5px);
  transform: rotate(9deg);
  pointer-events: none;
}
.banner-box .banner-content .banner-content-right .banner-feature-card {
  position: absolute;
  width: 76px;
  height: 75px;
  z-index: 4;
}
.banner-box .banner-content .banner-content-right .banner-feature-card .card-panel {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 2px solid #d0bfa3;
  background: radial-gradient(40.94% 58.42% at 92.37% 95.53%, rgba(222, 121, 0, 0.2) 0%, rgba(23, 16, 10, 0.2) 100%), linear-gradient(180deg, rgba(47, 37, 25, 0.76) 0%, rgba(54, 42, 29, 0.76) 37.01%, rgba(29, 25, 22, 0.76) 100%);
  backdrop-filter: blur(6px);
}
.banner-box .banner-content .banner-content-right .banner-feature-card img {
  position: absolute;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}
.banner-box .banner-content .banner-content-right .banner-feature-card-left {
  left: 62px;
  top: 163px;
  transform: rotate(11.373deg);
}
.banner-box .banner-content .banner-content-right .banner-feature-card-left img {
  left: -16px;
  top: -17px;
  width: 106px;
  height: 106px;
  transform: rotate(-6deg);
}
.banner-box .banner-content .banner-content-right .banner-feature-card-top {
  left: 441px;
  top: 149px;
  transform: rotate(10.387deg);
}
.banner-box .banner-content .banner-content-right .banner-feature-card-top img {
  left: -26px;
  top: -68px;
  width: 154px;
  height: 156px;
  transform: rotate(-5.704deg);
}
.banner-box .banner-content .banner-content-right .banner-feature-card-bottom {
  left: 435px;
  top: 311px;
  transform: rotate(10.31deg);
}
.banner-box .banner-content .banner-content-right .banner-feature-card-bottom img {
  left: -20px;
  top: -24px;
  width: 115px;
  height: 115px;
  transform: rotate(-8.575deg);
}

.banner-box .problem-box {
  position: relative;
  z-index: 1;
}

@keyframes bannerButtonShine {
  0% {
    background-position: -91px -4.5px;
  }
  100% {
    background-position: 236px -4.5px;
  }
}
.h2-title {
  position: relative;
  z-index: 1;
  font-family: "Source Han Sans SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  color: white;
}
.h2-title::before {
  content: "";
  width: 393px;
  height: 125px;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-52%, -30%);
  background: url(https://res.callmysoft.com/wm-static-resource/wm/449_wm/title-bg.png) no-repeat center;
  z-index: -1;
  pointer-events: none;
}

.problem-box {
  padding-bottom: 96px;
  padding-top: 98px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.problem-box .flip-list {
  width: 1275px;
  display: flex;
  justify-content: center;
  gap: 33px;
  margin-top: 70px;
}
.problem-box .flip-list li {
  position: relative;
  perspective: 1000px;
  width: 294px;
  height: 328px;
}
.problem-box .flip-list li:hover {
  z-index: 20;
}
.problem-box .flip-list li:hover .card-inner {
  transform: rotateY(180deg);
}
.problem-box .flip-list li .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
  will-change: transform;
}
.problem-box .flip-list li .card-inner .hover-before,
.problem-box .flip-list li .card-inner .hover-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  backface-visibility: hidden;
  will-change: transform;
}
.problem-box .flip-list li .card-inner .hover-before {
  overflow: hidden;
  border: 1px solid #504f4b;
  background: #191818;
  transform: rotateY(0deg);
}
.problem-box .flip-list li .card-inner .hover-before::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 156px;
  background: linear-gradient(0deg, #191818 0%, #191818 50%, rgba(25, 25, 24, 0) 100%);
  pointer-events: none;
}
.problem-box .flip-list li .card-inner .hover-before .card-media {
  position: absolute;
  overflow: hidden;
}
.problem-box .flip-list li .card-inner .hover-before .card-media img {
  position: absolute;
  max-width: none;
}
.problem-box .flip-list li .card-inner .hover-before .card-copy {
  position: absolute;
  left: 23px;
  top: 231px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 247px;
}
.problem-box .flip-list li .card-inner .hover-before span,
.problem-box .flip-list li .card-inner .hover-before em {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.4px;
  word-break: break-word;
}
.problem-box .flip-list li .card-inner .hover-before i {
  display: block;
  width: 18px;
  height: 2px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/449_wm/ic-card-dline.svg) no-repeat center/18px 2px;
}
.problem-box .flip-list li .card-inner .hover-before em {
  color: #ffc224;
}
.problem-box .flip-list li .card-inner .hover-after {
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, #171717 0%, #1c1b1b 100%);
  transform: rotateY(180deg);
}
.problem-box .flip-list li .card-inner .hover-after .after-icon {
  position: relative;
  display: block;
  width: 94px;
  height: 94px;
  margin-top: 39px;
}
.problem-box .flip-list li .card-inner .hover-after .after-icon img {
  position: absolute;
  display: block;
  max-width: none;
}
.problem-box .flip-list li .card-inner .hover-after .after-icon .after-icon-ring {
  width: 118.18px;
  height: 118.18px;
  left: -12.09px;
  top: -12.09px;
}
.problem-box .flip-list li .card-inner .hover-after .after-copy {
  width: 267px;
  margin-top: 27px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.72px;
}
.problem-box .flip-list li .card-inner .hover-after .download-btn {
  position: relative;
  width: 236px;
  height: 46px;
  margin-top: 33px;
  border-radius: 9999px;
  background: linear-gradient(147.208deg, #ffd54f 0%, #ffb300 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.problem-box .flip-list li:nth-child(1) .hover-before .card-media {
  left: -6px;
  top: -5.16px;
  width: 306px;
  height: 263.33px;
}
.problem-box .flip-list li:nth-child(1) .hover-before .card-media img {
  left: -28.31%;
  top: 0;
  width: 165.12%;
  height: 104.74%;
}
.problem-box .flip-list li:nth-child(2) .hover-before .card-media {
  left: -28px;
  top: -20px;
  width: 344px;
  height: 288px;
}
.problem-box .flip-list li:nth-child(2) .hover-before .card-media img {
  left: -19.3%;
  top: 5.15%;
  width: 136.86%;
  height: 89.24%;
}
.problem-box .flip-list li:nth-child(3) .hover-before .card-media {
  left: -32px;
  top: -11px;
  width: 350px;
  height: 303px;
}
.problem-box .flip-list li:nth-child(3) .hover-before .card-media img {
  left: -21.81%;
  top: 3.71%;
  width: 131.24%;
  height: 82.73%;
}
.problem-box .flip-list li:nth-child(4) .hover-before .card-media {
  left: -9.21px;
  top: 0;
  width: 319.68px;
  height: 249px;
}
.problem-box .flip-list li:nth-child(4) .hover-before .card-media img {
  left: -25.37%;
  top: -0.07%;
  width: 143.93%;
  height: 100.87%;
}

.intro-box {
  min-width: 1553px;
  height: 2013px;
  background: radial-gradient(590px 590px at 91% 78%, rgba(250, 204, 21, 0.18) 0%, rgba(250, 204, 21, 0) 62%), #0a0a0a;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro-box .h2-title {
  margin-top: 49px;
  color: #fff;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
}
.intro-box .h2-title::before {
  width: 60px;
  height: 3px;
  left: 50%;
  top: 66px;
  right: auto;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #fecc03;
}
.intro-box ul {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 116px;
}
.intro-box ul .odd-li {
  justify-content: space-between;
}
.intro-box ul .odd-li .intro-text {
  margin-left: 0;
}
.intro-box ul .even-li {
  justify-content: space-between;
}
.intro-box ul .even-li .intro-text {
  margin-right: 0;
}
.intro-box ul li {
  width: 1200px;
  height: 347px;
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow: visible;
}
.intro-box ul li:nth-child(2) {
  margin-top: 125px;
}
.intro-box ul li:nth-child(3) {
  margin-top: 105px;
}
.intro-box ul li:nth-child(4) {
  margin-top: 84px;
}
.intro-box ul li .intro-text {
  width: 579px;
  min-height: 245px;
  box-sizing: border-box;
  position: relative;
  padding-left: 96px;
  padding-top: 0;
  margin-top: 51px;
}
.intro-box ul li .intro-text h3 {
  color: #fff;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 31px;
  white-space: nowrap;
}
.intro-box ul li .intro-text h3 span {
  color: #ffc107;
}
.intro-box ul li .intro-text p {
  width: 483px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 47px;
}
.intro-box ul li:nth-child(1) .intro-text {
  margin-top: 63px;
}
.intro-box ul li:nth-child(4) .intro-text {
  width: 562px;
}
.intro-box ul li:nth-child(4) p {
  width: 466px;
}
.intro-box ul li .intro-icon-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-box ul li .intro-icon {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro-box ul li > .intro-media {
  width: 568px;
  height: 347px;
  flex: 0 0 568px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  background: #111;
}
.intro-box ul li .download-btn {
  position: relative;
  width: 209px;
  height: 67px;
  box-sizing: border-box;
  padding: 17px 36px;
  border-radius: 10px;
  background: linear-gradient(107deg, #ffd54f 0%, #ffb300 100%);
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 20.851px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.597px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  overflow: visible;
  text-decoration: none;
  transition: background 0.3s ease;
}
.intro-box ul li .download-btn::before {
  content: "";
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/449_wm/ic-dload.png) no-repeat center/contain;
}
.intro-box ul li .download-btn:hover {
  background: linear-gradient(0deg, rgba(237, 146, 0, 0.2) 0%, rgba(237, 146, 0, 0.2) 100%), linear-gradient(107deg, #ffb300 0%, #ffd54f 100%);
}
.intro-box ul li .download-btn .qrcode-box {
  left: 50%;
  transform: translateX(-50%);
}

.easy-start-box {
  min-width: 1553px;
  height: 520px;
  background: #0a0a0a;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 0 0 66px 0;
}
.easy-start-box .easy-start-title {
  position: relative;
  margin-top: 58px;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
}
.easy-start-box .easy-start-title span {
  color: #fecc03;
}
.easy-start-box .easy-start-title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 68px;
  width: 60px;
  height: 3px;
  border-radius: 999px;
  background: #fecc03;
  transform: translateX(-50%);
}
.easy-start-box .easy-start-content {
  position: relative;
  width: 1200px;
  height: 350px;
  margin-top: 82px;
}
.easy-start-box .easy-start-step {
  position: absolute;
  z-index: 2;
  width: 282px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.easy-start-box .easy-start-step.easy-start-step-download {
  left: 29px;
  top: 0;
}
.easy-start-box .easy-start-step.easy-start-step-download .step-copy {
  margin-top: 30px;
}
.easy-start-box .easy-start-step.easy-start-step-mode {
  left: 459px;
  top: 32px;
}
.easy-start-box .easy-start-step.easy-start-step-mode .step-copy {
  margin-top: 20px;
}
.easy-start-box .easy-start-step.easy-start-step-tune {
  left: 897px;
  top: 6px;
}
.easy-start-box .easy-start-step.easy-start-step-tune .step-copy {
  margin-top: 27px;
}
.easy-start-box .step-icon-card {
  position: relative;
  width: 169px;
  height: 169px;
  flex: 0 0 169px;
  overflow: hidden;
  box-sizing: border-box;
}
.easy-start-box .step-icon-card img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
}
.easy-start-box .step-icon-card.middle {
  width: 230px;
  height: 198px;
  flex: 0 0 198px;
}
.easy-start-box .step-icon-download {
  left: 13px;
  top: 14px;
  width: 141px;
  height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}
.easy-start-box .step-icon-mode {
  left: -548px;
  top: -42px;
  width: 1223px;
  height: 434px;
  -o-object-fit: cover;
     object-fit: cover;
}
.easy-start-box .step-icon-tune {
  left: 5px;
  top: 7px;
  width: 146px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.easy-start-box .step-copy {
  width: 282px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.easy-start-box .step-copy h3 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.easy-start-box .step-copy p {
  height: 41px;
  box-sizing: border-box;
  margin: 0;
  padding: 9px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(251, 193, 97, 0.35);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.easy-start-box .step-copy p span {
  color: #ffc107;
}
.easy-start-box .easy-start-line {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
}
.easy-start-box .easy-start-line-left {
  left: 273px;
  top: 53px;
  width: 236px;
  height: 215px;
}
.easy-start-box .easy-start-line-right {
  left: 684px;
  top: 53px;
  width: 263px;
  height: 215px;
}

.download-now-box {
  min-width: 1553px;
  height: 276px;
  box-sizing: border-box;
  padding-top: 60px;
  background: #050505;
  overflow: visible;
}
.download-now-box .download-now-panel {
  position: relative;
  width: 1553px;
  max-width: calc(100% - 40px);
  height: 156px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 214px 0 234px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #5d4d3a;
  border-radius: 15px;
  box-shadow: 0 0 53.4px 0 rgba(145, 123, 27, 0.59) inset;
}
.download-now-box .download-now-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border: 1px solid #5d4d3a;
  border-radius: inherit;
  background: rgba(29, 29, 29, 0.55);
  pointer-events: none;
}
.download-now-box .download-now-guitar {
  position: absolute;
  left: 0;
  top: -180px;
  z-index: 1;
  width: 374px;
  height: 374px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.download-now-box .download-now-guitar img {
  width: 264px;
  height: 264px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.37;
  transform: rotate(45deg);
}
.download-now-box h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.download-now-box .download-now-btn {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 21px 58px 21px 51px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  overflow: visible;
  border-radius: 14px;
  background: linear-gradient(138.576deg, #FFB300 0%, #FFD54F 100%);
  transition: background 0.3s ease;
}
.download-now-box .download-now-btn::before {
  content: "";
  position: relative;
  z-index: 2;
  width: 43px;
  height: 43px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/449_wm/ic-dload.png) no-repeat center/contain;
}
.download-now-box .download-now-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 10px;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/449_wm/ic-dload-bg.svg") no-repeat -91px -4.5px/91px 88px;
  pointer-events: none;
  animation: bannerButtonShine 2.8s linear infinite;
}
.download-now-box .download-now-btn:hover {
  background: linear-gradient(0deg, rgba(237, 146, 0, 0.2) 0%, rgba(237, 146, 0, 0.2) 100%), linear-gradient(107deg, #FFB300 0%, #FFD54F 100%);
}
.download-now-box .download-now-btn .btn-text {
  position: relative;
  z-index: 2;
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.download-now-box .download-now-btn .qrcode-box {
  left: 50%;
  transform: translateX(-50%);
}

.effect-testimonial-swiper {
  width: 100%;
  min-width: 1553px;
  height: 607px;
  margin: 0;
  padding-top: 68px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(286deg, #0a0a0a 14.34%, #1a1608 140.67%), #0a0a0a;
}
.effect-testimonial-swiper h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 78px;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.effect-testimonial-swiper h2::before, .effect-testimonial-swiper h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.effect-testimonial-swiper h2::before {
  left: -98px;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/449_wm/ic-testimonial-left.png");
}
.effect-testimonial-swiper h2::after {
  right: -98px;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/449_wm/ic-testimonial-right.png");
}
.effect-testimonial-swiper h2 span {
  color: #fecc03;
}
.effect-testimonial-swiper .swiper-container {
  width: 1202px;
  margin: 0 auto;
  overflow: hidden;
}
.effect-testimonial-swiper .swiper-wrapper {
  align-items: stretch;
}
.effect-testimonial-swiper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 365px;
  height: 279px;
  padding: 33px 25px 33px 26px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 19px;
  border: 1px solid transparent;
  background: linear-gradient(1deg, rgba(84, 56, 87, 0.18) -14.76%, rgba(48, 48, 66, 0.18) -14.76%, rgba(48, 48, 66, 0.36) 52.81%, rgba(66, 65, 48, 0.4) 113.69%);
  box-shadow: 0 1.439px 2.439px 1px rgba(255, 255, 255, 0.33) inset;
  backdrop-filter: blur(6.097799778px);
}
.effect-testimonial-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, #7e6f3c 48%, rgba(89, 72, 22, 0.86) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.effect-testimonial-swiper__rating {
  display: flex;
  align-items: center;
  gap: 12.375px;
  flex: 0 0 auto;
}
.effect-testimonial-swiper__rating span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}
.effect-testimonial-swiper__stars {
  display: block;
  width: 135px;
  height: 21px;
}
.effect-testimonial-swiper p {
  width: 100%;
  min-height: 78px;
  margin: 20px 0 20px;
  color: #fff;
  text-align: left;
  word-break: break-word;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.effect-testimonial-swiper__user {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}
.effect-testimonial-swiper__avatar {
  display: block;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.effect-testimonial-swiper strong {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.effect-testimonial-swiper .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 26px;
}
.effect-testimonial-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  margin: 0;
  border-radius: 62px;
  background: rgba(160, 160, 160, 0.35);
  opacity: 1;
}
.effect-testimonial-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(147deg, #ffd54f 0%, #ffb300 100%);
  box-shadow: 0 4.507px 10.817px rgba(147, 184, 181, 0.25);
}

.qrcode-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;
  z-index: 2025;
}
.qrcode-box span {
  color: #a6a7a8;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}/*# sourceMappingURL=style.css.map */