.tabbar-one{
	&_head{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		&-sthei{
			background-color: $gl_background;
		}
		&-box{
			background-color: $gl_background;
			height: 120rpx;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			position: relative;
		}
		&-text{
			font-size: 42rpx;
			color: #FFFFFF;
		}
	}
	&_kou{
		height: 120rpx;
	}
	&_ul{
		background-color: $gl_background;
		flex-direction: row;
		padding-bottom: 50rpx;
		&-li{
			flex: 1;
			flex-direction: column;
			align-items: center;
			&-text{
				font-size: 30rpx;
				color: #FFFFFF;
				margin-top: 15rpx;
			}
		}
	}
	&_menu{
		background-color: #FFFFFF;
		border-top-left-radius: 15rpx;
		border-top-right-radius: 15rpx;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: -15rpx;
		padding: 30rpx 0;
		&-mli{
			flex-direction: column;
			align-items: center;
			padding: 16rpx 0;
			&-icon{
				background-color: $gl_background;
				width: 80rpx;
				height: 80rpx;
				border-radius: 35rpx;
				flex-direction: row;
				align-items: center;
				justify-content: center;
			}
			&-mtext{
				width: 180rpx;
				text-align: center;
				font-size: 30rpx;
				color: #3d3d3d;
				margin-top: 10rpx;
				text-overflow: ellipsis;
				overflow: hidden;
				lines: 1;      
				/* #ifdef H5 */
				white-space: nowrap;
				/* #endif */ 
			}
		}
	}
	&_quit{
		&-hed{
			flex-direction: row;
			align-items: center;
			padding: 20rpx 30rpx;
			border-bottom-style: solid;
			border-bottom-color: #F1F1F1;
			border-bottom-width: 1rpx;
			&-qtext{
				font-size: 40rpx;
				margin-left: 30rpx;
			}
		}
		&-qul{
			background-color: #FFFFFF;
			&_box{
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: center;
				border-radius: 15rpx;
				overflow: hidden;
				padding: 10rpx 20rpx;
			}
			&_grid{
				width: 355rpx;
				padding: 15rpx;
			}
			&-qli{
				background-color: #f1f4f9;
				padding: 20rpx 0 20rpx 30rpx;
				border-radius: 6rpx;
				&-t1{
					width: 290rpx;
					font-size: 44rpx;
					color: #000000;
					font-weight: 500;
					text-overflow: ellipsis;
					overflow: hidden;
					lines: 1;      
					/* #ifdef H5 */
					white-space: nowrap;
					/* #endif */ 
				}
				&-t2{
					width: 290rpx;
					font-size: 28rpx;
					color: #999999;
					margin-top: 10rpx;
					text-overflow: ellipsis;
					overflow: hidden;
					lines: 1;      
					/* #ifdef H5 */
					white-space: nowrap;
					/* #endif */ 
				}
			}
		}
	}
}