.nav-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding: 16px 20px;
  margin: 0 0 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-title .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-title .nav-content {
  background: none;
  padding-left: 8px;
  height: 16px;
  line-height: 16px;
  color: #333333;
  font-weight: bold;
  border-left: 3px solid #333333;
}
.nav-title .tips {
  margin-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tip-box {
  width: 440px;
}

.avatar-uploader[data-v-bc1391d6] {
  width: 500px;
  min-height: 100px;
  height: auto;
}
.w520[data-v-bc1391d6] {
  width: 520px;
}
.w120[data-v-bc1391d6] {
  width: 120px;
}
.ml15[data-v-bc1391d6] {
  margin-left: 15px;
}
.mr15[data-v-bc1391d6] {
  margin-right: 15px;
}
.ml5[data-v-bc1391d6] {
  margin-left: 5px;
}
.mr5[data-v-bc1391d6] {
  margin-right: 5px;
}
.mw120[data-v-bc1391d6] {
  min-width: 120px;
  display: inline-block;
}
.room-price-set[data-v-bc1391d6] .grey-block {
  display: table;
  width: 445px;
  background: #f6f6f6;
  padding: 10px 16px;
  margin: 8px 0;
}
.room-price-set[data-v-bc1391d6] .grey-block .el-form-item {
  margin-bottom: 8px;
}
.room-price-set[data-v-bc1391d6] .grey-block.input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.room-price-set[data-v-bc1391d6] .price-model-list .el-select {
  width: 150px;
  margin-left: 8px;
  margin-bottom: 16px;
}
#wrapper.room-add[data-v-bc1391d6] {
  position: relative;
  margin-left: 200px;
  padding-bottom: 80px;
}
#wrapper.room-add .content[data-v-bc1391d6] {
  margin: 15px;
  background: #fff;
}
#wrapper.room-add .content[data-v-bc1391d6] .info-item {
  background: #f6f6f6;
  padding: 16px 16px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#wrapper.room-add .content[data-v-bc1391d6] .info-item .el-form-item {
  width: 50%;
}
#wrapper.room-add .content[data-v-bc1391d6] .info-item .el-form-item .el-form-item__content {
  width: 120px;
}
#wrapper.room-add .content .refund-block[data-v-bc1391d6] {
  min-width: 520px;
  margin-top: 15px;
  display: table;
  padding: 15px;
  background: #F9F9F9;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
}
#wrapper.room-add .content .refund-block .quoted-form[data-v-bc1391d6] .el-form-item {
  margin-bottom: 0;
}
#wrapper.room-add .content[data-v-bc1391d6] .other-info {
  width: 520px;
}
#wrapper.room-add .content[data-v-bc1391d6] .other-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#wrapper.room-add .content[data-v-bc1391d6] .other-info .item .other-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#wrapper.room-add .content[data-v-bc1391d6] .other-info .item .delete {
  cursor: pointer;
  font-size: 16px;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  right: 0;
  -webkit-transition: 0.2 opacity;
  transition: 0.2 opacity;
  color: #409EFF;
}
#wrapper.room-add .content[data-v-bc1391d6] .other-info .item:hover .delete {
  opacity: 1;
}
#wrapper.room-add .content[data-v-bc1391d6] .left-align .el-checkbox {
  margin-right: 30px;
}
#wrapper.room-add .content[data-v-bc1391d6] .left-align .el-checkbox + .el-checkbox {
  margin-left: 0px;
}
#wrapper.room-add .footer[data-v-bc1391d6] {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 15px solid #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 999;
}

