/* Sticky Footer 通用结构 */
html, body {
  height: 100%;
  margin: 0;
}

.baidu-page-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.baidu-page-content {
  flex: 1;
}


.baidu-header a {
  color: #333;
  font-weight: 500;
}
.baidu-header a:hover {
  color: #007bff;
  text-decoration: none;
}

.baidu-footer-dark {
  background-color: #222;
  color: #ccc;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}

.baidu-footer-dark-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.baidu-footer-dark-container span {
  display: inline-block;
  color: #ccc;
}

.baidu-footer-dark-container a {
  color: #ccc;
  text-decoration: none;
}

.baidu-footer-dark-container a:hover {
  color: #ffcc00;
}


.baidu-spider-ua-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #f9f9f9;
  margin-bottom: 10px;
  word-break: break-all;
  flex-wrap: wrap;
}

.baidu-spider-ua-text {
  flex: 1;
  margin-right: 10px;
  min-width: 0;
  font-size: 14px;
  line-height: 1.6;
}

.baidu-spider-copy-btn {
  white-space: nowrap;
  flex-shrink: 0;
}
