.collapse-enter-active,.collapse-leave-active{transition:max-height .3s ease-in-out,opacity .3s ease-in-out}.collapse-enter,.collapse-leave-to{max-height:0;opacity:0}.collapse-enter-to,.collapse-leave{max-height:1000px;opacity:1}.skeleton-image[data-v-2b38e314]{animation:skeleton-loading-2b38e314 1.5s ease-in-out infinite}@keyframes skeleton-loading-2b38e314{0%{background-color:#e0e0e0}50%{background-color:silver}to{background-color:#e0e0e0}}@keyframes slideInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideOutDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.animate-slideInUp{animation:slideInUp .3s ease-out forwards}.animate-slideOutDown{animation:slideOutDown .3s ease-out forwards}