@charset "utf-8";
/* CSS Document */
@import url("reset.css");
body {
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-size: 100%;
	text-align: center;
	background: #f6e1a0;
}
img {
	width: 100%;
}
.col ul{
	width: 98%; margin: 1%;
}
.col ul li{
	width: 48%;margin: 1%;background: #ffffff;display: inline-block; float: left;
}
.Commoditynam{
	background: #959595;color:#ffffff;font-size: 14px;display: block;line-height: 2.5em;overflow: hidden;white-space: nowrap;
    text-overflow: ellipsis;
}
.Commoditypri{
	color: #535353;
	line-height: 28px;
	margin: 1% 0 1% 1%;
	float: left;
}
.Commoditypri b{
	font-size: 18px;
	color:#f63905;
}
.Commodityexc{
	background: #ff7800;
	color: #ffffff;
	border-radius: 5px;
	line-height: 28px;
	margin: 1% 1% 1% 0;
	display: block;
	float: right;
}
.fl{
	float: left;
}
.cB{
	clear: both;
}