
#side{width: 300px;}

.product_commend{width: 300px;}
.product_commend .product-box {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product_commend .brick-item {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  background: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.product_commend .brick-item:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.product_commend .brick-item-m {
  padding: 15px 0px 20px;
}
.product_commend .brick-item-m .figure-img {
  display: flex;
    align-items: center;
    justify-content: center;
  margin: 0 auto 18px;
}
.product_commend .brick-item-m .figure-img a {
  display: block;
}
.product_commend .brick-item-m .figure-img img {
   max-width: 100%;
  max-height: 160px;
}
.product_commend .brick-item-m .title {
  margin: 8px 10px 2px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.product_commend .brick-item-m .desc,
.product_commend .brick-item-m .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product_commend .brick-item-m .desc {
  margin: 0 10px 0px;
  height: 18px;
  font-size: 12px;
  color: #b0b0b0;
}
.product_commend .brick-item-m .price {
  margin: 0 10px 0px;
  color: #ff6700;
}
.product_commend .brick-item-m .price del {
  margin-left: .5em;
  color: #b0b0b0;
}
.H-productTitle{
        font-size: 24px;
	font-weight: 700;
	color: #333;
	text-align: center;
	width: 100%;
	height: 95px;
	line-height: 95px; background: #fff;
}
.H-moreBtn{
	width:100%;
	padding: 20px 0 20px 0;
}
.H-moreBtn a{
	display: block;
	width:140px;
	height:40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	font-size:16px;
	font-weight: 400;
	color:#fff;
	background-color: #169bd5;
	border-radius: 20px;
}

.product_commend .time span{display: inline-block; width: 22px; text-align: center; padding: 2px 0px 2px; margin: 0px 5px; background: #000; color: #fff; border-radius: 4px;}
