﻿
		body {  
			background-color:#d1d1d1;		 
		} 
 
		 .content{
		 overflow-x:hidden;
		 overflow-y:hidden;
		
		}	
 
			
			 
		 .info{
		 
		 right:0;
		 overflow:hidden;
		 position:absolute;
		 display:none;
		 }
 
		 
		 
		 
		  .info .title{
			font-family:"微软雅黑";
			font-size:1.5em;
			 color:#47331e;
			display:block;
				line-height:1.5em;
			 padding-bottom:1em;
		  	 text-align:left;
			 font-weight:bold;
		  }
		  .info p{
		  display:block;
		  font-family:"微软雅黑";
			font-size:1em;	
			color:#47331e;
			padding-bottom:0.2em;
				 text-align:left;
		  }
		  
		  
		   .big_img img{ 
		   width:initial;
		   }
		  .big_img{
		   width:100%;
		   text-align:center;
		 
		  }
		 #scrollbar2 .overview ul li{
		 float:left;
		 margin:10px;
		 
		 }
		/* Tiny Scrollbar scrollbar2 */  
		#scrollbar2 { width: 100%;   }  
		#scrollbar2 .viewport { width: 100%;     overflow: hidden; position: relative; }  
		#scrollbar2 .overview {  list-style: none; position: absolute; left: 0; top: 0; }  
		#scrollbar2 .scrollbar{ position: absolute;  bottom:0px; clear: both; height: 15px; }  
		#scrollbar2 .track { background:#7e818d; width: 100%; height:15px; position: relative; }  
		#scrollbar2 .thumb { background:#010928; height: 15px; cursor: pointer; overflow: hidden; position: absolute; left: 0; top: 0; }  
		#scrollbar2 .disable { display: none; }  
		.noSelect { user-select: none; -o-user-select: none;}