
	
	
body{
	padding:0px;
	margin:0px;
	/* width:200px; */
}
img{
	max-width:100%;
	max-height:90%;
}
.loading{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:342px;
	background:url(../Images/ranklist/loading.gif) no-repeat top;
}
#rank_list{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	/* height:334px; */
	padding:0px;
	margin:0px;
	font-family:'微软雅黑' !important;
	color:#fff !important;
}
.rank_head{
	/* position:fixed; */
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:42px;
	background:url('../Images/ranklist/rank_head.png') repeat;
	font-size:1.2em;
	line-height:42px;
	text-align:center;
}
	.rank_head span{
		display:inline-block;
		float:left;
		width:20%;
		/* height:1.2em; */
		height:100%;
		overflow:hidden;
	}
.content_div{
	overflow-y:auto;
	height:300px;
	width:100%;
	margin-top:42px;
	overflow-x:hidden;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	background:url('../Images/ranklist/rank_bg.png') repeat;
}
	.tb_content{
		width:100%;
		margin:0px;
		padding:0px;
		text-align:center;
		border:none;
	}
	.tb_content td{
		width:20%;
		height:60px;
		line-height:60px;
		display:inline-block;
		overflow:hidden;
	}
	.u_avator{
		max-height:52px;
	}





/*** 滚动条样式 ***/
#content_div::-webkit-scrollbar {
	/*
	width:10px;
	height:10px;
	*/
	display:none;
}
#content_div::-webkit-scrollbar-button    {
	/* background-color:#FF7677; */
}
#content_div::-webkit-scrollbar-track     {
	/* background:#FF66D5; */
}
#content_div::-webkit-scrollbar-track-piece {
	/* background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png); */
}
#content_div::-webkit-scrollbar-thumb{
	/* background:#FFA711;
	border-radius:4px; */
}
#content_div::-webkit-scrollbar-corner {
	/* background:#82AFFF; */
}
#content_div::-webkit-scrollbar-resizer  {
	/* background:#FF0BEE; */
}


/* ie */
body {
	/* scrollbar-face-color: #b46868; */
}



