.editor-boxModel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
}
.editor-boxModel .box {
  position: relative;
  width: 198px;
  height: 127px;
  padding: 20px;
  background: rgba(60, 154, 232, 0.25);
  border: 1px solid #3c9ae8;
}
.editor-boxModel .box .secBox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(48, 178, 173, 0.25);
  border: 1px solid #30b2ad;
}
.editor-boxModel .box .secBox .innerBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.editor-boxModel .box .secBox .padding {
  position: absolute;
  color: #30b2ad;
}
.editor-boxModel .box .secBox .p0 {
  top: 0;
  left: 70px;
}
.editor-boxModel .box .secBox .p1 {
  top: 31px;
  right: 1px;
}
.editor-boxModel .box .secBox .p2 {
  bottom: 0;
  left: 70px;
}
.editor-boxModel .box .secBox .p3 {
  top: 31px;
  left: 1px;
}
.editor-boxModel .box .margin {
  position: absolute;
  color: #72b8ea;
}
.editor-boxModel .box .m0 {
  top: 0;
  left: 90px;
}
.editor-boxModel .box .m1 {
  top: 52px;
  right: 1px;
}
.editor-boxModel .box .m2 {
  bottom: 0;
  left: 90px;
}
.editor-boxModel .box .m3 {
  top: 52px;
  left: 1px;
}
.editor-boxModel .legend {
  display: flex;
  margin-top: 12px;
}
.editor-boxModel .legend .item {
  margin-right: 16px;
  color: rgba(28, 36, 46, 0.45);
  font-size: 12px;
}
.editor-boxModel .legend .item span {
  margin-left: 2px;
  color: rgba(28, 36, 46, 0.85);
}
