.ranking_top_box{
	background-color:#F4F4F4;
}
.ranking_top_img{
	min-height: 182px;
	background:url(../images/JS_ranking_top_bg.jpg) -2px 0 no-repeat;
}
.ranking_title_box{
	margin-top:20px;
}
.ranking_title_a{
	float:left;
	width:321px;
	height:107px;
	line-height:107px;
	font-size:30px;
	font-family: '微软雅黑';
	text-align:center;
	border-radius: 6px;
	color:#3F3F3F;
}
.ranking_brand_a{
  	background: url(../images/ranking_brand.png) 25px center no-repeat;
	background-color:#FACD89;
}
.ranking_price_a{
	margin:0 4px;
  	background: url(../images/ranking_price.png) 25px center no-repeat;
	background-color:#FACD89;
}
.ranking_compensation_a{
  	background: url(../images/ranking_compensation.png) 25px center no-repeat;
	background-color:#FACD89;
}

.ranking_a_current{
	height:82px;
	line-height:82px;
	margin-top:-5px;
	border-top:20px solid #F39700;
	color: #F39700;
}
.ranking_a_current:hover{
	color: #F39700;
}

.ranking_brand_a_current{
	background: url(../images/ranking_brand_current.png) 25px center no-repeat;
}
.ranking_price_a_current{
	background: url(../images/ranking_price_current.png) 25px center no-repeat;
}
.ranking_compensation_a_current{
	background: url(../images/ranking_compensation_current.png) 25px center no-repeat;
}
.ranking_contents_num{
	float:left;
	width:180px;
	height:129px;
	margin-top:20px;
	text-align: center;
	line-height: 129px;
	font-size: 167px;
	font-family: 'Impact';
	color: #EDEDED;
}
.ranking_contents_num_current{
	color: #FFCC99;
}
.ranking_main_current_new{
	border-radius:3px;
	background:#F3F3F3;
	box-shadow: 0 0 6px #AFAFAF;
}