  

   .bossgoo-search-main{
    display: flex;
}

.bossgoo-search-main .main-r{
   margin-left: 40px;
}

.bossgoo-search-main .main-r  .titleBox{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 40px;
}

.bossgoo-search-main .main-r .titleBox .text{
   font-size: 22px;
   font-weight: bold;
}

.bossgoo-search-main .main-r .titleBox a{
   text-decoration: underline;
}

.wireBox {
   margin-top: 15px;
 position: relative;
 height: 1px;
 background-color: #e6e6e6;
}

.wireBox .wire{
 position: absolute;
 height: 3px;
 width: 130px;
 background-color: #233a95;
 left: 0;
 top: -1px;
}


.bossgoo-search-main .main-r .title h1{
font-size: 20px;
font-weight: bold;
color: #333333;
 margin: 22px 0 ;
}


.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-search-main .main-r  .ListboxOne{
   margin-top: 40px;
   display: flex;
   flex-wrap: wrap;
   justify-content: inherit;
}

.bossgoo-search-main .main-r  .ListboxOne li{
   width: 23%;
   margin: 0 1%;
   transition: all .3s;
   position: relative;
}


.bossgoo-search-main .main-r  .ListboxOne li:hover{

 transition: all .3s;
}

.bossgoo-search-main .main-r  .ListboxOne li .hide{
padding: 5px;
box-sizing: border-box;
}

.bossgoo-search-main .main-r  .ListboxOne li:hover .hide{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  transition: all .3s;
  box-shadow: 0px 0px 15px 0px 
  rgba(6, 16, 26, 0.15);
  z-index: 9;
  background-color: #fff;
}

.bossgoo-search-main .main-r  .ListboxOne li:hover .hide p,
.bossgoo-search-main .main-r  .ListboxOne li:hover .hide span{
  padding:  0 5px;
}

.bossgoo-search-main .main-r  .ListboxOne li:hover .content2{
 display: block;
 transition: all .3s;
}



.bossgoo-search-main .main-r  .ListboxOne li img{
   width: 100%;
   max-width: 100%;

}

.bossgoo-search-main .main-r  .ListboxOne li .content{
   position: relative;
}

.bossgoo-search-main .main-r  .ListboxOne li .content .now{
   position: absolute;
   top: 55%;
   left: 50%;
   transform: translateX(-50%);
 width: 140px;
height: 36px;
background-color: #ffffff;
box-shadow: 0px 0px 6px 0px 
 rgba(6, 16, 26, 0.15);
border-radius: 18px;
 color: #333;
 font-weight: 700;
 text-align: center;
 line-height: 36px;
 cursor: pointer;
 z-index: -1;
 opacity: 0;

}

.bossgoo-search-main .main-r  .ListboxOne li .content .text{
 font-size: 16px;
color: #333333;
 overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;

}

.bossgoo-search-main .main-r  .ListboxOne li:hover .content .now{
 z-index: 9;
 opacity: 1;
 transition: all .3s;
}

.bossgoo-search-main .main-r  .ListboxOne li .content2 {
   display: none;
}

.bossgoo-search-main .main-r  .ListboxOne li .content2 .model{
      font-size: 14px;
      color: #666;
}

.bossgoo-search-main .main-r  .ListboxOne li .content2 .model span{
   color: #333333;
   font-weight: 700;
}

.bossgoo-search-main .main-r  .ListboxOne li .content2 .price {
 font-size: 14px;
 color: #666;
 margin: 10px 0;
 display: block;

}

.bossgoo-search-main .main-r  .ListboxOne li .content2 .price span{
   font-size: 22px;
   color: #c91a1a;
   font-weight: 700;
}


@media only screen and (max-width: 1200px){
 .bossgoo-search-main .main-r .ListboxOne li .content .now{
     top: 50%;
 }
}


@media only screen and (max-width: 1040px) {

 .bossgoo-search-main .main-r{
     margin-left: 0px;
     padding: 0 20px;
 }

 .wireBox{
     display: none;
 }

 .bossgoo-search-main .main-r .titleBox{
     margin-top: 20px;

 }

 .bossgoo-search-main .main-r .ListboxOne{
     padding-bottom: 20px;
     border-bottom: 1px solid #e6e6e6;
 }

 .bossgoo-search-main .main-r .ListboxOne li{
     width: 48%;
 }

}

@media only screen and (max-width: 767px) {

 .bossgoo-search-main .main-r{
     margin-left: 0px;
     padding: 0 10px;
 }

 .bossgoo-search-main .main-r .ListboxOne li{
     width: 48%;
 }

 .bossgoo-search-main .main-r .statusBox{
     padding-left: 20px;
 }

 .bossgoo-search-main .main-r .ListboxOne{
     margin-top: 20px;
 }

 .bossgoo-search-main .main-r .text{
     font-size: 16px;
     line-height: 1.5;
 }
 
}



.sidebar{
  width: 340px;
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; 
  margin-left: 36px;
  text-align: left;
}

.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;
  font-weight: bold;
}

.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 .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;
}


.sidebar{
  padding: 0;
  border: none;
  border-radius: 0;
}
.sidebar .search2-box{
  width: 100%;
  padding: 6px;
  border-radius: 8px;
  border: solid 1px #dcdcdc;
}
.sidebar li:last-child{
  border-bottom: none;
}
.bossgoo-search-main{
  padding-top: 50px;
  padding-bottom: 50px;
}
.bossgoo-search-main .main-r .ListboxOne li .content a.content6-imgPlay{
  right: auto;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
}
.bossgoo-search-main .main-r .ListboxOne li .content .now{
  top: 65%;
}
.bossgoo-search-main .main-r .ListboxOne li .content2 .price span{
  font-size: 18px;
}
.bossgoo-search-main .main-r .ListboxOne li .content .text{
  margin-top: 10px;
  height: 48px;
}
.bossgoo-search-main .main-r .ListboxTwo li .box-l a.content6-imgPlay{
  right: 50%;
  bottom: 50%;
  transform: translate(50%,50%);
}
@media only screen and (max-width: 1440px) {
  .bossgoo-search-main .main-r .ListboxOne li .content .now{
      top: 60%;
  }
}
@media only screen and (max-width: 1280px) {
  .bossgoo-search-main .main-r .ListboxOne li .content .now{
      top: auto;
      bottom: 65px;
      line-height: 1.5;
      height: auto;
      padding: 5px 0;
  }
}
@media only screen and (max-width: 1040px) {
  .bossgoo-search-main{
      padding-top: .6rem;
      padding-bottom: .6rem;
  }
  .bossgoo-breadbrumb2{
      font-size: .28rem;
      padding: 0 .4rem .4rem;
  }
  .bossgoo-search-main .main-r .ListboxOne li .content .text{
      margin-top: .3rem;
      line-height: 1.5;
  }
  .bossgoo-search-main .main-r .ListboxOne li .content .now{
      bottom: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .bossgoo-search-main .main-r .ListboxOne li .content2 .price{
      padding: 0;
  }
  .bossgoo-search-main .main-r .ListboxOne li .content2 .price span{
      font-size: .28rem;
  }
  .bossgoo-search-main .main-r .ListboxOne li .content a.content6-imgPlay{
      top: 39%;
  }
}
@media only screen and (max-width: 480px) {
  .bossgoo-search-main .main-r .ListboxOne li .content .text{
    margin-top: .2rem;
  }
}