#page-products {	font-size: 0px;	margin-bottom: 80px;}#page-products .center .box .space {	margin: 20px;	cursor: pointer;}#page-products .center .col25 {	width: 33.3333%;}#page-products .center .box .cn_img {	width: 300px;	height: 180px;	overflow: hidden;	margin-bottom: 10px;}#page-products .center .box .cn_img img {	width: 100%;}#page-products .center .box .cn_name {	font-size: 18px;	text-align: center;}#page-products .warn {	font-weight: bold;	font-size: 16px;	color: #ff0000;	text-align: center;	margin-top: 100px;}#page-products .center .box .product_info {	margin: 0 auto;	text-align: center;	padding-top: 20px;}#page-products .center .box .product_info a {	background: #ea3838;	color: #ffffff;	font-size: 18px;	border-radius: 8px;	padding: 3px 0px;}#page-products .center .box .product_info a:hover {	background: #db0007;}/* 960|1024|1152 pixels � Tablets em formato paisagem e monitores antigos */@media only screen and (min-width: 960px) and (max-width: 1279px) {}/* 768|800 pixels � Tablets em formato retrato */@media only screen and (min-width: 768px) and (max-width: 959px) {	#page-products .center .col25 { width: 50%; }	}/* 540 pixels � Smartphones em formato paisagem */@media only screen and (min-width: 540px) and (max-width: 767px) {	#page-products .center .col25 { width: 50%; }}/* 320 pixels � Smartphones em formato retrato */@media only screen and (max-width: 539px) {	#page-products .center .col25 { width: 100%; }}