@charset "utf-8";
.block .product-right .show-detail {
    display: flex;
    flex-wrap: wrap;
}
.block .product-right .show-detail .product-item {
    width: calc((100% - 40px) / 3);
	margin-right:20px;
    flex-wrap: wrap;
    border-bottom:0;
	padding:0;
	margin-top:40px;
}
.block .product-right .show-detail .product-item:nth-child(3n){
	margin-right:0;
}
.block .product-right .show-detail .product-item .product-img {
    width: 100%;
}
.block .product-right .show-detail .product-item .product-info {
    width: 100%;
}
.block .product-right .show-detail .product-item .product-info .btn {
	width:49%;
	float:left;
	margin-right:0;
	padding-left: 0;
	text-align: center;
	padding-right: 0;
	display:none;
}
.block .product-right .show-detail .product-item .product-info .btn:nth-child(2) {
    float:right;
}
.block .product-right .show-detail .product-item .product-info p {
    display: none;
}
.block .product-right .show-detail .product-item .product-info span {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 10px;
	font-size:14px;
	font-weight:500;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
@media screen and (max-width: 768px) {
.block .product-right .show-detail .product-item {
    width: calc((100% - 15px) / 2);
	margin-top:20px;
	margin-right:15px
}
.block .product-right .show-detail .product-item:nth-child(3n){
	margin-right:15px;
}
.block .product-right .show-detail .product-item:nth-child(2n){
	margin-right:0;
}
}