.common-dialog[data-v-5d18f314] {
  min-width: 760px;
}
.common-dialog .common-dialog-header[data-v-5d18f314] {
  width: 100%;
  height: 70px;
  background: linear-gradient(90.02deg, #771225 11.92%, #a61e37 82.71%);
  -webkit-box-shadow: 0px 4px 4px rgba(47,90,155,0.25);
          box-shadow: 0px 4px 4px rgba(47,90,155,0.25);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-dialog .common-dialog-header .dialog-title[data-v-5d18f314] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
.common-dialog .common-dialog-header .el-icon-close[data-v-5d18f314]:before {
  color: #fff;
}
.common-dialog #dialog-content[data-v-5d18f314] {
  max-height: 494px;
}
.dialog-footer[data-v-5d18f314] {
  position: absolute;
  right: 20px;
  top: -35%;
}
.dialog-footer .but-id[data-v-5d18f314]:focus {
  background: #c85266;
  -webkit-box-shadow: 0px 4px 8px 4px rgba(6,111,244,0.1);
          box-shadow: 0px 4px 8px 4px rgba(6,111,244,0.1);
  color: #fff;
  border: none;
}
.common-dialog[data-v-5d18f314] .el-dialog__footer {
  padding: 0;
  height: 40px;
  background: #eaedf1;
  border-radius: 10px;
  position: relative;
  z-index: 5000;
}
.common-dialog[data-v-5d18f314] .el-dialog__body {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 80vh;
  overflow-x: hidden;
}

.select-icon.el-icon-user[data-v-cc7fb2c0] {
  font-size: 24px;
  color: #c1c1c1;
  cursor: pointer;
}
.remark-input[data-v-cc7fb2c0] .el-form-item .el-form-item__label {
  line-height: 48px !important;
}

