/* 头部颜色 */
#categoriesView .yb-header-home {
    background: #8b0000;
    color: #fff;
}
/* 左侧边栏项目 */
.yb-deals_tpl_4 .yb-deals_left .yb-item {
    color: #fff;
    background: #8b0000;
}
/* 登陆按钮 */
.yb-header-home .yb-person-lnk{
 display: none
}
/* 底部会员按钮 */
a[href='/m/account'] {
 display: none !important;
}
/* 搜索按钮图片 */
.yb-header-home .yb-search-lnk img {
    display: none;
}
.yb-header-home .yb-search-lnk:after {
    content: "Item Search";
    color: #8b0000;
}
.yb-header-home .yb-search-lnk {
    width: 4.5rem;
    front-size: 10px;
   line-height: 30px;
   font-weight: 500;
    background-color:#D9C30B;
  text-align: right;
}

/* 套餐商品名 */
.yb-package-wrapper .yb-package-product_name {
    white-space: pre-wrap; 
    height: 4rem;
}

/* 隐藏优惠卷 */	
#showCouponSelects {
    Display:none
}
/* 搜索页面搜索栏遮住商品问题 */
.yb-search .yb-search-result {
    padding-top: 45px;
}


