@charset "utf-8";
body{
	background-color: #ffffff;
}
#main{
	max-width: 972px;
	margin: 0 auto;
}
#main > div{
	float: left;
}
#tops{
	max-width: 972px;
	margin: 0 auto;
	clear: both;
	padding-top: 6px;
	margin-bottom: 4px;
}
#left{
	max-width:972px; 
}
#right{
	width: 100%;
	margin-bottom: 12px;
}
.rows{
	max-width:972px;
	clear: both;
	padding: 10px 0;
}
.cate-title{
	height:26px;
	margin: 10px 0;
	line-height:26px;
	font-size: 26px;
	font-weight: normal;
	clear: both;
	color:#8f8f8f;
}
.cate-title a{
	color:#8f8f8f;
}
#tops .pic-extra{
	float: left;
}
.pic-extra{
	width:150px;
	height: 260px;
	margin-bottom: 10px;
	float: left;
	padding-top: 6px;
}
@media screen and (min-width:960px){
	.pic-extra:hover{
	    -moz-box-shadow: 0px 0px 10px #00a;
	    -webkit-box-shadow: 0px 0px 10px #00a;
	    box-shadow: 0px 0px 10px #00a;
	}
}
.pic{
	width:150px;
	height: 214px;
	position: relative;
	margin: 0 auto;
}
.pic a{
	width:150px;
	height: 214px;
	display: block;
	position: relative;
}
.pic img{
	 /*width:180px;
	height: 258px; */
	width:150px;
	height: 214px;
}
.pic .hd{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #06A7E1;
	color: #fff;
	padding:1px 2px;
	border-radius: 0 2px 0 0;
}
.pic .sd{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #4400CC;
	color: #fff;
	padding:1px 2px;
}
.pic .rating{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	padding:1px 2px;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #F2CD2E 0%, #F49320 100%) repeat scroll 0 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2CD2E), color-stop(100%,#F49320));
    background: -webkit-linear-gradient(top, #F2CD2E 0%,#F49320 100%);
    background: -o-linear-gradient(top, #F2CD2E 0%,#F49320 100%);
    background: -ms-linear-gradient(top, #F2CD2E 0%,#F49320 100%);
    background: linear-gradient(to bottom, #F2CD2E 0%,#F49320 100%);
    border-radius: 2px 0 0 0;
}
.update{
	width: 150px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.mask{
	width: 150px;
	height: 45px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-size: 150px 45px;
	background: url(../images/title_bg_210_45.png) 0 0 no-repeat;
	display: block;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
}
.extra{
	width: 100%;
	height: 42px;
	margin-top: 3px;
	text-align: center;
}
.title{
	width:100%;
	height: 21px;
	color: #444;
	text-align: center;
	font-size: 13px;
	display: block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.extra a:hover{
	color: #ff0000;
}
.subtitle{
	width:100%;
	height: 21px;
	color: #999;	
	text-align: center;
	font-size: 13px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.hide-pages{
	position: absolute;
	left: -9600px;
}
/*排行榜*/
.ranklists{
	width: 150px;
	margin-top: 20px;
	overflow: hidden;
	color: 333;
	font-size: 12px;
	line-height: 12px;
}
.lists-title{
	width: 150px;
	height: 30px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	text-align: center;
	line-height: 30px;
}
.lists-title span{
	width: 20px;
	height: 11px;
	position: absolute;
	top: 10px;
	right: 4px;
	display: block;
}
.ranklists hr{
	width: 150px;
	margin: 0 auto;
	background: #fff;
	/*border:1px solid #fff;*/
}
.list-title{
	width: 150px;
	height: 32px;
	
	overflow: hidden;
}
.list-title .active{
	background:#0096FF;
	color: #fff;
}
.list-title ul li{
	width: 83px;
	height: 32px;
	float: left;
	color: #000;
	font-size: 16px;
	border-radius: 3px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
/*.list-title ul li:first-child{
	width: 54px;
}
.list-title ul li:first-child{
	border-left: none;
}*/
.list-title ul li:hover{
	background: #0069ff;
}
.lists-content{
	width: 150px;
}
.ranklist{
	width:150px;
	float: left;
}
.ranklist li{
	width: 150px;
	height: 30px;
}
.ranklist li a{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
	color: #535353;	
	line-height: 30px;
	position: relative;
}
.ranklist li a span{
	width: 20px;
	height: 20px;
	position: absolute;
	font-style:normal;
	text-align: center;
	line-height: 20px;
	margin: 5px;
}
.ranklist li a span.last{
	border-radius: 3px;
	background-color: #0096ff;
	color: #fff;
}
.ranklist li a span.top{
	border-radius: 3px;
	background-color: #FF6900;
	color: #fff;
}
.ranklist li:hover a em,.ranklist li:hover a i{
	color: #ff0000;	
}
.ranklist li a em{
	width: 90px;
	padding-left: 30px;
	font-style: normal;
	font-size: 12px;
	line-height: 30px;
	color: 333;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display: block;
}
.list li a em{
	width: 80%;
}
.ranklist i{
	position: absolute;
	top: 0;
	right: 0;
    float: right;
    height: 16px;
    line-height: 30px;
    font-style:normal;
    color: #e5aa00;
}
@media only screen and (max-width:960px) {
	#ad1{
		margin-top: 4px;
	}
	#main{
		width: 100%;
		margin: 0 auto;
	}
	#main > div{
		float: left;
	}
	#tops{
		width:100%;
		margin: 0 auto;
		clear: both;
		margin-top: 2px;
	}
	#left{
		width:100%;
	}
	.rows{
		width: 100%;
		clear: both;
		padding-top: 10px;
	}
	.cate-title{
		font-family:"Microsoft YaHei";
		height:26px;
		margin: 10px 10px;
		line-height:26px;
		font-size: 26px;
		font-weight: normal;
		color:#8f8f8f;
		clear: both;
	}
	.cate-title a{
		color:#8f8f8f;
	}
	.pic-extra{
		height: 215px;
	}
	.pic{
		width:112px;
		height: auto;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
	}
	.pic a{
		width:112px;
		height: 160px;
		display: block;
		position: relative;
	}
	.pic img{
		width:112px;
		height: 160px;
	}
	.pic .hd{
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #06A7E1;
		color: #fff;
		padding:1px 2px;
		border-radius: 0 2px 0 0;
	}
	.pic .sd{
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #4400CC;
		color: #fff;
		padding:1px 2px;
	}
	.pic .rating{
		position: absolute;
		right: 0;
		bottom: 0;
		color: #fff;
		padding:1px 2px;
		background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #F2CD2E 0%, #F49320 100%) repeat scroll 0 0;
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2CD2E), color-stop(100%,#F49320));
	    background: -webkit-linear-gradient(top, #F2CD2E 0%,#F49320 100%);
	    background: -o-linear-gradient(top, #F2CD2E 0%,#F49320 100%);
	    background: -ms-linear-gradient(top, #F2CD2E 0%,#F49320 100%);
	    background: linear-gradient(to bottom, #F2CD2E 0%,#F49320 100%);
	    border-radius: 2px 0 0 0;
	}
	.update{
		width: 112px;
		height: 20px;
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		text-align: center;
		line-height: 20px;
	}
	.mask{
		width: 112px;
		height: 45px;
		position: absolute;
		bottom: 0;
		left: 0;
		background-size: 150px 45px;
		background: url(../images/title_bg_210_45.png) 0 0 no-repeat;
		display: block;
		opacity: 0.6;
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		-khtml-opacity:0.6;
	}
	.extra{
		width: 100%;
		height: 21px;
		margin-top: 3px;
		text-align: center;
	}
	.title{
		width:100%;
		height: 21px;
		color: #555;
		text-align: center;
		font-size: 13px;
		display: block;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.extra a:hover{
		color: #ff0000;
	}
	.subtitle{
		width:100%;
		height: 21px;
		color: #999;	
		text-align: center;
		font-size: 13px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.hide-pages{
		display: none;
	}
}
@media screen and (max-width:479px){
	.pic-extra,.ranklist{
		width:33.33333333%;
	}
	.ranklist{
		margin-bottom: 13px;
	}
	.ranklist li {
		width: 120px;
		overflow: hidden;
	}
	.ranklist li .rating{
		display: none;
	}
}
@media screen and (min-width:480px){
	.pic-extra{
		width:25%;
	}
}
@media screen and (min-width:700px){
	.pic-extra,.ranklist{
		width:16.66666666%;
	}
}