/* 底部导航栏 */
.navbar {
    width: 100%;
    height: 98px;
}

.tab {
    width: 42px;
    height: 42px
}

@media screen and (max-width: 375px) {
    .tab {
        width: 21px;
        height: 21px;
    }

    .nav-link .title {
        font-size: 10px !important;
    }

    .navbar {
        width: 100%;
        height: 49px;
    }
    .nav-link{
        line-height:28px;
    }
}

.tblist
{
    border:1px solid #ccc;
    }
.tblist td
{
    border-top:1px solid #ccc;
    }