.fade-in{animation:fadeIn 1.5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}input[type=range]{-webkit-appearance:none;height:3px;background:#ffffff4d;border-radius:5px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer}input[type=range]::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer}.cursor-pointer{cursor:pointer}.player-cover-layout{position:fixed;display:flex;z-index:1000;width:100vw;height:100vh;top:0;left:0;background-color:#000000f2;padding:10px}
