/*
@import "public.css";
*/

section.withNav .att{
	font-size:13px;
	line-height:1.8em;
	margin:0 2.5% 2em;
}
section.withNav .att em{
	display:inline-block;
    font-style:normal;
	margin-right:10px;
	line-height:1em;
    color:#FFF;
    background:#999;
    padding:0.3em 0.5em;
    border-radius:4px 0;
}
section.withNav .att i{
    font-style:normal;
	cursor:pointer;
}
section.withNav .att i:hover{
	color:#999;
}

section.withNav .main > h2.productListTitle{
	text-align:center;
}

/*********************************** 商品列表 start *****************************************/
.productList > li{
	width:33.33%;
}
/*********************************** 商品列表 end *****************************************/

@media screen and (max-width:1023px){
	
	

}

@media screen and (max-width:768px){
	
	/*********************************** 商品列表 start *****************************************/
	.productList{
		width:calc(100% + 20px);
		margin-left:-10px;
	}
	.productList > li{
		width:50%;
	}
	/*********************************** 商品列表 end *****************************************/
	
}