/* 活期存款 Section */
.deposit-section-savings {
  background-color: #f9fafc;
}

body {
  background: none;
}

.deposit-faq-padding {
  padding-top: 60px !important;
}

.deposit-section-padding {
  padding: 80px 0 0 0 !important;
}

.remittance-head-title {
  color: #4E42C2 !important;
}

.deposit-savings-title-span {
  color: #4E42C2 !important;
}

.deposit-section-deposit {
  background-color: #FFF;
}

.deposit-feature-text h3 {
  margin-bottom: 8px;
}

.deposit-feature-text p {
  margin-bottom: 0;
}

.section-deposit {
  padding: 40px 0 0 0;
  background-image: url(../../web-assets/deposit/deposit-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.deposit-savings-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.deposit-orderFirst {
  order: -1;
  justify-content: start !important;
}

.deposit-savings-content {
  flex: 1;
  max-width: 600px;
}

.deposit-savings-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  line-height: 1.4;
}

.deposit-savings-title-span {
  display: inline;
}

.deposit-savings-title-separator {
  display: inline;
}

.deposit-savings-title-subtitle {
  display: inline;
}

.deposit-savings-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 30px;
}

.deposit-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.deposit-feature-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.deposit-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.deposit-feature-text h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}

.deposit-feature-text h3 sup {
  font-size: 14px;
  color: #4e42c2;
}

.deposit-savings-note {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  margin: 0;
}

.deposit-savings-note a {
  font-weight: 600;
}

.deposit-savings-image {
  flex: 1;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deposit-savings-image img {
  width: 100%;
  height: auto;
  max-width: 400px;
  object-fit: contain;
}

/* .deposit-section-bottom-align .deposit-savings-wrapper {
  align-items: flex-end;
} */

/* 响应式设计 - 平板 */
@media (max-width: 1099px) {
  .deposit-section-padding {
    padding: 60px 0 0 0 !important;
  }

  .deposit-savings-wrapper {
    gap: 40px;
  }

  .deposit-savings-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .deposit-feature-text h3 {
    margin-bottom: 4px;
    font-size: 18px;
  }

  .deposit-savings-image {
    max-width: 400px;
  }
}

/* 响应式设计 - 手机 */
@media (max-width: 575.98px) {
  .deposit-section-padding {
    padding: 20px 0 0 0 !important;
  }

  .deposit-faq-padding {
    padding-top: 20px !important;
  }

  .remittance-check p {
    width: auto !important;
    white-space: nowrap;
  }

  .remittance-check {
    justify-content: space-between;
  }

  .remittance-head-title {
    justify-content: center;
    color: #4E42C2 !important;
  }

  .payment-connect-a {
    margin-top: 20px;
  }

  .deposit-savings-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .deposit-orderFirst {
    order: 1 !important;
  }

  .deposit-savings-content {
    max-width: 100%;
  }

  .deposit-savings-title {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .deposit-savings-title-span {
    display: block;
    margin-bottom: 8px;
    font-size: 25px;
  }

  .deposit-savings-title-separator {
    display: none;
  }

  .deposit-savings-title-subtitle {
    font-size: 20px;
  }

  .deposit-savings-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D0D0D0;
    margin-top: 16px;
  }

  .deposit-savings-features {
    gap: 20px;
  }

  .deposit-savings-features-center {
    align-items: center;
  }

  html[lang="en"] .deposit-savings-features-center {
    align-items: flex-start;
  }

  html[lang="en"] .remittance-head-title {
    align-items: center !important;
  }

  html[lang="en"] .remittance-check {
    align-items: center !important;
  }

  .deposit-feature-item {
    gap: 10px;
    /* flex-direction: column; */
    /* align-items: center;
    text-align: center; */
  }

  .deposit-feature-icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }

  .deposit-feature-text h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .deposit-savings-note {
    font-size: 13px;
  }

  .deposit-savings-image {
    max-width: 100%;
    /* order: -1; */
  }

  .deposit-savings-image img {
    max-width: 320px;
  }
}
