.editor-mask-editor{
    position: absolute;
    z-index: 1;

    &:before,
    &:after{
        pointer-events: none;
        content: "";
        box-sizing: border-box;
        border: 1px solid #FFF;
        cursor: move;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    &:after{
        border: 1px dashed #666;
    }
}
.editor-mask-editor-main,
.editor-mask-editor-main canvas{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.editor-mask-editor-main img{
    display: block;
}

.editor-mask-editor-grid{
    border: 1px solid rgba(0, 0, 0, 1);
    margin: -1px 0 0 -1px;
    position: absolute;
    z-index: 2;

    pointer-events: none;
}