﻿@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: 920px !important;
	position: relative;
	border:1px solid #eee;
	margin-top:20px;
}
.magnifier-container{
	width: 760px;
	height: 600px;
	overflow: hidden;
	position: relative;
	float:left;
}
.move-view{
	width: 120px;
	height: 100px;
	position: absolute;
	background-image: url('../images/move-box.png');
}
.images-cover{
	height: 100%;
	width: 100%;
	position: relative;
}
.images-cover img{
	position: absolute;
}
.magnifier-assembly{
	width:160px;
	float:left;
	height: 600px;
	overflow: hidden;
	position: relative;
	background:#f3f3f3;
}
.magnifier-btn{
	position: absolute;
	font-family: "微软雅黑";
}
.magnifier-btn span{
	height: 14px;
	width: 27px;
	display: block;
	z-index: 9998;
	cursor:pointer;
	position:absolute;
}
.magnifier-btn .magnifier-btn-left{
	top:11px;
	left:70px;
	background:url(../images/btn_prev.png);
}
.magnifier-btn .magnifier-btn-right{
	top:577px;
	left:70px;
	background:url(../images/btn_next.png);
}
.magnifier-line{
	position: relative;
	overflow: hidden;
	width:122px;
	margin-left:18px;
	height:540px;
	margin-top:30px;
}
.magnifier-line ul{
	width:124px;
	position: absolute;
	left:0px; top:0px;
}
.magnifier-line li{
	width: 124px;
	height:124px;
	margin-bottom:12px;
	cursor: pointer;
}
.magnifier-line ul > .active .small-img{
	border:2px solid #e53e41;
}
.small-img{
	height: 120px;
	margin: 5px;
	overflow: hidden;
	border: 2px solid #eee;
	text-align: center;
}
.small-img img{
	width:120px; height:120px;
}
.magnifier-view{
	width: 100%;
	height: 100%;
	position: absolute;
	right: -105%;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	display: none;
	overflow: hidden;
}
.magnifier-view img{
	display: block;
}
.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;
}