.asd{
  width: 258px;
}
.table_tr{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table_header{
  height: 46px;
  background: #1A73E8;
  border-radius: 12px 12px 0 0;
}
.table_header .tab_head_li{
  height: 46px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E8E7E7;
}
.table_header .tab_head_li:last-child{
  border-right: none;
}
.table_body{
  display: none;
}
#tbody_0{
  display: block;
}
.table_body .body_line .line_li{
  height: 47px;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E8E7E7;
  border-bottom: 1px solid #E8E7E7;
}
.table_body .body_line .line_li.ip_show{
  font-weight: 600;
  color: #0066FF;
}
.table_body .body_line .line_li:last-child{
  border-right: none;
}
.table_body .body_line:last-of-type .line_li{
  border-bottom: none;
}
.all_page{
  display: flex;
}
.all_page .c_p{
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.all_page .c_p.s_l{
  margin-right: 5px;
}
.all_page .c_p.s_l{
  margin-left: 5px;
}
.pages{
  display: flex;
}
.pages .page_li,.page .page_li_more{
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #333333;
  font-size: 13px;
  margin-right: 5px;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
}
.pages .page_li:hover{
  color: #409eff;
}
.pages .page_li.on{
  background: #1A73E8;
  color: #fff;
}
.pages .page_li:last-child{
  margin-right: 0;
}