/* Css for , Version=1768183010 */
 .input-number {width: 150px;}
.input-number input {border-left: none; border-right: none}
.breadcrumb+.block-region {margin-top: 0;}
.article-content {padding: 10px; border: 1px solid #ddd;}

.appheader > img {width: 100%}
#commentBox,#powerby,.numcss1 i{display:none;}.modal-header .close{color:#999 !important;}.appbar.fix-top{background-color:#fffcf2 !important;color:#666;border-bottom-color:#666 !important;}.modal-header{background-color:#fffcf2 !important;color:#fff;border-bottom-color:#666;}.btn{color:#666 !important;}#words{width:100% !important;border:1px #ddd solid !important;padding:10px 10px !important;height:47px !important;line-height:47px !important;}.btn{padding:12px 10px !important;}#company,.appheader,.article{padding:15px 10px !important;}.appbar.fix-bottom{background:#fffcf2 !important;}a.primary,a.text-primary,a:hover,a:focus{color:#999 !important;}.table-bordered{border:0px solid #ddd !important;}.table-bordered td,.table-bordered th{border:0px solid #ddd !important;}#focusMiddle,#focusBottom{margin:0px 0;}.appnav.fix-top .nav > li > a{color:#666 !important;}.appbar-actions{padding:4px 0 !important;}nav{box-shadow:0px 5px 30px 0px #000;}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background:none !important;}.appinfo{width:100%;margin:0 !important;}.appinfo .copyright{width:100%;text-align:center;}#protab .nav li{float:left !important;}.nav-tabs li.active{background:#f25500;border-radius:8px 8px 0 0px !important;}.nav-tabs li.active>a,.nav-tabs li.active> a:hover,.nav-tabs li.active> a:focus{color:#fff !important;}
#appnav .mainnav .nav > li {
  /* 移除relative定位 */
  padding: 8px 15px;
  cursor: pointer;
}
.subnav-item {
  /* 移除absolute/top/left/z-index，改为文档流布局 */
  background: #ffffff !important;
  min-width: 100% !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  /* 添加内边距，区分一级菜单 */
  padding-left: 15px !important;
}
.subnav-item li {
  padding: 8px 15px !important;
  border-bottom: 1px solid #f5f5f5 !important;
}
/* 三级菜单保留原有样式（悬浮显示） */
.subnav-item li .dropdown-menu {
  position: absolute !important;
  left: 100% !important;
  top: 0 !important;
  z-index: 9999 !important;
  background: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  min-width: 150px !important;
}
#block134{}#block134 .panel-heading{}.logo{width:50%;height:auto;}.appbar-title{line-height:40px !important;height:40px !important;}#logo img{filter:brightness0(180%);}body.with-appnav.with-appbar-top{padding-top:40px !important;}.appnav>.mainnav .nav{margin:0;width:100% !important;float:left !important;}.appnav .nav>li{width:100% !important;float:right !important;text-align:center;}.appnav>.subnavs{position:relative !important;background-color:#999;}.appnav>.subnavs>.nav>li>a{color:#fff;}.appnav.fix-top{background-color:#f0f0f0 !important;color:#fff;border-bottom-color:#f0f0f0 !important;}
.files-list {display: block; padding: 5px; margin: 0; background-color: @color-gray-pale;}
.files-list > li {position: relative; display: block; float: left; padding: 0; margin: 5px; position: relative;}
.files-list > li > a {color: #666; display: block; height: 70px; min-width: 70px; line-height: 60px; padding: 3px; max-width: 400px; overflow: hidden; text-align: center;background-color: #fff; opacity: 0.9; border: 1px solid #ddd}
.files-list > li > a:hover {opacity: 1; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); border-color: #ccc; color: #506EAF;text-decoration: none;}
.files-list > li > a > img, .files-list > li > a > img:hover{max-width: 200px; max-height: 100%; box-shadow: none; margin: 0}
.files-list:empty {display: none;}
.files-list > li.file > a {line-height: 25px; padding: 40px 30px 5px; max-width: 240px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.files-list > li.file > a:before {display: block; width: 100%; font-size: 30px; position: absolute; top: 10px; text-align: center; left: 0; content: '\e6d4'; font-family: ZenIcon;}
.files-list > li.files-list-heading {float: none; display: block; color: #999;font-weight: bold;}
.files-list > li .file-actions {display: block; position: absolute; right: 0; top: 0;} 
.files-list > li .file-actions > a {opacity: 0; display: inline-block; background-color: #D9E8F5; color: #666; padding: 3px 7px;}
.files-list > li:hover .file-actions > a,.files-list > li .file-actions > a:hover {opacity: 1; background-color: #145BCC; color: #fff; text-decoration: none;}

.files-list > li.file.file-zip > a:before, .files-list > li.file.file-rar > a:before {content: '\e751'}
.files-list > li.file.file-doc > a:before {content: '\e72c';}
.files-list > li.file > .file-md5 {display: none}
.files-list > li.file > .file-download {top: 3px; right: 5px; position: absolute; font-size: 12px; opacity: .5}

        html, body {
            margin: 0;
            padding: 0;
            background-color: #ffffff;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        }
        .tcs-container-card {
            /* 关键修改 2: 将 width 改为 max-width，并设置 width 为 100% */
            /* 这样在电脑上最宽是 500px，在手机上会自动缩小到屏幕宽度 */
            width: 100%;
            max-width: 500px;
            padding: 0;
            margin: 0;
            box-sizing: border-box;
            background-color: #ffffff;
        }
        .tcs-container-table {
            width: 100%;
            border-collapse: collapse;
            margin: 0;
            border: none;
            /* 增加 table-layout: fixed 确保在窄屏下也能保持比例 */
            table-layout: fixed;
        }
        .tcs-container-table td {
            padding: 8px 0;
            border-bottom: 1px solid #e9ecef;
            font-size: 14px;
            line-height: 21px;
            color: #333333;
            vertical-align: top;
            /* 允许内容在窄屏下换行 */
            word-wrap: break-word;
            overflow-wrap: break-word;
        }
        .tcs-container-label {
            font-weight: 600;
            /* 关键修改 3: 将固定宽度改为百分比或较小的固定值，确保手机端左侧不会太占空间 */
            width: 35%; 
            color: #343a40;
        }
        .tcs-container-table tr:last-child td {
            border-bottom: none;
        }
        .tcs-container-warning-box {
            margin-top: 10px;
            padding: 0;
            text-align: left;
        }
        .tcs-container-alert-text {
            color: #ff0000; 
            font-weight: bold;
            font-size: 15px;
            line-height: 21px;
            margin: 0;
        }
        sub {
            vertical-align: sub;
            font-size: 10px;
            line-height: 0; 
        }
    
    :root {
        --primary-blue: #0056b3;
        --border-color: #eef2f7;
        --bg-light: #f7f9fc;
    }
    .xt-table-wrapper {
        width: 100%;
        margin: 15px 0;
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        overflow: hidden; /* 防止圆角被内部表格遮挡 */
        -webkit-overflow-scrolling: touch; /* 优化移动端滚动卡顿 */
    }
    .xt-quality-table {
        width: 100%;
        border-collapse: collapse;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        font-size: 14px;
        color: #333;
        background-color: #fff;
        table-layout: auto; /* 自动列宽 */
    }
    .xt-quality-table th, 
    .xt-quality-table td {
        border: 1px solid var(--border-color);
        padding: 10px 8px;
        text-align: center;
        vertical-align: middle;
        word-wrap: break-word; /* 允许长单词换行 */
    }
    /* 表头样式 */
    .xt-quality-table thead th {
        background-color: var(--bg-light);
        color: #2c3e50;
        font-weight: 600;
        border-bottom: 2px solid #dde2e7;
    }
    .xt-quality-table .xt-main-title {
        background-color: var(--primary-blue); 
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 12px;
    }
    /* 类别列 - 在桌面端保持一定宽度 */
    .xt-category-col {
        font-weight: bold;
        background-color: #fafbfc;
        color: #555;
        width: 15%; /* 使用百分比适配 */
        min-width: 60px;
    }
    /* 数值列使用等宽字体增强可读性 */
    .xt-data-value {
        font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
        font-weight: 700;
        color: #000;
    }
    /* 斑马纹效果 */
    .xt-quality-table tbody tr:nth-child(even) {
        background-color: #fcfdfe;
    }
    /* 移动端适配 */
    @media screen and (max-width: 600px) {
        .xt-quality-table {
            font-size: 12px; /* 移动端略微缩小字体 */
        }
        .xt-quality-table th, 
        .xt-quality-table td {
            padding: 8px 4px; /* 减少内边距以挤出空间 */
        }
        .xt-main-title {
            font-size: 14px;
        }
        /* 针对移动端优化列宽分布 */
        .xt-category-col {
            width: 50px;
            padding: 4px;
        }
        /* 指标列加粗显示 */
        .xt-data-value {
            font-size: 13px;
        }
    }
    /* 解决手机横屏或超小屏幕的滚动溢出 */
    .xt-scroll-container {
        overflow-x: auto;
        width: 100%;
    }

        .TCS-APP-wrapper {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            box-sizing: border-box;
            background-color: #f7f9fc;
            font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
        }
        .TCS-APP-header {
            text-align: center;
            margin-bottom: 30px;
        }
        .TCS-APP-header h1 {
            font-size: 24px;
            color: #0056b3;
        }
        .TCS-APP-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, auto);
            gap: 20px;
        }
        .TCS-APP-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 24px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
            border: 1px solid #eee;
        }
        .TCS-APP-card-title {
            font-size: 20px;
            color: #0056b3;
            margin: 0 0 15px 0;
            font-weight: 700;
            padding-bottom: 8px;
            border-bottom: 2px solid #0056b3;
            display: inline-block;
        }
        .TCS-APP-card-content p {
            font-size: 15px;
            line-height: 1.6;
            color: #555;
            margin: 0 0 12px 0;
        }
        .TCS-APP-highlight-chem {
            color: #008080;
            font-weight: bold;
        }
        .TCS-APP-highlight-metric {
            color: #e32636;
            font-weight: bold;
        }
        .TCS-APP-tag-group {
            margin-top: auto;
            padding-top: 12px;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .TCS-APP-tag {
            font-size: 13px;
            padding: 4px 10px;
            background: #e6f0ff;
            color: #0056b3;
            border-radius: 4px;
            font-weight: 600;
        }
        @media (max-width: 768px) {
            .TCS-APP-grid {
                grid-template-columns: 1fr;
            }
        }
    
        body {
            font-family: 'Arial', 'Helvetica Neue', sans-serif;
            background-color: #f4f7f9;
            color: #333;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column; 
            justify-content: center;
            align-items: center;
            min-height: 100vh;
        }
        .container {
            background-color: #ffffff;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            max-width: 600px;
            text-align: center;
        }
        .logo-area {
            margin-bottom: 30px;
        }
        .logo-area img {
            width: 200px;
            height: 70px;
            object-fit: contain;
        }
        h1 {
            color: #1e88e5;
            font-size: 28px;
            margin-bottom: 20px;
            border-bottom: 3px solid #1e88e5;
            display: inline-block;
            padding-bottom: 5px;
        }
        p {
            font-size: 18px;
            line-height: 1.6;
            color: #555;
            margin-bottom: 25px;
        }
        .highlight {
            color: #0d47a1;
            font-weight: bold;
        }
        .contact-info {
            background-color: #e3f2fd;
            padding: 15px;
            border-radius: 8px;
            border-left: 5px solid #1e88e5;
            font-style: italic;
        }
    
  #productSlide{height:320px;text-align:center;}
  #productSlide .carousel-inner{width:320px;height:320px;display:inline-block;}
#block319{}#block319 .panel-heading{}#block319{margin-bottom:20px !important;float:left;}#block319 .panel-body{margin:0px !important;padding:0px !important;width:100%;}#block319 a{color:#fff;}#block319 a:hover{color:#f25500;}#block319 .table{border:0px !important;}#block319 .table td,#block319 .table th{padding:0px 0px !important;border:0px !important;}#block319 img{width:100% !important;height:auto !important;}