
.box-header {
  width: 55%;
  margin-left: 100px;
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}
.box-footer {
  width: 100%;
  text-align: right;
}
.el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 14px;
  width: 110px;
}
.box-checkout {
  height: 300px;
  overflow: auto;
}

