.tieqi-custom-marker{position:relative;text-align:center;background-color:transparent;border-radius:5px;-webkit-box-shadow:0 2px 6px rgba(var(--map-shadow-col),.3);box-shadow:0 2px 6px rgba(var(--map-shadow-col),.3)}.tieqi-custom-marker .marker-image{position:absolute;bottom:4px;right:-14px;width:40px;height:40px;display:block;margin:0 auto}.tieqi-custom-marker .marker-text{position:absolute;bottom:6px;left:0;font-size:8px;line-height:10px;text-align:left;color:var(--map-color)}.tieqi-custom-marker .ripple-container{position:relative;width:56px;height:56px}.tieqi-custom-marker .ripple_org{position:absolute;width:10px;height:10px;left:23px;top:23px;background:#2cffc9;border-radius:50%}.tieqi-custom-marker .ripple{position:absolute;width:100%;height:100%;border:2px solid #2cffc9;background:rgba(9,254,222,.55);border-radius:50%;-webkit-animation:ripple-animation 4s infinite;animation:ripple-animation 4s infinite;opacity:0}.tieqi-custom-marker .ripple-1{-webkit-animation-delay:0s;animation-delay:0s}.tieqi-custom-marker .ripple-2{-webkit-animation-delay:1s;animation-delay:1s}.tieqi-custom-marker .ripple-3{-webkit-animation-delay:3s;animation-delay:3s}@-webkit-keyframes ripple-animation{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ripple-animation{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}