
body { font-family: 'Noto Sans SC', sans-serif; }
  .font-serif-cn { font-family: 'Noto Serif SC', serif; }
  
  /* Glassmorphism */
  .glass {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .glass-dark {
    background: rgba(45, 55, 72, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }


  
  /* Scroll reveal */
  .reveal {
    opacity: 1;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .reveal.active {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Button hover gradient */
  .btn-gradient {
    background: linear-gradient(135deg, #4A90D9 0%, #2E6FB5 100%);
    transition: all 0.3s ease;
  }
  .btn-gradient:hover {
    background: linear-gradient(135deg, #2E6FB5 0%, #1a5a9e 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(74, 144, 217, 0.4);
  }
  .btn-outline {
    border: 2px solid #A8C4D6;
    color: #2E6FB5;
    transition: all 0.3s ease;
    background: transparent;
  }
  .btn-outline:hover {
    background: #A8C4D6;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(168, 196, 214, 0.4);
  }
  
  /* Card hover */
  .card-hover {
    transition: all 0.4s ease;
  }
  .card-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }
  
  /* Banner slide */
  .banner-slide {
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  
  /* Modal */
  .modal-overlay {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .modal-overlay.active {
    opacity: 1;
  }
  .modal-content {
    transform: scale(0.95);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .modal-overlay.active .modal-content {
    transform: scale(1);
    opacity: 1;
  }
  
  /* Custom scrollbar */
  ::-webkit-scrollbar { width: 8px; }
  ::-webkit-scrollbar-track { background: #EEF2F7; }
  ::-webkit-scrollbar-thumb { background: #A8C4D6; border-radius: 4px; }
  ::-webkit-scrollbar-thumb:hover { background: #4A90D9; }
  
  /* Line clamp */
  .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  /* Gradient text */
  .gradient-text {
    background: linear-gradient(135deg, #4A90D9 0%, #2E6FB5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  
  /* Decorative elements */
  .deco-line {
    height: 3px;
    width: 60px;
    background: linear-gradient(90deg, #A8C4D6, #4A90D9);
    border-radius: 2px;
  }
  
  /* Mobile menu */
  /* .mobile-menu {
    transform: translateX(100%);
    transition: transform 0.4s ease;
  }
  .mobile-menu.active {
    transform: translateX(0);
  } */
  
  /* Floating buttons */
  .float-btn {
    transition: all 0.3s ease;
  }
  .float-btn:hover {
    transform: scale(1.1);
  }
  
  /* Number counter */
  .counter {
    font-variant-numeric: tabular-nums;
  }
  
  /* Wave divider */
  .wave-divider {
    position: relative;
    overflow: hidden;
  }
  
  /* Tab active */
  .tab-active {
    color: #2E6FB5;
    border-bottom: 3px solid #4A90D9;
  }
  
  /* Image hover zoom */
  .img-zoom {
    overflow: hidden;
  }
  .img-zoom img {
    transition: transform 0.5s ease;
  }
  .img-zoom:hover img {
    transform: scale(1.08);
  }
  
  /* Smooth scroll */
  html { scroll-behavior: smooth; }
  
  /* Navigation underline */
  .nav-link {
    position: relative;
  }
  .nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #4A90D9;
    transition: width 0.3s ease;
  }
  .nav-link:hover::after,
  .nav-link.active::after {
    width: 100%;
  }
  .mySwiper2 .swiper-slide{height:347px!important;}
  .mySwiper3 .swiper-slide{height:403px!important;}
  .mySwiper5 .swiper-slide{height:501px!important;}
  .mySwiper9 .swiper-slide {
    height: 181px!important;
  }
  .mySwiper12 .swiper-slide{height:252px!important;}
  .mySwiper13 .swiper-slide {
    height: 371px!important;
  }
  .mySwiper14 .swiper-slide {
    height: 356px!important;
  }
  .mySwiper15 .swiper-slide {
    height: 296px!important;
  }
  .mySwiper16 .swiper-slide {
    height: 335px!important;
  }
  .mySwiper17 .swiper-slide {
    height: 161px!important;
  }
  .mySwiper88 .swiper-slide {
    height: 209px!important;
  }
  .banner-slide3 .from-warm-beige\/30 {
    --tw-gradient-from: rgb(212 197 176 / 0.3) var(--tw-gradient-from-position)!important;
    --tw-gradient-to: rgb(212 197 176 / 0) var(--tw-gradient-to-position)!important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)!important;
}
.dd131331{padding: 0!important;}

  @media screen and (min-width:968px) and (max-width:1300px){
    .lg\:px-8 {
      padding-left: 0.5rem!important;
      padding-right: 0.5rem!important;
  }
  .space-x-8 > :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(1rem * var(--tw-space-x-reverse))!important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important;
}
  }

  @media screen and (max-width: 968px) {
    .dn{display:none!important;}
    .sj{display: block!important;}
    .mySwiper1 .flex {
        display: flex;
        justify-content: center;
    }
    #bannerContainer {
      height: 100vh!important;
  }
  .mySwiper1{
    height: 100%!important;
}
.mySwiper1 .h-full {
  height: 100%!important;
}
.mySwiper1 .swiper-button-prev,.mySwiper1 .swiper-button-next{display: none!important;}
.mySwiper2 .swiper-slide{height:auto!important;}
.mySwiper3 .swiper-slide{height:auto!important;}
.mySwiper5 .swiper-slide{height:auto!important;}
.p-8 {
  padding: 2rem 1rem!important;
}
.px-4 {
  padding-left: 0.75rem!important;
  padding-right: 0.75rem!important;
}
.a131313 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.1rem!important;
  margin-top:10px;
}
.footer1 .gap-8 {
  gap: 0.5rem 2rem;
}
.footer1 .py-16 {
  padding-top: 2rem!important;
  padding-bottom: 2rem!important;
}
.footer1 .mb-12 {
  margin-bottom: 1rem!important;
}
.px-7 {
  padding-left: 0.5rem!important;
  padding-right:  0.5rem!important;
}
.mySwiper8{
  border-radius: 1.5rem;
}

.mySwiper8 .swiper-slide {
  height: auto!important;
}
.mySwiper9{
  border-radius: 1.5rem;
}

.mySwiper9 .swiper-slide {
  height: auto!important;
}
.mySwiper10{
  border-radius: 1.5rem;
}

.mySwiper10 .swiper-slide {
  height: auto!important;
}
.mySwiper11{
  border-radius: 1.5rem;
}

.mySwiper11 .swiper-slide {
  height: auto!important;
}

.mySwiper12{
  border-radius: 1.5rem;
}

.mySwiper12 .swiper-slide {
  height: auto!important;
}
.aaa1313{
  padding: 0!important;
}
.mySwiper13 .swiper-slide {
  height: auto!important;
}
.mySwiper13{
  border-radius: 1.5rem;
}
.mySwiper14 .swiper-slide {
  height: auto!important;
}

.mySwiper14{
  border-radius: 1.5rem;
}
.mySwiper15{
  border-radius: 1.5rem;
}
.mySwiper15 .swiper-slide {
  height: auto!important;
}
.mySwiper16{
  border-radius: 1.5rem;
}
.mySwiper16 .swiper-slide {
  height: auto!important;
}
.mySwiper17{
  border-radius: 1.5rem;
}
.mySwiper17 .swiper-slide {
  height: auto!important;
}
.mySwipe88{
  border-radius: 1.5rem;
}
.mySwiper88 .swiper-slide {
  height: auto!important;
}
.aa1313a .flex{
  display: block!important;
  position: relative; /* 新增，作为i定位参照 */
  margin-bottom:10px;
}
.aa1313a .flex i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 


}
.bg111 {
  grid-template-columns: repeat(1, minmax(0, 1fr))!important;
}
.dd131331{padding: 0!important;}

  }
  
  @media screen and (max-width: 767px) {
    .yingying{
      box-shadow: 0 5px 12px rgb(0 0 0 / 20%);
    border-radius: 1.5rem;
    }
  }