#packageTit{
	padding-top: 1rem;
}
.tit{
	text-align: center;
	font-size: 0.5rem;
	font-weight: 600;
	margin-top: 0.5rem;
	margin-bottom: 0.2rem;
}
.txt{
	text-indent: 0.5rem;
	font-size: 0.32rem;
	margin-bottom: 0.5rem;
}
#packageList li{
	width: 49%;
	float: left;
}
#packageList li:nth-child(2n-1){
	margin-right: 2%;
}
#packageList .ft{
	color: #fff;
	border-radius: 0.1rem;
	position: relative;
	font-size: 0.28rem;
    padding: 0.1rem 0.3rem;
    color: #fff;
	width: 16%;
	left: 50%;
	transform: translateX(-50%);
	top: -0.4rem;
	z-index: 999;
}


#packageList .hd{
	color: #fff;
	text-align: center;
	padding: 0.2rem 0;
}
#packageList .hd h5{
	font-size: 0.4rem;
	margin-bottom: 0.1rem;
}
#packageList .hd span{
	font-size: 0.3rem;
	font-weight: 600;
}
.red1 .hd{
	background: #e24f43;
}
.red1 .ft{
	background: #E24F43;
}
.green1 .hd{
	background: #27AE60;
}
.green1 .ft{
	background: #27AE60;
}
.yellow1 .hd{
	background: #f39c12;
}
.yellow1 .ft{
	background: #f39c12;
}
.gray1 .hd{
	background: #5c5c5c;
}
.gray1 .ft{
	background: #5c5c5c;
}
#packageList dl{
	text-align: center;
	width: 92%;
	margin-left: 4%;
	color: #4e4e4e;
}
#packageList dl dd{
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.29rem;
}
#packageList dd:nth-child(2n-1){
	background: #f5f5f5;
}
#packageList dd:nth-child(2n){
	background: #FAFAFA;
}