body,html{
	background-color: #f5f5f5;
}
/* 头部分类导航 */
.top{
	margin-top: 30px;
}
.top .navContent{
	width:1200px;
	margin: 0px auto;
}
.top .navContent .nav{
	float: left;
}
.top .navContent .btn{
	float: right;
}
/* 样式列表显示区域 */
.center{
	width: 1200px;
	margin: 20px auto;
}
.center .styleList{
	position: relative;
}
.center .styleList .item{
	overflow: hidden;
	margin: 15px 0 0 0;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
	background-color: #fff;
}
.center .styleList .item .style_name{
	font-size:12px;
	color:#666;
	padding: 5px 15px;
}
.center .styleList .item .control{
	padding:0px 15px 15px 15px;
}
.center .styleList .item .like{
	color: #FFF;
	background-color: #FF6AA1;
}
.center .styleList .item .favorite{
	display: inline;
	padding:3px 5px;
	font-size: 12px;
	color:#FF6AAA;
	border:1px solid #FF6AAA;
	background-color: #FFF;
	border-radius:3px;
}
.center .styleList .itemCode{
	width: 280px;
	padding: 10px;
	cursor: pointer;
}
.center .styleList .itemCode img{
	max-width: 100%;
}
/* 分页 */
.center .paging{
	text-align: center;
	margin-top: 20px;
}
.center .paging a{
	padding:0px 3px;
}


/* 样式预览弹框*/
#previewDialog .modal-body{
	overflow: hidden;
}
#previewDialog .modal-body img{
	max-width: 100%;
}
#previewDialog .previewInfo{
	padding: 3px 15px;
}
#previewDialog .previewInfo em{
	font-style: normal;
	font-weight: bold;
}	
