﻿@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
img{
	border: 0;
}
/* 垂直居中 */
.swiper-slid{
	display: flex;
	align-items:center;
	justify-content: center;
}
.swiper-wrapper:before,
.swiper-wrapper:after{
  display: table;
  line-height: 0;
  content: "";
	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;
}
.magnifie{
	position: relative;
	float: left;
    width: 49% !important;
}
.magnifie-container{
	width: 100% !important;
	height: 465px !important;
	overflow: hidden;
	position: relative;
}
.move-view{
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url('../images/move-box.png');
	cursor:crosshair;
	display:none;
	z-index:2
}
.images-cover{
	height: 465px;
	width: 100%;
	position:relative;
	
}
.images-cover img{
	position:absolute;
	left:0;
	z-index:1;
}
.magnifie-assembly{
	height: 92px;
	overflow: hidden;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
.magnifie-btn{
	position: absolute;
	font-family: "宋体";
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -40px;
}
.magnifie-btn span{
	line-height: 80px;
	height: 80px;
	width: 20px;
	background-color: #6e6e6e;
	color: #fff;
	display: block;
	z-index: 9998;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	border-radius: 3px;
}
.magnifie-btn .magnifie-btn-left{
	float: left;
}
.magnifie-btn .magnifie-btn-right{
	float: right;
}
.imglist{
	position: relative;
	overflow: hidden;
	height: 92px;
	
	
	
	
}
.imglist ul{
	display: block;
	font-size: 0;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 9997;
}
.imglist li{
	float: left;
	width: 83px;
	cursor: pointer;
	margin-right:10px;
}
.imglist ul > .active .swiper-slid{
	border-color: #bbb;
}
.swiper-slid{
	margin-bottom: 5px;
	overflow: hidden;
	text-align: center;
}
.swiper-slid img{
	max-width: 100%;
	max-height: 100%;
	width:83px;
}
.magnifie-view{
	width: 100%;
	height: 100%;
	position: absolute;
	right: -105%;
	top: 0;
	z-index: 9999;
	display: none;
	overflow: hidden;
}
.magnifie-view img{
	display: block;
}