@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; }

.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-1a73f396],
sup[data-v-1a73f396] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup[data-v-1a73f396] {
  top: -0.5em;
}
sub[data-v-1a73f396] {
  bottom: -0.25em;
}
.shu[data-v-1a73f396] {
  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-1a73f396] {
  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-1a73f396] {
    border-top-color: #f5f5f5;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-1a73f396]::after {
      bottom: 1px;
      margin-left: -5px;
      border-top-color: #fff;
      border-bottom-width: 0;
}
.el-tooltip__popper.is-dark[data-v-1a73f396] {
  max-width: 800px;
}
.overview[data-v-1a73f396] {
  margin-bottom: 20px;
  padding: 20px 24px 24px;
  background: #fff;
}
.wxsh[data-v-1a73f396] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
.wxsh .successIcon[data-v-1a73f396] {
    margin-bottom: 20px;
    width: 178px;
    height: 165px;
}
.wxsh .cont[data-v-1a73f396] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wxsh .cont span[data-v-1a73f396] {
      color: #333333;
      font-size: 16px;
      height: 22px;
      line-height: 22px;
      padding-top: 30px;
}
.wxsh .cont .barCode[data-v-1a73f396] {
      width: 124px;
      height: 124px;
      padding: 22px;
      border: 1px solid #ECECF0;
      margin-top: 54px;
      border-radius: 20px;
}
.wxsh .cont h1[data-v-1a73f396] {
      color: #3D3D3D;
      font-size: 30px;
      line-height: 42px;
      padding-bottom: 30px;
}
.wxsh .cont h2[data-v-1a73f396] {
      font-size: 16px;
      color: #333;
      line-height: 23px;
      padding-bottom: 15px;
      font-weight: normal;
}
.wxsh .cont .yhk[data-v-1a73f396] {
      background: #F5F7FC;
      padding: 17px;
      margin-bottom: 20px;
}
.wxsh .cont .yhk p[data-v-1a73f396] {
        line-height: 22px;
        font-size: 16px;
        color: #333;
}
.wxsh .bd[data-v-1a73f396] {
    text-align: center;
    padding-bottom: 27px;
}
.wxsh .bd p[data-v-1a73f396] {
      font-size: 16px;
      color: #cf1000;
      line-height: 23px;
}
.wxsh .btn[data-v-1a73f396] {
    width: 320px;
    height: 48px;
    border-radius: 4px;
    background: linear-gradient(99deg, #87BEFF -47%, #4F89FF 100%);
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}
.wait[data-v-1a73f396] {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  color: #333;
}

