[data-component=detailHeader] .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 80px;
}
[data-component=detailHeader] .header .menu {
    width: 96%;
    margin: 0 auto;
}
[data-component=detailHeader] .menu {
    height: 80px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
[data-component=detailHeader] .header .menu .menuLeft {
    line-height: 45px;
    display: table-cell;
    white-space: nowrap;
    float: left;
    width: 70%;
}
[data-component=detailHeader] .header .menu .menuLeft .logo {
    vertical-align: middle;
    display: inline-block;
    background-image: url(../images/chanpin/logo.png?v=f9bb8de8);

    width: 132px;
    height: 30px;
    margin-top: -6px;
}
[data-component=detailHeader] .header .menu .menuLeft .typeList {
    margin-left: 34px;
    line-height: 26px;
    display: inline-block;
    font-size: 16px;
}
[data-component=detailHeader] .header .menu .menuLeft .typeList li {
    display: inline-block;
    margin-right: 30px;
}
[data-component=detailHeader] .header .menu .menuLeft .typeList li a {
    color: #101d37;
    font-weight: 700;
    text-decoration: none;
}
[data-component=detailHeader] .header .menu .menuLeft .typeList li.selected a {
    color: #3072f6;
}
[data-component=detailHeader] .header .menu .search {
    width: 345px;
    height: 45px;
    float: right;
    background-color: #ebeced;
    border-radius: 2px;
    font-size: 12px;
}
[data-component=detailHeader] .header .menu .search .input {
    position: relative;
}
[data-component=detailHeader] .header .menu .search .noArrow {
    margin-right: 18px;
}
[data-component=detailHeader] .header .menu .search .state {
    display: inline-block;
    line-height: 45px;
    font-weight: 700;
    color: #101d37;
    padding-left: 18px;
    padding-right: 10px;
    cursor: pointer;
}
[data-component=detailHeader] .header .menu .search input {
    display: inline-block;
    width: 60%;
    height: 60%;
    border: 0;
    background-color: #ebeced;
}
[data-component=detailHeader] .header .menu .search .searchButton {
    width: 50px;
    height: 45px;
    display: inline-block;
    text-align: center;
    background: #ebeced;
    cursor: pointer;
	border:0;
}
[data-component=detailHeader] .header .menu .search .searchButton i {
    display: inline-block;
    vertical-align: -4px;
    background-image: url(../images/chanpin/so.png?v=f9bb8de8);
    width: 17px;
    height: 17px;
}
[data-component=detailHeader] .detailHeader {
    padding: 17px 0 26px;
    background-color: #f5f5f6;
}
[data-component=detailHeader] .detailHeader .title-wrapper {
    text-align: center;
    position: relative;
}
[data-component=detailHeader] .detailHeader .title-wrapper .content {
    display: inline-block;
    width: 1200px;
    vertical-align: middle;
    line-height: 1;
    text-align: left;
}
[data-component=detailHeader] .detailHeader .title-wrapper .content .worth_position {
    width: 52px;
    height: 16px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    vertical-align: 5px;
    margin-right: 5px;
    display: inline-block;
    background-size: 52px 16px;
    margin-bottom: 3px;
}
[data-component=detailHeader] .detailHeader .title-wrapper .content .title {
    display: table-cell;
    vertical-align: top;
}
[data-component=detailHeader] .detailHeader .title-wrapper .content .title .main {
    max-width: 900px;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26px;
    color: #101d37;
    font-weight: 700;
}
[data-component=detailHeader] .detailHeader .title-wrapper .content .title .sub {
    max-width: 790px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    font-size: 14px;
    color: #aaa;
    line-height: 1.2;
}
[data-component=detailHeader] .intro {
    width: 1200px;
    height: 67px;
    line-height: 66px;
    border-top: 0;
    margin: 0 auto;
}
[data-component=detailHeader] .intro .container {
    width: 1200px;
    margin-left: 0;
    overflow: hidden;
}
.intro .l-txt, .intro .r-txt {
    font-size: 12px;
}
.fl {
    float: left;
}
[data-component=detailHeader] .intro .l-txt a, [data-component=detailHeader] .intro .l-txt span {
    color: #aaa;
}
        /* ========== 基础重置与全局样式 ========== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
        }
        
        body {
            background-color: #f5f7fa;
            color: #333;
            line-height: 1.7;
            font-size: 1.05rem;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            background-color: white;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
            position: relative;
			margin-top:100px;
        }
        
        article {
            counter-reset: figure-counter;
        }
        
        /* ========== 权威性声明栏 ========== */
        .authority-banner {
            background: linear-gradient(to right, #e8eaf6, #f3e5f5);
            border-left: 5px solid #3949ab;
            padding: 15px 20px;
            margin-bottom: 30px;
            border-radius: 0 8px 8px 0;
            display: flex;
            align-items: center;
            font-size: 0.95rem;
        }
        
        .authority-banner .icon {
            font-size: 1.8rem;
            color: #3949ab;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .authority-banner p {
            margin-bottom: 0;
        }
        
        /* ========== 页头样式 ========== */
        header {
            text-align: center;
            padding: 40px 0;
            background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
            color: white;
            border-radius: 8px;
            margin-bottom: 40px;
        }
        
        h1 {
            font-size: 2.8rem;
            margin-bottom: 15px;
            letter-spacing: 1px;
        }
        
        .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .meta-info {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-top: 25px;
            font-size: 0.9rem;
            flex-wrap: wrap;
        }
        
        .meta-item {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .meta-item i {
            font-size: 1.1rem;
        }
        
        /* ========== 文章摘要框 ========== */
        .article-abstract {
            background-color: #f0f7ff;
            border: 1px solid #d1e9ff;
            border-radius: 10px;
            padding: 25px;
            margin: 25px 0;
        }
        
        .article-abstract h3 {
            color: #0056b3;
            margin-top: 0;
            display: flex;
            align-items: center;
        }
        
        .abstract-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 15px;
        }
        
        .abstract-item {
            padding: 15px;
            background: white;
            border-radius: 6px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        
        .abstract-item strong {
            color: #3949ab;
            display: block;
            margin-bottom: 8px;
        }
        
        /* ========== 目录导航 ========== */
        nav.toc {
            background: #f8f9fa;
            padding: 25px;
            margin: 25px 0;
            border-radius: 8px;
        }
        
        nav.toc h3 {
            margin-top: 0;
            color: #1a237e;
        }
        
        nav.toc ol {
            margin-left: 20px;
        }
        
        nav.toc li {
            margin-bottom: 10px;
        }
        
        nav.toc a {
            color: #3949ab;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        nav.toc a:hover {
            color: #1a237e;
            text-decoration: underline;
        }
        
        /* ========== 侧面导航栏 ========== */
        #nav-sidebar {
            position: fixed;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            z-index: 1000;
            padding: 15px;
            display: none;
            flex-direction: column;
            gap: 10px;
            max-width: 220px;
            border: 1px solid #e0e0e0;
        }
        
        .nav-item {
            padding: 10px 15px;
            background: #f8f9fa;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 0.9rem;
            color: #333;
            text-decoration: none;
            border-left: 3px solid transparent;
        }
        
        .nav-item:hover {
            background: #e3f2fd;
            border-left-color: #3949ab;
            transform: translateX(-5px);
        }
        
        .nav-item.active {
            background: #e3f2fd;
            border-left-color: #3949ab;
            font-weight: 600;
            color: #1a237e;
        }
        
        /* ========== 返回顶部按钮 ========== */
        #back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: #3949ab;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s;
            z-index: 999;
            border: none;
            font-size: 1.2rem;
        }
        
        #back-to-top:hover {
            background: #1a237e;
            transform: translateY(-5px);
        }
        
        /* ========== 内容区域样式 ========== */
        section {
            margin-bottom: 50px;
            padding: 0 20px;
        }
        
        h2 {
            color: #1a237e;
            font-size: 1.8rem;
            padding-bottom: 12px;
            margin-bottom: 25px;
            border-bottom: 3px solid #e8eaf6;
            position: relative;
        }
        
        h2:after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 100px;
            height: 3px;
            background-color: #3949ab;
        }
        
        h3 {
            color: #3949ab;
            font-size: 1.4rem;
            margin: 25px 0 15px;
        }
        
        p {
            margin-bottom: 20px;
            text-align: justify;
        }
        
        /* ========== 重点突出样式 ========== */
        .highlight {
            background-color: #e8eaf6;
            padding: 25px;
            border-radius: 8px;
            border-left: 5px solid #3949ab;
            margin: 25px 0;
        }
        
        /* ========== 专业图表样式 ========== */
        .technical-figure {
            background: #fff;
            border: 1px solid #e1e4e8;
            border-radius: 8px;
            padding: 20px;
            margin: 30px 0;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        }
        
        .technical-figure figcaption {
            font-style: italic;
            color: #666;
            margin-top: 15px;
            font-size: 0.95rem;
            padding: 0 10px;
            counter-increment: figure-counter;
        }
        
        .technical-figure figcaption:before {
            content: "图 " counter(figure-counter) "：";
            font-weight: bold;
            color: #3949ab;
        }
        
        /* ========== 沙盘演示区域 ========== */
        .tech-demo {
            background-color: #f5f7fa;
            border-radius: 10px;
            padding: 25px;
            margin: 30px 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 30px;
        }
        
        .demo-visual {
            flex: 1;
            min-width: 300px;
            height: 250px;
            background: linear-gradient(135deg, #2962ff 0%, #00acc1 100%);
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-weight: bold;
            font-size: 1.2rem;
            position: relative;
            overflow: hidden;
        }
        
        .demo-visual:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-image: 
                radial-gradient(circle at 20% 30%, rgba(255,255,255,0.2) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(255,255,255,0.2) 0%, transparent 50%);
        }
        
        .sandtable-model {
            position: absolute;
            width: 200px;
            height: 150px;
            background: linear-gradient(135deg, #00c853 0%, #2962ff 100%);
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 0.9rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            transition: transform 0.5s ease;
        }
        
        .demo-description {
            flex: 2;
            min-width: 300px;
        }
        
        /* ========== 应用场景卡片 ========== */
        .applications {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 25px;
            margin-top: 20px;
        }
        
        .app-card {
            background-color: white;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border-top: 4px solid #3949ab;
            transition: transform 0.3s ease;
        }
        
        .app-card:hover {
            transform: translateY(-5px);
        }
        
        .app-icon {
            font-size: 2.5rem;
            color: #3949ab;
            margin-bottom: 15px;
        }
        
        .app-card h4 {
            font-size: 1.2rem;
            margin-bottom: 12px;
            color: #1a237e;
        }
        
        /* ========== 技术规格对比表 ========== */
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .comparison-table th {
            background-color: #1a237e;
            color: white;
            padding: 15px;
            text-align: left;
        }
        
        .comparison-table td {
            padding: 15px;
            border-bottom: 1px solid #e0e0e0;
        }
        
        .comparison-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        .comparison-table tr:hover {
            background-color: #f0f2ff;
        }
        
        /* ========== 设备清单样式 ========== */
        .equipment-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            margin: 25px 0;
        }
        
        .equipment-item {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.05);
            border-left: 4px solid #3949ab;
        }
        
        .equipment-item h4 {
            color: #1a237e;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        /* ========== 沙盘类型标签 ========== */
        .type-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 15px 0 25px;
        }
        
        .type-tag {
            display: inline-block;
            padding: 8px 16px;
            background: #e3f2fd;
            color: #1a237e;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            border: 1px solid #bbdefb;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .type-tag:hover {
            background: #bbdefb;
            transform: translateY(-2px);
        }
        
        /* ========== 专业术语样式 ========== */
        .term-definition {
            border-bottom: 1px dashed #3949ab;
            cursor: help;
            position: relative;
        }
        
        .term-tooltip {
            visibility: hidden;
            background-color: #333;
            color: #fff;
            text-align: center;
            border-radius: 4px;
            padding: 8px 12px;
            position: absolute;
            z-index: 100;
            bottom: 125%;
            left: 50%;
            transform: translateX(-50%);
            font-size: 0.9rem;
            width: 220px;
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        .term-definition:hover .term-tooltip {
            visibility: visible;
            opacity: 1;
        }
        
        /* ========== 参考文献样式 ========== */
        .reference-list {
            margin-left: 20px;
            margin-bottom: 30px;
        }
        
        .reference-list li {
            margin-bottom: 15px;
            padding-left: 10px;
        }
        
        /* ========== 页脚样式 ========== */
        footer {
            text-align: center;
            padding: 40px 0;
            margin-top: 40px;
            border-top: 1px solid #e0e0e0;
            color: #666;
            font-size: 0.9rem;
        }
        
        .footer-content {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-bottom: 30px;
        }
        
        .footer-section {
            flex: 1;
            min-width: 250px;
            padding: 20px;
        }
        
        .footer-section h4 {
            color: #1a237e;
            margin-bottom: 15px;
        }
        
        .share-buttons {
            display: flex;
            gap: 10px;
            margin-top: 15px;
            justify-content: center;
        }
        
        .share-buttons button {
            background-color: #3949ab;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .share-buttons button:hover {
            background-color: #1a237e;
        }
        
        .copyright {
            margin-top: 20px;
            font-size: 0.85rem;
            color: #888;
        }
        
        .page-view {
            margin-top: 15px;
            font-style: italic;
            color: #666;
        }
        
        /* ========== 响应式设计 ========== */
        @media (max-width: 768px) {
            .container {
                padding: 10px;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            section {
                padding: 0 10px;
            }
            
            .meta-info {
                flex-direction: column;
                gap: 10px;
            }
            
            .tech-demo {
                flex-direction: column;
            }
            
            .demo-visual, .demo-description {
                min-width: 100%;
            }
            
            .footer-content {
                flex-direction: column;
            }
            
            .applications {
                grid-template-columns: 1fr;
            }
            
            #nav-sidebar {
                display: none !important;
            }
            
            .equipment-list {
                grid-template-columns: 1fr;
            }
        }
        
        /* ========== 打印优化 ========== */
        @media print {
            body { 
                background: white; 
                font-size: 12pt; 
                color: black;
            }
            .container { 
                box-shadow: none; 
                max-width: 100%; 
                padding: 0;
            }
            .no-print { 
                display: none; 
            }
            a { 
                color: black; 
                text-decoration: none; 
            }
            .technical-figure, .tech-demo, .app-card { 
                break-inside: avoid; 
            }
            .authority-banner, .article-abstract, .highlight {
                border: 1px solid #ddd;
            }
            #nav-sidebar, #back-to-top {
                display: none !important;
            }
        }