/**
 * Qing 产品分类名称小部件样式。
 *
 * 结构：.qing-pcat（容器）> a|span（分类名，可点击）
 */

.qing-pcat {
	color: #8a94a3;
	font-size: 15px;
	line-height: 1.5;
	word-break: break-word;
}

.qing-pcat a {
	color: inherit;
	text-decoration: none;
	transition: color 0.25s ease;
}

.qing-pcat a:hover {
	color: #1e50c8;
}

.qing-pcat--empty {
	color: #8a94a3;
	font-size: 14px;
}
