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