.product-content{
    width: 100%;
}
.product-content .breadcrumb ,.product-content .breadcrumb ol{
    padding: 0px;
}
.product-content .breadcrumb li{
   
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #777777;
}
.product-content .breadcrumb li a{
     color: #777777;
}

.category_content{
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}
.category_content .category_content_left{
    width: 28.9rem;
}
.category_content .category_content_left .title{
    width: 100%;
    font-family: Roboto;
    font-weight: 500;
    font-size: 1.8rem;
    color: #555555;
    display: block;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dcdcdc
}
.category_content .category_content_left .category-menu {
    cursor: pointer;
    max-height: 51.2rem;
    overflow-y: scroll;

    scrollbar-width: thin; /* Firefox 可选，但无法精确设置宽度 */
    scrollbar-color: #888 #f1f1f1;
}

/* WebKit 浏览器（Chrome/Safari/Edge） */
.category_content .category_content_left .category-menu::-webkit-scrollbar {
    width: 2rem; /* 设置垂直滚动条宽度为 2rem（大概32px） */
}

.category_content .category_content_left .category-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.category_content .category_content_left .category-menu::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 1rem;
    border: 4px solid transparent;
    background-clip: content-box;
}

.category_content .category_content_left .category-menu::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}


.category_content .category_content_left .category-menu .has-children span{

    font-family: Roboto;
    font-weight: bold;
    font-size: 1.4rem;
    color: #555555;

}
.category_content .category_content_left .category-menu .has-children{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #dcdcdc;
}
.category_content .category_content_left .category-menu .children-container{
    padding-bottom: 2.3rem;
    border-bottom: 1px solid #dcdcdc;
}
.category_content .category_content_left .category-menu .children-container .category-item {
    width: 9rem;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #555555;
    line-height: 3rem;
}
.category_content .category_content_right{
    width:100%;
}








.product-content .container, .product-description.container, .related-products.container, .review-product.container {
    padding: 0px 26rem !important;
}



.painagin{
    margin: 6.8rem auto;
    gap: 1rem;
   cursor: pointer;
    
}
.painagin span,.painagin a{
    width: 4rem;
height: 4rem;
text-align: center;
line-height: 4remcursor: pointer;;
border-radius: 0.5rem;
line-height: 4rem;
 text-decoration: none;

font-family: Roboto;
font-weight: 400;
font-size: 1.6rem;
color: #000000;
display: block;
}

.painagin span:hover,.painagin a:hover{
    background: #F5F5F5;
border-radius: 0.5rem;
}
.painagin .active{
     background: #F5F5F5;
border-radius: 0.5rem;
}

.tab-buttons{
    gap: 2.6rem;
}
.tab-buttons a{
    cursor: pointer;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #010101;
        padding-bottom: 0.6rem;
            background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    padding: 1.3rem 3.3rem
   
}
.tab-buttons a.active{
    font-weight: 800;
    border: 3px solid #F8931F ;
}
.search_result{
   
font-family: Roboto;
font-weight: bold;
font-size: 2rem;
color: #000000;
display: block;
margin: 3.4rem auto;
width: 100%;
text-align: center;
}
.tab-content{
    display: none;
}
.tab-content.active{
    display: block;
}
.related-products-data{
    gap: 3%;
}
.related-products-data .imtes-related
{
    width: 30% !important;
    margin-top: 1.3rem;
}

.related-products-data .imtes-related .items-img{
   
    width: 100%;
    height: 20rem;
    margin-top: 4.1rem;
}
.related-products-data .imtes-related .items-img img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
}

.related-products-data .imtes-related .product_title{
        font-family: Roboto;
    font-weight: bold;
    font-size: 2rem;
    color: #000;
    margin-top: 4.3rem;
    display: block;
      display: -webkit-box;
  -webkit-line-clamp: 2;  /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  min-height: 6rem;
}
.related-products-data .imtes-related .product_title:hover{
    color: #F7931E;
}

.related-products-data .imtes-related .product_des{
        height: 1.4rem;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #7E7E7E;
    display: block;
    margin-top: 3rem;
    padding-bottom: 3rem;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    width: 100%;
    
}





.related-products-data .imtes-related .blog-des{
        height: 1.4rem;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #010101;
    display: block;
    margin-top: 3rem;
    
       display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    min-height: 4rem;
}

.related-products-data .imtes-related .more{
    width: 13.3rem;
    height: 4rem;
    
    border-radius: 2rem;
    display: block;
    margin-top: 5.1rem;
    text-align: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
   
    line-height: 4rem;
    
    background: #F8F9FA;

border: 1px solid #DCDCDC;
cursor: pointer;
}

.related-products-data .imtes-related .more:hover{
    background: #F8931F;
     color: #FFFFFF;
}





.keyword{
    width: 97.1rem;
height: 4rem;
background: #FFFFFF;
border-radius: 2rem;
border: 1px solid #DCDCDC;
margin-top: 2.6rem;
margin-bottom:3.4rem;
padding-left: 2.5rem;

font-family: Roboto;
font-weight: 400;
font-size: 1.4rem;
color: #BBBBBB;
outline: none; /* 禁用聚焦轮廓 */
}
.keyword::focus{
    outline: none !important; /* 移除默认聚焦轮廓 */
    border: 1px solid #DCDCDC;
}
.keyword:focus ~ .key_res {
   display: block !important;
}
.input{
    position: relative;
        width: 97.1rem;
}
.input i{
    position: absolute;
    right: 1rem;
        top: 3.5rem;
    font-size: 1.5rem;
}

.key_res{
      list-style: none;
    width: 96.9rem;
    min-height: 16.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 1rem 1rem 0rem #DDDCDC;
    border-radius: 0.5rem;
    border: 0px solid #DCDCDC;
    cursor: pointer;
    top: 7rem;
    position: absolute;
    padding-bottom: 3rem;
    padding-left: 0rem;
}
.key_res li,.key_res a{
           font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #777777;
    /* margin-top: 2.1rem; */
    /* line-height: 1; */
    text-decoration: none;
    padding-left: 2rem;
    line-height: 4.4rem;
}
.key_res li:hover{
    background-color: #ccc;
}
.banner{
    height: 30rem;
    width: 100vw;
    background-color: #ccc;
    padding-top: 1px;
    margin-bottom: 3rem;
    position: relative;
   
}
.banner .container{
        z-index: 888;
    position: absolute;

}

.banner_image{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
        z-index: 1;

}
.banner_title{

font-family: Roboto;
font-weight: bold;
font-size: 3rem;
color: #000000;
line-height: 7.52rem;
display: block;
margin-top: 11.3rem;
line-height: 1;
margin-bottom: 3.6rem;
}
.banner_des{
   
font-family: Roboto;
font-weight: 400;
font-size: 1.8rem;
color: #000000;
line-height: 7.52rem;
display: block;
line-height: 1;
}





    .filter-triangles {
        display: inline-flex;
        flex-direction: column;
        margin-left: 8px;
        vertical-align: middle;
        line-height: 0.8;
        padding: 0 !important;
        border: 0 !important;
        font-size: 0.7em;
    }
    
    .filter-triangles span {
        cursor: pointer;
        padding: 0 !important;
        border-radius: 3px;
        transition: color 0.2s ease;
        color: #999;
        border: none !important;
        padding: 0;
        font-size: 1rem;
    }
    
    .filter-triangles span:hover {
        color: orange; /* 仅改变三角形颜色 */
    }
    
    .triangle-up {
        margin-bottom: 2px;
    }
    
    .triangle-down {
        margin-top: 2px;
    }


/**/