@charset "utf-8";
/*----------- Mobile Devices css for <420px------------------------*/
a{
	text-decoration:none;
	color:#222222;
	
}	
a:hover{
	color:#FF0000;

}
.list-subCat-item-sub a{
	color:#666666;
}
.list{
	position:relative;
}

.list-sideCat{
	display:none;

}
.list-subCat-item{
font-family: cal;
	line-height:42px;
	font-size:16px;
	color:#444444;
}
.list-subCat-item-head{
font-family: cal;
	line-height:42px;
	font-size:18px;
	color:#444444;
}

.list-subCat-item-sub{
font-family: cal;
	line-height:42px;
	font-size:16px;
	color:#444444;
}
.list-wrapper{
	
	width:100%;
}
.list-item-layer{
	display:none;
	position: absolute;
	text-align: center;
	color:rgba(160,160,160,1);
	width: 100%;
	height: 100%;
	background: rgba(250,250,250,0.8);
	
}
.list-item-layermsg{
	display: none;
	position: absolute;
	text-align: center;
	
	font-size:132%;
	height:100%;
	line-height: 100%;
	top:0;
	bottom:0;
	
	margin-top:auto;
	margin-bottom:auto;
	left:0;
	right:0;

	
}
.abc{
	 position: relative;
	 color:#444444;
    top: 50%;
    transform: translateY(-50%);
}
.list-item{
	float:left;
	position: relative;
	width:47%;
	margin-left:1.5%;
	margin-right:1.5%;
	margin-bottom:12px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 1px 5px 0px rgba(204,204,204,1);
box-shadow: 0px 1px 5px 0px rgba(204,204,204,1);
}

.list-item-image{
	border:1px solid #dddddd;
	text-align:center;
}
.list-item-title{
	text-align:center;
	font-size:13px;
	line-height:18px;
	margin-bottom:4px;
	margin-top:4px;
	padding-left:4px;
	padding-right:4px;
}
.list-item-price{
	text-align:center;
	font-size:13px;
	line-height:18px;
	margin-bottom:4px;
}
.list-item-remark{
	text-align:left;
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:#666666;
}

.list-title{
	line-height:42px;
	font-size:24px;
	text-align:center;
	color:#444444;
font-family: cal;
}
/*---------------------------------------------------- Desktop Devices width 480px larger ------------------------*/
@media only screen and (min-width: 480px) {
.list{
	max-width:1000px;
	margin:0 auto;
}
.list-wrapper{
	width:85%;
	float:left;
}
.list-sideCat{
	display:block;
	width:15%;
	float:left;
}
.list-item{
	float:left;
	width:24%;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-bottom:12px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-title{
	text-align:left;
	border-bottom:2px solid #FF4499;
	line-height:32px;
	margin-bottom:12px;

}
.list-subCat-item-head{
font-family: cal;
	line-height:42px;
	font-size:18px;
	color:#000000;
}

.list-subCat-item-sub{
font-family: cal;
	line-height:32px;
	font-size:16px;
	color:#666666;
	padding-left:16px;
}
}