
#searchBar{
	position:fixed;
	width:100%;
}

#webBody{
	width:100%;
	background:red;
}


#cateLeft{
	position:fixed;
	top:44px;
	bottom:60px;
	width:120px;
	/****background:green;  ****/
	box-sizing:border-box;
	
	
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;	
}


.item1{
	height:30px;
	line-height:30px;
	padding:5px 5px 5px 5px;
	font-size:14px;
	background:#e8e8e8;
	overflow:hidden;text-overflow:ellipsis; white-space:nowrap;
}

.item1_selected{
	height:30px;
	line-height:30px;
	background:white;
	color:#e93b3d;
	font-weight:bold;
	border-top:solid 1px #e93b3d;
	border-bottom:solid 1px #e93b3d;
}


.item1 img{
	width:30px;
	height:30px;
	margin-top:-1px;
	border-radius:10px;
}
 


order-set{
 position:fixed;
 left:120px;
 right:0px;

}

#prosCtn{

	position:fixed;
	top:74px;
	bottom:60px;
	left:120px;
	right:0px;
	
	
	background:white;
	box-sizing:border-box;
	padding-right:0px;
	padding-bottom:50px;
	
	
    
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;	
    
    font-size:14px;
}


/** 商品数量 **/
.proCount{
	color:#3148FF;
	font-size:9px;
	font-style:italic
}


.item2ctn{
   background:white;
}


.item2{
    padding:10px;
    font-size:12px;
    border-bottom:solid 1px #efefef;
}


.item2_selected{
    color:red;
    font-weight:bold;
}

 


 
 

 