.item-con {
	width: 100%;
	margin: auto;
}
.item-con .images {
	position: relative;
}
.item-con .images .detailmain_img {
	width: 100%;
}
.item-con .images .info {
	float: left;
	margin-left: 20px;
	color: #888;
}
.item-con .images .info li {
	height: 30px;
	line-height: 30px;
}
.item-con .online_button {
	position: absolute;
	right: 0;
	bottom: 0;
}
.item-con .content {
	margin-top: 20px;
}
.item-con .content .tip {
	color: #eee;
	padding: 10px;
	font-weight: bold;
	background-color: #00addf;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.item-con .content .box {
	padding: 10px;
	line-height: 22px;
}
.zoom-section {
	position: relative;
	z-index: 9;
}
.zoom-small-image {
	margin: 0;
}
.zoom-small-image img {
	/*border: 1px solid #e7e7e7;*/
}
.cloud-zoom-lens {
	background-color: #fff;
	border: 1px solid #888;
	margin: -1px;
	cursor: move;
}
.cloud-zoom-title {
	font-family: 微软雅黑, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0;
}
.cloud-zoom-big {
	margin-left: -10px;
	height: 100%;
	background-color: #fff;
	border: 0 solid #ccc;
	overflow: hidden;
}
.cloud-zoom-loading {
	padding: 3px;
	color: white;
	background: #222;
	border: 1px solid #000;
}
#zoomcont {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.zoom-desc {
	width: 4000px;
	height: 4000px;
	overflow: hidden;
	position: absolute;
}
.zoom-desc img {
	display: block;
	width: 80px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.zoom-desc img:hover,
.zoom-desc img.cur {
	border: 1px solid #3985c2;
}
.arr_l,.arr_r {
	width: 50%;
	height: 30px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	/* background: #161616; */
	cursor: pointer;
}

.arr_l {
	background-color: #3985c2;
	float: left;
}
.arr_r {
	background: #e24822;
	float: left;
}