.xmas-notice{position:fixed;left:0;right:0;bottom:0;z-index:99999;background:linear-gradient(135deg,#e53935 0%,#b71c1c 100%);color:#fff;font-size:14px;line-height:1.4;box-shadow:0 -8px 24px rgb(0 0 0 / .35);overflow:hidden}.xmas-notice__track{width:100%;overflow:hidden;white-space:nowrap;padding:12px 0}.xmas-notice__ticker{display:flex;width:max-content;animation:xmas-loop 28s linear infinite}.xmas-notice__item{display:inline-flex;align-items:center;white-space:nowrap;padding-right:60px}.xmas-notice__item strong{font-weight:700;padding:0 4px}.xmas-notice:hover .xmas-notice__ticker{animation-play-state:paused}@keyframes xmas-loop{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (max-width:640px){.xmas-notice{font-size:13px}.xmas-notice__ticker{animation-duration:34s}}