.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: 0.5rem 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-white{
  background: #ffffff;
}

.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: 1rem 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: 1.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 1rem;
  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: 1rem 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: 1rem 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: 1.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: 0.5rem 1.4rem 1.4rem;
}
.services-list-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.02rem solid #d6d6d6;
  padding: 1rem;
}
.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: 1rem 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: 1rem;
  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;
 
}
.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;
  line-height: 1.6;
}
.contact-us-section {
  padding: 1rem 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;
}

@media (max-width:1150px) {
  .contact-us-section-content {
    display: block;
  }
  .contact-info,.contact-info-img{
    width: 100% !important;
  }
  .contact-us-input-content{
    margin-top:1rem;
  }
}

.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 {
  width: 100%;
  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;
}
nav img{
  height:50%;
}
.main-title{
  font-weight: 600;
  font-size: 0.8rem;
  color: #0c1311;
  line-height: 1.34rem;
  text-align: center;
  margin-bottom: .5rem;
}
.paragraph-content{
  font-weight: 400;
  font-size: 0.36rem;
  color: #5c5e61;
  line-height: 0.7rem;
  margin-top: 0.2rem;
}
.sub-title{
  font-weight: 600;
  font-size: 0.7rem;
  color: #0c1311;
  line-height: 1.1rem;
  text-align: left;
  margin-top:.2rem;
}

/* Delete Account Section */
.delete-account {
  padding: 1rem 2rem;
  background-color: #f5f7fa;
  min-height: 60vh;
}

.delete-account-container {
  
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 1.2rem;
  padding: .8rem;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.12);
  border: 0.02rem solid #e9ecef;
}

.delete-account-title {
  font-size: .8rem;
  font-weight: 700;
  color: #2a5caa;
  text-align: center;
  margin-bottom: .4rem;
  letter-spacing: 0.02rem;
}

.delete-account-description {
  font-size: 0.3rem;
  line-height: 0.5rem;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 .5rem;
}

.delete-account-form {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

.delete-account-form-row {
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
}

.delete-account-form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.delete-account-form-label {
  font-size: 0.4rem;
  font-weight: 600;
  color: #0c1311;
  margin-bottom: 0.4rem;
}

.delete-account-form-input {
  width: 100%;
  border-radius: 0.4rem;
  border: 0.03rem solid #e0e0e0;
  padding: .4rem .8rem;
  font-size: 0.4rem;
  transition: all 0.3s ease;
  background-color: #fafafa;
}

.delete-account-form-input:focus {
  outline: none;
  border-color: #2a5caa;
  box-shadow: 0 0 0 0.16rem rgba(42, 92, 170, 0.2);
  background-color: #ffffff;
}

.delete-account-form-hint {
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 0.68rem;
  margin-top: 0.4rem;
}

.delete-account-error-message {
  font-size: 0.3rem;
  color: #ff4444;
  line-height: 0.4rem;
  min-height: 0.4rem;
  margin-top: 0.4rem;
}

.delete-account-submit-btn {
  background-color: #e74c3c;
  color: #ffffff;
  border: none;
  border-radius: 0.4rem;
  padding: .3rem 0;
  font-size: 0.6rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  margin:.4rem auto 0;
  width: 10rem;
  box-shadow: 0 0.4rem 1.2rem rgba(231, 76, 60, 0.2);
}

.delete-account-submit-btn:hover {
  background-color: #c0392b;
  transform: translateY(-0.3rem);
  box-shadow: 0 0.8rem 2.4rem rgba(231, 76, 60, 0.3);
}

.delete-account-submit-btn:active {
  transform: translateY(-0.1rem);
}

.delete-account-submit-btn:disabled {
  background-color: #bdc3c7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.delete-account-disclaimer {
  font-size: 0.3rem;
  line-height: 0.68rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-top: .4rem;

}

.delete-account-success-message {
  background-color: #d4edda;
  border: 0.03rem solid #c3e6cb;
  border-radius: 1.2rem;
  padding: 2.4rem;
  margin-top: 2.4rem;
  display: none;
  text-align: center;
  box-shadow: 0 0.4rem 1.2rem rgba(76, 175, 80, 0.1);
}

.delete-account-success-message h3 {
  font-size: 0.64rem;
  font-weight: 600;
  color: #155724;
  margin-bottom: 1.2rem;
}

.delete-account-success-message p {
  font-size: 0.52rem;
  line-height: 0.84rem;
  color: #155724;
  margin-bottom: 0.8rem;
}

.delete-account-success-message p:last-child {
  margin-bottom: 0;
}

/* Responsive adjustments for delete account section */


