@charset "utf-8";
*{
	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;
	margin-left:156px;
}
.magnifier-container{
	width: 500px;
	height: 500px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.move-view{
	width: 100px;
	height: 100px;
	position: absolute;
	background:rgba(104,104,104,.5);
	border:1px solid rgba(255,255,255,.8);
}
.images-cover{
	height: 100%;
	width: 100%;
	position: relative;
}
.images-cover img{
	position: absolute;
	width: 100%;
	height: 100%;
}
.magnifier-assembly{
	position: absolute;
	top: 0;
	left: -156px;
	width: 138px;
	height: 456px;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 99;
}
.magnifier-btn{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.magnifier-btn span{
	position: absolute;
	left: 0;
	height: 24px;
	width: 100%;
	color: #fff;
	display: block;
	z-index: 9998;
	text-align: center;
	cursor: pointer;
	background: url(../images/down.jpg) no-repeat center;
}
.magnifier-btn-left{top: 0;}
.magnifier-btn .magnifier-btn-right{ bottom: 0; background-image: url(../images/up.jpg);}

.magnifier-line{
	position: relative;
	overflow: hidden;
	height:456px;
}
.magnifier-line ul{
	display: block;
	font-size: 0;
	width: 138px;
	height: 10000%;
	position: absolute;
	left: 0;
	z-index: 9997;
}
.magnifier-line li{
	height: 154px;
}
.magnifier-line ul > .active .small-img{
	border-color: #bbb;
}
.small-img{
	height: 146px;
	cursor: pointer;
	text-align: center;
	border:1px solid #e5e5e5;
}
.small-img img{
	max-width: 100%;
	max-height: 100%;
}
.magnifier-view{
	width: 100%;
	height: 100%;
	position: absolute;
	right: -105%;
	top: 0;
	z-index: 99;
	background-color: #fff;
	display: none;
	overflow: hidden;
}
.magnifier-view img{
	display: block;
	max-width: none;
}
.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;
}
@media only screen and (max-width:414px) {
	#magnifier1{ width: 75%!important; height: 400px!important; margin-left: 24%!important;}
	.magnifier-container{ width: 100%!important;height: 400px!important; }
	.magnifier-assembly{ left: -31%;width: 27%;}
	.magnifier-line ul{ width: 100%;}
	.magnifier-assembly{ height:314px;}
	.magnifier-line{ height: 314px;}

	.magnifier-line li{ height: 80px;}
	.small-img{ height: 70px;}
}