
.video-preview {
  height: 100px !important;
}
.remove-video{
  position: absolute;
  top: 3px;
  right: 17px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.upload-video-progress {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.uf-wrapper[data-v-27cb9979] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.uf-image-thumb[data-v-27cb9979] {
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 0;
    margin-right: 10px;
}
.uf-image-img[data-v-27cb9979] {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.uf-image-tools[data-v-27cb9979] {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}
.uf-image-remove[data-v-27cb9979] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.uf-image-thumb:not(.is-disabled):hover .uf-image-tools[data-v-27cb9979] {
    visibility: visible;
    opacity: 1;
}
.uf-loading[data-v-27cb9979] {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 24px;
    color: #ddd;
    border: 1px solid currentColor;
    box-sizing: border-box;
}
.uf-input-label[data-v-27cb9979] {
    display: block;
    cursor: pointer;
}
.uf-image-input[data-v-27cb9979] {
    display: none;
}
.uf-input-button[data-v-27cb9979] {
    display: block;
    color: #ddd;
    background-color: #f8f8f8;
    border: 1px solid currentColor;
    box-sizing: border-box;
    position: relative;
}
.uf-input-button[data-v-27cb9979]::before,
.uf-input-button[data-v-27cb9979]::after {
    content: "";
    display: block;
    position: absolute;
}
.uf-input-button[data-v-27cb9979]::before {
    top: 50%;
    left: 20%;
    width: 60%;
    height: 2px;
    margin-top: -1px;
    background-color: currentColor;
}
.uf-input-button[data-v-27cb9979]::after {
    top: 20%;
    left: 50%;
    width: 2px;
    height: 60%;
    margin-left: -1px;
    background-color: currentColor;
}


.ui-switch[data-v-09f84a72] {
    display: inline-block;
    font-size: 18px;
    width: 3.5em;
}
.ui-switch-checkbox[data-v-09f84a72] {
    display: none;
}
.ui-switch-label[data-v-09f84a72] {
    position: relative;
    display: block;
    padding: 1px;
    border-radius: 24px;
    height: 100%;
    background-color: #eee;
    cursor: pointer;
    vertical-align: top;
    -webkit-user-select: none;
    font-size: inherit;
}
.ui-switch-label[data-v-09f84a72]:before {
    content: '';
    display: block;
    border-radius: 0.5em;
    height: 1em;
    background-color: #00a0e9;
    transition: all 0.3s ease;
}
.ui-switch-label[data-v-09f84a72]:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: white;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
    transform: translateX(1px);
    transition: all 0.3s ease;
}
.ui-switch-label > span[data-v-09f84a72] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    padding: 0 0.5em;
    transition: 0.15s all;
}
.ui-switch-label > span[data-v-09f84a72]:first-child {
    justify-content: flex-end;
    visibility: visible;
}
.ui-switch-label > span[data-v-09f84a72]:last-child {
    visibility: hidden;
}
.ui-switch-checkbox:checked ~ label[data-v-09f84a72]:after {
    transform: translateX(2.4em);
}
.ui-switch-checkbox:checked ~ label[data-v-09f84a72]:before {
    background-color: green;
}
.ui-switch-checkbox:checked ~ label > span[data-v-09f84a72]:first-child {
    visibility: hidden;
}
.ui-switch-checkbox:checked ~ label > span[data-v-09f84a72]:last-child {
    visibility: visible;
}


.tip {
  font-size: 10px;
  position: absolute;
  top: 32px;
  right: 18px;
  width: 200px;
  text-align: right;
  color: red;
}

.cell>a[data-v-33301f22]:hover{text-decoration:none}
.arrange-room-wrapper[data-v-33c35180]{width:100%}.c-room[data-v-33c35180]{padding:0 20px}.choose-room-type[data-v-33c35180]{padding:0 5px}.choose-room-item+.choose-room-item[data-v-33c35180]{margin-left:5px}.choose-room-item[data-v-33c35180]{line-height:1;flex-basis:content !important}

.rooms-type-item {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 8px 16px;
  margin-bottom: 12px;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
}
.rooms-type-item.disabled {
  background-color: #eeeeee;
}
.rooms-type-item__title {
  line-height: 22px;
  margin-bottom: 4px;
}
.rooms-type-item__body {
  line-height: 18px;
  margin-top: 15px;
}
.room-type-selected {
  border: 1px solid #409EFF;
}
.rooms-icon-check {
  position: absolute;
  right: -1px;
  bottom: -27px;
  z-index: 2;
  font-size: 16px;
  color: #fff;
}
.rooms-triangle {
  width: 0;
  height: 0;
  border-bottom: 24px solid #409EFF;
  border-left: 24px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}


.form-title[data-v-0ab68c2a]{font-size:16px;font-weight:600;color:#303133;padding:6px 0}.form-body[data-v-0ab68c2a]{font-size:14px;padding:0 10px}.room-wrapper[data-v-0ab68c2a]{border:1px solid #ebeef5;padding:20px 10px;border-radius:5px;width:90%}.border-b[data-v-0ab68c2a]{border-bottom:1px solid #e8e8e8}.tip[data-v-0ab68c2a]{font-size:10px;position:absolute;top:27px;right:18px;width:200px;text-align:right;color:red}
.room_state[data-v-476b18fc]{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.left-days-container[data-v-476b18fc]{position:absolute;right:5px;bottom:7px}.left-days-label[data-v-476b18fc]{background-color:#e6a23c;font-size:12px;line-height:12px;padding:2px 4px;border-radius:2px;color:#fff}
