.navbar {
  padding: 0 3.94rem;
}
.navbar .container {
  display: flex;
  align-items: center;
}
.navbar .container .navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.84rem;
  margin-left: 1.1rem;
  height: 1.28rem;
}
.navbar .container .navbar-nav .nav-item {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar .container .navbar-nav .nav-item .nav-link {
  color: #252b42;
  font-size: 0.32rem;
  font-weight: 600;
}

.logo-container {
  width: 3.36rem;
  height: 1.28rem;
}
.logo-container img {
  width: 100%;
  height: 100%;
}

.navbar-nav .nav-link.active {
  color: #ff8c00 !important;
}

.navbar-nav .nav-link:hover {
  color: #ff8c00 !important;
}

.banner-container {
  position: relative;
  height: 14.22rem;
  padding: 2.1rem 3.94rem;
  overflow-y: visible;
  overflow-x: visible;
  margin-bottom: 2.8rem;
}
.banner-container .img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-inner .banner-title {
  font-size: 0.84rem;
  color: #252b42;
  line-height: 1.6rem;
}
.banner-inner .banner-description {
  font-size: 0.4rem;
  color: #737373;
  line-height: 0.6rem;
}
.banner-inner .action-btn {
  width: 3.52rem;
  height: 0.96rem;
  background: #ff7b47;
  border-radius: 0.74rem 0.74rem 0.74rem 0.74rem;
  color: #fff;
  font-size: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.banner-inner .advantage-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: 1.6rem;
}
.banner-inner .advantage-container .advantage-item {
  width: 6.56rem;
  height: 4.84rem;
  background: #ffffff;
  box-shadow: 0rem 0.26rem 0.38rem 0rem rgba(0, 0, 0, 0.07);
  border-radius: 0rem 0rem 0rem 0rem;
  padding: 0.72rem;
  cursor: pointer;
}
.banner-inner .advantage-container .advantage-item .advantage-item-icon {
  width: 0.92rem;
  height: 0.92rem;
}
.banner-inner .advantage-container .advantage-item .advantage-item-icon img {
  width: 100%;
  height: 100%;
}
.banner-inner .advantage-container .advantage-item .advantage-item-icon .advantage-item-icon-img-active {
  display: none;
}
.banner-inner .advantage-container .advantage-item .advantage-item-title {
  font-weight: bold;
  font-size: 0.48rem;
  color: #252b42;
  line-height: 0.64rem;
  margin-top: 0.2rem;
}
.banner-inner .advantage-container .advantage-item .advantage-item-description {
  font-size: 0.28rem;
  color: #737373;
  line-height: 0.4rem;
  margin-top: 0.2rem;
}
.banner-inner .advantage-container .advantage-item:hover {
  background: #0d5c63;
}
.banner-inner .advantage-container .advantage-item:hover .advantage-item-icon-img-active {
  display: block;
}
.banner-inner .advantage-container .advantage-item:hover .advantage-item-icon-img {
  display: none;
}
.banner-inner .advantage-container .advantage-item:hover .advantage-item-title {
  color: #fff;
}
.banner-inner .advantage-container .advantage-item:hover .advantage-item-description {
  color: #fff;
}

.content-container {
  padding: 0 3.94rem;
}

.content-about-us .content-about-us-title {
  font-weight: bold;
  font-size: 0.8rem;
  color: #252b42;
  line-height: 1.14rem;
  text-align: center;
}
.content-about-us .content-about-us-description {
  font-size: 0.28rem;
  color: #737373;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.2rem;
}
.content-about-us .about-main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.96rem;
}
.content-about-us .about-main .about-left .about-text {
  font-size: 0.32rem;
  color: #000000;
  line-height: 0.64rem;
}
.content-about-us .about-main .about-left .about-us-btn {
  margin-top: 0.8rem;
}
.content-about-us .about-main .about-left .about-us-btn a {
  width: 3.32rem;
  height: 1.16rem;
  background: #ff7b47;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
}
.content-about-us .about-main img {
  width: 10.1rem;
  height: 6.68rem;
}

.content-service {
  padding-bottom: 2.8rem;
}
.content-service .content-service-title {
  font-weight: bold;
  font-size: 0.8rem;
  color: #252b42;
  line-height: 1.14rem;
  text-align: center;
}
.content-service .content-service-description {
  font-size: 0.28rem;
  color: #737373;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.2rem;
}
.content-service .service-main {
  display: flex;
  margin-top: 0.9rem;
  gap: 0.7rem;
}
.content-service .service-main .service-item {
  width: 4.76rem;
  height: 6.42rem;
  background: #fff;
  padding-top: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-service .service-main .service-item .service-item-title {
  font-weight: bold;
  font-size: 0.32rem;
  color: #252b42;
  line-height: 0.48rem;
  padding: 0 0.6rem;
}
.content-service .service-main .service-item .service-item-description {
  font-size: 0.28rem;
  color: #737373;
  line-height: 0.4rem;
  padding: 0 0.6rem;
  margin-top: 0.2rem;
}
.content-service .service-main .service-item .service-item-img {
  width: 100%;
  margin-top: 0.6rem;
}
.content-service .service-main .service-item .service-item-img img {
  width: 100%;
  height: 100%;
}

.product-container {
  width: 100%;
  background: #252b42;
  padding-bottom: 1.3rem;
  position: relative;
}
.product-container img {
  width: 100%;
}
.product-container .product-btn {
  position: absolute;
  bottom: 2.68rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.08rem;
  height: 1.16rem;
  background: #ff7b47;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  font-weight: bold;
  margin-top: 0.6rem;
  border-radius: 0.1rem;
}

.content-contact-us {
  padding: 1.1rem 0;
}
.content-contact-us .content-contact-us-title {
  font-weight: bold;
  font-size: 0.8rem;
  color: #252b42;
  line-height: 1.14rem;
  text-align: center;
}
.content-contact-us .content-contact-us-description {
  font-size: 0.28rem;
  color: #737373;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.2rem;
}
.content-contact-us .contact-us-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.9rem;
}
.content-contact-us .contact-us-main .contact-us-item {
  width: 10rem;
  height: 6.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background: #252B42;
}
.content-contact-us .contact-us-main img {
  width: 1.44rem;
  height: 1.44rem;
}
.content-contact-us .contact-us-main h6 {
  font-weight: bold;
  font-size: 0.4rem;
  color: #fff;
  line-height: 0.48rem;
  margin-top: 0.3rem;
}
.content-contact-us .contact-us-main p {
  font-size: 0.32rem;
  color: #fff;
  line-height: 0.48rem;
  margin-top: 0.6rem;
}
.content-contact-us .contact-us-main .contact-us-item:nth-child(2) {
  background: #fff;
}
.content-contact-us .contact-us-main .contact-us-item:nth-child(2) p {
  color: #252B42;
}
.content-contact-us .contact-us-main .contact-us-item:nth-child(2) h6 {
  color: #252B42;
}

.footer-container .line {
  width: 100%;
  height: 1rem;
  background: #fff;
}
.footer-container .footer-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #17213c;
  padding: 1rem 3.94rem;
}
.footer-container .footer-main .logo-container {
  width: 3.36rem;
  height: 1.28rem;
  flex-shrink: 0;
  margin-right: 2rem;
}
.footer-container .footer-main .logo-container img {
  width: 100%;
  height: 100%;
}
.footer-container .footer-main .footer-main-content .footer-nav {
  display: flex;
  margin-bottom: 1rem;
  gap: 1rem;
}
.footer-container .footer-main .footer-main-content .footer-nav .footer-nav-item {
  list-style: none;
}
.footer-container .footer-main .footer-main-content .footer-nav .footer-nav-item a {
  color: #fff;
  font-size: 0.28rem;
  text-decoration: none;
}
.footer-container .footer-main .footer-main-content .footer-nav .footer-nav-item.active a {
  color: #ff7b47;
}
.footer-container .footer-main .footer-main-content .footer-nav .footer-nav-item:hover a {
  color: #ff7b47;
}
.footer-container .footer-main .footer-main-content .contact-info {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.footer-container .footer-main .footer-main-content .contact-info h6 {
  font-size: 0.4rem;
  color: #fff;
  flex-shrink: 0;
}
.footer-container .footer-main .footer-main-content .contact-info .contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.18rem;
}
.footer-container .footer-main .footer-main-content .contact-info .contact-info-item img {
  width: 0.4rem;
  height: 0.4rem;
  flex-shrink: 0;
}
.footer-container .footer-main .footer-main-content .contact-info .contact-info-item p {
  font-size: 0.32rem;
  color: #fff;
}

.page-h1 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #252b42;
  line-height: 1.14rem;
  text-align: center;
}

.page-desc {
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.6rem;
  text-align: center;
  margin-top: 0.2rem;
}

.about-page {
  background: url("../img/about-top-bg.png") top/100% auto no-repeat;
  padding: 1rem 3.94rem;
}
.about-page .about-top-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.1rem;
  height: 8.58rem;
  padding: 1.04rem;
  background: #217593;
  gap: 1.04rem;
}
.about-page .about-top-main p {
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.64rem;
}
.about-page .about-top-main img {
  width: 10.1rem;
  height: 6.68rem;
}

.product-page {
  background: url("../img/product-top-bg.png") top/100% auto no-repeat;
  padding: 1rem 3.94rem;
}

.agreement-page {
  background: url("../img/agreement-top-bg.webp") top/100% auto no-repeat;
  padding: 1rem 3.94rem;
}
.agreement-page .privacy-main {
  background: #ffffff;
  box-shadow: 0rem 0rem 0.06rem 0.06rem rgba(0, 0, 0, 0.25);
  border-radius: 0rem 0rem 0rem 0rem;
  margin-top: 2rem;
}
.agreement-page .privacy-main .privacy-mainer {
  padding: 1.04rem;
}
.agreement-page .privacy-main .paragraph-content {
  font-size: 0.42rem;
  color: #000000;
  line-height: 0.56rem;
  margin-bottom: 0.3rem;
}
.agreement-page .privacy-main .sub-title {
  font-weight: 600;
  font-size: 0.42rem;
  color: #000000;
  line-height: 0.56rem;
  margin-bottom: 0.3rem;
}
.agreement-page .privacy-main .link {
  color: #ff7b47;
}

.contact-page {
  background: url("../img/contact-top-bg.webp") top/100% auto no-repeat;
  padding: 4.1rem 3.94rem;
}

.eightBox {
  width: 100%;
  text-align: center;
  padding-top: 2.8rem;
}

.eightBox .eightOne {
  font-weight: bold;
  font-size: 0.96rem;
  color: #000000;
  line-height: 1.15rem;
  text-align: center;
}

.eightBox .eightTwo {
  font-weight: 400;
  font-size: 0.4rem;
  color: #000000;
  line-height: 0.6rem;
  margin-top: 0.36rem;
  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.4rem;
  color: #333;
  text-align: center;
}

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

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

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

.eightBox .eightBtn {
  width: 4.78rem;
  height: 1.08rem;
  background: #1d2139;
  border-radius: 0.82rem 0.82rem 0.82rem 0.82rem;
  font-weight: bold;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 1.08rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2.24rem;
  cursor: pointer;
}

.lending-page {
  background: url("../img/lending-top-imh.webp") top/100% auto no-repeat;
  height: 4.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lending-partner-container {
  padding: 1.2rem 3.9rem;
}

.lending-partner-main {
  background: linear-gradient(180deg, #ffffff 0%, #217593 100%);
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lending-partner-main .nbfc-logo {
  width: 4.86rem;
  height: 1.32rem;
  margin-bottom: 0.9rem;
}
.lending-partner-main .info-item {
  width: 100%;
  background: #ffffff;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  padding: 0.42rem 0.64rem;
  margin-bottom: 0.48rem;
}
.lending-partner-main .info-item .label {
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
}
.lending-partner-main .info-item .value {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  margin-top: 0.2rem;
}