.sbnav {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    z-index: 10000;

    backdrop-filter: blur(8px);
    background-color: rgba(rgb(255, 255, 255), 0.8);
}

.sbnav>ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sbnav>ul>li>a {
    margin-left: 20px;
}