/**
 * pxb7 顶栏工具条（强制可见，不依赖 Tailwind）
 */
#pxb9-top-utility,
.pxb9-top-utility {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: 32px !important;
  min-height: 32px !important;
  width: 100% !important;
  overflow: visible !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10002 !important;
  background: #fff !important;
  border-bottom: 1px solid #f0f0f0;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  box-sizing: border-box;
}
/* pxb7 主头部 fixed 条下移，给顶栏让位 */
header [class*="fixed"][class*="top-0"] {
  top: 32px !important;
}
/* 内页顶栏参与文档流，不遮挡下方 header */
body.pxb9-pc #pxb9-top-utility,
body.pxb9-inner #pxb9-top-utility,
body.pxb9-idx-page #pxb9-top-utility {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 10001 !important;
}
#pxb9-top-utility .pxb9-top-inner,
#pxb9-top-utility > div {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
#pxb9-top-utility .pxb9-top-welcome {
  font-size: 12px;
  line-height: 20px;
  color: #141414;
  white-space: nowrap;
}
#pxb9-top-utility .pxb9-top-links {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  font-size: 12px;
  color: #141414;
  flex-shrink: 0;
}
#pxb9-top-utility a {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  color: inherit !important;
  text-decoration: none !important;
  font-size: 12px !important;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
}
#pxb9-top-utility a:hover {
  color: #ff8400 !important;
}
#pxb9-top-utility a .text-brand,
#pxb9-top-utility a svg.text-brand {
  color: #ff8400 !important;
}
#pxb9-top-utility svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
#pxb9-top-utility svg.text-\[12px\] {
  width: 12px;
  height: 12px;
}
#pxb9-top-utility span {
  display: inline;
}
