// 心跳
.animate-heartbeat(@animation_name: animation-heartbeat, @duration: 1s) {
    .animate-scale(@animation_name, 1, .7, @duration, ease-out, 0s, infinite, normal);
}