.zktabbarmessage{
	&-box{
		background-color: #f2f3f4;
		padding-bottom: 20rpx;
	}
	&-ul{
		&_thead{
			background-color: #f2f3f4;
			font-size: 24rpx;
			color: #888888;
			padding: 30rpx;
		}
		&_menu{
			border-radius: 20rpx;
			background-color: #FFFFFF;
			flex-direction: row;
			flex-wrap: wrap;
			&-mli{
				flex-direction: column;
				align-items: center;
				justify-content: center;
				border-color: #F1F1F1;
				border-right-style: solid;
				border-right-width: 1rpx;
				border-bottom-style: solid;
				border-bottom-width: 1rpx;
				&-icon{
					width: 100rpx;
					height: 100rpx;
					border-radius: 10rpx;
					flex-direction: row;
					align-items: center;
					justify-content: center;
				}
				&-mtext{
					margin-top: 10rpx;
					text-align: center;
					@include styleFont(#1e1e1e, 30rpx);
					font-weight: 500;
					@include onlyLineEllipsis;
				}
			}
		}
	}
}