.custom-modal-dialog {
  width: 492px; /* 自定义宽度 */
  /* max-width: 332px; 最大宽度 */
  height: 236px;
  /* box-sizing: border-box; */
}
.content {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.modal-footer--border {
  border-top: 0px;
}
.import_file {
  padding-top: 32px;
  height: 180px;
  padding-left: 25px;
  box-sizing: border-box;
}
.input_file {
  border: 1px solid #c9e0ff;

  border-radius: 4px;
  /* width: 76px; */
  /* line-height: 32px; */
  padding: 5px 10px;
  display: block;
  margin-bottom: 35px;
}

.custom-file-upload {
  padding: 5px 5px;
  width: 76px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #007bff;
  color: #232c36;
  cursor: pointer;
  border-radius: 4px;
  /* position: relative;
  overflow: hidden; */
  margin-right: 9px;
  display: flex;
  justify-content: center;
}
.suredel {
  width: 100px;
  color: #232c36;
  font-family: PingFangSC-Regular, PingFang SC;
  height: 31px;
  line-height: 31px;
  font-size: 16px;
  margin: 53px auto 42px auto;
}

.input_file {
  display: none;
}
.file-box {
  display: flex;
  width: 160px;
  align-items: center;
  font-size: 14px;
}
.select-file__name {
  box-sizing: border-box;
  width: 75px;
  height: 22px;
}
#organ11,
#sex11,
#up_organ11 {
  width: 240px;
  height: 32px;
}
.btn-delect {
  /* width: 74px; */
  height: 32px;
  background-color: #016eff;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
}
.panel-heading {
  border-bottom: none;
}
.panel {
  border: none;
  box-shadow: none;
}

.btn-edit,
.btn-remove {
  width: 48px;
  margin-left: 10px;
  /* height: 26px; */
  /* lin */
  line-height: 32px;
  height: 32px;
  padding: 0px;
  font-size: 14px;
  background: #cfe4ff;
  box-shadow: 0px 3px 8px 0px #ccd4e3;
  border-radius: 4px;
}
.btn-remove {
  background: #d1cfff;
  box-shadow: 0px 3px 8px 0px #ccd4e3;
  border-radius: 4px;
}
.row {
  border: none;
}
