No mouse events with OrbitControls and CSS2DRenderer

I use CSS2DRenderer as a label, and OrbitControls control the camera, which causes the label to have no click event. What do I need to do to make my label respond to mouse events, thank you
1659367694322

This is part of the code, I tried to use raycaster, it didn’t work, I searched the forum for related topics, it seems that no user has posted such a problem

Try to use pointer events instead of mouse events, see Mousedown event is not getting triggered.

Thank you moderator, your reply has been very timely and enthusiastic, I will try this method