@keyframes scale{0%{transform:scale(0.9)}100%{transform:scale(1)}}*{box-sizing:border-box}html,body{width:100%;min-height:100%;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,menu,form,fieldset,blockquote,pre,hr,input,textarea,button,header,nav,select{margin:0}ul,ol,menu,fieldset,legend,input,textarea,button,caption,th,td,blockquote,dir,address{padding:0}fieldset,iframe,img,hr{border:none}html{overflow:auto;font-family:sans-serif;font-size:calc(100vw / 10)}a{text-decoration:none;background-color:transparent}menu,ul,ol{list-style:none}pre,code,kbd,samp,var{font-family:monospace;font-size:1em}pre{overflow:auto}input,textarea,button,select,optgroup,option{font-family:sans-serif;font-size:1em}input,button,select{overflow:visible;*zoom:1}textarea{overflow:auto;resize:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}input,textarea{appearance:none;border-radius:0}audio :not([controls]){display:none;height:0}svg:not(:root){overflow:hidden}a,button{-webkit-tap-highlight-color:rgba(255,255,255,0);user-select:none;-webkit-user-select:none;-moz-user-focus:none;-moz-user-select:none}img{max-width:100%;display:block;border:none}input,button,textarea{outline:none}input[type="button"],button{background:transparent;border:none;cursor:pointer}.position-fixed{position:fixed;z-index:9}.position-absolute{position:absolute;z-index:9}.flex{display:flex;justify-content:center;align-items:center;flex:0 0 auto}.flex.start{justify-content:flex-start}.flex.end{justify-content:flex-end}.flex.align-start{align-items:flex-start}.flex.between{justify-content:space-between}.flex.around{justify-content:space-around}.flex.wrap{flex-wrap:wrap}.flex.column{flex-direction:column}.flex-1{flex:1 1 auto}.flex-0{flex:0 0 auto}::-webkit-scrollbar{width:6px;height:6px;background-color:#f5f5f5;border-radius:3px;display:none}::-webkit-scrollbar-track{width:6px;height:6px;border-radius:3px;background-color:#f5f5f5}::-webkit-scrollbar-thumb{background-color:#999;border-radius:3px}@keyframes opt{0%{opacity:.3}100%{opacity:1}}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.toast-coming{width:100%;height:100%;position:fixed;left:0;top:0;z-index:99;display:none}.toast-coming img{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.fade-enter-active,.fade-leave-active{transition:opacity 0.3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-top-enter-active,.slide-top-leave-active{transition:all 0.5s ease-in-out}.slide-top-enter-from{transform:translateY(-100%)}.slide-top-leave-to{transform:translateY(100%)}
