html,body{height:100%}body{-webkit-overflow-scrolling:touch}.mescroll{width:100%;height:100%;overflow-y:auto}.mescroll-hardware{-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;-webkit-perspective:1000}.mescroll-downwarp{position:relative;width:100%;height:0;overflow:hidden;text-align:center}.mescroll-downwarp-reset{transition:height .3s}.mescroll-downwarp .downwarp-content{position:absolute;left:0;bottom:0;width:100%;min-height:3rem;padding:1rem 0}.mescroll-upwarp{min-height:3rem;padding:1.5rem 0;text-align:center;visibility:hidden}.mescroll-downwarp .downwarp-tip,.mescroll-upwarp .upwarp-tip,.mescroll-upwarp .upwarp-nodata{display:inline-block;font-size:1.2rem;color:gray;vertical-align:middle}.mescroll-downwarp .downwarp-tip,.mescroll-upwarp .upwarp-tip{margin-left:.8rem}.mescroll-downwarp .downwarp-progress,.mescroll-upwarp .upwarp-progress{display:inline-block;width:1.6rem;height:1.6rem;border-radius:50%;border:.1rem solid gray;border-bottom-color:transparent;vertical-align:middle}.mescroll-rotate{animation:mescrollRotate .6s linear infinite}@keyframes mescrollRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mescroll-empty{width:100%;padding-top:2rem;text-align:center}.mescroll-empty .empty-icon{width:45%}.mescroll-empty .empty-tip{margin-top:.6rem;font-size:1.4rem;color:gray}.mescroll-empty .empty-btn{max-width:50%;margin:2rem auto;padding:1rem;border:.1rem solid #65aadd;border-radius:.6rem;background-color:#fff;color:#65aadd}.mescroll-empty .empty-btn:active{opacity:.75}.mescroll-totop{z-index:9990;position:fixed;right:1rem;bottom:3rem;width:3.6rem;height:3.6rem;border-radius:50%;opacity:0}.mescroll-lazy-in,.mescroll-fade-in{animation:mescrollFadeIn .5s linear forwards}@keyframes mescrollFadeIn{0%{opacity:0}to{opacity:1}}.mescroll-fade-out{pointer-events:none;animation:mescrollFadeOut .5s linear forwards}@keyframes mescrollFadeOut{0%{opacity:1}to{opacity:0}}.mescroll-bar::-webkit-scrollbar-track{background-color:transparent}.mescroll-bar::-webkit-scrollbar{width:.6rem}.mescroll-bar::-webkit-scrollbar-thumb{border-radius:.6rem;background-color:#ccc}.mescroll-bar::-webkit-scrollbar-thumb:hover{background-color:#aaa}
