/* 重新全局的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(//csstools.chinaz.com/icp/images/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
}
