body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Microsoft YaHei";
	background-color: #2BA59D;
	font-size: 16px;
}
a{text-decoration:none;}
.festival {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;	
}

header {		
	display: flex;
	flex-direction: row;
	height: 0.74rem;
	line-height: 0.74rem;
	font-size: 0.28rem;
	border-bottom: 1px solid #eaeaea;
	padding: 0 0.1rem;
	background-color: white;
}

header div {
	flex: 1;
}

.back {
	padding-top: 0.04rem;
}
.back img{
	width: 0.64rem;
	height: 0.64rem;
}
.headName {
	text-align: center;
}
.banner{
	width: 100%;
	height: 3.68rem;
	text-align: center;
	line-height: 3.68rem;
}
.banner img{
	width: 100%;
	height: 3.68rem;
}

nav{
	width: 100%;
	height: 1.28rem;
}
nav img{
	width: 100%;
	height: 1.28rem;
}
section{
	flex: 1;
	margin: 0 0.24rem;
}
.combo{
}
.comboTitle{
	width: 100%;
	text-align: center;
	margin: 0.4rem 0;
}
.comboTitle img{
	width: 3.04rem;
	height: 0.56rem;
}
.combobox{
	background-image: url(../images/icon_border.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 2.76rem;
	padding: 0.32rem 0.4rem;
	display: flex;
	flex-direction: row;
}
.comboImg{
	width: 2.76rem;
	height: 2.76rem;
	text-align: center;
	line-height: 2.76rem;
}
.comboImg img{
	width: 2.76rem;
	height: 2.76rem;
}
.comboboxRight{
	margin-left: 0.6rem;
}
.comboName{
	font-size: 0.3rem;
	color: #333;
	margin-top: 0.2rem;
}
.comboIntro{
	font-size: 0.26rem;
	color: #666;
	margin-top: 0.24rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.activityPrice{
	color: #f23057;
	font-size: 0.22rem;
	margin-top: 0.24rem;
}
.activityPrice span{	
	font-size: 0.32rem;
	font-weight: bold;
}
.originalPrice{
	color: #c5c5c5;
	font-size: 0.22rem;
	margin-top: 0.02rem;
}
.originalPrice span{
	text-decoration: line-through;
}
.packageGoods{
	display: flex;
	flex-direction: row;
	margin-top: 0.18rem;
}
.packageGoods_left{
	flex: 1;
	background-color: white;
	height: 4.84rem;
	margin-right: 0.11rem;
}
.packageGoods_right{
	flex: 1;
	background-color: white;
	height: 4.84rem;
	margin-left: 0.11rem;
}
.comboImg1{
	width: 3.4rem;
	height: 3.4rem;
	text-align: center;
	line-height: 3.4rem;
}
.comboImg1 img{
	width: 3.4rem;
	height: 3.4rem;
}
.comboIntro1{
	font-size: 0.24rem;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 0.1rem 0.24rem 0 0.24rem;
}
.price{
	padding: 0 0.24rem;
	font-size: 0.3rem;
	color: #F23057;
	font-weight: bold;
	margin-top: 0.05rem;
}
.price span{
	color: #C5C5C5;
	text-decoration: line-through;
	font-weight: none;
	font-size: 0.22rem;
	padding-left: 0.1rem;
}
/* 礼品卡 */
/* .giftCard_Box{
	display: flex;
	flex-direction: row;
} */
.giftCard{
	width: 3.4rem;
	height: 4.92rem;
	background-color: white;
	float: left;
	margin-left: 0.23rem;
	margin-bottom: 0.22rem;
}

.giftCardImg{
	width: 3.4rem;
	height: 3.4rem;
	text-align: center;
}
.giftCardImg img{
	width: 3.4rem;
	height: 3.4rem;
}
.giftCardIntro{
	margin-top: 0.2rem;
	padding: 0 0.24rem;
	font-size: 0.24rem;
	height: 0.65rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333333;
}
.giftCardMoney{
	font-size: 0.3rem;
	font-weight: bold;
	color: red;
	padding: 0 0.24rem;
	margin-top: 0.1rem;
}