.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: 500;
  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;
}
