
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.col-24, .col-md-18, .col-md-17, .col-md-12,
.col-md-7, .col-md-6, .col-sm-16, .col-sm-8 {
	position: relative; width: 100%; min-height: 1px;
	padding-right: 5px; padding-left: 5px;
}
.col-24 { flex:0 0 100%; max-width:100%; }
@media(min-width:576px){
	.col-sm-8{flex:0 0 33.333333%;max-width:33.333333%;}
	.col-sm-16{flex:0 0 66.666667%;max-width:66.666667%;}
}
@media(min-width:768px){
	/* 信息区 41.667% = 10/24 */
	.col-md-6{flex:0 0 41.666667%;max-width:41.666667%;}
	.col-md-7{flex:0 0 29.166667%;max-width:29.166667%;}
	.col-md-12{flex:0 0 50%;max-width:50%;}
	.col-md-17{flex:0 0 70.833333%;max-width:70.833333%;}
	/* 主图区 58.333333% = 14/24 */
	.col-md-18{flex:0 0 58.333333%;max-width:58.333333%;}
	.col-md-24{flex:0 0 100%;max-width:100%;}
}

/* ==============================================
   2. 工具类 (Utilities) - 来自 newstyle.css
   ============================================== */
.margintop40{margin-top:40px}.padding0{padding:0}
.padding10{padding:10px}.w-full{width:100%}.h-full{height:100%}
.block{display:block}.mx-auto{margin-left:auto;margin-right:auto}
.relative{position:relative}.absolute{position:absolute}
.overflow{overflow:hidden}.border-radius15{border-radius:15px}
.text-left{text-align:left;display:flex;flex-wrap:wrap}
.text-white{color:#fff}.text-transform{text-transform:uppercase}
.pt-8{padding-top:2rem;width:100%;margin:auto}
.pb-8{padding-bottom:2rem}
.flex1-3{width:33.333%;box-sizing:border-box;padding:10px}
.displayflex{display:flex;align-items:center}
.flexbox-odd{flex-direction:row}.flexbox-even{flex-direction:row-reverse}
.p_design_box_pt_r{position:relative}.p_design_box_img01{z-index:11}

/* ==============================================
   3. 产品媒体容器 (Hero区) - 来自 newstyle.css
   ============================================== */
.product-media-container{
	position:relative;width:100vw;min-height:100vh;height:100vh;overflow:hidden;
	/* 全屏：撑满视口宽度+负margin抵消父级padding */
	margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);
	left:0
}
.product-media-container::after{
	content:"";position:absolute;bottom:0;left:0;width:100%;height:150px;
	background:linear-gradient(to bottom,transparent 0%,#000 100%);
	pointer-events:none;z-index:10
}
.product-video,.product-img{
	position:absolute;top:50%;left:50%;
	transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover
}
.product-video{display:none}
.product-text-overlay{
	position:absolute;top:0;left:0;width:100%;height:100%;padding:20px;color:#fff;
	/*background:linear-gradient(to bottom,rgba(0,0,0,0.6),rgba(0,0,0,0.2));*/
	z-index:10;box-sizing:border-box;
	display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center
}
.product-model{
	font-size:clamp(2.5rem,5vw,5rem);font-weight:bold;margin-bottom:16px;
	line-height:1.1em;letter-spacing:.05rem;text-transform:uppercase;
	font-family:'Orbitron',sans-serif
}
.product-description{
	font-size:clamp(1.5rem,3vw,50px);line-height:1.8;max-width:600px;text-transform:uppercase
}
.loading-indicator{
	position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
	z-index:5;color:#fff;font-size:16px;display:none
}

/* ==============================================
   4. 产品详情页布局 (Layout) - 来自 product.css 原版
   ============================================== */
.uc-detail{padding-top:50px}
@media(min-width:768px){.uc-detail{padding-top:5rem}}

/* 左侧轮播 */
.uc-detail-1{border-bottom:1px solid rgba(255,255,255,.05);}
.uc-detail-1 .swiper-container2 .item{
	height:55vh;padding:20px;margin:0;box-sizing:border-box;
	display:flex;align-items:center;justify-content:center
}
.uc-detail-1 .swiper-container2 .item img{
	display:block;object-fit:contain;width:100%;height:100%;
	max-width:100%;max-height:100%;
	filter:drop-shadow(0 10px 30px rgba(0,0,0,.5));
	transition:transform .5s ease
}
.uc-detail-1 .swiper-container2 .swiper-slide-active img{
	transform:scale(1.02)
}
.swiper-box{position:relative;margin-bottom:10px}
.uc-detail-1 .swiper-box .item{
	width:100px;height:80px;
	border:1px solid rgba(255,255,255,.08);border-radius:4px;
	cursor:pointer;transition:all .3s ease;
	background:linear-gradient(145deg,#1a1a22 0%,#141419 100%);
	opacity:1;box-shadow:0 2px 8px rgba(0,0,0,.3);
	overflow:hidden
}
.uc-detail-1 .swiper-box .item img{
	width:100%;height:100%;display:block;object-fit:cover;
	filter:brightness(1.05) contrast(1.05);
	transition:transform .3s ease
}
.uc-detail-1 .swiper-box .item:hover img{transform:scale(1.1)}
.uc-detail-1 .swiper-box .item:hover:not(.swiper-slide-thumb-active){
	border-color:rgba(140,80,230,.45);
	box-shadow:0 0 12px rgba(140,80,230,.15),0 2px 12px rgba(0,0,0,.35);
	transform:translateY(-1px)
}
.uc-detail-1 .swiper-box .swiper-slide-thumb-active .item{
	border-color:rgba(140,80,230,.55);
	box-shadow:0 0 16px rgba(140,80,230,.2),0 2px 14px rgba(0,0,0,.4);
	background:linear-gradient(145deg,#1e1e28 0%,#18181f 100%)
}
.swiper-button-prev,.swiper-button-next{
	width:36px;height:36px;background:rgba(19,32,51,.65);
	border:1px solid rgba(255,255,255,.1);border-radius:50%;
	color:var(--text-dim);transition:all .3s ease
}
.swiper-button-prev::after,.swiper-button-next::after{font-size:14px;font-weight:bold}
.swiper-button-prev:hover,.swiper-button-next:hover{
	background:rgba(65,0,245,.3);color:#fff
}

/* 右侧信息区 */
.uc-detail-2{
	padding:1rem;border-bottom:1px solid #e5e5e5;
	display:flex;flex-direction:column;max-height:calc(100vh - 5rem)
}
.uc-detail-2 .con{
	flex:1;overflow-y:auto;line-height:1.4em;height:auto;padding-bottom:1rem;
	font-family:'Rajdhani',sans-serif;font-size:1.2rem
}
.uc-detail-2 .con::-webkit-scrollbar{width:.375rem;height:.375rem}
.uc-detail-2 .con::-webkit-scrollbar-track{background:#132033}
.uc-detail-2 .con::-webkit-scrollbar-thumb{background:#333}
.uc-detail-2 .con p{
	margin-bottom:.5rem;padding-left:25px;position:relative;line-height:1.5;color:var(--text)
}
.uc-detail-2 .con span{color:#132033;position:absolute;left:10px}
.choose-box{
	display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center
}
.operate{padding:1rem 0;margin:auto 0 0;text-align:center}

/* 按钮渐变滑入效果 */
.operate a{position:relative;overflow:hidden;transition:color .3s ease;z-index:2}
.operate a::before{
	content:'';position:absolute;left:0;top:0;width:0;height:100%;
	background:linear-gradient(90deg,var(--purple),var(--pink));
	transition:width 1s ease;z-index:-1
}
.operate a:hover{color:var(--hot)}
.operate a:hover::before{width:100%}
.uc-detail-2 .operate .uc-btn{
	height:3rem;border-radius:.5rem;justify-content:space-between;
	padding-left:1.5rem;padding-right:1.5rem;
	/* 匹配原版：全宽按钮，文字左、箭头右，垂直居中 */
	width:100%;display:flex;align-items:center
}

/* 面包屑 */
.g-crumb{margin-bottom:1.5rem}
.breadcrumb{
	font-size:.85rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;
	display:flex;align-items:center;gap:8px
}
.breadcrumb a{color:var(--text-dim);text-decoration:none;transition:color .3s ease;font-size:.75rem}
.breadcrumb a:hover{color:var(--hot)}
.breadcrumb span{color:var(--accent)}

/* 副标题 */
.info__subTitle{margin-bottom:.75rem;padding-top:5rem}
.info__subTitle h3{
	font-family:'Orbitron',sans-serif;font-size:32px;line-height:1;
	text-transform:uppercase;color:#f400fe;font-weight:600;letter-spacing:1.5px
}

/* 主标题（基础版，后面会被冰蓝主题覆盖）*/
.info__title{margin-bottom:1.5rem}
.info__title h2{
	font-size:5rem;line-height:1.2;text-transform:uppercase;font-weight:900;
	background:linear-gradient(135deg,var(--accent),var(--hot));
	-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
	font-family:'Orbitron',sans-serif
}

/* Tab区域 */
.uc-detail-3{border-top:1px solid var(--accent)}
.uc-detail-3 .filter{
	display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;
	position:sticky;top:50px
}
.uc-detail-3 .filter .item{
	padding:1rem;font-family:'Rajdhani',sans-serif;font-weight:bold;
	display:block;line-height:2em;color:var(--text);cursor:pointer
}
.uc-detail-3 .filter .item.on{position:relative;font-weight:bold}
.uc-detail-3 .filter .item.on::after{
	content:"";width:100%;height:4px;background-color:#132033;
	position:absolute;left:50%;transform:translateX(-50%);bottom:0
}
.uc-detail-3 .filter a:hover{color:#f400fe}
.uc-detail-3 .filterBD{max-width:100%;margin:0 auto}
.uc-detail-3 .tab-con{line-height:1.8;max-width:1600px;margin:auto;display:none}
.uc-detail-3 .filterBD .tab-con.active{display:block}

/* 表格 - 白色卡片风格（参考截图 Warranty Periods） */
.progg-t{
	font-size:14px;
	line-height:1.6;
	padding:32px 40px;
	max-width:1200px;
	margin:auto
}
/* 白色卡片容器 */
.progg-t > div,
.progg-tb{
	background:#fff;
	border-radius:12px;
	box-shadow:0 2px 12px rgba(0,0,0,.06);
	overflow:hidden
}
.progg-t table{
	width:100%;
	border-collapse:collapse;
	color:#333;
	background:#fff
}
/* 表头行：浅灰底 */
.progg-t table thead,
.progg-t table thead tr{
	background:#f5f6f8
}
.progg-t table thead td{
	font-size:13px;
	font-weight:600;
	color:#1d1d1f;
	padding:14px 24px;
	vertical-align:middle;
	border:none
}
/* 数据行 - 斑马纹 */
.progg-t table tbody tr{
	border-bottom:1px solid #f0f0f2;
	transition:background .2s ease
}
.progg-t table tbody tr:nth-child(odd){
	background:#fff
}
.progg-t table tbody tr:nth-child(even){
	background:#f7f8fa
}
.progg-t table tbody tr:hover{
	background:#f0f1f3
}
.progg-t table tbody tr:last-child{border-bottom:none}
.progg-t table tbody td{
	padding:14px 24px;
	vertical-align:top;
	border:none;
	color:#555;
	font-size:14px;
	line-height:1.65
}
/* 左列：属性名 */
.progg-t table tbody td:first-child{
	color:#333;
	white-space:nowrap;
	width:35%;
	text-align:left
}
/* 右列：属性值 */
.progg-t table tbody td:last-child{
	color:#666;
	text-align:left
}
.progg-tb{max-width:1400px;margin:auto;padding-top:20px}
.container-tab-con3{display:flex;flex-wrap:wrap;max-width:1340px;margin:auto;padding-top:20px}

#loadMoreButton{
	display:block;width:210px;margin:20px auto;padding:10px 20px;
	background-color:#132033;color:#fff;font-size:16px;text-align:center;
	border-radius:25px;border:none;cursor:pointer;transition:all .3s ease
}
#loadMoreButton:hover{
	background:linear-gradient(135deg,var(--accent),var(--hot));transform:scale(1.05)
}
.remind{color:#999;padding-left:10px;text-align:center}

/* 兼容性模块 */
.title{
	color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:600;
	margin-bottom:32px;align-self:flex-start;padding-left:32px
}
.modal-inner{
	background:linear-gradient(to bottom,#0c0c12 0%,#08080c 100%);
	backdrop-filter:saturate(180%) blur(20px);border-radius:24px;
	display:flex;flex-direction:column;gap:32px;padding:32px
}

.xyd{width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg, var(--accent), var(--hot));}
.feature-list{display:flex;flex-direction:column;gap:12px}
.feature-item{width:fit-content}
.feature-btn{
	background-color:rgba(255,255,255,.1);border:none;color:#fff;
	font-size:14px;font-weight:500;padding:8px 16px;border-radius:999px;
	display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s ease
}
.feature-btn:hover{background-color:rgba(255,255,255,.2)}
.feature-desc{display:none;color:#fff;font-size:14px;background:rgba(255,255,255,.1);border-radius:16px;padding:16px}
.feature-item.active .feature-title{display:none}
.feature-item.active .feature-desc{display:block}
.img-box{
	display:flex;align-items:center;justify-content:center;position:relative;
	perspective:1200px;width:100%;border-radius:20px;overflow:hidden;
	min-height:300px;height:100%
}
#featureImage{
	max-width:100%;height:auto;max-height:calc(100vh - 200px);
	object-fit:contain;display:block;border-radius:20px;
	align-self:center;margin:auto;
	transform:translateZ(0) scale(1);opacity:1;
	transition:transform .7s cubic-bezier(.42,0,.13,1),opacity .44s ease
}
#featureImage.fade-3d{transform:translateZ(-400px) scale(.85);opacity:0}
@media(min-width:1024px){
	.modal-inner{flex-direction:row;align-items:stretch}
	.feature-list{width:33.33%}.img-box{width:66.67%}
}
@media(min-width:768px){.img-box{min-height:600px}#featureImage{max-height:600px}}

/* 表格增强 - 已合并到上方 .progg-t */

/* 颜色按钮基础 */
/* 颜色按钮基础 - 优化版 */
.color-box {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #444; /* 深色背景下默认边框改为深灰，避免过白刺眼 */
    border-radius: 50%;
    margin: 0 10px;
    transition: all 0.2s ease;
    position: relative; /* 为黑色按钮的边框做准备 */
}

/* 悬停效果 */
.color-box:hover {
    border-color: #4100f5;
    box-shadow: 0 0 5px #4100f5;
}

/* 选中状态 */
.item.on .color-box {
    transform: scale(1.15);
    border-color: #4100f5;
    box-shadow: 0 0 8px #4100f5;
}

.color-box[data-color="b"] {
    background-color: #111; /* 比背景稍亮一点，能区分开 */
    border: 1px solid #492e75;
}

/* 白色按钮 */
.color-box[data-color="w"] {
    background-color: #fff;
}

/* 箭头图标 */
.arrow-right{
	display:inline-block;width:6px;height:6px;
	border-top:2px solid currentColor;border-right:2px solid currentColor;
	transform:rotate(45deg);margin-left:6px;vertical-align:middle
}

/* ==============================================
   5. 产品特性区 (Maidian) - 来自 newstyle.css
   ============================================== */
.container-maidian{
	opacity:1;transform:translateY(0);display:block;padding:0;margin:auto;
	transition:transform .9s ease-in,opacity .85s ease-in
}
.probox{max-width:1600px;margin:auto;align-items:center;padding:2rem 1rem}
.xxiang{
	border-bottom:1px solid rgba(255,255,255,.06);
	/* 去掉 breathe 闪烁动画，改为静态冰蓝暗色分隔线 */
}
@keyframes breathe{
	0%,100%{border-color:rgba(65,0,245,.21)}
	50%{border-color:rgba(244,0,254,.41)}
}
.fade-in{opacity:0;transform:translateY(20px);transition:opacity 1s ease,transform 1s ease}
.fade-in.visible{opacity:1;transform:translateY(0);padding:2rem}
.product_md-title{
	text-align:left;line-height:clamp(2rem,4vw,3.9rem);
	font-family:'Orbitron',sans-serif;color:#fff;
	font-size:clamp(1.75rem,3vw,2.8rem);font-weight:600;text-transform:uppercase;
	letter-spacing:1px;
	background:linear-gradient(135deg,#fff 0%,#a0a8c0 100%);
	-webkit-background-clip:text;-webkit-text-fill-color:transparent;
	background-clip:text
}
.product_md-des{
	text-align:left;line-height:1.8;font-size:clamp(1rem,1.5vw,1.375rem);
	color:#999;margin-top:20px
}
.pro_md_img img{max-width:100%;width:auto;margin:0}

/* 图片行 */
.image-row{
	display:flex;justify-content:center;overflow:hidden;max-width:1600px;
	margin:auto;padding:2rem 2rem 0;gap:1rem
}
.image-row img{
	width:100%;transition:all .4s ease;border-radius:12px;
	box-shadow:0 4px 20px rgba(0,0,0,.3)
}
.image-row img:hover{
	transform:scale(1.03) translateY(-5px);
	box-shadow:0 8px 30px rgba(0,0,0,.4),0 0 0 1px rgba(140,80,230,.1)
}
.image-row h3{
	font-family:'Rajdhani',sans-serif;font-size:clamp(17px, 1.6vw, 22px);
	line-height:1.4;color:rgba(255,255,255,.95);font-weight:500;
	margin-bottom:.75rem;text-align:left
}
.pt-8 h2{
	font-size:clamp(2rem,4vw,3rem);letter-spacing:.05rem;
	margin-bottom:2rem;margin-top:2rem;text-align:center;font-weight:bold
}

/* 图片动画容器 */
.col-md-24-container{
	position:relative;width:800px;height:800px;max-width:100%;margin:0 auto;overflow:hidden
}
.bg-img{width:100%;height:100%;object-fit:cover}
.img-right-to-left,.img-bottom-to-top{
	position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0
}
.img-right-to-left{clip-path:inset(0 0 0 100%)}
.img-bottom-to-top{clip-path:inset(100% 0 0 0)}
.transformbindanimate{
	width:100%;height:auto;box-sizing:border-box;margin:0 auto;
	filter:hue-rotate(0);animation:efHuerote 3s infinite linear
}
@keyframes efHuerote{0%{filter:hue-rotate(360deg)}100%{filter:hue-rotate(0)}}
@keyframes fadeRightToLeft{
	0%{clip-path:inset(0 0 0 100%);opacity:0}
	50%{clip-path:inset(0 0 0 70%);opacity:.3}
	70%{clip-path:inset(0 0 0 40%);opacity:.5}
	85%{clip-path:inset(0 0 0 10%);opacity:.8}
	100%{clip-path:inset(0 0 0 0);opacity:1}
}
@keyframes fadeBottomToTop{
	0%{clip-path:inset(100% 0 0 0);opacity:0}
	50%{clip-path:inset(70% 0 0 0);opacity:.3}
	70%{clip-path:inset(40% 0 0 0);opacity:.5}
	85%{clip-path:inset(10% 0 0 0);opacity:.8}
	100%{clip-path:inset(0 0 0 0);opacity:1}
}
.animate-right-to-left{animation:fadeRightToLeft 3s ease-out forwards}
.animate-bottom-to-top{animation:fadeBottomToTop 3s ease-out forwards}

/* 文档下载行 */
.row-tab-con3{
	display:flex;justify-content:space-between;align-items:center;
	padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08)
}
.row-tab-con3 .column:first-child{
	font-weight:600;color:var(--text-dim);font-size:.9rem;
	text-transform:uppercase;letter-spacing:1px
}
.row-tab-con3 .column:last-child a{
	color:var(--hot);text-decoration:none;font-size:.9rem;transition:color .3s ease
}
.row-tab-con3 .column:last-child a:hover{color:var(--accent)}



/* ---- 标题：去掉紫粉渐变 → 纯白 + 冰蓝装饰线 ---- */
.info__title .h1,
.uc-detail-2 .info__title h1,.uc-detail-2 .info__title .h1,
.detail-info .info__title .h1,
.h1[style*="gradient"],.h1[style*="color"],.h1[style*="clip"]{
	background:none;background-image:none;
	-webkit-background-clip:unset;background-clip:unset;
	-webkit-text-fill-color:#f0f0f5;color:#f0f0f5;
	text-shadow:none;filter:none
}
.info__title .h1{
	font-family:'Orbitron',sans-serif;
	font-size:clamp(1.85rem,3vw,2.5rem);font-weight:700;
	line-height:1.15;letter-spacing:2px;
	margin-bottom:1.6rem;position:relative;display:inline-block;
	background:linear-gradient(135deg,#fff 0%,#c0c8e0 100%);
	-webkit-background-clip:text;-webkit-text-fill-color:transparent;
	background-clip:text
}
.info__title .h1::after{
	content:'';position:absolute;bottom:-10px;left:0;
	width:60px;height:2px;
	background:linear-gradient(90deg,rgba(140,80,230,.9),rgba(140,80,230,.2));
	border-radius:1px
}

/* ---- 副标题：冰灰色小字 ---- */
.info__subTitle .h3{
	font-family:'Orbitron',sans-serif;font-size:.7rem;
	font-weight:500;letter-spacing:5px;
	text-transform:uppercase;color:#4e5266;margin-bottom:.7rem
}

/* ---- 右侧信息区背景：深灰渐变 + 左侧装饰线 ---- */
.uc-detail-2{
	background:
		radial-gradient(ellipse 55% 35% at 50% 0%,rgba(140,80,230,.06) 0%,transparent 70%),
		linear-gradient(175deg,#18181f 0%,#121218 45%,#0c0c10 100%);
	position:relative;padding:1.5rem;
	border-left:1px solid rgba(255,255,255,.03)
}
.uc-detail-2::before{
	content:'';position:absolute;left:0;top:8%;height:84%;width:2px;
	background:linear-gradient(180deg,
		transparent 0%,rgba(140,80,230,.3) 15%,
		rgba(140,80,230,.5) 50%,rgba(140,80,230,.3) 85%,transparent 100%)
}

/* ---- 描述文字 + 冰蓝圆点 ---- */
.uc-detail-2 .con{background:none;border:none;padding:0;margin-top:.8rem}
.uc-detail-2 .con p{
	color:#e5e7eb;font-size:1rem;line-height:1.9;
	margin-bottom:.5rem;padding-left:0;position:relative;
	font-family:'Rajdhani',sans-serif
}
.uc-detail-2 .con span,.con p span,.con span[style]{
	color:transparent;
	background:linear-gradient(135deg,rgba(80,30,245,.7),rgba(120,50,240,.5));
	width:8px;height:8px;border-radius:50%;
	display:inline-block;position:static;vertical-align:middle;
	margin-right:8px;margin-left:0;left:auto;top:auto;
	box-shadow:none;text-shadow:none;
	-webkit-text-fill-color:transparent;font-size:0;line-height:0
}

/* ---- 颜色选择器：暗色质感 ---- */
.choose-box{background:none;border:none;padding:1rem 0;margin:1.4rem 0}
.color-box{
	width:28px;height:28px;border-radius:50%;
	border:1.5px solid rgba(255,255,255,.08);
	box-shadow:0 2px 6px rgba(0,0,0,.25);
	transition:all .3s ease;margin:0 8px
}
.color-box:hover{
	border-color:rgba(200,210,225,.22);transform:scale(1.08);
	box-shadow:0 0 5px rgba(140,70,230,.25)
}
.item.on .color-box{
	border-color:rgba(80,30,245,.6);
	box-shadow:0 0 0 3px rgba(80,30,245,.15),0 2px 14px rgba(0,0,0,.32);
	transform:scale(1.15)
}
.color-box[data-color="b"]{background-color:#000}
.color-box[data-color="w"]{background-color:#fff}

/* ---- Where to Buy 按钮：深色质感 + 左侧冰蓝竖线 ---- */
.operate .uc-btn.blue{
	width:100%;
	background:linear-gradient(180deg,#252530 0%,#1a1a22 100%);
	border:1px solid rgba(140,80,230,.2);height:3.2rem;
	border-radius:6px;font-weight:600;letter-spacing:2px;
	text-transform:uppercase;font-size:.8rem;color:#d0d4e0;
	box-shadow:0 4px 20px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.06),0 0 0 1px rgba(140,80,230,.05);
	transition:all .35s ease;position:relative;overflow:hidden;
	display:flex;align-items:center;justify-content:space-between;gap:10px
}
.operate .uc-btn.blue::before{
	content:'';position:absolute;left:0;top:0;height:100%;width:3px;
	background:linear-gradient(180deg,transparent,rgba(140,80,230,.8) 30%,rgba(140,80,230,.8) 70%,transparent);
	opacity:1;z-index:1
}
.operate .uc-btn.blue::after{
	content:'';position:absolute;top:0;left:0;width:100%;height:100%;
	background:linear-gradient(90deg,transparent,rgba(140,80,230,.1),transparent);
	transform:translateX(-100%);transition:transform .6s ease
}
.operate .uc-btn.blue:hover::after{transform:translateX(100%)}
.operate .uc-btn.blue:hover{
	border-color:rgba(140,80,230,.4);color:#fff;
	transform:translateY(-2px);
	box-shadow:0 8px 30px rgba(0,0,0,.4),0 0 20px rgba(140,80,230,.15),inset 0 1px 0 rgba(255,255,255,.08)
}
.operate .uc-btn.blue b,.operate .uc-btn.blue i{
	color:inherit;z-index:2;position:relative
}
.operate .uc-btn.blue i{margin-left:4px;transition:transform .3s ease,opacity .3s ease;opacity:.7}
.operate .uc-btn.blue:hover i{transform:translateX(6px);opacity:1}

/* ---- 面包屑：极细灰色字 ---- */
.g-crumb{margin-bottom:1.5rem}
.breadcrumb{
	font-size:.7rem;color:#4a4e62;text-transform:uppercase;letter-spacing:2px;
	display:flex;align-items:center;gap:8px
}
.breadcrumb a{color:#5a6070;font-size:.7rem;transition:all .3s ease;text-decoration:none}
.breadcrumb a:hover{color:#8c9ab0}
.breadcrumb span{color:#3a4050}

/* ---- 缩略图轮播：冰蓝底 + 高可见度 ---- */
.swiper-box{background:none;border:none;padding:.5rem 0}

/* 强制覆盖 Swiper 内联样式 */
.swiper-container1 .swiper-slide{width:auto!important;margin-right:8px!important}
.swiper-container1 .swiper-slide:last-child{margin-right:0!important}

.uc-detail-1 .swiper-box .item{
	width:100px;height:80px;
	border:1px solid rgba(255,255,255,.08);border-radius:4px;
	transition:all .3s ease;background:linear-gradient(145deg,#1a1a22 0%,#141419 100%);
	opacity:1;box-shadow:0 2px 8px rgba(0,0,0,.3)
}
.uc-detail-1 .swiper-box .item img{object-fit:contain;filter:brightness(1.05) contrast(1.05)}
.uc-detail-1 .swiper-box .item:hover:not(.swiper-slide-thumb-active){
	border-color:rgba(140,80,230,.45);box-shadow:0 0 12px rgba(140,80,230,.15),0 2px 12px rgba(0,0,0,.35);
	transform:translateY(-1px)
}
.uc-detail-1 .swiper-box .swiper-slide-thumb-active .item{
	border-color:rgba(140,80,230,.55);opacity:1;
	box-shadow:0 0 16px rgba(140,80,230,.2),0 2px 14px rgba(0,0,0,.4);
	background:linear-gradient(145deg,#1e1e28 0%,#18181f 100%)
}

/* 小屏幕适配：显示6个 */
@media(max-width:767px){
	.uc-detail-1 .swiper-box .item{
		width:calc((100vw - 60px) / 6);height:calc((100vw - 60px) / 6 * 0.75);
		max-width:80px;max-height:60px
	}
	.swiper-box{padding:0 10px}
}

/* ---- 主图轮播区：深黑渐变底 ---- */
.swiper-box2 {
  background: linear-gradient(225deg, #3a3a3c 0%, #0a0a0c 100%);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .04);
  overflow: hidden;
  position: relative;
}

.swiper-box2::before{
	content:'';position:absolute;top:0;left:0;right:0;bottom:0;
	background:radial-gradient(ellipse at center,rgba(140,80,230,.03) 0%,transparent 70%);
	pointer-events:none;z-index:1
}
.uc-detail-1 .swiper-box2 .btn{
	width:40px;height:40px;
	background:rgba(20,20,28,.85);border:1px solid rgba(255,255,255,.08);
	border-radius:50%;display:flex;align-items:center;justify-content:center;
	color:#6a6e7a;font-size:1rem;backdrop-filter:blur(10px);
	transition:all .3s ease;z-index:10
}
.uc-detail-1 .swiper-box2 .btn:hover{
	background:rgba(140,80,230,.2);border-color:rgba(140,80,230,.4);
	color:#fff;transform:scale(1.1);
	box-shadow:0 0 20px rgba(140,80,230,.3)
}
.uc-detail-1 .swiper-box2 .btn::after{
	font-size:12px;font-weight:bold
}

/* ---- 底部Tab栏：极简暗色 ---- */
.uc-detail-3{border-top:1px solid rgba(255,255,255,.04)}
.uc-detail-3 .filter{
	background:linear-gradient(180deg,#0f0f14 0%,#0a0a0e 100%);
	border-top:1px solid rgba(255,255,255,.03);
	border-bottom:1px solid rgba(255,255,255,.02);
	box-shadow:0 2px 20px rgba(0,0,0,.3)
}
.uc-detail-3 .filter .item{
	color:#6a6e7a;font-family:'Orbitron',sans-serif;
	font-size:.75rem;letter-spacing:2px;text-transform:uppercase;
	padding:1.2rem 2rem;position:relative;transition:all .3s ease;
	font-weight:500
}
.uc-detail-3 .filter .item:hover{color:#b0b8cc}
.uc-detail-3 .filter a:hover{color:#b0b8cc}
.uc-detail-3 .filter .item.on{
	color:#fff;font-weight:600;
	text-shadow:0 0 20px rgba(140,80,230,.5)
}
.uc-detail-3 .filter .item.on::after{
	content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);
	width:40px;height:2px;
	background:linear-gradient(90deg,rgba(140,80,230,.9),rgba(140,80,230,.2));
	border-radius:1px
}
.uc-detail-3 .tab-con{background:transparent;}

/* ---- 表格：柔和交互 - 已合并到上方 .progg-t ---- */

/* ---- 加载更多按钮 ---- */
#loadMoreButton{
	background-color:#18181f;color:#888;
	border:1px solid rgba(255,255,255,.06);transition:all .3s ease
}
#loadMoreButton:hover{
	background:linear-gradient(180deg,#22222a,#18181f);
	color:#b0b8cc;transform:scale(1.03)
}

/* ---- 滚动条 ---- */
body::-webkit-scrollbar-thumb{background:#2a2e3a;border-radius:.375rem}
body::-webkit-scrollbar-thumb:hover{background:rgba(140,200,225,.35)}
.uc-detail-2 .con::-webkit-scrollbar-thumb{background:#2a2e3a}

/* ==============================================
   7. 响应式 (Responsive)
   ============================================== */
@media(max-width:767px){
	.margintop40{margin-top:20px}.flex1-3{width:100%}
	.displayflex{display:block}.image-row{flex-wrap:wrap;padding:1rem}
	.product-media-container{height:60vh}
	.product-model{font-size:2rem}.product-description{font-size:1.5rem}
	.info__subTitle{padding-top:2rem}.info__subTitle h3{font-size:1rem}
	.info__title .h1{font-size:1.45rem;letter-spacing:2px}
	.info__title .h1::after{width:32px}
	.product_md-title{font-size:1.5rem;line-height:2rem}
	.product_md-des{font-size:1.25rem}
	.uc-detail-2{max-height:none}
	.uc-detail-3 .filter{flex-wrap:wrap;top:56px}
	.uc-detail-3 .filter .item{padding:.6rem 1rem;font-size:.8rem}
	.col-md-24-container{width:100%;height:auto}
	.modal-inner{padding:16px;border-radius:16px}
	.title{padding-left:16px;font-size:1.5rem;margin-bottom:16px}
	.operate .uc-btn.blue{height:2.6rem}
	.uc-detail-2 .con span{left:6px;width:6px;height:6px}
}
@media(min-width:768px) and (max-width:1023px){
	.info__title h2{font-size:3rem}
	.product_md-title{font-size:2.25rem}
	.product-model{font-size:3.5rem}.product-description{font-size:2.5rem}
}
@media(min-width:768px){
	.uc-detail-1{border-bottom:none}
	.uc-detail-1 .swiper-container2 .item{height:78vh}
	.uc-detail-1 .swiper-box{position:relative}
	.uc-detail-2{border-bottom:none;position:sticky;top:72px;padding:1.25rem 2rem 2rem}
	.uc-detail-3 .filter{box-shadow:0 2px 10px rgba(0,0,0,.5)}
	.size-row{min-height:500px;z-index:8}
}
@media(min-width:1200px){.probox{padding:3rem 2rem}.container-maidian>section{padding:3rem 0}}

.carousel-container {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .carousel-container {
    height: 350px;
  }
}
.carousel-slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}
.carousel-item.active {
  opacity: 1;
  z-index: 2;
}

.rfc-wrap {
				border-radius: 12px;
				overflow: hidden;
				line-height: 0;
			}
			.rfc-img {
				display: block;
				width: 100%;
				height: auto;
				transition: opacity 0.5s ease, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
				will-change: opacity, transform;
			}
			.rfc-wrap:hover .rfc-img {
				transform: scale(1.04);
			}
/* ==============================================
   End of File
   ============================================== */
