    /* 基础样式重置 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
		ul,li{ list-style:none;}
		a{ text-decoration:none;color:#1e293b;font-size:13px;}

        body {
            min-width: 1400px;
            font-family: 'Segoe UI', system-ui;
            background: #f8fafc;
            min-height: 100vh;
        }

 /* 
@media screen and (max-width: 1000px) {
   .ad-column {
     display:none !important;
    }
} */

        /* 两侧广告位 */
        .ad-column {
         /*    position: absolute;
            top: 50px;
           /*   bottom: 20px;*/
            width: 200px;
            background: rgba(255,255,255,0.9);
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            padding: 10px;
            backdrop-filter: blur(8px);
            display: flex;
            align-items: flex-start;
            justify-content: center;
        }

        .ad-left {
            left: 20px;
        }

        .ad-right {
            right: 20px;
        }

        /* 居中搜索栏 */
        .search-header {
			display: flex;
            position: fixed;
            top: 50px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(255,255,255,0.95);
            padding: 15px 25px;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            display: flex;
            gap: 15px;
            z-index: 1000;
			flex-wrap: wrap;
            backdrop-filter: blur(8px);
        }





        .search-input {
      flex: 1;
    min-width: 120px;
    max-width: 150px;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s;
}


/* 基础按钮样式 */
input[type="submit"] {
  padding: 8px 20px;
  background-color: #007bff; /* 默认背景色 */
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease; /* 平滑过渡动画 */
}

/* 鼠标悬停效果 */
.submit-btn:hover {
  background-color: #0056b3; /* 悬停时背景色 */
}	
	
	
	


        .search-input:focus {
            border-color: #3b82f6;
            box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
            outline: none;
        }

        /* 主内容区 */
        .main-content {
            margin: 140px 240px 40px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            overflow-x: auto;
			font-size:13px;
        }
		
		.foot {padding:50px;
    margin: 140px 240px 40px;
	 text-align:center;
    background: white;
    border-radius: 10px;
	
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow-x: auto;
	display: flex;    justify-content: space-between; /* 横向两端对齐 */    align-items: center; /* 垂直居中 */   
}
	
.foot .copyright{ gap: 20px; }

	.foot .ewm{ gap: 20px; }

 .main-content h2{line-height:50px;padding:5px;padding-left:20px;border-bottom:1px #666 solid;}

        /* 数据表格 */
        .data-table {
            width: 100%;
            border-collapse: collapse;
            min-width: 800px;
        }

        .data-table th,
        .data-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #f1f5f9;
            text-align: left;
        }

        .data-table th {
            background: #a9d3f8;
            font-weight: 600;
            color: #1e293b;
            position: sticky;
            top: 0;
        }

        /* 行高亮效果 */
        .data-table tr {
            transition: background 0.35s ease;
        }

        .data-table tr:hover {
            background: #a8d1fa !important;
        }

        /* 智能浮动提示 */
        .smart-tooltip {
            position: fixed;
            background: rgba(0, 0, 0, 0.88);
            color: white;
            padding: 16px;
            border-radius: 8px;
            max-width: 320px;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.2s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            z-index: 2000;
        }

        .tooltip-title {
            color: #60a5fa;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .tooltip-content {
            line-height: 1.6;
            font-size: 14px;
        }

        /* 广告内容样式 */
        .ad-content {
            text-align: center;
           
        }
		
		
		
		.pagination {
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}


		.link {
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page-btn {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    background: #f8f9fa;
}

.page-btn.active {
    background: #3b82f6;
    color: white;
}


/*
@media screen and (max-width: 1000px) {
   .search-header {
       display: contents !important;
       transform:none !important;
       width:100% !important;
    }
    
    
.search-input{max-width: 47% !important ; min-width:47% !important;margin:1%;}    
    
    input[type="submit"] {width:47% !important; margin:1% ;}
    
    
    
    .dao{display:none;}
    
    .main-content{margin:0 !important;
        
        overflow-x:visible !important;
        
        
        
    }
    
    .data-table{min-width:100% !important;}
    
    .data-table th, .data-table td{padding:0 !important;
        
        
        
        
    }
    
.foot{margin:0 !important;
    
    
    
    padding:2rem !important;
}    
    
    
   .nav-container {padding:0 !important;
       
       
       
       display :block !important;
       
   }
    
  .nav-item{text-align:center; padding:0 !important;
      
      
      width:50%;
      
  }
    
    
}

*/

       /* 导航菜单 */
        .nav-container {
            background-color: #2c3e50;
            padding: 0 20px;
            position: sticky;
            top: 0;
            z-index: 1000;
			 display: flex;
        }

        .nav-menu {
            background: #2c3e50;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            height: 50px;
        }

    .nav-menu h1{font-size:28px;
	color:#FFF}


        .nav-item {
            color: #ecf0f1;
            padding: 0 20px;
            line-height: 50px;
            cursor: pointer;
            transition: background-color 0.3s;
        }




        .nav-item:hover {
            background-color: #34495e;
        }

        .nav-item a{
            color: #fff;
			font-size:16px;

        }




    /* 分页 */
        .pagination {
            text-align: center;
            padding: 20px;
        }

        .pagination ul li{
            display: inline-block;
            padding: 8px 12px;
            margin: 0 3px;
            border: 1px solid #ddd;
            cursor: pointer;
            transition: all 0.3s;
        }

        .pagination ul li:hover {
            background-color: #3498db;
            color: white;
            border-color: #3498db;
        }
		
	  .pagination ul li.active{  background-color: #3498db;
            color: white;
            border-color: #3498db;}	
		
		
		.counterShow {
	display: none;
	position: fixed;
	z-index:10000;
	width: 505px;
	height:800px;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border: 1px solid #EAEAEA;
}
.counterShow h2 {
	height: 40px;
	width: 100%;
	background-color: #EAEAEA;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	position: relative;
}
.counterShow h2 img {
	position: absolute;
	right: 10px;
	height:20px;
	top:10px;
	width:20px;
	cursor: pointer;
}
.counterShow iframe {
	overflow:hidden;
	border:0;
	border:0;
}




.tou {
	position:fixed;
	width:500px;
	overflow:hidden;
	z-index:1000;
	display:none;
	left:50%;
	margin-top:-134px;
	margin-right:0;
	margin-bottom:0;
	margin-left:-240px;
	padding:5px;
}
.tou div {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	background-color:#FFFFFF;
	font-size:14px;
	line-height:30px;
    border-radius: 10px;
    color: #555555;
    overflow: hidden;
	padding:20px;
	border:1px #CCC solid;
}


.tou .biao
{
	 border-collapse:collapse;
     border: 1px solid #CCC;
	text-align:center;
}
.tou .biao td,th{
		 border-collapse:collapse;
    border: 1px solid #CCC;
	text-align:center;
	font-size:13px;
	}

.tou .biaoti{text-align:right;paddingh-right:10px;background:url("/static/spot/images/1.png") no-repeat right center #a9d3f8;}

.tou .biaoti a{color: rgba(255, 0, 0, 0); }

.tou div .guanbi{

    padding: 8px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.tou div .guanbi a{color:#FFF}
.guanggao { display:block;line-height:50px;height:50px; background-color: rgba(74, 201, 255, 0.3); color: rgb(202, 68, 68); overflow:hidden;}
.guanggao .gundong{}
.guanggao li{float:left; margin-right:10px;}


		
.grid-container {
display: grid; /* 启用网格布局 */
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); /* 自动填充+弹性列宽 */
gap: 20px; /* 网格间距 */
padding: 20px;
background: #f5f5f5;
}
.card {
background: white;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
min-height: 150px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
}

.card dl dt{line-height:50px;font-size:22px;color:#09F  ;border-bottom:1px solid #CCC;margin-bottom:10px;}
.card dl dd.dz{line-height:40px; border-bottom:1px solid #CCC;margin:5px;}
.card dl dd.dh{line-height:50px;font-size:16px;color:#09F}

/* 响应式适配：小屏幕单列 */
@media (max-width: 600px) {
.grid-container {
grid-template-columns: 1fr;
}
}
		

