.large-dialog .el-dialog {
  min-width: 760px;
}
.large-dialog .el-dialog #dialog-content {
  padding: 0 32px 0 32px;
  max-height: 494px;
  overflow-y: scroll;
}
.large-dialog .dialog-footer .but-id:focus {
  background: #066ff4;
  -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-f2c731e0] {
  min-width: 760px;
}
.common-dialog[data-v-f2c731e0] .el-dialog__header {
  position: relative;
  z-index: 100;
}
.common-dialog .common-dialog-header[data-v-f2c731e0] {
  width: 100%;
  height: 70px;
  background: #ccf0ff;
  -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: 15px 15px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-dialog .common-dialog-header .dialog-title[data-v-f2c731e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}
.common-dialog .common-dialog-header .el-icon-close[data-v-f2c731e0]:before {
  color: #114458;
}
.common-dialog .common-dialog-header[data-v-f2c731e0]:before {
  content: '';
  width: 100%;
  height: 12px;
  border-radius: 10px;
  background-color: #3bbbee;
  position: absolute;
  top: 0;
  right: 0;
}
.common-dialog #dialog-content[data-v-f2c731e0] {
  max-height: 494px;
}
.dialog-footer[data-v-f2c731e0] {
  position: absolute;
  right: 20px;
  top: -35%;
}
.dialog-footer .but-id[data-v-f2c731e0]: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-f2c731e0] .el-dialog__footer {
  padding: 0;
  height: 40px;
  background: #eaedf1;
  border-radius: 10px;
  position: relative;
  z-index: 5000;
}
.common-dialog[data-v-f2c731e0] .el-dialog__body {
  padding: 40px 30px 55px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 80vh;
  overflow-x: hidden;
}
.common-dialog[data-v-f2c731e0] .el-dialog__body .tip-class {
  font-size: 18px;
  text-align: left;
}
.custom-close-icon[data-v-f2c731e0] {
  width: 41px;
  height: 41px;
}

.title .cut-off-title[data-v-60875209] {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #3bbbee;
}
.title .cut-off-title[data-v-60875209]:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -23px;
  width: 6px;
  height: 28px;
  background: #3bbbee;
}
.title .cut-off-rule[data-v-60875209] {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.bulk-transfer-info {
  background: #f4f8f9;
  border-radius: 6px;
  padding: 16px;
}
.bulk-transfer-info .confirm-data {
  padding: 10px 0px;
}
.bulk-transfer-info .cut-off-rule {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.bulk-transfer-info .table-top-info .confirm-data .label-class {
  font-weight: 400;
  font-size: 20px;
  color: #640810;
}
.bulk-transfer-info .table-top-info .confirm-data .item-class {
  font-weight: 400;
  font-size: 20px;
  color: #074872;
}
.search-detail-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

