<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.producs-detailed {
	padding-top: 25px
}

.item-con {
	float: left;
	width: 500px;
}

.item-con .images {
	position: relative;
}

.item-con .images .detailmain_img {
	width: 500px;
	float: left;
	/*background: url(../images/proshowbg.jpg);*/
}

.item-con .images .info {
	float: left;
	margin-left: 20px;
	color: #889298;
}

.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: #EDEEEF;
	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;
	border: 0px solid #ccc;
	float: left;
}

#zoomcont {
	position: relative;
	z-index: 2;
	float: left;
	height: 458px;
	width: 100px;
	overflow: hidden;
}

.zoom-desc {
	height: 4000px;
	width: 100px;
	position: absolute;
	overflow: hidden;
}

.zoom-desc img {
	display: block;
	width: 98px;
	border: 1px solid #84848a;
	margin-bottom: 10px;
}

.zoom-desc img:hover {
	width: 98px;
	border: 1px solid #cb3535;
}

.zoom-desc img.cur {
	border: 2px solid #cb3535
}

.zoom-small-image {
	margin: 0;
}

.zoom-small-image img {}

.cloud-zoom-lens {
	border: 1px solid #888;
	margin: -1px;
	background-color: #fff;
	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: 0px;
}

.cloud-zoom-big {
	border: 0px solid #ccc;
	overflow: hidden;
	background-color: #fff
}

.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}

.arr_l,.arr_r{
	height: 30px;
	width: 50px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	/*margin-top: 10px;*/
	font-size: 18px;
	color: #ffffff;
	background: #2c3e52;
}
.arr_l:hover,.arr_r:hover{
	background: #cb3535;
}
.arr_l {
	float: left;
}
.arr_r {
	float: right;
}</pre></body></html>