.content-edit {
  border: 50px solid #555;
  padding: 20px;
  width: 745px;
  overflow: auto;
}
.content-edit .item-style {
  display: inline-block;
  margin: 0 5px;
  width: 180px;
}
.content-edit * {
  background-color: #fff !important;
}
.bs-content {
  width: 750px;
  background: #fff;
  border-style: solid;
  border-color: #555;
  padding: 20px;
  border-width: 40px 80px;
}
.bs-footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: flex-start;
  z-index: 200;
}
.bs-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bs-line {
  height: 18px;
  margin-top: 15px;
  border-left: 3px solid #2979ff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  padding-left: 8px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #333;
}
