.product-box {
	position: relative;
	margin: 8px;
	background: #fff;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	height: 378px;
}

.product-box:hover {
	box-shadow: 0 3px 13px 0 #EAEAEA;

}

.product-box:hover .image-wrap>img {
	transform: scale3d(1.1, 1.1, 1.1);
}

.product-box:hover .image-wrap .tag {
	transform: scale3d(1, 1, 1);
}

.product-box .image-wrap {
	position: relative;
	width: 100%;
	height: 234px;
	overflow: hidden;
}

.product-box .image-wrap img {
	width: 100%;
	height: 234px;
	transition: all .3s;
}

.product-box .image-wrap .tag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 78px;
	height: 78px;
	transition: all 0s;
}

.product-box .image-wrap>span {
	position: absolute;
	right: 5px;
	bottom: 11px;
	padding: 0 10px;
	height: 21px;
	line-height: 21px;
	background: #020202;
	opacity: 0.5;
	border-radius: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
}

.product-box .content-wrap {
	padding: 14px;
}

.product-box .content-wrap .name {
	margin-bottom: 10px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	/*超出部分隐藏*/
	text-overflow: ellipsis;
	/* 超出部分显示省略号 */
	white-space: nowrap;
	/*规定段落中的文本不进行换行 */
}
.product-box .content-wrap .englishName {
	margin-bottom: 10px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.product-box .content-wrap .desc {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-box .content-wrap .desc span {
	display: inline-block;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-box .content-wrap .desc>img {
	float: right;
	margin-left: 5px;
	width: 19px;
	height: 23px;
}

.product-box .content-wrap .tag {
	margin: 5px auto;
	width: 258px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0;
}

.product-box .content-wrap .tag>span {
	display: inline-block;
	padding: 2px 5px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ff8100;
	border: 1px solid #ff8100;
}

.product-box .content-wrap .price {
	position: relative;
	margin-top: 10px;
	height: 36px;
	display: flex;
	align-items: center;
}

.biz-count-box {
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	height: 26px;
	line-height: 26px;
	background: #000000;
	opacity: 0.42;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=42);
	filter: alpha(opacity=42);
}

.new-tag {
	vertical-align: top;
	margin-top: 6px;
	margin-right: 7px;
	display: inline-block;
	width: 38px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	background: #FFE2CF;
	border-radius: 8px 0px 8px 0px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF6600;
}

.enquiry-btn {
	position: absolute;
	top: 6px;
	right: 0;
	display: block;
	width: 46px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: rgba(231, 245, 255, 1);
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(37, 140, 216, 1);
}

.product-box .content-wrap .price .present {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold !important;
	color: #ff3333;
	line-height: 36px;
}

.product-box .content-wrap .price .original {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-decoration: line-through;
	color: #999999;
	line-height: 36px;
}

.status-cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	background: rgba(255, 255, 255, .4);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
}

.status-cover>img {
	margin-top: 70px;
	width: 114px;
	height: 102px;
}