a:hover,
a:visited,
a:link,
a:active {
	text-decoration: none;
	color: #777;
}
/* 内联标题 */
.top-container a {
	color: #fff;
}

.top-container>.breadcrumbs {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	background-color: #9e1d22;
}

.top-container>.breadcrumbs>.container {
	margin: 0 auto;
	padding: 0 15px;
}

.top-container>.breadcrumbs li {
	display: inline;
	vertical-align: top;
}

.top-container>.breadcrumbs li strong {
	font-weight: 400;
	vertical-align: middle;
}

/* 主内容 */
.main-container {
	padding: 20px 0 50px;

}

.main-container .fold {
	border: 1px solid #ddd;
	margin-bottom: 28px;
}

.main-container .fold>a {
	display: block;
}

.main-container .fold #menuShop {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 10px 15px;
	cursor: pointer;
}

.main-container .fold #menuShop .glyphicon {
	font-size: 1.5em;
}

.main-container .fold #menuShop:hover .glyphicon {
	background-color: #08c;
	color: #fff;

}
.main-container .fold #menuShopList li.act{
	background: #eee;
}
.main-container .shop-main .category-image {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
	text-align: center;
}

.main-container .shop-main .category-image img {
	width: 100%;
}

.main-container .shop-main .category-description {
	margin: 0 0 15px;
}

.main-container .shop-main .category-description p {
	margin: 0 0 15px;
	line-height: 1.5;
}

.main-container .shop-main .category-description p a {
	padding-right: 0.5em;
	color: #08c;
	text-decoration: none;
	transition: all 0.3s;
}

.main-container .shop-main .category-products .products-grid {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

.main-container .shop-main .category-products .products-grid .item {
	/* width: 25%; */
	padding: 10px;

}

.main-container .shop-main .category-products .products-grid .item-area>a {
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}
.main-container .shop-main .category-products .products-grid .item .item-area>a>img{
	height: 234px;
	width: 100%;
}
.main-container .shop-main .category-products .products-grid .item .details-area {
	padding: 10px;
	text-align: center;
}
.main-container .shop-main .category-products .products-grid .item .details-area .product-name{line-height: 32px;font-size: 16px;padding-bottom: 10px;}
.main-container .shop-main .category-products .products-grid .item .details-area .product-name>a{color: #414141;}
.main-container .shop-main .category-products .products-grid .item .details-area .rating-box p{background: url("../images/index/rating-bar.png") no-repeat center;text-align: center;color: #ddd;line-height: 36px;}
.main-container .shop-main .category-products .products-grid .item .details-area .price-box .price {
	font-weight: 600;
	font-size: 20px;
	color: #444;
	vertical-align: middle;
	padding: 5px 0 15px;
}

.main-container .shop-main .category-products .products-grid .item .details-area .addtocart {
	border-radius: 10px;
	border: 1px solid #ccc;
	width: 132px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
}
.main-container .shop-main .category-products .products-grid .item .details-area .addtocart:hover{
	background:  #cc8cab;
	color: #fff;
}
.main-container .recommend-shop .sidebar-title{
	display: flex;
	justify-content:space-between;
}
.main-container .recommend-shop .sidebar-title h2{
	font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #313131;
	line-height: 1;
}
.main-container .recommend-shop .sidebar-title .icon>a{
	color:  #cc8cab;
}
.main-container .recommend-shop .item-area{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0 6px;
}
.main-container .recommend-shop .item-area .product-image-area{
	width: 43.33%;
	height:160px;
	background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 7px;
}
.main-container .recommend-shop .item-area .product-image-area img{height: 160px;width: 100%;}
.main-container .recommend-shop .item-area .details-area{
	width: 56.66%;
	text-align: center;
    padding: 10px 16px;
}
@media screen and (max-width:767px) and (min-width:320px) {
	.main-container .recommend-shop .item-area .product-image-area{
		width: 50% !important;
	}
	.main-container .recommend-shop .item-area .details-area{
		width: 70% !important;
		text-align: center !important;
	}
	.main-container .recommend-shop .item-area{
		justify-content: center;
	}
}