body { margin: 0; padding: 50px 0 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft Yahei", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Heiti SC", "Droid Sans", "Droid Sans Fallback", "Droid Sans Thai", "Droid Sans Armenian", "Droid Sans Georgian", "Lantinghei SC", "Helvetica Neue Light", Tahoma, Verdana, "Nimbus Sans L", "Liberation Sans", Geneva, "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans Narrow", "Nimbus Sans L Condensed", sans-serif; background-color: #f5f5f5; }

/* 特别窄的小机型可以稍微多给一点空间 */
@media (max-width: 360px) {
    body { padding-top: 55px; }
}

img { display: block; width: 100%; }
header { width: 100%; height: 50px; padding: 0 10px; box-sizing: border-box; background: #000; display: box; display: -webkit-box; position: fixed; top: 0; left: 0; z-index: 10; border-bottom: 1px solid #ddd; }
header div { box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; }
/* 固定 logo 在头部左侧垂直居中，不随屏幕变化而乱跑 */
.logo { position: absolute; z-index: 11; left: 10px; /* 距离左边 10px */ top: 50%; /* 垂直居中 */ transform: translateY(-50%); margin-top: 0; /* 不再用 rem 的 margin-top */ }

.logo a { display: block; width: 116px; height: 38px; }

.category, .close { /* text-align: right; */ position: absolute; z-index: 11; right: 10px; color: #fff !important; }
.category a, .close a { display: inline-block; width: 25px; height: 20px; background: url(../images/sprit.png) 0 -165px no-repeat; -webkit-background-size: 135px; background-size: 135px; position: absolute; top: 15px; right: 0; /*transform:translate(0,-50%); -webkit-transform:translate(0,-50%); -moz-transform:translate(0,-50%);*/ /* z-index: 99; */ }
.close a { width: 20px; height: 20px; background-position: 0 -190px; }

.cent { width: 100%; position: absolute; z-index: 10; }
.homeSearch { position: relative; margin: 12px 70px 12px 120px; height: 24px; line-height: 24px; padding: 0 15px; background: #ffffff; border: 1px solid #f2f2f2; border-radius: 25px; }
.homeSearch input { float: left; padding: 0 5px; width: 100%; height: 24px; line-height: 24px; border: none; font-size: 14px; outline: none; }
.homeSearch input.serachTxt { width: 80%; margin: 0; }
.homeSearch input.searchBtn { width: 20px; height: 20px; position: absolute; right: 10px; text-indent: -9999px; cursor: pointer; margin: 0; margin-top: 2px; background: url(../images/search_icon.png) no-repeat; background-size: 20px auto; }

/*右上角列表*/
.nav { width: 100%; height: 100%; background-color: rgba(0,0,0,.3); position: fixed; top: 0; left: 0; z-index: 99; display: none; }

nav { background-color: #fff; padding-top: 50px; }

.nav-block ul li:before, .nav-block ul li:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 12px 10px; position: absolute; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); }

.nav-block ul li:before { border-color: transparent transparent transparent #ccc; right: -10px; z-index: 4; }

.nav-block ul li:after { border-color: transparent transparent transparent #fff; right: -9px; z-index: 5; }

.nav-block { margin: 6px 6px 0; padding: 0 15px; background-color: #fff; }

.nav-block ul li { height: 55px; line-height: 55px; font-size: 14px; padding-left: 35px; border-bottom: 1px solid #ddd; position: relative; }

.nav-block ul li:last-child { border-bottom: none; }

.nav-block ul li a { display: block; color: #333; }

.nav-block ul li a span { display: block; width: 22px; height: 22px; /*background: url(../images/sprit.png) no-repeat; -webkit-background-size: 135px; background-size: 135px;*/ position: absolute; top: 20%; left: 0; z-index: 5; margin-top: -11px; }

@keyframes arrowDown {
    from { transform: translate(0, -100%); -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); opacity: 1; }

    to { transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(-50%, 0); opacity: 0.3; }
}

@-webkit-keyframes arrowDown {
    from { transform: translate(0, -100%); -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); opacity: 1; }

    to { transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); opacity: 0.3; }
}

@-moz-keyframes arrowDown {
    from { transform: translate(0, -100%); -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); opacity: 1; }

    to { transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); opacity: 0.3; }
}

@-o-keyframes arrowDown {
    from { transform: translate(0, -100%); -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); opacity: 1; }

    to { transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); opacity: 0.3; }
}


.banner { position: relative; width: 100%; height: 3.1rem; overflow: hidden; }
.banner .swiper { position: relative; width: 100%; height: 100%; }
.banner .swiper .swiper-wrapper .swiper-slide { position: relative; width: 100%; height: 100%; }
.banner .swiper .swiper-wrapper .swiper-slide .img { position: relative; width: 100%; height: 100%; }
.banner .swiper .swiper-wrapper .swiper-slide .txt { position: absolute; z-index: 99; top: 40%; left: 10%; color: #fff; }
.banner .swiper .swiper-wrapper .swiper-slide .txt h2 { font-size: 3.125rem; }
.banner .swiper .swiper-wrapper .swiper-slide .txt h2 b { color: #fff; }
.banner .swiper .swiper-wrapper .swiper-slide .txt p { margin: 1.875rem 0; font-size: 2.25rem; }
.banner .swiper .swiper-wrapper .swiper-button-next,
.banner .swiper .swiper-wrapper .swiper-button-prev { color: #fff; }
.banner .swiper .swiper-wrapper .swiper-pagination.on { color: #fff; }
.banner img.mymove { width: 100%; height: auto; position: relative; animation: mymove 10s infinite; -webkit-animation: mymove 10s infinite; }

/****************************************
 * 通用基础样式
 ****************************************/

/* 面包屑 当前位置 */
.left { padding: 0.2rem; color: #fff; background-color: #4d4d4d; font-size: 0.24rem; }
.left a { color: #fff; }

/* 顶部子栏目导航条 */
.nav-bar { position: relative; z-index: 10; background-color: #e50000; margin: 5px; padding: 0; border-radius: 0; overflow: visible; }
/* 新闻分类导航：默认一行2个；如果最后一行只剩1个，独占一行 */
.nav-bar-inner { display: flex; flex-wrap: wrap; }

/* 默认 2列布局 */
.nav-item { flex: 0 0 50%; text-align: center; font-size: 14px; color: #fff; padding: 10px 0; box-sizing: border-box; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }

/* 每行第2个去掉右边框 */
.nav-item:nth-child(2n) { border-right: none; }

/* 关键：如果最后一个是奇数位置，让它独占100% */
.nav-item:last-child:nth-child(odd) { flex: 0 0 100%; border-right: none; }


.nav-item a { color: #fff; text-decoration: none; }
.nav-item.active a { font-weight: 700; }

/* 顶部 banner 占位 */

/* 二维码 + 联系我们区域 */
.touch-section { background-color: #f5f5f5; padding: 15px; margin: 10px 0; text-align: center; padding-bottom: 1rem; }
.touch-icons { display: flex; justify-content: center; margin-bottom: 8px; }
.touch-icon-item { display: flex; flex-direction: column; align-items: center; }
.touch-icon { width: 78px; height: 78px; margin-bottom: 8px; object-fit: contain; }
.touch-icon-text { font-size: 13px; color: #333; display: block; }
.contact-text { font-size: 13px; color: #666; display: block; }

/* 页脚 */
.footer { background: #111; color: #bbb; text-align: center; padding: 12px 10px; font-size: 12px; }
/* 通用分页颜色 */
.pagelist a,
.honor-pagination a,
.product-pagination a,
.news-pager a { color: #000; /* 默认黑色 */ }

/* 当前页：红色高亮 */
.pagelist a.current,
.honor-pagination a.current,
.product-pagination a.current,
.news-pager a.current { color: #d60000; font-weight: bold; }

/* 禁用按钮 */
.pagelist .disabled,
.honor-pagination .disabled,
.product-pagination .disabled,
.news-pager .disabled { color: #aaa; }

/****************************************
 * 首页
 ****************************************/

/* 轮播图区域 */
.page-index .banner-container { width: 100%; height: 91vh; overflow: hidden; position: relative; }
.page-index .swiper-container { width: 100%; height: 100%; visibility: visible !important; opacity: 1 !important; }
.page-index .swiper-slide { width: 100%; height: 100%; position: relative; display: block !important; }
.page-index .banner-img { width: 100%; height: 100%; display: block; object-fit: cover; }
/* 视频轮播时保持画面完整 */
.page-index .hosted-video { width: 100%; height: 100%; display: block; object-fit: contain; background-color: #000; }
.page-index video.hosted-video { background-position: center; background-repeat: no-repeat; background-size: cover; }

/* 轮播上的文案 + 按钮 */
.page-index .banner-content { position: absolute; bottom: 40%; left: 50%; transform: translateX(-50%); text-align: center; z-index: 99; width: 90%; }
.page-index .banner-text { font-size: 24px; color: #fff; font-weight: 700; margin-bottom: 14px; display: block; text-shadow: 0 1px 2px rgba(0,0,0,.3); }
.page-index .banner-btn { background-color: #dd0000; display: inline-block; padding: 8px 18px; border-radius: 20px; border: 1px solid #dd0000; color: #fff; font-size: 14px; text-decoration: none; }

/* 品牌区块 */
.page-index .brand-new-section { background-color: #fff; padding-bottom: 10px; margin: 15px 0; }
.page-index .brand-text-wrapper { text-align: right; padding: 10px 0; }
.page-index .brand-slogan-cn { font-size: 18px; color: #000; font-weight: 700; letter-spacing: 1px; text-shadow: 0 1px 2px rgba(0,0,0,.5); }
.page-index .brand-slogan-en { font-size: 12px; color: #000; margin-top: 4px; letter-spacing: .5px; text-shadow: 0 .5px 1.5px rgba(0,0,0,.5); }
.page-index .brand-img-container { width: 100%; height: 258px; overflow: hidden; border-radius: 5px; margin-top: 10px; }
.page-index .brand-img { width: 100%; height: 100%; display: block; object-fit: cover; margin-bottom: .1rem; }

/* 功能入口 4×2 网格 */
.page-index .function-grid { display: flex; flex-wrap: wrap; padding: 15px; background-color: #fff; margin-bottom: 10px; }
.page-index .grid-item { width: 25%; display: flex; flex-direction: column; align-items: center; margin: 10px 0; cursor: pointer; }
.page-index .icon-img { width: 30px; height: 30px; margin-bottom: 8px; }
.page-index .grid-item span { font-weight: 700; }
.page-index .icon-text { font-size: 12px; color: #333; }

/* 首页产品展示 */
.page-index .product-section { background-color: #fff; padding: 10px 15px; margin-bottom: 10px; }
.page-index .section-title { display: flex; justify-content: space-between; align-items: center; padding: 5px 0; border-bottom: 1px solid #eee; margin-bottom: 15px; }
.page-index .title-text { font-size: 17px; font-weight: 700; color: #333; }
.page-index .more { color: #000; font-size: 14px; }
.page-index .more a { color: inherit; text-decoration: none; }

.page-index .product-list { display: flex; flex-wrap: wrap; justify-content: space-between; }
.page-index .product-card { width: 48%; margin-bottom: 20px; background-color: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.page-index .product-img { width: 100%; height: auto; display: block; object-fit: cover; }
.page-index .product-text-container { position: static; background: #fff; padding: 10px 6px; text-align: center; }
.page-index .product-name { font-size: 15px; color: #333; font-weight: 700; }

/* 关于我们 / 案例 / 新闻 首页图片区 */
.page-index .about-section { background-color: #fff; padding: 10px 15px; margin-bottom: 10px; }
.page-index .about-img-container { width: 100%; border-radius: 5px; margin-top: 10px; overflow: hidden; background: #fff; }
.page-index .about-img { width: 100%; height: auto; display: block; object-fit: cover; }
/* 首页新闻区块：图片下方标题 */
.page-index .home-news-title { font-size: 14px; color: #333; margin: 6px 4px 10px; line-height: 1.5; text-align: center; font-weight: 600; }
/* 首页新闻图文混排（左图右文） */
.page-index .home-news-mix { display: flex; flex-direction: column; gap: 12px; }
.page-index .news-mix-item { display: flex; gap: 12px; padding: 12px; border-radius: 12px; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.06); text-decoration: none; color: inherit; }
.page-index .news-mix-thumb { width: 151px; height: 109px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: #f2f3f7; }
.page-index .news-mix-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.page-index .news-mix-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.page-index .news-mix-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
.page-index .news-mix-tag { display: inline-flex; align-items: center; padding: 2px 10px; border-radius: 999px; font-size: 11px; color: #666; background: #f4f5f7; }
.page-index .news-mix-date { font-size: 11px; color: #999; flex-shrink: 0; }

.page-index .news-mix-title { font-size: 15px; font-weight: 800; color: #222; line-height: 1.35; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.page-index .news-mix-desc { font-size: 12px; color: #666; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 19px; }

.page-index .news-mix-meta { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.page-index .news-mix-meta-item { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: #999; }
.page-index .news-mix-meta-item i { font-size: 14px; }
.page-index .news-mix-meta-item em { font-style: normal; }

.page-index .news-mix-btn { align-self: flex-end; margin-top: -18px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(221,0,0,.35); color: #dd0000; font-size: 12px; }
.page-index .news-mix-item:active { transform: scale(.99); }

/* 单向往下移动 */
@keyframes bannerMoveDownOnly {
    0% { transform: translate3d(0, -20px, 0) scale(1.08); }
    100% { transform: translate3d(0, 30px, 0) scale(1.08); }
}

/* 只让当前显示的那一张图动 */
.page-index .swiper-slide-active .banner-img { animation: bannerMoveDownOnly 3s linear infinite; will-change: transform; }

@media (min-width: 768px) {
    .page-index .banner-text { font-size: 32px; }
    .page-index .banner-btn { font-size: 15px; padding: 10px 22px; }
    .page-index .product-card { width: 31%; }
}
/****************************************
 * 首页：电脑站同款板块（品牌服务 / 案例大图 / 关于我们 / 荣誉资质 / 团队负责人）
 ****************************************/
.page-index .pc-block { background: #fff; margin: 12px 0; border-radius: 10px; overflow: hidden; }
.page-index .pc-block-title { padding: 14px 14px 6px; display: flex; align-items: baseline; gap: 10px; }
.page-index .pc-block-title-cn { font-size: 18px; font-weight: 800; color: #e60012; }
.page-index .pc-block-title-strong { font-size: 18px; font-weight: 800; color: #111; }
.page-index .pc-block-title::after { content: ""; flex: 1; height: 1px; background: rgba(0,0,0,.12); margin-left: 10px; }

.page-index .service-grid { display: flex; flex-wrap: wrap; padding: 8px 10px 14px; gap: 10px; }
.page-index .service-card { flex: 0 0 calc(50% - 5px); border: 1px solid #eee; border-radius: 12px; padding: 12px 10px; box-sizing: border-box; background: #fff; }
.page-index .service-ico { width: 44px; height: 44px; border-radius: 10px; border: 1px solid #eee; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; color: #777; }
.page-index .service-name { font-size: 16px; font-weight: 800; color: #111; line-height: 1.15; margin-bottom: 10px; }
.page-index .service-list { margin: 0; padding-left: 16px; color: #666; font-size: 12px; line-height: 1.7; }
.page-index .service-more { display: inline-block; margin-top: 10px; font-size: 12px; color: #999; text-decoration: none; }

.page-index .pc-hero { border-radius: 0; margin: 12px 0; }
.page-index .pc-hero .home-hero-swiper { width: 100%; height: 220px; position: relative; }
.page-index .pc-hero .swiper-slide { position: relative; height: 220px; }
.page-index .hero-bg { position: absolute; inset: 0; background: center/cover no-repeat; }
.page-index .hero-mask { position: absolute; inset: 0; background: radial-gradient(1100px 600px at 50% 45%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.62)), linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.62)); }
.page-index .hero-text { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; color: #fff; width: 92%; }
.page-index .hero-en { font-size: 20px; letter-spacing: 4px; opacity: .95; font-family: "Times New Roman", serif; }
.page-index .hero-cn { margin-top: 10px; font-size: 16px; font-weight: 700; }
.page-index .hero-btn { display: inline-block; margin-top: 12px; padding: 8px 16px; border: 1px solid rgba(255,255,255,.8); color: #fff; text-decoration: none; border-radius: 22px; font-size: 13px; backdrop-filter: blur(2px); }
.page-index .home-hero-prev, .page-index .home-hero-next { color: #fff; }

.page-index .pc-about { padding: 12px; }
.page-index .pc-about-video { position: relative; border-radius: 12px; overflow: hidden; }
.page-index .pc-about-video img { width: 100%; height: 200px; object-fit: cover; display: block; }
.page-index .pc-about-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 58px; height: 58px; border-radius: 50%; background: rgba(255,255,255,.85); display: flex; align-items: center; justify-content: center; }
.page-index .pc-about-play i { display: block; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 16px; border-color: transparent transparent transparent #d60000; margin-left: 4px; }
.page-index .pc-about-info { margin-top: 12px; }
.page-index .pc-about-title { display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px; }
.page-index .pc-about-title-cn { font-size: 20px; font-weight: 800; color: #e60012; }
.page-index .pc-about-title-en { font-size: 12px; color: #111; font-weight: 800; letter-spacing: 1px; position: relative; padding-bottom: 10px; }
.page-index .pc-about-title-en::after { content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 2px; background: #e60012; }
.page-index .pc-about-desc { font-size: 13px; color: #555; line-height: 1.8; }
.page-index .pc-about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.page-index .pc-stat { border: 1px solid #eee; border-radius: 12px; padding: 12px 10px; background: #fff; }
.page-index .pc-stat-num { font-size: 22px; font-weight: 900; color: #e60012; line-height: 1; }
.page-index .pc-stat-num span { font-size: 18px; font-weight: 700; margin-left: 2px; color: #e60012; }
.page-index .pc-stat-lab { margin-top: 6px; font-size: 12px; color: #666; }

.page-index .pc-honors { position: relative; height: 220px; border-radius: 0; }
.page-index .honor-bg { position: absolute; inset: 0; background: center/cover no-repeat; transform: scale(1.05); }
.page-index .honor-mask { position: absolute; inset: 0; background: rgba(0,0,0,.48); }
.page-index .honor-text { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; color: #fff; width: 92%; }
.page-index .honor-en { font-size: 18px; letter-spacing: 3px; font-family: "Times New Roman", serif; opacity: .95; }
.page-index .honor-cn { margin-top: 10px; font-size: 16px; font-weight: 800; }
.page-index .honor-btn { display: inline-block; margin-top: 12px; padding: 8px 16px; border: 1px solid rgba(255,255,255,.8); color: #fff; text-decoration: none; border-radius: 22px; font-size: 13px; }

.page-index .pc-team { padding: 12px; background: #0e0e0e; border-radius: 0; }
.page-index .pc-team-head { color: #fff; text-align: center; margin-bottom: 10px; }
.page-index .pc-team-en { font-size: 18px; letter-spacing: 3px; font-family: "Times New Roman", serif; opacity: .95; }
.page-index .pc-team-cn { margin-top: 6px; font-size: 16px; font-weight: 800; }
.page-index .team-swiper { padding-bottom: 10px; }
.page-index .swiper-container-team { width: 100%; height: 100%; visibility: visible !important; opacity: 1 !important; }
.page-index .team-slide { width: 92%; }
.page-index .team-card { display: flex; gap: 10px; border-radius: 14px; overflow: hidden; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.10); }
.page-index .team-photo { flex: 0 0 42%; background: rgba(255,255,255,.08); }
.page-index .team-photo img { width: 100%; height: 220px; object-fit: cover; display: block; object-position: top center; }
.page-index .team-meta { flex: 1; padding: 12px 10px 12px 0; color: #fff; }
.page-index .team-name { font-size: 14px; font-weight: 800; margin-bottom: 6px; }
.page-index .team-tag { display: inline-block; padding: 4px 10px; border-radius: 14px; background: #e60012; font-size: 12px; margin-bottom: 8px; }
.page-index .team-desc { font-size: 12px; color: rgba(255,255,255,.85); line-height: 1.7; margin-bottom: 10px; }
.page-index .team-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.page-index .team-badge { padding: 4px 10px; border-radius: 14px; background: rgba(230,0,18,.9); font-size: 12px; color: #fff; }
.page-index .team-pagination .swiper-pagination-bullet { background: rgba(255,255,255,.55); opacity: 1; }
.page-index .team-pagination .swiper-pagination-bullet-active { background: #e60012; }
/* ===================== 团队负责人 Swiper 修复：每次刷新卡片大小不一致 ===================== */
.page-index .team-swiper { width: 100%; overflow: hidden; }

.page-index .team-swiper .swiper-wrapper { align-items: stretch; }

.page-index .team-slide { box-sizing: border-box; }

.page-index .team-card { width: 100%; box-sizing: border-box; }

/* 固定左侧图片区域高度，避免图片加载前后高度变化导致布局抖动 */
.page-index .team-photo { min-height: 220px; }

/* 指示器位置稳定 */
.page-index .team-pagination { margin-top: 8px; text-align: center; }


/****************************************
 * 品牌介绍页
 ****************************************/

/* 整体容器 */
.page-about .brand { padding: 15px; background-color: #fff; }
.page-about .brand .content { width: 100%; max-width: 100%; margin: 0 auto; }
.page-about .brand .box { width: 100%; overflow: hidden; }

/* 集团简介卡片 */
.page-about .about-section { margin-bottom: 24px; }

.page-about .about-title-wrap { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.page-about .about-title-main { font-size: 20px; font-weight: 700; color: #222; }
.page-about .about-title-sub { font-size: 12px; color: #999; }

.page-about .about-hero-card { background: #fff; border-radius: 14px; box-shadow: 0 6px 16px rgba(0,0,0,.06); }
.page-about .about-hero-video { position: relative; border-radius: 12px; overflow: hidden; margin-bottom: 12px; }
.page-about .about-hero-video img { width: 100%; display: block; }
.page-about .about-hero-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.85); display: flex; align-items: center; justify-content: center; }
.page-about .about-hero-play i { border-style: solid; border-width: 8px 0 8px 14px; border-color: transparent transparent transparent #d60000; margin-left: 4px; }
.page-about .about-hero-text-title { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.page-about .about-hero-text-desc { font-size: 13px; color: #555; line-height: 1.7; }
.page-about .about-hero-text-wrapper { max-height: 3.2rem; overflow: hidden; position: relative; }
.page-about .about-hero-text-wrapper .about-hero-text-desc p span { text-wrap-mode: wrap !important; }
.page-about .about-hero-text-wrapper::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 0.8rem; background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff); }
.page-about .about-hero-text-wrapper.is-open { max-height: none; }
.page-about .about-hero-text-wrapper.is-open::after { display: none; }
.page-about .about-hero-toggle { margin-top: 0.2rem; font-size: 0.24rem; color: #d51813; text-align: right; padding: 10px; }

/* 数据横条 */
.page-about .about-stats { position: relative; margin-top: 18px; padding: 16px 10px 10px; border-radius: 14px; overflow: hidden; color: #000; }
.page-about .about-stats::before { content: ""; position: absolute; inset: 0; background: url("images/about/bg-mountain.jpg") center/cover no-repeat; filter: brightness(.7); }
.page-about .about-stats-inner { position: relative; display: flex; margin: auto; justify-content: space-between; gap: 55px; }
.page-about .about-stat-item { flex: 1; text-align: center; }
.page-about .about-stat-number { font-size: 18px; font-weight: 700; margin-bottom: 2px; }
.page-about .about-stat-unit { font-size: 11px; opacity: .9; }
.page-about .about-stat-label { font-size: 11px; opacity: .9; margin-top: 4px; }

/* 企业文化图标条 + 两张图 */
.page-about .about-culture-icons { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 6px; }
.page-about .culture-icon-item { flex: 0 0 23%; text-align: center; }
.page-about .culture-icon-item img { width: 32px; height: 32px; display: block; margin: 0 auto 4px; }
.page-about .culture-icon-item span { font-size: 11px; color: #555; }
.page-about .about-culture-cards { display: flex; gap: 10px; margin-top: 14px; }
.page-about .culture-card { flex: 1; border-radius: 12px; overflow: hidden; position: relative; }
.page-about .culture-card img { width: 100%; display: block; height: 2rem; }
.page-about .culture-card-label { position: absolute; left: 10px; bottom: 8px; font-size: 12px; color: #fff; font-weight: 600; }

/* 管理团队横向滑动条 */
.page-about .about-team-scroll { display: flex; overflow-x: auto; gap: 10px; padding-bottom: 4px; scroll-snap-type: x mandatory; }
.page-about .about-team-card { flex: 0 0 70%; max-width: 50%; background: #f6f7fb; border-radius: 14px; padding: 12px; display: flex; gap: 10px; scroll-snap-align: start; }
.page-about .about-team-avatar-wrap { width: 80px; height: 80px; border-radius: 10px; overflow: hidden; background: #e1e4f0; flex-shrink: 0; }
.page-about .about-team-avatar-wrap img { width: 100%; object-fit: cover; }
.page-about .about-team-info-name { font-size: 15px; font-weight: 700; margin-bottom: 2px; color: #666; }
.page-about .about-team-info-title { font-size: 12px; color: #999; margin-bottom: 6px; color: #222; }
.page-about .about-team-info-desc { font-size: 12px; color: #666; line-height: 1.6; }

/* 企业荣誉横向滚动卡片 */
.page-about .about-honor-scroll { display: flex; overflow-x: auto; gap: 10px; padding-bottom: 4px; scroll-snap-type: x mandatory; }
.page-about .about-honor-card { flex: 0 0 60%; max-width: 60%; border-radius: 12px; background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.06); overflow: hidden; scroll-snap-align: start; }
.page-about .about-honor-card img { width: 100%; display: block; }
.page-about .about-honor-title { text-align: center; }
.page-about .about-honor-caption { font-size: 12px; color: #555; padding: 6px 8px 8px; line-height: 1.4; }
/*  公司环境 */
.page-about .about-env-scroll { display: flex; overflow-x: auto; gap: 10px; padding-bottom: 4px; }
.page-about .about-env-card { flex: 0 0 75%; max-width: 75%; border-radius: 14px; overflow: hidden; }
.page-about .about-env-card img { width: 100%; display: block; }

/****************************************
 * 管理团队列表页
 ****************************************/

.page-group-list .brand { padding: 0.3rem 0.24rem 0.4rem; background-color: #fff; }
.page-group-list .brand .content { width: 100%; max-width: 100%; margin: 0 auto; }
.page-group-list .brand .box { width: 100%; overflow: hidden; }

.page-group-list .team-section { margin-top: 0.1rem; }
.page-group-list .team-title-main { font-size: 0.42rem; font-weight: 700; text-align: center; margin-bottom: 0.1rem; }
.page-group-list .team-title-sub { font-size: 0.24rem; color: #999; text-align: center; margin-bottom: 0.3rem; }
.page-group-list .team-grid { display: flex; flex-wrap: wrap; gap: 0.24rem 0.18rem; }
.page-group-list .team-card { flex: 0 0 48%; background: #f6f7fb; border-radius: 0.16rem; padding: 0.16rem; box-sizing: border-box; text-decoration: none; color: inherit; display: flex; flex-direction: column; box-shadow: 0 3px 8px rgba(0,0,0,.04); }
.page-group-list .team-avatar { width: 100%; border-radius: 0.12rem; overflow: hidden; background: #e1e4f0; }
.page-group-list .team-avatar img { width: 100%; display: block; }
.page-group-list .team-info { margin-top: 0.12rem; }
.page-group-list .team-name { font-size: 0.26rem; color: #666; margin-bottom: 0.02rem; }
.page-group-list .team-title { font-size: 0.28rem; font-weight: 700; color: #111; }
.page-group-list .team-more { margin-top: 0.12rem; display: flex; justify-content: flex-end; }
.page-group-list .team-more-btn { width: 0.32rem; height: 0.32rem; border-radius: 50%; background: #d60000; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.22rem; }

/* 简单分页 */
.page-group-list .team-pagination { margin-top: 0.3rem; font-size: 0.24rem; color: #999; text-align: center; }
.page-group-list .team-pagination a { color: #d60000; text-decoration: none; margin: 0 0.06rem; }

@media (min-width: 768px) {
    .page-group-list .team-card { flex: 0 0 30%; }
}
/****************************************
 * 管理团队详情页
 ****************************************/

.page-group-show .brand { padding: 0.3rem 0.24rem 0.4rem; background-color: #fff; }
.page-group-show .brand .content { width: 100%; max-width: 100%; margin: 0 auto; }
/* 人物详情主块 */
.page-group-show .member-section { margin-top: 0.12rem; }
.page-group-show .member-layout { background: #fff; border-radius: 0.16rem; padding: 0.24rem; box-shadow: 0 3px 10px rgba(0,0,0,.06); }
.page-group-show .member-avatar { width: 100%; max-width: 2.4rem; margin: 0 auto 0.2rem; border-radius: 0.12rem; overflow: hidden; }
.page-group-show .member-avatar img { width: 100%; height: auto; display: block; object-fit: cover; }
.page-group-show .member-info { margin-top: 0.12rem; font-weight: bold; text-align: center; font-size: 0.4rem; }
.page-group-show .member-title { font-size: 0.32rem; font-weight: 700; color: #111; margin-bottom: 0.1rem; }
.page-group-show .member-basic-list { font-size: 0.26rem; color: #555; line-height: 1.8; }
.page-group-show .member-basic-item { display: flex; align-items: baseline; margin-bottom: 0.04rem; }
.page-group-show .member-basic-item .label { flex: 0 0 auto; color: #999; }
.page-group-show .member-basic-item .value { flex: 1; }

/* 详情文本 */
.page-group-show .member-detail-text { margin-top: 0.24rem; font-size: 0.26rem; color: #444; line-height: 1.8; text-indent: 2em; }
.page-group-show .member-detail-text table { width: 7rem; }
/****************************************
 * 荣誉资质列表页
 ****************************************/
.page-honor .brand { padding: 0.3rem 0.24rem 0.4rem; background-color: #fff; }
.page-honor .brand .content { width: 100%; max-width: 100%; margin: 0 auto; }
.page-honor .brand .box { width: 100%; overflow: hidden; }
.page-honor .honor-section { margin-top: 0.1rem; }
.page-honor .honor-title-main { font-size: 0.42rem; font-weight: 700; text-align: center; margin-bottom: 0.1rem; }
.page-honor .honor-title-sub { font-size: 0.24rem; color: #999; text-align: center; margin-bottom: 0.3rem; }
.page-honor .honor-grid { display: flex; flex-wrap: wrap; gap: 0.24rem 0.18rem; }
.page-honor .honor-card { flex: 0 0 48%; background: #fff; border-radius: 0.18rem; padding: 0.14rem; box-sizing: border-box; box-shadow: 0 4px 12px rgba(0,0,0,.04); text-align: center; }
.page-honor .honor-img-wrap { border-radius: 0.12rem; overflow: hidden; background: #f8f8f8; }
.page-honor .honor-img-wrap img { width: 100%; display: block; }
.page-honor .honor-caption { font-size: 0.24rem; color: #555; margin-top: 0.12rem; line-height: 1.4; }
.page-honor .honor-pagination { margin-top: 0.3rem; font-size: 0.24rem; color: #999; text-align: center; }
.page-honor .honor-pagination a { text-decoration: none; margin: 0 0.06rem; }
/* ===== 荣誉大图预览层 ===== */
.page-honor .honor-preview-mask { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,.7); display: none; align-items: center; justify-content: center; z-index: 9999; padding: 0.3rem; }
.page-honor .honor-preview-mask.is-show { display: flex; }
.page-honor .honor-preview-dialog { max-width: 100%; max-height: 100%; position: relative; }
.page-honor .honor-preview-close { position: absolute; left: 0.1rem; top: 0.1rem; font-size: 0.4rem; color: #fff; line-height: 1; }
.page-honor .honor-preview-img img { max-width: 100%; max-height: 100%; display: block; margin: 0 auto; }
body.no-scroll { overflow: hidden; }

/****************************************
 * 产品列表页
 ****************************************/
.page-product-list .product-page { padding: 0.3rem 0.24rem 0.4rem; background: #f3f5f9; }
.page-product-list .product-page .inner { background: #fff; border-radius: 0.18rem; padding: 0.3rem 0.24rem 0.34rem; box-shadow: 0 4px 12px rgba(0,0,0,.04); }
.page-product-list .product-title-main { font-size: 0.38rem; font-weight: 700; margin-bottom: 0.05rem; }
.page-product-list .product-title-sub { font-size: 0.24rem; color: #999; margin-bottom: 0.2rem; }
.page-product-list .product-grid { display: flex; flex-wrap: wrap; gap: 0.24rem 0.18rem; }
.page-product-list .product-card { flex: 0 0 48%; background: #fff; border-radius: 0.16rem; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,.05); text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.page-product-list .product-thumb { width: 100%; background: #000; }
.page-product-list .product-thumb img { width: 100%; display: block; }
.page-product-list .product-body { padding: 0.16rem 0.18rem 0.2rem; box-sizing: border-box; }
.page-product-list .product-name { font-size: 0.26rem; font-weight: 700; margin-bottom: 0.06rem; color: #111; }
.page-product-list .product-desc { font-size: 0.22rem; color: #666; line-height: 1.6; }
.page-product-list .product-pagination { margin-top: 0.3rem; font-size: 0.24rem; color: #999; text-align: center; }
.page-product-list .product-pagination a { text-decoration: none; margin: 0 0.06rem; }


/* 分类按钮 */
.case-tabs { display: flex; gap: 17px; padding: 14px 14px 6px; background: #fff; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.case-tab { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border-radius: 12px; background: #ff0000; color: #ffffff !important; text-decoration: none; font-size: 14px; box-shadow: 0 6px 16px rgba(0,0,0,.08); }
/* 服务优势模块 */
.service-advantage { background-color: #fff; padding: 20px; margin: 10px 0; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }

.service-advantage-title { font-size: 18px; font-weight: 700; color: #111; text-align: center; margin-bottom: 20px; }

.service-advantage-grid { display: flex; flex-wrap: wrap; gap: 10px; }

.service-advantage-item { flex: 0 0 48%; display: flex; flex-direction: column; align-items: center; padding: 15px; border-radius: 10px; background: #f9f9f9; box-shadow: 0 1px 5px rgba(0,0,0,0.1); text-align: center; }

.icon-container { font-size: 30px; color: #e60012; margin-bottom: 10px; }

.title { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 5px; }

.description { font-size: 14px; color: #666; }

/* 屏幕小于 768px 时调整为单列布局 */
@media (max-width: 768px) {
    .service-advantage-grid { flex-direction: column; }

    .service-advantage-item { flex: 0 0 100%; }
}

/* ===================== 手机站：服务内容区块 ===================== */
.brand-scope-block { margin: 0.24rem; padding: 0.3rem 0.22rem 0.28rem; background: #fff; border-radius: 0.18rem; box-shadow: 0 0.04rem 0.14rem rgba(0, 0, 0, 0.05); }

.brand-scope-head { margin-bottom: 0.24rem; text-align: center; }

.brand-scope-title { font-size: 0.38rem; font-weight: 800; color: #111; line-height: 1.2; }

.brand-scope-sub { margin-top: 0.08rem; font-size: 0.22rem; color: #999; letter-spacing: 0.04rem; text-transform: uppercase; }

.brand-scope-grid { display: flex; flex-wrap: wrap; gap: 0.18rem 0.16rem; }

.brand-scope-item { flex: 0 0 calc(50% - 0.08rem); box-sizing: border-box; min-height: 2.1rem; padding: 0.26rem 0.16rem 0.22rem; border-radius: 0.16rem; background: #f7f7f7; text-align: center; transition: all 0.25s ease; }

.brand-scope-item:active { transform: scale(0.98); }

.brand-scope-icon { width: 0.72rem; height: 0.72rem; margin: 0 auto 0.16rem; display: flex; align-items: center; justify-content: center; color: #444; font-size: 0.52rem; line-height: 1; }

.brand-scope-name { font-size: 0.28rem; font-weight: 700; color: #222; line-height: 1.45; min-height: 0.8rem; display: flex; align-items: center; justify-content: center; }

.brand-scope-en { margin-top: 0.08rem; font-size: 0.22rem; color: #999; line-height: 1.4; }

/* 小屏再压紧一点 */
@media (max-width: 370px) {
    .brand-scope-item { min-height: 1.9rem; padding: 0.22rem 0.12rem 0.18rem; }

    .brand-scope-name { font-size: 0.26rem; }

    .brand-scope-en { font-size: 0.2rem; }
}

/* ===================== 手机站：服务流程模块 ===================== */
.service-process-block { margin: 0.24rem; padding: 0.3rem 0.22rem 0.18rem; background: #fff; border-radius: 0.18rem; box-shadow: 0 0.04rem 0.14rem rgba(0, 0, 0, 0.05); }

.service-process-head { margin-bottom: 0.26rem; text-align: center; }

.service-process-title { font-size: 0.38rem; font-weight: 800; color: #111; line-height: 1.2; }

.service-process-sub { margin-top: 0.08rem; font-size: 0.22rem; color: #cfcfcf; letter-spacing: 0.04rem; text-transform: uppercase; font-family: "Times New Roman", serif; }

.service-process-list { position: relative; }

.service-process-item { position: relative; display: flex; align-items: center; gap: 0.2rem; padding: 0 0 0.22rem; }

.service-process-item:last-child { padding-bottom: 0; }

.service-process-item::after { content: ""; position: absolute; left: 0.34rem; top: 0.78rem; width: 0.02rem; height: calc(100% - 0.28rem); background: rgba(230, 0, 18, 0.16); }

.service-process-item:last-child::after { display: none; }

.service-process-icon { position: relative; z-index: 2; flex: 0 0 0.68rem; width: 0.68rem; height: 0.68rem; border-radius: 50%; background: #e60012; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.34rem; box-shadow: 0 0 0 0.08rem rgba(230, 0, 18, 0.10); }

.service-process-body { flex: 1; min-width: 0; padding: 0.14rem 0.18rem; background: #f8f8f8; border-radius: 0.14rem; }

.service-process-num { font-size: 0.3rem; font-weight: 800; color: #111; line-height: 1; }

.service-process-name { margin-top: 0.08rem; font-size: 0.28rem; font-weight: 700; color: #222; line-height: 1.4; }

/* 小屏适配 */
@media (max-width: 370px) {
    .service-process-title { font-size: 0.34rem; }

    .service-process-body { padding: 0.12rem 0.14rem; }

    .service-process-name { font-size: 0.26rem; }
}

/* ===================== 手机站：服务内容（SVG版） ===================== */
.brand-scope-block { margin: 0.24rem; padding: 0.3rem 0.22rem 0.28rem; background: #fff; border-radius: 0.18rem; box-shadow: 0 0.04rem 0.14rem rgba(0, 0, 0, 0.05); }

.brand-scope-head { margin-bottom: 0.24rem; text-align: center; }

.brand-scope-title { font-size: 0.38rem; font-weight: 800; color: #111; line-height: 1.2; }

.brand-scope-sub { margin-top: 0.08rem; font-size: 0.22rem; color: #bfbfbf; letter-spacing: 0.04rem; text-transform: uppercase; font-family: "Times New Roman", serif; }

.brand-scope-grid { display: flex; flex-wrap: wrap; gap: 0.18rem 0.16rem; }

.brand-scope-item { flex: 0 0 calc(50% - 0.08rem); box-sizing: border-box; min-height: 2.28rem; padding: 0.28rem 0.16rem 0.22rem; border-radius: 0.16rem; background: #f7f7f7; text-align: center; }

.brand-scope-icon { width: 0.78rem; height: 0.78rem; margin: 0 auto 0.16rem; color: #4a4a4a; display: flex; align-items: center; justify-content: center; }

.brand-scope-icon svg { width: 100%; height: 100%; display: block; }

.brand-scope-name { font-size: 0.28rem; font-weight: 700; color: #222; line-height: 1.45; min-height: 0.8rem; display: flex; align-items: center; justify-content: center; }

.brand-scope-en { margin-top: 0.08rem; font-size: 0.22rem; color: #999; line-height: 1.4; }

/* ===================== 手机站：服务优势（SVG版） ===================== */
.service-advantage { margin: 0.24rem; padding: 0.3rem 0.22rem 0.28rem; background: #fff; border-radius: 0.18rem; box-shadow: 0 0.04rem 0.14rem rgba(0, 0, 0, 0.05); }

.service-advantage-head { position: relative; margin-bottom: 0.24rem; text-align: center; }

.service-advantage-water { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -52%); font-size: 0.7rem; line-height: 1; font-weight: 700; color: rgba(0, 0, 0, 0.04); letter-spacing: 0.02rem; white-space: nowrap; pointer-events: none; font-family: "Times New Roman", serif; }

.service-advantage-title { position: relative; z-index: 2; font-size: 0.38rem; font-weight: 800; color: #111; line-height: 1.2; }

.service-advantage-grid { display: flex; flex-wrap: wrap; gap: 0.18rem 0.16rem; }

.service-advantage-item { flex: 0 0 calc(50% - 0.08rem); box-sizing: border-box; padding: 0.28rem 0.16rem 0.22rem; border-radius: 0.16rem; background: #f7f7f7; text-align: center; }

.service-advantage .icon-container { width: 0.84rem; height: 0.84rem; margin: 0 auto 0.16rem; color: #4a4a4a; display: flex; align-items: center; justify-content: center; }

.service-advantage .icon-container svg { width: 100%; height: 100%; display: block; }

.service-advantage .icon-container .r { color: #e60012; }

.service-advantage .title { font-size: 0.3rem; font-weight: 800; color: #111; line-height: 1.4; }

.service-advantage .description { margin-top: 0.1rem; font-size: 0.22rem; color: #777; line-height: 1.7; }

/* ===================== 手机站：服务流程（SVG版） ===================== */
.service-process-block { margin: 0.24rem; padding: 0.3rem 0.22rem 0.18rem; background: #fff; border-radius: 0.18rem; box-shadow: 0 0.04rem 0.14rem rgba(0, 0, 0, 0.05); }

.service-process-head { position: relative; margin-bottom: 0.26rem; text-align: center; }

.service-process-water { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -52%); font-size: 0.78rem; line-height: 1; font-weight: 700; color: rgba(0, 0, 0, 0.04); letter-spacing: 0.04rem; white-space: nowrap; pointer-events: none; font-family: "Times New Roman", serif; }

.service-process-title { position: relative; z-index: 2; font-size: 0.38rem; font-weight: 800; color: #111; line-height: 1.2; }

.service-process-list { position: relative; }

.service-process-item { position: relative; display: flex; align-items: center; gap: 0.2rem; padding: 0 0 0.22rem; }

.service-process-item:last-child { padding-bottom: 0; }

.service-process-item::after { content: ""; position: absolute; left: 0.38rem; top: 0.86rem; width: 0.02rem; height: calc(100% - 0.28rem); background: rgba(230, 0, 18, 0.16); }

.service-process-item:last-child::after { display: none; }

.service-process-icon { position: relative; z-index: 2; flex: 0 0 0.76rem; width: 0.76rem; height: 0.76rem; border-radius: 50%; background: #e60012; box-shadow: 0 0 0 0.08rem rgba(230, 0, 18, 0.12); color: #fff; display: flex; align-items: center; justify-content: center; }

.service-process-icon svg { width: 0.38rem; height: 0.38rem; display: block; }

.service-process-body { flex: 1; min-width: 0; padding: 0.14rem 0.18rem; background: #f8f8f8; border-radius: 0.14rem; }

.service-process-num { font-size: 0.3rem; font-weight: 800; color: #111; line-height: 1; }

.service-process-name { margin-top: 0.08rem; font-size: 0.28rem; font-weight: 700; color: #222; line-height: 1.4; }

/* ===================== 小屏适配 ===================== */
@media (max-width: 370px) {
    .brand-scope-item,
    .service-advantage-item { min-height: auto; padding: 0.22rem 0.12rem 0.18rem; }

    .brand-scope-name,
    .service-advantage .title,
    .service-process-name { font-size: 0.26rem; }

    .brand-scope-en,
    .service-advantage .description { font-size: 0.2rem; }

    .service-process-body { padding: 0.12rem 0.14rem; }
}
/****************************************
 * 产品详情页
 ****************************************/
.page-product-show .brand { padding: 0.3rem 0.24rem 0.4rem; background-color: #fff; }
.page-product-show .product-detail { padding: 0.24rem 0.24rem 0.3rem; background-color: #fff; }
.page-product-show .product-inner { border-radius: 0.16rem; background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.06); padding: 0.24rem; }
.page-product-show .product-layout { display: flex; flex-direction: column; gap: 0.2rem; }
.page-product-show .product-image { width: 100%; border-radius: 0.12rem; overflow: hidden; }
.page-product-show .product-image img { width: 100%; height: auto; object-fit: cover; }
.page-product-show .product-info { margin-top: 0.12rem; }
.page-product-show .product-title { font-size: 0.32rem; font-weight: 700; color: #111; margin-bottom: 0.06rem; }
.page-product-show .product-subtitle { font-size: 0.24rem; color: #999; margin-bottom: 0.16rem; }
.page-product-show .product-desc { font-size: 0.26rem; color: #444; line-height: 1.8; }
/****************************************
 * 案例列表页
 ****************************************/
/****************************************
 * 案例列表页
 ****************************************/
.page-case-list { background: #f6f7fb; }

/* 顶部分类 */
.page-case-list .case-tabs { display: flex; justify-content: center; padding: 16px 14px 8px; background: #fff; }

.page-case-list .case-tab { min-width: 2.2rem; display: inline-flex; align-items: center; justify-content: center; padding: 0.2rem 0.38rem; border-radius: 999px; background: linear-gradient(135deg, #ff2d2d 0%, #d60000 100%); color: #fff !important; text-decoration: none; font-size: 0.28rem; font-weight: 700; letter-spacing: 0.02rem; box-shadow: 0 0.12rem 0.3rem rgba(214, 0, 0, 0.18); }

.page-case-list .case-tab.is-active,
.page-case-list .case-tab.active { background: linear-gradient(135deg, #ff2d2d 0%, #d60000 100%); color: #fff !important; }

/* 内容区 */
.page-case-list .case-page { padding: 0.16rem 0.24rem 0.34rem; background: #f6f7fb; }

.page-case-list .case-page-title { display: flex; align-items: baseline; justify-content: space-between; padding: 0.08rem 0.04rem 0.2rem; }

.page-case-list .case-page-title span { font-size: 0.38rem; font-weight: 800; color: #111; line-height: 1.2; }

.page-case-list .case-page-title em { font-style: normal; font-size: 0.22rem; color: #999; line-height: 1.2; }

/* 网格 */
.page-case-list .case-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.24rem 0.18rem; }

.page-case-list .case-card { flex: 0 0 calc(50% - 0.09rem); text-decoration: none; color: inherit; border-radius: 0.18rem; overflow: hidden; background: #fff; box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.08); transition: transform 0.2s ease, box-shadow 0.2s ease; }

.page-case-list .case-card:active { transform: scale(0.98); }

.page-case-list .case-thumb { position: relative; background: #f3f3f3; overflow: hidden; }

.page-case-list .case-thumb img { width: 100%; display: block; height: 2.6rem; object-fit: cover; }

.page-case-list .case-caption { padding: 0.18rem 0.14rem; background: #fff; color: #222; text-align: center; font-size: 0.26rem; font-weight: 700; line-height: 1.5; min-height: 0.8rem; display: flex; align-items: center; justify-content: center; }

/* 分页整体 */
.page-case-list .case-pager,
.page-case-list .case-pager .pagelist { margin-top: 0.34rem; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 0.12rem; text-align: center; }

/* 分页按钮 */
.page-case-list .case-pager a,
.page-case-list .case-pager span,
.page-case-list .case-pager .pagelist a,
.page-case-list .case-pager .pagelist span { min-width: 0.72rem; height: 0.72rem; padding: 0 0.16rem; box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: #fff; border: 1px solid #ececf2; color: #555; font-size: 0.24rem; line-height: 1; text-decoration: none; box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.04); transition: all 0.2s ease; }

/* 当前页 */
.page-case-list .case-pager a.current,
.page-case-list .case-pager span.current,
.page-case-list .case-pager .pagelist a.current,
.page-case-list .case-pager .pagelist span.current { background: linear-gradient(135deg, #ff2d2d 0%, #d60000 100%); border-color: #d60000; color: #fff; font-weight: 700; box-shadow: 0 0.12rem 0.26rem rgba(214, 0, 0, 0.22); }

/* 上一页下一页 */
.page-case-list .case-pager a.prev,
.page-case-list .case-pager a.next,
.page-case-list .case-pager .pagelist a.prev,
.page-case-list .case-pager .pagelist a.next { padding: 0 0.22rem; min-width: 1rem; }

/* 不可点击状态 */
.page-case-list .case-pager .disabled,
.page-case-list .case-pager .pagelist .disabled { background: #f3f4f7; color: #b8bcc7; border-color: #ebeef3; box-shadow: none; }

/* 小屏适配 */
@media (max-width: 370px) {
    .page-case-list .case-page-title span { font-size: 0.34rem; }

    .page-case-list .case-page-title em { font-size: 0.2rem; }

    .page-case-list .case-caption { font-size: 0.24rem; padding: 0.16rem 0.12rem; }

    .page-case-list .case-pager a,
    .page-case-list .case-pager span,
    .page-case-list .case-pager .pagelist a,
    .page-case-list .case-pager .pagelist span { min-width: 0.64rem; height: 0.64rem; font-size: 0.22rem; }
}
/****************************************
 * 新闻列表页
 ****************************************/

.page-news-list .brand { padding: 0.3rem 0.24rem 0.4rem; background-color: #fff; }
.page-news-list .news-wrapper { padding: 0.24rem 0.24rem 0.3rem; background-color: #fff; }
.page-news-list .news-list-title { font-size: 0.32rem; font-weight: 700; margin-bottom: 0.2rem; }
.page-news-list .news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.page-news-list .news-pager a { margin: 0 0.06rem; text-decoration: none; }
.page-news-list .news-wrapper { background: #fff; }

.page-news-list .news-card { display: flex; gap: 14px; padding: 14px; margin: 12px 0; border-radius: 14px; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.06); text-decoration: none; color: inherit; }

.page-news-list .news-card-thumb { flex: 0 0 146px; height: 133px; border-radius: 12px; overflow: hidden; background: #f2f3f7; }

.page-news-list .news-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.page-news-list .news-card-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }

.page-news-list .news-card-top { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }

.page-news-list .news-card-tag { display: inline-flex; align-items: center; padding: 4px 12px; border-radius: 999px; background: #f4f5f7; font-size: 12px; color: #666; }

.page-news-list .news-card-title { font-size: 18px; font-weight: 800; color: #111; line-height: 1.35; margin-bottom: 8px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.page-news-list .news-card-desc { font-size: 13px; color: #666; line-height: 1.7; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.page-news-list .news-card-bottom { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }

.page-news-list .news-card-time { font-size: 12px; color: #999; white-space: nowrap; }

.page-news-list .news-card-btn { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(230,0,18,.35); color: #e60012; font-size: 12px; white-space: nowrap; }

.page-news-list .news-card-arrow { font-size: 16px; line-height: 1; }

/* 小屏适配：图片缩小一点 */
@media (max-width: 420px) {
    .page-news-list .news-card-thumb { flex-basis: 210px; height: 130px; }
    .page-news-list .news-card-title { font-size: 16px; }
}

/****************************************
 * 新闻详情页
 ****************************************/
.page-news-show .brand { padding: 0.3rem 0.24rem 0.4rem; background-color: #fff; }
.page-news-show .news-detail-wrap { padding: 0.24rem 0.24rem 0.3rem; background-color: #fff; }
.page-news-show .news-detail-title { font-size: 0.34rem; font-weight: 700; color: #111; line-height: 1.5; margin-bottom: 0.16rem; }
.page-news-show .news-detail-meta { font-size: 0.22rem; color: #999; margin-bottom: 0.22rem; }
.page-news-show .news-detail-content { font-size: 0.26rem; color: #444; line-height: 1.8; margin-bottom: 0.24rem; }
.page-news-show .news-detail-content p { margin-bottom: 0.1rem; text-indent: 2em; }
.page-news-show .news-detail-images { display: grid; grid-template-columns: 1fr; gap: 0.12rem; }
.page-news-show .news-detail-images img { width: 100%; display: block; border-radius: 0.04rem; }
.product-content {  padding: 0.3rem;  width: 92%; margin: 0 auto; background: #ffffff; border-radius: 10px; box-shadow: 0 18px 50px rgba(0, 0, 0, .12);  position: relative; }
/****************************************
 * 联系我们
 ****************************************/
.page-contact .brand { padding: 15px; background-color: #fff; }
.page-contact .brand .content { width: 100%; max-width: 100%; margin: 0 auto; }
.page-contact .brand .box { width: 100%; overflow: hidden; }
.page-contact .left { padding: 0.2rem; color: #fff; background-color: #4d4d4d; }
.page-contact .left a { color: #fff; }
.page-contact .nav-bar { position: relative; z-index: 10; background-color: #1b9d41; margin: 5px; padding: 0; }
.page-contact .nav-bar-inner { display: flex; flex-wrap: wrap; width: 100%; }
.page-contact .nav-item { flex: 0 0 50%; text-align: center; font-size: 14px; color: #fff; padding: 10px 0; box-sizing: border-box; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }
.page-contact .nav-item:nth-child(2n) { border-right: none; }
.page-contact .nav-item a { color: #fff; }
.page-contact .contact-wrap { margin: 10px 5px 0; background: #fff; border-radius: 6px; box-shadow: 0 0 8px rgba(0,0,0,.04); overflow: hidden; }
.page-contact .contact-map img { width: 100%; display: block; }
.page-contact .contact-info-box { padding: 15px 12px 18px; }
.page-contact .contact-title { font-size: 18px; font-weight: 700; color: #222; margin-bottom: 12px; text-align: center; }
.page-contact .contact-list { list-style: none; margin: 0; padding: 0; }
.page-contact .contact-item { display: flex; align-items: flex-start; margin-bottom: 10px; }
.page-contact .contact-icon { width: 26px; height: 26px; border-radius: 50%; border: 1px solid #e60012; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #e60012; margin-right: 8px; flex-shrink: 0; }
.page-contact .contact-item-text { font-size: 13px; color: #444; line-height: 1.5; flex: 1; }
.page-contact .contact-item-text .label { font-weight: 600; margin-right: 4px; }
.page-contact .contact-item-text .value { color: #666; }
.page-contact .touch-section { background-color: #f5f5f5; padding: 15px; margin-bottom: 10px; text-align: center; }
.page-contact .touch-icons { display: flex; justify-content: center; }
.page-contact .touch-icon-item { display: flex; flex-direction: column; align-items: center; }
.page-contact .touch-icon { width: 78px; height: 78px; margin-bottom: 8px; object-fit: contain; }
.page-contact .contact-text { font-size: 13px; color: #666; display: block; }
.page-contact .footer { background: #111; color: #bbb; text-align: center; padding: 12px 10px; font-size: 12px; }
/* ============ 联系我们：信息区域 4卡片（按图） ============ */
.page-contact .contact-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 18px; background: #fff; border-radius: 10px; box-shadow: 0 6px 18px rgba(0,0,0,.05); margin: 12px 5px 0; }

.page-contact .ci-card { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 18px 18px 14px; box-shadow: 0 10px 22px rgba(0,0,0,.05); text-align: center; position: relative; overflow: hidden; }

.page-contact .ci-icon { width: 58px; height: 58px; border-radius: 50%; margin: 4px auto 10px; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 10px 18px rgba(0,0,0,.10); }
.page-contact .ci-emoji { font-size: 26px; line-height: 1; }

.page-contact .ci-icon--green { background: #15c15d; }
.page-contact .ci-icon--blue { background: #2f7bff; }
.page-contact .ci-icon--purple { background: #7a59ff; }
.page-contact .ci-icon--orange { background: #ff9c1a; }

.page-contact .ci-title { font-size: 16px; font-weight: 700; color: #111; margin-bottom: 12px; }

.page-contact .ci-box { background: #f7f7f7; border: 1px solid #eee; border-radius: 10px; padding: 12px 10px; margin: 10px 0; }
.page-contact .ci-k { font-size: 14px; color: #999; margin-bottom: 6px; }
.page-contact .ci-v { font-size: 18px; color: #777; font-weight: 700; letter-spacing: .2px; }

.page-contact .ci-foot { border-top: 1px solid #eee; margin-top: 12px; padding-top: 12px; font-size: 12px; color: #999; }

/* 二维码区 */
.page-contact .ci-qr-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 6px; }
.page-contact .ci-qr-cap { font-size: 12px; color: #999; margin-bottom: 8px; }
.page-contact .ci-qr-img { width: 120px; height: 120px; border-radius: 10px; border: 1px solid #eee; background: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto; overflow: hidden; }
.page-contact .ci-qr-img img { width: 100%; height: 100%; object-fit: cover; }

/* 地址卡片 */
.page-contact .ci-addr-block { text-align: left; margin-top: 4px; }
.page-contact .ci-addr-k { font-size: 12px; color: #999; margin-bottom: 6px; }
.page-contact .ci-addr-v { font-size: 13px; color: #666; line-height: 1.7; }
.page-contact .ci-guide { margin-top: 8px; }
.page-contact .ci-guide-item { position: relative; padding-left: 14px; font-size: 13px; color: #666; line-height: 1.7; margin: 6px 0; }
.page-contact .ci-guide-item::before { content: "•"; position: absolute; left: 0; top: 0; color: #666; font-weight: 700; }

/* 响应式：平板2列，手机1列 */
@media (max-width: 1100px) {
    .page-contact .contact-info-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
    .page-contact .contact-info-grid { grid-template-columns: 1fr; }
    .page-contact .ci-qr-row { grid-template-columns: 1fr 1fr; }
}

/****************************************
 * 搜索结果页
 ****************************************/
.page-search .zm-feature { padding: 0.24rem 0.24rem 0.4rem; background-color: #fff; }

.page-search .search-title { font-size: 0.3rem; font-weight: 700; margin: 0.2rem 0.24rem 0.1rem; padding-bottom: 0.12rem; border-bottom: 1px solid #eee; color: #111; }

.page-search .search-list { list-style: none; margin: 0; padding: 0 0.24rem; }

.page-search .search-item { border-bottom: 1px solid #eee; padding: 0.18rem 0; }

.page-search .search-item:last-child { border-bottom: none; }

.page-search .search-item > a { display: flex; align-items: stretch; text-decoration: none; color: inherit; }

.page-search .search-thumb { flex: 0 0 1.4rem; border-radius: 0.08rem; overflow: hidden; margin-right: 0.18rem; background: #f2f2f2; }

.page-search .search-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.page-search .search-main { flex: 1; min-width: 0; }

.page-search .search-item-title { font-size: 0.26rem; font-weight: 700; color: #111; margin-bottom: 0.06rem; }

.page-search .search-item-desc { font-size: 0.22rem; color: #666; line-height: 1.6; margin-bottom: 0.06rem; display: -webkit-box; -webkit-line-clamp: 2; /* 最多两行 */ -webkit-box-orient: vertical; overflow: hidden; }

.page-search .search-item-meta { font-size: 0.2rem; color: #999; display: flex; align-items: center; }

.page-search .search-item-meta .iconfont { margin-right: 0.06rem; font-size: 0.22rem; }

.page-search .search-item-date { white-space: nowrap; }
/****************************************
 * 搜索结果简单列表
 ****************************************/
.page-search .search-simple-list { list-style: none; margin: 0; padding: 0 0.24rem 0.3rem; }

.page-search .search-simple-item { border-bottom: 1px solid #eee; }

.page-search .search-simple-item:last-child { border-bottom: none; }

.page-search .search-simple-item > a { display: block; padding: 0.18rem 0; text-decoration: none; color: #111; }

.page-search .search-simple-title { display: block; font-size: 0.26rem; font-weight: 700; margin-bottom: 0.06rem; line-height: 1.5; }

.page-search .search-simple-date { display: block; font-size: 0.22rem; color: #999; }
