.navbar {
  padding: 0.18rem 2.4rem;
  background: linear-gradient(144deg, #2029b3 0%, #304cbd 100%);
}
.navbar .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .header-main .navbar-nav-left {
  flex: 1;
  padding-left: 1.2rem;
  justify-content: flex-start;
}
.navbar .header-main .navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.84rem;
  margin-left: 1.1rem;
  height: 1.28rem;
}
.navbar .header-main .navbar-nav .nav-item {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar .header-main .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 0.32rem;
}

.logo-container {
  width: 3.68rem;
  height: 1.24rem;
}
.logo-container img {
  width: 100%;
  height: 100%;
}

.common-btn {
  display: inline-block;
  height: 1.48rem;
  background: #ff9326;
  border-radius: 2rem 2rem 2rem 2rem;
  padding: 0.38rem 1.5rem;
  font-size: 0.48rem;
  color: #ffffff;
  text-align: center;
}

.navbar-nav .nav-link.active {
  font-weight: 600;
}

.navbar-nav .nav-link:hover {
  font-weight: 600;
}

.header-container {
  height: 16.2rem;
  background: url("../img/home-header-bg.webp") top/100% auto no-repeat;
  display: flex;
  flex-direction: column;
}
.header-container .header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 4.14rem;
}
.header-container .header-content h2 {
  font-size: 0.8rem;
  color: #ffffff;
}
.header-container .header-content h1 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #ffffff;
  text-shadow: 2px 2px 0px #000000;
}
.header-container .header-content .desc {
  background: rgba(255, 255, 255, 0.32);
  border-radius: 2rem 2rem 2rem 2rem;
  border: 0.02rem solid #ffffff;
  margin: 0.6rem 0 1.14rem;
  padding: 0.54rem 0.76rem;
  font-size: 0.64rem;
  color: #ffffff;
  text-shadow: 2px 2px 0px #000000;
}

.container {
  padding: 2rem 2.4rem;
}

.top-gray {
  background: linear-gradient(to bottom, #f8fafd 0%, #f5f1ff 7rem, #ffffff 7rem, #ffffff 100%);
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
}
.about-content .about-content-left {
  flex: 1;
}
.about-content .about-content-left .about-label {
  font-size: 0.56rem;
  color: #ff9326;
}
.about-content .about-content-left h2 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #000000;
  margin-top: 0.4rem;
}
.about-content .about-content-left .about-desc {
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.48rem;
  margin-top: 0.4rem;
}
.about-content .about-content-left .common-btn {
  margin-top: 0.6rem;
}
.about-content .about-content-right {
  width: 7.7rem;
  height: 7.7rem;
}
.about-content .about-content-right img {
  width: 100%;
  height: 100%;
}

.service-content h2 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #000000;
  text-align: center;
}
.service-content .service-desc {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
  text-align: center;
  margin-top: 0.4rem;
}
.service-content .service-item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  margin-top: 1.2rem;
}
.service-content .service-item-container .service-item {
  width: 7.04rem;
  background: #ffffff;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.04rem solid #cdcdcd;
  padding: 0.8rem 0.64rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.service-content .service-item-container .service-item:hover {
  border: 0.04rem solid #ff9326;
}
.service-content .service-item-container .service-item .service-item-title {
  font-size: 0.56rem;
  color: #000000;
  line-height: 0.84rem;
  font-weight: 600;
}
.service-content .service-item-container .service-item .service-item-desc {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.64rem;
  margin-top: 0.4rem;
}
.service-content .service-item-container .service-item .more-info {
  padding-top: 0.4rem;
  border-top: 0.04rem solid #cdcdcd;
  margin-top: 0.4rem;
}
.service-content .service-item-container .service-item .more-info ul li {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
}

.achievement-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.6rem;
}
.achievement-content .achievement-content-left h2 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #fff;
}
.achievement-content .achievement-content-left .achievement-desc {
  font-size: 0.48rem;
  color: #fff;
  line-height: 0.72rem;
  margin-top: 0.4rem;
}
.achievement-content .achievement-item-container {
  width: 12.22rem;
  flex-shrink: 0;
}
.achievement-content .achievement-item-container .achievement-item {
  width: 12.22rem;
  height: 2.88rem;
  background: #f8fafd;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.48rem;
  color: #333333;
  padding: 0 0.68rem;
  transition: all 0.3s ease;
}
.achievement-content .achievement-item-container .achievement-item:hover {
  color: #ff9326;
  transform: translateY(-0.2rem);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}

.judge-content h2 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #000000;
  text-align: center;
}
.judge-content .judge-desc {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
  text-align: center;
  margin-top: 0.4rem;
}
.judge-content .judge-item-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.4rem;
  margin-top: 1.2rem;
}
.judge-content .judge-item-container .judge-item {
  width: 7.04rem;
  padding: 0.8rem 0.64rem;
  background: #f8fafd;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.04rem solid #f8fafd;
}
.judge-content .judge-item-container .judge-item .text {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
}
.judge-content .judge-item-container .judge-item .name {
  font-size: 0.32rem;
  color: #666666;
  line-height: 0.48rem;
  text-align: right;
  margin-top: 0.4rem;
}

.faq-content h2 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #000000;
  text-align: center;
}
.faq-content .faq-desc {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
  text-align: center;
  margin-top: 0.4rem;
  margin-bottom: 1rem;
}
.faq-content .faq-item-container {
  margin-bottom: 0.24rem;
}
.faq-content .faq-item-container .faq-item {
  background: #f8fafd;
  border-radius: 0.4rem;
  margin-bottom: 0.24rem;
  overflow: hidden;
}
.faq-content .faq-item-container .faq-item .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem;
  gap: 2rem;
  cursor: pointer;
}
.faq-content .faq-item-container .faq-item .faq-question .faq-text {
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.72rem;
  font-weight: 600;
}
.faq-content .faq-item-container .faq-item .faq-question .faq-toggle {
  width: 0.6rem;
  height: 0.6rem;
  flex-shrink: 0;
}
.faq-content .faq-item-container .faq-item .faq-question .faq-toggle img {
  width: 100%;
  height: 100%;
}
.faq-content .faq-item-container .faq-item .faq-question .faq-toggle .add-ico {
  display: block;
}
.faq-content .faq-item-container .faq-item .faq-question .faq-toggle .deduct-ico {
  display: none;
}
.faq-content .faq-item-container .faq-item .faq-answer {
  padding: 0 0.6rem;
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-content .faq-item-container .faq-item.active .faq-question .faq-toggle .add-ico {
  display: none;
}
.faq-content .faq-item-container .faq-item.active .faq-question .faq-toggle .deduct-ico {
  display: block;
}
.faq-content .faq-item-container .faq-item.active .faq-answer {
  max-height: 5rem;
}

.agreement-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.agreement-content h2 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #000000;
  text-align: center;
}
.agreement-content .agreement-desc {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
  text-align: center;
  margin-top: 0.4rem;
  margin-bottom: 1rem;
}

.contact-content h2 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #000000;
  text-align: center;
}
.contact-content .contact-desc {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
  text-align: center;
  margin-top: 0.4rem;
  margin-bottom: 1rem;
}
.contact-content .contact-main {
  height: 14.28rem;
  background: url("../img/contact-bg.webp") center/100% auto no-repeat;
  padding: 0.8rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-content .contact-main .info-box {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding-bottom: 0.4rem;
  border-bottom: 0.08rem solid #ffffff;
}
.contact-content .contact-main .info-box .contact-item .label {
  font-weight: 600;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 0.6rem;
  margin-bottom: 0.24rem;
}
.contact-content .contact-main .info-box .contact-item .value {
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.48rem;
}
.contact-content .contact-main .form-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 0.4rem;
}
.contact-content .contact-main .form-box .form-left .form-item {
  margin-bottom: 0.6rem;
}
.contact-content .contact-main .form-box .form-left .form-item:last-child {
  margin-bottom: 0;
}
.contact-content .contact-main .form-box .form-left .form-item label {
  font-weight: 400;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 0.6rem;
}
.contact-content .contact-main .form-box .form-left .form-item input {
  margin-top: 0.24rem;
  width: 9.06rem;
  height: 1.2rem;
  background: #ffffff;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  padding: 0 0.4rem;
}
.contact-content .contact-main .form-box .form-right {
  width: 9.06rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.contact-content .contact-main .form-box .form-right .form-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-content .contact-main .form-box .form-right .form-item label {
  font-weight: 400;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 0.6rem;
}
.contact-content .contact-main .form-box .form-right .form-item textarea {
  height: 6.48rem;
  margin-top: 0.24rem;
  width: 100%;
  padding: 0.4rem;
  background: #ffffff;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
}
.contact-content .contact-main .common-btn {
  margin: 1rem auto;
  cursor: pointer;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.footer-content .footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.4rem;
}
.footer-content .footer-nav li {
  list-style: none;
}
.footer-content .footer-nav li a {
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 0.6rem;
}
.footer-content .footer-nav .active a {
  font-weight: 600;
}
.footer-content .footer-logo {
  width: 5.92rem;
  height: 2rem;
  margin-top: 0.8rem;
}
.footer-content .footer-logo img {
  width: 100%;
  height: 100%;
}

.about-info {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
  margin-top: 1.2rem;
}
.about-info p {
  margin-top: 0.4rem;
}
.about-info b {
  display: block;
  font-weight: 600;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.72rem;
  margin-top: 0.4rem;
}

.mission-content .mission-item {
  background: #f8fafd;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.04rem solid #f8fafd;
  padding: 1.2rem;
  margin-bottom: 0.8rem;
}
.mission-content .mission-item:last-of-type {
  margin-bottom: 0;
}
.mission-content .mission-item h2 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #000000;
  text-align: center;
  line-height: 0.72rem;
  margin-bottom: 0.8rem;
}
.mission-content .mission-item p {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
  margin-bottom: 0.4rem;
}
.mission-content .mission-item p:last-of-type {
  margin-bottom: 0.8rem;
}

.privacy-main {
  background: #fff;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.04rem solid #f8fafd;
  padding: 1.2rem 0.8rem;
}
.privacy-main .paragraph-content {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
  margin-bottom: 0.4rem;
}
.privacy-main .sub-title {
  font-weight: bold;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.72rem;
  margin-bottom: 0.4rem;
}
.privacy-main .pro-name {
  color: #ff9326;
}
.privacy-main .link {
  color: #003bff;
}
.privacy-main ul li {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
}
.privacy-main ul strong {
  font-weight: bold;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.72rem;
}

.product-container {
  padding: 2rem 0 0;
}
.product-container .product-content h2 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #000000;
  text-align: center;
}
.product-container .product-content .service-desc {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
  text-align: center;
  margin-top: 0.4rem;
}
.product-container .product-content .product-box {
  height: 13.2rem;
  background: url("../img/product-bg.webp") center/100% auto no-repeat;
  padding: 0 3.48rem;
  position: relative;
  margin-top: 2rem;
}
.product-container .product-content .product-box .product-info {
  width: 12rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-container .product-content .product-box .product-info .logo {
  width: 5.79rem;
  height: 2.7rem;
}
.product-container .product-content .product-box .product-info h3 {
  font-size: 1rem;
  color: #000000;
  font-style: italic;
  margin-top: 0.4rem;
}
.product-container .product-content .product-box .product-info .amount-lable {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
  font-weight: 600;
}
.product-container .product-content .product-box .product-info .amount {
  font-weight: bold;
  font-size: 1rem;
  color: #ea4600;
}
.product-container .product-content .product-box .product-info .desc {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
}
.product-container .product-content .product-box .img-fluid {
  position: absolute;
  right: 3.9rem;
  bottom: 0.48rem;
  width: 6.54rem;
  height: 14.2rem;
}
.product-container .product-content .product-box .product-page-img {
  bottom: -2rem;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .product-container {
    flex: 1;
  }
  .nbfc-page-seat {
    flex: 1;
  }
}
.eightBox {
  width: 24rem;
  text-align: center;
  margin: 0 auto;
}

.eightBox .eightOne {
  font-weight: bold;
  font-size: 1.2rem;
  color: #103274;
  text-align: center;
}

.eightBox .eightTwo {
  font-size: 0.36rem;
  color: #666666;
  text-align: center;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.eightBox input {
  width: 17.5rem;
  height: 1.08rem;
  background: #f6f6fa;
  border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
  border: 0.02rem solid #e1e1e1;
  font-size: 0.28rem;
  color: #333;
  text-align: center;
  margin-bottom: 0.4rem;
}

.eightBox input::-moz-placeholder {
  font-weight: 400;
  font-size: 0.28rem;
  color: #cccccc;
  line-height: 0.6rem;
}

.eightBox input::placeholder {
  font-weight: 400;
  font-size: 0.28rem;
  color: #cccccc;
  line-height: 0.6rem;
}

.eightBox .eightFive {
  font-weight: 400;
  font-size: 0.36rem;
  color: #ff9900;
  line-height: 0.48rem;
  text-align: center;
  margin-top: 0.64rem;
  margin-bottom: 0.98rem;
}

.eightBox .eightBtn {
  width: 4.78rem;
  height: 1.5rem;
  background: #003bff;
  border-radius: 0.82rem 0.82rem 0.82rem 0.82rem;
  font-weight: bold;
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 1.5rem;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.product-rate {
  height: 4.82rem;
  background: #f6d6ad;
  border-radius: 0rem 0rem 0rem 0rem;
  display: flex;
  align-items: center;
  gap: 1.84rem;
  padding: 0 3.5rem;
}
.product-rate .item .label {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.72rem;
}
.product-rate .item .value {
  font-weight: bold;
  font-size: 0.8rem;
  color: #000000;
}

.lending-partner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lending-partner-content .nbfc-logo {
  width: 8.47rem;
  height: 1.8rem;
}
.lending-partner-content .info-box {
  display: flex;
  flex-direction: column;
  gap: 0.56rem;
}
.lending-partner-content .info-box .info-item {
  width: 12.34rem;
  background: #ffffff;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.04rem solid #cdcdcd;
  padding: 0.48rem;
}
.lending-partner-content .info-box .info-item .label {
  font-size: 0.32rem;
  color: #0f1f3d;
  line-height: 0.48rem;
}
.lending-partner-content .info-box .info-item .value {
  font-size: 0.32rem;
  color: #0f1f3d;
  line-height: 0.48rem;
}
.lending-partner-content .info-box .info-item .value a {
  font-size: 0.32rem;
  color: #0f1f3d;
  line-height: 0.48rem;
  text-decoration: underline;
}