.flex-box {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  justify-content: center;
}
.flex-box input {
  width: 240px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #e6f0ff;
  /* margin-to; */
}
.form-group {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
#people_list td{
  text-align: center;
}
.img-box {
  align-items: flex-start;
}
.form-group label {
  line-height: 30px;
  /* text-align: center; */
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  text-align: right;
  width: 131px;
  height: 30px;
  margin: 0px;
}
#organ,
#up_organ,
#sex,
#room_review {
  width: 240px;
  height: 32px;
}
#admin_peoples,
#review_peoples {
  width: 80px;
  height: 20px;
  margin: 0px;
}
.form-last {
  width: 300px;
  /* height: 22px; */
  min-width: 22px;
  height: 100%;
  font-size: 14px;
  background: #f7f8fd;
  border-radius: 12px;
}
#set_room1 input {
  width: 20px;
  /* margin-top: 20px; */
}
.modal-content {
  background-color: #f7f8fd;
}
.modal-header {
  background-color: #5294ea;
  padding-left: 23px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.btn-sure,
.btn-close {
  background-color: #016eff;
  width: 80px;
  height: 30px;
  border-radius: 4px;
  color: #fff;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 14px;
  box-shadow: 0px 4px 15px 0px #96bbec;
}
.btn-close {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #232c36;
  box-shadow: 0px 4px 15px 0px #dcdcdc;
}
#select21 {
  width: 197px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #e6f0ff;
  border-radius: 4px;
}
/* .set_room_box {
  display: flex;
  align-items: center;
  line-height: 40px;
} */

/* #mytable{
  text-align: center;
} */
/* .set_room:first-child {
  text-align: center;
  line-height: 40px;
} */
#set_room {
  display: flex;
  flex-direction: column;
}
.flex-box--footer {
  flex-direction: column;
}
/* #detail_th {
  background-color: rgba(224, 235, 250, 1);
  border-radius: 10px 10px 0px 0px;
}
#detail_th th {
  text-align: center;
  line-height: 44px;
  font-size: 15px;
} */
#people_post > tr th {
  text-align: center;
}
.btn-success{
  border:1px solid #016eff;
  background-color: #016eff;
}
.btn-danger{
  margin-left: 10px;
}

/* #set_room div {
  display: flex;
}
#set_room div span {
  display: block;
  min-width: 90px;
  width: 25%;
  line-height: 36px;
  text-align: right;
}
#set_room div input{
    width: 40px;
    height: 20px;
} */
.audit-box {
  width: 100%;
  display: flex;
  /* margin: 0 auto; */
  align-items: center;
  justify-content: center;
  /* transform: translateX(50%); */
  margin-top: 20px;
}
.audit-admin {
  margin-left: 20px;
}
.root-admin {
  margin-left: 20%;
}
.audit-room {
  margin-top: 10px;
  display: flex;
  justify-content: end;
  margin-right: 22%;
}
