.icon-copy{display:flex;align-items:center;justify-content:center;min-width:48px;height:48px;cursor:pointer;background:var(--se-shape-color-blue);border-radius:5px}.icon-copy.hide{display:none}.icon-copy path{stroke:var(--blue-color)}.hint_pop{width:max-content;padding:8px 10px;font-size:12px;font-weight:400;line-height:15px;color:var(--text-color);content:attr(data-copy-text);background:#fff;border-radius:5px;box-shadow:0 15px 25px rgb(0 0 0/5%),inset 0 0 2px var(--form-border-color)}.hint_pop.show{opacity:0;animation:fabe 2s ease-in-out}@keyframes fabe{0%{opacity:1}100%{opacity:0}}