body {
    font-family: "Poppins", Helvetica, sans-serif;
}
.container {
  width: 99%;
  margin: 5px auto;
  box-shadow: 1px 0px 2px rgb(0 0 0 / 5%);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 0 2px;
  box-sizing: border-box;
}
.animate-item {
  position: fixed;
  border: 1px solid transparent;
  width: 70px;
  height: 70px;
  z-index: 5;
}
.top-list {
  width: 100%;
  margin: 5px auto;
}
.list-tool-bar {
  display: flex;
}
.left-buttons-list,
.top-list-title,
.right-buttons-list {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-rbl {
	justify-content: space-around;
}
.top-list-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
}
.show-item-list {
  overflow: auto;
  height: 120px;
  display: flex;
}
.custom-icon {
  font-size: 34px;
  line-height: 34px;
  vertical-align: middle;
  font-weight: bold;
  color: #007BFF;
  margin-left: 10px;
}
.el-icon-zoom-out {
  margin-right: 10px;
}
.custom-icon:hover {
  color: #2156B3;
}
.drag-container {
    width: 10000px;
    height: 100vh;
    overflow: auto;
    border: 5px dashed #EFEFEF;
    margin-bottom: 20px;
}
.sea-in-left {
  display: flex;
}
.drag-container-inner {
    /* z-index: 2; */
    width: 10000px;
    height: 10000px;
    background: #F7F3C0;
    position: relative;
    overflow: auto;
}
.drag-container-inner-blue {
  background-color: #E5F4F9;
}
.sea {
  width: 10000px;
  background: linear-gradient(to top, rgba(247,243,192,1) 0%,rgba(125,185,232,1) 45%,rgba(41,137,216,1) 82%,rgba(32,124,202,1) 100%);
}
.left-sea {
  width: 100px;
  background: linear-gradient(to left, rgba(247,243,192,1) 0%,rgba(125,185,232,1) 45%,rgba(41,137,216,1) 82%,rgba(32,124,202,1) 100%);
}
.save-progress-container {
  width: 100%;
  text-align: center;
}

.bottom-menu {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #999;
  background: #fff;
  overflow: auto;
  z-index: 888;
}
.select-position {
  margin-right: 20px;
}
.layout-menu,
.not-layout-menu {
    width: 100%;
/*    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: 100%;
  margin-right: 20px;
}
.input-label-group {
  width: 100%;
  height: 130px;
}
.input-label {
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.right-menu {
  width: 88%;
  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;
}
.colorPicker {
  display: flex;
}
.button-delete {
  margin-top: 30px;
}