.pulsing-marker{position:relative;width:30px;height:30px}.marker-dot{width:12px;height:12px;border-radius:50%;border:2px solid #fff;z-index:2}.marker-dot,.marker-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#1890ff}.marker-pulse{width:30px;height:30px;border-radius:50%;opacity:0;z-index:1;-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite}@-webkit-keyframes pulse{0%{transform:translate(-50%,-50%) scale(.1);opacity:0}50%{opacity:.4}to{transform:translate(-50%,-50%) scale(1.3);opacity:0}}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.1);opacity:0}50%{opacity:.4}to{transform:translate(-50%,-50%) scale(1.3);opacity:0}}.custom-marker{animation:opacity-change 1s ease-in-out infinite;-webkit-animation:opacity-change 1s ease-in-out infinite;-moz-animation:opacity-change 1s ease-in-out infinite;-o-animation:opacity-change 1s ease-in-out infinite}@keyframes opacity-change{0%{opacity:0}50%{opacity:1}to{opacity:0}}@-webkit-keyframes opacity-change{0%{opacity:0}50%{opacity:1}to{opacity:0}}