:root {
    --main-tone: #80c794;
}
.bottom-bar {
    position: fixed;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--main-tone);
}

.bottom-bar-corner {
    position: absolute;
    left: 0;
    top: -40px;
    width: 40px;
    height: 40px;
    background-image: url("https://cdn.a-b.cc/img/baoku/Rounded-corner-left.svg");
    background-position: 0 0;
    background-size: cover
}

.bottom-bar-corner.right {
    left: auto;
    top: -40px;
    right: 0;
    bottom: auto;
    background-image: url("https://cdn.a-b.cc/img/baoku/Rounded-corner-right.svg")
}


.bottom-bar-link {
    margin-right: 0;
    padding: 4px 12px 4px 30px;
    border-radius: 4px;
    background-color: var(--main-tone);
    background-image: url("https://cdn.a-b.cc/img/baoku/home.svg");
    background-position: 5px 50%;
    background-size: auto;
    background-repeat: no-repeat;
    opacity: .6;
    color: #fff;
    font-size: 16px;
    line-height: 22px
}
.bottom-bar-link:hover {
    background-color: #ffffff25;
    opacity: 1;
    transition: all .75s;
}

.bottom-bar-link.w--current {
    opacity: 1
}

.bottom-bar-link.ideas {
    background-image: url("https://cdn.a-b.cc/img/baoku/nav.svg");
}

.bottom-bar-link.about {
    background-image: url("https://cdn.a-b.cc/img/baoku/tv.svg");
    background-size: 20px
}

.bottom-bar-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.search-icon {
    width: 40px;
    height: 40px;
    background-image: url("https://cdn.a-b.cc/img/baoku/chat.svg");
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: .6
}

.search-icon:hover {
    opacity: 1
}

.bottom-bar {
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bottom-bar-corner {
    top: -30px;
    width: 30px;
    height: 30px
}

.bottom-bar-corner.right {
    top: -30px
}

.bottom-bar-links {
    margin-right: -27px
}

.navbar {
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 244px;
    height: 48px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: var(--main-tone);
    background-image: url("https://cdn.a-b.cc/img/baoku/BaoKu.svg");
    background-position: 56% 50%;
    background-size: 150px;
    background-repeat: no-repeat;
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,.15); */
    font-size: 15px;
    font-weight: 500
}

.navbar.fixed {
    position: fixed;
    z-index: 999;
    margin-left: -48px;
    background-size: 198px
}

.navbar.fixed.no-margin {
    margin-left: 0
}

.navbar.fixed.curated {
    margin-top: -25px
}

.navbar.solo {
    height: 44px;
    margin-right: 0;
    margin-left: 8px
}

.navbar.top {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    width: 400px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    background-image: none
}

.navbar-link {
    margin-right: 16px;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #6b6d7f
}

.navbar-link:hover {
    color: #fff
}

.navbar-link.w--current {
    color: #fcfcfc
}
    
@media screen and (max-width: 991px) {
    .navbar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.navbar.fixed {
    margin-left: 0
}
}
@media screen and (max-width: 479px) {
    .navbar {
    left: 20px;
    top: 20px;
    right: 20px;
    padding-right: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar.w--current {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar.fixed {
    margin-right: auto;
    margin-left: auto
}

.navbar.solo {
    display: none;
    margin-right: 0;
    margin-left: 0
}
}