.table thead th {padding: 15px !important;color: #ffffff;background: #101b33;}
.table td{height:80px !important;text-align: left;padding-left:30px;line-height: 25px;}
.table th{height:40px !important;text-align: center;padding-left:30px;line-height: 25px;}

tbody.ip_out td:first-child{width:33%;}
tbody.ip_out td:nth-child(2){width:33%;}

table.dns_table tbody tr td {text-align: center !important;padding-left:0 !important;height:50px !important;white-space: unset;}
table.dns_table thead tr th {background-color:#f7f7f7;color:#000 !important;padding:10px !important;vertical-align:middle !important;white-space: unset;}

tbody.dns_ip td:first-child{width:400px;color: #4680ff!important;text-align: left !important;padding-left: 30px !important;}
tbody.dns_ip td:nth-child(2){width:80px;}
tbody.dns_ip td:nth-child(3){overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width:280px;}
tbody.dns_ip td:nth-child(4){width:80px;text-align: center !important;}

.tag_ipv6{padding: 0 2px;border: 1px solid #ffa254;border-radius: 3px;color: #ffa254;}
.tag_ipv4{padding: 0 2px;border: 1px solid #9ccc65;border-radius: 3px;color: #9ccc65;}

.loading_tip{height: 51px;line-height: 40px;text-align: center;border-top: 1px solid #e1e1e1;color: #4680ff!important;}

.ip-query-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto 18px;
  padding: 0 15px;
}

.ip-query-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 42px;
  font-size: 14px;
  border: 1px solid #dce3ef;
  border-radius: 4px;
  box-shadow: none;
}

.ip-query-input:focus {
  border-color: #4680ff;
  box-shadow: 0 0 0 0.15rem rgba(70, 128, 255, 0.15);
}

.ip-query-btn {
  flex: 0 0 auto;
  min-width: 96px;
  height: 42px;
  font-size: 14px;
  white-space: nowrap;
}

.ip-query-result {
  font-size: 13px;
  padding: 4px 15px 0;
}

.ip-query-table {
  border-collapse: collapse;
  margin-top: 4px;
}

.ip-query-table th,
.ip-query-table td {
  border: 1px solid #e3e6ef;
  padding: 10px 16px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: normal;
}

.ip-query-table th {
  width: 120px;
  background: #f7f8fb;
  color: #333;
  text-align: center;
  white-space: nowrap;
}

.ip-query-table td {
  text-align: left;
  color: #333;
}

.ip-query-loading-cell {
  text-align: center;
  padding: 16px;
}

.ip-query-result-empty {
  font-size: 13px;
  line-height: 2;
  padding: 8px 15px 4px;
}