.MagnifierMain{position: relative;width: 100%;height: 100%;}
.MagnifierMain img{width: 100%;} 
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}
.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff no-repeat center center; z-index:99999;}
.MagnifierImg{position: absolute;top:0; left: 0;}
.spec-items{position: relative;width: 100%;height: 125px;overflow: hidden;padding-top: 10px;}
.spec-items ul{width: 100%;position: absolute;top: 10px;left: 0;}
.spec-items ul *{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.spec-items ul{display:flex; flex-wrap:nowrap;}
.spec-items li{
	width: 20%;height: 100%;overflow: hidden;margin-right: 5px;border: 2px solid #fff;cursor: pointer;
}
.spec-items li.on{border:2px solid #2f4bb6;}
.spec-items li img{width: 100%; } 
span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 20px;display: block;width: 20px;height: 69px;line-height: 69px;font-family: "黑体";text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;}
span.on{background-color: #ccc;color: #999;cursor: pointer;} 
span.spe_leftBtn{left: 0;}
span.spe_rightBtn{right: 0;}