@charset "utf-8";
body,ul {
	padding: 0;
	margin: 0;
}
*{margin:0;padding:0;-moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -ms-box-sizing: border-box; 
  box-sizing: border-box; }

ul {
	list-style: none;
}
.wrap img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.wrap {
	position: absolute;
	top: 136px;
	left: calc((100% - 1200px) / 2 + 260px);
	width: 340px;
	min-height: 350px;
	z-index: 999;
}
.imgs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.main {
	position: relative;
	overflow: hidden;
	width: 340px;
	height: 340px;
}
.smaller {
	position: absolute;
	overflow: hidden;
	width:340px;
	height: 68px;
	margin-top: 20px;
	left: 386px;
	top: 200px;
}
.smaller li {
	position: relative;
	float: left;
	padding: 2px;
	width: 106px;
	height: 68px;
	margin-left: 10px;
	cursor: pointer;
}
.smaller li:first-child {
	margin-left: 0;
}
.smaller .current {
	border: 2px solid #2985F5;
}
.biger {
	position: absolute;
	overflow: hidden;
	display: none;
	left: 350px;
	width: 340px;
	height: 340px;
	z-index: 9999;
}
.mask {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 170px;
	height: 170px;
	background: url('../images/mask-bg.png') repeat;
	cursor: move;
}
.biger img {
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 200%;
}