.header-carousel{
	width: 100%;
	background: url("../image/familyAppreciation/banner-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.introduce{
	font-size: 0;
	padding: 0 .7rem .5rem;
	display: flex;
	justify-content: space-between;
}
.introduce > div:first-child{
	font-size: .24rem;
	width: 3.2rem;
}
.introduce > div:first-child > h2{
	font-size: .42rem;
	color: #f96a03;
	padding: 0;
	margin: .3rem 0 .4rem 0;
}
.introduce > div:first-child > p{
	color: #888888;
	padding: 0;
	margin: 0;
}
.introduce > div:last-child{
	width: 1.9rem;
}
.introduce > div:last-child > img{
	width: 100%;
}
.tab {
	padding: .5rem .3rem 0;
	font-size: 0;
}
.tab > a {
	display: inline-block;
	width: 1.3rem;
	height: .7rem;
	line-height: .7rem;
	text-align: center;
	font-size: .3rem;
	font-weight: bold;
	color: #888888;
	cursor: pointer;
	margin-right: .55rem;
}
.tab > a:last-child{
	margin-right: 0;
}
.tab > a:hover, .tab > .active {
	color: #f96a03;
}
.tab > .active{
	position: relative;
}
.tab > .active::after{
	content: '';
	display: inline-block;
	width: .45rem;
	height: .08rem;
	position: absolute;
	left: .42rem;
	bottom: 0;
	background-color: #f96a03;
	border-radius: .3rem;
}
.content{
	padding: .15rem .3rem .7rem;
}
.cont {
	font-size: 0;
}
.cont > ul > a{
	box-sizing: border-box;
	width: 6.9rem;
	display: inline-block;
	padding: .4rem .3rem;
	font-size: .24rem;
	margin-bottom: .3rem;
}
.cont > ul > a:last-child{
	margin-bottom: 0;
}
.cont > ul > a > li{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	min-height: 2.3rem;
}
.cont > ul > a > li .cont-title{
	display: flex;
	align-items: center;
	font-size: .28rem;
	font-weight: bold;
	color: #333;
	width: 100%;
}
.cont > ul > a > li .cont-title img{
	width: .57rem;
	height: .55rem;
	margin-right: .2rem;
}
.cont > ul > a > li  .cont-describe{
	font-size: .24rem;
	color: #888888;
	padding: .1rem 0;
}
.cont > ul > a > li .cont-order-btn{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .24rem;
	color: #888888;
	border-top: 1px solid #f5f5f5;
	padding-top: .1rem;
}
.cont > ul > a > li .cont-order-btn .money{
	color: red;
	font-size: .36rem;
	font-weight: bold;
}
.cont > ul > a > li .cont-order-btn div:last-child{
	background-color: #f96a03;
	border: 1px solid #f96a03;
	height: .3rem;
	width: 1rem;
	padding: .1rem;
	color: #fff;
	border-radius: .1rem;
}