.header * {box-sizing: content-box!important;}
a {text-decoration: none !important;}
.breadcrumb {
    background-color: transparent;
}
.condition {
    line-height: 50px;
}

/*logo*/
.logo {
    max-width: 206px !important;
    max-height: 70px!important;
}
.logo_header {
    width: 110px !important;
    background-color: #f6f8fa;
    border-radius: 10px;
}

/*登录按钮注册按钮*/
.header .body_wrapper .body_toolbar {
    background-color: transparent;
}

/*==================其他页面自定义样式===================*/

/*商家列表页面*/
.seller_list li h3 {
    background-color: #1a1a1a;
    color: #ffffff;
}