.elementor-42261 .elementor-element.elementor-element-3b2a328{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-42261 .elementor-element.elementor-element-ea0fd01{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-42261 .elementor-element.elementor-element-3ff3c5e.elementor-element{--align-self:center;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-42261 .elementor-element.elementor-element-3b2a328{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-26cce69 *//* ===== Hero ===== */
.custom-section{
  position: relative;
  height: 600px;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}
.custom-section-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  z-index: 0;
}
.custom-section::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5));
  z-index: 1;
}
.content-wrapper{ margin-top:110px; position: relative; z-index: 2; }
.section-title{ font-size:64px; font-weight:700; margin-bottom:10px; color:#fff; }
.section-subtitle{ font-size:16px; color:#ccc; }

/* ===== Card container ===== */
.faq-section{
  max-width:900px;
  margin:-250px auto 40px;
  position:relative;
  z-index:10;
}
.faq-wrapper{
  background:#fff;
  border-radius:15px;
  box-shadow:0 10px 35px rgba(0,0,0,.1);
  overflow:hidden;
  padding:20px;
}

/* ===== Right content only (tabs已移除) ===== */
.faq-content{ padding:30px; }

/* ===== FAQ accordion ===== */
.faq-content-faq .faq-content-accordion{ display:block; }
.faq-content-faq .faq-content-item{
  background:#f6f6f6;
  border:1px solid #eee;
  border-radius:4px;
  margin:12px 0;
  overflow:hidden;
}
.faq-content-faq .faq-content-q{
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  padding:16px 18px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.4px;
  color:#333;
  position:relative;
  user-select:none;
}
.faq-content-faq .faq-content-q::-webkit-details-marker{ display:none; }
.faq-content-faq .faq-content-q::after{
  content:"+";
  margin-left:auto;
  font-size:20px; font-weight:700; line-height:1;
}
.faq-content-faq details[open] .faq-content-q::after{ content:"−"; }
.faq-content-faq .faq-content-item:hover .faq-content-q{ background:#f1f1f1; }
.faq-content-faq .faq-content-a{
  background:#fff; border-top:1px solid #eee;
  padding:16px 18px; color:#444; line-height:1.65; font-size:15px;
}

/* ===== Responsive ===== */
@media (min-width:768px) and (max-width:1024px){
  .custom-section{ background-position:0% 100%; background-size:115% 190%; }
  .faq-wrapper{ margin:0 40px; }
}
@media (max-width:768px){
  .faq-wrapper{ margin:0 10px; }
  .custom-section{ background-position:40% 100%; background-size:330% 190%; }
  .faq-content-faq .faq-content-q{ padding:14px 16px; font-size:15px; }
  .faq-content-faq .faq-content-a{ padding:14px 16px; font-size:14px; }
  .section-title{ font-size:40px!important; }
}
@media (max-width:380px){
  .faq-wrapper{ margin:0 10px; }
  .custom-section{ background-size:290% 170%; background-position:40% 100%; }
}

/* === FAQ 展开/收缩动画（纯 CSS）=== */
/* 行为：高度、内边距与透明度过渡；支持减弱动画偏好 */
.faq-content-faq .faq-content-q{
  transition: background-color .2s ease, color .2s ease;
}
.faq-content-faq .faq-content-q::after{
  transition: transform .3s ease, opacity .3s ease;
}

/* 折叠态：内容区高度为 0、无上下内边距、透明 */
.faq-content-faq .faq-content-a{
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 18px;                 /* 先保留左右内边距，去掉上下 */
  transition:
    max-height .35s ease,
    opacity .25s ease,
    padding .35s ease;
}

/* 展开态：恢复内边距、显示并平滑过渡到目标高度 */
.faq-content-faq details[open] .faq-content-a{
  max-height: 800px;               /* 估个最大高度；内容更长就加大这个值 */
  opacity: 1;
  padding: 16px 18px;
}

/* 展开时让右侧符号有点动效（可选） */
.faq-content-faq details[open] .faq-content-q::after{
  transform: rotate(180deg);       /* 你的“+ / −”依旧按原逻辑切换，这里做个旋转过渡 */
}

/* 悬停/聚焦的视觉反馈（保持你原有风格） */
.faq-content-faq .faq-content-item:hover .faq-content-q{
  background:#f1f1f1;
}

/* 无障碍：用户选择减少动画时，禁用过渡 */
@media (prefers-reduced-motion: reduce){
  .faq-content-faq .faq-content-q,
  .faq-content-faq .faq-content-q::after,
  .faq-content-faq .faq-content-a{
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ff3c5e */.policy-bar {
    --barBg:#ECEFF3;          /* 整条灰背景 */
    --text:#111;              /* 文字 */
    --muted:#6b7280;          /* 次级文字 */
    --activeBg:#fff;          /* 激活白底 */
    --activeBd:#E5E7EB;       /* 激活描边 */
    --h:42px;                 /* 条内按钮高度 */
    --px:22px;                /* 按钮左右内边距 */
    --gap:32px;               /* 按钮间距 */
    background:var(--barBg);
    border-radius:999px;
    padding:1px;
    overflow-x:auto; overflow-y:hidden;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;   /* ✅ 移动端吸附 */
  }
  .policy-bar__track{
    display:flex; align-items:center; gap:var(--gap);
    list-style:none; margin:0; padding:0;
  }
  .policy-bar__track > li{ list-style:none; margin:0; padding:0 }
  .policy-bar__track > li::marker,
  .policy-bar__track > li::before{ content:none !important }

  .policy-link{
    display:inline-flex; align-items:center; justify-content:center;
    height:var(--h); padding:0 var(--px);
    color:var(--muted); text-decoration:none; border-radius:999px;
    -webkit-tap-highlight-color:transparent;
    position:relative; touch-action:manipulation;
    scroll-snap-align:center;         /* ✅ 滑动时居中对齐 */
  }
  @media (hover:hover){ .policy-link:hover{ color:var(--text) } }
  .policy-link:focus-visible{ outline:2px solid var(--text); outline-offset:3px; border-radius:999px }

  /* 激活项：白底 + 细边 */
  .policy-link.is-active{
    background:var(--activeBg);
    box-shadow:0 0 0 1px var(--activeBd) inset;
    color:var(--text);
  }
  /* 覆盖主题在移动端的 :active 颜色 */
  .policy-link:active{ background:var(--activeBg) !important; color:var(--text) !important }

  /* 📱 移动端更大的可点区域 */
  @media (max-width:640px){
    .policy-bar{ --h:48px; --px:18px; --gap:24px; padding:6px }
    .policy-link{ font-size:15px }
  }
    .policy-bar{
    overflow-x: auto;                 /* 保留横向滚动能力 */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;            /* Firefox 隐藏滚动条 */
    ms-overflow-style: none;          /* IE/Edge(旧) */
  }
  .policy-bar::-webkit-scrollbar{     /* Chrome / Safari / Edge(Chromium) */
    display: none;                    /* 彻底隐藏 */
    height: 0;                        /* 兜底：不占高度 */
  }/* End custom CSS */