  .bossgoo-search-download {
    display: flex;
    justify-content: space-between;
  }
  
  .bossgoo-search-download .bossgoo-products-leftbar {
    padding: 30px 5px;
    width: 220px;
    margin-right: 20px;
  }
  
  .bossgoo-search-download .boxTitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222
  }
  
  .bossgoo-search-download .bossgoo-products-leftbar .listOne {
    max-height: 1200px;
    overflow: hidden;
    overflow-y: auto;
  }
  
  .bossgoo-search-download .bossgoo-products-leftbar .listOne>li>a>.iconfont {
    float: right;
  }
  
  .bossgoo-search-download .bossgoo-products-leftbar .listOne>li {
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .bossgoo-search-download .bossgoo-products-leftbar .listOne>li>a {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  
  .bossgoo-search-download .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-download .bossgoo-products-leftbar .listTwo>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  
  .bossgoo-search-download .bossgoo-products-leftbar .listTwo {
    display: none;
  }
  
  .bossgoo-search-download .bossgoo-products-leftbar .listOne>li .listOneTitle span {
    font-size: 12px;
  }
  
  .bossgoo-search-download .bossgoo-products-leftbar .listOne>li .listOneTitle:hover {
    color: var(--themeColor)
  }
  
  .bossgoo-search-download .bossgoo-products-leftbar .listOne>li .listOneTitle.show {
    color: var(--themeColor)
  }
  
  .bossgoo-search-download .bossgoo-products-leftbar .listTwo>li:hover a {
    color: var(--themeColor)
  }
  
  .bossgoo-search-download .bossgoo-products-leftbar .listOneNav {
    display: flex;
    justify-content: space-between;
  }
  
  .bossgoo-search-download .bossgoo-products-leftbar .listOneNav .listOneIcon span {
    font-size: 12px;
  }
  
  .bossgoo-search-download .rightcontent {
    flex: 1;
    padding: 30px 0 30px;
  }
  
  .bossgoo-search-download .rightcontent>p {
    line-height: 26px;
    color: #666;
  }
  
  .bossgoo-search-download .rightcontent .blod {
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
    color: #222;
    line-height: 1.5;
  }
  
  .bossgoo-search-download .productsList-1 {
    padding: 20px 0 30px;
  }
  
  .bossgoo-search-download .productsList-1 .proBox {
    display: flex;
    background-color: #fafafa;
    margin-bottom: 20px;
  }
  
  .bossgoo-search-download .productsList-1 .proBox .imgBox {
    width: 280px;
    height: 280px;
    margin: 10px;
  }
  
  .bossgoo-search-download .productsList-1 .proBox .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .bossgoo-search-download .productsList-1 .proBox .information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 40px 40px 40px 20px
  }
  
  .bossgoo-search-download .productsList-1 .proBox .information .name {
    color: #222;
    font-size: 18px;
    font-weight: 600;
  }
  
  .bossgoo-search-download .productsList-1 .proBox .information .description {
    margin: 15px 0 30px;
    line-height: 22px;
    color: #666;
  }
  
  .bossgoo-search-download .productsList-1 .proBox .information .link {
    width: 200px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: black;
  }
  
  .bossgoo-search-download .productsList-1 .proBox .information .link:hover {
    background-color: var(--themeColor);
  }
  
  .bossgoo-search-download .productsList-1 .proBox .information .link a {
    width: 100%;
    display: inline-block;
    color: white;
    font-size: 18px;
  }
  
  .bossgoo-search-download .cover {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.53;
    z-index: 1004;
    display: none;
  }
  
  .bossgoo-search-download .dialog {
    box-sizing: border-box;
    padding: 3vw 4vw;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 42vw;
    height: 32vw;
    z-index: 1005;
    background: #FFFFFF;
    margin: auto;
    box-sizing: border-box;
    font-size: 14px;
    display: none;
  }
  
  .bossgoo-search-download .dialog p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 32px;
  }
  
  .bossgoo-search-download .dialog .inputBox {
    padding-bottom: 20px;
  }
  
  .bossgoo-search-download .dialog input[type="text"],
  .bossgoo-search-download .dialog input[type="password"] {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    width: 100%;
    padding-left: 10px;
    width: 100%;
  }
  
  .bossgoo-search-download .dialog input[type="submit"] {
    text-align: center;
    background-color: black;
    color: white;
    height: 38px;
    width: 16vw;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
    margin-top: 20px;
  }
  .bossgoo-search-download .dialog input[type="button"] {
    text-align: center;
    background-color: black;
    color: white;
    height: 38px;
    width: 16vw;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
    margin-top: 20px;
  }
  
  .bossgoo-search-download .dialog .public,
  .bossgoo-search-download .dialog .private {
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .bossgoo-search-download .dialog .btnArea {
    display: flex;
    justify-content: flex-start;
  }
  
  .bossgoo-search-download .dialog form {
    width: 100%;
  }
  
  .bossgoo-search-download .dialog form a {
    background-color: var(--themeColor);
    display: block;
    color: white;
    height: 38px;
    line-height: 38px;
    width: 16vw;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
  }
  
  .bossgoo-search-download .dialog .public.show,
  .bossgoo-search-download .dialog .private.show {
    display: flex;
  }
  
  .bossgoo-search-download .Validform_error {
    background-color: #ffe7e7 !important;
  }
  
  @media only screen and (max-width:1040px) {
    .bossgoo-search-download {
      padding: 0 .2rem;
    }
    .bossgoo-search-download .bossgoo-products-leftbar {
      display: none;
    }
    .bossgoo-search-download .rightcontent {
      padding: 0.6rem 0 0.6rem;
    }
    .bossgoo-search-download .rightcontent>p {
      line-height: 0.4rem;
    }
    .bossgoo-search-download .rightcontent .blod {
      font-size: .50rem;
      font-weight: 600;
      display: block;
      margin-bottom: .1rem;
    }
    .bossgoo-search-download .productsList-1 {
      padding: 0.8rem 0 0.2rem;
    }
    .bossgoo-search-download .productsList-1 .proBox {
      margin-bottom: 0.4rem;
    }
    .bossgoo-search-download .productsList-1 .proBox .imgBox {
      width: 4.4rem;
      height: 4.4rem;
      margin: .4rem .4rem .4rem .4rem;
    }
    .bossgoo-search-download .productsList-1 .proBox .information {
      padding: .4rem .4rem .4rem .2rem
    }
    .bossgoo-search-download .productsList-1 .proBox .information .name {
      font-weight: 600;
      margin: .1rem 0;
      font-size: .40rem;
    }
    .bossgoo-search-download .productsList-1 .proBox .information .description {
      margin: .4rem 0 .4rem;
      line-height: 1.5;
    }
    .bossgoo-search-download .productsList-1 .proBox .information .link {
      width: 4rem;
      height: 1rem;
      line-height: 1rem;
    }
    .bossgoo-search-download .productsList-1 .proBox .information .link .icon-xiazai {
      font-size: 0.4rem;
      margin-right: 0.1rem;
    }
    .bossgoo-search-download .productsList-1 .proBox .information .link a {
      font-size: .4rem;
    }
    .bossgoo-search-download .dialog {
      box-sizing: border-box;
      padding: 3vw 4vw;
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 60vw;
      height: 60vw;
      z-index: 100000;
      background: #FFFFFF;
      margin: auto;
      box-sizing: border-box;
      font-size: 0.28rem;
      display: none;
    }
    .bossgoo-search-download .dialog p {
      text-align: center;
      font-size: 0.48rem;
      margin-bottom: 0.64rem;
    }
    .bossgoo-search-download .dialog .inputBox {
      padding-bottom: 0.4rem;
    }
    .bossgoo-search-download .dialog input[type="text"],
    .bossgoo-search-download .dialog input[type="password"] {
      height: 1rem;
      line-height: 1rem;
      border: 0.01rem solid #e6e6e6;
      background-color: #fff;
      border-radius: 0.04rem;
      display: block;
      width: 100%;
      padding-left: 0.2rem;
      width: 100%;
      font-size: 0.36rem;
    }
    .bossgoo-search-download .dialog input[type="submit"] {
      text-align: center;
      background-color: black;
      color: white;
      height: 1rem;
      width: 18vw;
      border-radius: 0.05rem;
      margin-right: 0.4rem;
      cursor: pointer;
      margin-top: 0.4rem;
    }
    .bossgoo-search-download .dialog .public,
    .bossgoo-search-download .dialog .private {
      display: none;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    .bossgoo-search-download .dialog .btnArea {
      display: flex;
      justify-content: flex-start;
    }
    .bossgoo-search-download .dialog form {
      width: 100%;
    }
    .bossgoo-search-download .dialog form a {
      background-color: var(--themeColor);
      display: block;
      color: white;
      height: 1rem;
      line-height: 1rem;
      width: 30vw;
      border-radius: 0.1rem;
      text-align: center;
      font-size: 0.36rem;
      margin-top: 0.4rem;
    }
    .bossgoo-search-download .Validform_checktip {
      font-size: 0.28rem;
    }
  }
  
  @media only screen and (max-width:767px) {
    .bossgoo-search-download .rightcontent {
      padding: 0.3rem 0 0.3rem;
    }
    .bossgoo-search-download .rightcontent .blod {
      font-size: .36rem;
      font-weight: 600;
      display: block;
      margin-bottom: .1rem;
    }
    .bossgoo-search-download .productsList-1 {
      padding: 0.4rem 0 0.2rem;
    }
    .bossgoo-search-download .productsList-1 .proBox {
      margin-bottom: 0.2rem;
    }
    .bossgoo-search-download .productsList-1 .proBox .imgBox {
      width: 2.2rem;
      height: 2.2rem;
      margin: .2rem;
    }
    .bossgoo-search-download .productsList-1 .proBox .information {
      padding: .2rem .2rem .2rem .1rem
    }
    .bossgoo-search-download .productsList-1 .proBox .information .name {
      margin: .05rem 0;
      font-size: .32rem;
    }
    .bossgoo-search-download .productsList-1 .proBox .information .description {
      margin: .15rem 0 .15rem;
      line-height: 1.5;
      -webkit-line-clamp: 1;
    }
    .bossgoo-search-download .productsList-1 .proBox .information .link {
      width: 2rem;
      height: .6rem;
      line-height: .6rem;
    }
    .bossgoo-search-download .productsList-1 .proBox .information .link .icon-xiazai {
      font-size: 0.24rem;
      margin-right: 0.05rem;
    }
    .bossgoo-search-download .productsList-1 .proBox .information .link a {
      font-size: .3rem;
    }
    .bossgoo-search-download .dialog {
      box-sizing: border-box;
      padding: 3vw 4vw;
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 80vw;
      height: 100vw;
      z-index: 100000;
      background: #FFFFFF;
      margin: auto;
      box-sizing: border-box;
      font-size: 0.28rem;
      display: none;
    }
    .bossgoo-search-download .dialog p {
      text-align: center;
      font-size: 0.32rem;
      margin-bottom: 0.64rem;
    }
    .bossgoo-search-download .dialog .inputBox {
      padding-bottom: 0.4rem;
    }
    .bossgoo-search-download .dialog input[type="text"],
    .bossgoo-search-download .dialog input[type="password"] {
      height: 0.76rem;
      line-height: 0.76rem;
      border: 0.01rem solid #e6e6e6;
      background-color: #fff;
      border-radius: 0.04rem;
      display: block;
      width: 100%;
      padding-left: 0.2rem;
      width: 100%;
      font-size: 0.24rem;
    }
    .bossgoo-search-download .dialog input[type="submit"] {
      text-align: center;
      background-color: black;
      color: white;
      height: 0.76rem;
      width: 20vw;
      border-radius: 0.1rem;
      margin-right: 0.4rem;
      cursor: pointer;
      margin-top: 0.4rem;
      font-size: 0.24rem;
    }
    .bossgoo-search-download .dialog input[type="button"] {
      text-align: center;
      background-color: black;
      color: white;
      height: 0.76rem;
      width: 20vw;
      border-radius: 0.1rem;
      margin-right: 0.4rem;
      cursor: pointer;
      margin-top: 0.4rem;
      font-size: 0.24rem;
    }
    .bossgoo-search-download .dialog .public,
    .bossgoo-search-download .dialog .private {
      display: none;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    .bossgoo-search-download .dialog .btnArea {
      display: flex;
      justify-content: flex-start;
    }
    .bossgoo-search-download .dialog form {
      width: 100%;
    }
    .bossgoo-search-download .dialog form a {
      background-color: var(--themeColor);
      display: block;
      color: white;
      height: 0.76rem;
      line-height: 0.76rem;
      width: 46vw;
      border-radius: 0.1rem;
      text-align: center;
      font-size: 0.32rem;
      margin-top: 0.4rem;
    }
    .bossgoo-search-download .Validform_checktip {
      font-size: 0.24rem;
    }
  }