.zkmkt-toast{position:fixed;bottom:var(--zkmkt-sp-off,160px);z-index:99990;max-width:340px;background:#fff;border-radius:12px;box-shadow:0 6px 24px rgba(0,0,0,.16);padding:10px 34px 10px 10px;display:flex;align-items:center;gap:10px;font-family:inherit;font-size:13px;line-height:1.45;color:#222;opacity:0;transform:translateY(14px);transition:opacity .35s,transform .35s;pointer-events:auto}
.zkmkt-toast.zkmkt-bl{left:18px}.zkmkt-toast.zkmkt-br{right:18px}
.zkmkt-toast.zkmkt-show{opacity:1;transform:translateY(0)}
.zkmkt-toast img{width:46px;height:46px;border-radius:8px;object-fit:cover;flex:0 0 46px;background:#f2f2f2}
.zkmkt-toast .zkmkt-noimg{width:46px;height:46px;border-radius:8px;flex:0 0 46px;background:#eef2f7;display:flex;align-items:center;justify-content:center;font-size:20px}
.zkmkt-toast a{color:#0a58c2;text-decoration:none;font-weight:600}
.zkmkt-toast .zkmkt-time{display:block;color:#999;font-size:11px;margin-top:2px}
.zkmkt-toast .zkmkt-x{position:absolute;top:4px;right:8px;cursor:pointer;color:#bbb;font-size:16px;line-height:1;border:0;background:none;padding:2px}
.zkmkt-toast .zkmkt-x:hover{color:#666}
@media (max-width:767px){.zkmkt-toast{max-width:calc(100vw - 36px)}}
