.div-img{
	width:100%;
}
.div-img img{
	width:100%;
}
.product-info{
	width:100%;
	overflow: hidden;
	background-color: #fff;
	font-size: .147rem;
	    line-height: .4rem;
}
.product-info .name{
	float: left;	
    color: #555555;
        padding: 0 .1rem;
}
.product-info .price{
	float: left;
	color:#d1414c;
	
}
.product-info .price .big{
	font-size: .2118rem;
}
.product-title{
	padding: .165rem .1rem .059rem .1rem; 
	color:#999999;
	font-size: .147rem;
}
.list-item{
	width:100%;
	background-color: #fff;
	overflow: hidden;
}
.list-item li{
	min-height:.5rem;
	/*line-height: .5rem;*/
	border-bottom: 1px solid #dddddd;
	font-size:.15rem;
	padding: .175rem .118rem;
	overflow: hidden;
	color:#666666;
}
.list-item .caption{
	float: left;
	color:#666666;
}
.list-item .desc{
	float: right;
	color:#999999;
	text-align: justify;
}