/* 交易市场导航角标 */
.homepage-topbar .page-list > ul > li.nav-with-badge > a {
    position: relative;
}

.homepage-topbar .page-list > ul > li.nav-with-badge .nav-corner-badge {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #ff6b35, #ff3d3d);
    border-radius: 8px 8px 8px 0;
    white-space: nowrap;
    pointer-events: none;
}

.menu-item-title.nav-with-badge > a {
    position: relative;
}

.menu-item-title.nav-with-badge .nav-corner-badge {
    position: absolute;
    top: 0.12rem;
    right: 0.466667rem;
    height: 0.373333rem;
    line-height: 0.373333rem;
    padding: 0 0.106667rem;
    font-size: 0.213333rem;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #ff6b35, #ff3d3d);
    border-radius: 0.186667rem 0.186667rem 0.186667rem 0;
    white-space: nowrap;
    pointer-events: none;
}
