@-webkit-keyframes scale-up-center{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes scale-up-center{0%{transform:scale(.8)}to{transform:scale(1)}}@-webkit-keyframes scale-up-center-text{0%{transform:scale(1)}to{transform:scale(1.2)}}@keyframes scale-up-center-text{0%{transform:scale(1)}to{transform:scale(1.2)}}@-webkit-keyframes text-shadow-drop-center{0%{text-shadow:0 0 0 transparent}to{text-shadow:0 0 30px #94f6f7}}@keyframes text-shadow-drop-center{0%{text-shadow:0 0 0 transparent}to{text-shadow:0 0 30px #94f6f7}}@-webkit-keyframes text-blur-out{0%{filter:blur(.01)}to{filter:blur(12px) opacity(0)}}@keyframes text-blur-out{0%{filter:blur(.01)}to{filter:blur(12px) opacity(0)}}.text-blur-out{animation:text-blur-out 1s linear infinite alternate-reverse both}.text-shadow-drop-center{animation:text-shadow-drop-center .8s linear infinite alternate-reverse both}.scale-up-center{animation:scale-up-center 1s linear infinite alternate-reverse both}.scale-up-center-text{animation:scale-up-center-text 1s linear infinite alternate-reverse both}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;background:#011033;width:100%;height:100%}.baseClass:hover{cursor:pointer}.jinyong:hover{cursor:not-allowed}body,html{width:100%;height:100%;padding:0;margin:0}.flex{display:flex}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.align-center{align-items:center}.align-stretch{align-items:stretch}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.flex-4{flex:4}.flex-5{flex:5}.flex-shrink{flex-shrink:0}