.bossgoo-search-nonterminal7 .breadcrumb {
  padding: 18px 0;
  background: #f1f1f1;
}

.bossgoo-search-nonterminal7 .breadcrumb ul {
  display: flex;
}

.bossgoo-search-nonterminal7 .breadcrumb li:after {
  content: ">";
  padding: 0 5px;
}

.bossgoo-search-nonterminal7 .breadcrumb li:last-child:after {
  display: none;
}

.bossgoo-search-nonterminal7 .main .wrap {
  padding: 0 10px;
  box-sizing: border-box;
}

.bossgoo-search-nonterminal7 .titleBox {
  padding-top: 100px;
}

.bossgoo-search-nonterminal7 .titleBox .title {
  font-family: Lato;
  font-size: 44px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1.5;
}

.bossgoo-search-nonterminal7 .titleBox .text {
  font-family: Lato;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  margin-top: 30px;
  text-align: center;
}

.bossgoo-search-nonterminal7 .productListBox {
  padding-top: 20px;
}

.bossgoo-search-nonterminal7 .productListBox .picList .list-tit {
  padding: 40px 0;
  font-size: 24px;
  font-family: Lato;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.bossgoo-search-nonterminal7 .productListBox .picList .contentTwo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bossgoo-search-nonterminal7 .productListBox .picList .contentTwo.active {
  display: flex;
}

.bossgoo-search-nonterminal7 .productListBox .picList .contentTwo li {
  width: 23%;
  margin-bottom: 20px;
}

.bossgoo-search-nonterminal7 .productListBox .picList .contentTwo li .imgbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bossgoo-search-nonterminal7 .productListBox .picList .contentTwo li .imgbox .contact {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  background-color: var(--themeColor);
  line-height: 40px;
  text-align: center;
  font-family: Lato-Regular;
  font-size: 20px;
  opacity: 0;
  z-index: -1;
  transition: all .3s;
}

.bossgoo-search-nonterminal7 .productListBox .picList .contentTwo li .imgbox .contact a {
  color: #ffffff;
}

.bossgoo-search-nonterminal7 .productListBox .picList .contentTwo li:hover .imgbox .contact {
  bottom: 10%;
  opacity: 1;
  z-index: 9;
  transition: all .3s;
}

.bossgoo-search-nonterminal7 .productListBox .picList .contentTwo li .imgbox img {
  width: 100%;
  display: block;
}

.bossgoo-search-nonterminal7 .productListBox .picList .contentTwo li .text-box {
  display: block;
  padding: 10px 5%;
  background-color: #f1f1f1;
}

.bossgoo-search-nonterminal7 .productListBox .picList .contentTwo li .text {
  font-family: Lato;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bossgoo-search-nonterminal7 .productListBox .picList .contentTwo li:hover .text-box {
  background-color: var(--themeColor);
  transition: all .3s;
}

.bossgoo-search-nonterminal7 .productListBox .picList .contentTwo li:hover .text {
  color: #fff;
}

.bossgoo-search-nonterminal7 .productListBox .picList .list-more {
  display: block;
  margin: 10px auto;
  width: 360px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background: var(--themeColor);
  color: #fff;
}

.bossgoo-search-nonterminal7 .productListBox .bottomBox {
  margin-top: 50px;
  line-height: 2;
  font-size: 16px;
  font-family: 'Arial';
}

.bossgoo-search-nonterminal7 .productListBox .bottomBox a {
  text-decoration: underline;
}

.bossgoo-search-nonterminal7 .touch-box {
  width: 1300px;
  margin: 100px auto 0;
  padding-bottom: 70px;
}

.bossgoo-search-nonterminal7 .touch-box .title {
  font-size: 44px;
  font-family: Lato;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.bossgoo-search-nonterminal7 .touch-box .des {
  width: 85%;
  line-height: 1.7;
  font-family: Lato-Regular;
  text-align: center;
  color: #666;
  margin-bottom: 50px;
}

.bossgoo-search-nonterminal7 .touch-box .input-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

.bossgoo-search-nonterminal7 .touch-box .input-box {
  position: relative;
  width: 30%;
  height: 50px;
}

.bossgoo-search-nonterminal7 .touch-box .input-text {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  line-height: 50px;
  font-size: 16px;
  background-color: #f2f2f2;
}

.bossgoo-search-nonterminal7 .touch-box .textarea-box {
  position: relative;
  margin-bottom: 30px;
}

.bossgoo-search-nonterminal7 .touch-box .textarea {
  display: block;
  width: 100%;
  height: 150px;
  padding: 10px 20px;
  background-color: #f2f2f2;
  line-height: 1.5;
  font-size: 16px;
}

.bossgoo-search-nonterminal7 .touch-box .sign {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 100%;
  line-height: 50px;
  text-align: center;
  color: #ff0808;
}

.bossgoo-search-nonterminal7 .touch-box input::placeholder, .bossgoo-search-nonterminal7 .touch-box textarea::placeholder {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #999;
}

.bossgoo-search-nonterminal7 .touch-box .send-btn {
  display: block;
  width: 320px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 0 auto;
  background: var(--themeColor);
  font-family: Lato-Bold;
  font-size: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 1300px) {
  .bossgoo-search-nonterminal7 .productListBox .picList .contentOne li .mainL {
    width: 25%;
  }
  .bossgoo-search-nonterminal7 .productListBox .picList .contentOne li .mainR {
    width: 75%;
  }
  .bossgoo-search-nonterminal7 .touch-box {
    width: 100%;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-search-nonterminal7 .breadcrumb {
    display: none;
  }
  .bossgoo-search-nonterminal7 .productListBox .picList .contentOne li .mainR .text {
    display: none;
  }
  .bossgoo-search-nonterminal7 .productListBox .picList .contentTwo li {
    width: 49%;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-search-nonterminal7 .titleBox {
    padding-top: 30px;
  }
  .bossgoo-search-nonterminal7 .titleBox .title {
    font-size: 22px;
  }
  .bossgoo-search-nonterminal7 .productListBox .picList .contentTwo li .text {
    font-size: 14px;
  }
  .bossgoo-search-nonterminal7 .titleBox .text {
    margin-top: 15px;
  }
  .bossgoo-search-nonterminal7 .productListBox .picList {
    margin-top: 0px;
  }
  .bossgoo-search-nonterminal7 .productListBox .picList .list-tit {
    font-size: 22px;
    padding: 20px 0;
  }
  .bossgoo-search-nonterminal7 .productListBox .picList .list-more {
    width: 60%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .bossgoo-search-nonterminal7 .touch-box {
    padding: 0 0 .7rem;
    margin-top: .6rem;
  }
  .bossgoo-search-nonterminal7 .touch-box .title {
    font-size: .44rem;
    margin-bottom: .3rem;
  }
  .bossgoo-search-nonterminal7 .touch-box .des {
    width: 100%;
    margin-bottom: .3rem;
    font-size: .3 rem;
  }
  .bossgoo-search-nonterminal7 .touch-box .input-wrap {
    display: block;
    margin-bottom: 0;
  }
  .bossgoo-search-nonterminal7 .touch-box .input-box {
    width: 100%;
    height: 1rem;
    margin-bottom: .3rem;
  }
  .bossgoo-search-nonterminal7 .touch-box .input-text {
    padding: 0 .5rem;
    line-height: 1rem;
    font-size: .28rem;
  }
  .bossgoo-search-nonterminal7 .touch-box .textarea-box {
    margin-bottom: .6rem;
  }
  .bossgoo-search-nonterminal7 .touch-box .textarea {
    height: 3rem;
    padding: .2rem .4rem;
    font-size: .28rem;
  }
  .bossgoo-search-nonterminal7 .touch-box .sign {
    width: .5rem;
    line-height: 1rem;
  }
  .bossgoo-search-nonterminal7 .touch-box input::placeholder, .bossgoo-search-nonterminal7 .touch-box textarea::placeholder {
    font-size: .28rem;
  }
  .bossgoo-search-nonterminal7 .touch-box .send-btn {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: .3rem;
  }
}
