body {
    margin: 0; 
    padding: 0;
    width: 100%;
    /*height: 100vh; */
    /*background: #fff;*/
    font-family: 微软雅黑, Arial, sans-serif, "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
} 
.detail td{ 
    white-space: pre-line!important; 
}
.detail .form-title{
    white-space: unset!important;  
}
a{text-decoration:none;color:#333;} 
input , textarea , select{
    font-family:"Microsoft Yahei"; 
    /*color:#5B5B5B; */
    font-size:14px;
    
}
/*头部*/ 
.nav_bg{ width:100%; height:50px; 
/*background:rgb(52, 52, 52); */
background: rgb(0 150 136);
position:fixed;top:0;left:0;color:#fff;line-height:50px;z-index:1000;}
.nav{width:1200px; margin:0px auto; position:relative;} 
 
.head{ width:100%;
/*height:50px;*/
padding-top:30px;
position:relative;} 
.search{  
    width:100%; 
    height:45px;  
    position:relative;
    /*margin: 0 auto;  */
}
.search input[type="text"]{ width:calc(100% - 80px); height:45px; line-height:45px; position:absolute; left:0px; top:0px; padding:0 20px;font-size:16px;  border:2px solid #009688; background:none;outline:none;}
.search input[type="submit"]{ width:80px; height:45px; background:#009688; position:absolute; right:0px; top:0px; cursor:pointer; border:1px solid #009688; color:#FFF; font-size:16px; text-align:center; line-height:35px; z-index:99;} 

.search1 input[type="text"]{ 
    border: 2px solid #000;
}
.search1 input[type="submit"]{
    background: #000;
    border: 1px solid #000;
} 
.search2 input[type="text"]{ 
    border: 2px solid blue;
}
.search2 input[type="submit"]{
    background: blue;
    border: 1px solid blue;
} 
.search3 input[type="text"]{ 
    border: 2px solid orange;
}
.search3 input[type="submit"]{
    background: orange;
    border: 1px solid orange;
} 
.search4 input[type="text"]{ 
    border: 2px solid purple;
}
.search4 input[type="submit"]{
    background: purple;
    border: 1px solid purple;
} 
.search5 input[type="text"]{ 
    border: 2px solid green;
}
.search5 input[type="submit"]{
    background: green;
    border: 1px solid green;
} 

.search-list{
    position: absolute;
    top: 44px;
    background: #fff;
    border: 1px solid #009688;
    width: calc(100% - 82px);
    left: 0;
    z-index: 999;
    padding: 0; 
} 
.search-list div{ 
    line-height: 40px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px; 
    color:#333;
}
.search-list div:hover{
    background: #009688;  
    color:#fff;
} 
.head .bottom{ 
    /*position: absolute;*/
    /*top:90px; */
    /*left:0;   */ 
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    display: flex; 
    margin:10px 0;
} 
.head .bottom .text{ 
    color: #737373;
    width: 150px;
}  
.head .bottom .lists{  
    width: 1050px; 
} 

.head .bottom .lists span{  
    padding:0 8px;  
    white-space: nowrap;
} 

.contain{
    display: flex;
    flex:1;
    justify-content: center;
    margin-top:60px;
}
.container{ 
    width:1200px;  
    /*max-width: calc(100% - 640px);*/
    /*margin:0px auto;*/ 
}  
.container2{  
    margin:0px auto;
    min-height: calc(100vh - 319px);
}  
.container .scd_l{ 
    width:300px;  
    float:right; 
    border:1px solid #009688;
    position: fixed;
    right: calc(50% - 600px); 
    background: #fff;
    
}
.container .scd_l .name{ width:100%; height:40px; line-height:40px; text-align:center; background:#009688; font-size:20px; color:#FFF; border-bottom:1px solid #ddd;position:absolute;
    top:0;
    left:0;
}
.container .scd_l .s_nav{
    width: calc(100% - 40px);
    height:540px;
    overflow-y: auto; 
    font-size: 14px;
    margin-top:40px!important;
    
} 
.container .scd_l .s_nav .single{ 
    width: 100%; 
    
} 
.container .scd_l .s_nav{margin:0;padding:10px 20px;list-style-type:none;}   
.container .scd_l .s_nav li{margin:0;padding:0;outline:none;list-style-type:none;line-height:35px;} 
.container .scd_l .s_nav li a{
    color:#333; 
} 
.container .scd_r{ width:850px; float:left;
    min-height:600px;}   
.table{ border-collapse:collapse;width:100%;margin-bottom:60px;} 
.table tr td { 
    /*border:1px solid #ddd; */
    padding: 5px 10px;   
}     
.table tr td{
    font-size: 12px !important;
    /*padding:6px 10px;*/ 
    line-height:20px;
}
/* 为奇数行设置交替背景色 */
.table tr:nth-child(odd) { 
    background-color: #e8e8e8;
}
/* 为偶数行设置交替背景色 */
.table tr:nth-child(even) {
    background-color: #f9f9f9; 
}

.table2{
    width: 100%;
    overflow: auto;
    margin-bottom: 5px;
}
.table2 tr td,.table2 tr th {
    border:1px solid #ddd; 
    text-align: center;
    padding:10px 5px;
    font-size: 14px;
}    
.nav a{
    color:#fff;
    text-decoration: none;
}
.nav a:hover{
    color:#009688; 
    color:#fff;   
}
.nav .left a{ 
    margin:0 5px;
}
.nav .left span{ 
    margin:0 10px;
}
.nav .right a,.nav .right span{ 
    margin:0 10px;
}
.nav{
    display: flex; 
    justify-content: space-between;
}
.section{ 
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
} 
.section-table{ 
    width: 100%;  
    margin:20px 0; 
} 
.section-ads{ 
    width: 100%;
    display: flex;
    /*height: 120px;*/
    margin:10px 0;
    /*justify-content: space-between; */
} 
.section-ads a{
    width: 190px;
    /*height: 120px;  */
    display: flex;
    align-content: center;
    justify-content: center;
    display: block;
}
.section-ads img{
    max-width: 100%;
    max-height: 100%; 
}
.section-forms{ 
    display: flex;
    justify-content: space-between;  
    margin:5px 0;
}
.section-forms .search{ 
    width: 32%;
}
.section-lists{
    width: 100%;
    margin: 20px auto; 
    display: flex;
    justify-content: space-between;   
}
.th span{
    font-size: 14px;
    color: #333!important;
}
.section-lists .item{ 
    width: calc(100% - 10px);  
    margin-bottom: 30px; 
} 
.section-lists .item2{ 
    width: calc(50% - 10px);  
    margin-bottom: 30px; 
} 
.section-lists .time{  
    color: gray;
    width: 140px;
    font-size: 14px;
} 
 
.section-lists .title{   
    line-height: 40px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
} 
.section-lists .title .more{    
    font-weight: 100; 
} 
.section-lists .box{  
    width:calc(100% - 20px); 
    /*height:352px;*/
    border:1px solid #009688;
    padding:10px 10px;
    /*overflow: auto;*/ 
    /*min-height: 600px;*/
    /*border-radius: 5px; */
}  
.section-lists .box2{   
    overflow: auto;
    height: 600px; 
}  
.section-lists .box label{   
    display: flex; 
    align-items: center;
    height: 35px;
}    
.section-lists .box .title{    
    margin:0 10px 0 0;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
    max-width:200px ; /* 设置一个宽度限制 */ 
}  
.single{    
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
    width:350px ; /* 设置一个宽度限制 */ 
    display: block;
}    
.section-lists .box-contract label{   
    display: flex;
    justify-content: space-between;    
    border-bottom: 1px solid #f4f4f4; 
} 
.section-lists .box-contract .single{    
    width: calc(100% - 500px);
} 
.section-lists .box-contract .single2{      
    width: calc(100% - 350px); 
} 
.section-lists .box-contract .username{   
    color:#666;
    font-size: 14px;
} 
 
.section-lists .box-contract .more{
    color: #999;
    font-size: 13px;
}
.form-title{
    background:#009688;
    color:#fff;
    position: relative;
}
.form-pos{
    position: absolute;
    top:-60px;
    left:0;
}

footer{  
	height:auto; 
	background:#3C3C3C; 
    /*background: #009688;*/
	width:100%;   
	color:#fff; 
} 
footer section{ 
	width:100%;    
	color:#ccc;
	background:rgb(52, 52, 52);  
    /*background: rgb(52 52 52 / 11%);*/
    /*background: rgb(0 150 136);*/
	height: 40px;
	line-height: 40px;
	font-size: 14px; 
}
footer .main{ 
	margin:0 auto;
	width:1200px;  
}
footer .main .left{ 
	width:1200px; 
	display: flex;
    justify-content: space-between;    
}
footer .main .left ul{  
    margin: 0;
    padding: 0;
    width: 30%;
    display: block;
}
footer .main .left ul h2{
	display:block; 
	width:100%;
	height:35px;
	text-align:left;
	line-height:35px;
	font-size:18px;
	font-weight: normal;
	color:#fff;
	margin-bottom:6px;
	/*border-bottom:2px solid #009688;*/
	border-bottom:2px solid #fff;
}
footer .main .left ul li{
	display:block;
	width:100%;
	height:30px;
}
footer .main .left ul li a{
	display:block;
	line-height:30px;
	font-size:14px;
	/*color:#D8D8D8;*/
	color:#fff;
	transition-duration:0.2s;
}
footer .main .left ul li a:hover{
	color:#009688; 
	color:#fff;   
}
footer .main .right{
	width:240px;
	height:auto;
	overflow:hidden;
	float:left;
}
footer .main .right .logo{
	display:none;
}
footer .main .right .ewm{
	width:140px;
	height:140px;
	background-color:#fff;
	margin:10px auto 0 auto;
}
footer .main .right .ewm img{
	width:100%;
}
footer .main .right .ewmtext{
	width:140px;
	height:26px;
	line-height:30px;
	font-size:14px;
	/*color:#999;*/
	color:#fff;
	text-align:center;
	margin:0 auto;
}
footer .main .right .teltext{
	width:100%;
	height:26px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	text-align:center;
	margin:10px auto 0 auto;
}
footer .main .right .tel{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	line-height:30px;
	font-size:18px;
	color:#fff;
}
.ad{
    width: 100%;
    /*width: 1200px;*/
    /*margin:60px auto 0 auto; */
    /*display: flex;*/
    /*justify-content: center;*/
}
.ad img{
    width: 100%; 
    /*height: 350px;*/
}
td{
    position: relative;
}
.open{
    position: absolute;
    top:-3px;
    right:0px;
    line-height: 30px;
    width: 40px;
    text-align: center;
    font-size: 40px;
    color:#fff!important;
}

.section-cats{
    display: flex;
    justify-content: space-between;
}
.section-cats .left img{
    width: 350px;
}
.section-cats .right{    
    width: 830px; 
}
.section-cats .title{  
    font-weight: bold;  
    line-height: 40px;
    height: 40px;
    font-size: 18px;
}
.section-cats .right .item{   
    background: #f4f4f4; 
    width: calc(100% - 40px);
    margin:20px 0;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
    
  background-image: url('../images/cut/right.png');  /* 自定义图标路径 */
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;  /* 根据图标宽度调整 */
}  
.ad_left,.ad_right{ 
    position: relative; 
    /*width: calc(50% - 600px);   */  
    overflow: hidden;  
    width: 300px;    
}   
.inner-container {
  width: calc(100% + 15px); /* 通过增加宽度隐藏滚动条 */
  height: 100%;
  overflow-y: scroll; /* 保持滚动功能 */
  padding-right: 15px; /* 补偿滚动条宽度 */
}
.ad_left img{  
    width: calc(100% - 20px); 
    margin:0 10px 10px 10px;  
} 
.ad_right img{  
    width: calc(100% - 20px); 
    margin:0 10px 10px 10px; 
}
.model{
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.model .mask{
    width: 100%;
    height: 100vh;
    position: absolute;
    top:0;
    left: 0; 
    background: #000;
    opacity: 0.5;
    z-index: -1;
} 
.model .content{
    display: flex;
    justify-content: center;
    /*align-items: center;   */
    flex-direction: column;
    background: #fff;
    padding: 30px;
    line-height: 30px;
    position: relative;
    border-radius: 10px;
}
.model .inner{
    display: flex;
    justify-content: center;
    /*align-items: center;   */
    flex-direction: column;
    background: #fff;
    /*padding: 30px;*/ 
    line-height: 30px;
}
.model .close{ 
    width: 30px;
    height: 30px;
    position: absolute;
    top:5px;
    right: 5px;
    line-height: 30px; 
    color: #000;
    z-index:3000;
}
.model strong{
    text-align: center;
    line-height: 50px;
}
.model .btn{  
    margin:10px 0;
    width: 100%;
}
 
.model .text{  
    text-align: center;
    margin:-30px 0 20px 0;
}
.model-pdf{
    z-index: 2000;
}
.model-pdf .foot{
    display: flex;
}
.model-pdf .content{
    display: flex;
    flex-direction: column;
}
.model-pdf .foot{ 
    display: flex;
    justify-content: center;
}
.model-pdf .btn2{ 
    margin:10px;
    height: 25px;
    line-height: 25px;
    width: 120px;
}
.model .red{
    color: red;
    font-size: 18px;
}
.model .line{ 
    display: flex;
}

#pdf-container { 
    /*width: 100%; */
    /*height: 80vh; */
    /*border: 1px solid #ccc; */ 
} 

.pagination{list-style:none;padding:0;}
.pagination li{padding:5px 9px 5px 9px; float:left;color:#000;}
.pagination .active {color:#41BEDD !important; }


.detail{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.detail .time{ 
    margin:10px 0;
    color:#666;
}
.detail .phone{  
    color:#666;
    margin:10px 0;
}
.detail .content{  
    text-align: left;
    line-height: 30px; 
    margin-top: 20px;
    margin-bottom: 30px;
}
.publish_lists .td{   
    width: 150px;
    text-align: center;
    display: block;
}
.section-download{
    margin-top:0;
}
.section-forms-msds{ 
    margin-top: 40px;
    flex-direction: column;
}
.section-forms-msds .title{
    width: 100%;
    font-weight: bold;
    line-height: 50px;
}


.dynamic-popup {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    animation: fadeIn 0.2s ease-out;
}

.popup-content {
    position: relative;
    padding: 15px;
    width: 450px;
    font-size: 14px;
}

.popup-content p{ 
    white-space: break-spaces;
}
.popup-close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #999;
}

.popup-close:hover {
    color: #333;
}

.popup-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    transform: rotate(45deg);
    /*border: 1px solid #ddd;*/
    border-top: none;
    border-left: none;
    top: -6px;
    left: 50%;
    margin-left: -5px;
}

/* 根据位置调整箭头 */
.dynamic-popup[data-position="bottom"] .popup-arrow {
    top: -6px;
    left: 50%;
    margin-left: -5px;
}

.dynamic-popup[data-position="top"] .popup-arrow {
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
}

.dynamic-popup[data-position="left"] .popup-arrow {
    right: -6px;
    top: 50%;
    margin-top: -5px;
}

.dynamic-popup[data-position="right"] .popup-arrow {
    left: -6px;
    top: 50%;
    margin-top: -5px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}
.popup-close-btn{
    position: absolute;
    top:0;
    right: 0px;
    border:0;
    z-index: 100;
    background: #fff;
    font-size: 18px;
    color: #333;
    
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #999;
    padding: 0 5px;
}