     
        body {
            background-color: #ffffff;
            color: #333;
	
            background-color: #f8f9fa;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }
 */       
        h1 {
            color: #2c3e50;
            font-size: 2.8rem;
            margin-bottom: 15px;
        }
        
        .subtitle {
            color: #7f8c8d;
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto;
        }
        

	.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
/*    padding: 10px; */
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 产品详情里面中文内容中分项标题字体设置，类名为原网站的类名  */
.resourcename
{
	color: #039aac;
	font-size: 1.3rem;
}
.productoverview
{
	padding-left:1em; 
	line-height:1.8em; 
	list-style-position:outside;
	list-style-type:disc;
}

 
@media (min-width: 992px) {
    .content-grid {
        width: 100%;
    }
}

	.tech_docs_content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
   gap: 20px;
/*     padding: 20px; */
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
 
@media (min-width: 992px) {
    .tech_docs_content-grid {
        width: 100%;
    }
}


/*下面样式根据屏幕尺寸动态调整内容宽度：大屏幕时限制宽度保持可读性，小屏幕时扩展到全屏宽度优化空间利用 */


        /* 默认样式 - 中等屏幕 */
        .container-product-content {
            width: 90%;
            max-width: 1000px;
        }
        
        /* 大屏幕 - 限制最大宽度 */
        @media (min-width: 1200px) {
            .container-product-content {
                max-width: 1100px;
                width: 80%;
            }
        }
        
        /* 小屏幕 - 满屏宽度 */
        @media (max-width: 768px) {
            .container-product-content {
                width: 100%;
                padding: 5px;
                border-radius: 0;
            }
        }




	
       .section {
            background-color: #ffffff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            border: 1px solid #eaeaea;
        }
 /*	鼠标移动到栏目上时的一个动态效果    
        .section:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        }
*/
		
    /* 下面是每栏目的样式定义 */    
        .section-header {
            background-color: #f1f3f5;
            color: #2c3e50;
            padding: 15px;/*标题字的左边距和顶边距 */
            text-align: center;
            border-bottom: 1px solid #e0e0e0;/*大标题与内容之间的线宽和颜色定义 */
        }
        
        .section-title {
            font-size: 1.5rem;
            margin: 0;
            font-weight: 600;
        }
        
        .section-content {
            padding: 10px;/*左边距和顶边距 */
            flex-grow: 1;
        }
        
        .content-list {
            list-style: none;
        }
        
        .content-list li {
            padding: 0px 0;/*修改参数可调整行间距 */
            border-bottom: 1px solid #f0f0f0;
            display: flex;
            align-items: center;
        }
        
        .content-list li:last-child {
            border-bottom: none;
        }
       
        .content-list a {
            text-decoration: none;
            color: #3498db;
            display: flex;
            align-items: center;
            width: 100%;
            padding: 5px;
            transition: all 0.2s;
            border-radius: 4px;
        }
        
       .content-list a:hover {
            background-color: #f8f9fa;
            color: #2980b9;
            padding-left: 10px;
        }
        
        .content-list a i {
            margin-right: 10px;
            font-size: 1.1rem;
            width: 24px;
            text-align: center;
        }
    
        .pdf-link {
            color: #e74c3c;
        }
        
        .pdf-link:hover {
            color: #c0392b;
        }
        
		  .pdf-link .svg-icon {
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    margin-right: 6px;
  }
  
		 .tech_docs .pdf-link .svg-icon {
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    margin-right: 10px;
  }
  
		
        .external-link {
            color: #2ecc71;
        }
        
        .external-link:hover {
            color: #27ae60;
        }
        
        footer {
            text-align: center;
            margin-top: 50px;
            padding: 20px;
            color: #7f8c8d;
            font-size: 0.9rem;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .content-grid {
                grid-template-columns: 1fr;
                gap: 10px;
            }
            
            h1 {
                font-size: 2.2rem;
            }
            
            .section {
                margin-bottom: 0;
            }
            
            header {
                padding: 20px 15px;
            }
        }
        
        /* 小屏幕优化 */
        @media (max-width: 480px) {
            body {
                padding: 2px;
            }
            
            .container {
                padding: 2px;
            }
            
            h1 {
                font-size: 1.8rem;
            }
            
            .subtitle {
                font-size: 1rem;
            }
            
            .section-title {
                font-size: 1.3rem;
            }
        }

.tech_docs

.tech_docs ul { padding-left: 20px; }
.tech_docs li { margin: 12px 0; line-height: 1.6; }
.tech_docs a {
    color: #1a73e8;
    display: flex;
    align-items: center;
}
.tech_docs a:hover { text-decoration: underline; }
.tech_docs i { margin-right: 8px; color: #e53935; }
.empty { color: #999; font-style: italic; }




 
/* 下面内容为产品表格样式 */ 

        .product-table { 
            background: white; 
            border-radius: 10px; 
            overflow: hidden; 
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); 
        } 
 
        .table-header { 
            display: grid; 
            grid-template-columns: 140px 1.3fr 1.2fr 3fr 1.5fr;  /* 表头的各项宽度 */
            background: #8c8e90; 
            color: white; 
            font-weight: bold; 
            padding: 15px 20px; 
			justify-items: center;  /* 水平居中 */
         	align-items: center; /* 垂直居中  */
        } 
         /* 全局居中对齐 
        .product-row, .table-header {
         /*   justify-items: center;  水平居中 */
         /*    align-items: center; 垂直居中
        } */
        .product-row { 
            display: grid; 
            grid-template-columns: 140px 1.3fr 1.2fr 3fr 1.5fr; /* 行内容的各项宽度 */
            padding: 10px; 
            border-bottom: 1px solid #f6f6f8; 
            transition: all 0.3s; 
         	align-items: center; /* 垂直居中  */	
        } 

		/* 宽屏幕时添加左边距 */
		@media (min-width: 1200px)  {
    	.product-row > :nth-child(4) { /* 选择第四列子元素设置左边距离 */
        margin-left: 130px; /* 左边间距 */
		transition: margin 0.3s ease;
    }
	}
		@media (min-width: 992px)  {
    	.product-row > :nth-child(4) { /* 选择第四列子元素设置左边距离 */
        margin-left: 80px; /* 左边间距 */
		transition: margin 0.3s ease;
    }
	}
		@media (max-width: 991px) {
    	.product-row > :nth-child(4) { /* 选择第四列子元素设置左边距离 */
        margin-left: 40px; /* 左边间距 */
		transition: margin 0.3s ease;
    }
}
		@media (max-width: 768px) {
    	.product-row > :nth-child(4) { /* 选择第四列子元素设置左边距离 */
        margin-left: 10px; /* 左边间距 */
		transition: margin 0.3s ease;
    }
}

		@media (max-width: 480px) {
    	.product-row > :nth-child(4) { /* 选择第四列子元素设置左边距离 */
        margin-left: 5px; /* 左边间距 */
		transition: margin 0.3s ease;
    }
}
    /* 移除原有悬停阴影样式（由 JavaScript 控制） */
    .product-row:hover {
        background-color: #f5f7fa;
 /*        transform: translateY(-2px);
        /* 移除 box-shadow 样式，由 JS 动态控制 */
 }

        .thumbnail { 
            width: 100px; 
            height: 100px; 
            border-radius: 8px; 
            object-fit: cover; 
            background-color: #efefef; 
            display: flex; 
            align-items: center; 
            justify-content: center; 
            color: #95a5a6; 
            font-size: 24px; 
        } 
 
        .product-name { 
            font-weight: 600; 
            font-size: 1.1rem; 
            color: #2c3e50; 
        } 
 
        .category { 
            display: inline-block; 
            padding: 5px 12px; 
            border-radius: 20px; 
            font-size: 0.85rem; 
            font-weight: 500; 
        } 
 
        .category.electronics  { 
            background-color: #e3f2fd; 
            color: #1976d2; 
        } 
 
        .category.furniture  { 
            background-color: #e8f5e9; 
            color: #388e3c; 
        } 
 
        .category.clothing  { 
            background-color: #fce4ec; 
            color: #c2185b; 
        } 
 
        .category.office  { 
            background-color: #fff3e0; 
            color: #ef6c00; 
        } 
 
        .specs { 
            color: #7f8c8d; 
        } 
 
        .spec-item { 
            margin-bottom: 5px; 
            display: flex; 
        } 
 
        .spec-title { 
			display: inline-block;
            font-weight: 500; 
            min-width: 100px; 
 
        } 
 
        .description { 
            color: #7f8c8d; 
            font-size: 0.95rem; 
            line-height: 1.7; 
            max-height: 160px; 
            overflow: hidden; 
            text-overflow: ellipsis; 
            display: -webkit-box; 
            -webkit-line-clamp: 3; 
            -webkit-box-orient: vertical; 
        } 
 
        .actions { 
            display: flex; 
            gap: 10px; 
            align-self: center; 
        } 
 
        .action-btn { 
            padding: 8px 12px; 
            border-radius: 6px; 
            border: none; 
            background: #f6f6f8; 
            color: #2c3e50; 
            cursor: pointer; 
            transition: all 0.2s; 
            display: flex; 
            align-items: center; 
            gap: 5px; 
        } 
 
        .action-btn:hover { 
            background: #3498db; 
            color: white; 
        } 
 
        .action-btn.edit:hover { 
            background: #2ecc71; 
        } 
/* 悬停状态：按钮区域悬停时，字体颜色变为白色 */
.action-btn.edit:hover  a {
    color: white;
}
 

 
        /* 响应式设计 */ 
        @media (max-width: 900px) { 
            .table-header, 
            .product-row { 
                grid-template-columns: 160px 1fr 1fr 2fr; 
            } 
 
            .actions { 
                grid-column: span 4; 
                justify-content: center; 
                margin-top: 15px; 
            } 
        } 
 
        @media (max-width: 650px) { 
            .stats { 
                flex-direction: column; 
                gap: 20px; 
            } 
 
            .table-header { 
                display: none; 
            } 
 
            .product-row { 
                grid-template-columns: 1fr; 
                gap: 15px; 
                padding: 5px; 
                border-bottom: 2px solid #f6f6f8; 
            } 
          /* 全局居中对齐*/ 
			.product-row, .table-header {
			  justify-items: center; 
			  align-items: center; 
            } 
 
            .thumbnail { 
                width:100%; 
                height: 280px; 
				padding: 5px;
                margin: 0 auto; 
            } 
 
            .actions { 
                grid-column: span 1; 
            } 
        } 
		
		
		
/*  产品详情页面图片轮播 */	

        /* 主内容区样式 */
	        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 5px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        .product-section {
            display: flex;
            flex-wrap: wrap;
            padding: 10px;
        }
        
        /* 左侧轮播图样式 */
        .product-images {
            flex: 1;
            min-width: 300px;
            padding: 2px;
            position: relative;
            overflow: hidden;
        }	
        .slider-container {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 8px 16px rgba(0,0,0,0.1);
            height: 450px;
            position: relative;
        }
        
        .slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
            height: 100%;
        }
        
		
		
        .slide {
			flex: 0 0 100%;
            min-width: 100%;
            height: 100%;
            background-size: cover; /* 保持图片比例完整显示 */
    /* 可选值说明：
contain：图片完整显示，可能留白（当前代码默认）。
cover：图片覆盖容器，裁剪超出部分（适合强调视觉冲击）。
100% 100%：拉伸填充容器（可能失真）。... */
            background-position: center;
            background-repeat: no-repeat;
            background-color: #ffffff;
        }
        
        .slider-nav {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 10px;
        }
        
        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .slider-dot.active  {
            background: white;
            transform: scale(1.2);
        }
        
        .slider-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.3);
            color: white;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        
        .slider-btn:hover {
            background: rgba(0,0,0,0.6);
        }

/* 必需：初始隐藏所有幻灯片 */
.slide {

    transition: opacity 0.5s ease; /* 添加平滑过渡效果 */
}
 
/* 新增：定义激活状态的显示 */
.slide.active  {
    display: block;
    animation: fadeIn 0.5s; /* 添加淡入动画 */
}
 
@keyframes fadeIn {
    from { opacity: 0.4; }
    to { opacity: 1; }
}		
		.carousel-item {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.carousel-item.active  {
  opacity: 1;
}
		
		
        .prev-btn {
            left: 15px;
        }
        
        .next-btn {
            right: 15px;
        }
        
        /* 右侧产品信息样式 */
		
 .view-product-main .product-info-table.spec-content li{display:flex;align-items:center;padding:10px 0;max-width:1400px;margin-left:auto;margin-right:auto}/*这里的padding是控制参数规格的行距大小 */
 .view-product-main .product-info-table.spec-content li .left{width:120px;font-size:16px;color:#818182}/*这里是控制参数值的左列宽度，字体样式 */
 .view-product-main .product-info-table.spec-content li .right{flex:1}
 .view-product-main .product-info-table.spec-content li .right p{line-height:1;margin:0}
 .view-product-main .product-info-table.spec-content li .right p:not(:last-child){margin-bottom:16px}
 .view-product-main .product-info-table.spec-content li:not(:last-child){border-bottom:#eee solid 1px}
 .view-product-main .recommend-list .recommend-swiper{padding-top:20px;margin-top:-20px}

 
		
        .product-info {
            flex: 1;
            min-width: 50px;
            padding: 20px;
        }        
        .product-title {
            font-size: 2.5rem;
            color: #182848;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 2px solid #4b6cb7;
        }        
        .product-highlights {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 30px;
        }        
        .highlight {
            background: #eef5ff;
            padding: 15px;
            border-radius: 8px;
            flex: 1;
            min-width: 120px;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        }        
        .highlight i {
            font-size: 2rem;
            color: #4b6cb7;
            margin-bottom: 10px;
        }
        
        .highlight h3 {
            margin-bottom: 8px;
            color: #182848;
        }
        
        .specs-table {
            width: 100%; /* 全宽布局 */
		    border-collapse: collapse; /* 合并边框 */
   			margin-top: 25px; /* 顶部间距 */
   			box-shadow: 0 5px 15px rgba(0,0,0,0.05); /* 模糊阴影 */
   			border-radius: 10px; /* 圆角效果 */
   			overflow: hidden; /* 隐藏溢出内容 */
        }
        
        .specs-table th {
            background-color: #4b6cb7;
            color: white;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }        
        .specs-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #eee;
        }        
        .specs-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }        
        .specs-table tr:last-child td {
            border-bottom: none;
        }                

        /* 响应式设计 */
        @media (max-width: 768px) {
            .product-section {
                flex-direction: column;
            }            
            .slider-container {
                height: 350px;
            }            
            .product-title {
                font-size: 2rem;
                text-align: center;
                margin-top: 20px;
            }            
            .divider {
                margin: 30px 20px;
            }           
            .product-details {
                padding: 0 20px 30px;
            }            
            .cta-buttons {
                flex-direction: column;
                gap: 15px;
            }            
        }        
        @media (max-width: 480px) {
            header h1 {
                font-size: 2rem;
            }
            header p {
                font-size: 1rem;
            }
            .slider-container {
                height: 280px;
            }
            .highlight {
                min-width: 100%;
            }
            .specs-table th, .specs-table td {
                padding: 10px;
                font-size: 0.9rem;
            }
        }
		
	/* 产品详情页面的宣传用图片定义 */
	
/* 图片容器优化 */
.responsive-image {
  width: 100%;
  display: block;
  margin: 0 auto 2px !important; /* 底部间距减少到2px */
  line-height: 0; /* 消除顶部间隙 */
  overflow: hidden; /* 关键：裁剪缩放产生的空白区域 */
}
 
/* 内部图片处理 */
.responsive-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  vertical-align: bottom;
}
 
/* 后续段落间距控制 */
.responsive-image + p {
  margin-top: 0.3em !important; /* 比全局更小的间距 */
  line-height: 1.4; /* 重置行高 */
}
 
/* 全局段落间距 */
p {
  margin: 0.5em 0;
}
 
/* 电脑端适配 - 修正缩放问题 */
@media (min-width: 768px) {
  /* 移除transform方案 */
  .responsive-image {
    max-width: 76.5%; /* 85% * 0.9 = 76.5% */
    transform: none !important;
    margin-bottom: 2px !important;
  }
}

/* 企业QQ浮动面板位置调整 */
@media (max-width: 768px) {
    /* 企业QQ浮动面板上移 */
    .qidian-chat-container,
    .qidian-chat-widget,
    [class*="qidian"],
    [class*="qq"],
    [id*="qd"] {
        bottom: 8px !important;
        top: auto !important;
    }
    
    /* 通用浮动按钮上移 */
    .float-chat,
    .chat-button,
    .online-service {
        bottom: 100px !important;
        top: auto !important;
    }
}

/* 小尺寸设备底部版权信息靠左显示 */
@media (max-width: 768px) {
    /* PC端底部版权信息在小屏幕时靠左显示 */
    .foxcms-footer-pc .footer-bottom {
        text-align: left !important;
        justify-content: flex-start !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .foxcms-footer-pc .footer-bottom .left {
        text-align: left !important;
        justify-content: flex-start !important;
        width: 100% !important;
    }
    
    .foxcms-footer-pc .footer-bottom p {
        text-align: left !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        width: 100% !important;
    }
    
    /* 移动端底部版权信息靠左显示 */
    .foxcms-footer-h5 .footer-bottom {
        text-align: left !important;
        justify-content: flex-start !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .foxcms-footer-h5 .footer-bottom p {
        text-align: left !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        width: 100% !important;
    }
    
    /* 通用footer样式 */
    footer {
        text-align: left !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
