*{margin:0; padding:0; list-style:none; }

/* 本例子css */
.picScroll-left{ 
	width:100%;  
	overflow:hidden;
	 position:relative; 
	 margin: 0 0.1rem;
    width: inherit; 
	border: 0.01rem #ddd solid;
	background: #fff;
}

.picScroll-left .bd{ padding:0.1rem 0.22rem;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ 
	margin:0 0.05rem; float:left;
	display:inline; overflow:hidden; 
	text-align:center;border: none;
	padding-left: 0.02rem;
}
.picScroll-left .bd ul li .pic{ text-align:center;position: relative;}
.picScroll-left .bd ul li .pic img{ width:0.9rem; height:0.6rem; display:block;}
.next,.prev{
	position: absolute;top: 1rem;
	width: 0.21rem;height: 0.35rem;background: green;
	color: #fff;text-align: center;border-radius: 3px;
	line-height: 0.25rem;cursor: pointer;font-size: 0.2rem;
}
.next{right: 0rem;top: 0.23rem;background: url(../images/jt2.png);background-size: cover;}
.prev{left: 0rem;top: 0.23rem;background: url(../images/jt1.png);background-size: cover;}
.picScroll-left .bd ul li .pic span{position: absolute;left: 0;
    bottom: 0;line-height: 0.2rem; /*background: url(tmd.png);*/
    width: 100%;color: #fff;background: rgba(0,0,0,0.5);
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}