@charset "UTF-8";

/* =============================================
   全站统一字体：无衬线商务黑体
   所有元素通过 inherit 继承 body 的字体栈f4a61d
   ============================================= */
html {
  font-family:"Source Han Sans CN",Inter,"PingFang SC","Microsoft YaHei",sans-serif;
  scroll-behavior: smooth;
}
body {
  font-family: "Source Han Sans CN", Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

*,
*::before,
*::after,
input,
button,
select,
optgroup,
textarea,
code,
kbd,
samp,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
  box-sizing: border-box;
}


h1, h2, h3 {
  font-weight: 600;
  line-height: 1.3;
}


.cm-navbar {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.cm-navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 16px;
  padding-right: 16px;
  color: var(--bs-body-color, #212529);
  transition: color 0.15s ease-in-out;
}

.cm-navbar .navbar-nav .nav-link.active {
  color: #f4a61d;
}

/*.nav-link.active::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background: #f4a61d;*/
/*    border-radius: 1px;*/
/*}*/

.navbar-nav-scroll {
  max-width: 100%;
  height: 2.5rem;
  /*margin-top: .25rem;*/
  overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
  /*padding-bottom: 2rem;*/
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-overflow-scrolling: touch;
}

.cm-hidden {
  display: none !important;
}

.cm-pointer {
  cursor: pointer;
}

.cm-ff-yh {
  font-family: inherit;
}

.cm-block-head-bottom {
  border-bottom: solid 2px;
  border-color: #f4a61d;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.cm-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(var(--bs-dark-rgb, 0, 0, 0), 0.5);
}

.cm-media-img,
.cm-d-flex-img {
  max-width: 180px;
  max-height: 120px;
  object-fit: cover;
  border-radius: var(--bs-border-radius);
}

@media screen and (max-width: 767.98px) {

  .cm-media-img,
  .cm-d-flex-img {
    max-width: 120px;
    max-height: 80px;
  }
}

.cm-video-card {
  border: 1px solid var(--bs-border-color, #dee2e6);
  border-radius: var(--bs-border-radius);
  padding: 6px;
  background-color: var(--bs-body-bg, #fff);
}

.cm-video-card .card-img-top {
  border-radius: calc(var(--bs-border-radius) - 4px);
}

.cm-link {
  color: var(--bs-body-color, #212529);
  text-decoration: none;
}

.cm-link:hover {
  color: #f4a61d;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
    color: white;
}

.es-highlight em {
  color: var(--bs-danger, #dc3545);
  font-style: normal;
  font-weight: bold;
}

.btn-primary {
  background: #f4a61d;
  color: white;
  padding: 4px 24px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}

.btn-secondary {
  background: white;
  color: #1A2A4F;
  border: 2px solid #1A2A4F;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-primary:hover {
  background: #db9a27;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 166, 35, 0.3);
}

.grid-cols-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.category-card {
  text-align: center;
  padding: 24px 10px;
  /*border: 1px solid #eee;*/
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* 鼠标悬浮样式 */
/*.category-card:hover .category-icon{*/
/*  border-color: #f4a61d;*/
/*  background-color: #f0f8f8;*/
/*}*/
.category-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #F8F9FA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: all 0.3s;
}

.text-deep-sea-blue {
  color: #f4a61d;
  font-weight: 500;
  margin: 0;
}

/* 悬浮时文字、图标变色 */
.category-card:hover .category-icon {
  background: #f4a61d;
}

/* 悬浮时文字、图标变色 */
.category-card-item:hover .category-icon {
  background: #f4a61d;
}

.category-card-item:hover svg path {
  stroke: white;
}

.category-card:hover svg path {
  stroke: white;
}

.bg-sunshine-orange {
  background: #f4a61d;
}

.rounded-full {
  border-radius: 9999px;
}

.w-16 {
  width: 64px;
  height: 64px;
}

.w-15 {
  width: 15%;
}

.text-deep-sea-blue {
  color: #1A2A4F;
}

.font-bold {
  font-weight: 500;
  font-size: 30px;
}

.text-xl {
  font-size: 1.25rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: inherit;
}

/* 标签栏 */
.tab-wrap {
  text-align: center;
  padding: 20px;
}

.tab-item {
  font-size: 14px;
  color: #666;
  padding: 0 30px 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s;
}

.tab-item.active {
  color: #f4a61d;
}

.tab-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #f4a61d;
  border-radius: 4px;
}

.tab-item:hover {
  color: #f4a61d;
}

/* 内容容器 */
.content-box {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 20px;
}

.content-panel {
  display: none;
  background: #f8f9fa;
  padding: 5px;
  border-radius: 4px;
}

.content-panel.show {
  display: block;
}

.panel-title {
  text-align: center;
  font-size: 18px;
  color: #1A2A4F;
  margin-bottom: 40px;
}

/* 四列卡片布局 */
.grid-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.quality-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  transition: all 0.2s;
}

.quality-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.quality-text {
  padding: 16px 10px 24px;
}

.quality-name {
  font-size: 14px;
  color: #1A2A4F;
  font-weight: 500;
  margin-bottom: 8px;
}

.quality-desc {
  font-size: 12px;
  color: #6C757D;
}

/* ========== 工厂展示 左右布局 ========== */
.factory-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.factory-text h2 {
  font-size: 14px;
  color: #1A2A4F;
  margin-bottom: 24px;
}

.factory-text p {
  color: #333;
  line-height: 1.8;
  margin-bottom: 32px;
}

.factory-btn {
  padding: 10px 16px;
  border: 2px solid #f4a61d;
  border-radius: 4px;
  background: transparent;
  color: #f4a61d;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
}

.factory-btn-a {
  color: white;
  font-size: 14px;
}

.factory-btn:hover .factory-btn-a {
  color: #fff;
}

/* 自身hover改变自己背景 */
.factory-btn:hover {
  background: #f4a61d;
}

/* 轮播容器核心 */
.slider-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 380px;
}

.slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease;
}

.slider-item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  background: #1A2A4F;
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* 左右切换箭头 */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
}

.slider-arrow.left {
  left: 12px;
}

.slider-arrow.right {
  right: 12px;
}

.slider-arrow:hover {
  background: #fff;
}

/* 右上角标签 */
.tag-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 3;
}

.tag-item {
  background: #fff;
  padding: 5px 24px;
  border-radius: 99px;
  font-size: 12px;
  color: #1A2A4F;
  font-weight: 500;
  margin: 5px 0;
}

/* 底部圆点 */
.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
}

.dot.active {
  background: #f4a61d;
}

/* ========== 内测共建 新布局样式 ========== */
.test-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.test-left {
  text-align: center;
}

.avatar-group {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.avatar-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -12px;
}

.avatar-circle:nth-child(1) {
  background: linear-gradient(135deg, #28a780, #f5c842);
  z-index: 3;
}

.avatar-circle:nth-child(2) {
  background: #1a2a4f;
  z-index: 2;
}

.avatar-circle:nth-child(3) {
  background: #868e96;
  z-index: 1;
}

.test-left h3 {
  font-size: 28px;
  color: #1A2A4F;
  margin-bottom: 32px;
}

.apply-btn {
  margin-top: 24px;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(90deg, #28a780, #d49b37);
  cursor: pointer;
  transition: opacity 0.2s;
}

.apply-btn:hover {
  opacity: 0.9;
}

/* 右侧评价卡片 */
.comment-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.comment-item {
  background: #fff;
  padding: 18px 24px;
  border-radius: 4px;
  border-left: 4px solid #f4a61d;
}

.comment-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.comment-name {
  font-size: 22px;
  font-weight: 500;
  color: #1A2A4F;
}

.comment-product {
  font-size: 16px;
  color: #6C757D;
}

.comment-text {
  font-size: 17px;
  color: #222;
  line-height: 1.7;
}

/*企业合作*/
/* 三列卡片网格 */
.cooper-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.cooper-card {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.card-icon {
  font-size: 70px;
  margin-bottom: 20px;
}

.card-name {
  font-size: 14px;
  color: #111;
  font-weight: 500;
  margin-bottom: 12px;
}

.card-desc {
  font-size: 14px;
  color: #6C757D;
  line-height: 1.6;
}

/*底部联系我们*/
/* 外层容器 */
.contact-wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 20px 30px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* 通用标题 */
.block-title {
  font-size: 18px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #1A2A4F;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700
}

/* 左侧表单 */
.form-item {
  margin-bottom: 20px;
}

.form-item input,
.form-item textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
}

.form-item textarea {
  min-height: 100px;
  resize: none;
}

.submit-btn {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background: #f4a61d;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s;
}

.submit-btn:hover {
  opacity: 0.9;
}

/* 右侧服务卡片 */
.service-card {
  background: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}

.service-card h4 {
  color: #111;
  margin-bottom: 16px;
}

.service-card li {
  list-style: none;
  font-size: 12px;
  color: #6C757D;
  margin-bottom: 5px;
}

.service-card li::before {
  content: "✓ ";
  color: #f4a61d;
  font-weight: bold;
}

/* 底部双按钮 */
.btn-group {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.btn-outline-dark {
  flex: 1;
  padding: 10px 16px;
  border: 0px solid #1A2A4F;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  color: #1A2A4F;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  /* 过渡动画，顺滑变化 */

}

.btn-outline-teal {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid white;
  background: #f4a61d;
  border-radius: 8px;
  font-size: 14px;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  /* 过渡动画，顺滑变化 */

}

/* 单独按钮自身hover补充（可选） */
.btn-outline-dark:hover {
  background: #1A2A4F;
  color: #fff;
}

.btn-secondary a {
  color: #1A2A4F;
}

.btn-secondary:hover {
  background: #1A2A4F;
  color: #fff;
}

/* 悬浮按钮时，修改里面a链接样式 */
.btn-secondary:hover a {
  color: #ffffff;
  text-decoration: none;
}

/* =============================================================
   多国语下拉按钮 (#langDropdown)
   - 默认态：透明底 + 半透明白边 + 白字（匹配深蓝色导航栏）
   - hover/focus：略亮白边 + 字加深对比
   - 展开态 (.show)：深蓝实心 + 金色描边 + 高亮白字
     （Bootstrap 展开下拉时会自动给 button 加上 .show 类）
   ============================================================= */
.btn-lang-switch {
  --lang-btn-bg: transparent;
  --lang-btn-color: #ffffff;
  --lang-btn-border: rgba(255, 255, 255, 0.3);
  --lang-btn-radius: 6px;
  --lang-btn-fontsize: 12px;
  --lang-btn-pad-y: 4px;
  --lang-btn-pad-x: 10px;
  --lang-btn-lineh: 1.2;

  background-color: var(--lang-btn-bg) !important;
  color: var(--lang-btn-color) !important;
  border: 1px solid var(--lang-btn-border) !important;
  border-radius: var(--lang-btn-radius) !important;
  font-size: var(--lang-btn-fontsize) !important;
  line-height: var(--lang-btn-lineh) !important;
  padding: var(--lang-btn-pad-y) var(--lang-btn-pad-x) !important;
  white-space: nowrap !important;
  transition:
    background-color .2s ease,
    color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.btn-lang-switch:hover,
.btn-lang-switch:focus,
.btn-lang-switch:focus-visible {
  --lang-btn-border: rgba(255, 255, 255, 0.62);
  background-color: rgba(255, 255, 255, 0.06) !important;
  color: #ffffff !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12) !important;
}

/* 下拉展开态（Bootstrap 自动加 .show）：颜色切换 */
#langDropdown.show,
.btn-lang-switch.show {
  /* 深蓝实心，与导航栏同色系但加深一档，一眼可见"已选中" */
  background-color: #f4a61d !important;
  color: white !important;
  /* 金色字，强调展开态 */
  border-color: white !important;
  /* 金色描边 */
  box-shadow:
    0 0 0 3px rgba(22, 114, 90, .18),
    inset 0 0 0 1px rgba(22, 114, 90, .35) !important;
}


#langDropdown.show::after,
.btn-lang-switch.show::after {
  /* Bootstrap 自带的下拉箭头，展开时也同步金色 */
  border-top-color: white !important;
}

.btn-lang-switch__label {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.btn-outline-teal:hover {
  background: #f4a61d;
  color: #fff;
}

/* 成功提示框 */
.success-tip {
  background: #d4edda;
  color: #155724;
  border: 1px solid #d4edda;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: none;
}

.success-tip.show {
  display: block;
}


/*用户说start*/
.scroll-box {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.scroll-inner {
  animation: upScroll 10s linear infinite;
}

/* 鼠标悬浮暂停 */
.scroll-box:hover .scroll-inner {
  animation-play-state: paused;
}

/* 一行3张容器 */
.userRow {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.userCard {
  width: calc((100% - 48px) / 3);
  background: #fff;
  border-radius: 4px;
  padding-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.userCard img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 12px 12px 0 0;
  display: block;
}

.user-head {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8edf2;
  text-align: center;
  line-height: 40px;
  margin: 10px 20px;
}

.name {
  padding: 0 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.text {
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
}

.goods {
  padding: 0 20px;
  color: #f59e0b;
  font-size: 14px;
}

/* 竖向滚动动画 */
@keyframes upScroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

/* 平板2列 */
@media (max-width: 992px) {
  .userCard {
    width: calc((100% - 24px) / 2);
  }
}

/* 手机1列 */
@media (max-width: 640px) {
  .userCard {
    width: 100%;
  }
}

/*用户说end*/

.footer {
  background: #1A2A4F;
  color: white;
  padding: 48px 0 24px;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.grid {
  display: grid;
  gap: 24px;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}


.ul-a {
  color: #F8F9FA;
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ul-a li {
  margin-bottom: 8px;
}

.ul-a a {
  color: #F8F9FA;
  text-decoration: none;
}

.ul-a a:hover {
  color: #f4a61d;
}

.text-primary {
  color: #f4a61d !important;
}

.product-card {
  background: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/*img {*/
/*  max-width: 100%;*/
/*  height: auto !important;*/
/*}*/

video {
  max-width: 100%;
}

.header-logo-video {
  height: 60px !important;
}

.hero video {
  height: 100% !important;
}

.header-placeholder {
  height: 110px;
}

@media (max-width: 1199.98px) {
  section {
    margin: 30px 0px 0 0px !important;
  }

  .hero-content h1 {
    font-size: clamp(28px, 8vw, 42px) !important;
    margin-bottom: 12px !important;
  }

  .hero-content p {
    font-size: clamp(14px, 3vw, 18px) !important;
  }

  .hero-btn-group {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .hero-btn-group button {
    width: 100%;
    max-width: 280px;
  }

  .service-grid {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .service-item {
    min-width: 100% !important;
  }

  .cooper-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  text,
  h4,
  h2 {
    font-size: clamp(16px, 4vw, 20px) !important;
  }

  .scroll-box {
    padding: 0 8px;
    height: 350px;
  }

  .contact-wrap {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 0px 16px 16px 9px !important;
  }

  .contact-left,
  .contact-right {
    width: 100%;
  }

  .factory-row {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .slider-wrap {
    height: 380px !important;
  }

  .grid-four {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    text-align: center;
  }

  .daily-life-grid {
    flex-direction: column !important;
    align-items: center !important;
  }

  .daily-life-grid .category-card {
    width: 100%;
    max-width: 200px;
  }

  .believe-grid {
    flex-direction: column !important;
    gap: 24px !important;
  }

  .believe-item {
    min-width: 100% !important;
  }

  .tab-wrap {
    padding: 20px 10px 15px !important;
  }

  .tab-item {
    padding: 0 15px 8px !important;
    font-size: 16px !important;
  }

  .content-panel {
    padding: 20px 15px !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav-scroll {
    height: auto !important;
    overflow: visible !important;
  }

  .navbar-nav-scroll .navbar-nav {
    flex-direction: column !important;
    white-space: normal !important;
    overflow-x: visible !important;
  }

  .cm-navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding: 10px 12px;
    text-align: center;
  }

  .header-placeholder {
    margin-top: 110px;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }

  .header-placeholder {
    height: 110px;
  }

  .header-logo-video {
    width: 140px !important;
    height: 50px !important;
  }

  .product-card {
    margin-top: 12px !important;
  }

  .factory-text h2 {
    font-size: 20px !important;
  }


  .btn-group button {
    width: 100%;
  }

  .category-card {
    width: 100%;
  }

  .grid-four {
    grid-template-columns: 1fr !important;
  }

  .scroll-box {
    height: 300px;
  }

  .userRow {
    flex-direction: column !important;
    gap: 16px !important;
  }

  .userCard {
    width: 100% !important;
  }

  .slider-wrap {
    height: 380px !important;
  }

  .slider-arrow {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
  }

  .tag-list {
    gap: 8px !important;
  }

  .tag-item {
    padding: 5px 16px !important;
    font-size: 12px !important;
  }

  .form-item input,
  .form-item textarea {
    padding: 12px 16px !important;
    font-size: 15px !important;
  }

  .submit-btn {
    padding: 16px !important;
    font-size: 16px !important;
  }

  .service-card {
    padding: 20px !important;
  }

  .service-card li {
    font-size: 15px !important;
  }

  .btn-outline-dark,
  .btn-outline-teal {
    background: #f4a61d;
    color: #fff;
    padding: 12px !important;
    font-size: 14px !important;
  }

  .btn-group {
    gap: 12px !important;
  }

  .cooper-card {
    padding: 16px !important;
  }

  .card-icon {
    font-size: 50px !important;
    margin-bottom: 12px !important;
  }

  .card-name {
    font-size: 18px !important;
  }

  .card-desc {
    font-size: 14px !important;
  }

  .footer {
    padding: 32px 0 16px !important;
  }

  .footer-grid {
    gap: 20px !important;
  }

  .footer-grid img {
    height: 32px !important;
  }
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: #f4a61d;
  border-color: #f4a61d;
}

.btn-link {
  color: #f4a61d;
}

.float-start a {
  color: #f4a61d;
}

.login-a {
  white-space: nowrap;
  color: white;
  background-color: #f4a61d;
  border: 1px solid #f4a61d
}

.login-a:hover {
  /*transform: translateY(-4px);*/
  /*box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);*/
  background-color: #f4a61d;
  color: white;
  white-space: nowrap;
  border: 1px solid #f4a61d
}

.li-a a {
  color: #f4a61d;
}

.text-box {
  color: #6c757d;
  white-space: normal;
  word-break: break-all;
}


.page__eyebrow {
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #4a5b78;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.page__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin: 0 0 44px;
}

.page__sub {
  text-align: center;
  color: #4a5b78;
  font-size: 14px;
  margin: 0 auto 36px;
  max-width: 560px;
}

/* ============ row ============ */
.row_page {
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  align-items: stretch;
  margin-bottom: 12px;
  transition: transform .3s cubic-bezier(.2, .7, .2, 1);
}

.row_page:hover {
  transform: translateY(-2px);
}

/* ============ card (纯白，参考图样式) ============ */
.card_page {
  background: #fff;
  border: 1px solid #e3e8f1;
  border-radius: 4px;
  padding: 16px 22px;
  box-shadow: 0 1px 2px rgba(15, 30, 60, .04), 0 6px 18px -10px rgba(15, 30, 60, .08);
  transition: box-shadow .3s cubic-bezier(.2, .7, .2, 1), border-color .3s cubic-bezier(.2, .7, .2, 1);
  position: relative;
}

.row_page:hover .card {
  box-shadow: 0 4px 14px -2px rgba(15, 30, 60, .10), 0 12px 28px -10px rgba(15, 30, 60, .14);
}

.card--pain {
  border-color: #e3e8f1;
}

.card--good {
  border-color: #e3e8f1;
}

.row_page:hover .card--good {
  border-color: rgba(22, 114, 90, .25);
}

/* 极细的左侧色条作语义暗示（参考图卡片没色条，参考你给的图风格） */
/* 取消左侧色条，用最克制的纯白卡 */

.stage {
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.stage--pain {
  color: #c43a2b;
  font-size: 11px
}

.stage--good {
  color: #16725a;
  font-size: 11px
}

.card__h4 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
  color: #0b1f3a;
  line-height: 1.4;
}

.card__p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #4a5b78;
}

/* ============ 中间箭头 ============ */
.bridge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bridge::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 50%;
  height: 1.5px;
  background-image: linear-gradient(90deg, #c2cad8 50%, transparent 50%),
    linear-gradient(90deg, transparent 50%, #c2cad8 50%);
  background-size: 6px 1.5px, 6px 1.5px;
  background-repeat: repeat-x;
  transition: background-image .3s cubic-bezier(.2, .7, .2, 1);
}

.row_page:hover .bridge::before {
  background-image: linear-gradient(90deg, #f4a61d 50%, transparent 50%),
    linear-gradient(90deg, transparent 50%, #f4a61d 50%);
}

.bridge-dot {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #e3e8f1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px -1px rgba(15, 30, 60, .08);
  transition: all .3s cubic-bezier(.2, .7, .2, 1);
}

.row_page:hover .bridge-dot {
  border-color: #f4a61d;
  background: #f4a61d;
  box-shadow: 0 4px 10px -2px rgba(22, 114, 90, .28);
}

.bridge-dot svg {
  width: 14px;
  height: 14px;
  color: #8a98b3;
  transition: color .3s cubic-bezier(.2, .7, .2, 1);
}

.row_page:hover .bridge-dot svg {
  color: #fff;
}

/* ============ 底部收尾 ============ */
.foot {
  text-align: center;
  color: #4a5b78;
  font-size: 14px;
  margin-top: 20px;
}

.foot strong {
  color: #0b1f3a;
  font-weight: 500;
}

.top-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 4px 12px;
  min-height: 36px;
  height: auto;
  padding: 6px 40px 6px 60px;
  background: #f4a61d;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

/* 超窄屏：整体 padding 收紧，避免左右留白吃掉内容宽度 */
@media (max-width: 991.98px) {
  .top-bar { padding: 6px 20px 6px 30px; }
}
@media (max-width: 767.98px) {
  .top-bar { padding: 6px 14px; }
}
@media (max-width: 479.98px) {
  .top-bar { padding: 6px 10px; font-size: 12px; }
}

.top-bar-left {
  display: flex;
  flex: 1 1 0;                 /* 占据剩余空间，也可以收缩 */
  min-width: 0;                 /* 允许子项正确收缩，不产生溢出 */
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 18px;
}

.top-bar-right {
  display: flex;
  flex: 0 0 auto;               /* 右侧不收缩，保证语言/社交图标始终完整 */
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

.top-bar-right .social-icons {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
}

.top-bar-item {
  display: inline-flex;         /* 用 inline-flex，保持同一行但受 flex-wrap 控制 */
  flex: 0 1 auto;               /* 允许收缩（防止长邮箱号在小屏溢出） */
  min-width: 0;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: opacity 0.2s;
  font-family: inherit;
  font-size: 13px;
  white-space: nowrap;          /* 单条不折行，整体在 top-bar 层换行 */
  max-width: 100%;
  overflow: hidden;
  line-height: 1.2;
}

.top-bar-item svg {
  flex: 0 0 auto;               /* 图标永远不收缩，保证可点击性 */
}

.top-bar-item span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-bar-item:hover {
  color: #fff;
  opacity: 1;
}

/* =====================================================
   top-bar 响应式：永远让联系方式可见（用户手机端反馈"看不到"）
   · 不在任何断点隐藏 .top-bar-left
   · 手机端紧凑化：小字号、小 gap、允许 left/right 分成两行
   · 邮箱文字在 < 520px 时自动压缩，< 420px 才隐藏邮箱项
   · 电话号文字全程可见，永不隐藏（icon + number）
   ===================================================== */

/* 紧凑断点 1：平板/大屏手机开始收敛 */
@media (max-width: 991.98px) {
  .top-bar-item--email span {
    max-width: 12em;
  }
}

@media (max-width: 767.98px) {
  /* 手机：进入紧凑模式，字号缩 12px，间隙减小 */
  .top-bar-left  { gap: 3px 14px; }
  .top-bar-item  { font-size: 12px; gap: 5px; }
  .top-bar-item--email span {
    max-width: 10em;
  }
}

@media (max-width: 639.98px) {
  /* 更窄屏：允许 left/right 从"一行两端对齐" → 变成"两行各自占满"，
     这样联系方式不会和右侧按钮抢空间，两者都能完整显示 */
  .top-bar {
    gap: 3px 10px;
  }
  .top-bar-left {
    flex: 1 1 100%;
    order: 1;
  }
  .top-bar-right {
    flex: 1 1 100%;
    order: 2;
    justify-content: flex-start;
  }
  .top-bar-item--email span {
    max-width: none;
  }
}

@media (max-width: 479.98px) {
  /* 小手机：去掉邮箱号，保留电话号（用户明确反馈"手机端联系方式不显示"） */
  .top-bar-item {
    font-size: 12px;
    gap: 4px;
  }
  .top-bar-item--email {
    display: none !important;
  }
}

@media (max-width: 379.98px) {
  /* 极窄屏幕（SE 第一代 320 等）：电话号做最后一级收缩，
     用省略号但仍然显示数字主体，不隐藏整项 */
  .top-bar-item--phone span {
    max-width: 9.5em;
  }
}

/* 兜底：无论任何宽度，电话项都显示（防止被其他规则误隐藏） */
.top-bar-item--phone {
  display: inline-flex !important;
}

.top-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.2s;
}

.top-social-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.08);
}

.top-social-link img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.btn:hover {
  background: #f4a61d !important;
}

.dropdown-item {
  font-size: 12px;
}

.main-nav-logo img {
  height: 46px;
  width: auto;
  object-fit: contain;
}


.navbar-nav .nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 6px !important;
}
.navbar-nav .nav-link:hover { color: #F5A623; }

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  width: 100%;
  background: #f4a61d;
  border-radius: 1px;
  opacity: 0;
  transition: .2s;
  pointer-events: none;
}

.navbar-nav .nav-link.active::after {
  opacity: 1;
}
.text-gray{
  color: #6C757D
}

.text-fs18{
  font-size: 18px;
}
.text-fs14{
  font-size: 14px;
}
.text-fs12{
  font-size: 12px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #f4a61d;
}
.text-color{
    color: #f4a61d;
}
.product-text-color{
    color: white;
}
.background-color{
    background-color: #F8F9FA
}

.pagination {
  --bs-pagination-active-bg: #f4a61d;
  --bs-pagination-active-border-color: #f4a61d;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #f4a61d;
  --bs-green: #f4a61d;57d;
  --bs-success: #f4a61d;
  --bs-info-text-emphasis: #f4a61d;
  --bs-link-hover-color: #f4a61d;
  --bs-form-valid-color: #f4a61d;
  --bs-form-valid-border-color: #f4a61d;

}
