.floating-contact{position:fixed;right:20px;top:50%;transform:translateY(-20%);z-index:100;display:flex;flex-direction:column;gap:9px}.float-action{width:52px;height:52px;border-radius:9px;padding:0;display:grid;place-items:center;color:#fff;border:0;box-shadow:0 7px 22px #071d3c33;position:relative;transition:.2s}.float-action:hover{transform:translateX(-4px)}.float-action svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.float-action.whatsapp{background:#25d366}.float-action.wechat{background:#07c160}.float-action.email{background:#005cff}.float-action:before{content:attr(data-tip);position:absolute;right:61px;background:#142235;color:#fff;font-size:12px;font-weight:700;padding:7px 10px;border-radius:5px;opacity:0;visibility:hidden;transition:.2s;white-space:nowrap}.float-action:hover:before,.float-action:focus-visible:before{opacity:1;visibility:visible}.wechat-popover{position:absolute;right:64px;top:43px;width:245px;background:#fff;color:#17212b;padding:24px;border-radius:11px;box-shadow:0 15px 45px #071d3c38;text-align:center;border:1px solid #e5e9ef}.wechat-popover[hidden]{display:none}.wechat-popover>button{position:absolute;right:8px;top:6px;background:transparent;color:#667281;font-size:22px;padding:4px 8px}.wechat-mark{width:70px;height:70px;background:#07c160;color:#fff;border-radius:15px;display:grid;place-items:center;font-size:24px;font-weight:800;margin:0 auto 14px}.wechat-popover b{display:block}.wechat-popover p{color:#07a850;font-weight:800;overflow-wrap:anywhere}.wechat-popover small{color:#667281}@media(max-width:700px){.floating-contact{right:12px;top:auto;bottom:16px;transform:none;flex-direction:row}.float-action{width:48px;height:48px;border-radius:50%}.float-action:before{display:none}.wechat-popover{right:0;top:auto;bottom:60px}}
