@charset "utf-8";
body,ul {
	padding: 0;
	margin: 0;
}
ul {
	list-style: none;
}
img {
	vertical-align: middle;
}
.main img, .smaller img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.wrap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 392px;
	margin:0 auto;
	max-width:100%;
}
.imgs {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.main {
	position: relative;
	overflow: hidden;
	padding: 4px;
	width: 290px;
	height: 290px;
	border: 1px solid #dadada;
	text-align:center;
	max-width:100%;
}
.smaller {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 82px;
	margin-top: 10px;
	max-width:100%;
}
.smaller li {
	position: relative;
	float: left;
	padding: 2px;
	width: 64px;
	height: 64px;
	border: 1px solid #969595;
	margin-left: 10px;
	cursor: pointer;
	text-align:center;

}
.smaller li:first-child {
	margin-left: 0;
}
.smaller .current {
	border-color: #ff6a00;
}
.biger {
	position: absolute;
	overflow: hidden;
	display: none;
	left: 310px;
	width: 300px;
	height: 300px;
	z-index:3;
}
.mask {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 200px;
	height: 200px;
	background: url('../images/mask-bg.png') repeat;
	cursor: crosshair;
}
.biger img {
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	.biger, .mask{
		display:none !important;
	}
}
@media (min-width: 768px) {	
.wrap {
	width: 340px;
	height: 432px;
}
.main {
	width: 340px;
	height: 340px;
}

.smaller {
	width: 340px;
	height: 82px;
}
.biger {
	left: 350px;
}
}
@media (min-width: 992px) {
	
.wrap {
	width: 400px;
	height: 492px;
}
.main {
	width: 390px;
	height: 390px;
}

.smaller {
	width: 400px;
	height: 82px;
}
.biger {
	left: 410px;
	width:400px;
	height:400px;
}
}