﻿* {
    box-sizing: border-box;
}
body {
    --cropper-outline-color: #d8890f;
}
.tcropper-wrapper {
    position: relative;
}
.imgbox {
    position: relative;
}
    .imgbox img {
        /*width: 100%; */
    }
.imgbox, .img-container, .img-preview {
    /*background-color: #f7f7f7; */
    text-align: center;
    width: 100%;
}
.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cropper-fit-background {
    background: white;
}
.cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-bg-page {
    position: fixed;
    background-color: black;
    opacity: 0;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.imgbox, .img-container, .img-preview {
    text-align: center;
}
.cropper-canvas, .cropper-wrap-box, .cropper-dark-overlay {
    overflow: hidden;
}
.cropper-crop {
    cursor: crosshair;
}
.cropper-drag-box {
    background-color: #fff;
    opacity: 0;
}
.cropper-crop-box {
    user-select: none;
}
.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-wrap-box, .cropper-dark-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.cropper-view-box {
    display: block;
    height: 100%;
    outline: 1px solid var(--cropper-outline-color);
    outline-color: #d8890fb8;
    overflow: hidden;
    width: 100%;
}
.cropper-view-box img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
    user-select: none;
}
.cropper-dashed {
    border: 0 dashed #FFFFFF;
    border-top-width: 0px;
    border-bottom-width: 0px;
    display: block;
    opacity: 0.6;
    position: absolute;
}
    .cropper-dashed.dashed-h {
        border-bottom-width: 0.05rem;
        border-top-width: 0.05rem;
        height: 33.33333%;
        left: 0;
        top: 33.33333%;
        width: 100%;
    }
    .cropper-dashed.dashed-v {
        border-left-width: 0.05rem;
        border-right-width: 0.05rem;
        height: 100%;
        left: 33.33333%;
        top: 0;
        width: 33.33333%;
    }
.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    width: 0;
}
    .cropper-center::after {
        height: 0.45rem;
        left: 0;
        top: -0.2rem;
        width: 0.05rem;
    }
    .cropper-center::after, .cropper-center::before {
        background-color: #FFFFFF;
        content: " ";
        display: block;
        position: absolute;
    }
    .cropper-center::before {
        height: 0.05rem;
        left: -0.2rem;
        top: 0;
        width: 0.45rem;
    }
.cropper-move {
    cursor: move;
}

.cropper-face {
    left: 0;
    top: 0;
    /* background-color: #fff;
    opacity: 0.1; */
}

.cropper-face, .cropper-line, .cropper-point {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.cropper-line {
    opacity: 0.08;
    background-color: var(--cropper-outline-color);
}
    .cropper-line.line-e {
        cursor: ew-resize;
        right: -0.2rem;
        top: 0;
        width: 0.45rem;
    }
    .cropper-line.line-n {
        cursor: ns-resize;
        height: 0.45rem;
        left: 0;
        top: -0.2rem;
    }
    .cropper-line.line-w {
        cursor: ew-resize;
        left: -0.2rem;
        top: 0;
        width: 0.45rem;
    }
    .cropper-line.line-s {
        bottom: -0.2rem;
        cursor: ns-resize;
        height: 0.45rem;
        left: 0;
    }
.cropper-point {
    opacity: 0.75;
    height: 0;
    width: 0;
}
    .cropper-point.point-e {
        cursor: ew-resize;
        margin-top: -0.2rem;
        right: -0.2rem;
        top: 50%;
    }
    .cropper-point.point-n {
        cursor: ns-resize;
        left: 50%;
        margin-left: -0.2rem;
        top: -0.2rem;
    }
    .cropper-point.point-w {
        cursor: ew-resize;
        left: -0.2rem;
        margin-top: -0.2rem;
        top: 50%;
    }
    .cropper-point.point-s {
        bottom: -0.2rem;
        cursor: s-resize;
        left: 50%;
        margin-left: -0.2rem;
    }
    .cropper-point.point-ne {
        cursor: nesw-resize;
        right: -0.2rem;
        top: -0.2rem;
    }
    .cropper-point.point-nw {
        cursor: nwse-resize;
        left: -0.2rem;
        top: -0.2rem;
    }
    .cropper-point.point-sw {
        bottom: -0.2rem;
        cursor: nesw-resize;
        left: -0.2rem;
    }
    .cropper-point.point-se {
        bottom: -0.2rem;
        cursor: nwse-resize;
        right: -0.2rem;
    }
.cropper-point-wsquares {
    background-color: var(--cropper-outline-color);
    height: 0.45rem;
    width: 0.45rem;
}
.cropper-point-wcsquares {
    background-color: transparent;
    height: 0.45rem;
    width: 0.45rem;
}
.touch-action-none {
    touch-action: none;
}