.banner-top {
  font-weight: 400;
  font-size: 1.02rem;
  color: #031f28;
  padding: 1.18rem 1.4rem;

  display: flex;
  justify-content: space-between;
  gap: 3.7rem;
}
.banner-left {
  width: 13rem;
  flex-shrink: 0;
}
.banner-left .typing-text {
  font-weight: 400;
  font-size: 1.28rem;
  color: #0c0e13;
  line-height: 1.54rem;
  min-height: 6.16rem;
}
.banner-text {
  font-size: 0.36rem;
  color: #5c5e61;
  line-height: 0.58rem;
  margin-top: 0.4rem;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.banner-left .common-btn {
  margin-top: 0.8rem;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.banner-right {
  width: 10.2rem;
}
.activement-section {
  background: #2a5caa;
  padding: 1.2rem 1.4rem;
}
.activement-title {
  font-size: 0.48rem;
  color: #ffffff;
  line-height: 0.58rem;
  text-align: center;
}
.activement-content {
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
}
.activement-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.activement-content-number {
  font-size: 0.8rem;
  color: #ffffff;
}
.activement-content-text {
  font-size: 0.36rem;
  color: #ffffff;
  line-height: 0.54rem;
  margin-top: 0.24rem;
}
.contact-jumper {
  height: 9.18rem;
  background: url("../images/contact-jumper-bg.webp") no-repeat center center/100%;
  padding: 2.4rem 4.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-jumper-title {
  font-size: 0.96rem;
  color: #ffffff;
  line-height: 1.34rem;
  text-align: center;
  font-weight: 600;
}
.contact-jumper .common-btn {
  margin-top: 1.6rem;
}
.reason-section {
  padding: 2.4rem 1.4rem;
}
.reason-title {
  font-weight: 600;
  font-size: 0.96rem;
  color: #0c1311;
  line-height: 1.34rem;
  text-align: center;
}
.card-list {
  display: flex;
  margin-top: 1.6rem;
  gap: 0.66rem;
}
.card-list .card-item {
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.02rem solid #d6d6d6;
  height: 10.08rem;
  padding: 1rem 0.48rem;
  display: flex;
  flex-direction: column;
  flex: 1 0;

  justify-content: space-between;
}

.card-list .card-item:hover {
  background: #2a5caa;
  color: #ffffff;
}

.card-list .card-item img {
  width: 1.2rem;
  height: 1.2rem;
}
.card-list .card-item .card-item-title {
  font-weight: 600;
  font-size: 0.36rem;
  color: #0c1311;
  line-height: 0.54rem;
  margin-top: 0.48rem;
}
.card-list .card-item .card-item-text {
  font-weight: 400;
  font-size: 0.36rem;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.48rem;
}
.card-list .card-item:hover .card-item-title {
  color: #ffffff;
}
.card-list .card-item:hover .card-item-text {
  color: #ffffff;
}
.card-list .card-item:hover .common-btn {
  background: #ffffff;
  color: #2a5caa;
}
.service-section {
  padding: 2.4rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}
.service-section .service-section-img {
  width: 10.2rem;
}
.service-content {
  padding: 2.4rem 1.4rem;
}
.service-content-title {
  font-weight: 600;
  font-size: 0.96rem;
  color: #0c1311;
  line-height: 1.34rem;
}
.service-content-text {
  font-size: 0.36rem;
  color: #5c5e61;
  line-height: 0.58rem;
  margin-top: 0.48rem;
  margin-bottom: 0.8rem;
}

.get-loan-section {
  padding: 0rem 1.4rem;
}
.get-loan-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.94rem;
}
.get-loan-top-title {
  width: 13.86rem;
  font-weight: 600;
  font-size: 0.96rem;
  color: #0c1311;
  line-height: 1.34rem;
  flex-shrink: 0;
}
.get-loan-top-text {
  font-size: 0.36rem;
  color: #5c5e61;
  line-height: 0.58rem;
  margin-top: 0.48rem;
}

.get-loan-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6rem;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.02rem solid #d6d6d6;
  padding: 1.2rem 1.4rem;
}

.get-loan-bottom .info-item-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.get-loan-bottom .info-item {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
.get-loan-bottom .info-item-title {
  font-weight: 600;
  font-size: 0.48rem;
  color: #2a5caa;
}
.get-loan-bottom .info-item-text {
  font-size: 0.36rem;
  color: #5c5e61;
  line-height: 0.54rem;
}
.get-loan-bottom .get-loan-bottom-img {
  width: 10.6rem;
}

.comment-section {
  padding: 2.4rem 1.4rem;
}
.comment-title {
  font-weight: 600;
  font-size: 0.96rem;
  color: #0c1311;
  line-height: 1.34rem;
  text-align: center;
}
.comment-content {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  margin-top: 1.6rem;
}

.comment-content .comment-item {
  background: #ffffff;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.02rem solid #d6d6d6;
  padding: 0.64rem;
}
.comment-content .comment-item-title {
  font-weight: 600;
  font-size: 0.48rem;
  color: #000000;
}
.comment-content .comment-item-text {
  font-weight: 400;
  font-size: 0.36rem;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.48rem;
}
.faq-enter {
  padding: 0rem 1.4rem 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.faq-enter-title {
  font-weight: 600;
  font-size: 0.96rem;
  color: #0c1311;
  line-height: 1.34rem;
  text-align: center;
}

.about-us-top {
  padding: 2.4rem 1.4rem;
}
.about-us-top-title {
  font-weight: 600;
  font-size: 0.96rem;
  color: #0c1311;
  line-height: 1.34rem;
  text-align: center;
  padding: 0 4.4rem;
}
.about-us-top-text {
  font-size: 0.36rem;
  color: #5c5e61;
  margin-top: 1.2rem;
  text-align: center;
}
.about-us-section {
  padding: 2.4rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}
.about-us-section-img {
  width: 10.2rem;
}
.about-main {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.about-main-item {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}
.about-main-item-title {
  font-weight: 600;
  font-size: 0.48rem;
  color: #0c1311;
}
.about-main-item-text {
  font-size: 0.36rem;
  color: #5c5e61;
}
.services-banner {
  padding: 2.4rem 1.4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}
.services-banner-left {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}
.services-banner-title {
  font-weight: 600;
  font-size: 0.96rem;
  color: #0c1311;
  line-height: 1.34rem;
}
.services-banner-text {
  font-size: 0.36rem;
  color: #5c5e61;
  line-height: 0.58rem;
}
.services-banner-img {
  width: 10.2rem;
}
.services-section {
  padding: 0rem 1.4rem 2.4rem;
}
.services-list-content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.02rem solid #d6d6d6;
  padding: 1.4rem;
}
.services-content-item {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}
.services-content-item-title {
  font-weight: 600;
  font-size: 0.48rem;
  color: #2a5caa;
}
.services-content-item-text {
  font-size: 0.36rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 0.58rem;
}
.faq-section {
  padding: 2.4rem 1.4rem;
}
.faq-section-title {
  font-weight: 600;
  font-size: 0.96rem;
  color: #0c1311;
  line-height: 1.34rem;
  text-align: center;
}
.faq-section-content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.02rem solid #d6d6d6;
  padding: 0.8rem 1.4rem;
  margin-top: 1.6rem;
}
.faq-section-item {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}
.faq-section-item-title {
  font-weight: 600;
  font-size: 0.48rem;
  color: #2a5caa;
}
.faq-section-item-text {
  font-size: 0.36rem;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.48rem;
}
.contact-us-section {
  padding: 2.4rem 1.4rem;
}
.contact-us-section-title {
  font-weight: 600;
  font-size: 0.96rem;
  color: #0c1311;
  line-height: 1.34rem;
  text-align: center;
}
.contact-us-section-content {
  display: flex;

  justify-content: center;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}
.contact-info-img {
  width: 10.2rem;
}
.contact-info-item {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}
.contact-info-item .contact-info-item-title {
  font-size: 0.48rem;
  color: #2a5caa;
  line-height: 0.64rem;
  font-weight: 600;
}
.contact-info-item .contact-info-item-text {
  font-size: 0.48rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 0.58rem;
}
.contact-us-input-content {
  display: flex;
  flex-direction: column;
  gap: 0.64rem;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.02rem solid #d6d6d6;
  padding: 1.2rem 0.8rem;
}
.contact-tip {
  font-weight: 600;
  font-size: 0.48rem;
  color: #000000;
}
.double-item {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
}
.contact-us-section-item {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}
.contact-us-section-item-title {
  font-weight: 600;
  font-size: 0.48rem;
  color: #000000;
}
.contact-us-section-item-input {
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.02rem solid #d6d6d6;
  padding: 0.8rem;
  height: 1.2rem;
}
.feedback-item {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}
.feedback-item-title {
  font-weight: 600;
  font-size: 0.48rem;
  color: #000000;
}
.feedback-item-textarea {
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.02rem solid #d6d6d6;
  padding: 0.8rem;
  height: 4.8rem;
}
