﻿
/*footer*/
.house_footer {
    width: 100%;
    height: 5rem;
    background: #fff;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: solid 1px #f1f1f1;
}

.tabbar_item {
    width: 25%;
    position: relative;
}

    .tabbar_item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
        width: 100%;
        height: 100%;
        color: #ccc;
        text-decoration: none;
        font-weight: lighter;
    }

    .tabbar_item .iconfont {
        font-size: 2.7rem;
        line-height: 2.7rem;
    }

    .tabbar_item.active a {
        color: #333;
    }
.tabbar_selected{
    display:none;
}
.tabbar_item.active .tabbar_selected{
    display:block;
}
.tabbar_item.active .tabbar_no {
    display: none;
}

.tabbar_message {
    background: #f96868;
    color: #fff;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 50%;
}
.tabbar_item img {
    height: 2.4rem;
    width: 2.7rem;
}
