﻿.header {position: fixed;left: 0;top: 0;width: 100%;z-index: 99;height:44px;}
.crumbs {padding-top:44px; }
/*翻页-开始*/
.widget-pager {
	overflow: hidden;
	margin: 15px 8px 24px;
	text-align: center
}
.widget-pager a:visited {
	color: #4a4a4b
}
.widget-pager .disabled {
	color: #9d9d9d;
	background: #eee
}
.widget-pager .disabled:visited {
	color: #9d9d9e
}
.widget-pager .num-pager {
	display: inline-block;
	padding: 0 30px 0 0;
	width: 45%;
	position: relative
}
.num-pager.L-select::before {
	border: 0
}
.L-list-select {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-appearance: none
}
.num-pager::after {
	content: '▼';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px
}
.num-pager::after {
	border-left: #c8cdd1 solid 1px;
	color: #cdcecf;
	background: #f6f6f6;
	background: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#dcdcdc));
	background: -moz-linear-gradient(#f6f6f6,#dcdcdc);
	background: -o-linear-gradient(#f6f6f6,#dcdcdc);
	background: -ms-linear-gradient(#f6f6f6,#dcdcdc);
	background: linear-gradient(to bottom,#f6f6f6,#dcdcdc);
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	text-shadow: 0 1px #fff
}
.btn{
	border: #dfdfdf solid 1px;
	border-color: #c2c2c2 #b6b6b6 #a9a9a9;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: .75rem;
	color: #4a4a4a;
	text-align: center;
	background: #fdfdfd;
	background: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eaeaea));
	background: -moz-linear-gradient(#fdfdfd,#eaeaea);
	background: -o-linear-gradient(#fdfdfd,#eaeaea);
	background: -ms-linear-gradient(#fdfdfd,#eaeaea);
	background: linear-gradient(to bottom,#fdfdfd,#eaeaea);
	-webkit-border-radius: 5px;
	border-radius: 5px
}
/*翻页-结束*/
/*分类页面*/
.type {width:280px;z-index: 100;}
.type li{border-top:1px solid #fff;border-bottom:1px solid #DCDEE3;text-shadow:1px 1px #fff;padding:0;background:#fff;}/* 0122 edit */
.type li .m_wrap{display:block;width:100%;padding:14px 0;overflow:hidden;position:relative;}
.type li .ico{margin-left:5px;}
.type li .title{font-size:15px;height:16px;padding:1px 0 5px 0;line-height:21px;overflow:hidden;color:#333;}
.type li{float:left;width:49.9%;-webkit-box-sizing:border-box;overflow:hidden;display:block;cursor:pointer;position:relative;}
.type li:nth-child(-n+2){border-top:none;}
.type li:nth-child(2n-1){border-right:1px solid #ccc;}
.type li:nth-child(2n){border-left:1px solid #fff;}
.type li .m_wrap{width:156px;margin:0 auto;}
.type li .ico{width:60px;height:60px;}
.type li .content{margin-left:4px;float:left;color:#666;}
.type .blue {color:#0C85D3}
/*客户端下载*/
.detail_down {position: fixed;left: 0;bottom: 0;z-index: 2;width: 100%;height:28px;  padding: 4px 0 4px 0;margin:0 auto;background-color:white;box-shadow: 0 -1px 3px rgba(0,0,0,0.2);-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.2);}
    .detail_down a {display:block;border-radius:3px;width:270px;height:28px; line-height:28px;color:#fff; text-align:center;margin:0 auto;}
    .detail_down img {bottom:-3px;position:relative;padding-right:5px;}
