/* 律所 检索框样式 */
.header_tab_list ul{
  font-size: 0;
}
.header_tab_list .tab_list_item{
  width: 80px;
  height: 32px;
  background: #fff;
  line-height: 32px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  text-align: center;
  display: inline-block;
  list-style: none;
  cursor: pointer;
}
.header_tab_list .tab_list_item.active{
  background: #1C64B9;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
}