  :root {
    --primary: #1a56a8;
  --secondary: #ff6f61;
  --accent: #fadb5f;
  --light: #f5f7fa;
  --header-height: 70px;
  --primary-dark: #2563eb;
  --accent-dark: #dc2626;
  --white: #ffffff;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --blue-100: #dbeafe;
  --red-300: #fca5a5
  }
.copy-text:hover,
.phone-number:hover {
  text-decoration: underline
}

.has-submenu,
.hero-section  {
  position: relative
}

.copyright,
.hero-container,
.section-header,
.service-card h3,
.service-card p,
.stats-item,
.text-center {
  text-align: center
}

.contact-modal.active {
  opacity: 1;
  visibility: visible
}

.toast.show {
  opacity: 1;
  visibility: visible
}
@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }

}
@media (max-width: 768px) {
    .mobile-hide {
      display: none !important; /* 确保覆盖行内样式 */
    }
  }
.loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  border-top-color: #007bff;
  animation: 1s ease-in-out infinite spin;
  margin-right: 10px
}

.error-message button {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px
}


.error-message button:hover {
  background: #0056b3
}
 

@keyframes pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.05)
  }

}
 
.feature-item  {
  display: flex;
  align-items: center
} 
 
.process-step::before,
.process-steps::before {
  content: '';
  top: 24px;
  z-index: 1;
  position: absolute
}

.logo-slogan {
  color: #666;
  font-size: 13px;
  margin-top: 3px;
  font-weight: 500
}

.dropdown-arrow {
  margin-left: 5px;
  font-size: 12px;
  transition: transform .3s
}

.btn,
.faq-answer,
.faq-item,
.service-link,
.submit-btn {
  transition: .3s
}

.has-submenu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  z-index: 100;
  padding: 10px 0
}

.submenu a {
  padding: 8px 20px
}

.submenu a:hover {
  background: #f5f5f5;
  color: var(--primary) !important
}

.mobile-nav-active {
  overflow: hidden;
  height: 100vh
}
.has-submenu.active>.submenu {
  display: block
}

.faq-item.active .faq-question i,
.has-submenu.active>span .desktop-arrow {
  transform: rotate(180deg)
}
 
.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px
}

.social-links a {
  color: #fff;
  font-size: 20px;
  transition: opacity .3s
}

.faq-question i,
.service-link i,
.submit-btn i {
  transition: transform .3s
}

.social-links a:hover {
  opacity: .8
} 

body {
  color: #333;
  color: var(--gray-800);
  line-height: 1.6;
  background-color: var(--white);
  font-family: Arial, sans-serif;
  min-height: 200vh;
  padding-bottom: 80px;
  overflow-y: scroll; 
}

.container {
  width: 90% !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px
}

.qrcode img,
img {
  max-width: 100%;
  height: auto
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.5rem;
  border-radius: .375rem;
  font-weight: 500
}

.hero-container,
.qrcode {
  flex-direction: column;
  display: flex
}

.btn-primary {
  background-color: var(--accent);
  color: var(--white)
}

.btn-primary:hover {
  background-color: var(--accent-dark)
}

.btn-phone {
  background-color: rgba(255, 255, 255, .1);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .3)
}

.btn-phone:hover,
.feature-icon,
.social-icons a:hover {
  background-color: rgba(255, 255, 255, .2)
}

.copy-text {
  color: var(--primary);
  margin-left: .5rem;
  font-size: .875rem;
  cursor: pointer
}

.copy-text:hover {
  color: var(--primary-dark)
}

.qrcode {
  align-items: center;
  gap: .5rem;
  margin-top: 1rem
}

.qrcode img {
  border: 1px solid var(--gray-200);
  border-radius: 4px
}

.qrcode p,
.testimonial-header p {
  font-size: .875rem;
  color: var(--gray-600)
}

.hero-container {
  position: relative;
  z-index: 10;
  align-items: center;

}

.hero-content h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--red-300)
}

.section-header h2 span,
.stats-number {
  color: var(--primary)
}

.hero-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: var(--blue-100)
}

.section-header h2,
.stats-number {
  font-size: 2.25rem;
  font-weight: 700
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center
}

.feature-badge,
.feature-icon {
  display: flex;
  align-items: center
}

.feature-icon {
  border-radius: 50%;
  padding: .5rem;
  margin-right: .75rem;
  justify-content: center
}

.stats-item,
.stats-section {
  background-color: var(--white)
}

.feature-icon i  {
  color: var(--white)
}

.stats-section {
  padding: 3rem 0;
  position: relative;
  z-index: 20;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .05)
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem
}

.stats-item {
  border: 1px solid var(--gray-200);
  border-radius: .5rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.stats-number {
  margin-bottom: .5rem
}

.advantage-item p,
.stats-label {
  color: var(--gray-600)
}

.services-section,
.testimonials-section {
  padding: 5rem 0;
  background-color: var(--gray-100)
}

.section-header {
  margin-bottom: 4rem
}

.section-header h2 {
  margin-bottom: 1rem;
  color: var(--gray-800)
}

.section-header p {
  font-size: 1.125rem;
  color: var(--gray-600);
  max-width: 42rem;
  margin: 0 auto
}

.services-grid {
  max-width: 72rem;
  /* 1152px */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.4rem;
  margin: 0 auto 2rem;
}

.service-card {
  background-color: var(--white);
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
  position: relative;
  border-top: 3px solid var(--primary)
}

.service-card.featured {
  border-top-color: var(--accent)
}

.feature-badge {
  background: var(--accent);
  color: var(--white);
  justify-content: center
}

.service-icon,
.service-link {
  display: flex;
  align-items: center;
  color: var(--primary)
}

.service-icon {
  width: 56px;
  height: 56px;
  background-color: var(--blue-100);
  border-radius: 50%;
  justify-content: center;
  margin: 1.5rem auto;
  font-size: 1.5rem
}

.service-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--gray-800)
}

.service-card p,
.service-features {
  margin-bottom: 1.5rem;
  padding: 0 1.5rem
}

.service-card p {
  color: var(--gray-600)
}

.service-features li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .5rem;
  color: var(--gray-600)
}

.service-features i {
  color: #10b981;
  margin-right: .5rem;
  margin-top: .25rem
}

.advantage-item h3,
.process-step h3 {
  margin-bottom: .5rem;
  color: var(--gray-800)
}

.service-link {
  justify-content: center;
  padding: 1rem;
  font-weight: 500;
  border-top: 1px solid var(--gray-200);
  background-color: var(--gray-100)
}

.service-link:hover {
  background-color: var(--gray-200)
}

.service-link i {
  margin-left: .5rem
}

.service-link:hover i,
.submit-btn:hover i {
  transform: translateX(3px)
}

.advantages-section,
.faq-section {
  padding: 5rem 0;
  background-color: var(--white)
}

.advantages-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center
}

.advantages-image img {
  border-radius: .5rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .1)
}

.advantages-list,
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2rem
}

.advantage-item {
  display: flex;
  gap: 1.5rem
}

.advantage-icon {
  width: 48px;
  height: 48px;
  background-color: var(--blue-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.25rem;
  flex-shrink: 0
}

.advantage-item h3 {
  font-size: 1.25rem;
  font-weight: 600
}

.process-section {
  padding: 3rem 0 5rem;
  background-color: var(--gray-100)
}

.process-steps {
  display: flex;
  justify-content: space-between
}

.process-steps::before {
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--gray-300)
}

.step-icon {
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.25rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  border: 2px solid var(--gray-200)
}

.step-number {
  display: inline-block;
  background-color: var(--primary);
  color: var(--white);
  font-size: .75rem;
  font-weight: 700;
  padding: .25rem .5rem;
  border-radius: 9999px;
  margin-bottom: .5rem
}

.process-step h3 {
  font-size: 1.125rem;
  font-weight: 600
}

.process-step p {
  color: var(--gray-600);
  font-size: .875rem
}

.faq-container {
  max-width: 800px;
  margin: 0 auto
}

.faq-item {
  border: 1px solid var(--gray-200);
  border-radius: .5rem;
  overflow: hidden;
  margin-bottom: 1rem
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  text-align: left;
  background-color: transparent;
  border: none;
  cursor: pointer
}

.btn-primary,
.card-body,
.contact-content,
.process-step {
  text-align: center
}

.faq-question h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--gray-800)
}

.faq-question i {
  color: var(--primary)
}

.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden
}

.faq-answer p {
  color: var(--gray-600);
  padding-bottom: 1.5rem
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem
}

.testimonial-card {
  background-color: var(--white);
  padding: 2rem;
  border-radius: .5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .05)
}

.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem
}

.client-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem
}

.client-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.testimonial-header h4 {
  font-weight: 600;
  color: var(--gray-800)
}

.testimonial-rating {
  color: #f59e0b;
  margin-bottom: 1rem
}

.testimonial-content {
  font-style: italic;
  color: var(--gray-600)
}

.contact-section {
  padding: 5rem 0;
  background-color: #f9fafb;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}

.form-group input,
.form-group textarea {
  border: 1px solid var(--gray-300);
  font-family: inherit
}

.form-group textarea {
  min-height: 120px;
  resize: vertical
}

.submit-btn {
  background-color: var(--white);
  color: var(--primary);
  padding: .75rem;
  border-radius: .375rem;
  border: none;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem
}

.contact-icon,
.social-icons a {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50%
}

.contact-item,
.social-icons {
  gap: 1rem;
  display: flex
}

.submit-btn:hover {
  background-color: var(--gray-100);
  transform: translateY(-2px)
}

.contact-info h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem
}

.contact-item {
  align-items: flex-start
}

.contact-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1rem;
  flex-shrink: 0
}

.contact-item h4 {
  font-weight: 600;
  margin-bottom: .25rem
}

.contact-item p {
  color: var(--blue-100)
}

.btn-primary,
.social-icons a {
  color: var(--white)
}

.social-links h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem
}

.social-icons a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s
}

.social-icons a:hover {
  transform: translateY(-3px)
}
  
@media (max-width:1024px) {

  .advantages-content,
  .contact-container {
    grid-template-columns: 1fr
  }

  .advantages-image {
    order: -1;
    margin-bottom: 2rem
  }

  .process-steps {
    flex-wrap: wrap
  }

  .process-step {
    width: 48%;
    margin-bottom: 2rem
  }

}

@keyframes fadeIn {
  from {
    transform: translateX(10px);
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    transform: translateX(0);
    opacity: 1;
    transform: translateY(0)
  }

}

.fade-in {
  animation: .6s forwards fadeIn
}

.delay-1 {
  animation-delay: .2s
}

.delay-2 {
  animation-delay: .4s
}

.delay-3 {
  animation-delay: .6s
}

.floating,
.hero-image {
  animation: 6s ease-in-out infinite float
}


.feature-badge:hover {
  transform: rotate(15deg) scale(1.1)
}

::-webkit-scrollbar {
  width: 8px
}

::-webkit-scrollbar-track {
  background: var(--gray-100)
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 4px
}

@media print {
  body {
    background: #fff !important;
    color: #000 !important
  }

}

.btn-primary {
  background-color: var(--accent);
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  transition: .3s;
  display: inline-block
}

.process-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 40px 0
}

.process-step {
  width: 23%;
  position: relative;
  z-index: 2
}

.process-step::before {
  left: -50%;
  width: 100%;
  height: 2px;
  background: var(--gray-300)
}

.process-step:first-child::before {
  display: none
}

.step-icon {
  width: 48px;
  height: 48px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  border: 2px solid var(--gray-200);
  color: var(--primary)
}

.contact-btn,
.feature-badge {
  align-items: center;
  transition: .3s
}

.form-group input,
.form-group textarea {
  background: #fff;
  color: var(--gray-800);
  border: 1px solid var(--gray-300);
  padding: 12px 16px;
  border-radius: 6px;
  width: 100%
}

.form-group input:focus,
.form-group textarea:focus {
  outline: 0;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, .2)
}


.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 20px 20px
}

input,
textarea {
  color: #333 !important;
  background-color: #fff !important
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-text-fill-color: #333 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}


.service-card {
  transition: .3s;
  border-top: 3px solid var(--primary)
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.floating-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.form-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .1)
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-15px)
  }

}

.stats-item {
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px)
}

.feature-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  font-size: 12px
}
 

.card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}
 


@media (min-width:768px) {
  .contact-float {
    right: 20px;
    bottom: 20px;
    flex-direction: column
  }

  body {
    padding-bottom: 0
  }

}

.contact-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.contact-modal,
.phone-number {
  display: flex;
  align-items: center
}

.contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.contact-btn i {
  font-size: 24px;
  color: #fff
}

.phone-btn {
  background-color: #3b82ff
}

.wechat-btn {
  background-color: #09bb07
}

.whatsapp-btn {
  background-color: #25d366
}

.email-btn {
  background-color: #ea4335
}

.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: .3s
}

.contact-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  position: relative
}

.contact-content h3 {
  margin-bottom: 15px;
  color: #333
}

.contact-info {
  margin-bottom: 15px
}

.phone-number {
  cursor: pointer;
  justify-content: center;
  margin-bottom: 10px
}

.phone-number span {
  margin-right: 10px;
  font-size: 16px
}

.copy-btn {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px
}

.copy-btn:hover {
  background-color: #45a049
}

.copy-success {
  color: #4caf50;
  font-size: 12px;
  margin-left: 10px;
  display: none
}

.qr-code {
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center
}

.qr-code img {
  max-width: 100%;
  max-height: 100%
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #777
}

.toast {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  z-index: 10001;
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none
}

@media (max-width:767px) {
  /* .contact-float
{left:0;right:0;bottom:0;flex-direction:row;justify-content:space-around;background-color:rgba(255,255,255,.9);padding:10px 0;box-shadow:0 -2px 10px rgba(0,0,0,.1)} */

  .contact-content {
    width: 90%
  }

  .phone-number {
    flex-direction: column;
    align-items: flex-start
  }

  .phone-number span {
    margin-bottom: 5px;
    margin-right: 0
  }

  .copy-btn {
    display: none
  }

  .toast {
    bottom: 180px;
    max-width: 80%;
    text-align: center
  }

}

/* 提取页面的tail css */

/* --- 首屏按钮组样式修改（替换） --- */
/* 手机端（默认）: 竖排，宽度一致 */
.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* 间距 */
  margin-bottom: 2.5rem;
  /* 底部外边距 */
  width: 100%;
  /* 确保按钮组占满可用宽度 */
  align-items: stretch;
  /* 让子项（按钮）拉伸填满父容器宽度，实现宽度一致 */
}



/* PC 端（大于或等于 640px，对应 Tailwind 的 'sm' 断点）：横排，宽度自适应，超出换行 */
@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
    /* 横排 */
    flex-wrap: wrap;
    /* 允许按钮超出容器时自动换行 */
    gap: 1rem;
    /* 横向和纵向间距都为 1rem */
    justify-content: center;
    /* 按钮水平居中 */
    width: auto;
    /* 宽度自适应内容，不再强制100% */
  }

  .hero-buttons a {
    width: auto;
    /* PC 端按钮宽度自适应内容 */
  }
}
.hero-buttons a {
  width: auto;
  box-sizing: border-box;
}
/* --- 首屏按钮组样式修改结束 --- */

/* --- 统计模块样式修改（替换） --- */
.stats-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /* 手机端默认显示为两列 */
  gap: 1.5rem;
  /* 卡片之间的间距 */
}





/* ===== 浮动按钮a标签修复 ===== */
.contact-float a.contact-btn {
  /* 基础重置 */
  all: unset;
  display: flex !important;

  /* 重建按钮样式 */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);

  /* 文字样式 */
  color: white !important;
  font: inherit;
  text-decoration: none !important;
  margin: auto;
}



.contact-wrapper {
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 9998;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}


/* 联系人按钮容器 */
.contact-float {
  display: flex;
  flex-direction: column-reverse;
  /* 从下往上排列 */
  /* align-items: center; */
  gap: 12px; 
  transform-origin: bottom center;
}

/* 默认状态下展开联系人按钮 */
.contact-float .contact-btn {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;

  
}

/* 展开状态下隐藏联系人按钮
.contact-float.visible .contact-btn {
transform: scale(0);
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: none;
} */

/* 为每个按钮添加延迟动画 */
.contact-float.visible .contact-btn:nth-child(1) {
  transition-delay: 0.1s;
}

.contact-float.visible .contact-btn:nth-child(2) {
  transition-delay: 0.2s;
}

.contact-float.visible .contact-btn:nth-child(3) {
  transition-delay: 0.3s;
}

.contact-float.visible .contact-btn:nth-child(4) {
  transition-delay: 0.4s;
}

.wrapper-label {
  /* 关键定位调整 */
  position: absolute;
  right: 50%;
  /* 移动到父容器左侧 */
  /* 保留原有样式 */
  height: 42px;
  white-space: nowrap;
  border-radius: var(--radius-component, 16px);
  padding: 10px 15px;
  box-shadow: var(--label-shadow);
  background: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
  /* 与按钮间距 */
}



/* 基础样式 */
.section-padding {
  padding: 5rem 0;
}

.bg-light-gray {
  background-color: #f9fafb;
}

.text-blue-primary {
  color: #3b82f6;
}

.text-gray-dark {
  color: #1f2937;
}

.text-gray-medium {
  color: #4b5563;
}

/* 服务内容部分 */
.services-section {
  padding: 5rem 0;
  background-color: #f9fafb;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.125rem;
  color: #4b5563;
  max-width: 42rem;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.service-card {
  background-color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.service-icon-container {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #dbeafe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #3b82f6;
}

.service-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.75rem;
}

.service-description {
  color: #4b5563;
  margin-bottom: 1rem;
}

.service-features {
  margin-bottom: 1.5rem;
}

.service-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  color: #0056b3;
}

.service-feature-icon {
  color: #10b981;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

.service-link {
  color: #3b82f6;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}

.service-link:hover {
  color: #1d4ed8;
}

.service-link-icon {
  margin-left: 0.5rem;
  transition: transform 0.3s;
}

.service-link:hover .service-link-icon {
  transform: translateX(3px);
}

.feature-badge {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  background-color: #f59e0b;
  color: white;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

/* 优势部分 */
.advantages-section {
  padding: 5rem 0;
  background-color: white;
}

.advantage-card {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}

.advantage-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.advantage-icon-container {
  width: 4rem;
  height: 4rem;
  background-color: #dbeafe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: #3b82f6;
}

.advantage-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: center;
}

.advantage-list {
  padding: 0 1rem 1rem;
}

.advantage-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  color: #4b5563;
}

.advantage-item-icon {
  color: #10b981;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

/* 流程部分 */
.process-section {
  padding: 3rem 0 5rem;
  background-color: #f9fafb;
}

.process-step {
  text-align: center;
  position: relative;
  padding: 0 1rem;
}

.process-step-icon {
  width: 3rem;
  height: 3rem;
  background-color: white;
  border: 2px solid #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: #3b82f6;
}

.process-step-number {
  display: inline-block;
  background-color: #3b82f6;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  margin-bottom: 0.5rem;
}

.process-step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.process-step-description {
  color: #4b5563;
  font-size: 0.875rem;
}

/* 常见问题部分 */
.faq-section {
  padding: 5rem 0;
  background-color: white;
}

.faq-item {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  text-align: left;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.faq-question-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
}

.faq-question-icon {
  color: #3b82f6;
  transition: transform 0.3s;
}

.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.faq-answer-content {
  padding-bottom: 1.5rem;
  color: #4b5563;
}



.contact-form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  border: 1px solid #e5e7eb;
  background-color: white;
  color: #1f2937;
}

.contact-form-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.contact-form-textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-submit-btn {
  width: 100%;
  background-color: #3b82f6;
  color: white;
  padding: 0.75rem;
  border-radius: 0.375rem;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-submit-btn:hover {
  background-color: #1d4ed8;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.contact-info-icon {
  flex-shrink: 0;
  margin-right: 1rem;
  color: #93c5fd;
}

.contact-info-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.contact-info-content {
  color: black;
}




/* 优势部分样式 */
.advantages-section {
  padding: 5rem 0;
  background-color: white;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.advantage-card {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.advantage-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.advantage-icon-container {
  width: 4rem;
  height: 4rem;
  background-color: #dbeafe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: #3b82f6;
}

.advantage-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
  text-align: center;
}

.advantage-list {
  padding: 0 1rem 1rem;
}

.advantage-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  color: #4b5563;
}

.advantage-item-icon {
  color: #10b981;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}


/* 特色服务区块 */
.feature-block {
  background-color: #eff6ff;
  /* 浅蓝色背景 */
  border-radius: 1rem;
  padding: 2rem;
  /* max-width: 90%; */
}

.feature-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 769px) {
  .process-section {
    padding: 5rem 0;
  }
 
  .process-header {
    margin-bottom: 4rem;
  }
 
  .process-title {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }

  .process-subtitle {
    font-size: 1.125rem;
  }
 
  .process-mobile {
    display: none;
  }

  .process-mobile-item {
    display: none;
  } 
  .process-desktop {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
 
  .contact-title {
    font-size: 2.5rem;
  }
 
 
  .process-section {
    padding: 5rem 0;
  }
 
  .process-header {
    margin-bottom: 4rem;
  }
 
  .process-title {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
 
  .process-subtitle {
    font-size: 1.125rem;
  }
  .process-desktop {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .process-mobile-item {
    display: none;
  }
/* PC 端（大于或等于 768px，对应 Tailwind 的 'md' 断点）：显示为四列 */
  .stats-container {
    grid-template-columns: repeat(4, 1fr);
    /* PC 端显示四列 */
  }

  .contact-float {
    right: 20px;
    bottom: 20px;
    flex-direction: column;
  }

  .contact-btn {
    width: auto;
    /* 取消固定宽度 */
    min-width: 50px;
    /* 保持最小圆形尺寸 */
    padding: 0 15px;
    /* 添加文字内边距 */
    border-radius: 25px;
    /* 圆角矩形 */
    justify-content: center;
    /* 保持居中 */
  }

  .contact-float a.contact-btn {
    background-color: var(--primary) !important;
    /* 使用您的主色 */
    width: auto;
    padding: 0 15px;
    border-radius: 25px;
  }

  .contact-float a.contact-btn .contact-label {
    display: inline;
    margin-left: 8px;
    color:white;
  }

  .feature-content {
    grid-template-columns: 1fr 1fr;
  }
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.feature-description {
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.feature-list-item {
  display: flex;
  align-items: flex-start;
}

.feature-list-icon {
  color: #10b981;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
}

/* 表单区块 */
.offer-form-container {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.offer-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
  margin-bottom: 0.5rem;
}

.offer-subtitle {
  color: #6b7280;
  text-align: center;
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.required-marker {
  color: #ef4444;
  font-weight: 700;
}

.form-input {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background-color: white;
  color: #1f2937;
}

.form-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.submit-btn {
  width: 100%;
  background-color: #3b82f6;
  color: white;
  padding: 0.5rem;
  border-radius: 0.375rem;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #2563eb;
}

/* 成功消息 */
.success-message {
  display: none;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 0.5rem;
  text-align: center;
}

.success-title {
  color: #16a34a;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-icon {
  margin-right: 0.5rem;
}



/* 注册流程部分 */
.process-section {
  padding: 3rem 0;
  background-color: #f9fafb;
}



.process-header {
  text-align: center;
  margin-bottom: 2rem;
}


.process-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}


.process-subtitle {
  font-size: 1rem;
  color: #6b7280;
  max-width: 42rem;
  margin: 0 auto;
}


/* 移动端样式 */
.process-mobile {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}


.process-mobile-item {
  display: flex;
  align-items: flex-start;
}

.process-mobile-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.process-mobile-step {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}

.process-mobile-step-number {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  margin-right: 0.5rem;
  color: white;
}

.process-mobile-step-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
}

.process-mobile-description {
  font-size: 0.875rem;
  color: #6b7280;
}


.process-desktop-item {
  width: 23%;
  position: relative;
  z-index: 2;
  padding: 0 1rem;
  text-align: center;
}

.process-desktop-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.process-desktop-card {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.process-desktop-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.process-desktop-step-number {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  color: white;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.process-desktop-step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.process-desktop-step-description {
  color: #6b7280;
  font-size: 0.875rem;
}

.process-arrow {
  position: absolute;
  right: 0;
  top: 25%;
  transform: translateX(50%);
  color: #d1d5db;
}

/* 按钮样式 */
.process-cta {
  margin-top: 3rem;
  text-align: center;
}

.process-button {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #3b82f6;
  color: white;
  border-radius: 0.5rem;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.process-button:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.process-button-icon {
  margin-right: 0.75rem;
}

.process-note {
  color: #9ca3af;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}
@media (max-width:768px) {
  .chat-box {
    width: 280px;
    right: 10px
  }

  .contact-entry .contact-text {
    display: none !important
  }

  .contact-entry {
    width: 50px !important;
    height: 50px !important;
    justify-content: center !important;
    padding: 0 !important;
    border-radius: 50% !important
  }
  .stats-container {
    grid-template-columns: repeat(2, 1fr)
  }

  .process-step {
    width: 100%
  }

}

/* 移动端样式（<768px） */
@media (max-width: 768px) {
  /*取消横排 .contact-float {
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: row;
    justify-content: space-around;
    background-color: rgba(255,255,255,.9);
    padding: 10px 0;
     gap: 5px;  
    padding: 8px 0;  
  } */

  .contact-btn {
    height: auto;
    border-radius: 10px;
    flex-direction: column;
    /* 纵向排列 */
    width: 80px;
    /* 宽度微调 */
    padding: 3px 3px;
    /* 内边距缩小 */
    margin: 0 2px;
    /* 左右外边距缩小 */
  }

  .contact-label {
    display: block;
    text-align: center;
    width: 100%;
    color: white;
    /* 深色文字更醒目 */
    margin-top: 3px;
    /* 文字与图标间距缩小 */
    font-size: 20px;
    /* 文字缩小1px */
    line-height: 1.2;
    /* 紧凑行高 */
    color:white;
  }

  /* 移动端图标缩小 */
  .contact-btn i {
    font-size: 20px;
  }

  .contact-float a.contact-btn {
    background-color: var(--primary) !important;
    /* 使用您的主色 */
    flex-direction: column;
    width: 60px;
    height: auto;
    padding: 6px 3px;
    border-radius: 10px;
  }

  .contact-float a.contact-btn .contact-label {
    font-size: 11px;
    margin-top: 3px;
    color:white;
  }

  .section-padding {
    padding: 3rem 0;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .process-steps {
    flex-direction: column;
  }

  .process-step {
    margin-bottom: 2rem;
  }

  .advantage-grid {
    grid-template-columns: 1fr;
  }

  .process-desktop {
    display: none;
  }
}



.contact-container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.contact-header {
  text-align: center;
  margin-bottom: 4rem;
}

.contact-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}


.contact-highlight {
  color: #fca5a5;
}

.contact-subtitle {
  font-size: 1.25rem;
  color: #bfdbfe;
  max-width: 42rem;
  margin: 0 auto;
}

 

/* 表单样式 */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  border: 1px solid #e5e7eb;
  background-color: white;
  color: #1f2937;
}

.contact-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.contact-textarea {
  min-height: 120px;
  resize: vertical;
}

.submit-btn {
  width: 100%;
  background-color: #3b82f6;
  color: white;
  padding: 0.75rem;
  border-radius: 0.375rem;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.submit-btn:hover {
  background-color: #2563eb;
}

/* 成功消息 */
.success-message {
  display: none;
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
  padding: 1rem;
  border-radius: 0.375rem;
  margin-top: 1rem;
  position: relative;
}

/* 联系信息部分 */
.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.contact-info-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
}

.contact-info-icon {
  flex-shrink: 0;
  color: #93c5fd;
  margin-right: 1rem;
  font-size: 1.25rem;
  margin-top: 0.25rem;
}

.contact-info-label {
  font-weight: 600;
  margin-bottom: 0.25rem;
}


.contact-info-link {
  color: #bfdbfe;
  transition: color 0.3s;
}

.contact-info-link:hover {
  color: white;
}

.office-hours {
  margin-top: 2rem;
}

.office-hours-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

/* 微信二维码卡片 */
.wechat-card {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}

.wechat-card-content {
  display: flex;
  align-items: center;
}

.wechat-qr-code {
  width: 4rem;
  height: 4rem;
  border: 1px solid #e5e7eb;
  margin-right: 1rem;
}

.wechat-info {
  flex: 1;
}

.wechat-title {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

.wechat-description {
  color: #6b7280;
  font-size: 0.875rem;
}

/* 注册流程部分 */
.process-section {
  padding: 3rem 0;
  background-color: #f9fafb;
}


.process-header {
  text-align: center;
  margin-bottom: 2rem;
}


.process-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}


.process-subtitle {
  font-size: 1rem;
  color: #6b7280;
  max-width: 42rem;
  margin: 0 auto;
}


/* 移动端样式 */
.process-mobile {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}



.process-mobile-item {
  display: flex;
  align-items: flex-start;
}

.process-mobile-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.process-mobile-step {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}

.process-mobile-step-number {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  margin-right: 0.5rem;
  color: white;
}

.process-mobile-step-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
}

.process-mobile-description {
  font-size: 0.875rem;
  color: #6b7280;
}

/* 桌面端样式 */
.process-desktop {
  display: none;
}


.process-desktop-item {
  width: 23%;
  position: relative;
  z-index: 2;
  padding: 0 1rem;
  text-align: center;
}

.process-desktop-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.process-desktop-card {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.process-desktop-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.process-desktop-step-number {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  color: white;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.process-desktop-step-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.process-desktop-step-description {
  color: #6b7280;
  font-size: 0.875rem;
}

.process-arrow {
  position: absolute;
  right: 0;
  top: 25%;
  transform: translateX(50%);
  color: #d1d5db;
}

/* 按钮样式 */
.process-cta {
  margin-top: 3rem;
  text-align: center;
}

.process-button {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #3b82f6;
  color: white;
  border-radius: 0.5rem;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.process-button:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.process-button-icon {
  margin-right: 0.75rem;
}

.process-note {
  color: #9ca3af;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}


/* 常见问题部分 */
.faq-section {
  padding: 5rem 0;
  background-color: white;
}

.faq-container {
  max-width: 56rem;
  /* 896px */
  margin: 0 auto;
  padding: 0 1rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
}

.faq-question-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
}

.faq-question-icon {
  color: #3b82f6;
  transition: transform 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-content {
  padding: 0 1.5rem 1.5rem;
  color: #4b5563;
}

.faq-answer-content strong {
  color: #1f2937;
}

/* 展开状态 */
.faq-item.active .faq-answer {
  max-height: 1000px;
  /* 足够大的值容纳内容 */
}



/* 底部CTA */
.faq-cta {
  margin-top: 3rem;
  text-align: center;
}

.faq-cta-text {
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.faq-button {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 2rem;
  background-color: #3b82f6;
  color: white;
  border-radius: 0.375rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.faq-button:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-button-icon {
  margin-right: 0.5rem;
}


/* 特性图标样式 */
.feature-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.feature-icon i {
  color: #ffffff;
  font-size: 1rem;
}

/* 可选：悬停效果 */
.feature-icon:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
  transition: all 0.3s ease;
}




/* 微信二维码卡片 */
.wechat-card {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}

.wechat-card-content {
  display: flex;
  align-items: center;
}

.wechat-qr-code {
  width: 4rem;
  height: 4rem;
  border: 1px solid #e5e7eb;
  margin-right: 1rem;
}

.wechat-info {
  flex: 1;
}

.wechat-title {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

.wechat-description {
  color: #6b7280;
  font-size: 0.875rem;
}

/* 微信卡片样式 */
.wechat-card {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.wechat-card-content {
  display: flex;
  align-items: center;
}

.wechat-qr-code {
  width: 4rem;
  height: 4rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  margin-right: 1rem;
}

.wechat-info {
  flex: 1;
}

.wechat-title {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

.wechat-description {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* 容器样式 */
.faq-container {
  max-width: 56rem;
  /* 相当于max-w-3xl */
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* FAQ项目 */
.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

/* 问题按钮 */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  background: white;
  border: none;
  cursor: pointer;
}

/* 问题标题 */
.faq-question-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  text-align: left;
}

/* 图标 */
.faq-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%232563eb' d='M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}


/* 底部区域 */
.faq-footer {
  margin-top: 3rem;
  text-align: center;
}

.faq-footer-text {
  margin-bottom: 1rem;
  color: #4b5563;
}

/* 按钮样式 */
.faq-button {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 2rem;
  background-color: #2563eb;
  color: white;
  border-radius: 0.375rem;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.faq-button:hover {
  background-color: #1d4ed8;
}

.faq-button-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M256 32C114.6 32 .0272 125.1 .0272 240c0 49.63 21.35 94.98 56.97 130.7c-12.5 50.37-54.27 95.27-54.77 95.77c-2.25 2.25-2.875 5.734-1.5 8.734C1.979 478.2 4.75 480 8 480c66.25 0 115.1-31.76 140.6-51.39C181.2 440.9 217.6 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* 激活状态 */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}







.plans-comparison {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.plan-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  flex: 1;
  min-width: 300px;
  max-width: 380px;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.discount-badge {
  position: absolute;
  top: 15px;
  right: -35px;
  background: #2563eb;
  color: white;
  padding: 5px 40px;
  font-weight: bold;
  transform: rotate(45deg);
  font-size: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.plan-name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2c3e50;
}

.plan-description {
  color: #7f8c8d;
  margin-bottom: 20px;
  font-size: 1rem;
  min-height: 50px;
}

.price-container {
  margin-bottom: 25px;
}

.original-price {
  text-decoration: line-through;
  color: #95a5a6;
  font-size: 1.1rem;
}

.discounted-price {
  font-size: 2.2rem;
  font-weight: 800;
  color: #e74c3c;
  margin: 5px 0;
}

.gov-fee-note {
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-bottom: 20px;
}

.features-list {
  margin: 25px 0;
  list-style: none;
}

.features-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

.features-list i {
  color: #27ae60;
  margin-right: 10px;
  font-size: 1.1rem;
  margin-top: 3px;
}

.feature-text {
  flex: 1;
}

.contact-section {
  background: white;
  border-radius: 12px;
  padding: 30px;
  margin: 40px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-title {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.qr-container {
  display: flex;
  flex-direction: row;    /* 横向排列（默认值，可省略） */
  gap: 30px;              /* 区块间距 */
  justify-content: center; /* 水平居中 */
  width: 100%;
  flex-wrap: wrap;        /* 允许换行 */

   /* 直接子元素样式 */
  & > .qr-code {          /* 嵌套写法表示直接子元素 */
    display: flex;
  flex-direction: column; /* 内部竖排 */
  align-items: center;     /* 水平居中 */
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-width: 150px;
  background: white;  
    
    /* 二维码图片样式 */
    & > img {
      width: 120px;
      height: 120px;
      margin-bottom: 10px;
      border-radius: 8px;
    }
    
    /* 描述文字样式 */
    & > p {
      font-size: 0.9rem;
      color: #333;
      font-weight: 600;
    }
  }
}

.wechat-label {
  background: #09b83e;
}

.whatsapp-label {
  background: #25D366;
}

.consult-button-container {
  flex: 0 0 auto;
  min-width: 200px;
  align-items: center; /* 垂直居中 */
}

.consult-button {
  display: inline-block;
  background: #3498db;
  color: white;
  padding: 15px 25px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.consult-button:hover {
  background: #2980b9;
  transform: translateY(-2px);
}

.toggle-comparison {
  background: #2c3e50;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 30px auto;
  text-align: center;
}

.toggle-comparison:hover {
  background: #1a252f;
  transform: translateY(-2px);
}

.toggle-comparison i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.comparison-section {
  display: none;
  margin-bottom: 60px;
}

.comparison-section.show {
  display: block;
}

.section-title {
  text-align: center;
  margin: 30px 0;
  font-size: 2rem;
  color: #2c3e50;
  font-weight: 700;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.comparison-table th,
.comparison-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.comparison-table th {
  background: #f8f9fa;
  font-weight: 600;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.checkmark {
  color: #27ae60;
  font-weight: bold;
}

.crossmark {
  color: #e74c3c;
}

@media (max-width: 992px) {
  .plans-comparison {
    flex-direction: column;
    align-items: center;
  }

  .plan-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .contact-row {
    flex-direction: column;
    align-items: center;
  }

  .qr-container {
    width: 100%;
    justify-content: space-around;
  }

  .consult-button-container {
    width: 100%;
  }

  .consult-button {
    width: 100%;
  }
}

@media (max-width: 576px) {
  header h1 {
    font-size: 2rem;
  }

  .plan-name {
    font-size: 1.5rem;
  }

  .discounted-price {
    font-size: 1.8rem;
  }

  .qr-container {
    flex-direction: column;
    gap: 20px;
  }
}
.contact-label {
    color: white;
    border-radius: 5px;  
    margin-bottom: 5px;
    padding:5px 10px;
  }
@media (max-width: 768px) {
  .contact-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center; 
    padding: 10px;
    z-index: 9999;
  }

  .contact-float {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }

  .wrapper-label {
    display: none;
  }

  body {
    padding-bottom: 80px;
  }
  .contact-float {
    gap: 5px; /* 减少按钮间距 */
  }
  
  .contact-btn {
    margin: 0 2px; /* 进一步缩小间距 */
  }

  .process-mobile-item {
    display: flex;
    flex-direction: column;
  }
  
  .service-feature-item {
    margin-bottom: 10px;
  }
}
