@charset "utf-8";
/**{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
img{
	border: 0;
}*/
/* 垂直居中 */
.images-cover,
.small-img{
	display: flex;
	align-items:center;
	justify-content: center;
}
.clearfix:before,
.clearfix:after{
  display: table;
  line-height: 0;
  content: "";
}
.magnifier{
	width: 25rem;
	position: relative;
/*	margin-top: 6.25rem;
	margin-left: 6.25rem; */
}
.magnifier-container{
	width: 25rem;
	height: 25rem;
	overflow: hidden;
	position: relative;
	border: 0.0625rem solid #ddd;
}
.move-view{
	width: 6.25rem;
	height: 6.25rem;
	position: absolute;
	background-color: rgba(255,255,255,0.6);
	cursor: move;
	display: none;
}
.images-cover{
	height: 100%;
}
.images-cover img{
/*	max-width: 100%; */
max-width: 25rem; 
	max-height: 100%;
}
.magnifier-assembly{
	height: 5.75rem;
	overflow: hidden;
	position: relative;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}
.magnifier-btn{
	position: absolute;
	font-family: "宋体";
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -2.5rem;
}
.magnifier-btn span{
	line-height: 5rem;
	height: 5rem;
	width: 1.25rem;
	background-color: #6e6e6e;
	color: #fff;
	display: block;
	z-index: 9998;
	text-align: center;
	font-size: 1.25rem;
	cursor: pointer;
	border-radius: 0.1875rem;
}
.magnifier-btn span:nth-child(1){
	float: left;
}
.magnifier-btn span:nth-child(2){
	float: right;
}
.magnifier-line{
	position: relative;
	overflow: hidden;
	height: 5.75rem;
}
.magnifier-line ul{
	display: block;
	font-size: 0;
	width: 10000%;
	position: absolute;
	left: 0;
	z-index: 9997;
}
.magnifier-line li{
	float: left;
	width: 6.25rem;
	cursor: pointer;
}
.magnifier-line ul > .active .small-img{
	border-color: #bbb;
}
.small-img{
	height: 4.875rem;
	padding: 0.0625rem;
	margin: 0.3125rem;
	overflow: hidden;
	border: 0.0625rem solid #ddd;
}
.small-img img{
	max-width: 100%;
	max-height: 100%;
}
.magnifier-view{
	width: 100%;
	height: 100%;
	position: absolute;
	right: -105%;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	background-repeat: no-repeat;
	display: 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;
}