@keyframes fadeIn{0%{opacity:.001}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:.001}}.layout-enter-active,.layout-leave-active,.page-enter-active,.page-leave-active{transition:opacity .25s}.layout-enter,.layout-leave-to,.page-enter,.page-leave-to{opacity:0}.layout-enter-active,.page-enter-active{animation-duration:.25s;animation-name:fadeIn;animation-timing-function:linear;backface-visibility:hidden}.layout-leave-active,.page-leave-active{animation-duration:.25s;animation-name:fadeOut}.scale-y-enter-active,.scale-y-leave-active{max-height:160px;opacity:1;overflow:hidden;transition:all .3s linear;will-change:max-height,opacity}.scale-y-enter-from,.scale-y-leave-to{max-height:0;opacity:0}
