@charset "UTF-8";
.idxblock{
	margin: 0 auto;
	text-align: left;
	width: 1200px;
	position: relative;
	
}
#content .container{
    overflow: hidden;
}
.idxsearch, .recombg, .uptodate, .frees, .author, .idxlb, .idxfeature{
	min-width: 1200px;
}
.idxsearch{
	background: url(../style/searchbg.jpg) repeat center top;
}
.idxsearch .idxblock{
	height: 307px;
}
.idxsearch .searchtxt{
	position: absolute;
	top: 52px;
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #fff;
}
.idxsearch .searchform{
	position: relative;
	margin-top: 126px;
	left: 50%;
	margin-left: -325px;
}
.idxsearch .searchform .iptbg{
	width: 572px;
	height: 70px;
	background-color: #fff;
	float: left;
	border-radius: 5px 0 0 5px;
}
.idxsearch .searchform .iptbg .searchipt{
	border: none;
	background: none;
	width: 534px;
	height: 40px;
	line-height: 40px;
	margin: 16px 0 0 20px;
	font-size: 16px;
	color: #b8b0b0;
}
.idxsearch .searchform .iptbg .searchipt.isfocus{
	color: #000;
}
.idxsearch .searchform .submitLink{
	float: left;
	width: 78px;
	height: 70px;
	background: url(../style/icon.jpg) no-repeat 0px -40px;
	overflow: hidden;
	text-indent: -99999px;
	cursor: pointer;
	border: none;
	border-radius: 0 5px 5px 0;
}
.idxsearch .searchform .submitLink:hover{
	background-position: -79px -40px;
}
.idxsearch .searchlink{
	
	margin-top: 25px;
	text-align: center;
}
.idxsearch .searchlink li{
	display: inline-block;
}
.idxsearch .searchlink li.pipe{
	width: 83px;
	height: 35px;
}
.idxsearch .searchlink a{
	display: inline-block;
	width: 170px;
	height: 35px;
	border-bottom: 2px solid #85989e;
	background-color: #e0e0e0;
	text-align: center;
	line-height: 35px;
	
}
.idxsearch .searchlink a:hover{
	background-color: #cfcfcf;
	border-bottom: 2px solid #a0a4a5;
}
.idxblock .blocktit{
	padding-top: 0px;
}
.idxblock .blocktit h2{
	font-size: 20px;
	color: #666;
	height: 40px;
	line-height: 40px;
	margin-bottom:20px;
	width:1200px;
	text-align:center;
}
.idxblock .blocktit .sptxt{
	display:block;
		width:1200px;
	text-align:center;
	color: #666;
	margin: 10px auto 0;
}
.idxblock .blocktit .morelink{
	float: right;
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 6px;
	margin-right:20px;
}
.idxblock .blocktit .lbbtns{
	float: right;
}
.idxblock .blocktit .lbbtns a{
	float: left;
	margin: 10px 0 0 6px;
	padding: 3px 10px;
}
.idxblock .blocktit .lbbtns a.disable{
	color: #999;
	cursor: default;
}
.idxblock .blocktit .lbbtns a.disable:hover{
	background-color: #777;
	border-bottom-color: #595959;
}
.idxblock .itemlist{
	/*margin: 20px 0 30px 0;
	height: 150px;*/
	overflow: hidden;
	margin-top:20px;
}
.itemlist li{ background-color: #fff;}
.idxblock .itemlist li{
    border: 1px solid #dfdfdf;
	
    float: left;
    height: 285px;
    padding:8px 8px;
	margin:5px 8px 5px 0;
    text-align: center;
    width: 276px;
	position:relative;
}
.idxblock .itemlist li:nth-child(10n+1){
	
}
.idxblock .itemlist li:nth-child(10n){
	margin-right: 0;
}
.idxblock .itemlist li a{
	/*display: block;
	position: relative;
	width: 150px;
	height: 150px;*/
}
.idxblock .itemlist li a img{
	/*display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 30;*/
}
/*.idxblock .itemlist li a span{
	width: 90px;
	display: block;
	font-size: 14px;
	position: absolute;
	top: 130px;
	height: 20px;
}*/
.idxblock .itemlist li a span.bg{
	background-color: #000;
	opacity: .5;
	filter:alpha(opacity=50);
	z-index: 50;
}
.idxblock .itemlist li a span.types{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-align: center;
	z-index: 100;
	color: #fff;
}
.idxblock .itemlist.follow{
}
/*.idxblock .itemlist.follow li{
	margin-right: 9px;
}
.idxblock .itemlist.follow li:first-child{
	margin-right: 8px;
}
.idxblock .itemlist.follow li:last-child{
	margin-right: 0;
}*/
.idxblock .taglist{
	margin: 10px 0 30px 0;
}
.idxblock .taglist li{
	float: left;
	margin-right: 20px;
}
.idxblock .taglist li a{
	color: #0084b4;
}
.idxblock .btnlist{
	text-align: center;
	margin-bottom: 80px;
}
.idxblock .btnlist li{
	display: inline-block;
}
.idxblock .btnlist li.pipe{
	width: 50px;
	height: 30px;
}
.idxblock .btnlist li a{
	display: inline-block;
	width: 170px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.recombg{

}
.recombg .idxblock .blocktit{
    padding-top: 50px;
}
.recombg .idxblock .itemlist{
	margin-bottom: 58px;
}
nav[role="navigation"] ul .meta-links-top, .info-nav .meta-links-top {
    margin-bottom: 0;
    padding-bottom: 0;
}
.shadowed div.inner-border .nav li{
	padding: 0 14px 0 0;
}
.shadowed div.inner-border .nav a{	border-bottom: 2px solid #f4f4f4;}
.shadowed div.inner-border .nav a.active,.shadowed div.inner-border .nav a:hover{
	color:#ff6c00 ;
	border-bottom: 2px solid #ff6c00;
}
.idxfeature{
	background-color: #fff;
	/*border-bottom: 1px solid #e9edf0;
	border-top: 1px solid #e9edf0;*/
}
.idxfeature .idxblock .blocktit {
    padding-top: 20px;
}
.idxfeature.nologin{

}
.idxfeature.nologin .idxblock .itemlist{
	margin-bottom: 20px;
}
.idx-title{ margin:15px auto 15px;	height:40px; line-height:40px;}
.idx-title .more{float: right;}
.idx-title-t5{ margin-top:20px;}
.idx-title-f5{ margin-bottom:20px;}
.idx-title h3{
    color: #333;
    font-size: 20px;
	float:left;
	font-weight:500;

}
.idx-title span a{ color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    padding: 0 6px;}
.shadowed div.inner-border .nav{
	float: right;
	text-align:center;
    font-size: 13px;
	height:30px;
	margin:5px auto;
}
.shadowed div.inner-border .nav a{
    color: #444;
    font-size: 15px;
	display:inline-block;
	height:30px;
	line-height:30px;
	margin: 0 15px;
    padding: 0 5px;
}
.shadowed .inner-border ul{
    position: relative;
    z-index: 100;
}
.shadowed .inner-border ul{
    list-style: outside none none;
    margin: 0 auto;
    overflow: hidden;

}
.shadowed .inner-border #cateitemslist{	 }
.shadowed div.inner-border .nav span{
	display:inline-block;
	height:30px;
	line-height:30px;
	text-align:center;
}
.shadowed.nologin{
    margin-top: 10px;
}

.shadowed {
    margin-top: 0px;
}
.frees{
	background-color: #fff;
}

.shadowed .inner-border ul{
	position: relative;
	z-index: 100;
}
ul.itemlist li .scroimg{
	 display: table-cell;
    height: 200px;
    line-height: 200px;
    text-align: center;
    vertical-align: middle;
    width: 276px;
}
ul.itemlist li a img{
	 vertical-align: middle;
	max-width:276px;_width:expression(this.width > 276 ? "276px" : this.width); max-height:200px;_height:expression(this.height > 200 ? "200px" : this.height);
}
/*.shadowed .inner-border ul.itemlist li a span{
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px;
    text-align: center;
	position: absolute;
	z-index: 100;
}*/
.shadowed .inner-border ul li a span.itemtip1, .shadowed .inner-border ul li a span.itemtip2{
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
.loadinggif{display: none;}
.loadinggif img{width: 50px;height: 50px;}
.shadowed .inner-border ul li a span.itemtip1{
	background: url(../style/item_tips1.png) no-repeat center center;
}
.shadowed .inner-border ul li a span.itemtip2{
	background: url(../style/item_tips2.png) no-repeat center center;
}
#content {
	padding-top: 0;
	background-color:#F4F4F4;
}
.shadowed-wrapper{
	position: relative;
}
#content #itemloading{
	position: absolute;
	display: none;
	text-align: left;
	height: 427px;
	z-index: 200;
	width: 1200px;
	margin-top: -427px;
}
#content #itemloading img{
	display: block;
	width: 124px;
	height: 124px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -62px 0 0 -62px;
}
.shadowed ul{
    
}
.shadowed .inner-border .itemlist li{
   
	border: 1px solid  #DFDFDF;
    float: left;
    height: 285px;
    padding: 6px 6px;
	margin:5px 8px 5px 0;
    text-align: center;
    width: 276px;
	position:relative;
	
}
.shadowed .inner-border ul li:nth-child(5n+1){

}
.shadowed .inner-border ul li:nth-child(5n){

}
.shadowed .inner-border ul li a img{
	max-width:276px;_width:expression(this.width > 276 ? "276px" : this.width); max-height:200px;_height:expression(this.height > 200 ? "200px" : this.height);
}
.shadowed .category-links {
    height: 32px;
    margin-right: 0;
    padding: 18px 0;
    text-align: center;
}
.shadowed .category-links a {
    background-color: #777;
    border-bottom: 2px solid #595959;
    
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    width: 170px;
}
.shadowed .category-links a:hover{
	text-decoration: none;
	background-color: #666;
	border-bottom-color: #2f2f2f;
}
.frees .freeitemsmask, .recombg .recomitemsmask{
	
	height:352px;
    margin: 20px 0 0;
    width: 1200px;
    overflow: hidden;
    position: relative;
}
.frees .freeitemsmask .itemlist, .recombg .recomitemsmask .itemlist{
	width: 3000px;
	position: absolute;
	margin: 0;
	left: 0;
}
.frees .freeitemsmask .itemlist li:nth-child(10n), .recombg .recomitemsmask .itemlist li:nth-child(10n){
	margin-right: 20px;
}
.idxlb{
	height: 350px;
	text-align: left;
}
.idxlb .idxblock{
	position: absolute;
	z-index: 100;
	height: 350px;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}
.idxlb .idxblock a{
	position: absolute;
	background: url(../style/lbbtn.png) no-repeat 0px 0px;
	width: 44px;
	height: 83px;
	top: 135px;
	overflow: hidden;
	text-indent: -99999px;
	cursor: pointer;
	z-index: 120;
}
.idxlb .idxblock a.leftbtn{
	left: 0;
	background-position: 0px 0px;
	display: none;
}
.idxlb .idxblock a.rightbtn{
	right: 0;
	background-position: -44px 0px;
	display: none;
}
.idxlb .idxblock a.leftbtn:hover{
	background-position: 0px -83px;
}
.idxlb .idxblock a.rightbtn:hover{
	background-position: -44px -83px;
}
.idxlb .idxblock .idxlblink{
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	z-index: 110;
}
.idxlb .idxlbbg{
	left: 0;
	height: 350px;
	min-width: 1200px;
	position: absolute;
	z-index: 50;
	width: 100%;
	display: block;
}
.idxlb .idxlbbg img{
	position: absolute;
	width: 124px;
	height: 124px;
	left: 50%;
	top: 50%;
	margin: -62px 0 0 -62px;
}
.idxcat ul{ width:1200px; margin:0 auto;}
.idxcat ul li{ float:left;}
.idxcat ul li a{ float:left; margin-right:10px; width:232px; height:68px; line-height:68px; text-align:center; margin-top:20px; font-size:20px;filter:alpha(opacity=90); 
-moz-opacity:0.9; 
opacity:0.9;}
.idxcat ul li a:hover{filter:alpha(opacity=100); 
-moz-opacity:1; 
opacity:1;}
.idxcat ul .free{ background-color:#eedbcc;color:#945313;}
.idxblock .authorblock .authors{ width:593px; height:190px; border:1px solid #d8d8d8;border-bottom:2px solid #d8d8d8; float:left; margin-right:10px; margin-bottom:10px; background:#FFF;}
.idxblock .authorblock .authors .authors-c{}
.authors .authors-c .authors-t{ height:50px; margin-bottom:10px; padding:15px 15px 0;}
.authors-t-1,.authors-t-2,.geline,.authors-t-3{ float:left; height:50px;}
.authors-t-1{ margin-right:10px;width: 50px;height: 50px;}
.authors-t-1 img{width: 50px;height: 50px;}
.authors-t-2{ width:210px;}
.authors-t-2 .authors-t-2-1{ clear: left;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 205px;}
.authors-t-2 .authors-t-2-1 a{ color:#222;}
.authors-t-2 .authors-t-2-1 a:hover{ text-decoration:underline;}
.authors-t-2 .authors-t-2-2{ color: #222;}	
.geline{ background:#d8d8d8;
    height: 35px;
    margin-top: 5px;
    width: 1px;}
.authors-t-3 {
    margin: 0 10px;
    text-align: center;
}
.authors-t-3 .authors-t-3-1,.authors-t-3 .authors-t-3-3{   color: #222;
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px;}
.authors-t-3 .authors-t-3-2{ display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;}
.authors-t-4{ width:85px;height:30px; float:right;
	cursor:pointer;}	
.authors-t-4 .no-follow{ width:45px;
	color:#FFF;
	cursor:pointer; 
	border-radius: 2px;
	box-shadow: none;
    font-size: 13px;
    font-weight: 700;
	height:30px;
    line-height: 30px;
	padding-left:40px;
	background:url(../style/icon-sj-follow.png) 20px center no-repeat  #A2A2A2;}
.authors-t-4 .follow{ width:50px;
	color:#FFF;
	cursor:pointer; 
	border-radius: 2px;
	box-shadow: none;
    font-size: 13px;
    font-weight: 700;
	height:30px;
    line-height: 30px;
	padding-left:35px;
	background:url(../style/icon-sj-follow-hover.png) 15px center no-repeat  #3ebb2b;}	
	
.authors .authors-c .authors-f{ height:115px; background-color:#fff; clear:both;}
.authors .authors-c .authors-f li{ float:left; width:128px; height:95px; margin:5px 0px 5px 8px; padding:3px 5px 7px; background-color:#F4F4F4; text-align:center;}
.authors .authors-c .authors-f li a.scroimg {
	margin-top:0px; padding-top:0;
	float:left;
    display: table-cell;
    height: 95px;
    line-height: 95px;
    text-align: center;
	vertical-align: middle;
    width: 128px;
}
.authors .authors-c .authors-f li a img{ display:inline-block;max-width:128px;_width:expression(this.width > 128 ? "128px" : this.width);max-height:95px;_height:expression(this.height > 95 ? "95px" : this.height); vertical-align: middle; border:0;}
.itemlist .authorimg a{ max-width:115px; display:inline-block; overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.itemlist .authorimg .avatar{ width:35px;}