*{margin:0;padding:0;}
html{font-size:16px;background-color: #FFF;}
/* 公共样式 */
.flex{display: flex;}
.flex-row{flex-direction: row;}
.flex-col{flex-direction: column;}
.flex-bt{justify-content: space-between;}
.flex-ai{align-items: center;}
.flex-1{
	flex: 1;
}
.mglr{
	margin:0 10px;
}
.center{text-align: center;}
.container{padding:0 10px;}
/* 标题 */
.title{
	font-size:1.2rem;
	text-align: center;
	line-height: 3.5;
	color:#DD3300;
}
.title::after{
	display: block;
	content: '';
	height: 2px;
	background-color: #F6F6F6;
}
/* 列表 */
.list{}
.list .item{
	font-size:1rem;
	color:#888;
	line-height: 3.5;
}
.list .item::after{
	display: block;
	content:'';
	height: 1px;
	background-color: #F6F6F6;
}
.list .number i{color:#FF0000;}
.list .item .price{
	color:#BB0000;
}
.list .item .price i{
	color:#E2E2E2;
}
/* 头部 */
.header{
	width: 100%;
	height: 4.5rem;
	line-height: 4.5rem;
	position: fixed;
	top: 0;
	background: #FFF;
}

.header .logo img{height:2.2rem;overflow: hidden;}
.header .btn_right img{width: 1.8rem;} 

.banner{
	margin-top:3rem;
}
.tabbar{
	width: 100%;
	height: 4rem;
	background-color: #F8F8F8;
	position: fixed;
	bottom: 0;
	border-top:1px solid #F0F0F0;
}
.tabbar-top{
	margin-bottom: 4rem;
}
.tabbar div{
	width: 100%;
	text-align: center;
	padding-top:8px;
}
.tabbar div i{
	font-size: 20px;
}
.tabbar div a{text-decoration: none;
	display: block;
	color:#666;
}
.tabbar div.active a,.tabbar div.active i{
	color:#d4237a;
}

/* 套餐 */
.tc-tabs{
	margin-top: 10px;
}
.tc-box{
	padding:5px;
}
.tc-item{
	background-color: #F8F8F8;
	padding: 20px 10px;
	border-radius: 10px;
	
}
.tc-item .icon{
	font-size:50px;
	color:#CCCC00
}
.tc-item .text{
	font-size:14px;
	color:#999999;
}
/* .tc-item:hover{
	background-color: #FF6666;
}
.tc-item:hover .text{
	color:#FFFFFF;
} */
.tc-item.active{
	background-color: #FF6666;
}

.tc-item.active .text{
	color:#FFFFFF;
}
.tab-box{
	line-height: 2;
	background-color: #FF6666;
	border-radius: 10px;
	padding:10px;
}
.tab-box h3{color:#FFFFFF;}
p{
	color:#E8E8E8;
}
/* 套餐福利 */
.fuli{
	background-color: #F8F8F8;
}
.fuli ol{
	
}
.fuli ol li{
	line-height: 2.5;
}
/* 套餐列表 */
.tc-list{
	margin: 5px 10px;
}
.tc-list-box{
	background-color: #FF6600;
	padding:10px;
	border-radius: 10px;
}
.tc-list-box .tc-price{
	font-size:20px;
	font-weight: 600;
	color:#FFF9FB;
	line-height: 2.5;
}
.tc-list-box .tc-info{
	background: rgba(255,255,255,.4);
	padding:10px;
	line-height: 2;
	border-radius: 8px;
	color:rgba(0,0,0,.6);
}
.btn{
	padding:5px 10px;
	background-color: rgba(0,0,0,.3);
	line-height: 1.5;
	border-radius: 8px;
	font-weight: normal;
}
.btn:hover{
	background-color: rgba(0,0,0,.2);
}

/* 隔行变色 */
.tc-list:nth-child(3n) .tc-list-box{
	background-color: #99CC33;
}

.tc-list:nth-child(3n+1) .tc-list-box{
	background-color:#FF9900;
}