.map-wrap{position:relative;width:100%;height:100vh}.map{position:absolute;width:100%;height:100%}.marker{width:0;height:0}.marker span{display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:40px;height:40px;font-size:20px;color:#fff;border:4px solid;border-radius:0 70% 70%;box-shadow:0 0 2px #000;cursor:pointer;transform-origin:0 0;transform:rotate(-135deg)}.marker b{transform:rotate(135deg)}.marker-current span{background:#1d4ed8;border-color:#1d4ed8}.marker-other span{background:#9ca3af;border-color:#6b7280}