.ranklogo{
	text-align: center;
	margin-top: -300px;
}
.ranklist.fixed{
	position: fixed;
	top: -10px;
	left: 0;
	right: 0;
	z-index: 9999;
	margin: 0 auto;
}
.ranklist{
	overflow: hidden;
	clear: both;
	position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
}
.ranklist a{
	float: left;
	height: 40px;
	line-height: 40px;
	width: 144px;
	background-color: #314f43;
	color: #30a578;
	text-align: center;
	margin-right: 6px;
	margin-top: 10px;
}
.ranklist a:hover{
	color: #fee04f;
}
.ranks{
	padding: 20px 0;
}
.ranks .title{
	color: #fcb93b;
	font-size: 30px;
	background: url('../images/pc/result_icon.png') no-repeat 0 center;
	line-height: 80px;
	padding-left: 35px;
	width: 1165px;
	padding-top: 10px;
}
.ranks .rank{
	background-color: #202020;
	overflow: hidden;
	margin-top: 20px;
}
.ranks .rank > div{
	float: left;
}
.ranks .rank .img{
	width: 210px;
	text-align: center;
	margin: 35px 0;
}
.ranks .rank .img img{
	width: 150px;
	height: 150px;
}
.ranks .rank .content{
	width: 990px;
}
.ranks .rank .content .name{
	font-size: 26px;
	color: #fcb93b;
	overflow: hidden;
	clear: both;
}
.ranks .rank .content .name > div{
	float: left;
}
.ranks .rank .content .name .cc{
	margin-top: 35px;
}
.ranks .rank .content .name .cc a{
	color: #fcb93b;
}
.ranks .rank .content .deses{
	font-size: 14px;
	color: #fcfcfc;
	line-height: 28px;
	margin-top: 20px;
	padding-right: 25px;
}
.ricon{
	width: 97px;
	height: 77px;
	margin-left: -20px;
	margin-right: 20px;
}
.rank0{
	background: url('../images/pc/no1.png') no-repeat 0 0;
}
.rank1{
	background: url('../images/pc/no2.png') no-repeat 0 0;
}
.rank2{
	background: url('../images/pc/no3.png') no-repeat 0 0;
}
.rank3,.rank4{
	width: 0;
}
.authors{
	margin-bottom: 50px;
}