﻿

   .bossgoo-search-main{
    display: flex;
}

.bossgoo-search-main .main-r{
   margin-left: 40px;
   flex: 1;
   width: calc(100% - 380px);
   
}


.bossgoo-search-main .main-r .title{
font-size: 20px;
font-weight: bold;
color: #333333;
}

.bossgoo-search-main .main-r .title h1{
   display: inline-block;
font-size: 20px;
font-weight: bold;
color: #333333;
 margin: 22px 0 ;
}

.bossgoo-search-main .main-r .title span{
   font-size: 16px;
   color: #999;
   font-weight: 400;
}

.bossgoo-search-main .main-r  .tabBox{
   display: flex;
   justify-content: space-between;
}


.bossgoo-search-main .main-r .productDetails{
 margin-top: 20px;
   font-size: 16px;
   color: #666;
   padding: 30px;
   background-color: #f7f7f7;
}

.bossgoo-search-main .main-r .productDetails span{
   font-size: 20px;
   color: #c50202;
   font-weight: bold;
}


.bossgoo-search-main .main-r .statusBox{
 height: 52px;
/* background-color: #f6f6f6; */
border-radius: 4px;
 display: flex;
 align-items: center;
 /* padding-left: 40px; */
 margin-top: 30px;
}

.bossgoo-search-main .main-r .statusBox i{
   font-size: 20px;
   margin-right: 15px;
   color: #666;
   cursor: pointer;
}


.active{
   color: #000 !important;
}

.bossgoo-search-main .main-r .statusBox .icon-zhankai{
   font-weight: bold;
}


.bossgoo-about-video{
 margin-bottom: 50px;
}

.bossgoo-about-video .title{
 font-size: 34px;
 color: #333333;
 text-align: center;
 font-weight: bold;
 padding: 50px 0 40px;
}

.bossgoo-about-video .main-l{
 width: 100%;
 min-height: 270px;
}

.bossgoo-about-video .main-r{
 width: 25%;
}

.bossgoo-search-main .bossgoo-about-video .titleBox{
 display: flex;
 justify-content: space-between;
 padding: 50px 0 25px;
 border-bottom: 1px solid #ededed;
 margin-bottom: 40px;
}


.bossgoo-search-main .bossgoo-about-video .titleBox p{
 font-size: 24px;
 color: #333;
 font-weight: bold;
}

.bossgoo-search-main .bossgoo-about-video .titleBox a{
 text-decoration: underline;
 color: #666;
}


.bossgoo-about-video .main-l .imgbox{
 display: flex;
 justify-content: center;
 align-items: center;
 transition: all .5s;

}


.bossgoo-about-video .main-l .imgbox{
 width: 80%;
 margin: 0 auto;
 position: relative;
}

.bossgoo-about-video .main-l .swiper-slide:hover .imgbox{
 width: 100%;
 transition: all .5s;

}

.bossgoo-about-video .main-l .imgbox .play{
 width: 20%;
 position: absolute;
 right: 10%;
 bottom: 0;
 transform: translateY(50%);
 opacity: 0;
 z-index: -1;
 cursor: pointer;
}

.bossgoo-about-video .main-l .swiper-slide:hover  .imgbox .play{
 transition: all .5s;
 opacity: 1;
 z-index: 9;
}


.bossgoo-about-video .main-l .text{
 width: 80%;
 margin: 0 auto;
 font-size: 20px;
 line-height: 26px;
 color: #333333;
 font-family: var(--fontBarlowregular);
 font-weight: bold;
 transition: all .5s;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;    
}

.bossgoo-about-video .main-l .date{
 display: flex;
 align-items: center;
 width: 80%;
 margin: 0 auto;
 transition: all .5s;
}

.bossgoo-about-video .main-l .swiper-slide:hover .text{
 width: 100%;
 transition: all .5s;
}

.bossgoo-about-video .main-l .swiper-slide:hover .date{
 width: 100%;
 transition: all .5s;
}

.bossgoo-about-video .main-l .date img{
 width: 16px;
 height: 16px;
 flex-shrink: 0;
 margin-right: 5px;
 /* width: 80%; */
}

.bossgoo-about-video .main-l .date p{
 font-size: 16px;
 font-weight: normal;
 line-height: 26px;
 color: #d0d0d0;
}

.bossgoo-about-video .main-l .video-swiper{
 position: relative;
 overflow: hidden;
}

.bossgoo-about-video .main-r .videoswiper-next{
background: url(https://bsg-s.nbxc.com/site_themes/common/modular_modules/css/img/next.png) no-repeat center;
padding: 14%;
border-radius: 5px;
overflow: hidden;
background-size: contain;
cursor: pointer;
display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

.bossgoo-about-video .main-r .videoswiper-next p{
 font-size: 20px;
 font-weight: bold;
 line-height: 26px;
 color: #ffffff;
}

.bossgoo-about-video .main-r .videoswiper-next i{
 font-size: 26px;
 color: #fff;
 margin-top: 10px;
}

.bossgoo-search-main .main-r .Industry  .content{
 padding: 50px 30px;
 background-color: #f7f7f7;
}

.bossgoo-search-main .main-r .Industry  .content ul{
 display: flex;
 flex-wrap: wrap;
}

.bossgoo-search-main .main-r .Industry  .content ul li{
 width: 46%;
 margin: 15px 1%  ;
}

.bossgoo-search-main .main-r .Industry  .content ul li .nameT{
 font-size: 16px;
 color: #333;
}

.bossgoo-search-main .main-r .Industry  .content ul li  .text{
 font-size: 16px;
 color: #999;
 margin-top: 10px;
}

.bossgoo-search-main .main-r .Industry .statusflex{
 display: flex;
}

.bossgoo-search-main .main-r .Industry .statusflex img{
 margin-right: 5px;
 object-fit: contain;
}


.bossgoo-search-main .main-r  .ListboxTwo{
   margin-top: 10px;
  
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .3;
    z-index: 999;
    display: none;
}

.videoBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    display: none;
}

.bossgoo-search-main .main-r  .ListboxTwo li{
    width: 100%;
 display: flex;
 padding: 30px 0 ;
 border-bottom: 1px solid #f0f0f0;
}
.bossgoo-search-main .main-r  .ListboxTwo li .box-l{
   width: 30%;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r{
    width: 80%;
   padding: 23px 0 0 40px;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .title{
   font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .name,
.bossgoo-search-main .main-r  .ListboxTwo li .box-r .model{
font-size: 14px;
color: #666;
margin-right: 10px;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .name span,
.bossgoo-search-main .main-r  .ListboxTwo li .box-r .model span{
   color: #333;
   font-weight:600;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .text{
   margin-top: 10px;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .pirce{
 font-size: 14px;
color: #666666;
 margin: 10px 0 20px;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .pirce span{
   font-weight: bold;
 font-size: 22px;
 color: #c91a1a;
}

.bossgoo-search-main .main-r  .ListboxTwo li .box-r .now{
   display: block;
 width: 161px;
height: 39px;
background-color: var(--themeColor);
border-radius: 19px;
line-height: 36px;
text-align: center;
color: #fff;
font-weight: bold;
}

.bossgoo-search-main .main-r .ListboxTwo li .box-l{
width: 20%;
   display: flex;
   justify-content: center;
   align-items: center;
}


.bossgoo-search-main .main-r .mainBox2{
 background-color: #ffffff;
box-shadow: 0px 2px 18px 0px 
 rgba(130, 130, 130, 0.12);
border-radius: 6px;
 padding: 50px;
 align-items: center;
 margin-top: 20px;
}

.bossgoo-search-main .main-r .inputbox{
 position: relative;
 width: 100%;
 margin-bottom: 20px;
}

.bossgoo-search-main .main-r .mainBox2 input{
 width: 100%;
 padding: 20px 25px 20px 50px;
 background-color: #fafafa;
border-radius: 4px;
 
}

.bossgoo-search-main .main-r .mainBox2 .icon-24gf-bubblesDots6{
 position: absolute;
 left: 25px;
 top: 18px;
}


.bossgoo-search-main .main-r .mainBox2 .icon-youxiang{
 position: absolute;
 left: 25px;
 top: 15px;
}

.bossgoo-search-main .main-r .mainBox2 textarea{
 width: 100%;
 padding: 20px 25px 20px 50px;
 background-color: #fafafa;
border-radius: 4px;
}

.bossgoo-search-main .main-r .mainBox2 .icon-shuxie{
 position: absolute;
 left: 25px;
 top: 15px;
}

.bossgoo-search-main .main-r .mainBox2 .send{
 display: block;
 margin: 0 auto;
 width: 300px;
height: 58px;
background-color: var(--themeColor);
box-shadow: 0px 7px 12px 0px 
 rgba(40, 57, 147, 0.3);
border-radius: 29px;
 text-align: center;
 line-height: 58px;
 font-size: 24px;
 color: #fff;
 padding: 0;
}



@media only screen and (max-width: 1040px) {

 .bossgoo-search-main .main-r{
     margin-left: 0px;
     padding: 0 20px;
 }

 .bossgoo-about-video{
     margin-bottom: 20px;
 }

 .bossgoo-breadbrumb2{
     margin: 10px 0;
 }

 .bossgoo-search-main .main-r .Industry .content{
     padding: 20px 10px;
 }

 .products2, .message2{
     display: none;
 }


 .bossgoo-search-main .main-r .ListboxTwo li .box-l{
     width: 40%;
 }

 .bossgoo-search-main .main-r .ListboxTwo li .box-r{
     width: 60%;
 }

 .bossgoo-search-main .main-r .mainBox2 .icon-youxiang{
     top: 18px;
 }

 .bossgoo-search-main .main-r .productDetails{
     font-size: 24px;
     line-height: 1.5;
     padding: 20px 10px;
 }
}

@media only screen and (max-width: 767px) {

 .bossgoo-search-main .main-r{
     margin-left: 0px;
     padding: 0 10px;
 }

 .bossgoo-search-main .main-r .Industry .content ul li{
     width: 98%;
 }

 .bossgoo-search-main .main-r .statusBox{
     padding-left: 20px;
 }

 .bossgoo-search-main .main-r .productDetails{
     font-size: 16px;
 }

 .bossgoo-search-main .main-r .text{
     font-size: 16px;
     line-height: 1.5;
 }

 .bossgoo-about-video .main-l{
     min-height: 200px;
 }

 .bossgoo-search-main .main-r .ListboxTwo li{
     padding: 10px;
 }

 .bossgoo-search-main .main-r .ListboxTwo li .box-l{
     width: 45%;
 }

 .bossgoo-search-main .main-r .ListboxTwo li .box-r{
     width: 55%;
 }

 .bossgoo-search-main .main-r .ListboxTwo li .box-r{
     padding: 23px 0 0 20px;
 }

 .bossgoo-search-main .main-r .ListboxTwo li .box-r .text{
     display: none;
 }

 .bossgoo-search-main .main-r .ListboxTwo li .box-r .model{
     display: block;
 }

 .bossgoo-search-main .main-r .ListboxTwo li .box-r .title a{
     font-size: 16px;
     text-overflow: -o-ellipsis-lastline;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;  
 }

 .bossgoo-search-main .main-r .ListboxTwo li .box-r div:nth-child(2){
     flex-direction: column;
 } 

 .bossgoo-search-main .main-r .ListboxTwo li .box-r div:nth-child(2) .name{
     margin-bottom: 5px;
 }

 .bossgoo-search-main .main-r .ListboxTwo li .box-r .name, .bossgoo-search-main .main-r .ListboxTwo li .box-r .model{
     font-size: 12px;
 }

 .bossgoo-search-main .main-r .ListboxTwo li .box-r .pirce span{
     font-size: 16px;
 }
 
 .bossgoo-search-main .main-r .ListboxTwo li .box-r .now{
     width: 60%;
     line-height: 30px;
     height: 30px;
     font-size: 14px;
 }

 .bossgoo-search-main .main-r .mainBox2{
     padding: 20px;
 }

 .bossgoo-search-main .main-r .mainBox2 .send{
     width: 60%;
     height: 40px;
     line-height: 40px;
     font-size: 20px;
 }
 
}

.sidebar{
  width: 340px;
  /* height: 800px; */
  height: auto;
  overflow-y: initial;
border-radius: 8px;
border: solid 1px #dcdcdc;
  padding: 6px;
}

.sidebar .title{
  width: 328px;
height: 52px;
background-color: #f6f6f6;
border-radius: 8px;
}

.sidebar .title p{
  font-size: 18px;
line-height:52px;
font-weight: bold;
color: #333333;
  text-align: center; 
}

.sidebar ul{
  padding: 0 6px;
}

.sidebar  li{
  padding-left: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar li .link{
  line-height: 3;
}

.sidebar li .link{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar li .linkTwo li{
  line-height: 2;
  border-bottom: none;
  color: #666;
}

.sidebar li i{
  transition: all .5s;
}

.sidebar li i.active{
  transform:rotate(90deg);
  transition: all .5s;
}
/* 
.sidebar .linkTwo {
 display: none;
} */


@media only screen and (max-width: 1040px) {
  .sidebar{
      display: none;
  }



}


.bossgoo-search-main .main-r .ListboxTwo li .box-r .model{
    width: 33.3%;
    margin-right: 0;
    padding-right: 10px;
    box-sizing: border-box;
    color: #aaa;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.5;
  }
  .bossgoo-search-main .main-r .ListboxTwo li .box-r .model span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 50%;
    display: inline-block;
    color: #aaa;
  }
  .bossgoo-search-main .main-r .ListboxTwo li .box-r .model span:first-child{
    font-weight: bold;
  }
  @media only screen and (max-width: 1040px){
    .bossgoo-search-main .main-r .ListboxTwo li .box-r .model{
        width: 50%;
    }
  }
  @media only screen and (max-width: 767px){
    .bossgoo-search-main .main-r .ListboxTwo li .box-r .model{
        width: 100%;
        padding-right: 0;
    }
    .bossgoo-search-main .main-r .ListboxTwo li .box-r .model:nth-child(2n){
        flex-direction: row;
    }
  }



  .bossgoo-search-main .main-r .ListboxOne li .content a.content6-imgPlay{
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .bossgoo-search-main .main-r .ListboxTwo li .box-l{
      position: relative;
  }
  .bossgoo-search-main .main-r .ListboxTwo li .box-l a.content6-imgPlay{
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
  }


