.mr5[data-v-04f94d80] {
  margin-right: 5px;
}
.ml5[data-v-04f94d80] {
  margin-left: 5px;
}
.hotel-config[data-v-04f94d80] .el-form-item__content .el-tag {
  margin-right: 10px;
}
.hotel-img .hotel-wrap[data-v-04f94d80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 500px;
  overflow-y: auto;
}
.hotel-img .hotel-wrap .hotel-img-item[data-v-04f94d80] {
  font-size: 13px;
  width: 25%;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hotel-img .hotel-wrap .hotel-img-item .img-wrap[data-v-04f94d80] {
  width: 100px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 9px 8px;
  border: 1px solid #DDDDDD;
  height: 100px;
  position: relative;
  -webkit-transition: border-color 0.1s, background 0.1s;
  transition: border-color 0.1s, background 0.1s;
  cursor: pointer;
}
.hotel-img .hotel-wrap .hotel-img-item .img-wrap img[data-v-04f94d80] {
  width: 100%;
  height: 100%;
}
.hotel-img .hotel-wrap .hotel-img-item:hover .img-wrap[data-v-04f94d80],
.hotel-img .hotel-wrap .hotel-img-item.active .img-wrap[data-v-04f94d80] {
  border-color: #409EFF;
}
.hotel-img .hotel-wrap .hotel-img-item.active .img-wrap[data-v-04f94d80]::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAOVBMVEUAAABAnv9Anv////9Fof/w9//g7//a7P+u1v+Xyv+Pxv9MpP/S6P/L5f+93v+i0P+Fwf9hr/9Ppv/fRqOfAAAAAnRSTlMAf7YpoZUAAABmSURBVCjPfc1JDoBADANB6LDv8P/HIiTmFE37ZpUSN5rWFVdcccUVV1xxxRVXXHHFFVdcccWVinbHAEDStft0jwmAdNuPD+v2K+nzHMM9xvm3vLtExFxKUrj6hZKilbjiiiuuuPIC/kIEQVoa5oAAAAAASUVORK5CYII=);
}
.hotel-img .hotel-wrap .hotel-img-item .hotel-name[data-v-04f94d80] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 18px;
  margin: 12px 0 6px;
  width: 110px;
  text-align: center;
}
.price-block[data-v-04f94d80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-block .handle[data-v-04f94d80] {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price-block .handle .room-select-list[data-v-04f94d80] {
  overflow-x: hidden;
  max-height: 350px;
  overflow-y: auto;
  margin: 12px 0;
}
.price-block .handle .room-select-list .room-item[data-v-04f94d80] {
  line-height: 32px;
}
.price-block[data-v-04f94d80] .calendar-price-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.price-block[data-v-04f94d80] .calendar-price-item .price {
  color: #D9001B;
}
.price-block[data-v-04f94d80] .calendar-price-item .number {
  color: #02A7F0;
}
.room-price-set[data-v-04f94d80] .week-price-set {
  display: table;
  width: 320px;
  background: #f6f6f6;
  padding: 10px 16px;
  margin: 8px 0;
}
.room-price-set[data-v-04f94d80] .week-price-set .el-form-item {
  margin-bottom: 8px;
}
.room-list[data-v-04f94d80] {
  margin-left: 200px !important;
}
.room-list[data-v-04f94d80] .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.room-list[data-v-04f94d80] .avatar .img-container {
  height: 60px;
  width: 60px;
  margin-right: 8px;
}
.room-list[data-v-04f94d80] .avatar .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.room-list[data-v-04f94d80] .avatar .fee {
  color: #d9001b;
}
.room-list .content[data-v-04f94d80] {
  margin: 15px;
  background: #fff;
}
.room-list .content .filter-form[data-v-04f94d80] {
  background: #f6f6f6;
  margin: 16px 0;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.room-list .content .filter-form .el-form-item[data-v-04f94d80] {
  width: 30%;
}

