.loading-item{width:6px;height:0;background:#17a2b8;margin:0 3px;border-radius:10px;animation:loading-wave 1.2s infinite}.loading-item:nth-child(2){animation-delay:.15s}.loading-item:nth-child(3){animation-delay:.3s}.loading-item:nth-child(4){animation-delay:.45s}.loading-item:nth-child(5){animation-delay:.6s}.loading-item:nth-child(6){animation-delay:.75s}.loading-item:nth-child(7){animation-delay:.9s}.loading-item:nth-child(8){animation-delay:1.05s}@keyframes loading-wave{0%{height:0}50%{height:50px}to{height:0}}.detail{width:100%;max-height:80vh;height:80vh;margin-top:auto;padding-bottom:0;overscroll-behavior:none}@media (min-width:768px){.detail{margin-top:0;width:90%;height:90%;max-width:1200px;max-height:800px;padding-bottom:0}}