.website-history {
  padding: 24px;
  /* padding-top: 58px; */
  background: #f7f7f7;
}
.website-history-search {
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  padding: 0 24px;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: 24px;
}
.website-history-search-inquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.website-history-search-inquiry .icon-jianzhanlishixiangqing {
  width: 36px;
  height: 36px;
  margin-right: 14px;
}
.website-history-search-inquiry-title {
  font-weight: bold;
  font-size: 24px;
  color: #121418;
  line-height: 28px;
}
.website-history-search-input {
  width: 43%;
  height: 50px;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d1d1d1;
  margin-right: -8px;
}
.website-history-search-input:focus {
  box-shadow: none;
}
.website-history-search-input-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.website-history-search-btn {
  height: 50px;
  background: #0066ff;
  border-radius: 8px;
  padding: 0 30px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}

.website-history-search-btn:hover {
  color: #ffffff;
  background: #0066ff;
}
.website-history-search-btn:active,
.website-history-search-btn:focus-visible {
  color: #ffffff !important;
  background: #0066ff !important;
  border: none !important;
}
.website-history-search-desc {
  font-weight: 400;
  font-size: 12px;
  color: #898f98;
  line-height: 18px;
  margin-top: 16px;
}
.crumbs {
  display: flex;
  align-items: center;
}
.crumbs-home:hover,
.crumbs-box-item:hover{
  cursor: pointer;
  color: #0066ff;
}
.crumbs-current {
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #515762;
  margin-right: 10px;
}
.crumbs-current-icon {
  width: 16px;
  height: 18px;
  margin-top: -2px;
}
.crumbs-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #515762;
}
.crumbs-box-active {
  color: #2d3139;
}
.z-main {
  height: auto;
  min-height: 800px;
  background: white;
}
.bggray {
  background: white;
}
.history-common-search {
  width: 1200px;
}
.nc {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 0px;
  background-color: #fff;
  margin-top: -70px;
  margin-left: -140px;
  border-radius: 10px;
  z-index: 10100;
  text-align: center;
}
.layui-layer-setwin {
  display: none;
}
td {
  vertical-align: middle !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  color: #2D3139;
}
table {
  width: 100%;
}
.paginate {
  font-size: 0;
  margin: 20px 0 40px;
}
.paginate li {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ddd;
}
.paginate [disabled] {
  color: #0066ff;
  border-color: #0066ff;
}
.paginate li:not([disabled]):hover,
.paginate .on {
  cursor: pointer;
  color: #fff;
  background-color: #0066ff;
  border-color: #0066ff;
}
.paginate li.jump {
  border: none;
  width: auto;
  color: #333;
}
.paginate li.jump:hover {
  color: gray;
  background-color: transparent;
}
.paginate li.jump .entrance {
  border: 1px solid #ddd;
  text-align: center;
  width: 30px;
  height: 28px;
  outline: none;
}
.paginate li.first,
.paginate li.end {
  padding: 0 6px;
  cursor: pointer;
}
.paginate .confirm {
  width: 60px;
  padding: 0 14px;
}
.tableList {
  margin-top: 26px;
  border: 1px solid #ddd;
  table-layout: fixed;
  margin: 0 auto;
}
.tableList th,
.gw_table th {
  height: 36px;
  line-height: 36px;
  color: #2D3139;
  text-align: center;
  border: 1px solid #eee;
  background-color: #f8f9fa;
  font-size: 14px;
  /* font-weight: bold; */
}
.tableList td p,
#top_table td p {
  padding: 10px 10px;
  text-align: center;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  font-size: 14px;
  line-height: 30px;
}
.g_search input {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-indent: 14px;
  border: 1px solid #ddd;
  outline: none;
  margin-right: 10px;
}
.g_search .g_btn {
  outline: none;
  height: 30px;
  line-height: 30px;
  width: 50px;
  border: none;
  background-color: #0066ff;
  text-align: center;
  color: #fff;
}
.g_main {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #515762;
  text-align: left;
}
.g_group_ul {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #2d3139;
}
.info_time {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.info_time li {
  cursor: pointer;
  padding: 7px 10px;
}
.info_time li.on {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #0066ff;
  color: #0066ff;
}
.info_time .g_tit {
  width: 60px;
  margin-right: 12px;
}
.info_time .g_year_ul {
  width: 92%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 12px;
}
.g_time {
  display: flex;
  align-items: center;
}
.g_time,
.g_year {
  display: none;
}
.g_time_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 12px;
}
.g_year {
  display: flex;
  align-items: baseline;
  margin-bottom: 0;
}
.whois_h1 {
  text-align: center;
  font-size: 20px;
  margin: 30px 0 4px;
  font-weight: bold;
}
.loading {
  display: none;
  position: fixed;
  top: 21%;
  left: 50%;
  z-index: 1000;
}
#top_table {
  height: 42px;
}
.calender-canvas li {
  display: inline-block;
  cursor: pointer;
}
.calender-canvas li:hover .canvas-top {
  background-color: rgba(255, 255, 255, 0.5);
}
.blue {
  color: blue !important;
}
.app-top {
  display: none;
  overflow-x: auto;
  white-space: nowrap;
}
.canvas-bottom li {
  display: inline-block;
  width: 45px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.calender-canvas li:hover .canvas-bottom li {
  color: #fff300;
  background-color: #000;
}
.canvas-top {
  display: flex;
  align-items: flex-end;
  width: 45px;
  height: 74px;
  background: #f0f0f0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: content-box;
}
.canvas-bottom {
  margin-top: 6px;
  text-align: center;
}
.canvas-top span {
  display: inline-block;
  width: 4px;
  height: 0;
  background: #000;
}
.calender-canvas .cal_li.on .canvas-top {
  background-color: #ffffa5 !important;
}
.canvas-bottom li.on {
  color: #fff300;
  background-color: #000;
}
.loading {
  display: none;
  position: fixed;
  top: 33%;
  left: 50%;
  z-index: 1000;
}
.oblue {
  color: #0066ff;
}
.wow_msg {
  display: none;
  font-weight: 400;
  font-size: 14px;
  color: #515762;
  text-align: left;
  margin-bottom: 16px;
}
.wow_msg .tips_i {
  font-size: 14px;
  color: #adafb2;
}
.wow_msg #imm_btn {
  font-size: 14px;
  color: #0066ff;
  cursor: pointer;
}
.wow_msg #imm_btn:hover {
  text-decoration: underline;
}
.container {
  padding: 0 !important;
  max-width: 1200px !important;
  width: auto !important;
}
.row {
  margin: 0 !important;
}
.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper {
  text-align: center;
  margin: 34px auto 0 !important;
}
.yzm_zz {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.yzm_pop {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 0px;
  background-color: #fff;
  margin-top: -70px;
  margin-left: -140px;
  border-radius: 10px;
  z-index: 10100;
  text-align: center;
}
.yzm_pop .tit_tip {
  font-size: 18px;
  margin: 18px 0;
}
.website-history-search .layui-laypage-btn:hover{
  color: #0066ff;
}
#top_table tr td:nth-child(2) p,#tableList tr td:nth-child(3) p{
  text-align: left;
}
