/* 2025-11-17 样式修改 */
.bossgoo-index-product-category9 .maintitle{
    color: var(--themeColor) !important;
}
.bossgoo-result6-pro6 .max1920 .pro6-box .pro6-ri .pro6-ri-auto .model,
.bossgoo-result6-pro6 .max1920 .pro6-box .pro6-ri .pro6-ri-auto .moneyList,
.bossgoo-result6-pro6 .max1920 .pro6-box .pro6-ri .pro6-ri-auto .parameter,
.bossgoo-result6-pro6 .max1920 .pro6-box .pro6-ri .pro6-ri-auto .parameter.two{
    display: none !important;
}
.bossgoo-result6-pro6 .max1920 .pro6-box .pro6-ri .pro6-ri-auto .pro6-fold .pro6-fold-bot .desc4-table1 .desc4-tableTitle,
.bossgoo-result6-pro6 .max1920 .pro6-box .pro6-ri .pro6-ri-auto .pro6-fold .pro6-fold-bot .desc4-table2{
    display: none !important;
}
.bossgoo-result6-pro6 .max1920 .pro6-box .pro6-ri .pro6-ri-auto .pro6-fold .pro6-fold-bot #attributes-fold{
    line-height: 2;
}
.bossgoo-result6-pro6 .max1920 .pro6-box .pro6-ri .pro6-ri-auto .pro6-fold .pro6-fold-bot #attributes-fold h3{
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}
.bossgoo-result6-pro6 .max1920 .pro6-box .pro6-ri .pro6-ri-auto .pro6-fold .pro6-fold-bot #attributes-fold h3::after{
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: var(--themeColor);
}
.bossgoo-result6-pro6 .max1920 .pro6-box .pro6-ri .pro6-ri-auto .pro6-fold .pro6-fold-bot #attributes-fold img{
    margin-top: 20px;
}



/* 2025-11-18 样式修改 */
.float_box .float-media-list:nth-child(2) li:nth-child(2),
.float_box .float-media-list:nth-child(2) li:nth-child(4),
.float_box .float-media-list:nth-child(2) li:nth-child(5),
.float_box .float-media-list:nth-child(2) li:nth-child(6),
.float_box .float-media-list:nth-child(2) li:nth-child(7),
.float_box .float-media-list:nth-child(2) li:nth-child(8),
.float_box .float-media-list:nth-child(2) li:nth-child(9),
.float_box .float-media-list:nth-child(2) li:nth-child(10){
    display: none !important;
}



/* 2025-11-20 样式修改 */
.bossgoo-header-nav8 .nav>ul>li::after{
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 0%;
    background: var(--themeColor);
    opacity: 1;
    z-index: -1;
    transition: all .3s ease;
}
.bossgoo-header-nav8 .nav>ul>li:hover::after{ 
    height: 100%;
}
.bossgoo-header-nav8 .nav>ul>li:hover>a{
    color: #fff !important;
}
.bossgoo-header-nav8 .second-nav::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    width: 0%;
    height: 2px;
    background: var(--themeColor);
    /* transition: all .3s; */
}
.bossgoo-header-nav8 .nav>ul>li:hover .second-nav::before{
    /* width: 100%; */
    animation: growLine 1s linear forwards;
}
/* .bossgoo-header-nav8 .second-nav>li>a:hover{
    color: var(--themeColor) !important;
} */
@keyframes growLine {
  to {
    width: 100%; /* 动画结束时宽度为100% */
  }
}
.bossgoo-header-nav8 .second-nav>li>a,.bossgoo-header-nav8 .third-nav>li>a{
    font-size: 14px !important;
    line-height: 2 !important;
}
.bossgoo-header-nav8 .second-nav>li:hover,
.bossgoo-header-nav8 .third-nav>li:hover{
    background-color: var(--themeColor);
}
.bossgoo-header-nav8 .second-nav>li:hover .third-nav a{
    color: #222 !important;
}
.bossgoo-header-nav8 .second-nav>li:hover a,
.bossgoo-header-nav8 .second-nav>li:hover .iconfont,
.bossgoo-header-nav8 .second-nav>li:hover .third-nav>li:hover a{
    color: #fff !important;
}
.bossgoo-header-nav8 .third-nav{
    padding: 10px 0 !important;
}
.bossgoo-header-nav8 .third-nav>li{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.bossgoo-header-nav8 .header-search-box{
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.bossgoo-header-nav8 .header-search-box input::-webkit-input-placeholder{
    color: #222 !important;
    font-size: 14px !important;
}
.bossgoo-header-nav8 .header-search-box input::-moz-placeholder{
    color: #222 !important;
    font-size: 14px !important;
}
.bossgoo-header-nav8 .header-search-box input:-ms-input-placeholder{
    color: #222 !important;
    font-size: 14px !important;
}
.bossgoo-header-nav8 .header-search-box .search-main .input-text {
    color: #222 !important;
    font-size: 14px !important;
    background: rgba(0, 0, 0, .05) !important;
}


.floatright.hold-close .float-media-list:first-child{
    display: none;
  }
  .float_box.pc{
    right: 20px;
    width: 50px !important;
  }
  .float_box .float-media-list{
    width: 50px;
  }
  .float_box .float-media-list li{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50% !important;
    background-color: var(--themeColor) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
  }
  .float_box .float-media-list li:hover{
    background-color: #2dbb00 !important;
  }
  .float_box .float-media-list a{
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .righticon{
    background-color: transparent !important;
    font-size: 24px !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .float_box .righticon{
    background-color: transparent !important;
  }
  .float_box .float-media-list li .trishow{
    border-right: 6px solid #2dbb00 !important;
  }
  .float_box .float-media-list .move_right a{
    color: #2dbb00 !important;
  }
