.exportBtn[data-v-61462952] {
  /*background-image: linear-gradient(270deg, #00784D 0%, #005D39 96%);*/
  /*color: #ffffff;*/
  border-radius: 18px;
}
.resetBtn[data-v-61462952] {
  border-radius: 18px;
  background: #1665E0;
  color: #ffffff;
  border-radius: 18px;
  padding: 10px 20px;
}
.resetBtn[data-v-61462952] {
  border-radius: 18px;
  padding: 10px 20px;
}
.resetBtn[data-v-61462952]:hover {
  color: #606266;
  border-color: #DCDFE6;
  background-color: #ffffff;
}
.lineTitle[data-v-61462952] {
  position: relative;
  border: 1px solid #dcdee2;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.lineTitle[data-v-61462952]::before {
    content: attr(title);
    position: absolute;
    left: 15px;
    line-height: 24px;
    top: -12px;
    padding: 0 10px;
    background-color: #ffffff;
}
.lineTitle .el-checkbox[data-v-61462952] {
    margin: 5px 15px;
}

