.common-hero .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  width: 100%;
  text-align: left;
  letter-spacing: 4px;
  user-select: none;
  -webkit-user-select: none;
}

.common-hero .banner-title h1.main-title {
  font-size: 52px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.2;
}

.banner-title .sub-title {
  color: #333333;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 3px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #c9151e;
  text-align: left;
  margin-bottom: 30px;
}

.characteristic-service {
  padding: 30px 0 60px;
  overflow: hidden;
}

.service-swiper {
  width: 100%;
}

.service-swiper .swiper-wrapper {
  align-items: stretch;
}

.service-swiper .swiper-slide {
  display: flex;
  -webkit-aspect-ratio: 1536 / 581;
  aspect-ratio: 1536 / 581;
}

.service-swiper-content {
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg,
      #fdf0f0 0%,
      #ffffff 100%);
  position: relative;
  display: flex;
}

.service-swiper-content.bg_left {
  align-items: flex-end;
}

.service-swiper-content.bg_right {
  align-items: center;
}

.service-swiper-content.bg_left .home-section__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  max-width: 100% !important;
}

.service-swiper-content.bg_left .brand-wall-container {
  /* width: 60%; */
  padding-right: 12%;
  /* height: 520px; */
  height: 90%;
  -webkit-aspect-ratio: 800 / 520;
  aspect-ratio: 800 / 520;
  /* padding-bottom: 40px; */
}

.brand-wall-container {
  perspective: 707px;
  position: relative;
  transform-style: preserve-3d;
}

.brand-wall {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-28deg) rotateX(2deg);
}

.brand-card {
  position: absolute;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transform-style: preserve-3d;
  overflow: hidden;
}

.brand-card img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  pointer-events: none;
}

/* Float animations */
@keyframes float-1 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes float-2 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes float-3 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2.5px);
  }
}

@keyframes float-4 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3.5px);
  }
}

@keyframes float-5 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

.float-1 {
  animation: float-1 2.5s ease-in-out infinite;
}

.float-2 {
  animation: float-2 3s ease-in-out infinite;
}

.float-3 {
  animation: float-3 2.8s ease-in-out infinite;
}

.float-4 {
  animation: float-4 3.2s ease-in-out infinite;
}

.float-5 {
  animation: float-5 2.6s ease-in-out infinite;
}

/* 词云式布局 - 百分比定位，适配不同屏幕 */
/* 基于容器宽度约1200px、高度520px */
/* 紧凑布局：top间隔11%，前列顶部对齐，后列底部对齐 */
/* Column 1: right = 0%, 顶部对齐 */
.card-1 {
  right: 0%;
  top: 0%;
  width: 13.7%;
  height: 10.5%;
  z-index: 44;
  transform: translateZ(60px);
}

.card-2 {
  right: 0%;
  top: 11%;
  width: 13.7%;
  height: 10.5%;
  z-index: 43;
  transform: translateZ(58px);
}

.card-3 {
  right: 0%;
  top: 22%;
  width: 13.7%;
  height: 10.5%;
  z-index: 42;
  transform: translateZ(56px);
}

.card-4 {
  right: 0%;
  top: 33%;
  width: 13.7%;
  height: 10.5%;
  z-index: 41;
  transform: translateZ(54px);
}

.card-5 {
  right: 0%;
  top: 44%;
  width: 13.7%;
  height: 10.5%;
  z-index: 40;
  transform: translateZ(52px);
}

.card-6 {
  right: 0%;
  top: 55%;
  width: 13.7%;
  height: 10.5%;
  z-index: 39;
  transform: translateZ(50px);
}

.card-7 {
  right: 0%;
  top: 66%;
  width: 13.7%;
  height: 10.5%;
  z-index: 38;
  transform: translateZ(48px);
}

.card-8 {
  right: 0%;
  top: 77%;
  width: 13.7%;
  height: 10.5%;
  z-index: 37;
  transform: translateZ(46px);
}

/* Column 2: right = 14%, 顶部对齐 */
.card-9 {
  right: 14%;
  top: 11%;
  width: 13.7%;
  height: 10.5%;
  z-index: 36;
  transform: translateZ(44px);
}

.card-10 {
  right: 14%;
  top: 22%;
  width: 13.7%;
  height: 10.5%;
  z-index: 35;
  transform: translateZ(42px);
}

.card-11 {
  right: 14%;
  top: 33%;
  width: 13.7%;
  height: 10.5%;
  z-index: 34;
  transform: translateZ(40px);
}

.card-12 {
  right: 14%;
  top: 44%;
  width: 13.7%;
  height: 10.5%;
  z-index: 33;
  transform: translateZ(38px);
}

.card-13 {
  right: 14%;
  top: 55%;
  width: 13.7%;
  height: 10.5%;
  z-index: 32;
  transform: translateZ(36px);
}

.card-14 {
  right: 14%;
  top: 66%;
  width: 13.7%;
  height: 10.5%;
  z-index: 31;
  transform: translateZ(34px);
}

.card-15 {
  right: 14%;
  top: 77%;
  width: 13.7%;
  height: 10.5%;
  z-index: 30;
  transform: translateZ(32px);
}

/* Column 3: right = 28%, 顶部对齐 */
.card-16 {
  right: 28%;
  top: 18%;
  width: 13.7%;
  height: 10.5%;
  z-index: 29;
  transform: translateZ(30px);
}

.card-17 {
  right: 28%;
  top: 30%;
  width: 13.7%;
  height: 10.5%;
  z-index: 28;
  transform: translateZ(28px);
}

.card-18 {
  right: 28%;
  top: 42%;
  width: 13.7%;
  height: 10.5%;
  z-index: 27;
  transform: translateZ(26px);
}

.card-19 {
  right: 28%;
  top: 54%;
  width: 13.7%;
  height: 10.5%;
  z-index: 26;
  transform: translateZ(24px);
}

.card-20 {
  right: 28%;
  top: 66%;
  width: 13.7%;
  height: 10.5%;
  z-index: 25;
  transform: translateZ(22px);
}

.card-21 {
  right: 28%;
  top: 78%;
  width: 13.7%;
  height: 10.5%;
  z-index: 24;
  transform: translateZ(20px);
}

/* Column 4: right = 42%, 底部对齐 */
.card-22 {
  right: 42%;
  top: 32.5%;
  width: 13.7%;
  height: 10.5%;
  z-index: 23;
  transform: translateZ(18px);
}

.card-23 {
  right: 42%;
  top: 43.5%;
  width: 13.7%;
  height: 10.5%;
  z-index: 22;
  transform: translateZ(16px);
}

.card-24 {
  right: 42%;
  top: 54.5%;
  width: 13.7%;
  height: 10.5%;
  z-index: 21;
  transform: translateZ(14px);
}

.card-25 {
  right: 42%;
  top: 65.5%;
  width: 13.7%;
  height: 10.5%;
  z-index: 20;
  transform: translateZ(12px);
}

.card-26 {
  right: 42%;
  top: 77.5%;
  width: 13.7%;
  height: 10.5%;
  z-index: 19;
  transform: translateZ(10px);
}

/* Column 5: right = 56%, 底部对齐 */
.card-27 {
  right: 57%;
  top: 33%;
  width: 13.7%;
  height: 10.5%;
  z-index: 18;
  transform: translateZ(9px);
}

.card-28 {
  right: 57%;
  top: 44%;
  width: 13.7%;
  height: 10.5%;
  z-index: 17;
  transform: translateZ(8px);
}

.card-29 {
  right: 57%;
  top: 55%;
  width: 13.7%;
  height: 10.5%;
  z-index: 16;
  transform: translateZ(7px);
}

.card-30 {
  right: 57%;
  top: 66%;
  width: 13.7%;
  height: 10.5%;
  z-index: 15;
  transform: translateZ(6px);
}

.card-31 {
  right: 57%;
  top: 77%;
  width: 13.7%;
  height: 10.5%;
  z-index: 14;
  transform: translateZ(5px);
}

/* Column 6: right = 70%, 底部对齐 */
.card-32 {
  right: 72%;
  top: 44%;
  width: 13.7%;
  height: 10.5%;
  z-index: 13;
  transform: translateZ(4px);
}

.card-33 {
  right: 72%;
  top: 56%;
  width: 13.7%;
  height: 10.5%;
  z-index: 12;
  transform: translateZ(3px);
}

.card-34 {
  right: 72%;
  top: 67%;
  width: 13.7%;
  height: 10.5%;
  z-index: 11;
  transform: translateZ(2px);
}

.card-35 {
  right: 72%;
  top: 78%;
  width: 13.7%;
  height: 10.5%;
  z-index: 10;
  transform: translateZ(1px);
}

/* 移动端logo墙样式 - 仅移动端显示 */
.service-swiper-content.bg_left .logos-wrap {
  display: none;
  overflow: hidden;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 16px 0;
}

.service-swiper-content.bg_left .logos-wrap .logo-track {
  display: flex;
  gap: 10px;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.service-swiper-content.bg_left .logos-wrap .logo-track:nth-child(1) {
  animation: logoScroll 25s linear infinite;
}

.service-swiper-content.bg_left .logos-wrap .logo-track:nth-child(2) {
  animation: logoScroll 30s linear infinite;
  animation-direction: reverse;
}

.service-swiper-content.bg_left .logos-wrap .logo-track:nth-child(3) {
  animation: logoScroll 22s linear infinite;
}

.service-swiper-content.bg_left .logos-wrap .logo-track:nth-child(4) {
  animation: logoScroll 28s linear infinite;
  animation-direction: reverse;
}

.service-swiper-content.bg_left .logos-wrap .logo-track:nth-child(5) {
  animation: logoScroll 24s linear infinite;
}

.service-swiper-content.bg_left .logos-wrap .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}

.service-swiper-content.bg_left .logos-wrap .logo-item img {
  height: 28px;
  width: auto;
  object-fit: contain;
  opacity: 0.85;
  transition: all 0.3s ease;
}

.service-swiper-content.bg_left .logos-wrap .logo-item:hover img {
  opacity: 1;
  transform: scale(1.05);
}

@keyframes logoScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* 响应式 */
@media (max-width: 1200px) {
  .service-swiper-content.bg_left .brand-wall-container {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .service-swiper-content.bg_left {
    flex-direction: column;
    align-items: stretch;
  }

  .service-swiper-content.bg_left .brand-wall-container {
    width: 100%;
    padding-bottom: 0;
    display: none;
  }

  /* 移动端 info-card 布局调整 */
  .service-swiper-content.bg_left .service-swiper-img {
    position: relative;
    width: 100%;
    height: auto;
  }

  /* 移动端显示 info-card-mobile，隐藏桌面版 info-card */
  .bg_left .info-card {
    display: none;
  }

  .bg_left .info-card-mobile {
    display: flex;
    position: static !important;
    width: 100% !important;
  }
}

.service-swiper-content.bg_right .home-section__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  text-align: left;
}

.service-swiper-content .title-wrap {
  margin-bottom: 24px;
  min-width: 43%;
  max-width: 43%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.service-swiper-content .title-wrap::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  width: 40%;
  height: 11px;
  background: url('../../images/khfw_line2.png') no-repeat;
  background-size: 100% auto;
}

.service-swiper-content.bg_left .home-section__container .title-wrap {
  text-align: right;
}

.service-swiper-content .title {
  font-size: 36px;
  font-weight: 700;
  color: #c9151e;
  line-height: 1.3;
  margin-bottom: 8px;
  text-align: center;
}

.service-swiper-content .sub-title {
  font-size: 16px;
  color: #c9151e;
  letter-spacing: 9px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding-left: 49px;
  padding-right: 40px;
}

.service-swiper-content .sub-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background: url('../../images/khfw_line3.png') no-repeat;
  background-size: 100% 100%;
}

.service-swiper-content .sub-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background: url('../../images/khfw_line3.png') no-repeat;
  background-size: 100% 100%;
}

.service-swiper-content .dir {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 43%;
  text-align: justify;
  /* text-justify: inter-ideograph; */
  text-wrap: pretty;
  word-break: break-all;
}

.service-swiper-content .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c9151e;
  color: #fff;
  padding: 10px 24px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}

.service-swiper-content .btn:hover svg {
  transform: translateX(4px);
}

.service-swiper-content .btn svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.service-swiper-content.bg_left .service-swiper-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53%;
  height: 100%;
  z-index: 3;
}

.service-swiper-content.bg_right .service-swiper-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53%;
  height: 100%;
}



.bg_left .info-card {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 76%;
  padding: 40px 60px;
  background-color: rgba(201, 21, 30, 0.8);
  border-radius: 18px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bg_left .info-card-mobile {
  display: none;
}

.bg_left .info-card .logo-title {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.bg_left .info-card .logo-title .line {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
}

.bg_left .info-card .logo-title img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.bg_left .info-card .logo-title p {
  transform: skewX(-18deg);
  font-size: 18px;
  color: #fff;
}

.bg_left .info-card .grade-tags {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bg_left .info-card .grade-tags .grade-tag {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  background: linear-gradient(135deg, #e8d5a3 0%, #f5e6c8 50%, #fff8e7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 500;
}

.bg_left .info-card .grade-tags .grade-tag span {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  background: linear-gradient(135deg, #e8d5a3 0%, #f5e6c8 50%, #fff8e7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: 4px;
}

.bg_left .info-card .grade-tags .grade-tag span::after {
  content: '+';
  position: absolute;
  top: 4px;
  right: -6px;
  font-size: 14px;
  background: none;
  -webkit-text-fill-color: #c9151e;
  font-weight: 700;
  background: linear-gradient(135deg, #e8d5a3 0%, #f5e6c8 50%, #fff8e7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bg_left .info-card .wrap-dir {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  /* text-justify: inter-ideograph; */
  text-wrap: pretty;
  word-break: break-all;
}

.bg_left .info-card .more__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  margin-left: auto;
  padding: 4px 10px;
  border-radius: 17px;
  border: 1px solid #ffffff;
  font-size: 14px;
}


.service-swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-swiper .swiper-pagination {
  position: relative;
  bottom: -20px !important;
  z-index: 8;
}

.service-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
  opacity: 1;
  margin: 0 3px;
  transition: all 0.3s ease;
}

.service-swiper .swiper-pagination-bullet-active {
  width: 38px;
  height: 6px;
  background: #c9151e;
  border-radius: 3px;
}

.service-swiper .swiper-button-next,
.service-swiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  color: #333;
  transition: all 0.3s ease;
}

.service-swiper .swiper-button-next:hover,
.service-swiper .swiper-button-prev:hover {
  background: #c9151e;
  color: #fff;
}

.service-swiper .swiper-button-next::after,
.service-swiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .service-swiper-img {
    width: 400px;
    height: 300px;
  }

  .service-swiper-content .title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .hero-swiper {
    aspect-ratio: 1920 / 900;
  }

  .common-hero .banner-title {
    /* top: 30%; */
    padding: 0 16px;
  }

  .common-hero .banner-title h1.main-title {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .common-hero .banner-title .sub-title {
    display: none;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .common-hero .banner-title p {
    display: none;
    font-size: 13px;
  }

  .hero-swiper .swiper-slide img {
    object-position: center right;
  }

  .service-swiper .swiper-pagination {
    bottom: 0 !important;
  }

  /* .common-hero .banner-title {
  display: none;
} */

  .service-swiper .swiper-slide {
    aspect-ratio: auto;
    height: auto;
    min-height: 100%;
  }

  .service-swiper-content.bg_right .home-section__container {
    padding-top: 14px;
    padding-left: 30%;
  }

  .service-swiper-content .title-wrap {
    max-width: 100%;
    margin-bottom: 14px;
  }

  .service-swiper-content.bg_right {
    align-items: flex-start;
  }

  .service-swiper-content.bg_right .service-swiper-img {
    display: block;
    width: 100%;
  }

  .service-swiper-content.bg_left .home-section__container {
    flex-wrap: wrap;
  }

  .characteristic-service {
    padding: 20px 0;
  }

  .service-swiper {
    padding-bottom: 0;
  }

  .service-swiper-content {
    padding: 0;
    min-height: auto;
  }

  .service-swiper-img {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: none;
  }

  .service-swiper-img img {
    border-radius: 8px;
  }

  .service-swiper-content .title {
    font-size: 26px;
  }

  .service-swiper-content .sub-title {
    font-size: 18px;
  }

  .service-swiper-content .dir {
    font-size: 14px;
  }

  /* brand-wall-container 移动端适配 */
  .service-swiper-content.bg_left .brand-wall-container {
    width: 100%;
    justify-content: center;
    padding: 16px 0;
    display: none;
  }

  /* info-card 移动端适配 */
  .bg_left .info-card {
    padding: 16px 12px;
    border-radius: 12px 12px 0 0;
  }

  .bg_left .info-card .logo-title {
    gap: 12px;
  }

  .bg_left .info-card .logo-title img {
    height: 32px;
  }

  .bg_left .info-card .logo-title .line {
    height: 32px;
  }

  .bg_left .info-card .logo-title p {
    font-size: 12px;
  }

  .bg_left .info-card .grade-tags {
    gap: 10px;
    flex-wrap: wrap;
  }

  .bg_left .info-card .grade-tags .grade-tag {
    font-size: 14px;
  }

  .bg_left .info-card .grade-tags .grade-tag span {
    font-size: 20px;
  }

  .bg_left .info-card .wrap-dir {
    font-size: 13px;
    line-height: 1.5;
  }

  .bg_left .info-card .more__btn {
    font-size: 12px;
  }

  /* 移动端 info-card */
  .bg_left .info-card-mobile {
    display: flex;
    position: static !important;
    width: 100% !important;
  }

  /* 移动端logo墙显示 */
  .service-swiper-content.bg_left .logos-wrap {
    display: flex;
  }
}

/* ==================== 服务中心 ==================== */
.service-center {
  padding: 60px 0;
}


.service-card-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  -webkit-aspect-ratio: 1200/280;
  aspect-ratio: 1200/280;
  gap: 20px;
  transition: all 0.4s ease;
}

.service-card {
  position: relative;
  width: 12.5%;
  min-width: 12.5%;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
}

.service-card.active {
  flex: 1;
}

.service-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.service-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:not(.active):hover .service-card-content {
  transform: translateY(-5px);
}

.service-card:not(.active):hover .service-card-bg img {
  transform: scale(1.05);
}

.service-card-bg::after {
  /* content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(201, 21, 30, 0.8); */
}

.service-card-content {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  height: 240px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.4s ease;
}

.service-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  gap: 12px;
}

.service-card-icon {
  width: 60%;
  max-width: 90px;
  -webkit-aspect-ratio: 1 / 1;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-icon img {
  width: 50%;
  object-fit: contain;
}

.service-card-title {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

/* 未激活状态 - 只显示header */
.service-card:not(.active) .service-card-content {
  min-height: 240px;
}


.service-card:not(.active) .service-card-entries {
  display: none;
}

/* 激活状态 - 显示入口列表 */
.service-card.active .service-card-bg,
.service-card.active .service-card-bg::after {
  display: none;
}

.service-card.active .service-card-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  border-bottom: 2px solid #c9131c;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.service-card.active .service-card-header .service-card-icon {
  background: #ffe7e8;
  height: 56px;
  width: 56px;
}

.service-card.active .service-card-header .service-card-title {
  color: #333;
}

.service-card.active .service-card-content {
  display: flex;
  flex-direction: column;
  height: 240px;
  overflow: hidden;
}

.service-card.active .service-card-entries {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 0 10px;
  padding-top: 24px;
}

.service-card-entry {
  background-color: #f9fafb;
  border-radius: 12px;
  padding: 24px 0px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.service-card-entry:hover {
  background: #eee;
}

.service-card-entry img {
  width: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.service-card-entry span {
  font-size: 16px;
  color: #333;
}

.more_arrow {
  width: auto;
  padding: 6px 12px;
  border-radius: 17px;
  border: 1px solid #c9151e;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  color: #c9151e;
}

.more_arrow span {
  font-size: 12px;
}

.more_arrow svg {
  width: 14px;
  height: 14px;
  color: #c9151e;
}

.more_arrow:hover {
  background: #c9151e;
  border: 1px solid #c9151e;
  color: white;
}

.more_arrow:hover svg {
  color: white;
}

.service-card .more_arrow {
  display: none;
}

.service-card.active .more_arrow {
  display: flex;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .service-card-wrap {
    gap: 16px;
  }

  .service-card-icon {
    width: 48px;
    height: 48px;
  }

  .service-card-icon img {
    width: 24px;
    height: 24px;
  }

  .service-card-title {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .service-center {
    padding: 0;
  }

  .service-card-wrap {
    flex-direction: column;
    gap: 12px;
  }

  .service-card,
  .service-card.active {
    width: 100%;
    min-width: 100%;
  }

  .service-card .service-card-header,
  .service-card.active .service-card-header {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    padding-top: 0;
    text-align: left;
  }

  .service-card .service-card-content,
  .service-card.active .service-card-content {
    height: auto;
    min-height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    overflow: visible;
  }

  .service-card .service-card-bg,
  .service-card.active .service-card-bg {
    height: 100%;
  }

}

/* ==================== VIP增值服务 ==================== */
.vip-center {
  padding: 60px 0;
}

.vip-center .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vip-center .section-header .more_arrow {
  visibility: hidden;
  margin-bottom: 30px;
}

.vip-content {
  display: flex;
  align-items: stretch;
  background: #f7fbfc;
  gap: 8px;
  padding: 5px 0;
  min-height: 550px;
}

@media (min-width:1920px) {
  .service-swiper-content.bg_left .brand-wall-container {
    /* height: 680px; */
  }

  .brand-wall {
    transform: rotateY(-18deg) rotateX(2deg);
  }

  .vip-content {
    min-height: 600px;
  }
}

@media(min-width:2400) {
  .service-swiper-content.bg_left .brand-wall-container {
    height: 800px;
  }
}

.vip-left {
  width: 40%;
  flex-shrink: 0;
}

.vip-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.vip-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 15px;
  position: relative;
}

.vip-right-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.vip-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  background: linear-gradient(180deg, #e8e8e8 0%, #d0d0d0 100%);
  border-radius: 8px 8px 0 0;
  position: relative;
}

.vip-tab {
  padding: 12px 32px;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
}

.vip-tab:not(.active):hover {
  background: #e0e0e0;
}

.vip-tab.active {
  background: #fff;
  color: #c9151e;
  border-bottom: none;
  position: relative;
  opacity: 0.9;
  z-index: 1;
}


.vip-panels {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 29px 0px rgba(143, 182, 213, 0.1);
  flex: 1;
}

.vip-panel {
  display: none;
  padding: 0;
}

.vip-panel:first-of-type {
  padding: 20px;
}

.vip-panel.active {
  display: block;
}

.vip-panel .content-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}

.vip-panel .content-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

.vip-panel .images_4 {
  display: flex;
  gap: 12px;
}

.vip-panel .images_4>div {
  flex: 1;
}

.vip-panel .images_4 img {
  width: 100%;
}

.vip-panel .images_1 {
  width: 100%;
  height: 100%;
}

.vip-panel .images_4 a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-aspect-ratio: 160 / 304;
  aspect-ratio: 160 / 304;
}

.vip-panel .images_4 a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 991px) {
  .vip-panel .images_4 {
    gap: 12px;
  }

  .vip-right-header .more_arrow {
    display: none;
  }
}

/* ==================== 利率查询 ==================== */
.rate-search {
  padding: 60px 0;
}

.rate-search .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rate-search .more_arrow {
  margin-bottom: 30px;
}

.rate-content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.rate-form {
  width: 300px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rate-form .form-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rate-form .form-item label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.rate-form .form-select {
  width: 100%;
  height: 42px;
  padding: 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.rate-form .form-select:focus {
  outline: none;
  border-color: #c9151e;
}

.rate-form .form-date {
  width: 100%;
  height: 42px;
  padding: 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s ease;
  cursor: pointer;
}

.rate-form .form-date:focus {
  outline: none;
  border-color: #c9151e;
}

.date-range {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.date-range .form-date {
  flex: 1;
  height: 42px;
  line-height: 42px;
  padding: 0 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: #fff;
  transition: border-color 0.3s ease;
  cursor: pointer;
}

.date-range .form-date:focus {
  outline: none;
  border-color: #c9151e;
}

.date-range .date-separator {
  color: #333;
  font-size: 14px;
  flex-shrink: 0;
  padding-left: 16px;
}

.form-submit {
  width: 100%;
  height: 42px;
  background: #c9151e;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 8px;
}

.form-submit:hover {
  background: #b10f1a;
}

.rate-table-wrap {
  flex: 1;
}

.table-empty {
  text-align: center;
  margin-top: 60px;
}

.table-error {
  text-align: center;
  margin-top: 60px;
}

.rate-table-wrap .dir {
  font-size: 16px;
  color: #666;
  margin-bottom: 16px;
}

.rate-table {
  border-radius: 12px;
}

.rate-table .table-body {
  min-height: 440px;
  max-height: 552px;
  overflow: auto;
}

.rate-table .table-header {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  border-bottom: 2px solid #c9151e;
}

.rate-table .table-row {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #333;
  align-items: center;
  padding: 16px 20px;
}

.table-header span,
.rate-table .table-row span {
  text-align: center;
}

.table-header span:first-child,
.rate-table .table-row span:first-child {
  text-align: left;
}

.rate-table .table-row:hover {
  background: #fdf6f6;
}

.rate-table .product-name {
  color: #333;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rate-table .rate-annual {
  color: #c9151e;
  font-weight: 600;
}

.rate-table .rate-daily {
  color: #666;
}

@media (max-width: 991px) {
  .vip-center {
    padding: 20px 0;
  }

  .rate-search {
    padding: 20px 0;
  }

  .rate-content {
    flex-direction: column;
  }

  .rate-table .table-body {
    min-height: auto;
    max-height: auto;
    overflow: hidden;
  }

  .rate-form {
    width: 100%;
    min-width: auto;
  }

  .rate-table .table-header,
  .rate-table .table-row {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 13px;
  }

  .rate-table .product-name {
    font-size: 13px;
  }
}

/* 单证下载&问题 */
.list-section {
  padding: 60px 0 120px;
  background-image: linear-gradient(0deg,
      #fdf0f0 0%,
      #ffffff 100%);
}

.list-section__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.download-list,
.question-list {
  width: 46%;
}

.list-section .section-title {
  margin-bottom: 20px;
}

.download-list .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.download-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.download-tabs .tab {
  padding: 4px 8px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.download-tabs .tab.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 100%;
  transform: translateX(-50%);
  height: 2px;
  background: #c9151e;
}

.download-tabs .tab:hover {
  color: #c9151e;
}

.download-tabs .tab.active {
  color: #c9151e;
  font-weight: 600;
}

.download-tabs .tab.active::after {
  width: 100%;
}

.download-list .card-list {
  display: none;
}

.download-list .card-list.active {
  display: flex;
}

.card-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.list-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 12px;
  border: solid 1px #e2ddd7;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.list-card:hover {
  border-color: #c9151e;
  box-shadow: 0 4px 12px rgba(201, 21, 30, 0.1);
}

.card-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff4f4;
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 12px;
  color: #c9151e;
  font-weight: 500;
  flex-shrink: 0;
}

.card-title {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.card-date {
  font-size: 13px;
  color: #999;
}

.card-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #c9131c;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.card-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.list-section .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 140px;
  min-width: 120px;
  height: 44px;
  margin: 0 auto;
  margin-top: 16px;
  border: 1px solid #c9151e;
  border-radius: 22px;
  background: transparent;
  gap: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.list-section .btn-more span {
  font-size: 14px;
  color: #c9151e;
  transition: color 0.3s ease;
}

.list-section .btn-more svg {
  width: 16px;
  height: 16px;
  color: #c9151e;
  transition: color 0.3s ease;
}

.list-section .btn-more:hover {
  background: #c9151e;
}

.list-section .btn-more:hover span,
.list-section .btn-more:hover svg {
  color: #fff;
}

@media (max-width: 991px) {
  .list-section__container {
    flex-direction: column;
  }

  .list-card {
    padding: 16px;
  }

  .card-title {
    font-size: 13px;
  }

  .card-date {
    display: none;
  }
}

/* ==================== 移动端适配 ==================== */

/* 768px 平板 */
@media (max-width: 991px) {
  .more_arrow {
    padding: 4px 8px;
    font-size: 12px;
  }

  .vip-center .section-header .more_arrow,
  .rate-search .more_arrow {
    visibility: visible;
    margin-bottom: 12px;
  }

  .download-list,
  .question-list {
    width: 100%;
  }

  .download-list {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .service-swiper-content .title {
    font-size: 24px;
  }

  .service-swiper-content .sub-title {
    font-size: 16px;
    letter-spacing: 5px;
  }

  .service-swiper-content .dir {
    max-width: 60%;
    font-size: 14px;
    line-height: 1.6;
  }

  .vip-content {
    flex-direction: column;
    min-height: auto;
  }

  .vip-left {
    width: 100%;
    display: none;
  }

  .vip-left img {
    border-radius: 12px;
  }

  .vip-tabs .more_arrow {
    display: none;
  }

  .download-tabs .tab {
    padding: 8px 16px;
    font-size: 13px;
    white-space: nowrap;
  }

  .rate-content {
    gap: 16px;
  }

  .rate-table .table-header,
  .rate-table .table-row {
    font-size: 13px;
    padding: 12px 10px;
  }

  .list-section {
    padding: 20px 0 60px;
  }

  .download-list .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

/* 576px 大屏手机 */
@media (max-width: 576px) {
  .section-title {
    font-size: 22px;
  }

  .service-swiper-content .title {
    font-size: 22px;
  }

  .service-swiper-content .sub-title {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .service-swiper-content .dir {
    max-width: 80%;
    font-size: 13px;
    margin-bottom: 8px;
  }

  .service-swiper-content .btn {
    padding: 8px 18px;
    font-size: 13px;
  }

  .vip-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .vip-tab {
    padding: 10px 20px;
    font-size: 14px;
  }

  .rate-form {
    padding: 16px;
  }

  .rate-form .form-item label {
    font-size: 13px;
  }

  .date-range {
    flex-direction: column;
    gap: 8px;
  }

  .date-range .form-date {
    width: 100%;
  }

  .date-range .date-separator {
    display: none;
  }

  .form-submit {
    margin-top: 16px;
  }

  .rate-table .table-header,
  .rate-table .table-row {
    /* grid-template-columns: 1fr 1fr; */
    font-size: 12px;
  }

  .download-tabs .tab {
    padding: 6px 12px;
    font-size: 12px;
  }

  .card-tag {
    font-size: 11px;
    padding: 3px 8px;
  }

  .card-title {
    font-size: 12px;
  }

  .list-section .btn-more {
    height: 38px;
    font-size: 13px;
  }

  .question-list .card-tag {
    font-size: 11px;
    padding: 3px 8px;
  }

  .question-list .card-title {
    font-size: 12px;
  }
}

/* 480px 小屏手机 */
@media (max-width: 480px) {
  .section-title {
    font-size: 20px;
  }

  .service-swiper-content .title {
    font-size: 20px;
  }

  .service-swiper-content .dir {
    max-width: 100%;
    font-size: 13px;
  }

  .service-swiper .swiper-button-next,
  .service-swiper .swiper-button-prev {
    display: none;
  }

  .vip-tab {
    padding: 8px 16px;
    font-size: 13px;
  }

  .rate-table .table-header,
  .rate-table .table-row {
    font-size: 12px;
    padding: 10px 8px;
  }

  .rate-table .product-name {
    font-size: 12px;
  }

  .download-tabs .tab {
    padding: 6px 10px;
    font-size: 12px;
  }

  .card-left {
    gap: 8px;
  }

  .card-icon {
    width: 32px;
    height: 32px;
  }

  .card-icon img {
    width: 16px;
    height: 16px;
  }

  .list-card {
    padding: 12px 16px;
  }

  .list-section .btn-more {
    height: 36px;
    font-size: 12px;
    margin-top: 16px;
  }
}

/* ==================== 移动端服务中心模块 ==================== */
.service-center-mobile {
  display: none;
}

@media (max-width: 991px) {
  .service-center {
    display: none;
  }

  .service-center-mobile {
    display: block;
  }

  .service-card-mobile-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .service-card-mobile {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
  }

  .service-card-header-mobile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
  }

  .service-card-header-mobile .service-card-icon {
    width: 40px;
    height: 40px;
    background: #fff4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .service-card-header-mobile .service-card-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .service-card-header-mobile .service-card-title {
    font-size: 15px;
    color: #333;
  }

  .service-card-entries-mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 12px;
  }

  .service-card-entry-mobile {
    background-color: #f9fafb;
    border-radius: 8px;
    padding: 12px;
    font-size: 13px;
    color: #333;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .service-card-entry-mobile:hover {
    background-color: #eee;
  }
}

/* ==================== Layui 定制样式 ==================== */
.layui-form-select dl {
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.layui-form-select dl dd:hover {
  background-color: #fdf6f6 !important;
}

.layui-form-select dl dd.layui-this {
  background-color: #c9151e !important;
  color: #fff !important;
}

.layui-form-select dl dt {
  color: #999 !important;
  font-size: 12px !important;
}

.layui-laydate {
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

.layui-laydate-header {
  border-bottom: 1px solid #f0f0f0 !important;
}

.layui-laydate-header .laydate-set-ym {
  font-weight: 600 !important;
  color: #333 !important;
}


.layui-laydate-content td.layui-this div {
  background-color: #c9151e !important;
}

.layui-laydate-content td:hover div {
  background-color: #fdf6f6 !important;
}

/* Layui 年月份选择器特定样式 */
.laydate-month-list li {
  /* padding: 10px 20px !important; */
}

.laydate-month-list li:hover {
  background-color: #fdf6f6 !important;
}

.laydate-month-list li.layui-this {
  background-color: #c9151e !important;
}

/* 覆盖 Layui 默认的 input 样式，使其与项目风格一致 */
.rate-form .layui-input,
.rate-form .layui-input:focus {
  height: 42px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  color: #333 !important;
  transition: border-color 0.3s ease !important;
  background: #fff !important;
}

.rate-form .layui-input:focus {
  border-color: #c9151e !important;
}

.rate-form .layui-form-select .layui-input {
  padding-right: 36px !important;
}

.rate-form .layui-form-select .layui-edge {
  border-top-color: #999 !important;
  margin-top: -6px !important;
}

/* 移动端适配 */
@media (max-width: 991px) {
  .layui-laydate {
    width: 95% !important;
    margin: 0 auto !important;
  }
}