.header[data-v-4c67c62a] {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leftTitle span[data-v-4c67c62a] {
  margin-right: 15px;
  font-weight: bold;
  font-size: 18px;
}
.rightIcon i[data-v-4c67c62a] {
  margin-left: 15px;
  font-size: 25px;
  cursor: pointer;
}
.box[data-v-4c67c62a] {
  height: 84%;
  padding: 0 20px;
  overflow-y: scroll;
}
.btnList[data-v-4c67c62a] {
  display: flex;
  justify-content: space-between;
  height: 43px;
}
.saveBot[data-v-4c67c62a] {
  background: #409eff;
  color: #fff;
  margin-left: 0;
  height: 43px;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tips[data-v-4c67c62a] {
  color: red;
  font-size: 14px;
}
.coverInfo[data-v-4c67c62a] {
  background: #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

