
/* 导航部分 */
/* .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: #f1a8bd;
    color: #000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.bottom-button a .bot-but span{
    background: #f1a8bd;
}

.new_url .title-linear{
    background: linear-gradient(to bottom, #923851, #5c162a);
}
.new_url{
    background: #5c162a;
    color: #5c162a;
}
.new_url .title{
    color: #fff;
}
.new_url .content .bot{
    background: #fff;
    border: 1px solid #5c162a;
    color: #5c162a;   
}
.new_url .content .bot:active{
    background: #5c162a;
    color: #fff;
}
.new_url .bottom{
    color: #5c162a;
    border: 1px solid #5c162a;   
}