
.grid{
    background-color: #ffffff;
    @include  flexRowWrap;
    &-list{
        width: 148rpx;
        height: 80px;
        align-items: center;
        justify-content: center;
        &-image{
            height: 40px;
            width: 40px;
        }
        &-text{
			@include styleFont(#343434,14);
            margin-top: 5px;
        }
    }
}