.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%;
}
.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;
}






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



.painagin{
    margin: 6.8rem auto;
    gap: 1rem;
    width: 16rem;
    
}
.painagin span{
    width: 4rem;
height: 4rem;
background: #F5F5F5;
border-radius: 0.5rem;

width: 0.5rem;
height: 1.2rem;
font-family: Roboto;
font-weight: 400;
font-size: 1.6rem;
color: #000000;
}
.tab-container{
    position: relative;
}
.tab-buttons{
        width: 135.1rem;
    height: 12rem;
    background: #FFFFFF;
    box-shadow: 0rem 1rem 2rem 0rem #ECECEC;
    border-radius: 0.5rem;
    position: absolute;
    top: -6rem;
    z-index: 2;
    display: flex
;
    align-items: center;
    justify-content: center !important;
    gap: 11.1rem;
}
.tab-buttons span{
    cursor: pointer;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #010101;
        padding-bottom: 0.6rem;
   
}
.tab-buttons span.active{
    font-weight: 800;
    border-bottom: 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;
}


.product-content .banner{
    width: 100vw;
    height: 45rem;
    background: #F86035;
    padding: 1px;
    position: relative;
}
.banner_image{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
        z-index: 1;

}
.banner .container{
        position: absolute;
    z-index: 8;
}
.product-content .banner span:nth-child(1){
  line-height: 1;;
font-family: Roboto;
font-weight: bold;
font-size: 4.8rem;
color: #FFFFFF;
display: block;
margin-top: 13rem;
}
.product-content .banner span:nth-child(2){

font-family: Roboto;
font-weight: 400;
font-size: 2.6rem;
color: #FFFFFF;
display: block;
margin-top: 5.1rem;
line-height: 1;
}


#tab1 .div1 .title{
font-family: Roboto;
font-weight: 500;
font-size: 4rem;
color: #010101;
}


#tab1 .div1 .content{
        font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #010101;
    margin-top: 5.2rem;
    display: block;
}
#tab1 .div1 .des{
    font-family: Roboto;
    font-weight: bold;
    font-size: 1.8rem;
    color: #010101;
    display: block;
    margin-top: 5.5rem;
    line-height: 1;
}

#tab1 .div2{
    width: 100vw;
    height: 60rem;
    background-color: orange;
    padding: 1px;
    margin-top: 10.2rem;
    position: relative;
}
#tab1 .div2 .banner{
        position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#tab1 .div2 .container{
    z-index: 999;
    position: absolute;
}
#tab1 .div2 .title{
    font-family: Roboto;
    font-weight: 500;
    font-size: 4rem;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 11.2rem;
}
#tab1 .div2 .items-parent{
        margin-top: 8.7rem;
}

#tab1 .div2 .items img{
        width: 7.7rem;
    height: 7.7rem;
}
#tab1 .div2 .items span:nth-child(2){
         width: 13.7rem;
    height: 4.5rem;
    font-family: Roboto;
    font-weight: 500;
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 3rem;
    display: block;
    margin-top: 3rem;
    text-align: center;
}

#tab1 .div2 .items span:nth-child(3){
        width: 28.5rem;
    height: 3.7rem;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #FFFFFF;
    line-height: 2.4rem;
    display: block;
    margin-top: 3rem;
    text-align: center;
}


#tab1 .div3{
    padding-top: 10.1rem;
 
}
#tab1 .div3 .container{
    
}
#tab1 .div3 .title{
 
font-family: Roboto;
font-weight: 500;
font-size: 4rem;
color: #010101;
display: block;
/*margin-bottom: 6.8rem;*/
}

#tab1 .div3 .items-parent{
        padding-left: 3.8rem;
    padding-right: 3.8rem;
    border-bottom: 1px solid #ccc;
    height: 15rem;
    padding-bottom: 6.8rem;
}

#tab1 .div3 .items-parent img{
    width: 5.1rem;
    height: auto;
}

#tab1 .div3 .items-parent span{
    width: 13rem;
    height: 1.2rem;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.6rem;
    color: #010101;
    display: block;
    text-align: center;
    gap: 1rem;
}


#tab4{
    padding-top: 11.4rem;
    padding-bottom: 10.9rem;
}

#tab4 .title{
 
        font-family: Roboto;
        font-weight: 500;
        font-size: 4rem;
        color: #010101;
}
#tab4  .des{
   
        font-family: Roboto;
        font-weight: 400;
        font-size: 1.4rem;
        color: #010101;
        display: block;
        margin-top: 4.9rem;
}

#tab4 form{
    margin-top: 6rem;
    width: 81rem;
}
#tab4 form .row{
    justify-content: space-between;
}

#tab4 form input{
    width: 38.4rem;
height: 4rem;
background: #FFFFFF;
border-radius: 2rem;
border: 1px solid #DCDCDC;
padding-left: 2rem;
font-size: 1.2rem;
}

#tab4 form textarea{
    width: 100%;
height: 14.1rem;
background: #FFFFFF;
border-radius: 2rem;
border: 1px solid #DCDCDC;
padding-left: 2rem;
}

#tab4 form .row:nth-child(2){
    margin-top: 2.5rem;
}
#tab4 form .row:nth-child(3){
    margin-top: 2.5rem;
}
.contant .submit{
        width: 5rem;
    height: 4rem;
    background: #F7931E;
    border-radius: 2rem;
    font-family: Roboto;
    font-weight: bold;
    font-size: 1.4rem;
    color: #FFFFFF;
    text-align: center;
    display: block;
    line-height: 4rem;
    margin-left: 1rem;
    margin-top:0px;margin-left: 1rem;min-width:17rem;
    cursor: pointer;
}



/*#tab3,#tab2{*/
/*    padding-top: 15rem;*/
/*}*/
#tab3 .item-content .title{
        font-family: Roboto;
    font-weight: 500;
    font-size: 4rem;
    color: #010101;
    display: block;
    text-align: center;
}
#tab3 .item-content .des{
        width: 100%;
    height: 1.4rem;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #010101;
    display: block;
    text-align: center;
    margin-top: 4rem;
}

#tab3 .item-content .content{
        font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #010101;
    display: block;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 7.7rem;
}

#tab3 .item{
        border-left: 1.2rem solid #F86732;
    border-top-left-radius: 1rem;
    border-radius: 1rem;
    padding-bottom: 4.7rem;
    border-top: 3rem;
    padding-left: 3.8rem;
    background: #FFFFFF;
    box-shadow: 0rem 1rem 2rem 0rem #ECECEC;
    width: 62rem;
    height: 31.95rem;

}

#tab3  .item .title{
        /* width: 18.8rem; */
    /* height: 1.2rem; */
    font-family: Roboto;
    font-weight: bold;
    font-size: 1.6rem;
    color: #020202;
    display: block;
    padding-bottom: 1.2rem;
    padding-top: 4rem;
    /* padding-left: 3.8rem; */
}
#tab3  .item  li{
        font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
        margin-top: 2rem;
    line-height: 1;
    color: #020202;
}
#tab3 .note{
        font-family: Roboto;
    font-weight: bold;
    font-size: 1.4rem;
    color: #010101;
    display: block;
    margin-top: 6.8rem;
}



#tab2 .title{
        font-family: Roboto;
    font-weight: 500;
    font-size: 4rem;
    color: #010101;
    display: block;
    /* text-align: center; */
    line-height: 1;
    margin-bottom: 5.4rem;
}
#tab2 .des{
        font-family: Roboto;
    font-weight: bold;
    font-size: 1.8rem;
    color: #010101;
    display: block;
    margin-top: 6rem;
    margin-bottom: 2.8rem;

}
#tab2 .ul{
        margin-top: 2.8rem;

}
#tab2 ul li{
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #010101;
    line-height: 1;
    margin-bottom: 1.2rem;

}

#tab2  .weight-col{
        /* width: 44.13rem; */
    /* height: 4rem; */
    /* background: #FFF9F3; */
    gap: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:0.9rem;
}

#tab2  .weight-col span{
          width: 100%;
    height: 6rem;
    background: #FFF9F3;
    line-height: 2rem;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #010101;
    text-align: center;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    display: flex
;
    align-items: center;
    justify-content: center;
}


#tab2 .title1{
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #010101;
    display: block;
    margin-top: 3.8rem;
}

#tab2 .title2{
        font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #010101;
    display: block;
    margin-top: 2.2rem;
}
#tab2 .des1{
           font-family: Roboto;
    font-weight: 500;
    font-size: 4rem;
    color: #010101;
    line-height: 1;
    margin-top: 4rem;
    display: block;
    margin-bottom: 2rem;

}

#tab2 .title3{
        font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #010101;
    display: block;
    margin-bottom: 2.3rem;
    margin-top: 3rem;
}

#tab2  .lines{
    width: 100%;
height: 1rem;
background: linear-gradient(90deg, #F8931F, #F8931F 60%, white 100%);
margin-top: 3.9rem;
margin-bottom: 0.9rem;
}


#tab2 ul:last-child,#tab3 .note,#tab4 .n,#tab1 .content:last-child{
    border-bottom: 1px solid #ccc;
    padding-bottom: 3rem;
}

/**/