._dialogContent_1brmr_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

._dialogBgWrap_1brmr_7 {
  position: relative;
}

._dialogBg_1brmr_7 {
  display: block;
  max-width: 80vw;
  user-select: none;
  pointer-events: none;
}

._buttonArea_1brmr_18 {
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0 10%;
}

._btnImage_1brmr_30 {
  display: block;
  max-width: 45%;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

._btnImageSingle_1brmr_38 {
  max-width: 60%;
}

._closeBtn_1brmr_42 {
  margin-top: 20px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

._closeBtnImage_1brmr_49 {
  display: block;
  width: 36px;
  height: 36px;
}._buttonRoot_5gotr_1 {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  box-sizing: border-box;
}
._buttonRoot_5gotr_1:active {
  filter: brightness(0.9);
}
._buttonRoot_5gotr_1 ._textContent_5gotr_17 {
  overflow: hidden;
  margin: 0;
  padding: 0 8px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}._editorActive_1ihin_1 {
  pointer-events: auto !important;
  cursor: crosshair;
  user-select: none;
}

._drawingRect_1ihin_7 {
  position: absolute;
  border: 2px dashed #1890ff;
  background: rgba(24, 144, 255, 0.1);
  pointer-events: none;
  box-sizing: border-box;
}

._hotspotEditorActive_1ihin_15 {
  background: rgba(24, 144, 255, 0.15);
  border: 1px dashed rgba(24, 144, 255, 0.6);
  cursor: move;
}

._hotspotSelected_1ihin_21 {
  border: 2px solid #1890ff !important;
  background: rgba(24, 144, 255, 0.2) !important;
}

._handle_1ihin_26 {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #1890ff;
  box-sizing: border-box;
  pointer-events: auto;
  z-index: 10;
}

._toolbar_1ihin_37 {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  pointer-events: auto !important;
  user-select: none;
}._container_1b3ub_1 {
  position: relative;
  width: 100%;
}

._bgImage_1b3ub_6 {
  display: block;
  width: 100%;
  user-select: none;
}

._placeholder_1b3ub_12 {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: #999;
  font-size: 14px;
  border: 1px dashed #ccc;
}

._hotspot_1b3ub_24 {
  position: absolute;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}

._hotspotEditor_1b3ub_31 {
  background: rgba(0, 0, 0, 0.5);
  border: 2px dashed rgba(255, 77, 79, 0.8);
  backdrop-filter: blur(4px);
}

._indexLabel_1b3ub_37 {
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
  user-select: none;
}