.pc-style .Crumbs {
	line-height: 1.5;
     clear: both;
     padding: 10px 0px;
}

.pc-style .Crumbs a {
	color: #0068b7;
}

.pc-style .Crumbs a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.pc-style .Crumbs em {
	color: #999999;
	font-family: "宋体";
	padding: 0px 5px;
}

.mobile-style .Crumbs {
	line-height: 1.5;
     clear: both;
     padding: 10px 16px;
     white-space: nowrap;
     overflow: auto;
     -webkit-overflow-scrolling: touch;
}

.mobile-style .Crumbs a {
	color: #0068b7;
}

.mobile-style .Crumbs a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.mobile-style .Crumbs em {
	color: #999999;
	font-family: "宋体";
	padding: 0px 5px;
}