@charset "utf-8";

#container {
  position: relative;
}
#container .leftView {
  width: 100%;
  height: 100%;
}
#container .leftView .mask {
  width: 160px;
  height: 160px;
  position: absolute;
  display: none;
  cursor: move;
  top: 0;
  left: 0;
  background: rgba(50, 153, 248, 0.4);
}
#container .leftView .small {
  width: 100%;
  height: 100%;
}
#container .rightView {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
	z-index: 99999;
	border: 1px solid #ECECEC;
}
#container .rightView .big {
  position: absolute;
  top: 0;
  left: 0;
}




/*.product-small .swiper-slide img:hover{border: 2px solid #c00;box-sizing: border-box;}*/