/* 头部颜色 */
#categoriesView .yb-header-home {
    background: #808080;
    color: #fff;
}
/* 隐藏搜索 */
.yb-header-home .yb-search-lnk {
    display: none
}
/* 登陆按钮 */
.yb-header-home .yb-person-lnk{
    text-align: right;
    line-height: 1;
    width: auto;
    margin: 0;
}
.yb-header-home .yb-person-lnk::after {
    content: "Login";
    font-size: .8rem;
    color: #fff;
}
.yb-header-home .yb-person-lnk img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    content: url(//imgw.pospal.cn/we/weidian/img/iconsV2/vip.png);
}
/* 左侧边栏项目 */
.yb-deals_tpl_4 .yb-deals_left .yb-item {
    color: #fff;
    background: #808080;
}