﻿.sprite-help-content {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px dashed transparent;
}
.sprite-help-content.active {
  border: 1px solid #fff;
  z-index: 9999 !important;
}
.sprite-help-content.active::before,
.sprite-help-content.sprite-help-content-dashed:hover::before {
  position: absolute;
  display: block;
  content: "";
  border: 1px dashed #474261;
  height: 100%;
  width: 100%;
  margin: -1px;
  box-sizing: content-box;
  pointer-events: none;
}
.sprite-help-content.sprite-help-content-dashed:hover {
  border: 1px solid #fff;
}
/* 帮助八个点的样式 */
.op-handle-point {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #474261;
  border-radius: 50%;
  border: 1px solid #fff;
}
.op-handle-e,
.op-handle-w,
.op-handle-s,
.op-handle-n {
  width: 6px;
  height: 6px;
}
.op-handle-spin {
  width: 23.4px;
  height: 23.4px;
  border: none;
  border-radius: 0;
  background: url("../../svg/rotate.svg") no-repeat center;
  cursor: pointer;
  -webkit-clip-path: polygon(70% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 70%, 50% 50%);
  clip-path: polygon(70% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 70%, 50% 50%);
}
/* 帮助按钮的样式 */
.op-handle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 36px;
  background-color: #f0f0f8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin-right: 1px;
  cursor: pointer;
}
/* 设置按钮 */
.op-handle-setting {
  border-radius: 4px 0px 0px 4px;
}
.op-handle-setting .setting-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #000;
}
/* 颜色按钮 */
.op-handle-color .color-icon {
  display: block;
  width: 26px;
  height: 22px;
  border-radius: 4px;
  background-color: blue;
}
/* 删除按钮 */
.op-handle-favorite {
  margin-right: 0;
  border-radius: 0px 4px 4px 0px;
}
.op-handle-delete .delete-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #000;
}

/* 文字字体增加按钮 */
.op-handle-next,
.op-handle-stroke-width {
  width: 102px;
  display: flex;
  box-sizing: border-box;
  padding: 0 8px;
  justify-content: space-between;
  align-items: center;
}
.op-handle-size-minus,
.op-handle-size-plus {
  width: 16px;
  height: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  user-select: none;
}
.op-handle-size-text,
.op-handle-size-text:hover {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 39px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* 网格线 */
.patch_grid_grey_line {
  text-align: left;
}

.handle-svip {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 36px;
  height: 18px;
  background-image: url(../../svg/payTypeSubscript/pro+.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.handle-solo {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 36px;
  height: 18px;
  background-image: url(../../svg/payTypeSubscript/pro.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.handle-price {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: auto;
  padding: 0 5px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  z-index: -1;
  cursor: pointer;
  color: #fff;
  background-image: linear-gradient(108deg, #fa2dfc 0%, #325eff 100%);
  border-radius: 4px;
}

.handle-lock-ele {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 42px;
  height: 42px;
  background: url("../../svg/unlock.svg") rgba(255, 255, 255, 0.8) no-repeat center;
  background-size: 14px 19px;
  box-shadow: 0px 0px 4px 0px rgba(102, 111, 158, 0.38);
  border-radius: 50%;
  cursor: pointer;
}
.handle-lock-ele:hover {
  background: url("../../svg/unlock-active.svg") rgba(0, 0, 0, 0.3) no-repeat center;
  background-size: 14px 19px;
  border: 1px solid #fff;
}

.frame-mask {
  position: absolute;
  top: 0;
  left: 0;
}

.frame-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frame-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.handle-btn--frame:hover {
  color: #474261;
}

.gif_play_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scenes-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
}

.sprite-border {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
}

p {
  margin: 0;
  padding: 0;
}
