@charset "utf-8";
/* J-shoping */
.J-shoping{
	position:fixed;
	display: none;
}
.J-shoping-main{position:relative;}
.J-shoping-list{
	width: 100%;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	padding: 0 6px;
	padding-top: 8px;
	position: relative;
}
.J-shoping-list-remove{background:#ffd2d3;}
.J-shoping-list-a{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.J-shoping-list-a img{
	width: 60px;
	height: 60px;
	border-radius: 60px;
	margin: 0 auto;
	display: block;
}
.J-shoping-list-a span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height: 18px;
	margin-top: 8px;
}
.J-shoping-list-a p em{color:#0363BD;font-weight:bold;margin-right:3px;}
.J-shoping-close{
	position:absolute;
	cursor:pointer;
	right:10px;
	top:10px;
	font-size: 14px;
	color: #999;
	font-weight: 200;
	overflow:hidden;
}
.J-shoping-close:hover{
	color: #FF0072;
}


#floatOrder{width:50px;height:50px;padding:2px;background:#fff;border:1px solid #e3e3e3;overflow:hidden;position:absolute;z-index:890;}
