@keyframes shiqu-wave-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes shiqu-wave-contract{0%{transform:scale(2.5);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes shiqu-wave-spread{0%{transform:scale(1);opacity:1}100%{transform:scale(2.5);opacity:0}}.shiqu-subscription-container{font-size:0;height:100vh;width:100vw;touch-action:none;user-select:none;touch-callout:none;overflow:hidden}.shiqu-subscription-wave-wrapper .shiqu-subscription-wave-loading{animation:shiqu-wave-spin 60s linear infinite}.shiqu-subscription-wave-wrapper.contract{animation:shiqu-wave-contract .8s cubic-bezier(.66,0,.34,1) forwards}.shiqu-subscription-wave-wrapper.spread{animation:shiqu-wave-spread .8s cubic-bezier(.66,0,.34,1) forwards}.shiqu-subscription-wave-wrapper{position:absolute;width:fit-content;height:fit-content;pointer-events:none;top:0;right:0;bottom:0;left:0;margin:auto}.shiqu-subscription-container .shiqu-subscription-loading-tip{display:block;font-family:PingFang SC;font-size:14px;line-height:20px;text-align:center;color:rgba(0,0,0,.3);margin-top:8px;white-space:nowrap}.shiqu-subscription-loading-wrapper{position:absolute;top:50%;left:50%;text-align:center;transform:translate(-50%,-50%)}.shiqu-subscription-loading-wrapper.fadeOut{animation:sadFadeOut .3s linear forwards}canvas.fadeOut{animation:sadFadeOut .3s linear forwards}@keyframes sadFadeOut{from{opacity:1}to{opacity:0}}