.vue-cropper[data-v-c21c565e] {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  direction: ltr;
  touch-action: none;
  text-align: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}
.cropper-box[data-v-c21c565e],
.cropper-box-canvas[data-v-c21c565e],
.cropper-drag-box[data-v-c21c565e],
.cropper-crop-box[data-v-c21c565e],
.cropper-face[data-v-c21c565e] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
  user-select: none;
}
.cropper-box-canvas img[data-v-c21c565e] {
  position: relative;
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
  transform: none;
  max-width: none;
  max-height: none;
}
.cropper-box[data-v-c21c565e] {
  overflow: hidden;
}
.cropper-move[data-v-c21c565e] {
  cursor: move;
}
.cropper-crop[data-v-c21c565e] {
  cursor: crosshair;
}
.cropper-modal[data-v-c21c565e] {
  background: rgba(0, 0, 0, 0.5);
}
.cropper-view-box[data-v-c21c565e] {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: #3399ffbf;
  -webkit-user-select: none;
  user-select: none;
}
.cropper-view-box img[data-v-c21c565e] {
  -webkit-user-select: none;
  user-select: none;
  text-align: left;
  max-width: none;
  max-height: none;
}
.cropper-face[data-v-c21c565e] {
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.1;
}
.crop-info[data-v-c21c565e] {
  position: absolute;
  left: 0;
  min-width: 65px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  background-color: #000c;
  font-size: 12px;
}
.crop-line[data-v-c21c565e] {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.line-w[data-v-c21c565e] {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.line-a[data-v-c21c565e] {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.line-s[data-v-c21c565e] {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}
.line-d[data-v-c21c565e] {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.crop-point[data-v-c21c565e] {
  position: absolute;
  width: 8px;
  height: 8px;
  opacity: 0.75;
  background-color: #39f;
  border-radius: 100%;
}
.point1[data-v-c21c565e] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.point2[data-v-c21c565e] {
  top: -5px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.point3[data-v-c21c565e] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.point4[data-v-c21c565e] {
  top: 50%;
  left: -4px;
  margin-top: -3px;
  cursor: w-resize;
}
.point5[data-v-c21c565e] {
  top: 50%;
  right: -4px;
  margin-top: -3px;
  cursor: e-resize;
}
.point6[data-v-c21c565e] {
  bottom: -5px;
  left: -4px;
  cursor: sw-resize;
}
.point7[data-v-c21c565e] {
  bottom: -5px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.point8[data-v-c21c565e] {
  bottom: -5px;
  right: -4px;
  cursor: se-resize;
}
@media screen and (max-width: 500px) {
  .crop-point[data-v-c21c565e] {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0.45;
    background-color: #39f;
    border-radius: 100%;
  }
  .point1[data-v-c21c565e] {
    top: -10px;
    left: -10px;
  }
  .point2[data-v-c21c565e],
  .point4[data-v-c21c565e],
  .point5[data-v-c21c565e],
  .point7[data-v-c21c565e] {
    display: none;
  }
  .point3[data-v-c21c565e] {
    top: -10px;
    right: -10px;
  }
  .point4[data-v-c21c565e] {
    top: 0;
    left: 0;
  }
  .point6[data-v-c21c565e] {
    bottom: -10px;
    left: -10px;
  }
  .point8[data-v-c21c565e] {
    bottom: -10px;
    right: -10px;
  }
}
