.unactive {
  border: 1px dashed transparent;
}
.active {
  border: 1px dashed #999;
}
.image-container {
  text-align: center;
  padding: 10px;
  overflow: hidden;
  /* box-sizing: border-box; */
}
.block-outline {
  background: #fb7960;
}
.show-popup {
  animation: showPopup 0.2s;
}
@keyframes showPopup {
  from {
    bottom: -140px;
  }
  to {
    bottom: 0;
  }
}
.rotate {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  cursor: pointer;
  font-size: 20px;
  font-weight: bolder;
  color: #666;
}
.rotate-left {
  top: -15px;
  left: -11px;
}
.bottom-menu {
  width: 100%;
  height: 150px;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #999;
  background: #fff;
  overflow: auto;
  z-index: 10;
  opacity: 0.8;
}
.select-position {
  margin-right: 20px;
}
.layout-menu,
.not-layout-menu {
  display: flex;
  justify-content: flex-start;
}

.bottom-image {
  width: 80px;
  height: 130px;
  line-height: 140px;
  flex-shrink: 0;
  margin-right: 60px;
  margin-left: 10px;
}
.bottom-menu-item {
  width: 180px;
  flex-shrink: 0;
  margin-right: 20px;
}
.input-label-group {
  width: 100%;
  height: 130px;
}
.input-label {
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.right-menu {
  width: 88%;
  height: 130px;
  float: right;
  height: 100%;
  padding: 0;
  margin: 0;
}
.left-menu {
  float: left;
}

.img-left {
  width: 100px;
  height: 62px;
  padding-top: 2px;
}
.Block-Online {
  width: 108px;
  background: #000;
  margin-right: 90px;
}
.not-delete {
  padding-top: 8px;
}
.bottom-menu-item {
  display: flex;
  width: auto;
}
.input-label-group {
  margin-right: 20px;
}
.description-text {
  width: 100%;
  white-space: nowrap;
  position: absolute;
}
/* description-position */
.dp-bottom-left {
  left: 0;
  bottom: -30px;
  text-align: left;
}
.dp-bottom-right {
  bottom: -30px;
  right: 0;
  text-align: right;
}
.dp-bottom-center {
  bottom: -30px;
  right: 0;
  text-align: center;
}
.dp-middle-center {
  bottom: 50%;
  right: 0;
  text-align: center;
}
.dp-top-left {
  left: 0;
  top: -30px;
  text-align: left;
}
.dp-top-right {
  top: -30px;
  right: 0;
  text-align: right;
}
.dp-top-center {
  top: -30px;
  left: 0;
  text-align: center;
}
/* 手柄样式 */
.my-handle-class {
  position: absolute;
  border: 1px solid black;
  width: 12px !important;
  height: 12px !important;
  z-index: 10 !important;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.my-handle-class-br {
  border-top: none;
  border-left: none;
  background: transparent;
  border-right: 2px solid dimgray;
  border-bottom: 2px solid dimgray;
  cursor: se-resize;
}
.my-handle-class-bl {
  border-top: none;
  border-right: none;
  background: transparent;
  border-left: 2px solid dimgray;
  border-bottom: 2px solid dimgray;
  cursor: sw-resize;
}
.bed-reference {
  width: 100%;
  position: absolute;
  bottom: -16px;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.colorPicker {
  display: flex;
}
.button-delete {
  margin-top: 30px;
}