/* 广告区域*/  
                
					#ads-container {  
					     bottom: 0; 
					  position: fixed;
					    width: 100%;  
					    min-height: 200px;  
					    overflow: hidden;  
					    z-index:1;  
					}  
					  
					#ads-container img {  
					    width: 100%;  
					    height: 200px;  
					    object-fit: cover;  
					}
					.close-button {  
					    position: absolute;  
					    top: 10px;  
					    right: 10px;  
					    background-color:#999;  
					    color: white;  
					    border: none;  
					    padding:5px;  
					    cursor: pointer;  
						border-radius:20px;
						 z-index:1;  
					}
					/*  .ad-description {  
					    margin-top: 10px; /* 间距调整，根据实际需求设置 */  
					/*    font-size: 14px; /* 字体大小调整 */  
					/*    color: #333; /* 文字颜色调整 */  
					    /* 可以添加更多样式，如字体样式、行高等 */  
					}
				
		
		#ads-top{
		      width: 100%;
		      
		      background-color: #fff;  
		      margin: 0 auto;  
		      position: relative; /* 或 absolute, fixed, sticky 根据需要 */  
		      z-index: 1000; /* 较高的z-index值确保它位于顶部 */  
		
			
		  } 
					#ads-top img {  
					    width:90%;  
					    height:130px;  
					   object-fit: cover;
						border-radius:10px 10px;
						margin-left:5%;
						 cursor: pointer;		
								 
							}
	
				#sousou{
				padding-bottom:80px;
				padding-top:30px;
				
				  background-image: url('51.gif');
				  /* 不重复背景图片 */
				  background-repeat: no-repeat;
				  /* 设置背景图片的位置，这里假设你想让图片顶部对齐 */
				  background-position: top center;
				  /* 设置背景图片的尺寸 */
				  background-size: 100% auto; /* 宽度100%，高度自动 */
				  }