.packaging{
	width:1200px;
	margin:0 auto;
	padding:30px 0;
}
.packageTop>div{
	margin-bottom: 20px;
}
.typeNav{
	font-size: 0;
}
.packageTop .active{
	color: #217FF3;
}
.packageTop span{
	display: inline-block;
	width: 52px;
	height: 28px;
	background: #378BF4;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	margin-right:20px;
}
.packageTop a{
	font-size: 16px;
	color: #707D8C;
	line-height: 28px;
	margin-right:26px;
}
.bagCont{
	margin-top:30px;
}
.bagCont table{
	border:none;
	text-align: center;
	border-collapse:collapse;
	width:100%;
	background:#FCFCFC;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
}
.bagCont thead{
	height: 46px;
	background: #F3F3F3;
	font-size: 16px;
	color: #464E59;
}
.bagCont tr{
	border-top:1px solid #F3F3F3;
}
.bagCont td{
	height:50px;
	border-right:1px solid #F3F3F3;
	color:#464E59;
}
.bagCont td:last-child{
	border-right:none;
}
.bagCont td span{
	color:#217FF3;
	cursor: pointer;
}
.bagCont td span:hover{
	font-weight:bold;
}
.noList{
	display: none;
	text-align: center;
	font-size: 21px;
	color: #464E59;
	line-height: 27px;
	padding:20px 0 50px;
}