@charset "gb2312";
.ctrl-page-class-list {
	width: 100%;
	padding: 2%;
}
.ctrl-page-class-list a {
	display: block;
	float: left;
	width: 50%;
	padding: 5px;
}
.ctrl-page-class-list a span {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	background-color: #C0C0C0;
	color: #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.ctrl-page-class-list a[level="0"] {
	clear: both;
	width: 100%;
}
.ctrl-page-class-list a[level="0"] span {
	background-color: #00923F;
}
.commodity-current span {
	background-color: #005C28!important;
}