.sticky {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  width: 100vw !important; /* 占满整个视口宽度 */
  max-width: 100vw !important;
  background-color: #3b539b !important;
  z-index: 10 !important;
}

.fira {
  font-family: "Fira Sans", sans-serif;
}
.kumbh {
  font-family: "Kumbh Sans", sans-serif;
}

/* 以下样式已不再使用（banner区域已改用静态图片），保留备用 =====================================================*/
/*
.banner .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}
*/

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

/* 以下样式已不再使用（banner区域已改用静态图片），保留备用 */
/*
.banner .swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}

.banner .swiper-slide .subtitle {
  font-size: 21px;
}

.banner .swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}
*/

/* ============================================
   原 Swiper 滑动样式（已注释，保留备用）
   由于 banner 区域已改用静态图片显示，以下样式已不再使用
   ============================================ */
/* 
.banner .swiper-slide {
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  flex-direction: column;
  color: #fff;
  position: relative;
  padding-left: 150px;
}
*/


/* ============================================
   新版本：静态单张图片显示样式
   修改：填满屏幕宽度，高度自适应
   ============================================ */
/* 确保 banner 容器填满宽度 */
.banner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.banner-static-single {
  width: 100vw !important; /* 填满整个视口宽度 */
  max-width: 100% !important;
  min-width: 100% !important;
  background-image: url("/static/image/banner_sUvr.jpg") !important;
  background-color: rgba(23, 22, 22, 0.381) !important; /* 叠加层颜色 */
  background-size: cover !important; /* 覆盖整个容器，保持比例 */
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-blend-mode: overlay !important; /* 混合模式 */
  position: relative !important;
  margin: 0 !important; /* 移除margin */
  padding: 0 !important; /* 移除padding */
  display: block !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  /* 使用 padding-bottom 技巧创建响应式高度（1024/364 ≈ 2.813） */
  padding-bottom: 35.55% !important; /* 364/1024 = 0.3555 = 35.55% */
  left: 0 !important;
  right: 0 !important;
}

.banner-static-content {
  width: 100% !important;
  height: 100% !important;
  color: #fff !important;
  position: absolute !important; /* 改为 absolute 定位在容器内 */
  z-index: 2 !important; /* 确保内容在背景图上方 */
  top: 0 !important; /* 控制文字距离顶部的距离 */
  left: 0 !important;
  padding-right: 1000px !important; /* 添加右侧内边距 */
  padding-bottom: 300px !important; /* 添加底部内边距 */
  display: flex !important;
  align-items: center !important;

  box-sizing: border-box !important;
}

/* ============================================
   备用方案：使用 img 标签的样式（如果背景图方案不工作）
   修改：填满屏幕宽度，高度自适应
   ============================================ */
   /* 外層容器, 負責尺寸與佈局框架(全款屏、响应式高度、相對定位、裁切溢出) */
.banner-static-img-wrapper {
  width: 100vw !important; /* 填满整个视口宽度 */
  max-width: 100% !important;
  min-width: 100% !important;
  position: relative !important;
  margin: 0 !important; /* 移除margin */
  padding: 0 !important; /* 移除padding */
  display: block !important;
  overflow: hidden !important;
  left: 0 !important;
  right: 0 !important;
  /* 使用 padding-bottom 技巧创建响应式高度（1024/364 ≈ 2.813） */
  padding-bottom: 35.55% !important; /* 364/1024 = 0.3555 = 35.55% */
  /* position:relative !important; */
}

/* 內層圖片, 負責在容器內鋪滿顯示(絕對定位、寬高100% */
.banner-static-img {
  width: 100% !important; /* 填满容器宽度 */
  height: 100% !important; /* 填满容器高度 */
  object-fit: cover !important; /* 覆盖整个容器，保持比例 */
  display: block !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 0 !important;
  left: 0 !important;
  filter: brightness(0.6) !important; /* 添加暗色叠加效果，类似原来的 rgba 叠加 */
}

.slider-1 {
  background: rgba(23, 22, 22, 0.381) url(../image/banner_sUvr.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2 {
  background: rgba(23, 22, 22, 0.381) url(../image/banner2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-3 {
  background: rgba(23, 22, 22, 0.381) url(../image/truck1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-one {
  background-color: #3b539b;
  color: #fff;
  padding: 15px 24px;
  font-size: 18px;
  border-radius: 6px;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}

.btn-one:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 101%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: transform 0.4s ease-out;
  transform: translateX(-100%);
}

.btn-one:hover:before {
  transform: translateX(0);
}

.btn-one:hover {
  cursor: pointer;
  color: #fff;
}
/* btn-two */
.btn-two {
  background-color: #3b539b;
  color: #fff;
  padding: 15px 24px;
  font-size: 18px;
  border-radius: 6px;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}

.btn-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 101%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: transform 0.4s ease-out;
  transform: translateX(-100%);
}

.btn-two:hover:before {
  transform: translateX(0);
}

.btn-two:hover {
  cursor: pointer;
  color: #000;
}
/* btn two */
/* btn-three */
.btn-three {
  background-color: #000;
  color: #fff;
  padding: 15px 24px;
  font-size: 18px;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}

.btn-three:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 101%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: transform 0.4s ease-out;
  transform: translateX(-100%);
}

.btn-three:hover:before {
  transform: translateX(0);
}

.btn-three:hover {
  cursor: pointer;
  color: #000;
}
/* btn two */
@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    transform: rotateX(0deg) translateY(-30px);
  }

  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes leftToRight {
  0% {
    transform: rotateX(0deg) translateX(0px);
  }

  50% {
    transform: rotateX(0deg) translateX(50px);
  }

  100% {
    transform: rotateX(0deg) translateX(0px);
  }
}

.animate {
  animation: alltuchtopdown 5s infinite linear;
}

/* 以下媒体查询已不再使用（banner区域已改用静态图片），保留备用 */
/*
@media screen and (max-width: 600px) {
  .banner .swiper-slide {
    padding-left: 10px;
    height: auto;
  }
}
*/

/* home 3 */
.banner3 .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.banner3 .swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}

.banner3 .swiper-slide .subtitle {
  font-size: 21px;
}

.banner3 .swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}

.banner3 .swiper-slide {
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  flex-direction: column;
  color: #fff;
  position: relative;
  padding-left: 150px;
}

/* .slider-4 {
  background: rgba(23, 22, 22, 0.381) url(../image/home0004.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-5 {
  background: rgba(23, 22, 22, 0.381) url(../image/home0003.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-6 {
  background: rgba(23, 22, 22, 0.381) url(../image/home3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
} */
/* home 3 */

/* 所有nav-logo設置為看不見 */
.nav-logo {
  display: none;
}
/* 這裡設置當視窗寬度小於1540 logo就會顯示 */
@media screen and (max-width: 1540px) {
  .nav-logo {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .banner3 .swiper-slide {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bg-blue { background-color: #3b539b !important; }
/* .text-blue, .hover:text-yellow:hover { color: #3b539b !important; } */
/* 
 * .hover:text-blue:hover - 鼠标悬停时文字颜色变为蓝色
 * 颜色值: #3b539b
 * 用途: 用于链接或文字在鼠标悬停时显示品牌蓝色
 * 注意: 这是 Tailwind CSS 的 hover 类，需要转义冒号（\:）
 */
.hover\:text-blue:hover { color: #3b539b !important; } 


/* 导航栏字体大小设置 =====================================================*/
/* 注释掉以下规则，让 Tailwind 的 text-* 类能够正常工作 */
/*
.navbar .menu a,
.navbar .menu summary {
  font-size: 16px;
}

@media (min-width: 1536px) {
  .navbar .menu a,
  .navbar .menu summary {
    font-size: 18px;
  }
}

@media (max-width: 1279px) {
  .navbar .menu a,
  .navbar .menu summary {
    font-size: 14px;
  }
}
*/

/* 导航栏菜单项间距设置 =====================================================*/
.navbar-center .menu > li {
  margin-left: 1.5rem; /* 24px */
  margin-right: 1.5rem; /* 24px */
}

.navbar-center .menu > li:first-child {
  margin-left: 0;
}

.navbar-center .menu > li:last-child {
  margin-right: 0;
}

/* 桌面端导航栏文字颜色 =====================================================*/
/* .bg-blue .navbar-center .menu a,
.bg-blue .navbar-center .menu summary {
  color: #ffffff !important;
}

.bg-blue .navbar-center .menu a:hover,
.bg-blue .navbar-center .menu summary:hover {
  color: #000000 !important;
} */

/* 下拉菜单中的链接使用 text-black 类 */
/* .bg-blue .navbar-center .menu ul a.text-black {
  color: #000000 !important;
} */




/* recent project 固定大小 =====================================================*/
/* 固定整个显示框的大小 */
.swiperproject .swiper-slide {
  display: flex !important;
  flex-direction: column !important;
}

/* 固定图片区域 */
.swiperproject .swiper-slide > a > div {
  height: 400px !important;
  min-height: 400px !important;
  max-height: 400px !important;
  width: 100% !important;
  overflow: hidden !important;
}

.swiperproject .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* 固定文字区域 */
.swiperproject .swiper-slide > .bg-white {
  min-height: 120px !important; /* 根据三行文字的高度调整 */
  display: flex !important;
  align-items: center !important;
}


/* project.html 项目卡片固定尺寸 =====================================================*/
/* 固定图片区域 - 所有图片框大小相同 */
.project-grid-item > div:first-child {
  height: 400px !important;
  min-height: 400px !important;
  max-height: 400px !important;
  width: 100% !important;
  overflow: hidden !important;
}

/* 图片完整显示，自适应但不溢出，不变形 */
.project-grid-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;  /* 完整显示，保持比例，不溢出 */
  object-position: center !important;
}

/* === 新增：固定项目卡片文字区域大小 === */
.project-grid-item > div:last-child {
  height: 220px !important;      /* 设定固定高度，可根据需要调整 */
  min-height: 220px !important;  /* 最小高度 */
  overflow: hidden !important;   /* 内容超出时隐藏 */
  display: flex !important;      /* 使用 Flex 布局 */
  flex-direction: column !important;
  justify-content: flex-start !important; /* 内容靠上对齐 */
  position: relative !important; /* 确保悬停阴影正常显示 */
}

/* 可选：限制标题最多显示两行，超出显示省略号 */
.project-grid-item > div:last-child a.text-2xl {
  display: -webkit-box;
  -webkit-line-clamp: 2;        /* 限制行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 64px;             /* 给标题预留固定高度，防止抖动 */
}



/* 分页控件样式 =====================================================*/
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 3rem; /* 增加顶部间距，与内容区隔开 */
  margin-bottom: 3rem;
}

/* 按钮通用样式 */
.pagination-container button {
  min-width: 40px;
  height: 40px;
  padding: 0 15px;
  font-family: "Fira Sans", sans-serif; /* 使用网站字体 */
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  border: 1px solid #e5e7eb; /* 浅灰色边框 */
  border-radius: 6px; /* 圆角 */
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 悬停效果 */
.pagination-container button:hover:not(:disabled) {
  background-color: #3b539b; /* 主题蓝色 */
  color: #fff;
  border-color: #3b539b;
  transform: translateY(-2px); /* 轻微上浮 */
  box-shadow: 0 4px 6px rgba(59, 83, 155, 0.2); /* 蓝色投影 */
}

/* 激活状态（当前页） */
.pagination-container button.bg-blue-500 {
  background-color: #3b539b !important;
  color: #fff !important;
  border-color: #3b539b !important;
  pointer-events: none; /* 当前页不可点击 */
}

/* 禁用状态（如第一页时的上一页按钮） */
.pagination-container button:disabled {
  background-color: #f3f4f6;
  color: #9ca3af;
  border-color: #e5e7eb;
  cursor: not-allowed;
  opacity: 0.7;
}

/* 省略号样式 */
.pagination-container span {
  color: #666;
  font-weight: bold;
  padding: 0 5px;
}

/* 页面信息文字 (Page X of Y) */
.pagination-container .ml-4.text-gray-600 {
  margin-left: 1rem;
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
}






/* our offered services 固定大小 =====================================================*/
/* 固定 Service Swiper 显示框高度（保持当前大小） */
.swiperservice .swiper-slide > div {
  height: 335px !important; /* 替换为你看到的实际高度值 */
  display: flex;
}

/* 固定内容区域高度 */
.swiperservice .swiper-slide > div > div.bg-\[#fbf9f9\] {
  height: 335px !important; 
  width: 300px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex: 1; /* 让内容区域和图片区域平分空间 */
}

/* 固定图片区域高度 - 与内容区域一致 */
.swiperservice .swiper-slide > div > div:last-child {
  height: 335px !important; /* 与内容区域高度一致 */
  /* width: 50%; */
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5; /* 可选：如果图片有留白，背景色 */
}

/* 图片完整显示，不裁剪 */
.swiperservice .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 完整显示图片，不裁剪 */
  object-position: center;
  max-width: 100%; /* 限制最大宽度 */
}

/* 针对特定图片（POSSystem_ICON.png）设置较小尺寸 */
/* .swiperservice .swiper-slide img[src*="POSSystem_ICON.png"] {
  max-width: 100%; 
  max-height: 100%;
  object-fit: contain;
  object-position: center;
} */





/* project 项目卡弹窗样式 =====================================================*/

/* 媒体容器（图片和视频共用） */
.modal-media {
  width: 100%;
  margin-bottom: 20px;
}

.modal-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

/* 图片轮播容器 */
.image-carousel {
  position: relative;
  width: 100%;
}

.image-carousel .images {
  position: relative;
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-carousel .images img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  max-height: 60vh;
  object-fit: contain;
}

/* 轮播按钮样式 */
.image-carousel .prev1,
.image-carousel .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(59, 83, 155, 0.8);
  color: white;
  border: none;
  padding: 15px 20px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 10;
  transition: all 0.3s ease;
  user-select: none;
}

.image-carousel .prev1:hover,
.image-carousel .next:hover {
  background-color: rgba(59, 83, 155, 1);
  transform: translateY(-50%) scale(1.1);
}

.image-carousel .prev1 {
  left: 10px;
}

.image-carousel .next {
  right: 10px;
}

/* 移动端按钮样式调整 */
@media screen and (max-width: 768px) {
  .image-carousel .prev1,
  .image-carousel .next {
    padding: 10px 15px;
    font-size: 20px;
  }
  
  .image-carousel .prev1 {
    left: 5px;
  }
  
  .image-carousel .next {
    right: 5px;
  }
  
  .image-carousel .images {
    min-height: 200px;
  }
  
  .image-carousel .images img {
    max-height: 50vh;
  }
}

/* 视频样式 */
.modal-video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  max-height: 60vh; /* 限制视频最大高度 */
}

.modal-overlay {
  display: none; /* 默认隐藏 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 半透明黑色背景 */
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-overlay.active {
  display: flex; /* 显示时使用flex布局居中 */
}

.modal-content {
  background: white;
  border-radius: 10px;
  max-width: 800px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 20px;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  z-index: 10000;
}

.modal-close:hover {
  color: #000;
}

.modal-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* .modal-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
} */

.modal-info {
  padding: 10px 0;
}

.modal-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.modal-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  color: #666;
  font-size: 1.5rem;
}

.modal-description {
  line-height: 1.6;
  color: #333;
  font-size: 1.5rem;
}


/* ============================================
   移动端 Banner 文字显示优化
   ============================================ */
/* 移动端和平板端样式调整 */
@media screen and (max-width: 1024px) {
  .banner-static-content {
    padding-right: 20px !important; /* 移动端减少右侧内边距 */
    padding-left: 20px !important; /* 添加左侧内边距 */
    padding-bottom: 40px !important; /* 减少底部内边距 */
    padding-top: 20px !important; /* 添加顶部内边距 */
    align-items: flex-start !important; /* 移动端文字靠上对齐 */
    justify-content: center !important;
  }

  .banner-static-content .subtitle {
    width: 100% !important;
    max-width: 100% !important;
  }

  .banner-static-content h1 {
    font-size: 1.5rem !important; /* 移动端标题字体大小 */
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }

  .banner-static-content p {
    font-size: 14px !important; /* 移动端描述文字大小 */
    line-height: 1.5 !important;
  }

  .banner-static-content .pt-10 {
    padding-top: 20px !important; /* 移动端按钮间距 */
  }
}

/* 小屏幕手机端样式 */
@media screen and (max-width: 640px) {
  .banner-static-content {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 30px !important;
    padding-top: 15px !important;
  }

  .banner-static-content h1 {
    font-size: 1.25rem !important; /* 小屏幕标题更小 */
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
  }

  .banner-static-content p {
    font-size: 12px !important; /* 小屏幕描述文字更小 */
    line-height: 1.4 !important;
  }

  .banner-static-content .pt-5 {
    padding-top: 10px !important;
  }

  .banner-static-content .pt-10 {
    padding-top: 15px !important;
  }

  /* 确保按钮在移动端也能正常显示 */
  .banner-static-content .btn-one {
    font-size: 14px !important;
    padding: 12px 20px !important;
  }
}

/* 超小屏幕手机端样式 */
@media screen and (max-width: 480px) {
  .banner-static-content {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 20px !important;
    padding-top: 10px !important;
  }

  .banner-static-content h1 {
    font-size: 1.1rem !important;
    line-height: 1.2 !important;
  }

  .banner-static-content p {
    font-size: 11px !important;
  }
}

/* Contact 页面 - 移动端背景图片优化 */
@media screen and (max-width: 768px) {
  /* 在 HTML 中添加 contact-banner 类，然后使用这个选择器 */
  .contact-banner {
    background-size: cover !important;
    background-position: center center !important;
    height: 60vh !important; /* 从 100vh 改为 60vh，避免图片被过度裁剪 */
  }
  
  /* 如果不想改 HTML，尝试这些选择器（可能不够精确） */
  div.bg-cover.h-\[100vh\],
  div[class*="bg-blend-overlay"].bg-cover.h-\[100vh\] {
    background-size: cover !important;
    background-position: center center !important;
    height: 60vh !important;
  }
}


/* 移动端 iframe 响应式 */
@media screen and (max-width: 768px) {
  iframe {
    width: 100% !important;
    height: 300px !important; /* 或使用 aspect-ratio */
    max-width: 100%;
  }
}

/* ========== 服务详情页 - 服务导航列表增强功能 ========== */
/* 服务导航项激活状态 */
.service-nav-item.active {
  background-color: #3b539b !important; /* bg-blue 颜色 */
  color: white;
}

.service-nav-item.active a {
  color: white;
}

.service-nav-item.active .service-icon {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

/* 服务图标旋转动画 */
.service-nav-item .service-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.service-nav-item:hover .service-icon,
.service-nav-item.active .service-icon {
  transform: rotate(90deg);
}

/* 服务链接样式 */
.service-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.service-link:hover {
  color: inherit;
}

/* 平滑滚动 */
html {
  scroll-behavior: smooth;
}

/* 服务导航项点击效果 */
.service-nav-item {
  cursor: pointer;
  user-select: none;
}

.service-nav-item:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
}

/* 服务内容块切换动画 */
.service-content-block {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========== Career 表格样式 - 符合新网站设计风格 ========== */
.career_table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: "Kumbh Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.career_table thead {
  background: #3b539b; /* 品牌蓝色 */
}

.career_table thead td {
  padding: 20px 24px;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  border: none;
  letter-spacing: 0.5px;
}

.career_table tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}

.career_table tbody tr:last-child {
  border-bottom: none;
}

.career_table tbody tr:hover {
  background-color: #f9fafb;
}

.career_table tbody td {
  padding: 20px 24px;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.6;
  color: #374151;
  border: none;
}

.career_table tbody tr td:first-child {
  width: 180px;
  min-width: 180px;
  background: #f6f6f6; /* 新网站灰色背景 */
  font-weight: 700;
  color: #1f2937;
  font-size: 17px;
  border-right: 2px solid #e5e7eb;
}

.career_table tbody tr:last-child td {
  background: #ffffff !important;
  font-weight: normal;
  padding: 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
}

.career_table tbody tr:last-child td:first-child {
  background: #ffffff !important;
  border-right: none;
}

.career_ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.career_ul li {
  margin: 10px 0;
  padding-left: 24px;
  position: relative;
  line-height: 1.7;
  color: #4b5563;
}

.career_ul li:before {
  content: "•";
  position: absolute;
  left: 8px;
  color: #3b539b;
  font-weight: bold;
  font-size: 18px;
}

.career_table a {
  color: #3b539b;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s ease;
}

.career_table a:hover {
  color: #2d4279;
  text-decoration: underline;
}

.career_table strong,
.career_table b {
  font-weight: 700;
  color: #1f2937;
}

/* Career 表格响应式设计 */
@media (max-width: 768px) {
  .career_table tbody tr td:first-child {
    width: 120px;
    min-width: 120px;
    font-size: 15px;
    padding: 16px 12px;
  }

  .career_table tbody td {
    padding: 16px 12px;
    font-size: 15px;
  }

  .career_table thead td {
    padding: 16px 12px;
    font-size: 20px;
  }

  .career_ul li {
    padding-left: 20px;
    margin: 8px 0;
  }

  .career_ul li:before {
    left: 6px;
    font-size: 16px;
  }
}

/* Kiosk banner background - 显示图片中间部分 */
.kiosk-banner-bg {
  background-image: url('../picture/KIOSK_Banner.png') !important;
  background-position: center center !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* pos banner background - 显示图片中间部分 */
.pos-banner-bg {
  /* background-image: url('../image/Banner-1-11-1536x573.png') !important; */
  background-image: url('../picture/KIOSK_Banner.png') !important;
  background-position: center center !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}