/* 标准产品页的按钮样式 */
.product_button {
	display: block;
	width: 160px;
	height: 40px;
	background: #FFFAFA;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	color: #888888;
	font-family: 'pingfang_heavy';
	border-style: solid;
	border-width: 1px;
}

/* 应该用不到吧
.product_button_select {
	display: block;
	width: 100px;
	height: 40px;
	background: #888888;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	color: white;
} */

.product_button:hover {
	text-decoration: none;
	color: white;
	background: #888888
}