/*- 產品介紹 共用  --*/
.product-item{
	margin-bottom: 3%;
	/*padding: 8% 20% 6% 20%;*/
	text-align: center;
	height: 350px;
}
.product-img-box{
	height: 292px;
}
.product-text{
	margin-bottom: unset;
	padding: 1rem;
	font-weight: bold;
	font-size: 19px;
}
.product-title{
	font-weight: bold;
	font-size: 20px;
	margin: 8%;
}
.product-other-box{
	margin:8% 0;
}
/*- 產品介紹 共用  --*/