@charset "UTF-8";
/* CSS Document */




/*¾«Ñ¡ÓÅ»Ý*/
.bhcCommentMainBox{
	width: 100%;
	margin: 48px 0 80px;
	overflow: hidden;
}

.bhcRightBox{
	width: 75%;
	float: right;
}



.giftListBox{
	padding: 0px 5px;
	overflow: hidden;
}

.giftListBox ul li{
	float: left;
	width: 30.5%;
	margin-right: 34px;
	margin-bottom: 24px;
	position: relative;
}

.giftListBox ul li:nth-child(3n){
	margin-right: 0;
}


.giftMainBox{
	/* padding: 15px; */
	text-align: center;
	box-shadow: 0 4px 10px rgba(156,156,156,.3);
}

.giftMainBox .giftImg{
	width: 100%;
	height: 190px;
	overflow: hidden;
	margin: 0 auto;
}

.giftMainBox .giftImg img{
	width: 100%;
}

.giftMainBox h6{
	color: #666;
	font-size: 16px;
	/* margin-bottom: 12px; */
	/* margin-top: 20px; */
	font-weight: normal;
	padding: 20px 20px 12px;
	height: 42px;
	overflow: hidden;
}

.giftMainBox p{
	color: #05377e;
	margin-bottom: 24px;
}

.giftMainBox a{
	display: inline-block;
	padding: 10px 24px;
	border-radius: 4px;
	background: #05377e;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 20px;
	cursor: pointer;
}