/* ====================================================
   汉猿网站扩展样式 - SSL/CDN/智能客服
   ==================================================== */

/* ===== SSL 安全徽章（顶部公告栏） ===== */
.ssl-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #22c55e;
  font-size: 0.72rem;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.ssl-badge i { font-size: 0.7rem; }

/* CDN加速徽章 */
.cdn-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.4);
  color: #60a5fa;
  font-size: 0.72rem;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* ===== CDN 全球加速区块 ===== */
.cdn-section {
  background: linear-gradient(135deg, #0a0a1a 0%, #1a1a2e 50%, #0f2044 100%);
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

.cdn-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(233,69,96,0.08) 0%, transparent 60%),
    radial-gradient(circle at 80% 30%, rgba(59,130,246,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.cdn-section .section-title { color: #fff; }
.cdn-section .section-sub { color: rgba(255,255,255,0.55); }
.cdn-section .section-sub::after { background: #e94560; }

.cdn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* CDN地图 */
.cdn-map-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  padding: 20px;
}

.cdn-map-title {
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#cdnMapSvg {
  width: 100%;
  border-radius: 8px;
}

/* CDN节点脉冲动画 */
@keyframes cdnPulse {
  0% { r: 4; opacity: 1; }
  100% { r: 12; opacity: 0; }
}
@keyframes cdnNodeBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.cdn-node-pulse { animation: cdnPulse 2s ease-out infinite; }
.cdn-node-core { animation: cdnNodeBlink 1.5s ease-in-out infinite; }

/* CDN信息面板 */
.cdn-info { color: #fff; }
.cdn-info-header { margin-bottom: 32px; }
.cdn-info-header h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #fff 0%, #e94560 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cdn-info-header p {
  color: rgba(255,255,255,0.6);
  font-size: 0.95rem;
  line-height: 1.7;
}

.cdn-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.cdn-stat {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  transition: all 0.3s;
}
.cdn-stat:hover {
  background: rgba(233,69,96,0.1);
  border-color: rgba(233,69,96,0.3);
  transform: translateY(-3px);
}
.cdn-stat-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: #e94560;
  line-height: 1;
  margin-bottom: 6px;
}
.cdn-stat-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}

.cdn-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 28px;
}

.cdn-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 12px;
  transition: all 0.3s;
}
.cdn-feature-item:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(59,130,246,0.3);
}
.cdn-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #e94560, #0f3460);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 0.85rem;
}
.cdn-feature-text { font-size: 0.82rem; color: rgba(255,255,255,0.75); }
.cdn-feature-text strong { color: #fff; display: block; font-size: 0.85rem; }

/* SSL证书展示区块 */
.ssl-section {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  padding: 60px 0;
  border-top: 1px solid #bbf7d0;
  border-bottom: 1px solid #bbf7d0;
}

.ssl-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ssl-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid rgba(34,197,94,0.15);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.ssl-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #22c55e, #16a34a);
}
.ssl-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(34,197,94,0.15);
}
.ssl-card-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #fff;
  font-size: 1.4rem;
}
.ssl-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
}
.ssl-card p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5;
}
.ssl-card .ssl-cert-tag {
  display: inline-block;
  background: #f0fdf4;
  border: 1px solid #22c55e;
  color: #16a34a;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  margin-top: 8px;
  letter-spacing: 1px;
}

/* ===== 隐藏回到顶部箭头 ===== */
.back-top { display:none !important; }

/* ===== 智能客服悬浮组件 ===== */
#hy-chat-widget {
  position: fixed;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  margin-top:120px;
  z-index: 99999;
  font-family: 'Microsoft YaHei', 'PingFang SC', Arial, sans-serif;
}

/* 悬浮启动按钮 */
.hychat-launcher {
  position: relative;
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #999, #888);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(80,80,80,0.45);
  transition: all 0.3s;
  margin-left: auto;
}
.hychat-launcher:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 32px rgba(80,80,80,0.55);
  background: linear-gradient(135deg, #888, #777);
}
.hychat-launcher-icon,
.hychat-launcher-close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hychat-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #22c55e;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}

@keyframes hyChatPulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(80,80,80,0.45); transform: scale(1); }
  50% { box-shadow: 0 6px 36px rgba(80,80,80,0.7); transform: scale(1.1); }
}

.hychat-launcher-tip {
  position: absolute;
  right: 68px;
  top: 50%;
  transform: translateY(-50%);
  background: #1a1a2e;
  color: #fff;
  font-size: 0.78rem;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.hychat-launcher-tip::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #1a1a2e;
}
.hychat-launcher:hover .hychat-launcher-tip { opacity: 1; }

/* 快速联系侧边栏 */
.hychat-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top:-180px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 9998;
}
.hychat-side-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  background: #999;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  padding: 10px 6px;
  font-size: 0.62rem;
  gap: 4px;
  transition: all 0.25s;
  border-left: 3px solid transparent;
}
.hychat-side-btn i { font-size: 1.1rem; }
.hychat-side-btn:hover {
  background: #888;
  color: #fff;
  border-left-color: #fff;
  padding-right: 10px;
}
.hychat-side-btn:first-child { border-radius: 8px 0 0 0; }
.hychat-side-btn:last-child { border-radius: 0 0 0 8px; }
.hychat-side-consult { background: #999; color: #fff; }
.hychat-side-consult:hover { background: #888; }
.hychat-side-top { background: #999; color: rgba(255,255,255,0.85); }
.hychat-side-top:hover { background: #888; color: #fff; }

/* 微信二维码悬浮（鼠标悬停显示） */
.hychat-side-btn-wrap {
  position:relative;
}
.hychat-qr-float {
  position:absolute;
  right:100%;
  top:50%;
  transform:translateY(-50%);
  margin-right:12px;
  z-index:99999;
}
.hychat-qr-float-box {
  background:#fff;
  border-radius:10px;
  padding:16px;
  box-shadow:0 8px 32px rgba(0,0,0,0.18);
  text-align:center;
  width:168px;
}
.hychat-qr-float-box h4 {
  font-size:0.82rem; color:#1a1a2e; margin-bottom:10px; font-weight:600;
}
.hychat-qr-float-box p {
  font-size:0.72rem; color:#888; margin-top:8px;
}
.hychat-qr-float-box p strong {
  color:#555;
}
.hychat-qr-placeholder svg {
  display:block;
  margin:0 auto;
}
.hychat-qr-float-arrow {
  position:absolute;
  right:100%;
  top:50%;
  transform:translateY(-50%);
  margin-right:4px;
  border:8px solid transparent;
  border-left-color:#fff;
}

/* 聊天窗口 */
.hychat-window {
  position: fixed;
  bottom: 100px;
  right: 24px;
  width: 360px;
  height: 520px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 80px rgba(0,0,0,0.22);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 99998;
  animation: hyChatSlideIn 0.3s ease;
  border: 1px solid rgba(0,0,0,0.08);
}
@keyframes hyChatSlideIn {
  from { opacity: 0; transform: translateY(20px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* 聊天头部 */
.hychat-header {
  background: linear-gradient(135deg, #333 0%, #444 100%);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.hychat-header-info { display: flex; align-items: center; gap: 12px; }
.hychat-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(233,69,96,0.5);
  flex-shrink: 0;
}
.hychat-avatar svg { width: 100%; height: 100%; }
.hychat-name { color: #fff; font-weight: 700; font-size: 0.95rem; }
.hychat-status {
  color: rgba(255,255,255,0.6);
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.hychat-online-dot {
  width: 7px; height: 7px;
  background: #22c55e;
  border-radius: 50%;
  animation: hyChatNodeBlink 2s ease-in-out infinite;
}
@keyframes hyChatNodeBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.hychat-header-actions { display: flex; gap: 6px; }
.hychat-header-actions button {
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.1);
  border: none;
  border-radius: 6px;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: all 0.2s;
}
.hychat-header-actions button:hover {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

/* 消息区 */
.hychat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #f8f9fa;
}
.hychat-messages::-webkit-scrollbar { width: 4px; }
.hychat-messages::-webkit-scrollbar-track { background: transparent; }
.hychat-messages::-webkit-scrollbar-thumb { background: #ddd; border-radius: 2px; }

.hychat-msg {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  animation: hyChatMsgIn 0.3s ease;
}
@keyframes hyChatMsgIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hychat-msg-bot { align-self: flex-start; }
.hychat-msg-user { align-self: flex-end; flex-direction: row-reverse; }

.hychat-msg-avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.hychat-msg-avatar svg { width: 100%; height: 100%; }

.hychat-msg-bubble {
  max-width: 240px;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.83rem;
  line-height: 1.55;
}
.hychat-msg-bot .hychat-msg-bubble {
  background: #fff;
  color: #333;
  border-radius: 4px 14px 14px 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.hychat-msg-user .hychat-msg-bubble {
  background: linear-gradient(135deg, #555, #666);
  color: #fff;
  border-radius: 14px 14px 4px 14px;
}
.hychat-msg-new .hychat-msg-bubble {
  animation: hyChatBubbleIn 0.35s ease;
}
@keyframes hyChatBubbleIn {
  from { opacity: 0; transform: scale(0.92); }
  to   { opacity: 1; transform: scale(1); }
}

/* 反馈按钮 */
.hychat-fb-btns {
  display: flex; gap: 6px; margin-top: 8px;
  justify-content: flex-end; opacity: 0.6; transition: opacity 0.2s;
}
.hychat-msg-bubble:hover .hychat-fb-btns { opacity: 1; }
.hychat-fb-up, .hychat-fb-down {
  background: none; border: 1px solid #e0e0e0; border-radius: 12px;
  padding: 3px 10px; cursor: pointer; font-size: 0.85rem;
  transition: all 0.2s;
}
.hychat-fb-up:hover, .hychat-fb-up.active { background: #e8f5e9; border-color: #4caf50; color: #4caf50; }
.hychat-fb-down:hover, .hychat-fb-down.active { background: #fff3e0; border-color: #ff9800; color: #ff9800; }
.hychat-fb-down.active { background: #fbe9e7; border-color: #e94560; color: #e94560; }

/* 打字动画 */
.hychat-dots {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 12px 16px !important;
}
.hychat-dots span {
  width: 7px; height: 7px;
  background: #bbb;
  border-radius: 50%;
  animation: hyChatDot 1.2s ease-in-out infinite;
}
.hychat-dots span:nth-child(2) { animation-delay: 0.2s; }
.hychat-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes hyChatDot {
  0%, 80%, 100% { transform: translateY(0); background: #bbb; }
  40% { transform: translateY(-6px); background: #555; }
}

/* 快捷按钮 */
.hychat-quick-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 4px;
}
.hychat-quick-btns button {
  background: #fff;
  border: 1px solid #666;
  color: #555;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
.hychat-quick-btns button:hover {
  background: #555;
  color: #fff;
}

/* 输入区 */
.hychat-footer {
  padding: 12px 16px;
  background: #fff;
  border-top: 1px solid #eee;
  flex-shrink: 0;
}
.hychat-input-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hychat-input-wrap input {
  flex: 1;
  border: 1.5px solid #e0e0e0;
  border-radius: 24px;
  padding: 8px 16px;
  font-size: 0.85rem;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
}
.hychat-input-wrap input:focus { border-color: #666; }
.hychat-send-btn {
  width: 36px; height: 36px;
  background: #555;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: all 0.2s;
  flex-shrink: 0;
}
.hychat-send-btn:hover { background: #666; transform: scale(1.05); }
.hychat-footer-links {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f0f0f0;
}
.hychat-footer-links a {
  font-size: 0.72rem;
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}
.hychat-footer-links a:hover { color: #555; }

/* 微信二维码弹窗 */
.hychat-wechat-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.hychat-wechat-box {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  min-width: 200px;
}
.hychat-wechat-close {
  position: absolute;
  top: 12px; right: 12px;
  background: #f5f5f5;
  border: none;
  width: 28px; height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 0.8rem;
}
.hychat-wechat-box h4 {
  font-size: 1rem;
  color: #1a1a2e;
  margin-bottom: 16px;
}
.hychat-qr-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.hychat-wechat-box p { font-size: 0.85rem; color: #333; }

/* ===== 响应式调整 ===== */
@media (max-width: 1024px) {
  .cdn-grid { grid-template-columns: 1fr; gap: 40px; }
  .ssl-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hychat-window { width: calc(100vw - 20px); right: 10px; bottom: 80px; }
  .hychat-sidebar { display: none; }
  .ssl-grid { grid-template-columns: 1fr 1fr; }
  .cdn-stats-row { grid-template-columns: repeat(3, 1fr); }
  .cdn-features { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .ssl-grid { grid-template-columns: 1fr; }
  #hy-chat-widget { right: 12px; bottom: 20px; }
}

/* ====================================================
   统一导航栏样式（全站公共）
   ==================================================== */
.header {
  position:sticky; top:0; z-index:1000;
  background:rgba(18,18,24,0.80);
  backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,0.08);
  box-shadow:0 2px 20px rgba(0,0,0,0.25);
  transition:all .3s;
}
.header-in {
  width:100%; max-width:none; margin:0 0 0 -68px; padding:0;
  display:flex; align-items:center; justify-content:space-between; height:76px;
}
.header .logo { display:flex; align-items:center; gap:0; }
.header .logo-box { display:flex; align-items:center; position:relative; }
.header .logo-box img { height:36px; width:auto; display:block; }
.header .logo-box .logo-cn-img { position:absolute; inset:0; opacity:0; transition:opacity .3s; height:36px; width:auto; display:block; }
.header .logo-box:hover .logo-cn-img { opacity:1; }
.header .logo-box:hover .logo-en-img { opacity:0; transition:opacity .3s; }
.head-nav ul { display:flex; align-items:center; }
.head-nav ul li { position:relative; }
.head-nav ul li a {
  display:block; padding:26px 40px;
  font-size:0.92rem; color:rgba(255,255,255,0.85); font-weight:500;
  transition:color .25s; letter-spacing:0.5px;
  position:relative;
}
.head-nav ul li a .zh,
.head-nav ul li a .en {
  display:block; transition:opacity .3s ease;
}
.head-nav ul li a .en {
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:flex-end;
  opacity:0; letter-spacing:1.5px;
}
.head-nav ul li a:hover .zh { opacity:0; }
.head-nav ul li a:hover .en { opacity:1; color:#C9B59A; }
.head-nav ul li a:hover,
.head-nav ul li a.active { color:#C9B59A; }

.menu-toggle { display:none; flex-direction:column; gap:5px; cursor:pointer; padding:6px; }
.menu-toggle span { display:block; width:24px; height:2px; background:#fff; border-radius:1px; transition:.3s; }
.mobile-nav {
  display:none; position:fixed; inset:0; background:rgba(0,0,0,0.95);
  z-index:2000; flex-direction:column; align-items:center; justify-content:flex-end;
}
.mobile-nav.open { display:flex; }
.mobile-nav ul li { text-align:center; margin:14px 0; }
.mobile-nav ul li a { font-size:1.4rem; color:#fff; letter-spacing:2px; }
.mobile-nav .m-close {
  position:absolute; top:30px; right:30px;
  color:#fff; font-size:1.6rem; cursor:pointer; background:none; border:none;
}

/* ===== 公用页脚样式 ===== */
.footer { background:#111; color:#fff; padding:60px 0 0; width:100%; }
.footer-top {
  max-width:none; margin:0 0 0 305px; padding:0 0 50px;
  display:grid; grid-template-columns:260px 1fr; gap:10px;
  
}
.footer-nav { display:flex; gap:60px; justify-content:flex-end; transform:translateX(-250px); }
.footer-col dt {
  font-size:1.8rem; color:#bbb; font-weight:600; margin-bottom:16px;
  padding-bottom:10px; letter-spacing:1px;
}
.footer-col dt span { position:relative; display:inline-block; }
.footer-col dd { margin-bottom:9px; font-size:1rem; }
.footer-col dd a { color:#fff; transition:color .2s; }
.footer-col dd a:hover { color:#C9B59A; }
.footer-bottom {
  padding:20px 30px 20px 314px;
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px;
  
}
.footer-bottom span, .footer-bottom a { font-size:1rem; color:#fff; }
.footer-bottom a:hover { color:#C9B59A; }
.footer-links-bar { display:flex; gap:16px; align-items:center; }
.footer-qr-section { display:flex; flex-direction:column; align-items:flex-start; }
.qr-logo-section { text-align:center; }
.qr-logo-section img { height:40px; width:auto; }
.qr-company-desc { font-size:0.75rem; color:#666; line-height:1.6; margin-top:12px; text-align:left; letter-spacing:0.5px; }
.footer-social-strip { padding:14px 0; border-top:1px solid rgba(255,255,255,0.07); background:#222; }
.footer-social-strip .inner {
  width:100%; max-width:none; margin:0 0 0 -68px; padding:0;
  display:flex; justify-content:flex-end; gap:20px;
}
.footer-social-strip span {
  font-size:0.75rem; color:rgba(255,255,255,0.4);
  letter-spacing:1px; cursor:pointer; transition:color .3s;
}
.footer-social-strip span:hover { color:#fff; }
.footer-flinks { display:block; width:100%; padding:14px 0; box-sizing:border-box; }
.footer-flinks .inner { display:block; width:100%; max-width:none; margin:0 0 0 -68px; padding:0; box-sizing:border-box; }
.footer-flinks span { font-size:1.1rem; font-weight:600; color:#fff; margin-right:6px; }
.footer-flinks a { font-size:1rem; color:#fff; padding:0 8px; text-decoration:none; }
.footer-flinks a:hover { color:#C9B59A; }
.footer-flinks a:first-child { padding-left:0; }
.flinks-row1 { display:flex; flex-direction:row; align-items:center; flex-wrap:nowrap; width:100%; margin-bottom:4px; }
.flinks-title { font-size:0.75rem; color:#444; margin-right:6px; white-space:nowrap; }
.flinks-apply { font-size:0.75rem; color:#444; text-decoration:none; white-space:nowrap; }
.flinks-apply:hover { color:#C9B59A; }
.flinks-row2 { display:flex; flex-direction:row; align-items:center; flex-wrap:nowrap; width:100%; gap:12px; }
.flinks-row2 a { font-size:0.75rem; color:#444; text-decoration:none; white-space:nowrap; }
.flinks-row2 a:hover { color:#C9B59A; }
@media(max-width:900px) {
  .head-nav { display:none; }
  .menu-toggle { display:flex; }
}
/* ===== 全站手机端响应式补丁 ===== */
@media(max-width:768px) {
  .header-in { height:60px; padding:0 20px; }
  .header .logo-box img, .header .logo-box .logo-cn-img { height:28px; }
  .mobile-nav ul li a { font-size:1rem; }
  .mobile-nav .m-close { top:20px; right:20px; }
  .page-hero { padding-top:40px !important; }
}
@media(max-width:480px) {
  .header-in { height:54px; padding:0 16px; }
  .header .logo-box img, .header .logo-box .logo-cn-img { height:24px; }
}
