@media screen and (min-width:1440px){#app{zoom:1}}@media screen and (min-width:1024px)and (max-width:1440px){#app{zoom:.8}}@media screen and (min-width:768px)and (max-width:1024px){#app{zoom:.6}}@media screen and (min-width:414px)and (max-width:768px){#app{zoom:.4}}@media screen and (max-width:414px){#app{zoom:.2}}*{padding:0;margin:0}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}.fade-enter{opacity:.5;transform:translateX(-20px)}.fade-leave-to{opacity:0;transform:translateX(20px)}.fade-enter-active,.fade-leave-active{transition:all .5s}