
html,body{
    margin:0;
    padding:0;
    font-family: Roboto, sans-serif;
}
textarea{
    width: 100%;
    line-height: 1.5em;
    padding:5px;
    box-sizing: border-box;
}
 
 
::placeholder {
  color: #f00;
  opacity: 1; /* Firefox 需要设置 opacity */
}

/* 兼容不同浏览器 */
::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #f00;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #f00;
  opacity: 1;
}

:-ms-input-placeholder { /* IE 10-11 */
  color: #f00;
}

:-moz-placeholder { /* Firefox 18- */
  color: #f00;
  opacity: 1;
}
 
 
 
.container{
    width: 100%;
    margin:0 auto;
}

.bg_yellow{
    background: #f6ecd3;
}
.bg_blue{
    background: #4f34e2;
}
[v-cloak]{
display: none;
}



.filter-bar {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        .admin-bar .filter-bar{
            top: 32px;
        }
        .breadcrumb {
            background: #f8f9fa;
            border-bottom: 1px solid #e9ecef;
            padding: 12px 24px;
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #6c757d;
        }
        .breadcrumb-home {
            margin-right: 8px;
        }
        .breadcrumb-home img{
            width: 120px;
        }
        .breadcrumb-link {
            color: #6c757d;
            text-decoration: none;
            cursor: pointer;
            transition: color 0.3s;
        }
        .breadcrumb-link:hover {
            color: #4f34e2;
        }
        .breadcrumb-separator {
            margin: 0 8px;
        }
        .breadcrumb-current {
            color: #4f34e2;
            font-weight: 600;
        }
        .filter-menu {
            display: flex;
            padding:15px 30px;
            gap: 16px;
            overflow-x: auto;
            text-transform: uppercase;
            justify-content: left;
        }
        .filter-menu-sub{
         
        }
        .category_sep{
            width: 100%;
            border-bottom: 1px solid #ddd;
            height: 1px;
            margin: 5px 0;
        }
        .category-item {
            position: relative;
        }

        .category-btn {
            padding: 10px 24px;
            border: none;
            border-radius: 8px;
            background: #fff;
            color: #495057;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 8px;
          
        }
        .category-btn:hover {
            background: #dee2e6;
        }
        .category-btn.active {
            background: #4f34e2!important;
            color: #fff;
        }
        .category-btn .count{
            font-size: 12px;
        }
        .category-btn svg {
            width: 16px;
            height: 16px;
            transition: transform 0.3s;
        }
        .category-btn.open svg {
            transform: rotate(180deg);
        }

        .sub-categories .category-btn{
            font-size: 14px;
            background: #e9ecef;
        }


        .container {
            max-width: 1400px;
            margin: 0 auto;
           
        }
        .products-header {
            margin-bottom: 24px;
        }
        .products-title {
            font-size: 28px;
            font-weight: 700;
            color: #212529;
            margin-bottom: 8px;
        }

.pagination button{

    padding: 5px 15px;
    border: none;
    border-radius: 8px;
    background: #fff;
    color: #495057;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
}

.pagination {
    text-align: center;
    margin: 30px;
}




.product_lister_header{
    padding: 15px 0;
    height: 50px;
    width: 100%;
    color:#333;
    border-bottom:2px solid #333;
    position: relative;
    clear:both;
    overflow: hidden;
    font-size: 12px;
}
.product_lister_header div{

font-weight: bold;
text-transform: uppercase;
}
.product_lister_header:after{
    content: '';
    position: absolute;
    height:10px;
    width: 100%;
    background: #fff;
    bottom: -12px;
    left:0px;
    z-index: 9999;
}
.b2bp_category{
    text-align: center;
    margin:40px 0;
    text-transform: uppercase;
}
.product_lister_header .b2bp_thumb{
    width: 50px;
    height:50px;
    line-height: 50px;
    padding: 5px 15px;
}
.product_lister_header div{
    background: none;
}
.product_lister {
    height: 300px;
    overflow: hidden;

}
.product_lister li{
    height:50px;
    list-style: none;
    line-height:50px;
    margin:10px 0;
    clear:both;
    
    justify-content: space-between;
}
 .b2bp_thumb{
    width: 50px;
    height:50px;
    margin-right:10px;
    border-radius: 6px;
    overflow: hidden;
    float:left;
}
.b2bp_thumb img{
    width: 100%;
}
.b2bp_title,.b2bp_title_title{
     width: 320px;
    font-size: 12px;
    padding: 5px 15px;
    float: left;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.b2bp_price_col,.b2bp_price,.b2bp_amount,.b2bp_min_number,.b2bp_col_1,.b2bp_col_2,.b2bp_col_3{
    width: 150px;
    float:left;
}

.b2bp_price_col, .b2bp_price{
    width: 100px;
    line-height: 50px;
    text-align: center;
}
.b2bp_col_1, .b2bp_col_2, .b2bp_col_3{
    width: 100px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;


}
.b2bp_col_3{
    width: 150px;
    line-height: 50px;
}
.b2bp_col_1 input, .b2bp_col_2 input, .b2bp_col_3 input{
    width: 80%;
    overflow: hidden;



}
.b2bp_price:before{
    content:"$";
}
.b2bp_amount{
    overflow: hidden;
    height:50px;

    
}
.b2bp_amount span{
    display: block;
    width: 30px;
    height: 30px;
    border:1px solid #333;
    color:#333;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    margin-top:10px;
}

.b2bp_amount input{
    margin-top:10px;
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border:none;
    overflow: hidden;
}
.b2bp_amount{
    text-align: center;
    line-height: 50px;
}
.b2bp_subtotal{
    width: 150px;
    float:left;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    line-height: 50px;
}
.b2bp_title_title,.b2bp_price,.b2bp_amount,.b2bp_min_number,.b2bp_subtotal,.b2bp_col_1,.b2bp_col_2,.b2bp_col_3{
    background: #ddd;
    line-height: 50px;
}
.b2bp_col_small{
    font-size: 12px;
}
.b2bp_thumb img{
    width: 100%;
}
.b2bp_info{
    display: flex;
}

.product_lister_footer{
    margin-top:50px;
    width: 400px;
    background: #ddd;
    height:350px;
    float:right;
    padding:15px;
    border-radius: 6px;
    margin-right: 30px;
    margin-bottom: 100px;
}
.product_lister_footer h4{
    min-height: 2em;
    padding:0;
    margin:0;
    font-size: 18px;
    text-transform: uppercase;
}
.product_lister_footer p{
    font-size: 12px;
    color:#666;
}
.product_lister_footer .input_text{
    height: 30px;
    line-height: 20px;
    padding:5px 15px;
    width: 180px;
    border:none;
}
.b2bp_submit{
    height: 40px;
    width: 180px;
    float:right;
    line-height: 40px;
    background: #333;
    text-align: center;
    cursor: pointer;
    color:#fff;

}
.product_lister_footer checkbox{
    width: 20px;
    height:20px;
    border;1px solid #ddd;
}


.form-check-inline{
display: inherit;
}
.checkbox-inline{
display: inline;
font-size: 14px;
margin:0 5px;
}
input[type='radio'] {
box-sizing: border-box;
appearance: none;
background: white;
outline: 1px solid #333;
border: 1px solid white;
width: 14px;
height: 14px;
}

input[type='radio']:checked {
background: #333;
}

::placeholder {
color: #ddd;
opacity: 1; /* Firefox */
}











