/*=========index-top========*/

/*分类页面css*/
.container{ width:100%; padding:0; overflow:hidden; margin:auto;}

.category-box{height:100%; width:100%; overflow:hidden}
.category1{ height:100%; float:left; width:25%;background-color:#fff; overflow-y: auto;-webkit-overflow-scrolling: touch;}
.category1 ul{width:100%; overflow:hidden; background: #f4f4f4;}
.category1 li{ width:100%;height:50px;line-height:50px;background-color: #f4f4f4;font-size: 16px; overflow:hidden; text-align:center}
.category1 li.cur{color:#DE3535; border-left:2px solid #DE3535; background:#fff;}
.category1 li.cur:before{ position:absolute; right:0; top:50%; margin-top:-5px; content:''; display:block;display: inline-block;border-width: 6px;border-color: transparent #fff transparent transparent;}

.category2{ float:left; width:75%; height:100%; background-color:#fff; overflow-y: auto;-webkit-overflow-scrolling: touch;}
.category2 dl{ width:95%; margin:auto;overflow:hidden; padding-bottom:60px}
.category2 dl span{ display:block; width:100%; height:100px; overflow:hidden; position:relative;}
.category2 dl span img{ display:block; width:100%; height:110px;}
.category2 dl span em{ display:block; width:10px; font-size:12px; height:60px; position:absolute; right:0px; bottom:0px;
 padding:25px 10px 25px 10px;background-color:rgba(27,27,27,0.5); color:#FFF; font-style:normal; line-height:150%; font-family:'宋体';} 

.category2 dt{ width:100%; height:70px;margin-top:10px;}
.category2 dt a{ display:block; height:70px;font-size:16px; line-height:20px;color:#999;text-align: center;padding: 2px 0;overflow: hidden;}
.category2 dd{ width:100%; overflow:hidden; margin-bottom:10px;}
.category2 dt img{display:block;height:42px; margin:auto;}
.category2 dt span{ display:block; width:100%; height:26px;}
.category2 dd,.category2 dt{float: left;}
.category2 dt{width: 33%;}
.fenimg{ width:100%; overflow:hidden;}
.fen_img{width:33.3%; overflow:hidden;float: left; margin:0px; margin-bottom:5px;}
.fen_img a{ display:block; width:90%;height:110px; margin:auto;overflow:hidden; background:#FFF; padding-top:3px;}
.fen_img a span{ display:block; width:100%; height:70px;}
.fen_img a span img{ display:block; width:70px;height:70px; margin:auto;}
.fen a img{
	width: 62px;
    height: 62px;
    border: 0;
}
.fen_img a em{ display:block; width:90%; height:30px; margin:auto; text-align:center;font-size:14px; color:#999; line-height:30px;}

.fen{width:33.3%;float:left; overflow:hidden;text-align:left; }
.fen a{display:block; width:90%; margin-bottom:5px; text-align:center;font-size:14px; color:#999; background:#FFF}
.category2 .fen span{ display:block; width:100%; overflow:hidden; position:relative;-webkit-line-clamp: 1;-webkit-box-orient: vertical; height: 1.1em; line-height: 1.1em;}

/*分类头部增加搜索*/
.catSearch{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
}
.catSearch .searc{
    width: 312px;
    margin: 5px auto;
}
.catSearch .searc img{
    width: 100%;
}