.detail_gifts_block .detail_gifts_item {
	width: 200px;
	/* margin: 20px 20px; */
	float: left;
	background: #fff;
	opacity: 1 !important;
}
.detail_gifts_block .detail_gifts_item .detail_gifts_item_wrap {
	width: 200px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}
.detail_gifts_block .detail_gifts_item .detail_gifts_item_label {
	display: block;
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 35px;
	width: 120px;
	padding: 1px 0;
	background: #12b6c8;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
}
.detail_gifts_block .detail_gifts_item .detail_gifts_item_label span {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	background-image: url(images/gift.png);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding: 0 0 0 10px;
}
.detail_gifts_block .detail_gifts_item .detail_gifts_item_label:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-right: 5px solid transparent;
	border-left: none;
	border-top: 17px solid #12b6c8;
	border-bottom: 17px solid #12b6c8;
	position: absolute;
	z-index: 1;
	right: -5px;
	top: 0;
}
.detail_gifts_block .detail_gifts_item .detail_gifts_item_img {
	overflow: hidden;
	height: 180px;
	line-height: 180px;
	overflow: hidden;
	text-align: center;
}
.detail_gifts_block .detail_gifts_item .detail_gifts_item_img img {
	width: 100%;
}
.detail_gifts_block .detail_gifts_item .detail_gifts_item_title {
	font-size: 13px;
	color: ##3f3f3f;
	height: 70px;
	text-align: center;
}
.detail_gifts_block .detail_gifts_item .detail_gifts_item_title a {
	color: ##3f3f3f;
	text-decoration: none;
}
.detail_gifts_block .detail_gifts_item .detail_gifts_item_button {
	text-align: center;
}
.detail_gifts_block .detail_gifts_item .detail_gifts_item_button button {
	background: #13b6c8;
	border: none;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	height: 40px;
	outline: 1px #fff solid;
	outline-offset: -4px;
	width: 160px;
}
.detail_gifts_block .detail_gifts_item .detail_gifts_item_button button:hover {
	background: #5cc8d7;
}
@media (max-width: 1398px) {
	.detail_gifts_block .detail_gifts_item {
		display: inline-block;
		vertical-align: top;
		/*float: none;*/
		width: 180px;
	}
	.detail_gifts_block .detail_gifts_item .detail_gifts_item_wrap {
		padding: 0;
	}
}