@charset "utf-8";

.z-main {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 30px;
}

.all-main {
  width: 100%;
}

.n-tips {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  margin-bottom: 15px;
  color: #666;
  padding-left: 45px;
  background: #fff url(../img/icon-n-tips.png) no-repeat 20px center;
  padding-right: 30px;
}

.n-tips .time {
  margin: 0 30px 0 16px;
  color: #999;
}

.n-tips .check {
  color: #0f9fff;
}

.slip-btn > span {
  line-height: 40px;
}

.slip-btn .simple {
  margin-right: 40px;
}

.slip-btn label {
  background-color: #fff;
  padding: 0px;
  border-radius: 32px;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 16px;
  cursor: pointer;
  vertical-align: text-bottom;
  margin-left: 6px;
}

.slip-btn input {
  display: none;
}

.slip-btn label:before {
  content: " ";
  position: absolute;
  background: #fff;
  top: 2px;
  left: 2px;
  z-index: 99999;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5),
    inset 0 -18px 15px -10px rgba(0, 0, 0, 0.05);
}

.slip-btn label:after {
  content: " ";
  position: absolute;
  background: #ccc;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}

[id^="checkbox-"] + label:before,
[id^="checkbox-"] + label:after {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

[id^="checkbox-"]:checked + label:before {
  content: " ";
  position: absolute;
  left: 27px;
  border-radius: 100px;
}

[id^="checkbox-"]:checked + label:after {
  content: " ";
  font-size: 1.5em;
  position: absolute;
  background: #0f9fff;
}

.zh-main {
  background-color: #fff;
}

.common-box {
  width: 700px;
  /* margin: 0 auto; */
  padding: 30px 0;
}

.common-box .common-tit {
  font-size: 36px;
  color: #666;
  text-align: center;
  padding-bottom: 56px;
}

.common-search-inp {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 580px;
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  border: 1px solid #eee;
  /* border-right: none; */
}

.common-search-inp:hover {
  box-shadow: 0px 0px 15px 5px rgba(235, 235, 235, 0.9);
  transition: box-shadow 0.5s;
}

.common-search-btn {
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-left: 14px;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 2px;
}

.common-tip {
  font-size: 12px;
  margin-top: 12px;
  color: #999;
}

.common-tip-a {
  color: #0f9fff;
}

.common-exp {
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  min-height: 180px;
}

.common-exp .common-exp-txt {
  padding: 20px 30px 20px;
  line-height: 30px;
  color: #666;
  font-size: 14px;
}

/* 综合批量查询 */
.zh-main-pl {
  padding-bottom: 12px;
}

.zh-main-pl .common-box {
  padding-bottom: 0;
}

.common-search-area {
  width: 100%;
  height: 180px;
  background-color: #fff;
  border: solid 1px #eee;
  padding: 12px;
  line-height: 24px;
}

.common-search-area-bz {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  border: 1px solid #eee;
  border-top: none;
  margin-top: -5px;
}

.outline-common-search .common-empty-btn {
  bottom: 65px;
}

.outline-common-search .mm-tq-btn {
  bottom: 65px;
  position: absolute;
  right: 80px;
  font-size: 14px;
  color: #0f9fff;
  cursor: pointer;
}

.outline-common-box .common-tip {
  margin-right: 174px;
}

.outline-common-box.normal-box .batch-con .common-supply-p {
  margin-top: 55px;
}

.common-supply {
  margin-top: 16px;
}

.common-supply-p {
  color: #999;
  font-size: 12px;
}

.common-supply-p .common-wait {
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}

.common-supply-p .common-domain {
  font-size: 18px;
  color: #ff7800;
  /* font-weight: bold; */
}

.common-empty-btn {
  position: absolute;
  right: 30px;
  bottom: 18px;
  font-size: 14px;
  color: #0f9fff;
  cursor: pointer;
}

.mm-tq-btn {
  position: absolute;
  right: 80px;
  bottom: 18px;
  font-size: 14px;
  color: #0f9fff;
  cursor: pointer;
}
.mm-ej-btn {
  position: absolute;
  right: 185px;
  bottom: 18px;
  font-size: 14px;
  color: #0f9fff;
  cursor: pointer;
}

.common-supply-p .common-empty-btn:hover {
  color: #fff;
  background-color: #0f9fff;
}

.common-supply .common-tip-a {
  margin-top: 30px;
  margin-right: 10px;
}

.common-option {
  margin: 30px 20px;
  border: 1px solid #eee;
  height: 100px;
}

.common-option-tit {
  width: 68px;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 28px 0;
  border-right: 1px solid #eee;
}

.common-option-list .jm-checkbox-wrapper {
  width: 124px;
}

.jm-checkbox-wrapper + .jm-checkbox-wrapper,
.outline-list .jm-checkbox-wrapper:first-child {
  margin: 16px 0 16px 6px;
}

.common-option-list .jm-checkbox-wrapper .jm-checkbox + span {
  padding: 0;
}

.common-option-list .icon-tool {
  margin-left: 4px;
  vertical-align: text-bottom;
}

.common-result {
  margin-top: 10px;
  background-color: #fff;
}

.common-result .normal-tit .normal-right {
  color: #999;
}

.common-result .normal-tit .normal-right .normal-a {
  margin-right: 10px;
  color: #ff9600;
}

.common-result .normal-tit .normal-a {
  background: url(../img/icon-gth.png) no-repeat left center;
}

.common-result-con {
  margin: 20px 30px 30px;
}

.common-result-head {
  padding-bottom: 10px;
}

/* 滚动到底部悬浮样式 */
.common-result-head.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  padding: 20px 40px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
  z-index: 2;
}

.common-result-head .result-head-left {
  position: relative;
  margin-top: 6px;
  color: #666;
}

.common-result-head .result-head-left span {
  font-size: 14px;
  /* font-weight: bold; */
}

.common-result-head .w-all {
  color: #333;
}

.common-result-head .w-succ {
  color: #07c160;
}

.common-result-head .w-fail {
  color: #ff5722;
}

.common-result-head .result-btn {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  background-color: #ffff;
  border: solid 1px #eee;
  color: #666;
  margin-left: 6px;
  /* -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); */
}

.outline-common-box .common-tip {
  width: 61.5%;
}
.outline-common-box .common-tip .common-tip-a {
  margin-right: 46px;
}

.single-con .common-tip-a {
  margin-top: 14px;
  margin-left: 20px;
}

.common-result-head .copy-btn {
  border-color: #0f9fff;
  color: #0f9fff;
}

.common-result-head .fail-btn {
  border-color: #ff9600;
  color: #ff9600;
}

.common-result-head .export-btn {
  border-color: #eee;
  background-color: #f7f7f7;
}

.common-result-head .copy-btn:hover {
  background-color: #0f9fff;
  color: #fff;
}

.common-result-head .fail-btn:hover {
  background-color: #ff9600;
  color: #fff;
}

.common-result-head .export-btn:hover {
  border-color: #ddd;
  background-color: #eee;
}

/* 批量textarea下方提示 */
.common-tips {
  width: 55%;
  height: 40px;
  line-height: 40px;
  color: #108ee9;
  text-indent: 1em;
  margin-top: 16px;
  background-color: #f2fafe;
}

.common-tips a {
  color: gray;
}

.common-tips.common-tips-oth {
  color: #008000;
  background-color: rgba(0, 255, 0, .1);
}

.common-tips.common-tips-oth a {
  color: #108ee9;
}

.update-result {
  color: #666;
}

.update-result:hover {
  text-decoration: underline;
  color: #0f9fff;
}

.listTable {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  table-layout: fixed;
  color: #666;
}

.listTable tr {
  width: 100%;
  height: 50px;
  text-align: left;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.listTable thead tr {
  background-color: #f1f1f1;
  color: #999;
  height: 40px;
}

.listTable tbody tr:hover {
  background-color: #ddf4ff;
}

.listTable th {
  text-align: center;
  min-height: 20px;
  line-height: 20px;
  font-size: 13px !important;
  border: 1px solid #ddd;
}

.listTable td {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 13px !important;
}

.listTable td p {
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
}

.listTable td span {
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
}

.listTable .sogousl a {
  display: block;
  padding: 10px 30px;
}

.listTable .sogousljz a {
  display: block;
  padding: 10px 30px;
}

/* whois单个查询 */
.normal-ul {
  position: relative;
  background-color: #fff;
  left: -10px;
  top: -1px;
}

.normal-ul li {
  float: left;
  width: 120px;
  text-align: center;
  border: 1px solid #eee;
  border-bottom: none;
  border-left: none;
  position: relative;
}

.normal-ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.normal-ul li:first-child {
  position: relative;
  border-left: 1px solid #eee;
}

.normal-ul li.on {
  color: #0f9fff;
  border-top: 2px solid #0f9fff;
}

.normal-ul li.on a {
  color: #0f9fff;
}

.normal-ul li.on:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 10;
}

.common-whois-result {
  margin-top: 10px;
  background-color: #fff;
}

.common-whois-result .whois-result-tit {
  width: 100%;
  height: 46%;
  line-height: 46px;
  border-bottom: 1px solid #eee;
  padding: 0 30px;
  color: #333;
}

.result-tit-left {
  position: relative;
  /* font-weight: bold; */
}

.result-tit-left:before {
  position: absolute;
  left: -12px;
  top: 16px;
  content: "";
  width: 4px;
  height: 14px;
  background-color: #0f9fff;
}

.result-tit-right {
  color: #999;
}

.common-update {
  display: inline-block;
  margin-left: 30px;
  padding-left: 22px;
  color: #0f9fff;
  background: url(../img/icon-update.png) no-repeat left center;
}

.whois-result-con {
  margin: 30px 30px 0;
  padding-bottom: 30px;
}

.whois-result-ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-top: none;
}

.whois-result-ul li {
  height: 50px;
  border-top: 1px solid #eee;
  font-size: 14px;
  line-height: 50px;
  color: #56688a;
}

.whois-result-ul .whois-left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 180px;
  padding-right: 30px;
  text-align: right;
  border-right: 1px solid #eee;
  background-color: #f7f7f7;
}

.whois-result-ul .whois-right {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 82%;
  padding: 0 20px 0 30px;
}

.whois-result-ul .whois-right > span:first-child {
  float: left;
}

.whois-result-ul .whois-right > span:first-child + span {
  float: right;
}

.common-ts {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/icon-gth.png) no-repeat center center;
  vertical-align: middle;
  margin-right: 5px;
}

.common-whois-btn {
  display: inline-block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  margin-left: 20px;
  text-align: center;
  color: #0f9fff;
  background-color: #fff;
  border: solid 1px #0f9fff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.common-whois-btn:hover {
  color: #fff;
  background-color: #0f9fff;
}

.whois-result-more {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7 url(../img/icon-sq.png) no-repeat center center;
  border: solid 1px #eee;
  margin: 10px 0 0;
  cursor: pointer;
}

.whois-result-more.on {
  background: #f7f7f7 url(../img/icon-zk.png) no-repeat center center;
}

.whosi-result-msg {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  margin-top: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: 999;
  line-height: 30px;
}

/* sg查询 */
.sg-result-ul .whois-right p {
  float: left;
  margin-right: 30px;
}

.sg-result-ul .whois-left {
  width: auto;
  min-width: 180px;
  padding-left: 20px !important;
}

.sg-result-ul .icon-single-bd {
  width: 15px;
  height: 16px;
  margin-right: 2px;
  background: url(../img/icon-single-bd.png) no-repeat center center;
}

.sg-result-ul .icon-single-sg {
  width: 17px;
  height: 18px;
  margin-right: 2px;
  background: url(../img/icon-single-sg.png) no-repeat center center;
}

.sg-main-pl .common-tit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 150px;
}

.sg-main-pl .common-tit .common-sg {
  margin-top: 10px;
}

.sg-main-pl .common-tit .p1 {
  font-size: 28px;
  color: #666;
  text-align: left;
}

.sg-main-pl .common-tit .p2 {
  font-size: 14px;
  color: #999;
  text-align: left;
}

.checkbox-items {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 24px;
  margin-top: 25px;
  border-top: 1px solid #eee;
}

.checkbox-items .common-sg-tit {
  color: #666;
  margin-right: 4px;
}

.checkbox-items .jm-checkbox-wrapper + .jm-checkbox-wrapper {
  margin: 0 0 0 6px;
}

/* 离线查询 */
.outline-option {
  padding: 30px 30px 18px;
}

.outline-list {
  margin-top: 14px;
  padding-left: 14px;
  border: 1px solid #eee;
}

.outline-list .jm-checkbox-wrapper .jm-checkbox + span {
  padding: 0;
}

.outline-list .jm-checkbox-wrapper {
  width: 180px;
}

.outline-list .icon-tool {
  margin-left: 4px;
  vertical-align: text-bottom;
}

.outline-bottom {
  background-color: #fff;
}

.outline-bottom-ul {
  padding: 30px 20px 10px;
}

.outline-bottom-ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 270px;
  height: 94px;
  background: #fff url(../img/icon-outline0.png) no-repeat 30px center;
  border: solid 1px #eee;
  margin: 0 10px 20px 10px;
  padding-left: 108px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.outline-bottom-ul li:hover {
  border-color: #fff;
  box-shadow: 0px 2px 19px 1px rgba(48, 48, 50, 0.08);
}

.outline-bottom-ul .p1 {
  width: 135px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.outline-bottom-ul .p2 {
  width: 135px;
  font-size: 12px;
  color: #999;
  line-height: 18px;
}

.outline-bottom-ul li:first-child + li {
  background: #fff url(../img/icon-outline1.png) no-repeat 30px center;
}

.outline-bottom-ul li:first-child + li + li {
  background: #fff url(../img/icon-outline2.png) no-repeat 30px center;
}

.outline-bottom-ul li:first-child + li + li + li {
  background: #fff url(../img/icon-outline3.png) no-repeat 30px center;
}

.outline-bottom-ul li:first-child + li + li + li + li {
  background: #fff url(../img/icon-outline4.png) no-repeat 30px center;
}

.outline-bottom-ul li:first-child + li + li + li + li + li {
  background: #fff url(../img/icon-outline5.png) no-repeat 30px center;
}

.outline-bottom-ul li:first-child + li + li + li + li + li + li {
  background: #fff url(../img/icon-outline6.png) no-repeat 30px center;
}

.outline-bottom-ul li .p1 {
  margin-top: 16px;
}

.outline-bottom-ul li:first-child + li + li + li .p1 {
  margin-top: 27px;
}

.outline-bottom-ul li:first-child + li .p1,
.outline-bottom-ul li:first-child + li + li .p1,
.outline-bottom-ul li:first-child + li + li + li + li .p1 {
  margin-top: 16px;
}

.outline-bottom-ul li:first-child + li + li + li + li + li .p1,
.outline-bottom-ul li:first-child + li + li + li + li + li + li .p1 {
  margin-top: 7px;
}

.outline-upload-btn {
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #fff url(../img/outline-yun.png) no-repeat 16px center;
  border: solid 1px #eeee;
  text-indent: 30px;
  color: #0f9fff;
}

.outline-upload-inp {
  display: none;
}

.outline-search-inp {
  width: 330px;
  height: 50px;
  line-height: 50px;
  text-indent: 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

.outline-search-inp2 {
  width: 500px;
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

/* 工具列表 */
.toolList-main {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}

.tool-tit {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #999;
  padding: 0 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

.tool-tit .normal-s {
  font-size: 16px;
  color: #333;
  /* font-weight: bold; */
  margin-right: 16px;
}

.tool-tit-ul li {
  position: relative;
  float: left;
  margin: 0 15px;
  cursor: pointer;
}

.tool-tit-ul li.on {
  color: #0f9fff;
}

.tool-tit-ul li.on:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0f9fff;
}

.tool-tit-ul li:hover {
  color: #0f9fff;
}

.tool-tit .tool-add-btn {
  display: inline-block;
  margin-left: 30px;
  width: 88px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #0f9fff;
  background-color: #fff;
  border: solid 1px #0f9fff;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tool-tit .tool-add-btn:hover {
  color: #fff;
  background-color: #0f9fff;
}

.tool-content li {
  width: 285px;
  height: 156px;
  background-color: #fff;
  box-shadow: 0px 2px 19px 1px rgba(48, 48, 50, 0.06);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
}

.tool-content li:hover {
  box-shadow: 0px 4px 20px 2px rgba(48, 48, 50, 0.2);
}

.tool-content .tool-top {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  color: #333;
  font-size: 12px;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}

.tool-top .top-t {
  float: left;
}

.tool-top .top-m {
  float: right;
  color: #ff9600;
}

.tool-content .tool-mid {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 0 22px 70px;
}

.tool-mid .mid-t {
  margin-bottom: 2px;
  line-height: 18px;
  color: #333;
}

.tool-mid .mid-c {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tool-content li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.tool-content li.last {
  margin-right: 0;
}

.tool-content .tool-bottom {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  border-top: 1px dashed #eee;
  padding: 0 20px;
  color: #999;
  font-size: 12px;
}

.tool-bottom .bottom-sc {
  float: left;
  padding-left: 20px;
  background: url(../img/icon-collect.png) no-repeat left center;
}

.tool-bottom .bottom-sc.on {
  color: #ff5722;
  float: left;
  padding-left: 20px;
  background: url(../img/icon-collected.png) no-repeat left center;
}

.tool-bottom .bottom-dz {
  float: right;
  padding-left: 20px;
  background: url(../img/icon-dz.png) no-repeat left center;
}

.tool-bottom .bottom-dz.on {
  color: #ff5722;
  float: right;
  padding-left: 20px;
  background: url(../img/icon-dzed.png) no-repeat left center;
}

.mid-sg {
  background: url(../img/tool-sg.png) no-repeat 20px center;
}

.mid-whois {
  background: url(../img/tool-whois.png) no-repeat 16px center;
}

.mid-bd {
  background: url(../img/tool-bd.png) no-repeat 16px center;
}

.mid-ls {
  background: url(../img/tool-ls.png) no-repeat 16px center;
}

.mid-qq {
  background: url(../img/tool-qq.png) no-repeat 16px center;
}

.mid-wa {
  background: url(../img/tool-wa.png) no-repeat 16px center;
}

.mid-icp {
  background: url(../img/tool-icp.png) no-repeat 16px center;
}

.mid-bq {
  background: url(../img/tool-bq.png) no-repeat 16px center;
}

.mid-wx {
  background: url(../img/tool-wx.png) no-repeat 16px center;
}

.mid-jr {
  background: url(../img/tool-jr.png) no-repeat 16px center;
}

/* 单页 */
.single-main .single-left {
  width: 200px;
  background-color: #fff;
}

.single-main .single-right {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 985px;
  background-color: #fff;
  padding: 20px 30px 30px;
}

.single-left li {
  position: relative;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 15px;
  border-top: 1px solid #eee;
}

.single-left li:first-child {
  border-top: none;
}

.single-left li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 15px;
}

.single-left li.on {
  background-color: #eff8ff;
}

.single-left li.on a {
  color: #0f9fff;
}

.single-left li.on:before {
  position: absolute;
  left: 0;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #0f9fff;
}

.single-right .single-r-tit {
  font-size: 16px;
  color: #333;
  /* font-weight: bold; */
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.single-right .single-r-tag {
  padding-bottom: 16px;
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #eee;
}

.single-right .single-r-tag a {
  color: #999;
}

.single-right .single-r-tag a:hover {
  color: #0f9fff;
}

.single-right .single-r-text {
  padding: 30px 0 40px;
}

.single-right .single-r-text h2 {
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: normal;
}

.single-right .single-r-text .time {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin: 10px 0 25px;
}

.single-r-text .detail {
  color: #666;
  line-height: 30px;
}

.single-right .sing-r-tip {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #ff9600;
  background-color: #fff6e8;
  padding: 0 14px;
  margin: 10px 0 20px;
}

.single-r-form li {
  margin-bottom: 20px;
  overflow: hidden;
}

.single-r-form .tit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 88px;
  text-align: right;
  padding-right: 12px;
  color: #666;
  line-height: 40px;
}

.single-r-form .sel {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 250px;
  border: 1px solid #ddd;
  text-indent: 12px;
  -webkit-appearance: menulist-button;
}

.single-r-form .inp {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-indent: 12px;
  background-color: #fff;
  border: solid 1px #ddd;
}

.single-r-form .area {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 400px;
  height: 160px;
  padding: 14px 12px;
  line-height: 24px;
  background-color: #fff;
  border: solid 1px #ddd;
}

.single-r-form .single-btn {
  margin-left: 88px;
  width: 150px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #0f9fff;
  transition: all 0.3s;
}

.single-r-form .single-btn:hover {
  background: #2a9cef;
}

.single-table {
  margin-top: 10px;
}

.single-table,
.single-table table {
  width: 100%;
}

.single-table th {
  height: 50px;
  background-color: #f7f7f7;
  border: solid 1px #eee;
}

.single-table td {
  height: 50px;
  color: #333;
  border: 1px solid #eee;
}

.single-table td .info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 555px;
  padding: 0 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.whois-result .wh-result-search {
  padding: 20px 30px;
}

.whois-result .common-search-inp {
  width: 380px;
}

.whois-result .wh-result-right {
  line-height: 50px;
}

.wh-result-list {
  margin-bottom: 24px;
}

.wh-result-list .result-head-left {
  color: #333;
}

.wh-result-ul li {
  overflow: hidden;
}

.wh-result-ul li:first-child {
  height: 100px;
}

.wh-result-ul .whois-right:first-child {
  border-bottom: 1px solid #eee;
}

.wh-result-ul .wh-left {
  height: 100px;
  line-height: 100px;
}

.wh-result-ul .whois-left {
  text-align: center;
  padding-right: 0;
}

.normal-box {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
}

.normal-box .batch-con .common-search {
  position: relative;
  width: 55%;
}

.normal-box .batch-con .common-search-btn {
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 0;
  font-size: 15 !important;
  font-weight: 600 !important;
  letter-spacing: 2px;
}

.normal-box .batch-con .common-supply {
  margin-top: 0;
}

.normal-box .batch-con .common-supply .common-tip-a {
  display: block;
  text-align: right;
  margin-top: 14px;
  margin-right: 0;
  margin-left: 18px;
}

/* .np-foot-bottom {
    display: block;
    float: none;
} */

.normal-box .batch-con .common-supply-p {
  margin-top: 30px;
  margin-left: 12px;
}

.normal-box .common-search-inp {
  width: 55%;
}

.footer .auto0 {
  width: 97%;
}

.foot-top {
  width: 100%;
}

.allzh-main {
  width: 97.8%;
}

/* 历史查询提示登录弹窗样式 */
.lishi_tips_login .layui-layer-btn {
  padding-bottom: 40px;
}

.lishi_tips_login .layui-layer-btn .layui-layer-btn0 {
  height: 36px;
  line-height: 36px;
  font-weight: 600;
  padding: 0 47px;
  border-radius: 2px;
}

.lishi_tips_login .layui-layer-btn .layui-layer-btn1 {
  position: absolute;
  height: 14px;
  padding: 0;
  margin: 0;
  bottom: 14px;
  border: 0 none;
  color: #1e9fff;
  line-height: 14px;
  left: 50%;
  margin-left: -24px;
  font-size: 12px;
}

@media screen and (min-width: 1500px) {
  .single-main .single-right {
    width: 87.6%;
  }

  .single-main .single-left {
    width: 11.8%;
  }

  .foot-nav.foot-kf {
    padding-right: 0;
    float: right;
  }
}

@media screen and (min-width: 900px) and (max-width: 1501px) {
  .single-main .single-right {
    width: 81%;
  }

  .single-main .single-left {
    width: 18%;
  }

  .foot-nav.foot-kf {
    padding-right: 0;
    float: right;
  }

  /* .np-foot-bottom {
        display: block;
        float: none;
    } */

  .rz-box {
    display: block;
    float: left;
  }

  /* html, body{
        min-width: 900px;
    } */
}

@media screen and (min-width: 1700px) {
  .foot-nav {
    padding-right: 5%;
    padding-left: 5.4%;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1701px) {
  .foot-nav {
    padding-right: 4.5%;
    padding-left: 3.5%;
  }
}

@media screen and (min-width: 900px) and (max-width: 1351px) {
  .foot-nav {
    padding-right: 3%;
    padding-left: 2.5%;
  }
}

@media screen and (max-width: 700px) {
  html,
  body {
    min-width: 1200px;
  }

  .normal-box {
    width: 100%;
  }

  .normal-box .batch-con .common-search {
    width: 70%;
  }

  .normal-box .batch-con .common-supply {
    float: left;
  }
}

/* 20250409-离线拆分 */
.batch-table {
  border: 1px solid #eaeaea;
  margin-top: 30px;
}

.batch-table .w13 {
  width: 13%;
}

.batch-table .w40 {
  width: 40%;
}

.batch-table .w46 {
  width: 46%;
}

.batch-table .batch-table-head {
  background-color: #e9f8ff;
}

.batch-table .batch-table-head .batch-table-head-item,
.batch-table .batch-table-body-box .batch-table-body-item {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 0 20px;
  box-sizing: border-box;
  border-right: 1px solid #eaeaea;
}

.batch-table .batch-table-head .batch-table-head-item:last-child,
.batch-table .batch-table-body-box .batch-table-body-item:last-child {
  border-right: 0 none;
}

.batch-table .batch-table-head .batch-table-head-item > p,
.batch-table .batch-table-body-box .batch-table-body-item > p {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.batch-table .batch-table-body-box {
  border-bottom: 1px solid #eaeaea;
}

.batch-table .batch-table-body-box:last-child {
  border-bottom: 0 none;
}

.batch-table .set-again {
  color: #0f9fff;
  cursor: pointer;
}

.batch-table .msg-error,
.batch-table .msg-success {
  color: #e60012;
  max-width: 100%;
  /* max-width: 50%; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.batch-table .msg-success {
  color: #07c160;
}