/* ============================================================
 * 文件：css/anim-finger-drop.css
 * 作用：皇家书库首次进入引导手指下落动画
 * 来源：从 index.html <style> 标签拆出
 * ============================================================ */
@keyframes fingerDrop {
  0%   { top: -120px; opacity: 0; }
  60%  { top: -36px; opacity: 1; }
  80%  { top: -44px; }
  100% { top: -40px; }
}
