.traits_bg{
	background: #f9fcff;
}
.new_hjzf_product_category_traits .traits{
	padding: 3vw;
}
.new_hjzf_product_category_traits .trait_one{ flex-direction:column; width:23%; flex-wrap:wrap; padding:20px 1%;}
.new_hjzf_product_category_traits .trait_name{
	font-size: 40px;
	color: #6699CC;
}
.new_hjzf_product_category_traits .trait_des{
font-size: 18px;
color: #494E53;
font-weight: 400;
padding-top:14px;
}
.traits_title{
	margin-top: 40px;
}
@media(max-width: 767px) {
	.new_hjzf_product_category_traits .traits{
		flex-wrap: wrap;
	}
	.new_hjzf_product_category_traits .trait_one{
		flex: 0 0 100%;
		width: 100%;
	}
	.new_hjzf_product_category_traits .trait_name{
		font-size: 32px;
	}
}