/* 导航部分 */
.nav-container{
    background-color: #77c1a7;
}
.nav-container .search-bar{
    background-color: #c3e5d9;
}
.nav-container .search-bar .tag{
    background-color: #77c1a7;
    color: #fff;
}
.nav-container .menu-item a{
    color: #fff;
}
.nav-container .nav-menu{
    background: #254b3e;
}
.nav-container .menu-item.active a{
    color: #fff;
}

.title-labels .item a{
    background-color: #77c1a7;
    color: #fff;
}
.labels .item:nth-child(odd) a{
    color: #77c1a7;
}
/* 列表文字 */
.container .content-list .item-lists .list-text{
    background: #77c1a7;
    color: #000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.bottom-button a .bot-but span{
    background: #77c1a7;
}
.new_url .title-linear{
    background: none;
}
.new_url{
    background: #b0d4c8;
}