    *{padding: 0;margin: 0;font-size: 12px;font-family: 'Microsoft Yahei';color: #000;}
li {
	list-style: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
} 
b{font-family: 'Microsoft Yahei'; font-weight:normal;}
i{font-style:normal;}
.clear {
	zoom: 1;
	clear: both;
}
.clear:after {
	display: block;
	content: '';
	clear: both;
}
body{
	overflow-x: hidden;
}
/*滚动条 start*/  
      ::-webkit-scrollbar {  
        width: 10px;  
        height: 4px;  
        background-color: #F5F5F5;
      }  
      /*定义滚动条轨道 内阴影+圆角*/  
      ::-webkit-scrollbar-track {  
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background: #fff ;  
      }  
      /*定义滑块 内阴影+圆角*/  
      ::-webkit-scrollbar-thumb {  
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color:rgba(204, 204, 204, 0.7);  
      }  
      ::-webkit-scrollbar-thumb:hover {  
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color:rgba(204, 204, 204, 1);  
      }  
