.bossgoo-search-result-group {
  display: flex;
  justify-content: space-between;
}

.bossgoo-search-result-group .bossgoo-products-leftbar {
  padding: 30px 10px;
  width: 220px;
  margin-right: 20px;
}

.bossgoo-search-result-group .boxTitle-group {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}
.bossgoo-search-result-group .bossgoo-products-leftbar .boxTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.bossgoo-search-result-group .bossgoo-products-leftbar .listOne>li>a>.iconfont {
  float: right
}

.bossgoo-search-result-group .bossgoo-products-leftbar .listOne>li {
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bossgoo-search-result-group .bossgoo-products-leftbar .listOne>li>a {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.bossgoo-search-result-group .bossgoo-products-leftbar .listTwo>li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
}

.bossgoo-search-result-group .bossgoo-products-leftbar .listTwo>li>a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.bossgoo-search-result-group .active {
  color: var(--themeColor)
}

.bossgoo-search-result-group .bossgoo-products-leftbar .listTwo {
  display: none;
}

.bossgoo-search-result-group .bossgoo-products-leftbar .listOne>li .listOneTitle span {
  font-size: 12px;
}

.bossgoo-search-result-group .bossgoo-products-leftbar .listOne>li:hover .listOneTitle {
  color: var(--themeColor)
}

.bossgoo-search-result-group .bossgoo-products-leftbar .listTwo>li:hover a {
  color: var(--themeColor)
}

.bossgoo-search-result-group .rightcontent-group {
  flex: 1;
  padding: 30px 0 0;
}

.bossgoo-search-result-group .rightcontent-group .titleBox-group{
  margin-bottom: 25px;
}

.bossgoo-search-result-group .rightcontent-group .titleBox-group .oneTitle-group{
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #333;
  margin-bottom: 30px;
}

.bossgoo-search-result-group .rightcontent-group .titleBox-group .content-group{
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #666;
}

.bossgoo-search-result-group .rightcontent-group .titleBox-group .content-group span{
  font-weight: bold;
}

.bossgoo-search-result-group .productsList-group .titlebar-group {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.bossgoo-search-result-group .productsList-group .titlebar-group a:hover{
  color: var(--themeColor);
}

.bossgoo-search-result-group .productsList-group .titlebar-group .liststyle-group span {
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  color: #222222;
  margin-right: 5px;
}

.bossgoo-search-result-group .productsList-group .titlebar-group .liststyle-group .active {
  color: black;
}

.bossgoo-search-result-group .productsList-group-1,
.bossgoo-search-result-group .productsList-group-2 {
  padding: 40px 0 0;
}

.bossgoo-search-result-group .productsList-group-2.show {
  display: block;
}

.bossgoo-search-result-group .productsList-group-2.show {
  display: flex;
}

.link_bg{
  background-color: var(--themeColor) !important;
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group .link a,
.bossgoo-search-result-group .productsList-group-1 .proBox-group .information .link a {
 
  height: 100%;
  display: inline-block;
  color: white;
  font-size: 18px;

}

.bossgoo-search-result-group .productsList-group-2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group {
  width: 24%;
  height: auto;
  margin-right: 1.2%;
  margin-bottom: 20px;
  position: relative;
  background-color: white;
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group .hoverbox-group {
  width: 100%;
  height: auto;
  position: relative;
  background-color: white;
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group:nth-child(4n) {
  margin-right: 0;
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group .imgBox-group {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group .imgBox-group a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group .imgBox-group img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .5s;
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group:hover .imgBox-group img {
  transform: scale(1.1);
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group .name{
  text-align: center;
  margin-top: 15px;
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group .link {
  width: 130px;
  height: 35px;
  line-height: 35px;
  background-color: var(--themeColor);
  color: white;
  text-align: center;
  margin: 10px auto 25px;
}
.bossgoo-search-result-group .productsList-group-2 .proBox-group .hoverbox-group2{
  position: absolute;
  z-index: 99;
  left: 0;
  top:0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  display: none;
}
.bossgoo-search-result-group .productsList-group-2 .proBox-group:hover .hoverbox-group2{
  display: block;
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group .hoverbox-group2 .link-group {
  width: 130px;
  height: 35px;
  line-height: 35px;
  background-color: var(--themeColor);
  color: white;
  text-align: center;
  margin: 0 auto 10px;
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group .hoverbox-group2 .link-group a{
  background-color: var(--themeColor);
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group .hoverbox-group2 .link-group a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: white;
  font-size: 16px;
}

.bossgoo-search-result-group .productsList-group-2 .proBox-group .link a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: white;
  font-size: 16px;
}

.bossgoo-search-result-group .productsList-group-1 .proBox-group .information .link .icon-youxiang {
  color: white;
  font-size: 20px;
  margin-right: 5px;
}

.bossgoo-search-result-group .bottomBox-group{
  padding: 25px;
  background-color: #fbfbfb;
  margin-bottom: 40px;
}
.bossgoo-search-result-group .bottomBox-group img{
  display: inline-block;
}

.bossgoo-search-result-group .bottomBox-group p{
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #666666;
}

.bossgoo-search-result-group .rightcontent-group .bottomBox-group p span{
  font-weight: bold;
}

.page-box{
  text-align: right !important;
  margin: 30px 0;
}

@media only screen and (max-width:1200px) {
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .imgBox-group {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .link {
    width: 110px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .price-group {
    font-size: 14px;
    margin: 5px 0;
  }
}

@media only screen and (max-width:1040px) {

  .sidebar{
    display: none;
  }
  
  .page-box{
   display: none;
  }
  

  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .details {
    display: none;
  }
  .bossgoo-search-result-group .bossgoo-products-leftbar {
    display: none;
  }
  .bossgoo-search-result-group {
    padding: 0 .4rem
  }
  .bossgoo-search-result-group .boxTitle-group {
    font-size: 0.44rem;
    margin-bottom: 0.4rem;
  }
  .bossgoo-search-result-group .bossgoo-products-leftbar .boxTitle {
    font-size: 0.40rem;
    margin-bottom: 0.4rem;
  }
  .bossgoo-search-result-group .total {
    font-size: 0.36rem;
  }
  .bossgoo-search-result-group .rightcontent-group {
    padding: 0.6rem 0 0;
  }
  .bossgoo-search-result-group .productsList-group .titlebar-group .liststyle-group span {
    font-size: 0.48rem;
    line-height: unset;
  }
  .bossgoo-search-result-group .productsList-group-1,
  .bossgoo-search-result-group .productsList-group-2 {
    padding: 0.8rem 0 0;
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group {
    margin-bottom: 0.4rem;
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .imgBox-group {
    width: 4.4rem;
    height: 4.4rem;
    margin: .4rem .4rem .4rem 0;
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information {
    padding: .4rem .2rem .4rem 0
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .name {
    font-weight: 500;
    margin: .1rem 0;
    font-size: .44rem;
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .price-group {
    margin: .2rem 0;
    font-size: .4rem;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .price-group {
    font-size: .36rem;
    margin: .3rem 0 0;
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .description {
    font-size: .36rem;
    margin: .3rem 0 .6rem
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .link {
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .link .icon-youxiang {
    font-size: 0.4rem;
    margin-right: 0.1rem;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .link a,
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .link a {
    font-size: .4rem;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group {
    width: 49%;
    margin-right: 2%;
    margin-bottom: .4rem;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group:nth-child(2n) {
    margin-right: 0;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .imgBox-group {
    height: 8.4rem;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .name {
    font-size: .46rem;
    margin: .1rem 0
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .price-group {
    font-size: .36rem;
    margin: .1rem 0
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .link {
    width: 1.6rem;
    height: .4rem;
    line-height: .4rem;
    margin-bottom: .2rem;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .link a {
    font-size: .32rem;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group:hover .imgBox-group img {
    transform: scale(1);
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group:hover .hoverbox-group2{
    display: none;
  }

  .bossgoo-search-result-group .rightcontent-group .titleBox-group .oneTitle-group{
    font-size: .48rem;
  }

  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .link a:nth-child(2){
    display: none;
  }

  .bossgoo-search-result-group .rightcontent-group .titleBox-group .content-group{
    font-size: .36rem;
    line-height: .48rem;
  }

  .bossgoo-search-result-group .bottomBox-group{
    line-height: 1.5;
    padding: .32rem 0;
  }

  .bossgoo-search-result-group .bottomBox-group p{
    font-size: .36rem;
    line-height: .52rem;
  }
}

@media only screen and (max-width:767px) {

  .bossgoo-search-result-group .rightcontent-group .titleBox-group .oneTitle-group{
    font-size: .32rem;
  }

  .bossgoo-search-result-group .rightcontent-group .titleBox-group .content-group{
    font-size: .28rem;
    line-height: .36rem;
  }

  .bossgoo-search-result-group .bottomBox-group p{
    font-size: .28rem;
    line-height: .36rem;
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .link .icon-youxiang {
    font-size: 0.2rem;
    margin-right: 0.1rem;
  }
  .bossgoo-search-result-group {
    padding: 0 .2rem
  }
  .bossgoo-search-result-group .bossgoo-products-leftbar {
    display: none;
  }
  .bossgoo-search-result-group .boxTitle-group {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .bossgoo-search-result-group .bossgoo-products-leftbar .boxTitle {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .bossgoo-search-result-group .total {
    font-size: 0.24rem;
  }
  .bossgoo-search-result-group .rightcontent-group {
    padding: 0.3rem 0 0;
  }
  .bossgoo-search-result-group .productsList-group .titlebar-group .liststyle-group span {
    font-size: 0.24rem;
  }
  .bossgoo-search-result-group .productsList-group-1,
  .bossgoo-search-result-group .productsList-group-2 {
    padding: 0.4rem 0 0;
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group {
    margin-bottom: 0.2rem;
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .imgBox-group {
    width: 2.2rem;
    height: 2.2rem;
    margin: .2rem .2rem .2rem 0;
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information {
    padding: .2rem .1rem .2rem 0
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .details {
    display: none;
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .name {
    margin: .05rem 0;
    font-size: .26rem;
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .price-group {
    margin: .1rem 0;
    font-size: .18rem;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .price-group {
    font-size: .18rem;
    margin: .15rem 0 0;
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .description {
    font-size: .24rem;
    margin: .15rem 0 .3rem
  }
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .link {
    width: 2rem;
    height: .5rem;
    line-height: .5rem;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .link a,
  .bossgoo-search-result-group .productsList-group-1 .proBox-group .information .link a {
    font-size: .28rem;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group {
    width: 49%;
    margin-right: 2%;
    margin-bottom: .2rem;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group:nth-child(2n) {
    margin-right: 0;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .imgBox-group {
    height: 4.2rem;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .name {
    font-size: .28rem;
    margin: .05rem 0
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .price-group {
    font-size: .18rem;
    margin: .05rem 0
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .link {
    width: 0.8rem;
    height: .2rem;
    line-height: .2rem;
    margin-bottom: .1rem;
  }
  .bossgoo-search-result-group .productsList-group-2 .proBox-group .link a {
    font-size: .16rem;
  }
}
.sidebar{

  margin-top: 20px;
  width: 270px;
  height: auto;
  line-height: 50px;
  margin-right: 20px;
  flex-shrink: 0;
}

.sidebar .title{
  background-color: var(--themeColor);
  font-size: 20px;
  color: #fff;
  padding-left: 20px; 
  font-weight: bold;
}

.sidebar ul li{
  height: 50px;
  line-height: 25px;
  box-sizing: border-box;
  padding: 10px 20px;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  
}

.sidebar ul li.link{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.sidebar ul li a{
  font-size: 16px;
  overflow: hidden;
}

.sidebar ul li.link:hover .listOneTitle{
  color: var(--themeColor);
}

.sidebar .comment ul li{
   padding: 0;
   height: auto;
}

.sidebar .comment ul li:hover{
  border-left: 1px solid #dedede;
}

.sidebar ul li:hover{
  border-left: 3px solid var(--themeColor);
  height: auto;
}

.sidebar ul li.link .link_two li:hover a{
  color: var(--themeColor);
}

.sidebar ul li:hover a .text{
  color: var(--themeColor);
}

.sidebar ul li:hover span{
  color: var(--themeColor);
}

.sidebar ul li.link:hover .link_two{
  display: block;
}

.sidebar ul li.active{
  border-left: 3px solid var(--themeColor);
}

.sidebar ul li.active a .text{
  color: var(--themeColor);
}

.sidebar ul li.active span{
  color: var(--themeColor);
}

.sidebar ul li.link.active .link_two{
  display: block;
}

.sidebar ul li.link .link_two{
  display: none;
  position: absolute;
  width: max-content;
  min-width: 100%;
  left: 100%;
  box-shadow: 0px 0px 5px 0px 
  rgba(0, 0, 0, 0.2);
      padding:  0 20px;
      box-sizing: border-box;
      background-color: #fff;
      z-index: 9;
}

.sidebar ul li.link .link_two li.active a{
  color: var(--themeColor);
}

.sidebar ul li.link .link_two li{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dedede;
  border-left: none;
  border-right: none;
  padding: 0;
  overflow: hidden;
}

.sidebar ul li.link .link_two li:hover{
  height: auto;
}

.sidebar ul li.link .link_two li:last-child{
  border-bottom: none;
}

.sidebar ul li.link .link_two li:hover a{
  color: var(--themeColor);
}


.bossgoo-search-result-group .productsList-group-2 .proBox-group .imgBox-group{
  position: relative;
}
.bossgoo-search-result-group .productsList-group-2 .proBox-group .imgBox-group a.content6-imgPlay{
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
}

.sidebar ul li.link .link_two{
  width: 300px;
  padding: 6px 10px;
  min-width: auto;
}
.sidebar ul li.link .link_two li{
  height: initial;
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 8px;
}