/* 鏍囧噯浜у搧椤电殑鎸夐挳鏍峰紡 */
.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
}