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

.hero-banner {
  width: 100%
}

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

.company-section {
  padding: 36px 0
}

.company-container {
  width: 100%;
  margin: 0 auto
}

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

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

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

.company-head {
  width: 80%;
  margin: 0px auto 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px;
  justify-content: space-between;
}

.company-head-left {
  flex: 0 0 auto;
  width: 45%;
  text-align: left
}

.company-tabs {
  display: flex;
  gap: 24px;
  margin: 0;
  align-items: center;
  position: relative;
  top: -10px;
}

.company-tab {
  color: #9f9f9f;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  font-size: 14px !important;
  cursor: pointer;
}

.company-tabs ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}

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

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

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

.company-panels {
  margin-top: 18px;
  background-image: url(/uiFramework/commonResource/image/2025122413151692382.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 40px 0;
  min-height: 300px;
  width: 100%;

}

.company-panel {
  display: none;
  width: 80%;
  margin: 0 auto;
}

.company-panel.active {
  display: block;
  animation: fadeIn .25s ease-out;
  width: 80%;
  margin: 0 auto;
}



.company-feature-title {
  color: #89211c;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 30px;
  height:24px;
}

.company-features {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 520px
}

.company-feature {}

.company-feature-icon-one {
  width: 100px;
  height: 78px;
  display: inline-block;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .08))
}

.company-feature-text-one {
  color: #241713;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  width: 100px;
  text-align: center;
}

.company-feature-icon {
  width: 64px;
  height: 78px;
  display: inline-block;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .08))
}

.company-feature-text {
  color: #241713;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  width: 64px;
  text-align: center;
}

.company-desc {
  color: #000;
  line-height: 1.8;
  font-size: 14px;
  width: 50%;
  margin-bottom: 24px;
  margin-top: 20px;
  height:80px;
}

.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(.95)
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.company-show {
  width: 100%;
}

.company-show-img {
  width: 80%;
  height: auto;
  margin-left: 10%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.supply-section {
  padding: 36px 0
}

.supply-container {
  width: 100%;
  margin: 0 auto
}

.supply-head {
  width: 80%;
  margin: 0 auto 24px
}

.supply-head-left {
  width: auto
}

.supply-panels {
  width: 100%;
  padding: 20px 0;
  position: relative;
  /* Added this line */
}

.supply-swiper {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.swiper-slide {
  width: auto;
}

.supply-card {
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.supply-img {
  width: 100%;
  height: 500px;
  display: block;
}

.supply-label {
  position: absolute;
  left: 12px;
  top: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  z-index: 2;
}

.supply-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 112px;
  background: #d7b263;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  gap: 0px;
}

.supply-card--bottom .supply-footer,
.supply-card:hover .supply-footer {
  display: flex;
}

.supply-card:hover .supply-footer {
  background-image: url(/uiFramework/commonResource/image/2025122413483624305.png);
  background-size: cover;
  background-position: center;
}

.supply-card:hover .supply-label {
  display: none;
}

.supply-name {
  font-size: 18px;
  font-weight: 600;
  color:#fff;
}

.supply-detail-img {
  margin-top: 10px;
}

.supply-pill {
  width: 28px;
  height: 14px;
  border-radius: 999px;
  background: #fff;
  opacity: .9;
}

.supply-card:not(:hover)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(175, 174, 174, 0.5);
  pointer-events: none;
}

.supply-prev,
.supply-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  /* 调整大小以适应图片 */
  height: 48px;
  /* 调整大小以适应图片 */
  border-radius: 50%;
  border: none;
  /* 移除边框 */
  background-color: #fff;
  /* 白色背景 */
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
  /* 阴影 */
  font-size: 0;
  /* 隐藏原有文字 */
}

.supply-prev:hover,
.supply-next:hover {
  background-color: #d7b263;
}

.swiper-button-lock {
  display: block !important;
}

.supply-prev {
  left: 5%;
  /* Changed from -60px */
  /* 调整位置 */
  z-index: 10;
}

.supply-prev::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  /* 调整旋转角度使其指向左侧 */
  width: 10px;
  height: 10px;
  border-left: 2px solid #d7b263;
  border-bottom: 2px solid #d7b263;
}

.supply-prev:hover::before {
  border-color: #fff;
}

.supply-next {
  right: 5%;
  /* Changed from 0 */
  /* 调整位置 */
  z-index: 10;
}

.supply-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  /* 调整旋转角度使其指向右侧 */
  width: 10px;
  height: 10px;
  border-top: 2px solid #d7b263;
  border-right: 2px solid #d7b263;
}

.supply-next:hover::before {
  border-color: #fff;
}

@media (max-width: 900px) {
  .supply-swiper {
    width: 90%
  }

  .supply-prev {
    left: 0
  }

  .supply-next {
    right: 0
  }
}

.loan-section {
  padding: 36px 0
}

.loan-container {
  width: 100%;
  margin: 0 auto
}

.loan-head {
  width: 80%;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px;
  justify-content: space-between;
}

.loan-head-left {
  flex: 0 0 auto;
  width: 30%;
  text-align: left
}

.loan-tabs {
  display: flex;
  gap: 24px;
  margin: 0;
  align-items: center
}

.loan-tab {
  color: #9f9f9f;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  font-size: 14px !important;
  background: none;
  border: none;
  cursor: pointer;
  font: inherit
}

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

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

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

.loan-panels {
  margin-top: 18px;
  background-image: url(/uiFramework/commonResource/image/2025122413153769304.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 40px 0;
  min-height: 300px;
  width: 100%
}

.loan-panel {
  display: none;
  width: 45%;
  margin: 0 10% 0 auto
}

.loan-panel.active {
  display: block;
  animation: fadeIn .25s ease-out;
  width: 35%;
  margin: 0 10% 0 auto
}

.loan-panel .company-desc {
  width: 100%;
  max-width: none
}

@media (max-width: 900px) {

  .loan-panel,
  .loan-panel.active {
    width: 80%;
    margin: 0 auto
  }
}