#sel{
	margin-top: 15px;
	background-color: #fff ;
	color: #fff !important ;
	width: 100% ;
	height: 44px ;
	border-bottom:2px solid #1ab394 ;
	-webkit-padding-start:0;
}
.tab{
	display: inline-block;
	line-height: 44px;
	font-size: 15px ;
	min-width: 80px;
	padding-left:5px;
	padding-right:5px;
	text-align: center ;
	cursor:pointer;
	color: #888;
	float: left
}
.active{
	background:#1ab394;
	color: #fff
}
.sel-list{
	border-bottom: 1px solid #e7eaec ;
	line-height: 32px;
	font-size: 15px ;
	margin: 5px 0;
	text-align: center ;
	cursor:pointer;
	/*background-color: #f5f5f5 ;*/
	color:#000;
}
/*.sel-list span{
	background:#1ab394;
}*/
.sel-list:hover{
	background:#999;
	color: #fff
}
.selectedAct{
	background:#999;
	color: #fff
}
/*.selectedAct span{
	background:red;
}*/
.sel-list li{
	display: inline-block;
	width: 80% ;
}
.sel-list span{
	display: inline-block;
	width: 20% ;
	line-height: 32px
}