[data-v-07de7112] .el-input__inner {
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 0px solid #DCDFE6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  outline: 0;
  padding: 0 0 0 10px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  background: #F7F7F7;
}
[data-v-07de7112] .el-form-item__label {
  color: #0C1916;
  font-weight: 400;
  font-size: 16px;
}
.custom-checkbox .el-checkbox__label[data-v-07de7112] {
  display: none;
}
.custom-checkbox .el-checkbox__inner[data-v-07de7112] {
  border-color: transparent;
}
.custom-checkbox .el-checkbox__inner[data-v-07de7112]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: cover;
}
