﻿.text-hidden1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .bossgoo-search-result3 .bossgoo-breadbrumb1 {
    background: #f8f8f8;
  }
  
  .bossgoo-search-result3 .bossgoo-breadbrumb1 .wrap {
    padding: 24px 0;
    color: #999;
  }
  
  .bossgoo-search-result3 .bossgoo-breadbrumb1 .wrap .currentpage {
    color: var(--themeColor)
  }
  
  .bossgoo-search-result3 .bossgoo-breadbrumb1 i {
    margin: 0 10px;
  }
  
  .bossgoo-search-result3 .bossgoo-breadbrumb1 a {
    color: #999;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar {
    width: 320px;
    padding: 30px 40px 0 0;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listIcon {
    color: #333333;
    font-weight: bold;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne {
    border: 1px solid #d2d2d2;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listOneNav {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listOneNav>a:first-child {
    max-width: 90%;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listOneNav .listOneTitle {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listOneNav .listOneTitle:hover {
    color: var(--themeColor);
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo {
    display: none;
    padding: 10px 10px 10px 20px;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo .listTwoNav {
    display: flex;
    justify-content: space-between;
    line-height: 1.6;
    padding: 5px 0;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo .listTwoNav>a:first-child {
    max-width: 90%;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo .listTwoNav .listTwoTitle {
    color: #666;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo .listTwoNav .listTwoTitle .catenum {
    color: inherit;
    display: inline-block;
    margin-left: 8px;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo .listTwoNav .listTwoTitle:hover {
    color: var(--themeColor);
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo>li>a {
    display: block;
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo>li>a:hover {
    color: var(--themeColor);
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo .listThree {
    display: none;
    padding: 1px 0 1px 20px;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo .listThree>li>a {
    display: block;
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo .listThree>li>a:hover {
    color: var(--themeColor);
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .titlebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background: #f8f8f8;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .titlebar .titleleft {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .titlebar p {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .titlebar .liststyle .iconfont {
    font-size: 30px;
    padding: 0 5px;
    cursor: pointer;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .titlebar .liststyle .iconfont.active {
    color: var(--themeColor);
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 {
    display: none;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2.show {
    display: block;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox {
    display: flex;
    background-color: #fafafa;
    margin-bottom: 20px;
    align-items: center;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .imgBox {
    width: 280px;
    height: 280px;
    margin: 10px;
    flex-shrink: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .imgBox p {
    width: 100px;
    opacity: 0;
    height: 36px;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s;
    display: flex;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .imgBox p a {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    background: #222222;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .imgBox p a span {
    font-size: 20px;
    color: #fff;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .imgBox:hover p {
    opacity: 1;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .imgBox:hover p a:hover {
    background: var(--themeColor);
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .imgBox:hover p a:hover span {
    color: #fff;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .information {
    width: calc(100% - 300px);
    padding: 40px 20px 40px 20px;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .information .name a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .information .name {
    margin-bottom: 8px;
    width: 100%;
    padding-right: 10%;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .information .price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--themeColor);
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .information .details {
    color: #666;
    display: flex;
    flex-wrap: wrap;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .information .details p {
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .information .description {
    margin: 15px 0 30px;
    color: #666;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .information .link {
    width: 200px;
    background-color: black;
    height: 42px;
    line-height: 42px;
    text-align: center;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .information .link:hover {
    background-color: var(--themeColor);
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .information .link a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    font-size: 16px;
    justify-content: center;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 {
    padding: 0 0 30px 0;
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1.show {
    display: grid;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    background: #fafafa;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox>a {
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox>a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox .cover {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: var(--themeColor);
    opacity: 0;
    transition: all 0.5s;
    position: relative;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox .cover .price {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
    background: var(--themeColor);
    color: #fff;
    font-size: 24px;
  }

  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox .cover .price a{
    color: inherit;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox .cover .attr {
    color: #fff;
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox .cover p {
    width: 100px;
    display: flex;
    height: 36px;
    justify-content: space-between;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox .cover p a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox .cover p a span {
    font-size: 20px;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox:hover .cover {
    opacity: 0.9;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .proname {
    padding: 5px 10px;
    height: 58px;
    text-align: center;
  }
  
  .bossgoo-search-result3 .rightcontent .productsList .active {
    display: block !important;
  }
  
  .bossgoo-search-result3 .flexbox {
    display: flex;
    justify-content: space-between;
  }
  
  .bossgoo-search-result3 .boxTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: var(--fontRegular);
  }
  
  .bossgoo-search-result3 .proTitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    font-family: var(--fontRegular);
  }
  
  .bossgoo-search-result3 .total {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-left: 10px;
  }
  
  .bossgoo-search-result3 .rightcontent {
    flex: 1;
    padding: 30px 0 0;
    width: calc(100% - 320px);
  }
  
  .page-box {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e9e9e9;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  ul.yiiPager {
    display: inline-block;
    font-size: 16px;
  }
  
  ul.yiiPager li {
    display: inline-block;
  }
  
  ul.yiiPager a:link,
  ul.yiiPager a:visited {
    border: solid 1px #dedede;
    font-weight: bold;
    padding: 1px 6px;
    text-decoration: none;
  }
  
  ul.yiiPager .page a {
    display: block;
    font-weight: normal;
    padding: 8px 15px;
  }
  
  ul.yiiPager a:hover {
    border: solid 1px #bebebe;
  }
  
  ul.yiiPager .selected a {
    background: var(--themeColor);
    color: #FFF;
    font-weight: bold;
  }
  
  ul.yiiPager .hidden a {
    border: solid 1px #dedede;
    color: #888888;
  }
  
  
  /**
  * Hide first and last buttons by default.
  */
  
  ul.yiiPager .first,
  ul.yiiPager .last {
    display: none;
  }
  
  ul.yiiPager .next {
    position: unset;
  }
  
  ul.yiiPager .previous a {
    display: block;
    padding: 8px 15px;
  }
  
  ul.yiiPager .next a {
    display: block;
    padding: 8px 15px;
  }
  
  ul.yiiPager>ul>li>a.active,
  ul.yiiPager li a:hover {
    background: var(--themeColor);
    border-color: var(--themeColor);
    color: #fff;
  }
  
  @media only screen and (max-width: 1040px) {
    .bossgoo-search-result3 .bossgoo-breadbrumb1 .wrap {
      padding: 0.24rem 0.2rem;
    }
    .bossgoo-search-result3 .bossgoo-breadbrumb1 i,
    .bossgoo-search-result3 .bossgoo-breadbrumb1 span,
    .bossgoo-search-result3 .bossgoo-breadbrumb1 a {
      font-size: 0.24rem;
    }
  }
  
  @media only screen and (max-width: 1040px) {
    .bossgoo-search-result3 .phonepad {
      padding: 0 0.2rem;
    }
    .bossgoo-search-result3 .phonepad .proTitle {
      font-size: 0.36rem;
    }
    /* .bossgoo-search-result3 .phonepad .total {
      display: none;
    } */
    .bossgoo-search-result3 .phonepad .bossgoo-products-leftbar {
      display: none;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .titlebar {
      height: 0.7rem;
      padding: 0 0.2rem;
      margin-bottom: 0.6rem;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .titlebar .liststyle .iconfont {
      font-size: 0.4rem;
      padding: 0 0.1rem;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 {
      display: none;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2.show {
      display: block;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox {
      margin-bottom: 0.4rem;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .imgBox {
      width: 2.6rem;
      height: 2.6rem;
      margin: 0.2rem;
      box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .imgBox p {
      width: 2rem;
      opacity: 0;
      height: 0.72rem;
      top: 50%;
      left: 50%;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .imgBox p a {
      width: 0.88rem;
      height: 0.88rem;
      line-height: 0.88rem;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .imgBox p a span {
      font-size: 0.4rem;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .imgBox .coverBox {
      display: none;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .information {
      width: calc(100% - 3rem);
      padding: 0.2rem 0.2rem 0.2rem 0;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .information .name a {
      font-size: 0.28rem;
      line-height: 1.5;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .information .name {
      font-size: 0.28rem;
      margin-bottom: 0.16rem;
      padding-right: 0;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .information .price {
      font-size: 0.28rem;
      margin-bottom: 0.1rem;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .information .details {
      display: none;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .information .details p {
      margin-right: 0.4rem;
      height: 0.48rem;
      line-height: 0.48rem;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .information .description {
      margin: 0.1rem 0 0.2rem;
      line-height: 1.5;
      font-size: 0.28rem;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .information .link {
      width: 4rem;
      height: 0.84rem;
      line-height: 0.84rem;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .information .link:hover {
      background-color: var(--themeColor);
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-2 .proBox .information .link a {
      font-size: 0.32rem;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-1 {
      padding: 0 0 0.6rem 0;
      grid-template-columns: repeat(auto-fill, minmax(3.4rem, 1fr));
      gap: 0.3rem;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-1 .proBox .imgBox {
      padding-bottom: 100%;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-1 .proBox .imgBox>a {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox .cover {
      opacity: 1;
      background: none;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox .cover .price {
      padding: 0 0.2rem;
      font-size: 0.32rem;
      line-height: 1.5;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox .cover .attr {
      display: none;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox .cover p {
      display: none;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox:hover .cover {
      opacity: 1;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox:hover .cover p a:hover {
      background: var(--themeColor);
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox:hover .cover p a:hover span {
      color: #fff;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-1 .proBox .proname {
      font-size: 0.28rem;
      padding: 0;
      height: 0.84rem;
      line-height: 1.5;
    }
    .bossgoo-search-result3 .phonepad .rightcontent .productsList .active {
      display: block !important;
    }
    .bossgoo-search-result3 .rightcontent {
      padding: 0.6rem 0 0;
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bossgoo-search-result3 .rightcontent {
      padding: 0.3rem 0 0;
    }
    ul.yiiPager {
      display: inline-block;
      font-size: 14px;
    }
    ul.yiiPager .page a,
    ul.yiiPager .previous a,
    ul.yiiPager .next a {
      padding: 0.12rem 0.2rem;
    }
    ul.yiiPager li {
      display: inline-block;
    }
  }
  .rightcontent .proTitle{
    margin-bottom: 10px;
  }

  .cursor-pointer { cursor: pointer!important; }


  .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox>a.content6-imgPlay{
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: initial;
    top: initial;
    right: 10px;
    bottom: 10px;
    z-index: 2;
  }
  .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .imgBox a.content6-imgPlay{
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  @media only screen and (max-width: 1040px){
    .bossgoo-search-result3 .rightcontent .productsList .productsList-1 .proBox .imgBox>a.content6-imgPlay{
      width: 40px;
      height: 40px;
      right: 0;
      bottom: 0;
    }
    .bossgoo-search-result3 .rightcontent .productsList .productsList-2 .proBox .imgBox a.content6-imgPlay{
      width: 40px;
      height: 40px;
    }
  }


  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listOneNav .listOneTitle{
    font-weight: initial;
  }
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listOneNav{
    padding-top: 5px;
    padding-bottom: 5px;
    height: initial;
  }
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo .listThree{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo .listTwoNav{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo .listThree>li{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bossgoo-search-result3 .bossgoo-products-leftbar .listOne .listTwo .listThree>li>a{
    color: #999;
  }


@media only screen and (max-width: 1040px) {
  .bossgoo-search-result3 .phonepad .rightcontent .productsList .productsList-1 .proBox .imgBox .coverBox{
    height: auto;
  }
}