#tab .space {
	margin-top: .1rem;
	height: .98rem;
}

#tab .tab-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .98rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	z-index: 36;
}

#tab .tabs {
	flex: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
}

#tab .tab-image {
	height: .4rem;
	object-fit: contain;
	margin-bottom: .1rem;
}

#tab .tab-title {
	font-size: .24rem;
	color: #999999;
}


#tab .active .tab-title {
	color: #28CB84;
}