<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.products_list{
	width:800px;
	overflow:hidden;
}
.products_list ul{
	width:850px;
}

.centent{
	width:235px;
	height:257px;
	float:left;
	margin-right:47px;
	margin-bottom:30px;
        border-radius: 15px;
}
.pro_pic{
	width:235px;
	height:218px;
}
.pro_pic img{
	width:235px;
	height:218px;
}
.pro_name{
	width:235px;
	height:40px;
}
.pro_name a:link{
	display:block;
	width:247px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background: #1999e8;
        font-size: 14px;
        
}
.pro_name a:hover{
	display:block;
	width:247px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background: #1999e8;
        font-size: 14px;
}
.pro_name a:visited{
	display:block;
	width:247px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background: #1999e8;
        font-size: 14px;
}
</pre></body></html>