.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: 0px 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 {
	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: 520px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.zoom-desc {
	width: 4000px;
	height: 4000px;
	overflow: hidden;
	position: absolute;
}
.zoom-desc img {
	display: block;
	width: 120px;
	border: 1px solid #ededed;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.zoom-desc img:hover,
.zoom-desc img.cur {
	border: 1px solid #13283e;
}
.arr_l,.arr_r {
	width: 60px;
	height: 40px;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	background: #333;
	cursor: pointer;
}
.arr_l:hover,.arr_r:hover {
	background: #13283e;
}
.arr_l {
	float: left;
}
.arr_r {
	float: right;
}