@charset "utf-8";

#preview {
	float: none;
	margin: 0px auto;
	text-align: center;
}

.jqzoom {
	width: 360px;
	height: 360px;
	position: relative;
	border: solid 1px #ddd;
	overflow: hidden;
}

.jqzoom img {
	width: 100%;
}

.list-h li {
	float: left;
}

#spec-n5 {
	height: 56px;
	padding-top: 6px;
	overflow: hidden;
}

#spec-left {
	background: url(../images/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-right {
	background: url(../images/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-list {
	width: 383px;
	float: left;
	overflow: hidden;
	margin: 0 6px;
	display: inline;
}

#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 55px;
}

#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 45px;
	height: 45px;
}

/*jqzoom*/
.zoomdiv {
	height: 413px;
	width: 413px;
	z-index: 10;
	position: absolute;
	top: 1px;
	left: 0px;
	background: url(../images/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}


@media all and (min-width:1024px) and (max-width:1400px) {

	#left {
		width: 230px
	}

	#right {
		width: 830px
	}

	.jqzoom {
		width: 367px;
		height: 367px;
	}

	#spec-list {
		width: 335px
	}

	.a1 {
		width: 100% !important
	}
}

@media all and (min-width:0) and (max-width:768px) {
	.jqzoom {
		width: 100%;
		height: inherit;
		box-sizing: border-box;
	}
}