@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.react-image-crop-container{display:flex;height:100%;justify-content:center}.react-image-crop-container-tips{list-style:30px;padding:10px 0;color:red}.react-image-crop-container-tips svg{margin-right:2px}.react-image-crop-container .left{width:60%;height:100%;z-index:3;position:relative;display:flex;align-items:center}.react-image-crop-container .right{width:45%;padding:20px;position:relative}.react-image-crop-container .right .preview{width:100%;height:100%;border-radius:8px;overflow:hidden;aspect-ratio:auto 16 / 9;position:relative;cursor:pointer;padding:0 6px;border:1px solid #f0f0f0;display:flex;align-items:center;justify-content:center}.react-image-crop-container .right .preview-empty{display:flex;height:100%;align-items:center;justify-content:center;width:100%}.react-image-crop-container .right canvas{border-radius:8px;overflow:hidden}.react-image-crop-container .image-container{height:100%;border:1px solid #e5e8ef;border-radius:8px;position:relative;overflow:hidden;display:flex;margin:0 auto;align-items:center;justify-content:center;cursor:pointer}.react-image-crop-container .crop-controls{padding:0 20px;position:relative}.react-image-crop-container .crop-controls .ReactCrop__crop-selection{background:none!important;border:2px solid #1677ff;animation:none!important}.react-image-crop-container .crop-controls .ReactCrop__drag-handle{width:32px;height:32px;transform:translate(0);border:none}.react-image-crop-container .crop-controls .ReactCrop__drag-handle.ord-nw{background:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%200.500003C2.067%200.500003%200.5%202.06701%200.5%204L0.500003%2028C0.500003%2029.933%202.06701%2031.5%204%2031.5C5.933%2031.5%207.5%2029.933%207.5%2028L7.5%207.5L28%207.5C29.933%207.5%2031.5%205.933%2031.5%204C31.5%202.067%2029.933%200.5%2028%200.5L4%200.500003Z'%20fill='white'%20stroke='%235555FF'/%3e%3c/svg%3e") no-repeat top left;background-size:65%}.react-image-crop-container .crop-controls .ReactCrop__drag-handle.ord-ne{background:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.5%204C31.5%202.06701%2029.933%200.500003%2028%200.500003L4%200.5C2.06701%200.5%200.500002%202.067%200.5%204C0.5%205.933%202.067%207.5%204%207.5L24.5%207.5L24.5%2028C24.5%2029.933%2026.067%2031.5%2028%2031.5C29.933%2031.5%2031.5%2029.933%2031.5%2028L31.5%204Z'%20fill='white'%20stroke='%235555FF'/%3e%3c/svg%3e") no-repeat top right;background-size:65%}.react-image-crop-container .crop-controls .ReactCrop__drag-handle.ord-sw{background:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.5%2028C0.5%2029.933%202.067%2031.5%204%2031.5L28%2031.5C29.933%2031.5%2031.5%2029.933%2031.5%2028C31.5%2026.067%2029.933%2024.5%2028%2024.5L7.5%2024.5L7.5%204C7.5%202.067%205.933%200.5%204%200.5C2.06701%200.5%200.500003%202.067%200.500003%204L0.5%2028Z'%20fill='white'%20stroke='%235555FF'/%3e%3c/svg%3e") no-repeat bottom left;background-size:65%}.react-image-crop-container .crop-controls .ReactCrop__drag-handle.ord-se{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%3e%3cpath%20d='M28%2031.5C29.933%2031.5%2031.5%2029.933%2031.5%2028L31.5%204C31.5%202.067%2029.933%200.5%2028%200.5C26.067%200.5%2024.5%202.067%2024.5%204L24.5%2024.5L4%2024.5C2.067%2024.5%200.5%2026.067%200.5%2028C0.500002%2029.933%202.06701%2031.5%204%2031.5L28%2031.5Z'%20fill='white'%20stroke='%235555FF'/%3e%3c/svg%3e") no-repeat bottom right;background-size:65%}.ant-modal-footer{display:flex;justify-content:center}.ant-modal-footer button{padding:7px 26px;margin-right:30px}.toolbar{background:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 0 10px #2d71fa2a;margin-top:16px;padding:6px 4px;font-size:12px;display:flex;justify-content:space-between}.toolbar-item{display:flex;align-items:center;justify-content:center;padding:5px 8px;cursor:pointer;margin-right:6px;transition:all .3s}.toolbar-item:hover{border-radius:2px;background:#efefef;opacity:.85;color:#1677ff}.toolbar-item:hover svg{fill:#3f7ef8}.toolbar-item svg{margin:-2px 4px 0}.toolbar .left-content,.toolbar .right-content{display:flex}html,body,#app{width:100%;height:100%}body{color:@color-text-gray-primary;font-size:16px;font-family:@base-font-family;line-height:1.5}div ::-webkit-scrollbar{width:6px;height:6px}div ::-webkit-scrollbar-track{border-radius:3px}div ::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px;box-shadow:inset 0 0 10px #0003}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,pre{margin:0}ul,ol,li,dd,dl,dt{margin:0;padding:0;list-style:none}input,button,select,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}iframe{border:none;outline:none}
