/* 游购商城 · 站内注入页样式（社交 / 客服 / 设置）
   由 mall-extra.js 动态注入，避免依赖外部 CDN 或 hub 目录 */
.yg-spin {
  width: 26px; height: 26px; border-radius: 50%;
  border: 2.5px solid #e7e5e4; border-top-color: #9f1239;
  animation: ygspin .7s linear infinite;
}
@keyframes ygspin { to { transform: rotate(360deg); } }

#yg-inject-root {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: #1c1917;
  -webkit-font-smoothing: antialiased;
}
#yg-inject-root a { text-decoration: none; color: inherit; }
#yg-inject-root button { font-family: inherit; }
#yg-inject-root input,
#yg-inject-root textarea { font-family: inherit; -webkit-appearance: none; }
#yg-inject-root input:focus,
#yg-inject-root textarea:focus { border-color: #9f1239 !important; }
#yg-inject-root ::-webkit-scrollbar { width: 6px; height: 6px; }
#yg-inject-root ::-webkit-scrollbar-thumb { background: #d6d3d1; border-radius: 3px; }
.yg-topbar { box-shadow: 0 1px 0 rgba(0, 0, 0, .02); }
