
@media screen and (min-width: 1024px) {.product-characteristic3-container .product-characteristic3-content .product-characteristic3-item {
	text-align:center;    position: relative;
    width: 48%;
    float: left;
	padding:16px 24px 40px;
	border:2px solid transparent
}

.product-characteristic3-container .product-characteristic3-content .product-characteristic3-item:hover {
	text-align:center;
	position:relative;
	background:#fff;
	width: 48%;
	float:left;
	margin:1%;
	padding:16px 24px 40px;
	border:2px solid #ececec;
}

.product-characteristic3-container .product-characteristic3-content .product-characteristic3-item .product-characteristic3-icon {
	width:80px;
	height:90px;
	margin:auto auto 4px
}

.product-characteristic3-container .product-characteristic3-content .product-characteristic3-item .product-characteristic3-title {
	width:100%;
	font-size:18px;
	color:#333;
	font-weight:600;
	line-height:28px;
	margin-bottom:12px
}

.product-characteristic3-container .product-characteristic3-content .product-characteristic3-item .product-characteristic3-desc {
	width:100%;
	color:#666;    height: 120px;
	font-size:14px;
	line-height:24px;
	text-align:center
}
}
