.product-content {
	margin: 0 auto;
	padding: 15px 0 30px 0;
	max-width: 1024px;
}
.product-title {
	line-height: 50px;
	height: 50px;
	font-size: 25px;
	font-family: PingFangSC-Medium;
}
.product-design,.product-feature,.product-param {
	margin-bottom: 15px;
}
.product-content .title {
	line-height: 50px;
	height: 50px;
	font-size: 20px;
	font-family: PingFangSC-Medium;
}
.product-content .content {
	line-height: 25px;
	font-size: 16px;
	font-family: PingFangSC-Regular;
}
ol.content {
	padding-left: 20px;
}
.product-img-box {
	margin-right: 15px;
	display: inline-block;
	width: 320px;
	height: 320px;
	background-position: center left;
	background-size: contain;
	background-repeat: no-repeat;
}
.product-desc {
	// text-indent: 30px;
}
/* 产品参数 */
table.product { font-size:14px; text-align:center; border: 1px solid #ccc; }
table.product tr:nth-child(2n) td{ background:#F0F0F0; }
table.product td:first-child {
	background: #026FBC !important;
	color:#FFF;
	text-align:center;
	border-bottom: 1px solid #999;
}
table.product td { padding: 4px 25px;}
