
.no-header-dialog .el-dialog__header {
  padding: 0 !important;
}

[data-v-5cbd07af] .el-dialog__body {
  padding: 0;
}
.box_content[data-v-5cbd07af] {
  display: flex;
  align-items: center;
  overflow: auto;
  position: relative;
}
.ContentRef[data-v-5cbd07af] {
  width: 880px;
  padding: 0 10px;
  height: calc(100vh - 110px);
  overflow: auto;
  box-shadow: 0px 0px 5px 5px #cccc;
}
.btnWraps[data-v-5cbd07af] {
  position: fixed;
  bottom: 0;
  display: flex;
  left: 0;
  justify-content: center;
  padding: 100px 0 5px 0;
  width: 100%;
  padding-bottom: 45px;
}
.el-card__body[data-v-5cbd07af] {
  width: 100%;
}
.main[data-v-4ba4df7c] {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 10px;
  height: calc(100vh - 25px);
}
.main .head[data-v-4ba4df7c] {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.main .info[data-v-4ba4df7c] {
  margin: 15px;
  padding: 15px;
  padding-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.main .info .info-head[data-v-4ba4df7c] {
  border-left: 4px solid red;
  padding-left: 10px;
  margin-bottom: 15px;
}
.main .info .title[data-v-4ba4df7c] {
  color: red;
}
.main .info .info-btn[data-v-4ba4df7c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.main .info .row[data-v-4ba4df7c] {
  margin: 16px;
}
.main .info .row .row-name[data-v-4ba4df7c] {
  display: flex;
}
.main .info .row .row-name .row-name-info[data-v-4ba4df7c] {
  flex: 1;
  border-bottom: 1px solid #ccc;
  margin-right: 20px;
  padding-left: 25px;
}
.imgs[data-v-4ba4df7c] {
  color: #bf1111;
  cursor: pointer;
  margin: 10px 0;
}
.save-btn[data-v-4ba4df7c] {
  display: flex;
}
[data-v-4ba4df7c] .el-table .info-row {
  background: #f17e7e;
}
[data-v-4ba4df7c] .el-table tbody tr:hover > td {
  background: transparent !important;
}
