.style_copy__bFZlq {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    .style_tip__4Mwql {
        position: absolute;
        height: 16px;
        z-index: 1000;
        background-color: rgba(64, 64, 64, 1);
        border-radius: 4px;
        line-height: 16px;
        padding: 0 5px;
        left: 50%;
        transform: translateX(-50%);
        top: -20px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
        /* display: none; */
    }

    /* &:hover {
        .tip {
            display: block;
        }
    } */
}
