body{
	background-color: white;
}
.productList{
	display:block;
	width: 100%;
	overflow: hidden;
}
.productList .product{
	float: left;
	width: 33%;
	background-color: white;
	padding: 10px;
	z-index: 99;
	text-align: center;
}
.productList-ship{
	display:block;
	width: 100%;
	overflow: hidden;
}
.productList-ship .product{
	float: left;
	width: 33%;
	background-color: white;
	padding: 10px;
	z-index: 99;
	text-align: center;
}
.productList-yinp{
        display:block;
        width: 100%;
        overflow: hidden;
}
.productList-yinp .product{
        float: left;
        width: 33%;
        background-color: white;
        padding: 10px;
        z-index: 99;
        text-align: center;
}
.productList-meis{
        display:block;
        width: 100%;
        overflow: hidden;
}
.productList-meis .product{
        float: left;
        width: 33%;
        background-color: white;
        padding: 10px;
        z-index: 99;
        text-align: center;
}
.productList-other{
        display:block;
        width: 100%;
        overflow: hidden;
}
.productList-other .product{
        float: left;
        width: 33%;
        background-color: white;
        padding: 10px;
        z-index: 99;
        text-align: center;
}
.productList-home{
        display:block;
        width: 100%;
        overflow: hidden;
}
.productList-home .product{
        float: left;
        width: 33%;
        background-color: white;
        padding: 10px;
        z-index: 99;
        text-align: center;
}

.productPic{
	width: 100%;
	display: block;
}
.productName{	
	color:#888888;
	font-size: 12px;
	 white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    height: 17px;
    overflow: hidden;
}
.price{
	color: #FF8800 ;
	font-size: 14px;
	text-align: center;
}
.mui-bar{
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.3); 
    box-shadow: 0 0 1px rgba(0,0,0,.3); 
    background-color: white;
    
}
.mui-bar-tab .mui-tab-item {
    color: #929292;
}
.gotoShopCar{
	width: 45px;
	height: 45px;
	background-color: #FF0000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color: white;
	font-size:12px;
	text-align: center;
	position: fixed;
	bottom: 120px;
	right: 6%;
	z-index: 999;
}
.gotoShopCar img{
	width: 22px;
	margin-top: 10px;
}
.productListTitle{
	background-color: white;
	padding: 15px 0 13px 0;
	border-top: 1px solid #f2f2f2f2;
	border-bottom: 1px solid #f2f2f2f2;
}
.productListTitle img{
	display: block;
	/*width: 180px;
	margin: 0 auto;*/
	width: 100%;
}
.banner{
	font-size:0;
	line-height: 0;
}
.banner img{
	width: 100%;
}
.productListDivNew{
	margin-bottom: 50px;
}
.productListTitle{
	text-align: center;
}
.productListTitle span{
	color: #040404;
	font-size: 18px;
	font-weight: bold;
}
.leftLine,.rightLine{
	width: 10px;
	display: inline-block;
	border-bottom: 2px solid black;
	margin-bottom:5px;
}
.leftLine{
	margin-right: 7px;
}
.rightLine{
	margin-left: 7px;
}
img.cheatsPic{
	width: 30px;
	position: fixed;
	bottom: 22px;
	left: 50%;
	margin-left: -15px;
	z-index: 99;
}
