﻿.base-navbar{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px !important;
    z-index: 999999;
}
.phone-tab-box{
    background: #fff !important; 
}
.phone-tab{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff !important;
    height: 100%; 
    padding-left: 0 !important;
}
.phone-tab li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 60px;
}
.tab-hrer{
    color: #000 !important;
}
.tab-hrer-0{
    color: #FF212A;
}
.tab-hrer-1{
    color: #FF212A;
}
.tab-hrer-2{
    color: #FF212A;
}
.tab-hrer-3{
    color: #FF212A;
}
.base-navbar-nav .tab-img{
    display: block;
    width: 38px;
    height: 38px;
}
.base-navbar-nav .tab-img-0{
    background-image: url('../image/tab_shouye_w.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px 38px;;
    display: block;
    width: 38px;
    height: 38px;
}
.base-navbar-nav .tab-img-1{
    background-image: url('../image/tab_zsjm_w.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px 38px;;
    display: block;
    width: 38px;
    height: 38px;
}
.base-navbar-nav .tab-img-2{
    background-image: url('../image/tab_hywm_w.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    display: block;
    width: 38px;
    height: 38px;
}
.base-navbar-nav .tab-img-3{
    background-image: url('../image/tab_xwzx_w.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    display: block;
    width: 38px;
    height: 38px;
}

.base-navbar-nav .tab-img-0-active{
    background-image: url('../image/tab_shouye_y.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    color: #FF212A;
    display: block;
    width: 38px;
    height: 38px;
}
.base-navbar-nav .tab-img-1-active{
    background-image: url('../image/tab_zsjm_y.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    color: #FF212A;
    display: block;
    width: 38px;
    height: 38px;
}
.base-navbar-nav .tab-img-2-active{
    background-image: url('../image/tab_hywm_y.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    color: #FF212A;
    display: block;
    width: 38px;
    height: 38px;
}
.base-navbar-nav .tab-img-3-active{
    background-image: url('../image/tab_xwzx_y.png');
    color: #FF212A;
    display: block;
    width: 38px;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 38px 38px;
}
.base-navbar-nav a .base-navbar-label{
    display: block;
    width: 50px;
    height: 20px;
    font-size: 12px;
    text-align: center;
}
.base-navbar-nav .tab-img-0-active span{
    display: block;
    color: #FF212A;
}
.base-navbar-nav .tab-img-1-active span{
    display: block;
    color: #FF212A;
}
.base-navbar-nav .tab-img-2-active span{
    display: block;
    color: #FF212A;
}
.base-navbar-nav .tab-img-3-active span{
    display: block;
    color: #FF212A;
}
@media screen and (max-width: 520px) {
    .list-content .list-info{
        padding: 15px !important;
    }
    .navigate .guide-list .guide-item{
        font-size: 16px;
    }
    .navigate .guide-list .change-item{
        font-size: 16px;
    }
}