body{
	background-color: #F4F5F7;
	}
.prodcut_view{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	}
.product_title{
	font-family: "微软雅黑";
	font-size: 16px;
	height: 60px;
	width: 95%;
	line-height: 60px;
	text-align: left;
	color: #000;
	margin-bottom: 12px;
	font-weight: bold;
}
.product_table {
	font-size: 12px;
}
.product_table table {
	background-color: #cccccc;
}
.product_table td {
	background-color: #ffffff;
	padding: 2px;
}
.product_table .trhover tr:hover td,.product_table td:hover {
	background-color: #eee;
}
.product_table .title,.product_table .title td ,.product_table .title:hover td{
	background-color: #bbb;	
	}
.top {
	position: fixed;
	height: 58px;
	width: 58px;
	right: 12px;
	bottom: 12px;
}
