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