@charset "UTF-8";
/*
  ft: font

*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.shu {
  display: inline-block;
  content: '';
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.14);
  margin: -2px 10px; }

/*
	多行省略号
*/
/*
	字体颜色 大小 粗细 默认
*/
/*
	flex 布局
*/
.css1.el-tooltip__popper.is-dark {
  background: #ffffff;
  box-shadow: 1px 0px 13px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 14px 20px; }
  .css1.el-tooltip__popper.is-dark .popper__arrow {
    border-top-color: #f5f5f5; }
    .css1.el-tooltip__popper.is-dark .popper__arrow::after {
      bottom: 1px;
      margin-left: -5px;
      border-top-color: #fff;
      border-bottom-width: 0; }

.el-tooltip__popper.is-dark {
  max-width: 800px; }

.version-tip-dialog.el-message-box {
  padding-bottom: 0;
  border: 0; }
  .version-tip-dialog.el-message-box .el-message-box__header {
    padding: 20px 28px;
    height: 64px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .version-tip-dialog.el-message-box .el-message-box__header .el-message-box__title {
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      color: #333; }
    .version-tip-dialog.el-message-box .el-message-box__header .el-message-box__headerbtn {
      top: 22px;
      right: 26px; }
      .version-tip-dialog.el-message-box .el-message-box__header .el-message-box__headerbtn:hover .el-dialog__close, .version-tip-dialog.el-message-box .el-message-box__header .el-message-box__headerbtn:focus .el-dialog__close {
        color: #333; }
    .version-tip-dialog.el-message-box .el-message-box__header .el-message-box__close {
      font-size: 20px;
      color: #666; }
  .version-tip-dialog.el-message-box .el-message-box__content {
    padding: 5px 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #333; }
  .version-tip-dialog.el-message-box .el-message-box__btns {
    padding: 28px; }
  .version-tip-dialog.el-message-box .confirm-btn,
  .version-tip-dialog.el-message-box .cancel-btn {
    padding: 0 20px;
    min-width: 80px;
    height: 32px;
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    cursor: pointer; }
  .version-tip-dialog.el-message-box .confirm-btn {
    margin-left: 16px;
    background: #023F98;
    color: #fff; }
    .version-tip-dialog.el-message-box .confirm-btn:hover, .version-tip-dialog.el-message-box .confirm-btn:focus {
      background: #1456B8;
      color: #fff; }
  .version-tip-dialog.el-message-box .cancel-btn {
    background: #fff;
    border: 1px solid #E3E7E8; }
    .version-tip-dialog.el-message-box .cancel-btn:hover, .version-tip-dialog.el-message-box .cancel-btn:focus {
      border-color: #D0D0D0;
      color: #333; }

.hotel-main-container {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  background-color: #F3F4FB;
  box-sizing: border-box; }
  .hotel-main-container.bg-top {
    background-image: url(../img/page_top_bg.fb924827.png);
    background-size: 1702px 300px;
    background-position: left top;
    background-repeat: no-repeat; }
  .hotel-main-container .title-tabs {
    display: flex;
    align-items: center; }
  .hotel-main-container .title-tab {
    height: 46px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .hotel-main-container .title-tab.current {
      color: #2C54D1; }
    .hotel-main-container .title-tab + .title-tab {
      margin-left: 40px; }
    .hotel-main-container .title-tab .icon-triangle {
      position: absolute;
      bottom: 2px;
      left: 50%;
      transform: translateX(-50%);
      width: 14px;
      height: 8px; }
  .hotel-main-container .common-title {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #333; }
    .hotel-main-container .common-title:before {
      content: "";
      margin-right: 15px;
      display: inline-block;
      width: 5px;
      height: 18px;
      background: #2C54D1; }
    .hotel-main-container .common-title .btn {
      width: 126px;
      height: 40px;
      border-radius: 4px;
      background: #E9EDFA;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      color: #2C54D1;
      cursor: pointer;
      margin-left: 40px; }
  .hotel-main-container .hotel-main {
    padding: 20px;
    width: 100%;
    min-width: 1200px;
    min-height: 100%;
    box-sizing: border-box; }
  .hotel-main-container .search-zone {
    padding: 16px 20px 0 20px;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid #fff; }
  .hotel-main-container .qyd-btn {
    display: inline-flex; }
    .hotel-main-container .qyd-btn + .qyd-btn {
      margin-left: 20px; }
    .hotel-main-container .qyd-btn + .qyd-btn.textual {
      margin-left: 10px; }
  .hotel-main-container .total-pane {
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid #fff;
    border-top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .hotel-main-container .total-pane .total-left {
      display: flex;
      align-items: center; }
      .hotel-main-container .total-pane .total-left .icon-pkg {
        margin-right: 8px;
        width: 16px;
        height: 16px; }
      .hotel-main-container .total-pane .total-left .total-num {
        margin: 0 4px;
        color: #023F98; }
    .hotel-main-container .total-pane .totalBtn {
      height: 32px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .hotel-main-container .el-loading-mask .el-loading-spinner .path {
    stroke: #2C54D1; }

@charset "UTF-8";
/*
  ft: font

*/
sub[data-v-591ed0ed],
sup[data-v-591ed0ed] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup[data-v-591ed0ed] {
  top: -0.5em;
}
sub[data-v-591ed0ed] {
  bottom: -0.25em;
}
.shu[data-v-591ed0ed] {
  display: inline-block;
  content: '';
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.14);
  margin: -2px 10px;
}

/*
	多行省略号
*/
/*
	字体颜色 大小 粗细 默认
*/
/*
	flex 布局
*/
.css1.el-tooltip__popper.is-dark[data-v-591ed0ed] {
  background: #ffffff;
  box-shadow: 1px 0px 13px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 14px 20px;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-591ed0ed] {
    border-top-color: #f5f5f5;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-591ed0ed]::after {
      bottom: 1px;
      margin-left: -5px;
      border-top-color: #fff;
      border-bottom-width: 0;
}
.el-tooltip__popper.is-dark[data-v-591ed0ed] {
  max-width: 800px;
}
.version-tip-dialog.el-message-box[data-v-591ed0ed] {
  padding-bottom: 0;
  border: 0;
}
.version-tip-dialog.el-message-box .el-message-box__header[data-v-591ed0ed] {
    padding: 20px 28px;
    height: 64px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.version-tip-dialog.el-message-box .el-message-box__header .el-message-box__title[data-v-591ed0ed] {
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      color: #333;
}
.version-tip-dialog.el-message-box .el-message-box__header .el-message-box__headerbtn[data-v-591ed0ed] {
      top: 22px;
      right: 26px;
}
.version-tip-dialog.el-message-box .el-message-box__header .el-message-box__headerbtn:hover .el-dialog__close[data-v-591ed0ed], .version-tip-dialog.el-message-box .el-message-box__header .el-message-box__headerbtn:focus .el-dialog__close[data-v-591ed0ed] {
        color: #333;
}
.version-tip-dialog.el-message-box .el-message-box__header .el-message-box__close[data-v-591ed0ed] {
      font-size: 20px;
      color: #666;
}
.version-tip-dialog.el-message-box .el-message-box__content[data-v-591ed0ed] {
    padding: 5px 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
}
.version-tip-dialog.el-message-box .el-message-box__btns[data-v-591ed0ed] {
    padding: 28px;
}
.version-tip-dialog.el-message-box .confirm-btn[data-v-591ed0ed],
  .version-tip-dialog.el-message-box .cancel-btn[data-v-591ed0ed] {
    padding: 0 20px;
    min-width: 80px;
    height: 32px;
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    cursor: pointer;
}
.version-tip-dialog.el-message-box .confirm-btn[data-v-591ed0ed] {
    margin-left: 16px;
    background: #023F98;
    color: #fff;
}
.version-tip-dialog.el-message-box .confirm-btn[data-v-591ed0ed]:hover, .version-tip-dialog.el-message-box .confirm-btn[data-v-591ed0ed]:focus {
      background: #1456B8;
      color: #fff;
}
.version-tip-dialog.el-message-box .cancel-btn[data-v-591ed0ed] {
    background: #fff;
    border: 1px solid #E3E7E8;
}
.version-tip-dialog.el-message-box .cancel-btn[data-v-591ed0ed]:hover, .version-tip-dialog.el-message-box .cancel-btn[data-v-591ed0ed]:focus {
      border-color: #D0D0D0;
      color: #333;
}
.roomSelect[data-v-591ed0ed] {
  width: 404px;
}
.qyd-tag-1[data-v-591ed0ed] {
  margin-right: 6px;
}
.room-name[data-v-591ed0ed] {
  max-width: 86%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.room-name.short[data-v-591ed0ed] {
    max-width: 62%;
}
[data-v-591ed0ed] .qyd-table-wrap .el-table thead tr .el-table__cell {
  height: 60px;
}
[data-v-591ed0ed] .el-icon-remove::before {
  color: #ff4d4f;
}
[data-v-591ed0ed] .el-icon-success::before {
  color: #4cc09e;
}
[data-v-591ed0ed] .qyd-form-mini .el-form-item__label {
  float: none;
}
[data-v-591ed0ed] .qyd-form-mini .el-form-item__label::before {
    display: none;
}
[data-v-591ed0ed] .qyd-form-mini .el-form-item {
  margin-bottom: 10px;
}
.leftIcon[data-v-591ed0ed],
.rightIcon[data-v-591ed0ed] {
  width: 32px;
  cursor: pointer;
  height: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff), radial-gradient(76% 76% at 66% 25%, #d9dfeb 0%, #ffffff 100%);
  border-radius: 12px;
  line-height: 30px;
  text-align: center;
  color: #202020;
  box-shadow: 0px 4px 24px 0px rgba(41, 48, 64, 0.12), 0px 16px 32px 0px rgba(41, 48, 64, 0.06);
  border: 1px solid #ffffff;
  box-sizing: border-box;
}
.leftIcon.disabled[data-v-591ed0ed],
  .rightIcon.disabled[data-v-591ed0ed] {
    cursor: not-allowed;
}
.leftIcon.disabled path[data-v-591ed0ed],
    .rightIcon.disabled path[data-v-591ed0ed] {
      fill: #999;
}
.rightIcon[data-v-591ed0ed] {
  transform: rotate(180deg);
}
.day-header[data-v-591ed0ed] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.day-header .day-of-week[data-v-591ed0ed] {
    font-size: 14px;
    color: #202020;
    margin-top: -10px;
}
.day-header .day-date[data-v-591ed0ed] {
    font-size: 14px;
    color: #202020;
}
.priceInput[data-v-591ed0ed] {
  width: 108px;
  border: 1px solid #e3e7e8;
  padding: 10px;
}
.priceInput .el-icon-edit[data-v-591ed0ed] {
    width: 13px;
    height: 14px;
    margin-left: 30px;
    vertical-align: middle;
    float: right;
}
.priceTetxt[data-v-591ed0ed] {
  margin-left: 9px;
}
.el-button[data-v-591ed0ed]:hover,
.el-button[data-v-591ed0ed]:focus {
  background-color: #ffffff;
  color: #4b4b4b;
}
.priceItem[data-v-591ed0ed] {
  max-height: 460px;
  padding: 20px 28px;
  overflow: hidden;
}
.priceItem .priceRecords[data-v-591ed0ed] {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 28px;
}
.priceItem .recordBox[data-v-591ed0ed] {
    max-height: 400px;
    margin-bottom: 30px;
    overflow: hidden;
    overflow-y: auto;
}
.priceItem .recordBox .price-history-item[data-v-591ed0ed] {
      padding: 10px;
      background: #f9fafe;
      margin-bottom: 15px;
}
.priceItem .recordBox .price-history-item .recordStatus[data-v-591ed0ed] {
        color: #8a8a8a;
        font-size: 12px;
        border: 1px solid #ffffff;
        background: #ebf3f9;
        padding: 2px 6px;
        box-sizing: border-box;
        margin-right: 8px;
        border-radius: 12px;
        display: flex;
        align-items: center;
}
.priceItem .recordBox .price-history-item .recordStatus span[data-v-591ed0ed] {
          display: inline-block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #8495a3;
          margin-right: 5px;
          margin-top: -3px;
}
.priceItem .recordBox .price-history-item .recordStatus span.activeBlue[data-v-591ed0ed] {
            background: #2c54d1;
}
.recordText[data-v-591ed0ed] {
  font-size: 14px;
  font-size: 14px;
  margin-top: 16px;
  color: #000;
}
.turnDownargument[data-v-591ed0ed] {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.store-audit-tip[data-v-591ed0ed] {
  position: fixed;
  top: 92px;
  right: 0;
  width: calc(100% - 198px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-audit-tip .store-audit-tip-content[data-v-591ed0ed] {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 28px;
    margin-top: -150px;
}
.store-audit-tip .store-audit-tip-content .store-audit-tip-title[data-v-591ed0ed] {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 500;
      padding-bottom: 20px;
}
.store-audit-tip .store-audit-tip-content .store-audit-tip-title img[data-v-591ed0ed] {
        width: 24px;
        height: 24px;
        margin-right: 12px;
}
.store-audit-tip .store-audit-tip-content .store-audit-tip-title span[data-v-591ed0ed] {
        font-size: 16px;
        font-weight: 500;
        color: #333333;
}
.store-audit-tip .store-audit-tip-content .store-audit-tip-content-item[data-v-591ed0ed] {
      font-size: 15px;
      font-weight: 400;
      color: #333333;
      padding-bottom: 20px;
}
.priceIndex[data-v-591ed0ed] {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  overflow-x: auto;
  background-color: #F3F4FB;
}
.priceIndex.bg-top[data-v-591ed0ed] {
    background-image: url(../img/page_top_bg.fb924827.png);
    background-size: 1702px 300px;
    background-position: left top;
    background-repeat: no-repeat;
}
.priceIndex .main-left[data-v-591ed0ed] {
    width: 18%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 14px;
}
.priceIndex .main-left h1[data-v-591ed0ed] {
      color: #3F4254;
      font-size: 16px;
      line-height: 24px;
      padding: 20px 8px;
}
.priceIndex .main-left ul[data-v-591ed0ed] {
      overflow-y: auto;
      max-height: calc(100% - 77px);
}
.priceIndex .main-left ul li[data-v-591ed0ed] {
        line-height: 20px;
        font-size: 14px;
        color: #333333;
        width: 100%;
        padding: 9px 8px;
        margin-bottom: 10px;
        box-sizing: border-box;
        cursor: pointer;
}
.priceIndex .main-left ul li span[data-v-591ed0ed] {
          display: -webkit-box;
          /* 设置为WebKit内核的弹性盒子模型 */
          -webkit-box-orient: vertical;
          /* 垂直排列 */
          -webkit-line-clamp: 2;
          /* 限制显示两行 */
          overflow: hidden;
          /* 隐藏超出范围的内容 */
          text-overflow: ellipsis;
          /* 使用省略号 */
}
.priceIndex .main-left ul li span i[data-v-591ed0ed] {
            display: inline-block;
            width: 32px;
            height: 16px;
            border-radius: 2px;
            background: #FFF8F8;
            box-sizing: border-box;
            border: 0.5px solid #FF4D4F;
            color: #FF4D4F;
            line-height: 14px;
            font-size: 10px;
            font-weight: normal;
            margin-right: 10px;
}
.priceIndex .main-left ul li .name[data-v-591ed0ed] {
          color: #202020;
          font-size: 16px;
          line-height: 23px;
          display: -webkit-box;
          /* 设置为WebKit内核的弹性盒子模型 */
          -webkit-box-orient: vertical;
          /* 垂直排列 */
          -webkit-line-clamp: 2;
          /* 限制显示两行 */
          overflow: hidden;
          /* 隐藏超出范围的内容 */
          text-overflow: ellipsis;
          /* 使用省略号 */
}
.priceIndex .main-left ul li .name div[data-v-591ed0ed] {
            font-size: 10px;
            line-height: 15px;
            font-weight: normal;
            margin-right: 8px;
            line-height: 12px;
            text-align: center;
            border-radius: 2px;
            display: block;
            overflow: hidden;
            padding: 1px;
            margin-top: 3px;
            float: left;
}
.priceIndex .main-left ul li .zdf[data-v-591ed0ed] {
          color: #FF4D4F;
          /* width: 31px; */
          /* height: 13px; */
          border: 0.5px solid #FF4D4F;
}
.priceIndex .main-left ul li .fcq[data-v-591ed0ed] {
          color: #2C54D1;
          background: #EFF5FB;
          border: 0.5px solid #2C54D1;
}
.priceIndex .main-left ul li .xjz[data-v-591ed0ed] {
          color: #666666;
          background: rgba(102, 102, 102, 0.05);
          border: 0.5px solid #666666;
}
.priceIndex .main-left ul .active[data-v-591ed0ed] {
        background: #EFF5FB;
        color: #333333;
        border-radius: 2px;
}
.priceIndex .main-left ul .active .name[data-v-591ed0ed] {
          color: #0256FF;
}
.priceIndex .main-right[data-v-591ed0ed] {
    width: calc(82% - 20px);
}
.priceIndex .main-right .total-pane[data-v-591ed0ed] {
      padding: 14px 20px;
      background: rgba(255, 255, 255, 0.45);
      border: 1px solid #fff;
      border-top: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      color: #333;
      display: flex;
      justify-content: space-between;
      align-items: center;
}
.priceIndex .main-right .is-selected[data-v-591ed0ed] {
      color: #1989FA;
}
.priceIndex .main-right .totalBtn[data-v-591ed0ed] {
      display: flex;
      justify-content: flex-end;
}
.priceIndex .main-right .qyd-btn-36[data-v-591ed0ed] {
      padding: 0 13px;
      height: 36px;
}
.priceIndex .main-right .qyd-btn-36 + .qyd-btn-36[data-v-591ed0ed] {
        margin-left: 20px;
}
.priceIndex .main-right .qyd-btn-36 i[data-v-591ed0ed] {
        font-size: 18px;
}
.priceIndex .main-right.primary[data-v-591ed0ed] {
      background: #023F98;
      color: #fff;
}
.priceIndex .main-right.primary[data-v-591ed0ed]:not(.disabled):hover {
        background: #1456B8;
}
.priceIndex .main-right.secondary[data-v-591ed0ed] {
      background: #E9EDFA;
      color: #2C54D1;
}
.priceIndex .main-right.secondary[data-v-591ed0ed]:not(.disabled):hover {
        background: #dbe1f6;
}
.timeline-block[data-v-591ed0ed] {
  max-height: 600px;
  overflow-y: auto;
  padding-top: 8px;
  margin-bottom: 30px;
  width: 963px;
}
.timeline-block .timestamp[data-v-591ed0ed] {
    font-size: 13px;
    color: #666666;
    display: flex;
    border-bottom: 1px solid #EFF5FB;
    padding-bottom: 15px;
}
.timeline-block .timestamp span[data-v-591ed0ed] {
      width: 56px;
      height: 21px;
      line-height: 21px;
      border-radius: 12px;
      color: #2C54D1;
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      background: rgba(44, 84, 209, 0.08);
}
.timeline-block .timestamp span[data-v-591ed0ed]::before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 2px;
        display: inline-block;
        margin-right: 4px;
        background: #2C54D1;
}
.timeline-block .timestamp .reject[data-v-591ed0ed] {
      color: #CF1000;
}
.timeline-block .timestamp .reject[data-v-591ed0ed]::before {
        background: #CF1000;
}
.timeline-block .timestamp .complete[data-v-591ed0ed] {
      color: #666666;
}
.timeline-block .timestamp .complete[data-v-591ed0ed]::before {
        background: #666666;
}
.timeline-block .price[data-v-591ed0ed] {
    width: auto;
    color: #333333;
}
.timeline-block .price h4[data-v-591ed0ed] {
      font-size: 14px;
      font-weight: normal;
      color: #000;
      padding: 16px 0 4px;
      height: 20px;
      line-height: 20px;
}
.timeline-block .price .list[data-v-591ed0ed] {
      border-left: 1px solid #E4E9ED;
      display: flex;
      justify-content: flex-start;
}
.timeline-block .price .list .p[data-v-591ed0ed], .timeline-block .price .list .f .td[data-v-591ed0ed], .timeline-block .price .list .f .num[data-v-591ed0ed] {
        width: auto;
        padding: 0 12px;
}
.timeline-block .price .list .mw[data-v-591ed0ed], .timeline-block .price .list .th .td[data-v-591ed0ed], .timeline-block .price .list .th .num[data-v-591ed0ed] {
        min-width: 92px;
        padding: 0 12px;
}
.timeline-block .price .list .th[data-v-591ed0ed] {
        border-top: 1px solid #E4E9ED;
        border-right: 1px solid #E4E9ED;
}
.timeline-block .price .list .th .td[data-v-591ed0ed] {
          background: #EFF5FB;
          height: 40px;
          line-height: 40px;
          font-size: 14px;
          color: #000;
}
.timeline-block .price .list .th .num[data-v-591ed0ed] {
          color: #4B4B4B;
          font-size: 13px;
          border-bottom: 1px solid #E4E9ED;
          height: 40px;
          line-height: 40px;
}
.timeline-block .price .list .f[data-v-591ed0ed] {
        width: auto;
}
.timeline-block .price .list .f .td[data-v-591ed0ed] {
          color: #BDBDBD;
          width: auto;
          min-width: auto;
}
.timeline-block .price .list .f .num[data-v-591ed0ed] {
          color: #000;
          width: auto;
          min-width: 42px;
}

@charset "UTF-8";
/*
  ft: font

*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.shu {
  display: inline-block;
  content: '';
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.14);
  margin: -2px 10px;
}

/*
	多行省略号
*/
/*
	字体颜色 大小 粗细 默认
*/
/*
	flex 布局
*/
.css1.el-tooltip__popper.is-dark {
  background: #ffffff;
  box-shadow: 1px 0px 13px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 14px 20px;
}
.css1.el-tooltip__popper.is-dark .popper__arrow {
    border-top-color: #f5f5f5;
}
.css1.el-tooltip__popper.is-dark .popper__arrow::after {
      bottom: 1px;
      margin-left: -5px;
      border-top-color: #fff;
      border-bottom-width: 0;
}
.el-tooltip__popper.is-dark {
  max-width: 800px;
}
.version-tip-dialog.el-message-box {
  padding-bottom: 0;
  border: 0;
}
.version-tip-dialog.el-message-box .el-message-box__header {
    padding: 20px 28px;
    height: 64px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.version-tip-dialog.el-message-box .el-message-box__header .el-message-box__title {
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      color: #333;
}
.version-tip-dialog.el-message-box .el-message-box__header .el-message-box__headerbtn {
      top: 22px;
      right: 26px;
}
.version-tip-dialog.el-message-box .el-message-box__header .el-message-box__headerbtn:hover .el-dialog__close, .version-tip-dialog.el-message-box .el-message-box__header .el-message-box__headerbtn:focus .el-dialog__close {
        color: #333;
}
.version-tip-dialog.el-message-box .el-message-box__header .el-message-box__close {
      font-size: 20px;
      color: #666;
}
.version-tip-dialog.el-message-box .el-message-box__content {
    padding: 5px 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
}
.version-tip-dialog.el-message-box .el-message-box__btns {
    padding: 28px;
}
.version-tip-dialog.el-message-box .confirm-btn,
  .version-tip-dialog.el-message-box .cancel-btn {
    padding: 0 20px;
    min-width: 80px;
    height: 32px;
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    cursor: pointer;
}
.version-tip-dialog.el-message-box .confirm-btn {
    margin-left: 16px;
    background: #023F98;
    color: #fff;
}
.version-tip-dialog.el-message-box .confirm-btn:hover, .version-tip-dialog.el-message-box .confirm-btn:focus {
      background: #1456B8;
      color: #fff;
}
.version-tip-dialog.el-message-box .cancel-btn {
    background: #fff;
    border: 1px solid #E3E7E8;
}
.version-tip-dialog.el-message-box .cancel-btn:hover, .version-tip-dialog.el-message-box .cancel-btn:focus {
      border-color: #D0D0D0;
      color: #333;
}
.popper-404 {
  width: 404px;
}
.popper-404 .el-select-dropdown__item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.priceIndex .hotel-main {
  display: flex;
  justify-content: space-between;
  height: calc(100% - 102px);
  min-height: auto;
  padding: 20px 20px 0px  20px;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__header {
    height: 75px;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
    border: none;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__header .el-calendar__title {
      cursor: pointer;
      height: 43px;
      line-height: 43px;
      font-size: 30px;
      font-weight: bold;
      position: absolute;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__header .el-calendar__button-group {
      display: flex;
      align-items: center;
      justify-content: center;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__header .el-calendar__button-group .el-button-group {
        min-width: 560px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 100px;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__header .el-calendar__button-group .el-button-group::before, .priceIndex .hotel-main .main-right .el-calendar .el-calendar__header .el-calendar__button-group .el-button-group::after {
          display: none;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__header .el-calendar__button-group .el-button-group button:nth-child(2) {
          display: none;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__header .el-calendar__button-group .el-button-group button:nth-child(1)::before {
          content: '\e6de';
          font-family: element-icons !important;
          font-size: 22px;
          border-radius: 2px;
          color: #3D3D3D;
          margin-right: 8px;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__header .el-calendar__button-group .el-button-group button:nth-child(3)::after {
          content: '\e6e0';
          font-family: element-icons !important;
          font-size: 24px;
          border-radius: 2px;
          color: #3D3D3D;
          margin-left: 8px;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__header .el-calendar__button-group .el-button-group .el-button {
          font-size: 20px;
          display: flex;
          align-items: center;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__header .el-calendar__button-group .el-button-group .el-button:hover {
            color: #3D3D3D;
            border: none;
            background: #fff;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body {
    padding: 0 20px 35px;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table thead {
      box-sizing: border-box;
      background: #F9FAFE;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table thead th {
        border-right: 1px solid #E4E9ED;
        padding: 12px;
        box-sizing: border-box;
        font-size: 14px;
        color: #202020;
        background: #F9FAFE;
        border-top: 1px solid #E4E9ED;
        font-weight: bold;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table thead th::before {
          color: #333333;
          font-size: 14px;
          content: '星期';
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table thead th:nth-child(1) {
        border-left: 1px solid #E4E9ED;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table thead th:nth-child(6), .priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table thead th:nth-child(7) {
        background: #FFF0F0;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table__row .is-selected {
      background: none;
      color: #333333;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table__row td div.el-calendar-day {
      height: auto;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table__row td div.el-calendar-day p {
        font-size: 14px;
        color: #333333;
        height: 30px;
        line-height: 30px;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table__row td:nth-child(6), .priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table__row td:nth-child(7) {
      background: #FFFAFA;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table__row .prev .dateCont, .priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table__row .next .dateCont {
      display: none;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table__row .prev .el-calendar-day:hover, .priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table__row .next .el-calendar-day:hover {
      background: none;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table__row .prev .el-calendar-day p, .priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table__row .next .el-calendar-day p {
      color: #CCCCCC;
}
.priceIndex .hotel-main .main-right .el-calendar .el-calendar__body .el-calendar-table__row .current:hover {
      background-color: #F2F8FE;
}
.priceIndex .hotel-main .main-right .dateCont {
    position: relative;
}
.priceIndex .hotel-main .main-right .dateCont .el-switch {
      position: absolute;
      right: 0;
      top: 13px;
      margin-left: 20px;
      margin: 0 auto;
}
.priceIndex .hotel-main .main-right .dateCont .el-switch .el-switch__core {
        width: 32px !important;
        height: 18px;
}
.priceIndex .hotel-main .main-right .dateCont .el-switch .el-switch__core::after {
          width: 14px;
          height: 14px;
}
.priceIndex .hotel-main .main-right .dateCont .is-checked .el-switch__core::after {
      margin-left: -15px;
}
.priceIndex .hotel-main .main-right .dateCont .table {
      padding-top: 56px;
      width: 100%;
      margin-top: -40px;
}
.priceIndex .hotel-main .main-right .dateCont .table .bt {
        width: 100%;
        display: flex;
}
.priceIndex .hotel-main .main-right .dateCont .table .bt h1, .priceIndex .hotel-main .main-right .dateCont .table .bt h2 {
          height: 22px;
          line-height: 22px;
          width: 36px;
          font-size: 10px;
          color: #666666;
          font-weight: normal;
}
.priceIndex .hotel-main .main-right .dateCont .table .bt h2 {
          width: auto;
}
.priceIndex .hotel-main .main-right .dateCont .table .list {
        max-height: 72px;
        overflow: hidden;
}
.priceIndex .hotel-main .main-right .dateCont .table .list .item {
          padding-top: 2px;
          display: flex;
}
.priceIndex .hotel-main .main-right .dateCont .table .list .item > div {
            height: 22px;
            line-height: 22px;
            font-size: 12px;
}
.priceIndex .hotel-main .main-right .dateCont .table .list .item .number {
            width: 36px;
            color: #666666;
            display: flex;
            align-items: center;
}
.priceIndex .hotel-main .main-right .dateCont .table .list .item .number svg {
              padding-right: 4px;
}
.priceIndex .hotel-main .main-right .dateCont .table .list .item .price {
            color: #333333;
}
.priceIndex .hotel-main .main-right .dateCont .table .sell {
        position: absolute;
        top: 13px;
        right: 59px;
        font-size: 14px;
        color: #4CC09E;
}
.priceIndex .hotel-main .main-right .dateCont .table .seting {
        position: absolute;
        bottom: 0;
        right: 6px;
        font-size: 14px;
        color: #4CC09E;
}
.priceIndex .hotel-main .main-right .dateCont .roomStatus .bt h1, .priceIndex .hotel-main .main-right .dateCont .roomStatus .bt h2 {
      color: #cccccc;
}
.priceIndex .hotel-main .main-right .dateCont .roomStatus .list .item .number, .priceIndex .hotel-main .main-right .dateCont .roomStatus .list .item .price {
      color: #cccccc !important;
}
.priceIndex .hotel-main .main-right .data-zone {
    height: calc(100% - 64px);
}
.popList {
  padding: 16px;
  background: #FFFFFF;
  width: 104px;
  border-radius: 4px;
  box-sizing: border-box;
}
.popList .tit {
    height: 14px;
    display: flex;
}
.popList .tit div {
      color: #333333;
      font-size: 10px;
      line-height: 14px;
}
.popList .breakfast {
    width: 35px;
}
.popList .item {
    padding-top: 2px;
    height: 22px;
    display: flex;
}
.popList .item div {
      line-height: 22px;
      font-size: 12px;
      color: #666666;
}
.popList .item .breakfast {
      display: flex;
      align-items: center;
}
.popList .item .breakfast svg {
        margin-right: 4px;
}
.popList .item .rate {
      color: #333333;
}
.underReviewing {
  position: absolute;
  right: 0;
  top: 13px;
  margin-left: 20px;
  margin: 0 auto;
  font-size: 14px;
  color: #0256FF;
}
.el-popover.pricePopover {
  padding: 0;
  min-width: 104px;
  margin: 0;
  border: none;
}
.el-popover.pricePopover .popper__arrow {
    display: none;
}
.timeline-block .el-timeline {
  width: 943px;
}
.timeline-block .el-timeline .el-timeline-item__timestamp {
    display: none;
}
.timeline-block .el-timeline .el-timeline-item__tail {
    left: 6px;
    border-color: #EDEDED;
}
.timeline-block .el-timeline .el-timeline-item__node {
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border: 1px solid #666666;
    background: #ffffff;
    left: 3px;
}
.timeline-block .el-timeline .el-card__body {
    padding: 16px;
}
.timeline-block .el-timeline .el-timeline-item__wrapper {
    padding-left: 24px;
}
.timeline-block .el-timeline li:nth-child(1) .el-timeline-item__node {
    width: 14px;
    height: 14px;
    border: 4px solid #2C54D1;
    box-sizing: border-box;
    left: 0;
}
.editOccupancy .el-form-item__content .el-select .el-input .el-input__inner {
  width: 300px;
  padding: 0 15px;
  color: #999999;
  background: none;
  cursor: text;
}
.editOccupancy .el-form-item__content .el-select .el-input .el-input__suffix {
  display: none;
}
.price-modification-card-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.price-modification-card-wrap .price-modification-card {
    padding: 20px 10px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e4e9ed;
    width: 263px;
}
.price-modification-card-wrap .price-modification-card .card-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
}
.price-modification-card-wrap .price-modification-card .card-header .header-left {
        display: flex;
        align-items: center;
}
.price-modification-card-wrap .price-modification-card .card-header .header-left .scissors-icon {
          margin-right: 8px;
          width: 16px;
          height: 16px;
          filter: grayscale(100%) brightness(0.8) !important;
}
.price-modification-card-wrap .price-modification-card .card-header .header-left .modification-count {
          font-size: 16px;
          font-weight: 600;
          color: #333;
}
.price-modification-card-wrap .price-modification-card .price-comparison .comparison-header {
      display: flex;
      margin-bottom: 16px;
      padding-left: 56px;
      padding-right: 12px;
}
.price-modification-card-wrap .price-modification-card .price-comparison .comparison-header .header-column {
        flex: 1;
        text-align: center;
        font-size: 14px;
        padding: 8px 0;
}
.price-modification-card-wrap .price-modification-card .price-comparison .comparison-header .header-column.before-price {
          color: #333;
          margin-right: 20px;
}
.price-modification-card-wrap .price-modification-card .price-comparison .price-rows .price-row {
      display: flex;
      align-items: center;
      margin-bottom: 16px;
}
.price-modification-card-wrap .price-modification-card .price-comparison .price-rows .price-row .price-label {
        width: 50px;
        font-size: 14px;
        color: #333;
        margin-right: 16px;
}
.price-modification-card-wrap .price-modification-card .price-comparison .price-rows .price-row .price-inputs {
        flex: 1;
        display: flex;
        align-items: center;
}
.price-modification-card-wrap .price-modification-card .price-comparison .price-rows .price-row .price-inputs .before-display {
          height: 32px;
          line-height: 32px;
          font-size: 14px;
          padding: 0 12px;
          background: #f4f4f4;
          color: #333;
          border-radius: 2px;
          box-sizing: border-box;
          width: 80px;
}
.price-modification-card-wrap .price-modification-card .price-comparison .price-rows .price-row .price-inputs .after-display {
          height: 32px;
          font-size: 14px;
          line-height: 32px;
          color: #333;
          box-sizing: border-box;
          width: 90px;
          margin-left: 20px;
}
.el-dialog__wrapper {
  pointer-events: none;
}
.el-dialog {
  max-width: 1000px;
  pointer-events: none;
}
.el-dialog .el-dialog__header,
  .el-dialog .el-dialog__footer {
    pointer-events: auto;
}
.el-dialog .el-dialog__body {
    pointer-events: none;
}
.el-dialog .el-dialog__body * {
      pointer-events: auto;
}

