.cms-calendar .cms-calendar__header[data-v-df19a38c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid #ebeef5;
}
.cms-calendar .cms-calendar__header .cms-calendar__title[data-v-df19a38c] {
  max-width: 33%;
  -ms-flex-item-align: center;
      align-self: center;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cms-calendar .cms-calendar__body[data-v-df19a38c] {
  padding: 8px 16px 24px;
}
.cms-calendar .cms-calendar__body .cms-calendar-table[data-v-df19a38c] {
  table-layout: fixed;
  width: 100%;
}
.cms-calendar .cms-calendar__body .cms-calendar-table thead th[data-v-df19a38c] {
  padding: 12px 0;
  color: #606266;
  font-weight: 400;
}
.cms-calendar .cms-calendar__body .cms-calendar-table tr[data-v-df19a38c]:first-child {
  border-top: 1px solid #ebeef5;
}
.cms-calendar .cms-calendar__body .cms-calendar-table tr td[data-v-df19a38c]:first-child {
  border-left: 1px solid #ebeef5;
}
.cms-calendar .cms-calendar__body .cms-calendar-table td[data-v-df19a38c] {
  border-bottom: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
  vertical-align: top;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.cms-calendar .cms-calendar__body .cms-calendar-table td .cms-calendar-day[data-v-df19a38c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 85px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cms-calendar .cms-calendar__body .cms-calendar-table td .cms-calendar-day .day[data-v-df19a38c] {
  text-align: center;
}
.cms-calendar .cms-calendar__body .cms-calendar-table td:not(.is-disabled) .cms-calendar-day[data-v-df19a38c]:hover {
  cursor: pointer;
  background-color: #f2f8fe;
}
.cms-calendar .cms-calendar__body .cms-calendar-table td.is-disabled[data-v-df19a38c] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.cms-calendar .cms-calendar__body .cms-calendar-table td.prev[data-v-df19a38c],
.cms-calendar .cms-calendar__body .cms-calendar-table td.next[data-v-df19a38c] {
  color: #c0c4cc;
}
.cms-calendar .cms-calendar__body .cms-calendar-table td.is-selected[data-v-df19a38c] {
  background-color: #f2f8fe;
}

.mr5[data-v-2260f3fa] {
  margin-right: 5px;
}
.ml5[data-v-2260f3fa] {
  margin-left: 5px;
}
.mr16[data-v-2260f3fa] {
  margin-right: 16px;
}
.w220[data-v-2260f3fa] {
  width: 220px;
}
.room-price-set[data-v-2260f3fa] .grey-block {
  display: table;
  width: 445px;
  background: #f6f6f6;
  padding: 10px 16px;
  margin: 8px 0;
}
.room-price-set[data-v-2260f3fa] .grey-block .el-form-item {
  margin-bottom: 8px;
}
.room-price-set[data-v-2260f3fa] .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-2260f3fa] .price-model-list .el-select {
  width: 150px;
  margin-left: 8px;
  margin-bottom: 16px;
}
.cms-calendar[data-v-2260f3fa] .price-cell {
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.cms-calendar[data-v-2260f3fa] .price-cell .fee {
  color: #E7031F;
}
.cms-calendar[data-v-2260f3fa] .price-cell .sales {
  color: #1280F1;
}
.cms-calendar[data-v-2260f3fa] .price-cell.is-closed {
  color: #fff;
  background-color: #aaa;
}
.cms-calendar[data-v-2260f3fa] .price-cell.is-closed .fee {
  color: #fff;
}
.cms-calendar[data-v-2260f3fa] .price-cell.is-closed .sales {
  color: #fff;
}
.cms-calendar[data-v-2260f3fa] .price-cell.is-full {
  color: #fff;
  background-color: #ff3D55;
}
.cms-calendar[data-v-2260f3fa] .price-cell.is-full .fee {
  color: #fff;
}
.cms-calendar[data-v-2260f3fa] .price-cell.is-full .sales {
  color: #fff;
}
.cms-calendar[data-v-2260f3fa] .price-cell .handle-block {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  background: #3336;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cms-calendar[data-v-2260f3fa] .price-cell .handle-block.is-focus {
  height: 100%;
}
.cms-calendar[data-v-2260f3fa] .price-cell .handle-block .btn {
  cursor: pointer;
  display: inline-block;
  background: #fff;
  border: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 70px;
  height: 25px;
  border-radius: 13px;
  color: #1280F1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin: 6px 0;
  font-size: 14px;
  overflow: hidden;
}
.cms-calendar[data-v-2260f3fa] .price-cell .handle-block .btn:hover {
  background: #1280F1;
  color: #fff;
}
#wrapper.price-calendar[data-v-2260f3fa] {
  position: relative;
  margin-left: 200px;
}
#wrapper.price-calendar .content[data-v-2260f3fa] {
  margin: 15px;
  padding: 35px;
  background: #fff;
}
#wrapper.price-calendar .content .nav-bar[data-v-2260f3fa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wrapper.price-calendar .content .nav-bar .tool-tip[data-v-2260f3fa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .el-table__body .price-cell {
  width: 105px;
  height: 90px;
  padding: 0;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .el-table__body .price-cell .cell {
  padding: 0;
  height: 100%;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .el-table__body .price-cell .cell .price-block {
  cursor: pointer;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .el-table__body .price-cell .cell .price-block:hover {
  background: #b2d0f3;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .el-table__body .price-cell .cell .price-block .handle-block {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  background: #3336;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .el-table__body .price-cell .cell .price-block .handle-block.is-focus {
  height: 100%;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .el-table__body .price-cell .cell .price-block .handle-block .btn {
  cursor: pointer;
  display: inline-block;
  background: #fff;
  border: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 70px;
  height: 25px;
  border-radius: 13px;
  color: #1280F1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin: 6px 0;
  font-size: 14px;
  overflow: hidden;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .el-table__body .price-cell .cell .price-block .handle-block .btn:hover {
  background: #1280F1;
  color: #fff;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .el-table__body .price-cell .cell .price-block .fee {
  color: #E7031F;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .el-table__body .price-cell .cell .price-block.is-closed {
  color: #fff;
  background-color: #aaa;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .el-table__body .price-cell .cell .price-block.is-closed .fee {
  color: #fff;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .el-table__body .price-cell .cell .price-block.is-full {
  color: #fff;
  background-color: #ff3D55;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .el-table__body .price-cell .cell .price-block.is-full .fee {
  color: #fff;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .date-header.price-cell {
  padding: 0;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .date-header.price-cell .cell {
  height: 60px;
  padding: 9px 0;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .date-header.price-cell .cell .wrap {
  font-weight: normal;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
#wrapper.price-calendar .content .el-table[data-v-2260f3fa] .date-header.price-cell .cell .wrap .today {
  margin-left: 8px;
}

