.customer_flip{animation:flip;animation-duration:2s;animation-fill-mode:forwards;animation-timing-function:linear}.customer_flip img{animation:van-fade-out;animation-duration:1s;animation-fill-mode:forwards;animation-timing-function:ease-out}.customer_fadeOut{animation:fadeOut;animation-duration:1s;animation-fill-mode:forwards}@keyframes flip{0%{background-color:#6aaeff;filter:drop-shadow(6px,6px,10px,rgba(0,0,0,.25));transform:translate(0) rotateY(0) scale(1)}50%{background-color:#fff;filter:drop-shadow(0,0,0,rgba(0,0,0,.25));transform:translateY(-40%) rotateY(90deg)}to{background-color:#fff;filter:drop-shadow(0,0,10px,rgba(255,255,0,1));transform:translate(0) rotateY(180deg) scale(3)}}@keyframes fadeOut{0%{background-color:#000c;opacity:1}20%{background-color:#fff}90%{background-color:#0ffc;opacity:0;visibility:hidden}}
