/* CSS Document */
.path-box a{
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.24rem;
	color: #999999;
}
.hide {display: none;}
.content {
	/*width: 1200px;*/
	margin: 0 auto;
	position: relative;
}
.content:after { 
	content:"."; 
	display:block; 
	clear:both; 
	height:0;
	overflow:hidden;
}

/*面包屑*/
.path-box {
	padding: 0 0.3rem;
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.24rem;
	color: #999999;
}
.path-box span {
	color: #212121;
}

.collection {
	padding: 0.3rem;
}
.collection li {
	margin: 0 0 0.26rem 0;
	text-align: center;
}
.collection li .count {
	width: 100%;
	left: 0;
	bottom: 0.6rem;
	font-size: 0.28rem;
	color: #666;
}

/*
	background: -moz-linear-gradient(top, #f5f6f9 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f5f6f9 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #f5f6f9 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #f5f6f9 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f5f6f9 0%,#ffffff 100%);
*/