
        #cpStage{ position:relative; display:inline-block; max-width:100%; line-height:0; touch-action:none; -webkit-user-select:none; user-select:none; }
        #cpCanvas{ max-width:100%; display:block; border-radius:10px; border:1px solid #e5e9f0; background:#f1f5f9; }
        #cpSel{ position:absolute; border:2px solid #1e5a9e; box-shadow:0 0 0 9999px rgba(15,23,42,.45); box-sizing:border-box; cursor:move; display:none; }
        #cpSel .cph{ position:absolute; width:14px; height:14px; background:#fff; border:2px solid #1e5a9e; border-radius:50%; box-sizing:border-box; }
        #cpSel .cph[data-h="nw"]{ left:-8px; top:-8px; cursor:nwse-resize; }
        #cpSel .cph[data-h="ne"]{ right:-8px; top:-8px; cursor:nesw-resize; }
        #cpSel .cph[data-h="sw"]{ left:-8px; bottom:-8px; cursor:nesw-resize; }
        #cpSel .cph[data-h="se"]{ right:-8px; bottom:-8px; cursor:nwse-resize; }
      