.valentine .btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgb(214, 21, 24);
	height: 45px;
	width: 268px;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	-webkit-box-shadow: 0 3px 0 rgb(154, 0, 2);
	box-shadow: 0 3px 0 rgb(154, 0, 2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.valentine .btn.with-heart{
	padding: 0 45px 0 15px;
	background-image: url('../img/valentine/btn-heart.png');
	background-size: 48px 26px;
	background-repeat: no-repeat;
	background-position: top 50% right 4px;
}
.valentine .btn span{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	font-weight: bold;
	padding-left: 22px;
}
.valentine .btn span:before{
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
}
.valentine .btn:hover{
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-box-shadow: 0 0 0 rgb(154, 0, 2);
	box-shadow: 0 0 0 rgb(154, 0, 2);
}
.valentine .btn span:after{
	position: absolute;
	content: '';
	left: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left: 8px solid rgb(255, 0, 0);
}
.image img{
	display: block;
	width: 100%;
}
.top-banner{
	margin-bottom: 12px;
}
.content-1{
	margin-bottom: 28px;
}
.content-2{
	margin-bottom: 19px;
}
.content h2{
	position: relative;
	border-top: 2px solid rgb(255, 50, 151);
	border-bottom: 2px solid rgb(255, 50, 151);
	color: rgb(255, 50, 151);
	text-align: center;
	font-weight: bold;
	padding: 5px 40px;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 12px;
}
.content h2:before,
.content h2:after{
	position: absolute;
	content: '';
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 22px;
}
.content h2:before{
	background: url('../img/valentine/title-hearts-left.png') no-repeat;
	background-size: contain;
	left: 5px;
}
.content h2:after{
	background: url('../img/valentine/title-hearts-right.png') no-repeat;
	background-size: contain;
	right: 5px;
}
.content-1 .text-block{
	margin-bottom: 17px;
}
.content-2 .text-block{
	margin-bottom: 28px;
}
.content-1 .btn{
	margin-bottom: 16px;
}
.text-block{
	font-size: 13px;
	line-height: 17px;
	overflow: hidden;
	margin-bottom: 20px;
}
.content-1 .text-block .image{
	float: none;
	margin: 0 0 13px;
}
.content-1 .text-block .image img{
	width: 50%;
	margin: 0 auto;
}
.text-block .image{
	float: right;
	margin: 0 0 28px 17px;
}
.text-block p{
	margin-bottom: 10px;
}
.text-block p:last-child{
	margin-bottom: 0;
}
.valentine-goods{
	background: url('../img/valentine/valentine-list-bg.png');
	padding: 14px 14px 20px 14px;
}
.valentine-goods a{
	display: block;
}
.valentine-goods .sublist{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.valentine-goods .item{
	width: 48%;
	margin-bottom: 23px;
}
.valentine-goods .item a:hover .image{
	-webkit-transform: translate(0, -3px);
	-ms-transform: translate(0, -3px);
	transform: translate(0, -3px);
	-webkit-box-shadow: 0 3px 0 rgb(255, 150, 200);
	box-shadow: 0 3px 0 rgb(255, 150, 200);
}
.valentine-goods .item .image{
	padding: 15px 0;
	background: #fff;
	margin-bottom: 2px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.valentine-goods .item .image img{
	height: 100%;
	max-height: 108px;
	width: auto;
	margin: 0 auto;
}
.valentine-goods .item .name{
	padding: 0 12px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	text-decoration: underline;
}
.valentine-goods .item a:hover .name{
	text-decoration: none;
}
.valentine-goods .subitem{
	width: 100%;
}
.valentine-goods .subitem img{
	max-height: 130px;
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.valentine-goods .subitem.subitem-4 img{
	max-height: 85px;
}
.valentine-goods .subitem.subitem-6 img{
	max-height: 98px;
}
.content-3 .image img{
	width: auto;
	max-height: 120px;
}