.container {background-color: #F5F5F5;}



@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {

} 

@media only screen and (max-width: 950px) {
	.product-summary .pro_div .title{font-size: 30px;}
	.product-summary .share{font-size: 18px;margin: 15px 0;}
	.product-summary .pro_div .desc{margin: 15px 0;}
	.faqs_warp .title{font-size: 24px;}
	.recommend_news .list_news{grid-template-columns: repeat(1, 1fr);}
}
@media only screen and (max-width: 480px) {

}


