
*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
img{
	border: 0;
}
/* 垂直居中 */
.small-img{
	display: flex;
	align-items:center;
	justify-content: center;
}
.clearfix:before,
.clearfix:after{
  display: table;
  line-height: 0;
  content: "";
}
.magnifier{
	width: 500px;
	position: relative;
}
.magnifier-container{
	width: 500px;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	border: 1px solid #e5e5e5;
}
.move-view{
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url('/lib/images/product_detail/move-box.png');
	border-radius: 20px;
}
.images-cover{
	height: 100%;
	width: 100%;
	position: relative;
}
.images-cover img{
	position: absolute;
	height: 100%;
	width: auto;
	margin-left: 0 !important;

}
.magnifier-container .hover{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 35px;
	bottom: 30px;
	background: url(../image/icon_hover_max.svg);
}
.images-cover iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;

}
.magnifier-assembly{
	height: 92px;
	overflow: hidden;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.magnifier-btn{
	position: absolute;
	font-family: "宋体";
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -40px;
}
.magnifier-btn span{
	line-height: 60px;
	height: 90px;
	width: 20px;
	color: #00060b;
	display: flex;
	z-index: 9998;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
	border-radius: 3px;
}
.magnifier-btn .magnifier-btn-left{
	float: left;
}
.magnifier-btn .magnifier-btn-right{
	float: right;
}
.magnifier-line{
	position: relative;
	overflow: hidden;
	height: 112px;
}
.magnifier-line ul{
	display: block;
	font-size: 0;
	width: 10000%;
	position: absolute;
	left: 0;
	z-index: 7;
}
.magnifier-line li{
	float: left;
	width: 100px;
	cursor: pointer;
}
.magnifier-line li:last-child .small-img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.magnifier-line li:last-child .small-img p{
	font-size: 12px;
	font-family: 'Barlow-Medium';
	margin-top: 5px;
	color: #666;
}
.magnifier-line ul > .active .small-img{
	/* border-color: #e11b22; */
}
.small-img{
	height: 90px;
	padding: 1px;
	margin: 2px 5px;
	overflow: hidden;
	border: 1px solid #e5e5e5;

	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
.small-img img{
	max-width: 100%;
	max-height: 100%;
}
.magnifier-view{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: #fff;
	display: none;
	overflow: hidden;
	pointer-events: none;
	border-radius: 20px;
}
.magnifier-view img{
	display: block;
	max-width: initial;
}
.animation03{
	transition: all 0.3s ease-in 0.1s;
	-ms-transition: all 0.3s ease-in 0.1s;
	-moz-transition: all 0.3s ease-in 0.1s;
	-webkit-transition: all 0.3s ease-in 0.1s;
	-o-transition: all 0.3s ease-in 0.1s;
}