* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.banxin {
  width: 12rem;
  margin: auto;
}
.titleH5 {
  height: 0.44rem;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.6rem;
  color: #003914;
  line-height: 0.44rem;
  text-align: center;
  font-style: normal;
}
.nav {
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
  margin-bottom: 0.38rem;
}
.nav .logoTitle a {
  display: flex;
  align-items: center;
  width: 2.46rem;
  padding: 0.1rem;
  box-sizing: border-box;
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.18rem;
  color: #003914;
  text-align: left;
  font-style: normal;
}
.nav .logoTitle img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
}
.nav .nav_ul {
  display: flex;
  align-items: center;
}
.nav .nav_ul li {
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.14rem 0;
  margin-right: 0.1rem;
  margin-right: 0.5rem;
}

.nav .nav_ul li a {
  font-family: GalanoGrotesqueDEMO, GalanoGrotesqueDEMO;
  font-weight: bold;
  font-size: 0.2rem;
  color: #003914;
  font-style: normal;
}
.nav .nav_ul li.actve {
  background: #0FB14C;
  margin-right: 0.3rem;
  padding: 0.14rem 0.2rem;
  border-radius: 0.27rem;
}
.nav .nav_ul li.actve a {
  color: #FFFFFF;
}
.nav .nav_ul li:last-child {
  margin-right: 0;
}
.nav .WhatsApp img {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.06rem;
}
.nav .WhatsApp {
  position: relative;
  width: 1.71rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0FB14C;
  border-radius: 0.4rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
}
.nav .WhatsApp img  {
  margin-right: 0.06rem;
}
.nav .WhatsApp:hover .pgoneBox {
  display: flex;
}
.nav .WhatsApp .pgoneBox {
  position: absolute;
  bottom: -1.1rem;
  right: -0.5rem;
  width: 3rem;
  height: 1.1rem;
  display: none;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
.nav .WhatsApp .pgoneBox a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  font-style: normal;
  text-decoration: none;
}

.fair_loan {
  width: 9.71rem;
  height: 1.4rem;
  font-family: MontserratAlternates, MontserratAlternates;
  font-weight: 900;
  font-size: 0.68rem;
  line-height: 0.7rem;
  text-align: center;
  font-style: normal;
  color: #003914;
  margin: 0.88rem auto 0.25rem;
}
.fair_loan span {
  color: #0FB14C;
}
.instant_approval {
  height: 0.57rem;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.36rem;
  color: #003914;
  line-height: 0.57rem;
  text-align: center;
  font-style: normal;
  margin-bottom: 0.54rem;
}
.loan_repay_amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem;
  width: 13.4rem;
  height: 5.6rem;
  margin: 0 auto 1.2rem;
}

.loan_repay_amount .introduction_product, .loan_repay_amount .repay_amount {
  width: 2.8rem;
  height: 100%;
}
.loan_repay_amount .introduction_product {
  background: #0FB14C;
  border-radius: 0.2rem;
  overflow: hidden;
}
.loan_repay_amount .introduction_product .title {
  height: 0.44rem;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  background: #32cb60;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
}
.loan_repay_amount .introduction_product .content,.loan_repay_amount .introduction_product ul {
  margin: 0.16rem 0.2rem 0.3rem;
}
.loan_repay_amount .introduction_product .content {
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.11rem;
  color: #FFFFFF;
  line-height: 0.14rem;
  text-align: left;
  font-style: normal;
}
.loan_repay_amount .introduction_product .content span {
  color: #F9FFA4;
  font-weight: bold;
}
.loan_repay_amount .introduction_product ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.11rem;
  color: #FFFFFF;
  line-height: 0.14rem;
  text-align: left;
  font-style: normal;
}
.loan_repay_amount .introduction_product ul li:last-child {
  margin-bottom: 0;
}
.loan_repay_amount .introduction_product ul span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.09rem;
  background: #F9FFA4;
  border-radius: 50%;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.12rem;
  color: #0FB14C;
  font-style: normal;
}
.loan_amount {
  width: 7.6rem;
  height: 100%;
  padding: 0.4rem 0.3rem 0;
  background: #003914;
  border-radius: 0.2rem;
}
.loan_amount li:last-child {
  margin-top: 0.44rem;
}
.loan_amount .title_amount {
  width: 100%;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.loan_amount .title_amount .title {
  display: block;
  height: 0.39rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: #006B28;
  border-radius: 0.22rem;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.18rem;
  color: #FFFFFF;
  font-style: normal;
}
.loan_amount .title_amount .amount {
  /* display: contents; */
  width: 3rem;
  display: flex;
  align-items: baseline;
  justify-content: end;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.5rem;
  color: #F4FF71;
  line-height: 0.5rem;
  text-align: center;
  font-style: normal;
}
.loan_amount .title_amount .amount span {
  font-size: 0.27rem;
  margin-left: 0.04rem;
}
.loan_amount .how_much_need {
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.5rem;
  text-align: left;
  font-style: normal;
  margin: 0.12rem 0 0.06rem;
}
.add_reduce {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.26rem 0.3rem;
}
.add_reduce .loan-control {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
}
.add_reduce .much_need {
  width: 5rem;
}
.loan-control {
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.loan-control img {
  width: 100%;
  height: auto;
}
.loan_amount .much_need {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.15rem;
}
.loan_amount .amount {
  width: 100%;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.24rem;
  color: #00260D;
  margin-bottom: 0.12rem;
}
.loan-slider {
  width: 100%;
  height: 0.16rem;
  border-radius: 0.1rem;
  background: #E0F8E5;
  position: relative;
  cursor: pointer;
}
.loan-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #27B85D;
  border-radius: 0.1rem;
}
.loan-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}
.loan-slider:focus {
  outline: none;
}
.loan_repay_amount .repay_amount {
  background: #CBE3D0;
  border-radius: 0.2rem;
  border: 0.02rem solid #B6DABE;
  padding: 0.14rem 0.14rem 0.16rem;
}
.loan_repay_amount .repay_amount li {
  position: relative;
  height: 1.4rem;
  background: #FFFFFF;
  border-radius: 0.18rem;
  margin-bottom: 0.12rem;
  padding: 0.3rem 0;
}
.loan_repay_amount .repay_amount li .title {
  height: 0.3rem;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.18rem;
  color: #003914;
  line-height: 0.3rem;
  text-align: center;
  font-style: normal;
}
.loan_repay_amount .repay_amount li .amount {
  height: 0.5rem;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.5rem;
  text-align: center;
  font-style: normal;
}
.loan_repay_amount .repay_amount li img {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  cursor: pointer;
}
.loan_repay_amount .repay_amount .interest_fees {
  position: relative;
  width: 2.52rem;
  height: 4.44rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #0FB14C;
  border-radius: 0.18rem;
  backdrop-filter: blur(0.05rem);
  margin-bottom: 0.2rem;
  display: none;
}
.loan_repay_amount .repay_amount .interest_fees .title {
  height: 0.62rem;
  width: calc(100% - 0.32rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  margin: 0 0.16rem;
}
.loan_repay_amount .repay_amount .interest_fees .title img {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  cursor: pointer;
}
.loan_repay_amount .repay_amount .interest_fees ul {
  width: 100%;
}
.loan_repay_amount .repay_amount .interest_fees li {
  width: 100%;
  height: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.12rem;
  backdrop-filter: blur(0.05rem);
  border-radius: 0;
  background: #0FB14C;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.42rem;
  text-align: left;
  font-style: normal;
  white-space: nowrap;
  margin: 0;
}
.loan_repay_amount .repay_amount .interest_fees li:nth-child(1) {
  background: #179A44;
}
.loan_repay_amount .repay_amount .interest_fees .total_to_repay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.18rem;
  background: #179A44;
  border-radius: 0.18rem;
  backdrop-filter: blur(0.05rem);
  padding: 0.2rem 0 0 0.16rem;
}
.loan_repay_amount .repay_amount .interest_fees .total_to_repay .title {
  height: 0.28rem;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  text-align: left;
  font-style: normal;
  margin: 0;
}
.loan_repay_amount .repay_amount .interest_fees .total_to_repay .amount {
  height: 0.42rem;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.42rem;
  text-align: left;
  font-style: normal;
}


.loan_repay_amount .repay_amount .apply_now {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.66rem;
  background: #0FB14C;
  border-radius: 0.16rem;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.24rem;
  color: #FFFFFF;
  font-style: normal;
}
.loan_repay_amount .repay_amount .apply_now img {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  margin-left: 0.1rem;
}
.disclaimer {
  width: 12rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  background: #F7F7F7;
  border-radius: 0.5rem;
  margin: 0 auto 0.8rem;
  padding: 0.7rem 0.88rem 0.8rem 0.6rem;
}
.disclaimer .title {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.36rem;
  color: #0FB14C;
  line-height: 0.4rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.3rem;
}
.disclaimer .content {
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.16rem;
  color: #003914;
  line-height: 0.2rem;
  text-align: left;
  font-style: normal;
}
.disclaimer .content .line {
  width: 100%;
  height: 0.2rem;
}
.disclaimer img {
  width: 3.35rem;
  height: 2.81rem;
}
.fairness_compliance {
  width: 12rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  background: #F7F7F7;
  border-radius: 0.5rem;
  margin: 0 auto 1.6rem;
  padding: 0.22rem 0.6rem;
}
.fairness_compliance img {
  display: block;
  width: 4.25rem;
  height: 4.01rem;
}
.fairness_compliance .title {
  height: 0.5rem;
  font-family: GalanoGrotesqueDEMO, GalanoGrotesqueDEMO;
  font-weight: bold;
  font-size: 0.54rem;
  color: #0FB14C;
  line-height: 0.5rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.3rem;
}
.fairness_compliance p {
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.16rem;
  color: #003914;
  line-height: 0.2rem;
  text-align: right;
  font-style: normal;
}
.fairness_compliance p span {
  color: #0FB14C;
}
.fairness_compliance .line {
  height: 0.2rem;
  width: 100%;
}
.our_advantages {
  margin-top: 0.3rem;
}
.our_advantages .txt {
  width: 8.75rem;
  height: 0.6rem;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.24rem;
  color: #003914;
  line-height: 0.3rem;
  text-align: center;
  font-style: normal;
  margin: 0 auto 1rem;
}
.our_partners_icon {
  display: block;
  width: 18rem;
  margin: 0.4rem auto 0.78rem;
}
.our_advantages {
  width: 8.75rem;
  margin: 0.3rem auto 1rem;
}
.our_advantages .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 8.38rem;
  margin: 1rem auto 1.6rem;
}
.our_advantages .content .item .traditional {
  width: 3.36rem;
  height: 5.05rem;
  background: #F5F5F5;
  border-radius: 0.4rem;
  padding: 0.3rem 0.34rem;
}
.our_advantages .content .item .traditional li {
  width: 100%;
  height: 0.3rem;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.24rem;
  color: #003914;
  line-height: 0.3rem;
  text-align: center;
  font-style: normal;
  margin-bottom: 0.6rem;
}
.our_advantages .content .item .traditional li.active {
  height: 0.74rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E6E6E6;
  border-radius: 0.2rem;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.36rem;
  color: #666666;
  font-style: normal;
  margin-bottom: 0.34rem;
}
.our_advantages .content .item .traditional li:last-child {
  margin-bottom: 0;
}
.our_advantages .content .item .fair_loan_item {
  width: 4.91rem;
  height: 5.46rem;
  background: #31CA60;
  border-radius: 0.4rem;
  padding: 0.45rem 0.47rem 0.66rem;
}

.our_advantages .content .item .fair_loan_item li {
  width: 100%;
  height: 0.74rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #17AB44;
  border-radius: 0.2rem;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.29rem;
  color: #FFFFFF;
  font-style: normal;
  margin-bottom: 0.2rem;
}

.our_advantages .content .item .fair_loan_item li.active {
  height: 0.4rem;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  background: #31CA60;
  margin-bottom: 0.39rem;
}
.our_advantages .content .item .fair_loan_item li:last-child {
  margin-bottom: 0;
}






.footer {
  width: 100%;
  height: 2.41rem;
  background: #00260D;
}
.footer .line {
  height: 0.01rem;
  background: #828D86;
  margin-top: 0.4rem;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6rem;
}
.footer-content a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(255,255,255,0.5);
  text-align: left;
  font-style: normal;
}
.footer-content .logoName {
  display: flex;
  align-items: center;
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.24rem;
  color: #FFFFFF;
  font-style: normal;
}
.footer-content .logoName img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.09rem;
}
.footer  .Copyright {
  height: 0.2rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(255,255,255,0.5);
  line-height: 0.2rem;
  text-align: center;
  font-style: normal;
  margin-top: 0.2rem;
}


/* repay_amount
interest_fees */