﻿.ipLocalContent {
  height: 52px;
  background: #ffffff;
  border-radius: 0px 0px 6px 6px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-top: 1px solid #e4e7eb;
}

.ipLocalText {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 20px;
  color: #212121;
  gap: 8px;
}

.divide {
  border-right: 1px solid #919191;
  height: 14px;
}

.divide24 {
  border-right: 1px solid #e4e7eb;
  height: 24px;
}

.defaultButton {
  /* width: 44px; */
  height: 24px;
  background: #ffffff;
  border: 1px solid #e4e7eb;
  border-radius: 4px;
  font-size: 12px;
  color: #616161;
  line-height: 12px;
  padding: 6px 10px;
  cursor: pointer;
}

.defaultButton a:hover {
  text-decoration: none;
}

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

/* =================ip 数据显示 */
.ipMsgContent {
  max-height: 148px;
  overflow: auto;
}

.ipMsgItem {
  width: 270px;
  height: 44px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 18px 11px 20px;
  line-height: 22px;

  background: #ffffff;
  border: 1px solid #e4e7eb;
}

.ipMsgItem .ipMsgItemLeft {
  color: #212121;
}

.ipMsgItem .ipMsgItemRight {
  color: #919191;
}

.ipMsgItem:hover {
  background: rgba(26, 140, 255, 0.1);
  border: 1px solid #1a8cff;
}

.ipMsgItem:hover .ipMsgItemLeft {
  color: #1a8cff;
}

.ipMsgItem.active .ipMsgItemLeft {
  color: #1a8cff;
}

.ipMsgItem.active {
  background: rgba(26, 140, 255, 0.1);
  border: 1px solid #1a8cff;
}

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

.ipMsgItem.disabled .ipMsgItemLeft {
  color: #b3b3b3 !important;
}

.ipAddrContent {
  display: flex;
}

.ipAddrContentLeft {
  width: 870px;
}

.ipAddrContentRight {
  width: 320px;
}

.labelValueContent {
  width: 280px;
  overflow: auto;
  height: 485px;
  /* border: 1px solid #ebebeb; */
}

.mapContent {
  /* width: 542px; */
  height: 485px;
  flex: 1;
}

.mapDefault {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
}

.vipTip1 {
  background: linear-gradient(90deg, #fff7e5, #ffeec7 100%);
  font-size: 14px;
}

.areaHeader {
  width: 100% !important;
}

.tagBtnContent {
  display: flex;
}

/* 当父元素中只有一个子元素时，应用不同的样式 */
/* .tagBtnContent:only-child .tagBtnItem {
  border-radius: 4px;
  border-right-color: #e4e7eb;
} */

.tagBtnItem {
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border: 1px solid #e4e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  font-size: 14px;
  cursor: pointer;

  border-right-color: transparent;
}

.tagBtnItem:hover {
  opacity: 0.8;
}

.tagBtnItem:first-child {
  border-radius: 4px 0px 0px 4px;
}

.tagBtnItem:last-child {
  border-radius: 0px 4px 4px 0px;
  border-right-color: #e4e7eb;
}

.tagBtnItem.active {
  color: #ffffff;
  background: #1a8cff;
  border-color: #1a8cff;
}

.tagBtnItem.w100 {
  width: 100px;
}

.tagBtnItem.w150 {
  width: 150px;
}

.chartItem {
  height: 120px;
  position: relative;
}

/* .ipAddrContentRight .chartItem::before {
  content: ' ';
  position: absolute;
  width: 100px;
  height: 100px;
  top: 10px;
  left: 10px;
  background: url(//csstools.chinaz.com/tools/images/ip/chartBg.png) no-repeat center;
  z-index: 1;
} */

[vip-tag-right] {
  position: relative;
}

[vip-tag-right]::after {
  content: "";
  position: absolute;
  background: url(//csstools.chinaz.com/tools/images/ip/vipTag.png) no-repeat;
  background-size: 20px 10px;
  width: 20px;
  height: 10px;
  right: -1px;
  top: -1px;
}

[chinaz-collapse] [collapse-item] [collapse-item-header] {
  height: 44px !important;
}

[card-header] {
  background: #f5f9fc;
  border-radius: 6px 6px 0 0;
}

[chinaz-description] [description-item] [item-label] {
  width: 108px;
  padding: 0 8px;
  background-color: #f5f9fc;
}

.ipOtherMsg [chinaz-description] [description-item] [item-label] {
  width: 200px;
}

.iconDown {
  transform: rotate(90deg);
}

[chinaz-collapse] [collapse-item] [collapse-item-header][show] .iconDown {
  transform: rotate(-90deg);
}

.applyContent {
  position: relative;
}

.applyItem {
  width: 132px;
  height: 40px;
  background: linear-gradient(90deg, #e0f0ff, #d1e8ff 100%, #d1e8ff 100%);
  border-radius: 4px;
  font-size: 14px;
  color: #00264c;
  line-height: 22px;
  padding: 9px 20px;
  cursor: pointer;
}

[listItem] {
  position: relative;
}

[listItem]::before {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1a8cff;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.copyItem {
}

.valueItemClass:hover .copyItem {
  display: flex !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

/* =========弹窗====== */
.modalContainer {
  width: 500px;
  min-height: auto;
  box-shadow: 0px 0px 15px 0px rgba(0, 38, 77, 0.15);
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  z-index: 1;
}

.modalContainer .modalTitle {
  line-height: 24px;
  height: 24px;
  font-size: 16px;
  color: #212121;
}

.modalContainer .modalBody {
  padding: 20px 0;
  line-height: 24px;
  min-height: 64px;
}

.modalContainer .modalFooter {
  padding-top: 20px;
  border-top: 1px solid #e4e7eb;
}

.modalContainer .modalFooter {
  padding-top: 20px;
  border-top: 1px solid #e4e7eb;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

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

.img_heard {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  top: -64px;

  width: 80px;
}

.img_hand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;

  width: 160px;
}

.copyItem {
  cursor: pointer;
}

.tagContent {
  display: none;
}

/* .ipOtherMsg [description-item]:last-child [item-value] {
  border-right: 1px solid #ebebeb;
} */
.valueItemClass .copyItem {
  display: none;
}

.valueItemClass:hover .copyItem {
  display: flex;
}

.leftBeforeListItem {
  padding-left: 20px;
  position: relative;
}

.leftBeforeListItem::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background: #1a8cff;
}

[watermark-bg] {
  position: relative;
}

[watermark-bg]::after {
  width: 100%;
  height: 100%;
  background-image: url(//csstools.chinaz.com/tools/images/ip/watermark.png);
  background-size: 1200px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  content: " ";
  pointer-events: none;
}

.toolSearchBox .publicSearch {
  padding-bottom: 20px !important;
}

.labelValueContent [collapse-item]:not(:last-child) {
  border-bottom: unset;
}

.labelValueContent [description-item] [item-label] {
  border-right: unset;
}

.areaHeader {
  border-bottom: unset !important;
}

[chinaz-collapse] [collapse-item] [collapse-item-header][show] .areaHeader {
  border-bottom: 1px solid #ebebeb !important;
}

.labelValueContent [collapse-item]:last-child .areaHeader {
  border-bottom: 1px solid #ebebeb !important;
}

.labelValueContent
  [collapse-item]
  [collapse-item-content]
  [description-item]:last-child
  [item-label],
.labelValueContent
  [collapse-item]
  [collapse-item-content]
  [description-item]:last-child
  [item-value] {
  border-bottom: unset !important;
}

.labelValueContent
  [collapse-item]:last-child
  [collapse-item-content]
  [description-item]
  [item-label],
.labelValueContent
  [collapse-item]:last-child
  [collapse-item-content]
  [description-item]
  [item-value] {
  border-bottom: 1px solid #ebebeb !important;
}

/* [chinaz-collapse] [collapse-item] [collapse-item-header][show] [description-item]:last-child [item-label],
[chinaz-collapse] [collapse-item] [collapse-item-header][show] [description-item]:last-child [item-value] {
  border-bottom: 1px solid #ebebeb;
} */

.ip138Content .labelValueContent {
  height: 441px;
}

.ip138Content .mapContent {
  height: 441px;
}

.imgFace {
  z-index: 0;
}

.imgHand {
  z-index: 2;
}

.btnClass.hasBgBtn:hover {
  opacity: 1;
  background: #1a8cff;
  color: #ffffff;
}

.applyOwner {
  width: calc(100% - 200px);
}

#ip2Location [item-value] {
  width: calc(100% - 108px);
}

[modal-header] [close-icon]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[chinaz-collapse].ipOtherService [collapse-item] [collapse-item-header] {
  height: 64px !important;
}
