@charset "UTF-8";
html,
body {
  background: #ffffff;
}

.container-lg {
  min-width: 1520px;
}

.shadow-bottom {
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.0588235294));
  position: fixed;
  width: 100%;
}

.header-box {
  background: linear-gradient(96deg, rgba(158, 119, 238, 0.1019607843) -0.66%, rgba(115, 93, 220, 0.1019607843) 103.95%);
}

.recommend {
  display: flex;
  align-items: center;
  background: url(../img/appbg.png) no-repeat right;
  background-size: 702px 192px;
}

.introduce {
  color: #333333;
  font-family: "Roboto";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  padding-top: 23px;
}

.introduce div:nth-child(2) {
  margin: 20px 0px 40px 0px;
}

.introduce img {
  height: 76px;
  cursor: pointer;
}

.introduce-text {
  color: #333333;
  font-family: "Roboto";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 86px;
}

.rc {
  margin-left: 150px;
}

.feature-box {
  background: #fbf8ff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.feature-main {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.feature-main > div {
  margin-bottom: 20px;
}

.feature {
  padding: 30px 20px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #333333;
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  line-height: 40px;
  font-weight: 600;
  height: 100%;
}

.feature-item {
  padding-right: 40px;
  height: 100%;
}

.feature img {
  height: 80px;
  margin-bottom: 40px;
}

.purple {
  background-color: #e2d8ff;
}

.yellow {
  background: rgba(255, 235, 199, 0.6);
}

.blue {
  background: rgba(211, 239, 239, 0.6);
}

.green {
  background: rgba(205, 239, 218, 0.6);
}

.instructions-box {
  background: #f1effc;
  padding: 120px 0px;
}

.instructions-box h1 {
  color: #333333;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 60px;
}

.instructions {
  display: flex;
  justify-content: space-between;
}

/* .instructions ol {
  padding-left: 20px;
} */
.instructions li {
  color: #666666;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 50px;
  cursor: pointer;
}

.instructions li span {
  height: 64px;
  border-radius: 50%;
  border: 2px solid #666;
  width: 64px;
  display: inline-block;
  line-height: 64px;
  text-align: center;
  font-weight: 700;
  margin-right: 20px;
}

.instructions .activation {
  font-weight: 700;
  color: #735ddc;
}

.instructions .activation span {
  background: linear-gradient(96deg, #9e77ee -0.66%, #735ddc 103.95%);
  color: #ffffff;
  border: 0;
}

.instructions .mobile-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
}

.mobile-step li {
  display: flex;
  align-items: center;
  color: #666666;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 60px;
  cursor: pointer;
}

.mobile-step li span {
  height: 32px;
  border-radius: 50%;
  border: 1px solid #666;
  width: 32px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  margin-right: 0px;
}

.mobile-step li img {
  margin: 0px 11px;
  height: 10px;
}

.phone-image .navButton a {
  text-decoration: none;
  padding: 16px 0;
  width: 70%;
  margin-left: 15%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 24px;
  border: 2px solid #333;
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.phone-image .navButton img {
  display: block;
  height: 48px;
}

.phone-image img {
  display: none;
}

.phone-image .dks {
  display: block;
}

.mobile-text {
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #735ddc;
}

.mobile-text span {
  display: none;
  margin-top: 20px;
}

.mobile-text .dk {
  display: block;
}

.section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 120px 0px;
}

.section > :first-child {
  margin-right: 80px;
}

.section .content {
  color: #666666;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}

.section .content h2 {
  color: #333333;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 60px;
}

/* 媒体查询 */
@media (max-width: 998px) {
  /* .our {
    order: -1;
  } */
  .container-lg {
    padding: 0px 20px;
  }
}
@media (max-width: 768px) {
  .recommend {
    background: url(../img/appbg.png) no-repeat center;
    background-size: 100%;
  }
  .introduce {
    font-size: 16px;
    line-height: 24px;
    padding: 30px 0px 26px 0px;
  }
  .introduce div:nth-child(2) {
    margin: 6px 0px 20px 0px;
  }
  .introduce img {
    height: 27px;
  }
  .introduce-text {
    font-size: 24px;
    line-height: 32px;
  }
  .feature-box {
    background: #fbf8ff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .feature {
    padding: 16px;
    border-radius: 12px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    min-height: 72px;
    display: flex;
    align-items: center;
  }
  .feature-item {
    padding-right: 0px;
  }
  .feature img {
    height: 40px;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .instructions-box {
    padding: 30px 0px;
  }
  .instructions-box h1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    text-align: center;
  }
  .section {
    padding: 30px 0px 0px 0px;
    text-align: center;
  }
  .mb-order :first-child {
    order: 1;
  }
  .mb-order img {
    margin-bottom: 20px;
  }
  .section :first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .section .content {
    font-size: 14px;
    line-height: 22px;
  }
  .section .content h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.feedback {
  background: #fbf8ff;
  padding: 120px 0px 184px 0px;
}
.feedback .cardList h4 {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 92px;
}
.feedback .cardList .swiper-pagination {
  bottom: -64px;
  gap: 64px;
}
.feedback .cardList .swiper-pagination span {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  border-radius: 60px;
  background: #aba9ae;
  margin-right: 28px;
}
.feedback .cardList .swiper-pagination .swiper-pagination-bullet-active {
  background: #9f99a7;
}

.cardSwiper {
  position: relative;
  padding: 0px 28px;
  height: 100%;
  padding: 32px 0px;
  border-radius: 48px;
}
.cardSwiper .swiper-button-prev,
.cardSwiper .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 32px);
}
.cardSwiper .swiper-button-next,
.cardSwiper .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 50px);
  left: auto;
}
.cardSwiper .swiper-button-prev::after,
.cardSwiper .swiper-button-next::after {
  content: "";
}
.cardSwiper .arrowRight,
.cardSwiper .arrowLeft {
  position: relative;
}
.cardSwiper .arrowLeft::after,
.cardSwiper .arrowRight::after {
  position: absolute;
  content: " ";
  width: 48px;
  height: 48px;
  border-left: 8px solid #999999;
  border-bottom: 8px solid #999999;
  transform: rotate(-130deg);
}
.cardSwiper .arrowRight {
  margin-right: 32px;
}
.cardSwiper .arrowLeft::after {
  transform: rotate(45deg);
}
.cardSwiper .arrowRight:hover::after {
  border-left: 8px solid #7860dd;
  border-bottom: 8px solid #7860dd;
}
.cardSwiper .arrowLeft:hover::after {
  border-left: 8px solid #7860dd;
  border-bottom: 8px solid #7860dd;
}

.cardSwiper:has(.swiper-button-next:hover) {
  background: linear-gradient(90deg, #fbf8ff 0%, #f0e5ff 100%);
}

.cardSwiper:has(.swiper-button-prev:hover) {
  background: linear-gradient(270deg, #fbf8ff 0%, #f0e5ff 100%);
}

.swiper {
  width: 80%;
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
}
.swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-wrapper .content {
  justify-content: center;
  border-radius: 24px;
  border: 1px solid #d2d2d2;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.0784313725);
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.swiper-wrapper .content p {
  flex: 1;
  color: #333333;
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
.swiper-wrapper .content .userInfo {
  display: flex;
  align-items: center;
  color: #333333;
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-top: 27px;
}
.swiper-wrapper .content .userInfo img {
  height: 64px;
  width: 64px;
  margin-right: 12px;
}

.partners {
  background: #f2f0f5;
  padding: 120px 0px;
}
.partners h4 {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  width: 70%;
  margin-left: 15%;
  margin-bottom: 80px;
}
.partners ul {
  display: flex;
  align-self: center;
  justify-content: space-between;
  gap: 30px;
}
.partners ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 56px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.0784313725);
}
.partners ul li .img01 {
  height: 64px;
}
.partners ul li .img02 {
  height: 86px;
}
.partners ul li .img03 {
  height: 94px;
}
.partners ul li .img04 {
  height: 156px;
}/*# sourceMappingURL=home.css.map */