@charset "UTF-8";

body {
  background: #f5f5f5;
}

:focus-visible {
  outline: none;
}

.hotel-header {
  padding: 10px 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}

.hotel-header .header-logo_img {
  height: 40px;
}

.hotel-header .header-content_left {
  display: flex;
  align-items: center;
}

.hotel-header .header-city {
  margin-left: 16px;
  min-width: 92px;
  height: 32px;
  padding: 6px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.hotel-header .header-city .location-icon {
  width: 16px;
  height: 16px;
}

.hotel-header .header-city .down-icon {
  width: 12px;
  height: 12px;
}

.hotel-header .header-city .city-name {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin: 0 12px 0 2px;
  display: inline-block;
  max-width: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-header .navbar-mobile-button {
  margin-left: auto;
}

.hotel-header .navbar-mobile-button .uk-button {
  height: 30px;
  padding: 0 16px;
  font-size: 32px;
  line-height: 16px;
}

.hotel-header .uk-navbar-nav {
  gap: 16px;
}

.hotel-header .uk-navbar-nav li a {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  transition: all .3s;
  height: 40px;
  min-height: 40px;
}

.hotel-header .uk-navbar-nav li.uk-active a {
  color: #026EFF;
}

@media (max-width: 960px) {
  .hotel-header .uk-navbar {
    gap: 16px;
  }

  .hotel-header .uk-navbar-nav {
    display: none !important;
  }
}

.hotel-header .header-content_search .search-toggle-btn {
  padding: 4px 12px;
  background: #026EFF;
  border-radius: 4px 4px 4px 4px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.hotel-header .header-content_search .search-toggle-btn .search_icon {
  width: 18px;
  height: 18px;
}

.hotel-header .header-content_user a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.hotel-header .header-content_user a .user-avatar {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.hotel-header .header-content_user a .user-name {
  margin-right: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hotel-header .header-content_user .user-dropdown {
  padding: 20px 10px;
  border-radius: 8px 8px 8px 8px;
}

.hotel-header .header-content_user .user-dropdown .dropdown-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  margin: 0 10px;
}

.hotel-header .header-content_user .user-dropdown .dropdown-head .user-name {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.hotel-header .header-content_user .user-dropdown .dropdown-head .user-mobile {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-left: 12px;
}

.hotel-header .header-content_user .user-dropdown .dropdown-nav {
  padding: 10px 0;
}

.hotel-header .header-content_user .user-dropdown .dropdown-nav .user-menu_item {
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.hotel-header .header-content_user .user-dropdown .dropdown-nav .user-menu_item .nav-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.hotel-header .header-content_user .user-dropdown .dropdown-nav li:hover {
  background: rgba(2, 110, 255, 0.4);
}

.hotel-header .header-content_user .user-dropdown .dropdown-nav li.uk-active {
  background: rgba(2, 110, 255, 0.1);
}

.hotel-home-header {
  background: linear-gradient(90deg, #026EFF 0%, #9B6AFC 100%);
  box-shadow: none;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.hotel-home-header .navbar-mobile-button {
  margin-left: auto;
}

.hotel-home-header .navbar-mobile-button .uk-button {
  color: #fff;
}

.hotel-home-header .header-city {
  background: rgba(0, 0, 0, 0.2);
}

.hotel-home-header .header-city .city-name {
  color: #ffffff;
}

.hotel-home-header .uk-navbar-nav li a {
  color: rgba(255, 255, 255, 0.9);
}

.hotel-home-header .uk-navbar-nav li.uk-active a {
  color: #FFFFFF;
}

.hotel-home-header .header-content_user a {
  color: #FFFFFF;
}

.hotel-footer {
  background: #000;
  padding: 30px 0;
}

.hotel-footer .footer-copy {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}

.hotel-footer .footer-copy .copy {
  margin-right: 16px;
}

.hotel-footer .footer-copy a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all .3s;
}

.hotel-main {
  padding: 20px 0;
  min-height: calc(100vh - 140px);
  box-sizing: border-box;
}

.price-inquiry-buoy {
  width: 300px;
  min-height: 100px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 8px 8px;
  position: fixed;
  bottom: 120px;
  right: 20px;
  cursor: move;
}

.price-inquiry-buoy .inquiry-hint .hint-head {
  padding: 14px 32px;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.price-inquiry-buoy .inquiry-hint .hint-head span {
  color: #026eff;
}

.price-inquiry-buoy .inquiry-hotel .hotel-item {
  font-size: 14px;
  color: #333333;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.price-inquiry-buoy .inquiry-hotel .hotel-item img {
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 12px;
}

.price-inquiry-buoy .inquiry-submit {
  width: 100%;
  height: 50px;
  background: #026eff;
  border-radius: 8px 8px 8px 8px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}

.hotel-pagination {
  margin-top: 40px;
}

.hotel-pagination .uk-pagination {
  padding: 20px 0;
  gap: 8px;
  margin: 0;
}

.hotel-pagination .page-link {
  width: 32px;
  height: 32px;
  padding: 2px 6px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #CCCCCC;
}

.hotel-pagination .page-link.active {
  background: #026EFF;
  color: #FFFFFF;
}

.hotel-card {
  padding: 16px;
  border-radius: 8px;
  background: #FFFFFF;
}

/** 内容 **/
.hotel-wrapper {
  padding: 20px 0;
}

.hotel-wrapper .hotel-container {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}

/** 面包屑导航 **/
.breadcrumb-nav {
  padding: 20px 0;
}

.breadcrumb-nav ul {
  height: 20px;
  margin: 0;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.breadcrumb-nav .uk-breadcrumb> :nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 10px;
}

/** 标题 **/
.hotel-heading-bullet {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}

.hotel-heading-bullet::before {
  content: "";
  display: inline-block;
  position: relative;
  top: calc(-.1 * 1em);
  vertical-align: middle;
  height: 20px;
  margin-right: 12px;
  border-left: 4px solid #0A74FF;
}

/** 补充说明弹窗 **/
/** 补充说明弹窗 **/
/** 订单页 公共样式 **/
.hotel-order_title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 20px;
}

.hotel-order_content {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}

.hotel-order_tab {
  padding-left: 20px;
  margin-bottom: 12px;
  flex-wrap: nowrap;
  gap: 50px;
}

.hotel-order_tab li {
  padding-right: 0;
  padding-left: 0;
}

.hotel-order_tab li a {
  padding: 0;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  border-bottom-width: 3px;
}

.hotel-order_tab li.uk-active a {
  color: #333333;
}

.hotel-order_list .hotel-order_item {
  margin-bottom: 24px;
}

.hotel-order_list .hotel-order_item .order-header {
  background: #F9F9F9;
  border-radius: 4px 4px 4px 4px;
}

.hotel-order_list .hotel-order_item .order-header .order-header_left {
  padding: 12px 12px;
  line-height: 20px;
}

.hotel-order_list .hotel-order_item .order-header .order-header_action .quotation-button {
  background: #026EFF;
  width: 120px;
  height: 44px;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}

.hotel-order_list .hotel-order_item .order-header .order-header_action .quotation-amount {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

.hotel-order_list .hotel-order_item .order-header .order-header_action .quotation-amount .label {
  display: inline-block;
}

.hotel-order_list .hotel-order_item .order-header .order-header_action .quotation-amount .content {
  display: inline-block;
  color: #FF3636;
}

.hotel-order_list .hotel-order_item .order-content .order-content_describe {
  padding: 12px;
  gap: 8px 0;
}

.hotel-order_list .hotel-order_item .order-content .order-content_describe .describe {
  height: 22px;
  line-height: 22px;
}

.hotel-order_list .hotel-order_item .order-content .order-content_action .demand-button {
  border: 1px solid #026EFF;
  padding: 0;
  width: 120px;
  height: 44px;
  font-weight: 400;
  font-size: 14px;
  color: #026EFF;
}

.hotel-order_list .hotel-order_item .orderinfo {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

.hotel-order_list .hotel-order_item .orderinfo .label {
  display: inline-block;
}

.hotel-order_list .hotel-order_item .orderinfo .content {
  display: inline-block;
}

.hotel-order_list .hotel-order_item .orderinfo .status {
  padding: 2px 8px;
  border-radius: 4px 4px 4px 4px;
  font-weight: 500;
  font-size: 12px;
  margin-left: 12px;
}

.hotel-order_list .hotel-order_item .orderinfo .status.penging {
  background: rgba(255, 132, 0, 0.1);
  color: #FF8400;
}

.hotel-order_list .hotel-order_item .describe {
  margin: 0;
}

.hotel-order_list .hotel-order_item .describe .label {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

.hotel-order_list .hotel-order_item .describe .content {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}

/* 新增 联系客服 悬浮 */
.cs-float {
  position: fixed;
  right: 20px;
  bottom: 40%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cs-float-tellus {
  width: 80px;
  height: 80px;
  display: block;
}

.cs-float-shadow {
  padding: 0 8px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.cs-item {
  position: relative;
}

/* 图标区域 */
.cs-item-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 16px 8px;
  border-bottom: solid 1px #eeeeee;
}

/* 图标 */
.cs-item-image {
  width: 20px;
  height: 20px;
  display: block;
}

/* 文字 */
.cs-item-label {
  color: #4E5258;
  font-size: 12px;
  line-height: 16px;
}

/* 悬停区域：默认隐藏 */
.cs-item-hover {
  position: absolute;
  left: -140px;
  top: 0;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
  display: none;
  /* 重点 */
  white-space: nowrap;
}

/* 悬停触发展示 */
.cs-item-col:hover+.cs-item-hover,
.cs-item-hover:hover {
  display: block;
}

.cs-item-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-bottom: solid #eeeeee 1px;
}

.cs-item-cell-label,
.cs-item-cell-value {
  font-size: 14px;
  line-height: 16px;
  color: #4E5258;
}

.cs-item-cell-qrcode {
  width: 64px;
  height: 64px;
  display: block;
}

/* 结束 */

@media screen and (max-width: 768px) {
  .hotel-order_tab {
    flex-wrap: nowrap;
    gap: 50px;
  }

  .hotel-order_list .hotel-order_item .order-content {
    flex-direction: column;
  }

  .hotel-order_list .hotel-order_item .order-content .order-content_action {
    margin-top: 24px;
    width: 100%;
  }

  .hotel-order_list .hotel-order_item .order-content .order-content_action .demand-button {
    width: 100%;
  }
}