.breadcrumb-list {
	background-color: transparent;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	height: 36px;
	overflow: hidden;
	padding: 8px 0;
	text-decoration: none;
	margin-bottom: 1rem;
	list-style: none;
}
.breadcrumb-list li {
	color: #aaa;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin-bottom: 0;
}
.breadcrumb-list>li {
	float: left;
}
.breadcrumb-list>li+li::before {
	padding-right: .5rem;
	padding-left: .5rem;
	color: #818a91;
	content: "/";
}
ol li::before {
	content: '';
	display: inline-block;
	margin-left: 2px;
}

.categoryTitle{
	display: inline-block;
	margin-bottom: 0;
	margin-right: 8px;
	padding-bottom: 24px;
	color: #333;
	font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.7rem;
}
.categorySearch{
	border: 1px solid #ccc;
	box-shadow: 2px 2px 8px #eee;
	background-color: #FFF;
	margin-bottom: 16px;
}
.categorySearch .leftCon{
	padding-top: 16px;
	padding-left: 5px;
	display:block;
	width: 70%;
	float: left;
}
.categorySearch .rightCon{
	padding-top: 16px;
	padding-left: 5px;
	display:block;
	width: 30%;
	float: right;
}
.categorySearch .leftCon .cateItem{
	margin-bottom: 16px;
}
.categorySearch .leftCon .cateItem.active .cateTitle{
	color:#f50;
}


.categorySearch .leftCon .cateTitle{
	color: #333;
	cursor: pointer;
	padding: 3px 20px 3px 0;
	font-weight: 600;
	font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
}

.categorySearch .leftCon .menudown{
	padding-left: 5px;
}
.categorySearch .rightCon .showtype{
	font-size: 1.6rem;
	margin: 0px 10px 0 0px;
	cursor: pointer;
}
.categorySearch .rightCon .active span{
	color: #f50;
}
@media screen and (min-width: 1200px){
.productList .productItem{
	background-color: #F0F0F0;
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: left;
	margin-bottom: 14px;
	padding-left: 13px;
	padding-bottom: 12px;
	padding-top: 10px;
	background-color: #fff;
}
}
.productList .productItem .product-img{
	margin-bottom: 24px;
	text-align: center;
	height: 190px;
}
.productList .productItem .product-img img{
	background-color: #eee;
	height: auto;
	max-height: 190px;
	max-width: 190px;
	width: 100%;
}
.productList .productItem .product-info .product-title{
	font-size: 1rem;
	color: #333;
	display: inline-block;
	margin-bottom: 12px;
	height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.6rem;
	word-wrap: break-word;
	word-break: break-all;
}
.productList .productItem .product-info .product-price{
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.4rem;
	color: #f50;
	margin-bottom: 13px;
}
.product-rating .iconsolid-star{
	color:#ffab00;
	font-size: .9rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px){
.productList .productItem{
		background-color:#F0F0F0;
		width: 32.3%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		float: left;
		margin-bottom: 14px;
		padding-left: 13px;
		padding-bottom: 12px;
		padding-top: 10px;
		background-color: #fff;
	}

}
.pagination-container{
	    margin-bottom: 32px;
	    text-align: center;
		clear: both;
}
.pagination .page-link{
	    background-color: transparent;
	    border: 0;
	    border-radius: 50px;
	    color: #333;
	    font-size: 1rem;
	    height: 28px;
	    margin-bottom: 4px;
	    margin-left: 30px;
	    padding: 3px 2px;
	    width: 28px;
		line-height: 28px;
}
.pagination .page-item.active .page-link{
		z-index: 2;
	    color: #fff;
	    cursor: default;
	    background-color: #f50;
	    border-color: #f50;
}
.pagination-container .pagination-text {
    color: #aaa;
    display: block;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.cateloge-menu-list>ul{
	padding: 4px 0;
	
}
.cateloge-menu-list ul {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.cateloge-menu-list li ul{
	border-bottom: 0px;
}
.cateloge-menu-list  li {
    margin: 0;
    padding: 6px 0;
    position: relative;
	color: #666;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5rem;
}
.cateloge-menu-list li.active>a {
    color: #f50!important;
}
.cateloge-menu-list li.has-children>a::before {
    color: #777;
    content: '+';
    display: inline-block;
    float: right;
    font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
    font-size: 18px;
    padding-top: 2px;
    vertical-align: top;
}
.cateloge-menu-list li.has-children.active>a::before {
    color: #f50;
    content: '-';
    display: inline-block;
    float: right;
    font-size: 18px;
    padding-top: 2px;
    vertical-align: top;
}
.cateloge-menu-list a {
	font-weight: 400;
	line-height: 20px;
	cursor: pointer;
	font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
}
.cateloge-menu-list li{
    margin: 0;
    padding: 6px 0;
    position: relative;
}
.cateloge-menu-list li li {
    margin: 0 0 0 12px;
    padding-bottom: 0;
    padding-top: 6px;
    position: relative;
}
.cateloge-menu .cateloge-menu-title{
	color: #333;
	font-family: Arial,Roboto,"-apple-system",Helvetica,sans-serif;
	font-size: 1rem;
	font-weight: 700;
	padding-bottom: 8px;
	padding-top: 8px;
	text-transform: initial;
}
.category-list-description{
	margin-top: 20px;
	color: #666;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.5rem;
}
/* 产品列表另一种布局 */
.productSection .product-img{
	width: 25%;
	
}
.productSection .productItem{
	background: #fff;
	border-bottom: solid 1px #eee;
	margin-bottom: 24px;
	padding-bottom: 12px;
	clear: both;
	position: relative;
}
.productSection .product-img{
	margin: 0 0 1rem;
	text-align: center;
	float: left;
}
.productSection .product-img img{
	background-color: #eee;
	height: auto;
	max-height: 190px;
	max-width: 190px;
	width: 100%;
}
.productSection .product-info .product-title{
	margin-top: 10px;
	line-height: 1.6rem;
	height: 1.6rem;
}
.productSection .product-info {
	
}
.productSection .product-info .product-price{
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.4rem;
	color: #ea2840;
}
.productSection .productItem .product-rating{
	position: absolute;
	right: 10px;
	top: 10px;
}

/* 暂时没有分类 */
.no_records{
	min-height: 500px;
	background-color: #fff;
}
.no_records .no_info_line{
	padding-top: 150px;
	text-align: center;
}
.no_records .no_info_line h3{
	font-size: 1.1rem;
	font-weight: 700;
}
.no_records .no_btn a{
	background-color: #f50;
	color: #fff;
}