.collection{
	width: 292px;
	height: 390px;
	float: left;

}
.collection_border{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #bfbfbf;
}
.collection_img{
	width: 160px;
	height: 160px;
	margin:0 auto;
	margin-top: 35px;
}
.collection_title{
	font-size: 14px;
	color: #323232;
	text-align: center;
	margin-top: 30px;
}
.collection_price{
	font-size: 14px;
	color: #323232;
	text-align: center;
}
.collection_box{
	width: 220px;
	height: 30px;
	margin:0 auto;
	margin-top: 30px;
	
}
.collection_del{
	width: 45%;
	height: 100%;
	border:1px solid #bfbfbf;
	float: left;
	border-radius: 5px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	display: none;

}
.collection_details{
	width: 45%;
	height: 100%;
	background-color: #0195ff;
	float: right;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	display: none;


}
