@charset "utf-8";

/* 这个　bottom_padding　用于 moment_list.jsp 防止底部被底部栏给挡内容，所以将底部往上垫高一点！ */
.bottom_padding {
    width:100%; 
    background:transparent;
    height:50px; 
    padding-top:5px; 
}

.bottom_navibar{ 
    /*--max-width:640px; */
    /*--min-width:320px; */
    /*--margin:0px auto; */
    z-index: 9;
    background:#f9f9f9; 
    position:fixed; 
    left: 0;
    right: 0;
    max-width:640px; 
    min-width:320px; 
    margin:0px auto; 
    width:100%; 
    height:50px; 
    bottom:0px;
    padding-top:5px; 
    box-shadow:0px -1px 2px rgba(0,0,0,0.3)
}

.bottom_navibar img.bottom_nav_image {
    width: 26px;
}

/*zwg!*/
.bottom_navibar td.bottom_nav_text {
    font-size: 10px;
}

.navibar_car_num { 
    width: 12px; 
    height: 12px; 
    color: #fff; 
    line-height:12px; 
    overflow: hidden; 
    border-radius:50%; 
    font-family: sans-serif;
    font-size: 1px; 
    text-align:center;
    border-radius:50%;
    border:red solid thin;
    background-color:#ff0000;
}

#cart_goods_count {
    position: relative;
    abottom: 32px;
    left: 15px;
    top: -30px;
    width: 18px;
    height:18px;
    font-size:12px;
    line-height:18px;
    az-index: 99999999999999;
    aborder-radius:50%;
    background-color:#F00;
    color: #fff;
    text-align:center;
    border:red solid thin;
    display:none;
}
