.magnifier .swiper {
  	flex: 1;
  	width: 90%;
    overflow: hidden;
    padding: 0px 5px;
	
}
.magnifier .swiper-button-prev,
.magnifier .swiper-button-next {
	position: static;
  	margin: 0px;
  	z-index: 1;
}
.magnifier .swiper-button-prev::after,
.magnifier .swiper-button-next::after {
	font-size: 20px;
  	font-weight: bold;
  	color: #666;
}
.magnifier .magnifier-view {
	position: absolute;
  	top: 0px;
  	left: 100%;
  	width: 100%;
  	height: 100%;
  	z-index: 2;
  	display: none;
}
.magnifier .followBox {
	position: absolute;
  	width: 150px;
  	height: 150px;
  	left: 0px;
  	top: 0px;
  	background-color: rgba(254, 238, 167, .3);
  	pointer-events: none;
  	display: none;
}
.magnifier .magnifier-icon {
    background-color: #ddd;
    width: 30px;
    height: 30px;
    padding: 5px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}<!--ºÄÊ±0.0002448558807373Ãë-->