*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 12px;
}
p,ul{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	color: #333333;
	text-decoration: none;
}
a:focus{
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: none;
}
.flex{
	display: flex;
	align-items: center;
}
.flexColumn{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.flexBetween{
	display: flex;
	justify-content: space-between;
}
.tradeMallCenter{
	width: 1200px;
	margin: 20px auto;
}
.mallLiftAdvertising{
	width: 200px;
	/* background: #DDDDDD; */
}
.CommodityInformation{
	width: 980px;
}
.breadcrumb{
	background: #FFFFFF;
	font-size: 14px;
}
.classification{
	border-top: 1px solid #DDDDDD;
	/* border-bottom: none; */
}

.classificationLeft{
	width: 138px;
	background: #EEEEEE;
	color: #666666;
	padding: 18px 24px;
	font-size: 12px;
}

.classificationActives{
	/*background: #209AAB;*/
	color: #FFFFFF;
	padding: 0 8px;
}
.dispalyNone{
	display: none;
}

/* 商品信息 */
.merchandiseNews{
	/* display: none; */
}
.merchandiseNews>li:hover{
	border: 1px solid #209AAB;
}
.merchandiseNews>li{
	height: 120px;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
}
.merchandiseNews li>a{
	height: 100%;
}
.commodityLogo{
	width: 45%;
}
.commodityLogo .producNames{
	width: 88%;
	margin-left: 10px;
}
.commodityLogo p{
	color: #666;
	line-height: 40px;
}
.commodityLogo h4{
	font-size: 12px;
	margin: 0;
	line-height: 16px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.commodityLogo .score{
	width: 90px;
	height: 20px;
	border: 1px solid #FB982B;
}
.commodityLogo .score p{
	color: #FFFFFF;
	background: #FB982B;
	padding: 0 2px;
}
.companys p{
	color: #666666;
	line-height: 21px;
	margin: 0 4px;
}
img.blockchains{
	width: 14px;
	height: 14px;
}

.TheLabels{
	width: 210px;
	flex-wrap: wrap;
	/* height: 100%; */
	/* margin-top: 24px; */
}
.TheLabels li{
	height: 20px;
}
.TheLabels li img{
	margin: 0 2px 0 4px;
}
.PreferentialPrice{
	margin: 0 26px;
	font-size: 12px;
	color: #999999;
}
.preferentialTime{
	width: 64px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #FF0000;
	color: #FF0000;
	text-align: center;
	line-height: 20px;
}

.merchandiseDetail .samplePurchase a{
	color: #FFFFFF;
}
.merchandiseDetail {
	width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.screening{
	background: #EEEEEE;
	height: 40px;
	/* margin-top: 20px; */
	width: 100%;
	line-height: 40px;
}
.screening div{
	margin: 0;
}
.flexColumn{
	margin-left: 6px;
	/* margin-right: 20px; */
}
.theNumber{
	padding:0 20px;
	border-right: 1px solid #DDDDDD;
}
.switchs div{
	display: flex;
	align-items: center;
	padding: 0 20px;
	cursor: pointer;
}
.switchs div img{
	margin-right: 4px;
}
.activeImg{
	/*background: #209AAB;*/
	color: #FFFFFF;
}



.notice{
	width: 100%;
	height: 42px;
	background: #FFF6EA;
	margin: 8px 0;
	align-items: center;
	padding: 0 10px;
}