:root {
  /* 主题色 */
  --primary-color: #4660e5;
  --primary-color-hover: #0056b3;
  --primary-color-light: #e6f3ff;

  /* 其他常用颜色 */
  --text-color: #333;
  --text-muted: #666;
  --border-color: #e5e5e5;
  --background-color: #fff;
  --background-light: #f8f9fa;
}

html {
  scroll-behavior: smooth;
  /* 默认字体大小 */
  font-size: 16px;
}

/* 虎牙式响应式字体缩放 - 基于分辨率设置不同字体大小 */

/* 超小屏幕 (320px-480px) */
@media (max-width: 480px) {
  html {
    font-size: 8px;
  }
}

/* 小屏幕 (481px-768px) */
@media (min-width: 481px) and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

/* 平板 (769px-1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 11px;
  }
}

/* 小笔记本 (1025px-1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
  html {
    font-size: 12px;
  }
}

/* 标准显示器 (1367px-1440px) */
@media (min-width: 1367px) and (max-width: 1440px) {
  html {
    font-size: 13px;
  }
}

/* 大显示器 (1441px-1680px) */
@media (min-width: 1441px) and (max-width: 1680px) {
  html {
    font-size: 14px;
  }
}

/* 超大显示器 (1681px-1920px) */
@media (min-width: 1681px) and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}

/* 2K显示器 (1921px-2560px) */
@media (min-width: 1921px) and (max-width: 2560px) {
  html {
    font-size: 20px;
  }
}

/* 4K显示器 (2561px及以上) */
@media (min-width: 2561px) {
  html {
    font-size: 24px;
  }
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  /* 禁用iOS弹性滚动 */
  overscroll-behavior: none;
}

body * {
  box-sizing: border-box;
  font-family: Alibaba-Xi;
  text-decoration: none;
  -webkit-user-drag: none;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont";
  /* Project id 611922 */
  src: url("//at.alicdn.com/t/font_611922_rrzxbbqyrxl.eot");
  src: url("//at.alicdn.com/t/font_611922_rrzxbbqyrxl.eot?#iefix")
      format("embedded-opentype"),
    url("//at.alicdn.com/t/font_611922_rrzxbbqyrxl.woff") format("woff"),
    url("//at.alicdn.com/t/font_611922_rrzxbbqyrxl.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_611922_rrzxbbqyrxl.svg#iconfont") format("svg");
}

h1,
h2,
h3 {
  margin: 0;
}

@font-face {
  font-family: Alibaba-Light;
  src: url(https://oss.allintrip.cn/shanwentou/templates/Puhui_EN_45-Light.283877e1.otf)
    format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alibaba-Regular;
  src: url(https://oss.allintrip.cn/shanwentou/templates/AlibabaPuHuiTi-3-55-Regular.6f867c99.woff2)
      format("woff2"),
    url(https://oss.allintrip.cn/shanwentou/templates/AlibabaPuHuiTi-3-55-Regular.040ff869.woff)
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alibaba-Bold;
  src: url(https://oss.allintrip.cn/shanwentou/templates/Puhui_EN_85-Bold.7efdea59.otf)
    format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alibaba-Xi;
  /* src: url(https://oss.allintrip.cn/shanwentou/templates/Alibaba-puhui-xi.ttf)
    format("truetype"); */
  src: url(https://oss.allintrip.cn/shanwentou/templates/Alibaba-puhui-xi.woff2)
      format("woff2"),
    url(https://oss.allintrip.cn/shanwentou/templates/Alibaba-puhui-xi.woff)
      format("woff"),
    url(https://oss.allintrip.cn/shanwentou/templates/Alibaba-puhui-xi.ttf)
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: c-Bold;
  src: url(https://oss.allintrip.cn/shanwentou/templates/CJONLYONENEWtitleBold.a6c8b2d2.woff2.html)
      format("woff2"),
    url(https://oss.allintrip.cn/shanwentou/templates/CJONLYONENEWtitleBold.23e06170.woff.html)
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AlibabaFangYuanTi;
  src: url(https://oss.allintrip.cn/shanwentou/templates/AlimamaFangYuanTiVF-Thin.331b2112.woff2)
      format("woff2"),
    url(https://oss.allintrip.cn/shanwentou/templates/AlimamaFangYuanTiVF-Thin.faca1b53.woff)
      format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.f-150 {
  letter-spacing: -0.1rem;
  font-size: 15rem !important;
}

.f-120 {
  font-size: 12rem !important;
}

.f-100 {
  font-size: 10rem !important;
}

.f-90 {
  letter-spacing: -0.4rem;
  font-size: 9rem !important;
}

.f-80 {
  font-size: 8rem !important;
}

.f-70 {
  font-size: 7rem !important;
}

.f-64 {
  font-size: 6.4rem !important;
}

.f-60 {
  font-size: 6rem !important;
}

.f-56 {
  font-size: 5.6rem !important;
}

.f-54 {
  font-size: 5.4rem !important;
}

.f-50 {
  font-size: 4rem !important;
}

.f-48 {
  font-size: 4.8rem !important;
}

.f-46 {
  font-size: 4.6rem !important;
}

.f-44 {
  font-size: 4.4rem !important;
}

.f-42 {
  font-size: 4.2rem !important;
}

.f-40 {
  font-size: 4rem !important;
}

.f-38 {
  font-size: 3.8rem !important;
}

.f-36 {
  font-size: 3.6rem !important;
}

.f-34 {
  font-size: 3.4rem !important;
}

.f-32 {
  font-size: 3.2rem !important;
}

.f-30 {
  font-size: 3rem !important;
}

.f-28,
.solutionDetail .r2 .inner .group .cir:after {
  font-size: 2.8rem !important;
}

.f-26 {
  font-size: 2.6rem !important;
}

.f-24 {
  font-size: 2.4rem !important;
}

.f-22 {
  font-size: 2.2rem !important;
}

.f-20 {
  font-size: 2rem !important;
}

.f-18 {
  font-size: 1.8rem !important;
}

.f-16 {
  font-size: 1.6rem !important;
}
.font-bold {
  font-weight: 800;
}

.f-14,
.factory .r1 .second > h3:after {
  font-size: 1.4rem !important;
}

.f-12 {
  font-size: 1.2rem !important;
}
.f-10 {
  font-size: 1rem !important;
}

.flex-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-box-column {
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.flex-box-align-end {
  display: flex;
  display: -ms-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex-box-justify-end {
  display: flex;
  display: -ms-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-box-justify-between {
  display: flex;
  display: -ms-flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-box-start {
  display: flex;
  display: -ms-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.flex-box-center {
  display: flex;
  display: -ms-flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.flex-box-align-center {
  display: flex;
  display: -ms-flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-box-justify-center {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.only-3-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.only-2-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-align:justify;
}

.only-1-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
/* 底部渐变 */
.linear-bg {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.6) 30%,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
/* 基础磨砂玻璃效果 */
.frosted-glass {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

/* 更强烈的磨砂效果 */
.frosted-glass-strong {
  padding: 24px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
}

/* 轻微磨砂效果 */
.frosted-glass-light {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 4px 16px 0 rgba(31, 38, 135, 0.2);
  border-radius: 15px;
}
/* 轻微磨砂效果 */
.frosted-glass-light-black {
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 4px 16px 0 rgba(31, 38, 135, 0.2);
  border-radius: 15px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #f7f9fc; /* 更接近参考的浅灰蓝底色 */
  color: #2d401a;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#loading .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* 透明遮罩，露出浅色背景 */
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  aspect-ratio: unset;
  max-width: none;
  min-width: 0;
  z-index: 0; /* 置于最底，水面与文字在其上方 */
}

.water-surface {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0vh; /* 初始0，随百分比上涨到100vh */
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(198, 216, 239, 0.4),
    rgba(198, 216, 239, 0.65)
  );
  z-index: 1; /* 水面层 */
  pointer-events: none;
}

.water-surface::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0)
  );
  filter: blur(1.5px);
}

.water-surface .wave {
  position: absolute;
  left: -25%;
  bottom: -10px;
  width: 250%;
  height: 160px;
  opacity: 0.3;
  background: rgba(160, 190, 230, 0.5);
  filter: blur(0.2px);
  border-radius: 40% 60% 0 0 / 70% 70% 0 0;
  transform: translateX(0);
}

.water-surface .wave1 {
  animation: wave-move 6s linear infinite;
}

.water-surface .wave2 {
  bottom: -24px;
  height: 180px;
  opacity: 0.22;
  background: rgba(160, 190, 230, 0.38);
  animation: wave-move-rev 9s linear infinite;
}

/* 百分比文字置于水面之上，且采用深灰色，与浅背景协调 */
#loading .set {
  z-index: 2;
}
#loading .preload-text {
  color: #6b7a90;
  text-shadow: none;
}

@keyframes wave-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes wave-move-rev {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

#loading .loadFrame {
  width: 100vw;
  height: 100vh;
  display: block;
  background: transparent;
}

#loading .set {
  margin-top: 2vw;
  text-align: center;
  z-index: 2;
}

#loading .note {
  opacity: 0.7;
  font-size: 12px;
  margin-bottom: 8px;
}

#loading .f-36 {
  font-size: 36px;
}

#loading .f-100 {
  font-size: 100px;
}

#loading .bm {
  position: absolute;
  bottom: 6vh;
  left: 0;
  width: 100vw;
  text-align: center;
  z-index: 2;
}

#loading .f-56 {
  font-size: 56px;
}

#loading .f-24 {
  font-size: 24px;
  opacity: 0.8;
}

#loadSum {
  font-weight: bold;
  /* text-shadow: 0 2px 16px #2986ffcc, 0 2px 8px rgba(0, 0, 0, 0.15); */
}

#loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#fullpage {
  height: 100vh;
  opacity: 0;
  transition: opacity 1.2s, transform 1.2s;
  background-color: #000;
}

.fullPage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.fullPage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ban.news-content-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#banner-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 进入 r5 延迟阶段时，强制隐藏底部导航，避免脚本时序导致提前显示 */
body.r5-entering .site-footer {
  display: none !important;
}

/* 分片切换过渡层 */
.slice-transition {
  position: absolute;
  inset: 0;
  z-index: 6; /* 高于普通slide(2)与标题/内容(9以下)不会遮到文字，因为只在切换瞬间存在 */
  pointer-events: none;
}

.slice-transition .slice {
  position: absolute;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(0);
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 600ms ease;
  transition-delay: var(--delay, 0ms);
}

/* 从下向上进入 */
.slice-transition .slice.from-bottom {
  transform: translateY(100%);
}
/* 从上向下进入 */
.slice-transition .slice.from-top {
  transform: translateY(-100%);
}
/* 进入状态 */
.slice-transition .slice.in {
  transform: translateY(0);
}

.banner-slide {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;

  transition: opacity 1s;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.banner-slidec {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* opacity: 0; */
  transition: opacity 1s;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background-position: center -100px !important;
  padding-bottom: 100px;
}

.banner-slide.active {
  opacity: 1;
  z-index: 2;
}
.banner-slide2 {
  /* background: ; */
  background: linear-gradient(
    135deg,
    #131920 80%,
    #4f5052 90%,
    #131920 100%
  ) !important;
}

.banner-content {
  position: absolute;
  left: 4vw;
  bottom: 25px;
  z-index: 9;
  color: #fff;
  max-width: 60vw;
  font-family: Alibaba-Xi;
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.banner-desc {
  font-size: 72px;
  font-weight: 400;
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.01em;
  opacity: 0.92;
  color: #fff;
  white-space: nowrap;
}

.banner-btn {
  margin-top: 2vw;
  display: inline-block;
  padding: 1vw 2.5vw;
  background: linear-gradient(90deg, #2986ff 60%, #4ad0ff 100%);
  color: #fff;
  border-radius: 2vw;
  font-size: 1.3vw;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 16px #2986ff44;
  transition: background 0.3s, box-shadow 0.3s;
  letter-spacing: 0.05em;
}

.banner-btn:hover {
  background: linear-gradient(90deg, #185a9d 60%, #2986ff 100%);
  box-shadow: 0 8px 32px #2986ff66;
}

.banner-arrows {
  position: absolute;
  width: 100vw;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

.arrow {
  font-size: 3vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  margin: 0 2vw;
  user-select: none;
  transition: background 0.2s;
}

.arrow:hover {
  background: #2986ff;
}

.banner-dots {
  position: absolute;
  left: 50%;
  bottom: 3vw;
  transform: translateX(-50%);
  display: flex;
  gap: 1vw;
  z-index: 10;
}

.banner-dots span {
  display: block;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: #fff8;
  cursor: pointer;
  transition: background 0.3s;
}

.banner-dots span.active {
  background: #2986ff;
}

.r1 {
  height: 100vh;
  width: 100vw;
}

.r2,
.r3,
.r4,
.r5 {
  margin-left: 200px;
  margin-top: 5vw;
  height: calc(100vh - 5vw);
  width: calc(100% - 200px);
  overflow: hidden;
}
.r5 {
  overflow: scroll !important;
}

#firstGo {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  padding: 0.5rem;
  z-index: 10;
  gap: 6rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 1rem;
}

#firstGo:hover {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

#firstGo .wc {
  margin: 0;
  color: #fff;
}

.firstGo-content {
  display: none;
  transition: all 0.6s ease;
}

#firstGo:hover .firstGo-content {
  display: block !important;
  padding-left: 1rem;
}

.layer-icon {
  width: 5rem;
  height: 5rem;
  /* background: linear-gradient(
    135deg,
    rgba(74, 147, 249, 0.4),
    rgba(0, 191, 255, 0.3)
  ); */

  border-radius: 1.4rem;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0.7;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  /* box-shadow: 0 4px 20px rgba(74, 147, 249, 0.2); */
}

#firstGo:hover .layer-icon {
  background: linear-gradient(
    135deg,
    rgba(74, 147, 249, 0.9),
    rgba(0, 191, 255, 0.8)
  );
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(74, 147, 249, 0.6);
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.4);
}

.layer-icon svg {
  width: 1.4rem;
  margin: 50% 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  animation: arrow-bounce 1.5s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

#firstGo:hover .layer-icon svg {
  transform: translate(-50%, -50%) translateY(-2px);
  animation-play-state: paused;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.6));
}

.banner-titles {
  position: absolute;
  left: 4vw;
  bottom: 135px;
  display: flex;
  z-index: 10;
  white-space: nowrap;
}

.banner-title-btn {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  background: none;
  border: none;
  outline: none;
  padding: 0.5vw 2vw;
  border-radius: 2vw;
  cursor: pointer;
  transition: color 0.2s, background 0.2s, border 0.2s;
  border: 3px solid transparent;
}

.banner-title-btn.active {
  border-color: #fff;
  color: #fff;
  font-weight: 600;
}

.banner-title-btn:hover {
  color: #e3f0ff;
}

/* 公共左侧侧边栏 */
.public-sidebar {
  position: absolute; /* 改为跟随页面滚动 */
  left: 0;
  top: 5vw;
  width: 220px;
  height: calc(100vh - 5vw);
  z-index: 999;
  /* border-right: 1px solid rgba(22, 33, 11, 0.2); */
  display: none;
}

.sidebar-content {
  padding: 5rem 0rem 1rem 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sidebar-nav {
  flex: 1;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-item {
  margin-bottom: 2rem;
  position: relative;
}

.dot {
  width: 0.5rem;
  height: 0.5rem;
  background: #e3e3e3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin-right: 1rem;
  display: inline-block;
}

.sidebar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  white-space: nowrap;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  padding: 0.8rem 0;
  transition: all 0.3s ease;
  position: relative;
  transition: all 0.3s ease;
}

.sidebar-link:hover {
  color: var(--primary-color);
  opacity: 1;
  transform: scale(1.1);
  transform: translateX(-1rem);
}
.font-w600 {
  font-weight: 500 !important;
}

.sidebar-link.active {
  /* text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.8); */
  color: var(--primary-color);
  opacity: 1;
  transform: scale(1.1);
}
.sidebar-link:hover .dot {
  background: var(--primary-color);
}
.sidebar-link.active .dot {
  background: var(--primary-color);
}

.section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5rem 5rem;
}

.section-content h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1rem;
}

.section-content p {
  width: 100%;
  min-height: 280px;
  max-height: 280px;

  /* height: 100%; */
  font-family: Alibaba-Xi;
  font-size: 20px;
  line-height: 2;
  font-weight: 300;
  margin: 0;
  margin-right: 5%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  text-indent: 2rem;
}

.r2-content {
  width: 100%;
  max-height: 100%;
  min-height: 0;
  /* overflow: hidden; */
}

/* 响应式设计 */
/* 平板端适配 (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
  .r2 .flex-box {
    flex-direction: column;
    gap: 2rem;
  }

  .r2 .home-grid-sub {
    width: 100%;
    padding: 20px;
  }

  .r2 .home-grid-sub-center-item {
    width: 25%;
    margin-bottom: 40px;
  }

  .r2 .home-grid-sub-center-item:nth-child(3),
  .r2 .home-grid-sub-center-item:nth-child(4) {
    margin-bottom: 40px;
  }

  .r2 .home-grid-sub-bottom {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 40px;
  }

  .r2 .home-grid-sub-item {
    margin-right: 2rem;
  }
}

@media (max-width: 768px) {
  .public-sidebar {
    width: 200px;
  }

  .r2,
  .r3,
  .r4,
  .r5 {
    width: calc(100% - 200px);
    margin-left: 200px;
  }

  /* r2板块移动端适配 */
  .r2 .flex-box {
    flex-direction: column;
    gap: 1.5rem;
  }

  .r2 .home-grid-sub {
    width: 100%;
    padding: 15px;
    flex-direction: column;
  }

  .r2 .home-grid-sub-center-item {
    width: 100%;
    margin-bottom: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }

  .r2 .home-grid-sub-center-item:nth-child(3),
  .r2 .home-grid-sub-center-item:nth-child(4) {
    margin-bottom: 30px;
  }

  .r2 .home-grid-sub-center-item img {
    height: 1.5rem;
    margin-right: 15px;
  }

  .r2 .home-grid-sub-center-item div {
    font-size: 16px;
    margin-top: 0;
  }

  .r2 .home-grid-sub-bottom {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 30px;
  }

  .r2 .home-grid-sub-item {
    margin-right: 1rem;
  }

  .r2 .home-grid-sub-item-right-title-content {
    font-size: 24px;
  }

  .banner-slidec {
    padding-bottom: 0;
    background-position: center !important;
  }
  .zw {
    font-size: 5rem !important;
  }
  .en {
    font-size: 2.4rem !important;
  }
}

/* 中等屏幕适配 (481px - 768px) */
@media (max-width: 768px) and (min-width: 481px) {
  .r2 .home-grid-sub-bottom {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .r2 .home-grid-sub-center-item {
    width: 50%;
    margin-bottom: 25px;
  }

  .r2 .home-grid-sub-center-item:nth-child(3),
  .r2 .home-grid-sub-center-item:nth-child(4) {
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .public-sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }

  .r2,
  .r3,
  .r4,
  .r5 {
    height: calc(100vh - 80px);
    margin-top: 80px;
    width: 100%;
    margin-left: 0;
  }

  /* r2板块小屏设备适配 */
  .r2 .section-content {
    padding: 20px;
  }

  .r2 .til {
    font-size: 2.5rem !important;
    margin-bottom: 2rem;
  }

  .r2 .flex-box {
    gap: 1rem;
  }

  .r2 .home-grid-sub {
    padding: 10px;
  }

  .r2 .home-grid-sub-center-item {
    margin-bottom: 20px;
    padding: 10px;
  }

  .r2 .home-grid-sub-center-item img {
    height: 1.2rem;
    margin-right: 10px;
  }

  .r2 .home-grid-sub-center-item div {
    font-size: 14px;
  }

  .r2 .home-grid-sub-bottom {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 0.8rem;
    margin-top: 20px;
  }

  .r2 .home-grid-sub-item {
    margin-right: 0.5rem;
  }

  .r2 .home-grid-sub-item-right-title-content {
    font-size: 20px;
  }

  .r2 .home-grid-sub-item-right {
    font-size: 12px;
  }
}

/* 兼容性处理 */
@supports not (backdrop-filter: blur(10px)) {
  .frosted-glass,
  .frosted-glass-strong,
  .frosted-glass-light,
  .frosted-card,
  .frosted-navbar,
  .frosted-modal,
  .frosted-button,
  .frosted-input,
  .frosted-sidebar,
  .frosted-tooltip {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.r2 * {
  font-family: Alibaba-Xi;
}

.r2 .secondAlan {
  margin-bottom: 4rem;
}

.secondAlan {
  color: #fff;
  font-family: Alibaba-Xi;
  font-weight: 500;
  /* margin-bottom: 10rem; */
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
}

.home-grid-sub-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 10;
  margin-top: -50px;
}

.home-grid-sub {
  width: 30%;
  display: flex;
  padding: 35px;
  flex-wrap: wrap;
}

.home-grid-sub-bottom {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}

.home-grid-sub-bottom .home-grid-sub-item {
  width: 100%;
}

.home-grid-sub-center-item {
  width: 50%;
  color: #fff;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 0.5rem; */
  /* text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7); */
  margin-bottom: 70px;
}
.home-grid-sub-center-item:nth-child(3) {
  margin-bottom: 0 !important;
}
.home-grid-sub-center-item:nth-child(4) {
  margin-bottom: 0 !important;
}
.home-grid-sub-center-item div {
  font-size: 20px;
  margin-top: 10px;
  font-family: Alibaba-Xi !important;
  font-weight: normal;
}

.home-grid-sub-center-item img {
  height: 2rem;
}

.home-grid-sub-item {
  display: flex;
  margin-right: 4rem;
}

.home-grid-sub-item * {
  color: #fff;
  white-space: nowrap;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
}

.home-grid-sub-item-icon {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.2rem;
  font-weight: bold;
  margin-right: 0.1rem;
  letter-spacing: 0.05rem;
  transform: rotate(180deg);
}

.home-grid-sub-item-right-title {
  line-height: 1;
  margin-bottom: 0.5rem;
}

.home-grid-sub-item-right-title-content {
  margin-right: 0.01rem;
}

/* 醒目的数字动画样式 */
@keyframes number-pop {
  0% {
    transform: scale(1);
    color: #fff;
  }

  30% {
    transform: scale(1.3);
    color: #00fffb;
  }

  60% {
    transform: scale(0.95);
    color: #00d5ff;
  }

  100% {
    transform: scale(1);
    color: #fff;
  }
}

.home-grid-sub-item-right-title-content {
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25), 0 0 8px #00aeff;
  transition: color 0.3s, text-shadow 0.3s;
}

.home-grid-sub-item-right-title-content.number-animating {
  animation: number-pop 0.7s;
}

.r5 .secondAlan {
  margin-bottom: 0rem;
}

.r5 .tech-desc:last-child {
  margin-bottom: 0;
}

/* Utility class for hiding elements */
.hidden {
  display: none !important;
}

.news-title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.news-content {
  display: flex;
  gap: 4rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.news-content-left {
  width: 66.6%;
  height: 100%;
  padding: 2rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.news-content-left-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.news-content-left-icon img {
  width: 100%;
  /* height: 120%; */
  /* insp 16/9 */
  height: 100%;
  object-fit: cover;
}

.news-content-left-title {
  font-weight: bold;
  margin-bottom: 0.1rem;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* 参考党建轮播：左右箭头 + 小圆点，仅作用于首页新闻区域 */
.r5 #newsContent .news-left-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 3;
  transition: background 0.2s ease, transform 0.2s ease;
}
.r5 #newsContent .news-left-carousel-arrow.prev {
  left: 12px;
}
.r5 #newsContent .news-left-carousel-arrow.next {
  right: 12px;
}
.r5 #newsContent .news-left-carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%) scale(1.05);
}

.r5 #newsContent .news-left-carousel-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 3;
}
.r5 #newsContent .news-left-carousel-dot {
  width: 12px;
  height: 12px;
  max-width: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: 0;
  margin: 0;
  cursor: pointer;
}
.r5 #newsContent .news-left-carousel-dot.active {
  background: #d81e06; /* 党建红 */
}

.news-content-left-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  z-index: 1;
}

.news-content-left-desc {
  color: #fff;
  opacity: 0.8;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.news-content-left-time {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.color-gray {
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-wx {
  width: 32px;
  height: 32px;
}
.news-content-time-a {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.mr-10 {
  margin-right: 10px;
}
.dateIcon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.news-content-right {
  /* width: 33.4%; */
  width:100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.news-grid-item-first {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.news-grid-item-img-first {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.news-grid-item-img-first img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-grid-item-title-first {
  z-index: 1;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.news-grid-item {
  padding: 0.1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px 0 rgba(31, 38, 135, 0.37);
}

.news-grid-item-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.news-grid-item-img img {
  width: 100%;
}

.news-grid-item-title {
  margin: 0.05rem 0;
}

.news-content,
.news-content-2 {
  transition: all 0.5s ease;
}

.news-content-2 {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.news-item-2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#newsContent2 .news-item-2 {
  flex: 1;
  width: calc(33.3% - 2rem);
  min-width: calc(33.3% - 2rem);
  max-width: calc(33.3% - 2rem);
}

.news-main {
  height: 40%;
  max-height: 40%;
  display: flex;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.news-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  background: #eee;
  flex-shrink: 0;
}

.news-main-info {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  z-index: 1;
}

.news-main-title {
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  line-height: 1.2;
}

.news-main-meta {
  color: rgba(255, 255, 255, 0.8);
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); */
}
.news-main-meta-a {
  display: flex;
  align-items: center;
  overflow: hidden;
  /* height: 22px;
  line-height: 22px; */
  
}
.news-main-meta-a > div:first-child {
  max-width: 50%;
  height:22px;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; 显示省略号
}
.ml-auto {
  margin-left: auto;
}

.news-list {
  height: 60%;
  display: flex;
  flex-direction: column;
  overflow-y: auto !important;
  
}

.news-item {
  /* flex: 1; */
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  position: relative;
  gap: 1rem;
  cursor: pointer;
  height: 33.3%;
}
.news-item:last-child {
  padding-bottom: 0 !important;
}

.news-item-img {
  width: 30%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.4rem;
  overflow: hidden;
  flex-shrink: 0;
}

.news-item-info {
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  flex: 1;
  min-width: 0;
}

.news-item-title {
  color: #333;
  text-shadow: none;
  font-weight: 500;
}

.news-item-meta {
  color: #aaa;
}

.item-line {
  width: 100%;
  height: 1px;
  min-height: 1px;
  background: rgba(22, 33, 11, 0.1);
  margin: 0.05rem 0;
  z-index: 1;
}

.news-tag {
  display: inline-block;
  background: #2d8cf0;
  color: #fff;
  font-size: 0.1rem;
  border-radius: 2px;
  padding: 1px 4px;
  margin-right: 4px;
  font-weight: bold;
}

/* 新闻切换按钮样式 */
.news-toggle-container {
  display: flex;
  align-items: center;
  margin-left: auto;
}

/* Div切换按钮组样式 */
.div-toggle-group {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  /* 更圆润的边角 */
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.toggle-btn {
  padding: 12px 28px;
  /* 增大内边距 */
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #fff;
  font-size: 1rem;
  /* 增大字体 */
  outline: none;
}

.toggle-btn.active {
  background-color: var(--primary-color);
  color: white;
  box-shadow: 0 2px 15px rgba(0, 123, 255, 0.55);
  transform: scale(1.05);
}

.radio-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

/* 选中状态 */
.radio-toggle-group input[type="radio"]:checked + .radio-toggle-btn {
  background: rgba(74, 147, 249, 0.3);
  color: var(--primary-color);
  box-shadow: 0 2px 8px rgba(74, 147, 249, 0.2);
}

.toggle-text {
  font-weight: 500;
}

.toggle-icon {
  font-family: "iconfont";
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.radio-toggle-btn:hover .toggle-icon {
  transform: scale(1.1);
}

@media (max-height: 700px) {
  html {
    font-size: 12px !important;
  }
  .news-item {
    height: 50% !important;
  }
}
@media (max-height: 800px) {
  html {
    font-size: 13px !important;
  }
  .news-item {
    height: 40% !important;
  }
}
@media (max-height: 900px) {
  html {
    font-size: 14px !important;
  }
}
@media (min-height: 1080px) {
  html {
    font-size: 16px !important;
  }
}
/* 响应式设计 */
@media (max-width: 768px) {
  /* 底部 */
  .home-grid-sub-box {
    margin-top: 0 !important;
  }
  .footer-mobile-nav-list {
    display: none !important;
  }
  .footer-nav-col li {
    margin-right: 0.5rem !important;
  }
  .qr-popup {
    left: 0 !important;
    transform: translateX(0%) !important;
  }
  .qr-popup::after {
    border-color: transparent !important;
  }
  /* 底部 */
  .news-toggle-container {
    margin-right: 0.5rem;
  }

  .radio-toggle-btn {
    padding: 0.1rem 0.2rem;
    font-size: 1.2rem;
  }

  .toggle-text {
    display: none;
  }

  .toggle-icon {
    font-size: 1.4rem;
  }
}

.backgroundBox {
  z-index: 1;
  /* background-color: rgba(255, 255, 255, 0.15); */
  margin: 0 -2rem -2rem -2rem;
  padding: 0.5rem 1.5rem;
  width: calc(100% + 4rem);
}

.top-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  /* background-color: #d81306; */
  background-image: url("https://zhilv-oss.oss-cn-beijing.aliyuncs.com/shanwentou/zlc/redian.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 61px;
  height: 24px;
  /* border-radius: 0.1rem; */
  /* color: #fff; */
  /* font-size: 1.2rem; */
  /* font-weight: 600; */
  /* padding: 0.2rem 0.5rem; */
}
.top-icon1 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 104px;
  height: 32px;
  img {
    width: 104px !important;
    height: 32px !important;
  }
}

.line-icon {
  background-color: #d81306;
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0.5rem;
  margin-right: 0.3rem;
}

.line-icon2 {
  background: rgba(69, 115, 243, 0.1);
  border-radius: 2px;

  color: var(--primary-color);
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0.4rem;
  margin-right: 0.3rem;
}

.r5 .title-box {
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4rem;
}

/* 新闻主卡片 hover 效果 - 扩展到.news-content-left */
.news-main:hover,
.news-item:hover,
.news-content-left:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 1.5px 6px rgba(0, 0, 0, 0.08);
  /* transform: translateY(-4px) scale(1.03);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); */
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

/* 图片轻微放大 - 扩展到.news-content-left下的图片 */
.news-main:hover .news-main-img,
.news-item:hover .news-item-img,
.news-content-left:hover .news-content-left-icon img {
  transform: scale(1.03);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 标题颜色变化 - 扩展到.news-content-left下的标题 */
.news-main:hover .news-main-title,
.news-item:hover .news-item-title,
.news-content-left:hover .news-content-left-title {
  /* color: #1e80ff; */
  transition: color 0.3s;
}

.r3-bg,
.r3-bg-next {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  /* filter: blur(0px); */
}

.r3-bg.tech-fade,
.r3-bg-next.tech-fade {
  opacity: 0;
  filter: blur(12px);
}

.r3-bg::after,
.r3-bg-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(120deg, rgba(0,180,255,0.18) 0%, rgba(0,80,255,0.10) 100%); */
  mix-blend-mode: lighten;
  pointer-events: none;
}

/* 文旅科技轮播样式 */
.tech-carousel {
  height: 100%;
  width: 90rem;
  max-width: 90rem;
  min-width: 80rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2.5rem;
  /* margin-top: 3rem; */
}

.tech-item {
  flex: 1 1 0;
  background: rgba(0, 0, 0, 0.9);
  background-position: 32%;
  background-repeat: no-repeat;
  background-size: 100vw;
  transition: all 0.8s;
  border-radius: 2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 2.5rem;
  text-align: center;
  /* transition: all 0.5s cubic-bezier(.4, 0, .2, 1); */
  opacity: 0.7;
  cursor: pointer;
  position: relative;
  height: 18.5rem;
}

.tech-item.active {
  flex: 1 1 0;
  background: rgba(255, 255, 255, 0.92);
  color: #000;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
  opacity: 1;
  height: auto;
}

.tech-item .tech-detail {
  display: none;
  margin-top: 1.5rem;
  color: #333;
  font-size: 1.1rem;
}

.tech-item.active .tech-detail {
  display: block;
}

.tech-item .tech-desc {
  display: none;
  color: #666;
  margin-top: 0.3rem;
  /* border: 1px solid var(--primary-color); */
  border-radius: 5rem;
  text-align: left;
  padding: 0.3rem 0.5rem;
}

.tech-item .tech-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 1rem;
  text-align: left;
}

.tech-item .tech-icon {
  width: 100%;
  height: 7rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tech-item .tech-icon img {
  height: 100%;
}

.r3-more {
  display: none;
  position: absolute;
  right: 2rem;
  top: -0.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  width: 8rem;
  height: 8rem;
  background-color: var(--primary-color);
  border-radius: 1.4rem;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.r3-more .layer-icon {
  width: 2rem;
  height: 2rem;
  margin: 0;
  transform: rotate(-90deg);
}

.tech-item.active .tech-icon {
  height: 8rem;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.tech-item.active .tech-desc {
  display: block;
}

.tech-item.active .r3-more {
  display: flex;
}

/* 产业布局轮播样式 */
.industry-carousel {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
  /* margin-top: 3rem; */
}

.industry-item {
  background: rgba(0, 0, 0, 0.5);
  background-position: 32%;
  background-repeat: no-repeat;
  background-size: 100vw;
  transition: all 1s;
  border-radius: 2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  opacity: 0.7;
  cursor: pointer;
  position: relative;
}

.industry-item.active {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
  opacity: 1;
  padding: 2rem 3rem;
  max-width: 36rem;
  height: auto;
}

.industry-item .industry-desc {
  display: none;
  color: #ddd6d6;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 2rem;
  text-align: left;
}

.industry-item .industry-title {
  display: none;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 1rem;
  text-align: left;
}

.industry-item.active .industry-icon {
  margin-bottom: 1rem;
}

.industry-item .industry-icon {
  width: 100%;
  height: 4.5rem;
  /* margin-bottom: 1rem; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.industry-item .industry-icon img {
  height: 100%;
}

.industry-item.active .industry-icon {
  height: 8rem;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.industry-item.active .industry-title {
  display: block;
}

.industry-item.active .industry-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.industry-item.active .r4-more {
  display: flex;
}

/* r4背景切换样式 */
.r4-bg,
.r4-bg-next {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.r4-bg.industry-fade,
.r4-bg-next.industry-fade {
  opacity: 0;
  filter: blur(12px);
}

.r4-bg::after,
.r4-bg-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: lighten;
  pointer-events: none;
}

/* 进度条样式 */
.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 2rem 2rem;
  overflow: hidden;
  display: none;
}

.industry-item.active .progress-bar {
  display: block;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #00d4ff, #0099cc);
  width: 0%;
  transition: width 4s linear;
  border-radius: 0 0 2rem 2rem;
}

.progress-fill.animate {
  width: 100%;
}

/* 隐藏滚动条样式 - 全局生效 */
/* Webkit浏览器 (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/* Firefox浏览器 */
* {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

/* 特定元素的滚动条隐藏 */
.banner-titles::-webkit-scrollbar,
.news-content::-webkit-scrollbar,
.mobile-menu-panel::-webkit-scrollbar,
.tech-carousel::-webkit-scrollbar,
.industry-carousel::-webkit-scrollbar,
.fullPage::-webkit-scrollbar,
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

/* 保持滚动功能但隐藏滚动条 */
.scrollable {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrollable::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

/* Hero */
.hero {
  background-size: cover;
  background-position: center;
  padding: 6vw 0 3rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: heroFadeIn 1.5s ease-out;
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero .container {
  flex-direction: column;
  text-align: center;
  color: #fff;
  animation: contentSlideUp 1s ease-out 0.3s both;
}

@keyframes contentSlideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero h1 {
  font-family: Alibaba-Xi;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 30px 0;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
  animation: titleFadeIn 1.2s ease-out 0.5s both;
}

@keyframes titleFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.eyebrow {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 16px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  font-weight: 400;
  letter-spacing: 1px;
  animation: eyebrowSlideIn 1s ease-out 0.8s both;
  transition: all 0.3s ease;
}

@keyframes eyebrowSlideIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.eyebrow:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.eyebrow::before {
  content: "·";
  margin-right: 10px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero {
    padding-top: 70px;
  }

  .hero h1 {
    font-size: 4rem;
  }
}

/* Scroll to top button */
.scroll-to-top-btn {
  position: fixed;
  bottom: 250px;
  right: 3rem;
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.scroll-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top-btn:hover {
  background: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.scroll-to-top-btn:active {
  transform: translateY(0);
}

.scroll-to-top-btn svg {
  width: 16px;
  height: 16px;
}

.scroll-to-top-btn span {
  font-size: 10px;
  line-height: 1;
}

@media (max-width: 768px) {
  .scroll-to-top-btn {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}

/* 全局轻提示消息 */
.global-message {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1200;
  pointer-events: none;
}

.global-message .msg {
  min-width: 200px;
  max-width: 86vw;
  margin: 0 auto 8px;
  padding: 10px 14px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.global-message .msg.show {
  opacity: 1;
  transform: translateY(0);
}

.global-message .msg.hide {
  opacity: 0;
  transform: translateY(-10px);
}

.global-message .msg.error {
  background: rgba(220, 53, 69, 0.92);
}

/* Unified section titles */
h2.section-title {
  width: 100%;
  font-size: 3rem;
  white-space: nowrap;
  font-weight: 700;
  text-align: left;
  line-height: 1.15;
  margin: 1rem 0 2rem 0;
  color: inherit;
}

.section-subtitle {
  width: 100%;
  font-size: 2rem;
  /* color: inherit; */
  color: #666;
  white-space: nowrap;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.02em;
  opacity: 0.95;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  h2.section-title {
    font-size: 2.5rem;
  }

  .section-subtitle {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  h2.section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  h2.section-title {
    font-size: 1.8rem;
  }

  .section-subtitle {
    font-size: 1.2rem;
  }
}

.preload-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.preload-text {
  line-height: 1;
}

/* 进度值小数部分样式 */
.progress-decimal {
  font-size: 0.4em;
  /* 小数部分字号为整数部分的40% */
  opacity: 0.7;
  /* 稍微降低透明度 */
}

.progress-percent {
  font-size: 0.8em;
  /* 百分号字号为整数部分的80% */
  opacity: 0.9;
}

/* 脉冲进度条样式 */
.pulse-progress-container {
  position: relative;
  width: 200px;
}

/* 隐藏进度条与装饰，仅保留百分比数字 */
.pulse-progress-container,
.pulse-glow,
.pulse-particles,
.progress-ripple {
  display: none !important;
}

.pulse-progress-bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2.5px;
  overflow: visible;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  animation: border-pulse 3s ease-in-out infinite;
}

.pulse-progress-fill {
  position: relative;
  height: 100%;
  width: 0%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.95) 25%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.95) 75%,
    rgba(255, 255, 255, 0.9) 100%
  );
  border-radius: 2.5px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4),
    0 0 40px rgba(255, 255, 255, 0.2), 0 0 60px rgba(255, 255, 255, 0.1);
  animation: progress-pulse 2s ease-in-out infinite;
}

.pulse-glow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
  animation: pulse-glow 2.5s ease-in-out infinite;
  pointer-events: none;
  filter: blur(0.5px);
}

.pulse-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}

.particle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  opacity: 0;
  animation: particle-float 3s ease-in-out infinite;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}

.particle-1 {
  top: 20%;
  animation-delay: 0s;
}

.particle-2 {
  top: 40%;
  animation-delay: 0.5s;
}

.particle-3 {
  top: 60%;
  animation-delay: 1s;
}

.particle-4 {
  top: 80%;
  animation-delay: 1.5s;
}

.progress-ripple {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(45, 64, 26, 0.2) 70%
  );
  animation: ripple-expand 3s ease-out infinite;
  pointer-events: none;
  filter: blur(0.3px);
}

/* 进度条脉冲动画 */
@keyframes progress-pulse {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4),
      0 0 40px rgba(255, 255, 255, 0.2), 0 0 60px rgba(255, 255, 255, 0.1);
  }

  50% {
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.6),
      0 0 50px rgba(255, 255, 255, 0.3), 0 0 75px rgba(255, 255, 255, 0.2);
  }
}

/* 脉冲光晕动画 */
@keyframes pulse-glow {
  0%,
  100% {
    opacity: 0.2;
    transform: translateX(-100%);
  }

  50% {
    opacity: 0.5;
    transform: translateX(100%);
  }
}

/* 粒子浮动动画 */
@keyframes particle-float {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-15px) scale(1.2);
  }

  50% {
    opacity: 1;
    transform: translateY(-25px) scale(1);
  }

  80% {
    opacity: 1;
    transform: translateY(-35px) scale(1.2);
  }

  100% {
    opacity: 0;
    transform: translateY(-45px) scale(0);
  }
}

/* 涟漪扩散动画 */
@keyframes ripple-expand {
  0% {
    opacity: 0.8;
    transform: translateY(-50%) scale(0.8);
  }

  50% {
    opacity: 0.6;
    transform: translateY(-50%) scale(1.2);
  }

  100% {
    opacity: 0;
    transform: translateY(-50%) scale(2);
  }
}

/* 边框脉冲动画 */
@keyframes border-pulse {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
  }

  50% {
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
  }
}

/* 进度条加载完成时的特殊效果 */
.pulse-progress-fill.complete {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 0.95) 100%
  );
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.6),
    0 0 50px rgba(255, 255, 255, 0.4), 0 0 75px rgba(255, 255, 255, 0.2);
  animation: complete-pulse 2s ease-in-out infinite;
}

/* 完成状态脉冲动画 */
@keyframes complete-pulse {
  0%,
  100% {
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.6),
      0 0 50px rgba(255, 255, 255, 0.4), 0 0 75px rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.8),
      0 0 60px rgba(255, 255, 255, 0.5), 0 0 90px rgba(255, 255, 255, 0.3);
  }
}

/* 箭头弹跳动画 */
@keyframes arrow-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  40% {
    transform: translate(-50%, -50%) translateY(-15px);
  }
  60% {
    transform: translate(-50%, -50%) translateY(-8px);
  }
}

/* 响应式设计 */
@media (max-width: 768px) {
  .pulse-progress-container {
    width: 160px;
  }

  .pulse-progress-bar {
    height: 4px;
  }
}
@media (max-width: 1800px) {
  .zw {
    font-size: 4.2rem !important;
  }
}
@media (max-width: 1500px) {
  .zw {
    font-size: 4rem !important;
  }
}
@media (max-width: 1300px) {
  .zw {
    font-size: 3rem !important;
  }
}
@media (max-width: 1100px) {
  .en {
    font-size: 2rem !important;
  }
}
@media (max-width: 930px) {
  .zw {
    font-size: 2.4rem !important;
  }
  .en {
    font-size: 1.6rem !important;
  }
}

@media (max-width: 480px) {
  .pulse-progress-container {
    width: 140px;
  }

  .pulse-progress-bar {
    height: 3px;
  }
}

/* 隐藏Aliplayer license相关元素 */
/* [class*="logo"], */
.license-prompt,
.license-notice,
[class*="license"],
[class*="watermark"],
.prism-license,
.prism-watermark,
.prism-logo,
.aliplayer-license,
.aliplayer-watermark,
.aliplayer-logo {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* 轮播指示点样式 */
.banner-indicators {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.banner-indicator {
  width: 25px;
  height: 5px;
  border-radius: 5px;
  background-color: rgba(255, 251, 251, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.banner-indicator:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.banner-indicator.active {
  width: 25px;
  height: 5px;
  border-radius: 5px;
  background-color: rgb(239, 247, 247);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}
/* 新闻动态新 */
.news-card-new {
  gap: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;

  .news-right {
    width: 33.4%;
    /* width:100%; */
    /* margin-left: 20px; */
  }
}
.swiper-main-news {
  width: 66.6%;
  /* height: 100%; */
  /* background: red; */
  .swiper-container {
    width: 100%;
    height: 100%;
    .swiper-slide {
      border-radius: 6px;
      overflow: hidden;
      position: relative;
    }
  }
  .logoIcon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:.5s;
  }

}
.logoIcon:hover{
  transform:scale(1.02);
}
.swiper-pagination-bullet-active {
  background: red !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
.swiper-button-next, .swiper-button-prev{
  color:#fff!important;
  width:3rem!important;
  height:3rem!important;
  border-radius: 50%;
  background:rgba(0,0,0,.2)!important;

}
.swiper-slide{
  width:100%!important;
}
.swiper-cover{
  position:absolute;
  bottom:0;
  left:0;
  padding:1rem;
  width:100%;
}
.flex-center {
  display:flex;
  align-items:center;
}
.mt-10{
  margin-top:10px;
}
.ml-auto{
  margin-left:auto;
}
.color-f8{
  color:rgba(255,255,255,.8);
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 1.2rem!important;
}
