@charset "UTF-8";

.catalog-head {
	height: 0.88rem;
	padding: 0 0.3rem;
	line-height: 0.44rem;
}
.catalog-head a {
	width: 0.18rem;
	height: 0.32rem;
	margin-top: 0.08rem;
	margin-right: 0.3rem;
	display: inline-block;
	background: url('../images/back.png') no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.catalog-head span {
	color: #000;
	font-size: 0.32rem;
}
.catalog-sort {
	padding: 0.3rem 0;
}
.catalog-sort div {
	width: 2.6rem;
	height: 0.6rem;
	margin: 0 auto;
	font-size: 0.28rem;
	line-height: 0.6rem;
	border-radius: 0.3rem;
	border: 1px solid #666;
}
.catalog-sort div span {
	padding: 0 0.3rem;
}
.catalog-sort div span.active {
	color: #fc9753;
}
.catalog-sort div span:nth-child(1) {
	border-right: 1px solid #666;
}
.catalog-list {
	padding: 0.3rem;
	font-size: 0.28rem;
}
.catalog-list a {
	color: #999;
	height: 1rem;
	line-height: 1rem;
	border-bottom: 1px solid #e5e5e5;
}
.catalog-list a span {
	width: 5.8rem;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.catalog-list a i {
	width: 0.32rem;
	height: 0.32rem;
	display: inline-block;
	background: url('../images/icon_noread.png') no-repeat 0 0;
	-webkit-background-size: 95%;
	background-size: 95%;
}