/*!
 * custom.css
 */
  /*您的代码写在这里*/
  
.search td{ font-size:16px; line-height:40px; padding-left:10px;}
.f-cb {
  zoom: 1; }

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }


.search {
  margin-top: 30px;
}
.search .input {
  width: 500px;
  height: 60px;
  font-size: 18px;
  padding-left: 25px;
  color: #888888;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  position: relative;
}
.search .input input[type=submit] {
  text-indent: -999px;
  overflow: hidden;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url(../images/img39.png) no-repeat center;
  background-size: 100%;
}
.search .input input {
  border: none;
  background: none;
  outline: none;
}
.search .input input[type=text] {
  width: 100%;
  height: 100%;
}
.search .sousuo {
  line-height: 60px;
  font-size: 16px;
  color: #666666;
  margin-left: 28px;
}
.search .sousuo .span {
  /*margin-right: 11px;*/
}
.search .sousuo a {
  color: #666666;
  text-decoration: underline;
  margin: 0 11px;
  transition: .5s;
}
.search .sousuo a:hover {
  transition: .5s;
  color: #fabe00;
}


@media screen and (max-width: 1600px) {
  .search .input {
    width: 400px;
    height: 60px;
  }

  .search .sousuo {
    margin-left: 20px;
    line-height: 60px;
  }
  }
  
  
  @media screen and (max-width: 1024px) {
    .search .input {
    width: 100%;
    font-size: 15px;
  }

  .search .sousuo {
    margin-left: 0;
    font-size: 14px;
  }

  .search .sousuo a {
    margin: 0 5px;
  }

  .search {
    margin-top: 25px;
  }
   }
   
   
   @media screen and (max-width: 750px) {
     .search .input {
    height: 35px;
    padding-left: 15px;
    font-size: 13px;
  }

  .business-list .list {
    margin-top: .3rem;
  }

  .business-list .list .item .words .t2 {
    width: 35px;
    height: 35px;
  }
  .search .input input[type=submit]{
  	width: 18px;
  	height: 18px;
  }

  .business-list .list .item:hover .words {
    padding-bottom: 90px;
  }

  .business-list .list .item:nth-child(3n+1) {
    margin-left: 0%;
  }

  .search .sousuo {
    padding: 10px 0;
    line-height: 1.5;
    font-size: 13px;
  }
}