@charset "UTF-8";
body,
html {
  overflow-x: hidden;
}

.main {
  text-align: center;
  padding-top: 163px;
  background: url(../img/bg.png) no-repeat center;
  background-size: 100% 100%;
  overflow-x: hidden;
  padding-bottom: 160px;
}

.container-lg {
  padding: 0px 20px;
}

.feature-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.feature-container li {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 63px;
}
.feature-container li .feature-card {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.feature-container li .feature-card .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature-container li .feature-card .box .circle {
  display: flex;
  width: 56px;
  padding: 6px 18px 30px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #b79fff;
}
.feature-container li .feature-card .box .circle img {
  width: 20px;
}
.feature-container li .feature-card .box .desc {
  width: 177px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px 4px rgba(48, 48, 48, 0.0392156863);
  margin-top: -28px;
  text-align: left;
}
.feature-container li .feature-card .box .desc h3 {
  color: #333333;
  font-family: "Lexend";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 6px;
}
.feature-container li .feature-card .box .desc p {
  color: #666666;
  font-family: "Lexend";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.feature-container li .left-align {
  align-self: flex-start;
}
.feature-container li .right-align {
  align-self: flex-end;
}
.feature-container li .loan-card {
  border-radius: 20px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #735ddc 0%, #9e77ee 100%);
  text-align: center;
  flex-shrink: 0;
  padding: 37px 24px 24px 24px;
  width: 453px;
  margin: 0px 59px;
}
.feature-container li .loan-card .productLogo {
  height: 52px;
  margin-right: 8px;
}
.feature-container li .loan-card .head {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 23px;
}
.feature-container li .loan-card .head h1 {
  color: #ffffff;
  font-family: "Lexend";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.feature-container li .loan-card .head p {
  color: #ffffff;
  font-family: "Lexend";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.feature-container li .loan-card .loanInfo {
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.0509803922);
  padding: 30px 20px;
}
.feature-container li .loan-card .loanInfo h3 {
  color: #666666;
  font-family: "Lexend";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.feature-container li .loan-card .loanInfo .amount {
  color: #333333;
  font-family: "Lexend";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin: 20px 0px 0px 0px;
}
.feature-container li .loan-card .loanInfo .amount span {
  color: #333333;
  font-family: "Roboto";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin-right: 8px;
}
.feature-container li .loan-card .loanInfo .side {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.feature-container li .loan-card .loanInfo .side img {
  width: 30px;
  z-index: 2;
}
.feature-container li .loan-card .loanInfo .side .line {
  flex: 1;
  height: 8px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #ebebeb;
  margin-left: -5px;
}
.feature-container li .loan-card .loanInfo .amountRange {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #beaece;
  font-family: "Lexend";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0px 0px 40px 0px;
}
.feature-container li .loan-card .loanInfo .loanBenefit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  font-family: "Lexend";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.feature-container li .loan-card .loanInfo .loanBenefit p {
  display: flex;
  align-items: center;
}
p .feature-container li .loan-card .loanInfo .loanBenefit:last-child {
  margin-right: 0px;
}
.feature-container li .loan-card .loanInfo .loanBenefit img {
  height: 14px;
  margin-right: 4px;
}
.feature-container li .loan-card .loanInfo .apply {
  width: 100%;
  height: 64px;
  border-radius: 12px;
  background: linear-gradient(125deg, #ffdc26 -0.59%, #ff8b20 97.44%);
  border: none;
  color: #ffffff;
  text-align: center;
  font-family: "Lexend";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 20px;
}
.feature-container .right-card .feature-card {
  align-items: start;
}
.feature-container .right-card .feature-card .box .circle {
  background: #ffd326;
}

.features {
  align-items: center;
  text-align: center;
}
.features h1 {
  width: 60%;
  color: #333333;
  text-align: center;
  font-family: "Lexend";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin: 170px 0px 20px 20%;
}
.features h1 b {
  text-align: center;
  font-family: "Lexend";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  background: linear-gradient(180deg, #9e77ee 0%, #7a61dc 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.features h6 {
  color: #666666;
  font-family: "Lexend";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.features .features-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 120px;
}
.features .features-item li {
  padding: 0px 20px 20px 20px;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 0 40px 10px rgba(133, 112, 80, 0.0509803922);
  text-align: center;
  width: 312px;
}
.features .features-item li img {
  height: 128px;
  margin-top: -40px;
}
.features .features-item li h3 {
  color: #333333;
  text-align: center;
  font-family: "Lexend";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 22px 0px 10px 0px;
}
.features .features-item li p {
  text-align: center;
  font-family: "Lexend";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #755fdd;
}

.loan-steps h1 {
  width: 60%;
  margin-left: 20%;
  color: #333333;
  text-align: center;
  font-family: "Lexend";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}
.loan-steps h1 b {
  text-align: center;
  font-family: "Lexend";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  background: linear-gradient(180deg, #9e77ee 0%, #7a61dc 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.loan-steps h6 {
  color: #666666;
  font-family: "Lexend";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-top: 60px;
}
.loan-steps .steps {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.loan-steps .steps .steps-img {
  width: 60%;
}
.loan-steps .steps .steps-img .point span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #faa891;
  margin-right: 20px;
}
.loan-steps .steps .steps-order {
  color: #333333;
  font-family: "Lexend";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.loan-steps .steps .steps-order li {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 80px;
  cursor: pointer;
}
.loan-steps .steps .steps-order li img {
  height: 32px;
  margin-right: 30px;
}
.loan-steps .steps .steps-order li .gp {
  height: 52px;
}
.loan-steps .steps .steps-order :first-child {
  font-weight: 600;
}
.loan-steps .steps .steps-order :last-child {
  margin-bottom: 0px;
  cursor: pointer;
  display: inline-block;
}
.loan-steps .mobile-steps .steps-img {
  text-align: center;
  position: relative;
}
.loan-steps .mobile-steps .steps-img img {
  height: 276px;
  width: auto;
}
.loan-steps .mobile-steps .steps-img .pointss {
  margin-top: 20px !important;
}
.loan-steps .mobile-steps .steps-order li {
  display: none;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.loan-steps .mobile-steps .steps-order li img {
  height: 24px;
  margin-right: 10px;
}
.loan-steps .mobile-steps .steps-order li .gp {
  height: 52px;
}
.loan-steps .mobile-steps .steps-order .activeItem {
  display: flex;
}

.repayWay {
  margin: 160px auto;
  text-align: center;
}
.repayWay h1 {
  color: #333333;
  text-align: center;
  font-family: "Lexend";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}
.repayWay h1 b {
  text-align: center;
  font-family: "Lexend";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  background: linear-gradient(180deg, #9e77ee 0%, #7a61dc 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.repayWay h6 {
  color: #666666;
  font-family: "Lexend";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 20px 0px 105px 0px;
}
.repayWay .supplier {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
.repayWay .supplier li {
  color: #333333;
  font-family: "Lexend";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: 160px;
  padding: 29px 34px 23px 35px;
  border-radius: 12px;
  background: #fcf9ff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.repayWay .supplier li img {
  display: block;
  margin-bottom: 22px;
}

.abount {
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, #735ddc 0%, #9e77ee 100%);
  padding: 60px;
}
.abount .about-us {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #ffffff;
  font-family: "Lexend";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.abount .about-us h1 {
  font-family: "Lexend";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  display: block;
  margin-bottom: 20px;
}
.abount .about-us img {
  height: 202px;
  margin-left: 65px;
  cursor: pointer;
}
.abount .certification {
  margin-top: 30px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  text-align: left;
  color: #97969c;
  font-family: "Lexend";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.abount .certification img {
  height: 116px;
  margin-right: 30px;
}

.question {
  margin: 160px auto;
  text-align: center;
}
.question h1 {
  font-family: "Lexend";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  color: #333333;
  margin-bottom: 90px;
}
.question .partners li p:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
  font-family: "Lexend";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.question .partners li p:first-child img {
  height: 24px;
}
.question .partners li p:last-child {
  text-align: left;
  margin-top: 10px;
  display: none;
  color: #333333;
  font-family: "Lexend";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.question .partners li {
  padding-bottom: 24px;
  margin-top: 40px;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}

.mobileDowanload {
  width: 90%;
  height: 46px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 60px;
  background: #11043d;
  color: #ffffff;
  text-align: center;
  font-family: "Lexend";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  position: fixed;
  bottom: 20px;
  left: 5%;
  border: none;
  display: none;
  z-index: 9999;
}

.downloadShow {
  display: block;
}

.downloadColor {
  background: linear-gradient(180deg, #ffd726 0%, #ff8f21 100%);
}

/* Swiper 容器样式 */
.swiper-container {
  width: 384px;
  height: 576px; /* 设置容器高度 */
  overflow: hidden;
  position: relative;
}

/* Swiper 每个滑块样式 */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

/* 图片样式 */
.swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; /* 保持图片比例，填充容器 */
}

.rotate {
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out; /* 添加平滑过渡效果 */
}

.partners img {
  transition: transform 0.3s ease-in-out; /* 默认状态下也要有过渡效果 */
}

/* 媒体查询 */
@media (max-width: 768px) {
  .main {
    padding: 0px;
    padding-bottom: 80.67px;
    background: url(../img/mobileBg.png) no-repeat center;
    background-size: 100% 60%;
    background-position: top;
  }
  .feature-container li .loan-card {
    padding: 16px;
    width: 100%;
    margin: 0px;
  }
  .feature-container li .loan-card .productLogo {
    height: 26px;
    margin-right: 6px;
  }
  .feature-container li .loan-card .head {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 20px;
  }
  .feature-container li .loan-card .head h1 {
    font-size: 12px;
    line-height: 20px;
  }
  .feature-container li .loan-card .head p {
    font-size: 11px;
    line-height: 19px;
  }
  .feature-container li .loan-card .loanInfo {
    padding: 20px 12px;
  }
  .feature-container li .loan-card .loanInfo .amount {
    font-size: 28px;
    line-height: 36px;
    margin-top: 8px;
  }
  .feature-container li .loan-card .loanInfo .amount span {
    font-size: 18px;
    line-height: 36px;
  }
  .feature-container li .loan-card .loanInfo .side img {
    width: 14x;
    z-index: 2;
  }
  .feature-container li .loan-card .loanInfo .side .line {
    height: 4px;
    margin-left: -5px;
  }
  .feature-container li .loan-card .loanInfo .amountRange {
    font-size: 11px;
    line-height: 19px;
    margin: 0px 0px 40px 0px;
  }
  .feature-container li .loan-card .loanInfo .loanBenefit {
    flex-wrap: wrap;
    font-size: 11px;
    line-height: 19px;
  }
  .feature-container li .loan-card .loanInfo .loanBenefit p {
    display: flex;
    align-items: center;
  }
  .feature-container li .loan-card .loanInfo .loanBenefit p:last-child {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
  }
  .feature-container li .loan-card .loanInfo .apply {
    width: 80%;
    height: 32px;
    border-radius: 8px;
    background: #463f3f;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
  .features {
    align-items: center;
    text-align: center;
  }
  .features h1 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    margin: 80px 0px 10px 0px;
  }
  .features h1 b {
    font-size: 24px;
    line-height: 32px;
  }
  .features h6 {
    font-size: 11px;
    line-height: 19px;
  }
  .features .features-item {
    margin-top: 97px;
    width: 100%;
  }
  .features .features-item li {
    width: 100%;
    margin-bottom: 71px;
    height: 170px;
    padding: 0px;
    padding-bottom: 20px;
  }
  .features .features-item li img {
    height: 106.5px;
    margin-top: -40px;
    margin-bottom: 17.6px;
  }
  .features .features-item li h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
  }
  .features .features-item li p {
    font-size: 12px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .features .features-item li .top2 {
    margin-top: -30.33px;
  }
  .features .features-item li .top3 {
    margin-top: -63.67px;
    margin-bottom: 9px;
  }
  .features .features-item li:last-child {
    margin-bottom: 0px;
  }
  .loan-steps h1 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    margin-left: 0px;
  }
  .loan-steps h1 b {
    font-size: 24px;
    line-height: 32px;
  }
  .loan-steps h6 {
    font-size: 11px;
    line-height: 19px;
    margin-top: 10px;
  }
  .loan-steps .steps .steps-img {
    width: 100%;
  }
  .repayWay {
    margin: 80px auto;
  }
  .repayWay h1 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    margin-left: 0px;
  }
  .repayWay h1 b {
    font-size: 24px;
    line-height: 32px;
  }
  .repayWay h6 {
    font-size: 11px;
    line-height: 19px;
    margin-top: 10px;
    margin: 10px 0px 40px 0px;
  }
  .repayWay .supplier {
    flex-wrap: wrap;
  }
  .repayWay .supplier li {
    font-size: 12px;
    line-height: 20px;
    height: 94px;
    width: 94px;
    padding: 19px 16px 19px 17px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .repayWay .supplier li img {
    display: block;
    margin-bottom: 13px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .repayWay .supplier li .way1 {
    height: 20px;
  }
  .repayWay .supplier li .way2 {
    height: 22.35px;
  }
  .repayWay .supplier li .way3 {
    height: 26px;
  }
  .repayWay .supplier li .way4 {
    height: 26px;
  }
  .repayWay .supplier li .way5 {
    height: 32px;
  }
  .abount {
    padding: 20px;
  }
  .abount .about-us {
    font-size: 16px;
    line-height: 24px;
  }
  .abount .about-us h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .abount .certification {
    margin-top: 30px;
    flex-direction: column;
    padding: 20px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .abount .certification img {
    height: 87px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .question {
    margin: 80px auto;
  }
  .question h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .question .partners li p:first-child {
    font-size: 14px;
    line-height: 22px;
  }
  .question .partners li p:first-child img {
    height: 20px;
  }
  .question .partners li p:last-child {
    text-align: left;
    margin-top: 10px;
    display: none;
    font-size: 12px;
    line-height: 20px;
  }
  .question .partners li {
    padding-bottom: 10px;
    text-align: left;
  }
  /* Swiper 容器样式 */
  .swiper-container1 {
    width: 100%;
    height: 306px; /* 设置容器高度 */
    overflow: hidden;
    position: relative;
  }
  /* Swiper 每个滑块样式 */
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  /* 图片样式 */
  .swiper-slide img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=home.css.map */