/* 小韩网络科技开发TG@xiaohan666 */
.anim-fade{animation:fade 1.2s both}.anim-float{animation:float 5s ease-in-out infinite}.anim-pulse{animation:pulse 3s infinite}.anim-slide{animation:slide 1s both}.anim-glow{animation:glow 3s infinite}.anim-zoom{animation:zoom 1s both}.anim-bounce{animation:bounce 2s ease-in-out infinite}.anim-spin{animation:spin 8s linear infinite}.anim-swing{animation:swing 3s ease-in-out infinite}.anim-flip{animation:flip 1s both}.anim-blur{animation:blur 1.2s both}.anim-left{animation:left 1s both}.anim-right{animation:right 1s both}.anim-reveal{animation:reveal 1.5s both}.anim-shake{animation:shake 3s infinite}@keyframes fade{from{opacity:0}to{opacity:1}}@keyframes float{50%{translate:0 -12px}}@keyframes pulse{50%{scale:1.04}}@keyframes slide{from{translate:0 40px;opacity:0}to{translate:0 0;opacity:1}}@keyframes glow{50%{filter:drop-shadow(0 0 12px #72b9ff)}}@keyframes zoom{from{scale:.65;opacity:0}to{scale:1;opacity:1}}@keyframes bounce{0%,100%{translate:0 0}40%{translate:0 -14px}65%{translate:0 -5px}}@keyframes spin{to{rotate:360deg}}@keyframes swing{25%{rotate:7deg}75%{rotate:-7deg}}@keyframes flip{from{rotate:y 90deg;opacity:0}to{rotate:y 0deg;opacity:1}}@keyframes blur{from{filter:blur(14px);opacity:0}to{filter:blur(0);opacity:1}}@keyframes left{from{translate:-70px 0;opacity:0}to{translate:0 0;opacity:1}}@keyframes right{from{translate:70px 0;opacity:0}to{translate:0 0;opacity:1}}@keyframes reveal{from{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes shake{0%,80%,100%{translate:0 0}84%,92%{translate:-4px 0}88%,96%{translate:4px 0}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
.carousel{touch-action:pan-y}.carousel img{user-select:none;-webkit-user-drag:none}.carousel-nav{position:absolute;top:50%;translate:0 -50%;z-index:2;width:30px;height:38px;border:1px solid #ffffff70;border-radius:8px;background:#162a4750;color:white;font:24px Arial;cursor:pointer;backdrop-filter:blur(8px)}.carousel-prev{left:8px}.carousel-next{right:8px}
