/*<!-- 未读通知徽章样式 -->*/

.unread-badge {
 /*position: absolute;*/
 top: -5px;
 right: -10px;
 background-color: #FFCC00;
 color: #fff;
 font-size: 12px;
 font-weight: bold;
 padding: 0 0;
 border-radius: 10px;
 min-width: 18px;
 height: 18px;
 line-height: 18px;
 text-align: center;
 display: none; /* 默认隐藏，有数量时显示 */
}
/* 适配用户中心左侧菜单的徽章位置 */
#sidebar-notification-badge {
    margin-left: 6px;
    top: 0;
    right: -15px;
}
.tab-unread-badge {
    /*position: absolute;*/
    font-style: normal;
    top: -5px;
    right: -10px;
    background-color: #0A301C;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0;
    border-radius: 10px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: none; /* 默认隐藏，有数量时显示 */
}
