.box[data-v-04ec4e55] {
  position: relative;
  background-color: #f0eef5;
}
.box .footer[data-v-04ec4e55] {
  position: absolute;
  display: flex;
  justify-content: space-around;
  width: 100%;
  left: 0;
  bottom: 0;
}
.box .footer .otherSet[data-v-04ec4e55] {
  display: flex;
  align-items: center;
}
.box .footer .otherSet .penTxt[data-v-04ec4e55] {
  width: 70px;
}
.box .footer .otherSet .selSize[data-v-04ec4e55] {
  width: 70px;
}
.box .footer .otherSet .el-select__caret[data-v-04ec4e55] {
  position: absolute;
  right: -3px;
}
.box .footer .otherSet .b1[data-v-04ec4e55],
.box .footer .otherSet .b2[data-v-04ec4e55],
.box .footer .otherSet .b3[data-v-04ec4e55] {
  display: inline-block;
  background: #000;
  border-radius: 50%;
}
.box .footer .otherSet .circleWrap[data-v-04ec4e55] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 5px;
}
.box .footer .otherSet .active[data-v-04ec4e55] {
  border: 1px dashed #0074d9;
}
.box .footer .otherSet .b1[data-v-04ec4e55] {
  width: 4px;
  height: 4px;
}
.box .footer .otherSet .b2[data-v-04ec4e55] {
  width: 6px;
  height: 6px;
}
.box .footer .otherSet .b3[data-v-04ec4e55] {
  width: 8px;
  height: 8px;
}
