﻿.iconfont {
    font-family: "iconfont" !important;
    font-size: 1.2rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar {
    position: fixed;
    width: 100%;
    bottom: 0;
    /*height: 2.45rem;*/
    background: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
}



    .navbar .nav-item .icon {
        font-size: 1rem;
        padding: 0;
    }


    .navbar .nav-item .badge {
        background: red none repeat scroll 0 0;
        border-radius: 0.5rem;
        color: white;
        font-size: 0.6rem;
        height: 0.8rem;
        left: 50%;
        line-height: 0.8rem;
        margin-left: 0.35rem;
        min-width: 0.8rem;
        padding: 0 0.2rem;
        position: absolute;
        top: 0.5rem;
        vertical-align: top;
        text-align: center;
        z-index: 100;
    }
.icon {
    font-family: "icon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar .nav-item .label {
    display: block;
    font-size: 0.55rem;
    position: relative;
    top: -0.1rem;
}

.navbar .nav-item {
    position: relative;
    display: table-cell;
    height: 2.45rem;
    text-align: center;
    vertical-align: middle;
    width: 1%;
    color: #999;
}

.navbar .nav-item {
    position: relative;
    display: table-cell;
    height: 2.45rem;
    text-align: center;
    vertical-align: middle;
    width: 1%;
    color: #999;
}

.navbar .active {
    color: red;
    color: #1790e1;
}

a {
    background-color: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, input, textarea, select, button {
    outline: 0 none;
}


/*标签显示*/
.pl_label {
    font-size: 0.8rem;
    min-height: 1rem;
    line-height: 1.0rem;
    padding: 0.1rem;
    color: #999;
}


.pl_label_title {
    font-size: 0.7rem;
    min-height: 1.2rem;
    line-height: 1.2rem;
    padding: 0.5rem 0;
    color: #999;
}
.pl_label .label {
    display: inline-block;
    margin: 0.1rem 0.2rem;
    padding: 0.2rem 0.2rem;
    /* border: 1px solid #ccc; */
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1e1e1e;
    vertical-align: bottom;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: .25rem;
    border-radius: 0.25rem;
    /* border: solid 1px #666; */
    color: #333;
    background: rgba(0,132,255,.1);
    /* font-size: .8rem; */
    font-size: 0.8rem;
    min-height: 1rem;
    line-height: 1.0rem;
}
