.banner{
	height: 150px;
	background-image: url("/static/home/img/banner_products.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.breadcrumb{
	padding: 18px 0;
	background-color: #f8f8f8;
	margin: 0;
}
.breadcrumb a{
	color: #777;
	text-decoration: none;
}
.breadcrumb a:hover{
	color: #e62129;
}

.product-box{
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.b-img{
	width: 100%;
}

.t-imgs{
	display: flex;
	flex-wrap: wrap;

}
.t-imgs .img-box{
	cursor: pointer;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-right: 8px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.t-imgs .img-box:hover{
	border: none;
}

.product-name{
	font-size: 24px;
	color: #454545;
	margin-bottom: 20px;
}

.detail-title{
	margin-bottom: 20px;
	padding: 30px 0 5px 10px;
	color: #e62129;
	border-bottom: 2px solid #e62129;
	font-weight: bold;
}