section[data-cattype="419"] .hino-top-nav {
  background: #000;
  padding: 25px 0;
  position: relative;
  z-index: 2;
}
section[data-cattype="419"]  {
  padding-top: 0;
  padding-bottom: 1px;
  background: linear-gradient(to right, #e60012, #8e0006);
}

section[data-cattype="419"] .footer-col ul li {
  padding: 0 !important;
}

body {
  overflow: scroll; /* ✅ 滚动发生在 body */
}
section[data-cattype="419"] .footer-col ul{
	background-color:black;
}
section[data-cattype="419"] .hino-top-row {
  display: flex;
  justify-content: center;
  margin: auto;
  gap: 20px;
}
section[data-cattype="419"] h4{
  font-family: Helvetica, sans-serif;
}
  section[data-cattype="419"] .footer-col ul li a:link,
  section[data-cattype="419"] .footer-col ul li a:visited {
    color: #fff !important;
    text-decoration: none;
  }

  section[data-cattype="419"] .footer-col ul li a:hover,
  section[data-cattype="419"] .footer-col ul li a:active {
    color: #e60012 !important;
  }
  section[data-cattype="419"] .dropdown-icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 4px;
  margin-top: -3px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
  vertical-align: middle;
}
section[data-cattype="419"] .has-dropdown.open .dropdown-icon {
  transform: rotate(-135deg); /* 展开时箭头向上 */
}

/* 隐藏 dropdown 默认 */
section[data-cattype="419"] .submenu {
  display: none;
  padding: 10px 0;
}

/* 展开 dropdown */
section[data-cattype="419"] .has-dropdown.open .submenu {
  display: block;
}

section[data-cattype="419"] .nav-box {
  background: #4c4c4c;
  color: #fff;
  padding: 50px;
  text-align: center;
  transform: skewX(-15deg);
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
    flex: 0 0 250px;  /* ✅ 固定每个 box 宽度为 300px */
}
section[data-cattype="419"] .nav-box .nav-text {
  display: inline-block;
  text-align: left;
  line-height: 1.3;
  white-space: normal;
  padding-left: 5%;
  word-break: break-word;
}
section[data-cattype="419"] .nav-box {
  background: transparent; /* JS 控制颜色 */
  transition: background 0.3s;
  min-width: 300px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* ✅ 改成靠左 */
  text-align: left;
}
section[data-cattype="419"] .submenu a {
  font-size: 14px;
  padding: 0 10px;
  display: block;
  margin-top: 10px;
}

section[data-cattype="419"] .submenu li {
  margin-bottom: 0 !important;
}
section[data-cattype="419"] .nav-box.light {
  background: #989898;
  color: #000;
}

section[data-cattype="419"] .nav-box.dark {
  background: #4c4c4c;
  color: #fff;
}

section[data-cattype="419"] .nav-box:not(.active):hover {
  background: #e60012;
  color: #fff;
}

section[data-cattype="419"] .nav-box img,
section[data-cattype="419"] .nav-box span {
  transform: skewX(15deg);/* 取消文字与图斜度 */
}

section[data-cattype="419"] .nav-box span {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}

section[data-cattype="419"] .red-line {
  height: 3px;
  background-color: #e60012;
  width: 100%;
  margin-top: 15px;
}


section[data-cattype="419"] .hino-footer {
  background: #000;
  color: #fff;
  font-family: Helvetica, sans-serif;
}

section[data-cattype="419"] .footer-main {
  display: flex;
  justify-content: flex-start; /* ✅ 从左排到右 */
  flex-wrap: wrap;
  margin: auto;
  padding: 20px 20px;
}

section[data-cattype="419"] .footer-col {
	flex: 0 1 300px;
  max-width: 400px;
  text-align: left;
}

/* logo 稍微小一点 */
section[data-cattype="419"] .footer-col.logo-col {
  flex: 0 1 300px;
}

/* ✅ 最关键，让 Join us on 靠最右 */
section[data-cattype="419"] .footer-col.social-col {
  margin-left: auto;
  flex: 0 1 550px;
  max-width: 500px;
}
section[data-cattype="419"] .logo-col {
  text-align: center;
}

section[data-cattype="419"] .logo-col img {
  max-width: 130px;
}

section[data-cattype="419"] .footer-col h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

section[data-cattype="419"] .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
section[data-cattype="419"] .footer-col ul.social li a {
  text-decoration: none; /* 不让整条带线 */
}

section[data-cattype="419"] .footer-col ul.social li a::after {
  content: none; /* 清除已有 underline if any */
}

section[data-cattype="419"] .footer-col ul.social li a img {
  display: inline-block;
}

section[data-cattype="419"] .footer-col ul.social li a {
  display: flex;
  align-items: center;
  gap: 8px;
}

section[data-cattype="419"] .footer-col ul.social li a span {
  text-decoration: underline;
}

section[data-cattype="419"] .footer-col ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

section[data-cattype="419"] .footer-col ul.social {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  padding: 0;
  margin: 15px 0;
  list-style: none;
  align-items: center;
}

section[data-cattype="419"] .footer-col ul.social li a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

section[data-cattype="419"] .footer-col ul.social li a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}


section[data-cattype="419"] .footer-col ul.social li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}

section[data-cattype="419"] .lazmall {
  margin-top: 20px;
  max-width: 100px;
}

section[data-cattype="419"] .hino-top-row {
  flex-wrap: wrap;
  overflow-x: hidden;
}
section[data-cattype="419"] .nav-box {
  min-width: auto;
  flex: 0 0 25%;
  max-width: 16%;
}
section[data-cattype="419"] .footer-bottom {
  background: linear-gradient(to right, #e60012, #8e0006);
  color: #fff;
  display: flex;
  justify-content: left; /* ✅ 重点：居中对齐 */
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 100px;
  font-size: 14px;
  text-align: center; /* ✅ 多行文字也居中 */
}

section[data-cattype="419"] .footer-links a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 15px;
}

section[data-cattype="419"] .design-credit {
  text-align: right;
  font-size: 14px;
  margin-left: auto;  /* ✅ 自动推到最右边 */
  white-space: nowrap;
}
section[data-cattype="419"] .copyright {
  margin-right: 15px;
}
@media (max-width: 1550px) {
  section[data-cattype="419"] .footer-col {
  flex: 0 1 250px;
    max-width: 230px;
  }
  section[data-cattype="419"] .footer-col.social-col {
    margin-left: auto;
    flex: 0 1 500px;
    max-width: 400px;
  }
  section[data-cattype="419"] .nav-box{
    min-width: 260px;
  }
  section[data-cattype="419"] .nav-box .nav-text{
    padding-left: 0;
    word-break: normal;
  }
  section[data-cattype="419"] .footer-bottom{
    padding: 20px 30px;
  }
  section[data-cattype="419"] .design-credit {
  margin: auto;  
  padding-top: 10px;
}
}
@media (max-width: 1400px) {
    section[data-cattype="419"] .footer-col {
        flex: 0 1 240px;
        max-width: 220px;
    }
	section[data-cattype="419"] .nav-box {
        min-width: 240px;
        padding: 20px;
    }
}
@media (max-width: 1319px){
  section[data-cattype="419"] .footer-col.logo-col{
      display:none;
  }
section[data-cattype="419"] .footer-main{
padding: 20px 40px;
}
}
@media (max-width: 768px) {
  section[data-cattype="419"] .hino-top-row {
    justify-content: flex-start !important;
  }
  section[data-cattype="419"] .nav-page-indicator .dot {
  cursor: pointer;
}
  section[data-cattype="419"] .nav-page-indicator {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  section[data-cattype="419"] .nav-box {
    flex: 0 0 auto;
    min-width: 180px;     /* ✅ 调整成更小的宽度 */
    max-width: 220px;     /* ✅ 限制最大宽度（可选） */
    padding: 20px;        /* ✅ 减少 padding */
  }
  section[data-cattype="419"] .nav-box img {
    width: 25%;
    height: auto;
    flex-shrink: 0;
  }
  section[data-cattype="419"] .nav-box{
      height: 80px;
  }
  section[data-cattype="419"] .nav-box span {
    font-size: 14px;
  }
  section[data-cattype="419"] .nav-page-indicator .dot {
    width: 15px;
    height: 15px;
    background-image: url('/data/ckfinder/images/HomePage/Asset_12.png'); /* 非 active 图 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    display: inline-block;
  }
  section[data-cattype="419"] .nav-page-indicator .dot.active {
  background-image: url('/data/ckfinder/images/HomePage/Asset_13.png'); /* active 图 */
}

  
  section[data-cattype="419"] .hino-top-row {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    max-width: 100%;
  }

  section[data-cattype="419"] .nav-box {
    flex: 0 0 auto;
    min-width: 210px;
  }

  section[data-cattype="419"] .nav-box img,
  section[data-cattype="419"] .nav-box span {
    transform: skewX(10deg);
  }

  section[data-cattype="419"] .nav-box span {
    font-size: 14px;
  }
  section[data-cattype="419"] .nav-progress-wrap {
    height: 4px;
    background: #f0f0f0;
    width: 100%;
    position: relative;
    margin-top: 5px;
    overflow: hidden;
  }

  section[data-cattype="419"] .nav-progress-bar {
    height: 100%;
    background: #e60012;
    width: 0%;
    transition: width 0.2s ease-out;
  }
}
@media (max-width: 768px) {
  section[data-cattype="419"] .footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-left: 20px;
    padding: 0 20px 20px 20px;
  }
section[data-cattype="419"] .logo-col img{
  display: none;
}
section[data-cattype="419"] .red-line {
  width: 90%;
  margin: 15px auto 0 auto; /* ✅ 居中对齐，保留上间距 */
    height: 1px;
}
  section[data-cattype="419"] .footer-col.logo-col {
    grid-column: span 2;
    text-align: left;
  }

  section[data-cattype="419"] .footer-col.social-col {
    text-align: left;
  }

  section[data-cattype="419"] .footer-col ul.social {
    justify-content: left;
    gap: 10px 5px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  section[data-cattype="419"] .footer-col ul li{
    margin-right: 10px;
  }
  section[data-cattype="419"] .footer-bottom{
    padding: 0;
    padding-bottom: 20px;
  }
  section[data-cattype="419"] .hino-top-nav{
    padding: 40px 0 10px 0;
  }
  section[data-cattype="419"] .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }

  section[data-cattype="419"] .footer-links a {
    font-size: 14px;
    text-decoration: underline;
    white-space: nowrap;
  }
  section[data-cattype="419"] .copyright {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 20px;
  }

  section[data-cattype="419"] .design-credit {
    font-size: 12px;
    margin-top: 10px;
    margin: auto;
    padding: 20px 0;
  }
}
/* 浮动按钮整体容器 */
.sbuttons {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 9999;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
}
.sbuttons:not(.show-all) > .sbutton:not(.mainsbutton) {
  display: none;
}

.sbuttons:not(.show-all) {
  pointer-events: auto; /* 只保留主按钮点击功能 */
}

.sbuttons:not(.show-all)::after {
  content: '';
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none; /* 避免空容器挡住点击 */
}
/* 所有按钮通用样式 */
.sbuttons .sbutton {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}
#toggleButton {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important; /* 默认白底 */
  transition: all 0.3s ease;
}

#toggleButton #toggleIcon {
  color: #e60012 !important; /* 默认红色icon */
  font-size: 20px;
  transition: all 0.3s ease;

}

/* 展开状态：红底白icon */
#toggleButton.opened {
  background-color: #e60012 !important;
  background-image: url('/data/ckfinder/images/HomePage/socialshare.png') !important;
    background-size: 45% 45% !important; /* ✅ 缩小一点点 */
  background-repeat: no-repeat !important;
    background-position: 45% center !important; /* ✅ 微调居中对齐 */
  width: 50px !important;
  height: 50px !important;
}

#toggleButton.opened i {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
#toggleButton.opened #toggleIcon {
  color: #fff;
}

/* 展开时图标改为向下箭头 */
#toggleButton.opened #toggleIcon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/* 主按钮（展开/收起用）默认：白底红箭头 */
.sbuttons .mainsbutton {
  opacity: 1;
  pointer-events: auto;
  background: #fff;
}
.sbutton.fb i {
  font-size: 26px;
}
.sbutton.insta i {
  font-size: 26px;
}
.sbutton.youtube i {
  font-size: 26px;
}
.sbutton.tiktok i {
  font-size: 26px;
}

.btn-primary:focus{
background-color: black !important;
}
.sbuttons.show-all #toggleIcon {
  stroke: #fff;
  transform: rotate(0deg);
}

/* 展开后其他按钮显示 */
.sbuttons.show-all .sbutton {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Hover 效果 */
.sbuttons .sbutton:hover {
  transform: scale(1.05);
}

/* 品牌色背景 */
.sbuttons .fb      { background: #3b5998; }
.sbuttons .insta   { background: #e1306c; }
.sbuttons .youtube { background: #ff0000; }
.sbuttons .tiktok  { background: #000; }

/* 所有 icon 强制白色，限制作用域 */
.sbuttons i {
  color: #fff !important;
}

/* 动画 */

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOutDown {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(10px); }
}

.sbutton.sm {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}
@keyframes fadeOutScale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.sbuttons.anim-hide {
  animation: fadeOutScale 0.4s ease forwards;
  pointer-events: none;
}

.sbuttons.anim-show {
  animation: fadeInScale 0.4s ease forwards;
  pointer-events: auto;
}
/* MOBILE RESPONSIVE ADJUSTMENT */
@media (max-width: 768px) {
  .sbuttons {
    right: 15px;     /* ✅ 更贴右边 */
    bottom: 15px;    /* ✅ 更贴底部 */
    gap: 6px;        /* ✅ 缩小按钮间距 */
  }

  .sbutton {
    width: 40px;     /* ✅ 缩小按钮尺寸 */
    height: 40px;
    font-size: 16px;
  }

  .sbutton svg {
    width: 20px !important;
    height: 20px !important;
  }

  .sbutton.mainsbutton {
    width: 50px;
    height: 50px;
  }

  .sbutton.sm {
    animation-duration: 0.3s;
  }
  .sbutton.fb i {
    font-size: 20px;
  }
  .sbutton.insta i {
    font-size: 20px;
  }
  .sbutton.youtube i {
    font-size: 20px;
  }
  .sbutton.tiktok i {
    font-size: 20px;
  }
  .sbuttons .sbutton{
    width: 40px;
    height: 40px;
  }
#toggleButton.opened{
	width: 40px !important;
    height: 40px !important;
}
#toggleButton{
    width: 40px;
    height: 40px;
}
}
