*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0;padding: 0;}
body{
	font: 16px/1.6 "Microsoft Yahei","SimSun","宋体","Arial","HELVETICA","sans-serif","Tahoma";
	/*background: url(../i/bg_body.png);*/
	max-width: 980px;
	margin: 0 auto;
	color: #000;
}
a{
	color: #000;
	text-decoration: none;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.clear{
	clear: both;
	overflow: hidden;
}
.fl{
	float: left;
	display: inline;
}
.fr{
	float: right;
	display: inline;
}
.main h1{
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 0;
}
.main h4{
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-bottom: 3px;
}
.main{
	margin: 10px;
}
.main img{
	max-width: 100%;
}
/*全局样式*/
.loading{
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 1001;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	background: url(../i/loading.gif);
	background-size: 100%;
}
/* for single img scale */
.img_move_mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 901;
	display: none;
}
.img_move_mask .img_move{
	position: absolute;
	width: 100%;
	height: auto;
	left: 50%;
	z-index: 902;
}
/*修改浏览器滚动条样式*/
 ::-webkit-scrollbar {  
    width: 10px;  
    height: 4px;  
    background-color:red;  
}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track {  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    background:#0e233a;  
}  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb {  
    border-radius: 3px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color:#dddddd;  
}  
::-webkit-scrollbar-thumb:hover {  
    border-radius: 3px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color:#dcdcdc;  
}