.content {
  margin-top: 20px;
  background-color: #fff;
  height: 696px;
  /* width: 1136px; */

  padding: 0px;
  padding-left: 25px;
  border-radius: 10px 10px 10px 10px;
  box-sizing: border-box;
  /* margin-left: 10px; */
}
.right-side > .content-header {
  /* margin-left: 10px; */
  /* width: 1136px; */
}
.content-left {
  /* padding: 10px; */
  /* padding-left: 10px; */
  margin-right: 310px;
  box-sizing: border-box;
  /* background-color: pink; */
}
.flex-box {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  justify-content: space-between;
}

.flex-box input {
  width: 240px;
  height: 32px;

  border: 1px solid #e6f0ff;
  /* margin-to; */
}
.form-group {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
.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;
}
#room_type,
#room_status,
#room_review {
  width: 240px;
  height: 32px;
}
.room_image {
  /* width: 720px; */
  width: 670px;
  height: 320px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px #e6f0ff solid;
}
.room_image-left {
  display: flex;
  margin-right: 308px;
}
.room_image-left__box {
  margin-top: 20px;
  margin-left: 20px;
}
.room_image-bg {
  /* background-color: pink; */
  width: 240px;
  height: 140px;
  margin-top: 20px;
  margin-left: 20px;
}
.submit-btn {
  margin-top: 50px;
  display: flex;
  justify-content: end;
}
.submit-btn > div {
  text-align: center;
  line-height: 32px;
  width: 90px;
  background-color: #016eff;
  border-radius: 4px;
  border: #016eff;
  color: #ffffff;
  height: 32px;
}
#input-20 {
  display: none;
}
.file-input {
  display: none;
}
.room_image-left__box img:hover {
  cursor: pointer;
}
/* 这是修改人员信息弹出来的 */
.modal-dialog{
  margin-top: 100px;
}