﻿/* 重新全局的tooltip样式 */
.tipsec {
  position: absolute;
  max-width: 340px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  z-index: 999;
  box-sizing: border-box;
  font-size: 13px;
  top: -9px;
  left: 133px;
  line-height: 20px;
  display: none;
  opacity: 0;
}

.tipsec i {
  position: absolute;
  left: 14px;
  bottom: -12px;
  font-size: 14px;
  /* color: rgb(87 91 92); */
  color: rgba(0, 0, 0, 0.8);
}

[js-do="_chinaz-tip"]:hover .tipsec {
  display: block;
}

/* ========================================= */
.commcontainerbx * {
  box-sizing: border-box;
}

.commcontainerbx {
  color: #212121;
}

.searchboxcontainer {
  margin: 36px 0 0;
  position: relative;
}

/* ===============针对旧的样式的修改 ================ */
.toolsearchbox .publicsearch {
  padding: 0 0 36px 0;
  margin: auto;
  width: 800px;
}

.toolsearchinpt .search-write-left,
.search-new-wrap .search-write-left {
  width: 676px;
  height: 48px;
  border: 2px solid #4192e7 !important;
  border-radius: 8px 0px 0px 8px;
}

.toolsearchinpt .search-write-btn,
.search-new-wrap .search-write-btn {
  height: 48px;
  border-radius: 0px 8px 8px 0px;
}

.toolsearchinpt .search-write-cont,
.search-new-wrap .search-write-cont {
  width: 662px;
  height: 44px;
  margin: 0;
  float: none;
}

.toolbigtab a i.iconfont {
  margin-right: 8px;
  font-size: 20px !important;
  position: relative;
  top: 2px;
  font-weight: 400;
}

.toolsearchinpt .search-write-left,
.search-new-wrap .search-write-left {
  height: 48px;
}

.toolsearchinpt .search-write-left,
.search-new-wrap .search-write-left {
  width: 700px;
}

.toolsearchinpt .search-write-cont,
.search-new-wrap .search-write-cont {
  width: 700px;
}

.toolsearchinpt .search-write-cont,
.search-new-wrap .search-write-cont {
  height: 44px;
}

.searchboxcontainer .icpclearbtn {
  position: absolute;
  right: 13px;
  top: 13px;
  /* top: 50%;
  transform: translatey(-50%); */
  color: #cccccc;
  cursor: pointer;
  font-size: 18px;

  display: none;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: none !important;
}

.commcontainerbx .toolstablevel2 ul {
  justify-content: flex-start;
}

.tooleg .eg li,
.tooleg .eg p,
.tooleg .eg {
  color: #919191;
}

.wrapper {
  border-radius: 6px;
}

.commboxshadow {
  box-shadow: 0px 0px 15px 0px rgba(0, 38, 77, 0.06);
}

.commboxshadow1 {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.commborderradius {
  border-radius: 6px;
}

.newwrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: auto;
}

._chinaz-relevant ._chinaz-relevant-type {
  height: auto !important;
}

/* 新的表格样式  */

.newcommtable1 td,
.newcommtable1 th {
  border: 1px solid #e4e7eb;
  padding: 11px 16px 11px 20px;
}

.newcommtable1 thead th {
  background: #f5f9fc;
}

.newcommtable1 td,
.newcommtable1 th {
  padding: 11px 20px;
  line-height: 14px;
  font-size: 14px;
  box-sizing: border-box;
  height: 44px;
  /* 表格溢出的处理 配合 子元素ellipsis1 使用 */
  max-width: 0;
  overflow: hidden;
}

.newcommtable1 th {
  font-weight: normal;
}

/* =======48尺寸=========== */

.newcommtable2 {
  background: #ffffff;
  position: relative;
}

.newcommtable2 td,
.newcommtable2 th {
  padding: 12px 20px;
  line-height: 22px;
  font-size: 14px;
  box-sizing: border-box;
  height: 48px;

  /* 表格溢出的处理 配合 子元素ellipsis1 使用 */
  max-width: 0;
  overflow: hidden;
}

.newcommtable2 th {
  font-weight: normal;
}

.newcommtable2 tr {
  border-bottom: 1px solid #ebebeb;
}

/* .newcommtable2 tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.02);
} */

.newcommtable2 tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.newcommtable2 tbody {
  color: #616161;
}

/* =================== */

.nounderline {
  text-decoration: none !important;
}

.hoverunderline:hover {
  text-decoration: underline !important;
}

/* 批量 */
.batchinputcontent {
  padding: 40px 100px 0 100px;
  position: relative;
}

.textareaclass {
  background: #ffffff;
  border: 1px solid #e4e7eb;
  border-radius: 4px;
  width: 100%;
  height: 300px;
  padding: 16px 12px;
  line-height: 22px;

  overflow: auto;
  vertical-align: top;
  outline: none;
  resize: none;
}

.numcontent {
  display: flex;
  color: #b3b3b3;

  position: absolute;
  right: 16px;
  bottom: 12px;
}

/* 按钮 */

.btnclass {
  min-width: 88px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  padding: 0 16px;
}

.btnclass:hover {
  opacity: 0.8;
}

.vipbtn {
  background: linear-gradient(270deg, #b67417 0%, #e9ba79);
}

.loginbtn {
  background: #1a8cff;
}

.hasbgbtn {
  background: rgba(29, 142, 255, 0.2);
  border: 1px solid #1a8cff;
  color: #1a8cff;
}

.defaultbtn {
  background: #ffffff;
  border: 1px solid #e4e7eb;
  color: #212121;
}

.defaultbtn.big {
  min-width: 100px;
  height: 40px;
  line-height: 40px;
}

.loginbtn.big {
  min-width: 100px;
  height: 40px;
  line-height: 40px;
}

.loginbtn.small {
  min-width: 88px;
  height: 28px;
  line-height: 28px;
}

.hasbgbtn.block {
  width: 100%;
}

.btnclass.disabled {
  cursor: not-allowed;
  background: #fafafa !important;
  border: 1px solid #e4e7eb !important;
  color: #b3b3b3 !important;
}

.btnclass[disabled] {
  cursor: not-allowed;
  background: #fafafa !important;
  border: 1px solid #e4e7eb !important;
  color: #b3b3b3 !important;
}

.reloadbtn {
  background: rgba(255, 137, 77, 0.2);
  border: 1px solid #ff894d;
  color: #ff894d;
}

/* 数量提醒弹窗 */
.maskcontent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  width: 320px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 15px 0px rgba(0, 38, 77, 0.15);
  z-index: 999;
}

.maskcontent .maskheadcontent {
  /* display: flex ;
  gap: 16px; */
  margin-bottom: 16px;
  padding-left: 102px;
  min-height: 56px;
}

.maskcontent .maskheadcontentimg {
  width: 88px;
  height: 92px;
  position: absolute;
  top: -16px;
  left: 20px;
}

.maskcontent .maskheadcontenttext {
  line-height: 22px;
  color: #212121;
  font-size: 14px;
  margin-top: 4px;
  width: 154px;
}

/* 历史数据 */
.hiscontainer {
  padding: 0 20px;
  width: 100%;
  /* display: none; */
}

.hiscontent {
  border-top: 1px solid #e4e7eb;
  padding: 12px 0;
}

.hisitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  cursor: pointer;
}

.hisitem:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.hisitem .valuetext {
  color: #616161;
  font-size: 14px;
  display: block;
  width: calc(100% - 30px);
}

.hisitem .deletetext {
  color: #212121;
  font-size: 14px;
  cursor: pointer;
  display: none;
}

.hisitem:hover .deletetext {
  display: block;
}

.hisitem .deletetext:hover {
  opacity: 0.8;
}

.search-write-wrap {
  height: 48px;
}

.toolsearchinpt .search-write-left.active {
  height: auto !important;
  border-radius: 8px 0px 8px 8px;
  position: absolute !important;
}

.search-left-content {
  position: relative;
  width: 700px;
  height: 48px;
}

.search-write-wrap {
  display: flex;
}

.hoverclass {
  opacity: 0.8;
}

.ellipsis1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis1 {
  display: block;
}

.search-write-cont {
  padding-left: 20px !important;
}

#toolbox {
  display: none !important;
}

.toolheader .tooltop .tnavlist li.tdrap:nth-child(2) .tdrap-cur {
  min-width: 151px;
}

[tooltips-wrapper] .w-\[162px\] {
  width: 162px !important;
}

[tooltips-wrapper] .p-\[16px\] {
  padding: 16px !important;
}

[tooltips-wrapper] .p-\[16px\] {
  padding: 16px !important;
}

[tooltips-wrapper] .w-\[130px\] {
  width: 130px !important;
}

[tooltips-wrapper] .h-\[130px\] {
  height: 130px !important;
}

[tooltips-wrapper] .bg-\[#d9d9d9\] {
  background-color: #d9d9d9 !important;
}

[tooltips-wrapper] .w-full {
  width: 100%;
}

[tooltips-wrapper] * {
  box-sizing: border-box;
}

/* 最新注册 */
.whoisnewmain .delheadfilter [chinaz-tooltips] {
  position: absolute;
  right: 16px;
  top: 4px;
}

.invisible {
  visibility: hidden;
}

/* 邮箱反查 */
.reversediv {
  position: relative;
}

.reversediv [chinaz-tooltips] {
  position: absolute;
  right: 16px;
  bottom: 15px;
}

/* 域名批量查询 */
.batchdiv [chinaz-tooltips] {
  position: absolute;
  right: 16px;
}

/* 历史查询 */
.historydiv {
  position: relative;
  padding: 20px 0;
}

.historydiv [chinaz-tooltips] {
  position: absolute;
  right: 16px;
  bottom: 10px;
}

/* 全球域名后缀 */
.gblsufdiv [chinaz-tooltips] {
  position: absolute;
  right: 16px;
  bottom: 5px;
}

/* 域名注册商 */
.registrarsdiv [chinaz-tooltips] {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

/* icp最新备案 */
.provincesdiv {
  position: relative;
}

.provincesdiv [chinaz-tooltips] {
  position: absolute;
  right: 16px;
  bottom: -24px;
}

/* 最新注销 */
.deldiv {
  position: relative;
}

.deldiv [chinaz-tooltips] {
  position: absolute;
  right: 16px;
}

/* 备案历史 */
.recorddiv {
  width: 1200px !important;
}

.recorddiv [chinaz-tooltips] {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

/* 备案网站大全 */
.webdiv {
  display: flex;
  gap: 12px;
}

/* 备案接入商 */
.reportdiv {
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* 可备案后缀 */
.suffixdiv {
  width: 1200px;
  position: relative;
}

.suffixdiv [chinaz-tooltips] {
  position: absolute;
  right: 16px;
  bottom: 16px;
  height: 36px;
}

.suffixdiv .quickdelete {
  margin-top: 4px;
}

/* 批量查询 */
.searchsdiv,
.accessdiv,
.blacklistdiv {
  position: relative;
}

.searchsdiv [chinaz-tooltips],
.accessdiv [chinaz-tooltips],
.blacklistdiv [chinaz-tooltips] {
  position: absolute;
  right: 16px;
  top: 7px;
}

/* app备案 */
.appdiv,
.miniappdiv {
  position: relative;
}

.appdiv [chinaz-tooltips],
.miniappdiv [chinaz-tooltips] {
  position: absolute;
  right: 16px;
  top: 2px;
}

/* 最新app备案 */
.newappdiv,
.newminiappdiv {
  position: relative;
}

.newappdiv [chinaz-tooltips],
.newminiappdiv [chinaz-tooltips] {
  position: absolute;
  right: 16px;
  top: -1px;
}

.newappdiv .bomrewa {
  position: absolute;
  right: 160px;
  top: -1px;
  height: 36px;
}

/* 算法备案 */
.algorithmdiv {
  position: relative;
}

.algorithmdiv [chinaz-tooltips] {
  position: absolute;
  right: 20px;
  top: 4px;
}

/* 网安备案 */
.psorgandiv {
  position: relative;
}

.psorgandiv [chinaz-tooltips] {
  position: absolute;
  right: 16px;
  top: 4px;
}

.btnclasscomm {
  background: rgba(29, 142, 255, 0.2);
  border: 1px solid #1d8eff;
  font-size: 14px;
  color: #1d8eff;
  box-sizing: border-box;
  min-width: 88px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 16px;
}

.btnclasscomm:hover {
  text-decoration: none;
  opacity: 0.8;
}

.newappdiv .btnclasscomm,
.newminiappdiv .btnclasscomm {
  position: absolute;
  right: 124px;
  top: -1px;
  width: 88px;
}

.algorithmdiv .btnclasscomm {
  position: absolute;
  right: 126px;
  top: 4px;
  width: 88px;
}

.btnclasscommnew {
  width: 160px;
  height: 48px;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0px 5px 10px 0px rgba(0, 102, 204, 0.1);
  padding: 12px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  line-height: 24px;
  color: #1a8cff;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}

.btnclasscommnew:hover {
  background: #1a8cff;
  color: #ffffff;
  text-decoration: none;
}

.btnclasscommnew .iconfont {
  font-size: 24px;
}

.itemsstart {
  align-items: flex-start !important;
}

.btnbox-api {
  position: absolute;
  right: 16px;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.suffixdiv .btnbox-api [chinaz-tooltips] {
  position: static;
}

[chinaz-radio-btn-wrapper][radio-round] {
  height: 36px;
  background: #f2f2f2;
  border-radius: 40px;
}

[chinaz-radio-btn-wrapper][radio-round] [chinaz-radio-btn] {
  background: #f2f2f2;
  border-radius: 40px;
  min-width: 100px;
  color: #616161;
}

[chinaz-radio-btn-wrapper][radio-round] [chinaz-radio-btn][active] {
  background: linear-gradient(180deg, #1a8cff, #0075eb 100%);
  border-radius: 40px;
  color: #ffffff;
}

[chinaz-table] td,
[chinaz-table] th {
  /* 表格溢出的处理 配合 子元素ellipsis1 使用 */
  max-width: 0;
  overflow: hidden;
}

[chinaz-table] td.onhide,
[chinaz-table] th.onhide {
  /* 表格溢出的处理 配合 子元素ellipsis1 使用 */
  max-width: 0;
  overflow: visible;
}
.icondownbtn .icondown {
  transform: rotate(90deg);
}

.icondownbtn.active .icondown {
  transform: rotate(-90deg);
}

#singleiresultcontent [description-item] [item-value] {
  word-break: break-all;
}

#pagebar.disabled {
  cursor: not-allowed;
}

#pagebar.disabled * {
  cursor: not-allowed;
}

.layui-layer-title {
  height: 42px !important;
  line-height: 42px !important;
}

.layui-layer-setwin {
  top: 15px !important;
}

/*  soe 查询专属 */
._chinaz-seo-sw.seosearchdiv *,
._chinaz-seo-sw.seosearchdiv ::after,
._chinaz-seo-sw.seosearchdiv ::before {
  box-sizing: content-box;
}

[rightradius][vip-tag][small]::before {
  border-radius: 0 4px 0 0;
}

.beforeitemleft::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #1a8cff;
  border-radius: 50%;

  top: 50%;
  transform: translatey(-50%);

  left: -30.5px;

  z-index: 1;
}

.afteritemline::after {
  content: " ";
  position: absolute;
  width: 26px;
  height: 1px;
  border-bottom: 1px dashed #e4e7eb;
  top: 50%;
  transform: translatey(-50%);
  left: -26px;
}

.searchcontentlistitem:hover {
  background: linear-gradient(270deg, rgba(224, 240, 255, 0) 0%, #e0f0ff);
}

/* 表格的升序降序标志 */

.updownicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 5px;
}

.updownicon .iconfont {
  font-size: 12.5px;
  color: #000000;
  transform: scale(0.8);
}

.updownicon .upicon {
  margin-bottom: -3px;
}

.updownicon .downicon {
  margin-top: -3px;
}

.updownicon.up .upicon,
.updownicon.down .downicon {
  color: #1d8eff;
}

.updownicon.vipupdown .upicon,
.updownicon.vipupdown .downicon {
  color: #b67417;
}

.updownicon.up.vipupdown .upicon,
.updownicon.down.vipupdown .downicon {
  opacity: 0.8;
}
/* =======end======== */

.viptipcontainer {
  width: 280px;
  height: 120px;
  background: linear-gradient(113deg, #fff5df, #e4c682 100%);
  border-radius: 6px;
  box-shadow: 0px 0px 15px 0px rgba(29, 73, 120, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  z-index: 50;
}

.viptipcontainer .vipbg {
  width: 125px;
  height: 117px;
  background: url(/uploads/image/ciimages/z.png);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.viptipcontainer .titletext {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  color: #9d6009;
  margin-bottom: 22px;
  margin-top: 2px;
  line-height: 14px;
}

.viptipcontainer .btnvip {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 108px;
  height: 32px;
  background: linear-gradient(270deg, #b67417 0%, #e9ba79);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.viptipcontainer .btnvip:hover {
  opacity: 0.8;
}

.viptipcontainer.loginstate {
  background: linear-gradient(113deg, #ecf6ff, #b0d7ff 100%);
  box-shadow: 0px 0px 15px 0px rgba(29, 73, 120, 0.1);
}

.viptipcontainer.loginstate .btnvip {
  background: #1d8eff;
}

.viptipcontainer.loginstate .titletext {
  color: #05447c;
}

.commcontainerbx .publicsearch.selectinpt .selectbox .selectitem{
  bottom:-80px
}
