body{
	background-image: url("../../../img/w8.png");
}


.main {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.middle-pic{
	margin-top: 12px;
}
.middle-pic img:not(:first-child){
	margin-left: 12px;
}

.ff-title, .sf-title {
	margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.ff-left, .sf-left {
	width: 808px;
	float: left;
}

.sf-left{
	width: 100%;	
}

.ff-left-searchbox, .sf-left-searchbox {
	width: 806px;
	min-height: 34px;
	border: 1px solid #D1CCC7;
	margin-bottom: 5px;
}

.sf-left-searchbox{
 	width: 100%;
}

.ff-left-searchbox div, .sf-left-searchbox div, .tf-left-searchbox div {
	float: left;
	width: 87%;
	color: #806F66;
}

.ff-left-searchbox div:FIRST-CHILD, .sf-left-searchbox div:FIRST-CHILD,
	.tf-left-searchbox div:FIRST-CHILD {
	background: #E9E9E9;
	width: 13%;
}

.ff-left-searchbox ul li, .sf-left-searchbox ul li, .tf-left-searchbox ul li
	{
	float: left;
	margin: 10px 15px 0px 25px;
	font-size: 12px;
	cursor: pointer;
}

.ff-left-searchbox ul li:hover, .sf-left-searchbox ul li:hover,
	.tf-left-searchbox ul li:hover {
	color: #e94740;
}

.ff-left-searchbox div:FIRST-CHILD h1, .sf-left-searchbox div:FIRST-CHILD h1,
	.tf-left-searchbox div:FIRST-CHILD h1 {
	margin: 7px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.ff-right {
	width: 392px;
	float: left;
}

.sf-right {
	width: 1220px;
	float: left;
}

.ff-right img {
	float: left;
	margin-left: 12px;
	margin-bottom: 6px;
}

.sf-right img {
	float: left;
	margin-right: 16px;
	margin-bottom: 11px;
}

.tf-right img {
	float: left;
	margin-left: 12px;
	margin-bottom: 11px;
}

.ff-left-product .product {
	float: left;
	width: 394px;
	height: 116px;
	border: 1px solid #D1CCC7;
	margin-top: 13px;
}

.sf-left-product{
	width: 1220px;;	
}
.sf-left-product .product {
	float: left;
    width: 390px;
    height: 116px;
    border: 1px solid #D1CCC7;
    margin-top: 13px;
    margin-right: 13px;
}

.ff-left-product .product:nth-child(odd) {
	margin-right: 8px;
}

.ff-left-product .product:nth-child(even) {
	margin-left: 8px;
}

.product:hover {
	cursor: pointer;
	border: 1px solid #e94740;
}

.product table {
	word-wrap: break-word;
	word-break: break-all;
}

.firstRow td:FIRST-CHILD {
	width: 108px;
	padding: 3px 12px 0 3px;
	text-align: center;
}

.firstRow img {
	max-width: 106px;
	max-height:106px;
	height: 106px;
}

.td-title, .td-content {
	font-size: 14px;
	color: #807067;
	white-space: nowrap;
	overflow: hidden;
}

.tb-brandname {
	font-size: 16px;
	font-weight: 600px;
}

.td-title {
	text-align: right;
	width: 42px;
}

.td-content {
	text-align: left;
	max-width: 250px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}