#magnifier{position:relative;width:450px;}
.small-box{position:relative;margin-bottom:12px;width:450px;height:450px;border:1px solid #eee; overflow: hidden;}
.small-box img{display:block; width: 100%;}
.small-box .hover{position:absolute;top:0;left:0;display:none;width:200px;height:200px;border:1px solid #aaa;background:#09f;opacity:.5;cursor:move;}
.thumbnail-box{position:relative;width:100%;}
.thumbnail-box .btn{position:absolute;top:50%;margin-top:-16px;width:22px;height:32px;}
.thumbnail-box .list{overflow:hidden;margin:0 auto;width:100%;}
.thumbnail-box .list .item{float:left; margin-right: 5px;}
.thumbnail-box .list .item img{border:2px solid #f2f2f2; width: 70px; height: 70px;}
.thumbnail-box .list .item-cur img{border:2px solid #e53e41;}
.big-box{position:absolute;top:0;left:451px;display:none;overflow:hidden;width:540px;height:540px;border:1px solid #e4e4e4;}
.big-box img{display:block;}