html,
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.hero-banner {
  width: 100%
}

.hero-banner img {
  width: 100%;
  height: auto;
  display: block
}

.deposit-section {
  background-image: url(/uiFramework/commonResource/image/2025122317481955463.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 32px 0
}

.deposit-container {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 20% 25% 1fr;
  grid-template-rows: auto auto;
  align-items: start;
  gap: 24px
}

.deposit-left {
  grid-column: 1;
  grid-row: 2
}

.deposit-right {
  grid-column: 3;
  grid-row: 2
}

.deposit-title {
  display: inline-block;
  font-size: 24px;
  font-weight: 600
}

.deposit-left-head {
  grid-column: 1;
  grid-row: 1
}

.deposit-title-text {
  color: #940f17;
  font-size: 24px;
  font-weight: 600
}

.deposit-icon {
  width: 28px;
  height: auto
}

.deposit-title-line {
  display: block;
  width: 1.5em;
  height: 2px;
  background-color: #7e2a23;
  border-radius: 2px;
  margin-top: 6px;
}

.deposit-feature-title {
  color: #89211c;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
  margin-top: 45px;
}

.deposit-feature-desc {
  color: #000;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 40px
}

.btn-gold {
  background-color: #d7b263;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 6px;
  font-size: 14px;
}

.btn-gold:hover {
  filter: brightness(0.95)
}

.deposit-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9f9f9f;
  text-decoration: none;
  font-size: 14px;
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: center
}

.deposit-list {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 68px;
}

.deposit-item {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.5fr;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}

.deposit-item:last-child {
  border-bottom: 0
}

.deposit-name .title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-align: center;
}
.deposit-name .title a{

  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-align: center;
}

.deposit-name .label {
  font-size: 14px;
  color: #89211c;
  margin-top: 4px;
  text-align: center;
}

.deposit-rate .value {
  font-size: 18px;
  color: #89211c;
  font-weight: 600;
  text-align: center;
}

.deposit-rate .note {
  font-size: 14px;
  color: #241713;
  margin-top: 4px;
  text-align: center;
}

.deposit-amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  text-align: center;
}

.deposit-amount .amount {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  text-align: center;
}

.deposit-amount .tag {
  font-size: 14px;
  color: #89211c;
}

.deposit-elephant {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  grid-column: 2;
  grid-row: 2
}

.deposit-elephant img {
  width: min(320px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .08))
}

.deposit-btn {
  display: flex;
  justify-content: flex-end
}

.btn-cta {
  padding: 6px 20px
}

.payment-section {
  background-image: url(/uiFramework/commonResource/image/2025122409323073501.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 36px 0;
  min-height: 300px
}

.payment-container {
  width: 80%;
  margin: 0 auto
}

.payment-title {
  display: inline-block;
  font-size: 24px;
  font-weight: 800
}

.payment-title-text {
  color: #89211c;
  font-size: 24px;
  font-weight: 600
}

.payment-title-line {
  display: block;
  width: 1.5em;
  height: 2px;
  background-color: #7e2a23;
  border-radius: 2px;
  margin-top: 6px;
}

.payment-tabs {
  display: flex;
  gap: 24px;
  margin: 18px 0
}

.payment-tab {
  color: #9f9f9f;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  font-size: 14px
}

.payment-tab.active {
  color: #89211c;
  font-weight: 800
}

.payment-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #7e2a23;
  border-radius: 2px
}

.payment-feature-title {
  color: #89211c;
  font-size: 18px;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 12px
}

.payment-desc {
  color: #000;
  line-height: 1.8;
  font-size: 14px;
  max-width: 560px;
  margin-bottom: 24px
}

.payment-head {
  display: flex;
  align-items: flex-end;
  gap: 48px
}

.payment-head-left {
  flex: 0 0 auto;
  width: 35%;
}

.payment-tabs {
  margin-bottom: 0
}

.payment-tab {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit
}

.payment-panels {
  margin-top: 18px
}

.payment-panel {
  display: none
}

.payment-panel.active {
  display: block;
  animation: fadeIn .25s ease-out
}

/*财富管理*/
.wealth-section {
  margin-top: 32px;
  padding: 28px 0
}

.wealth-container {
  width: 80%;
  margin: 0 auto
}

.wealth-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px
}

.wealth-head-left {
  display: inline-flex;
  flex-direction: column
}

.wealth-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9f9f9f;
  text-decoration: none;
  font-size: 14px
}

.wealth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.wealth-card {
  background: #fff
}

.wealth-img {
  width: 100%;
  height: auto;
  display: block
}

.wealth-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.wealth-title {
  font-size: 18px;
  color: #241713;
  font-weight: 500;
}

.wealth-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wealth-link span {
  color: #3f3939;
  font-size: 12px;
}

.wealth-link-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle
}

.wealth-divider {
  height: 1px;
  background: #e5e5e5
}

.acquire-section {
  margin-top: 20px;
  padding: 20px 0 60px;
}

.acquire-container {
  width: 80%;
  margin: 0 auto
}

.acquire-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px
}

.acquire-head-left {
  display: inline-flex;
  flex-direction: column
}

.acquire-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}

.acquire-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .07);
  background-image: url(/uiFramework/commonResource/image/2025122410122749875.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  min-height: 104px
}

.acquire-card:hover {
  filter: brightness(.98)
}

.acquire-card:focus-visible {
  outline: 2px solid #d7b263;
  outline-offset: 2px
}

.acquire-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .10))
}

.acquire-card-title {
  font-size: 24px;
  color: #3f3939;
  font-weight: 500;
  text-align: center
}

.card-swiper{
  width:min(320px,100%);
  padding:6px 0 16px;
  margin-left:0 !important;
}
.card-item{
  text-decoration:none;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  display:flex;
  flex-direction:column;
  align-items:center;
  transition:box-shadow .2s ease,transform .2s ease;
  

}

.card-image{
  width:100%;
  height:200px;
  display:block;
  object-fit:contain;
  
}
.card-title{
  text-align:center;
  font-size:16px;
  color:#89211c;
  padding:10px 8px;
  font-weight:600;
  width:100%;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
}
.card-item:hover{
  box-shadow:0 14px 28px rgba(0,0,0,.16);
  transform:translateY(-2px);
}