@charset "UTF-8";
body {
  background: #f5f5f5;
}

.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 .uk-navbar-nav {
  gap: 40px;
}

.hotel-header .uk-navbar-nav li a {
  font-size: 16px;
  color: #333333;
  transition: all 0.3s;
  height: 40px;
  min-height: 40px;
}

.hotel-header .uk-navbar-nav li.uk-active a {
  color: #026eff;
}

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

.hotel-header .user-dropdown {
  padding: 20px 10px;
  border-radius: 8px 8px 8px 8px;
}

.hotel-header .user-dropdown .dropdown-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 10px;
}

.hotel-header .user-dropdown .dropdown-head .user-name {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.hotel-header .user-dropdown .dropdown-head .user-mobile {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-left: 12px;
}

.hotel-header .user-dropdown .dropdown-nav {
  padding: 10px 0;
}

.hotel-header .user-dropdown .dropdown-nav .user-menu_item {
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.hotel-header .user-dropdown .dropdown-nav .user-menu_item .icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.hotel-header .user-dropdown .dropdown-nav li:hover {
  background: rgba(2, 110, 255, 0.4);
}

.hotel-header .user-dropdown .dropdown-nav li.uk-active {
  background: rgba(2, 110, 255, 0.1);
}

.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 0.3s;
}

.hotel-main {
  padding: 20px 0;
  min-height: calc(100vh - 140px);
  box-sizing: border-box;
}

.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 ul {
  height: 20px;
  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(-0.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;
  font-weight: 600;
}

.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-header .order-header_action .total_money {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

.hotel-order_list .hotel-order_item .order-header .order-header_action .total_money span {
  font-weight: 600;
  font-size: 14px;
  color: #ff3636;
}

.hotel-order_list .hotel-order_item .reject_reason {
  font-weight: 400;
  font-size: 14px;
  color: #ff3636;
  padding-left: 10px;
}

.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 {
  line-height: 22px;
}

.hotel-order_list .hotel-order_item .order-content .order-content_describe .describe.fail {
  font-weight: 400;
  font-size: 14px;
  color: #FF3636;
  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.pending {
  background: rgba(255, 132, 0, 0.1);
  color: #ff8400;
}

.hotel-order_list .hotel-order_item .orderinfo .status.examine {
  background: rgba(255, 132, 0, 0.1);
  color: #ff8400;
}

.hotel-order_list .hotel-order_item .orderinfo .status.quoted {
  background: rgba(10, 116, 255, 0.1);
  color: #0a74ff;
}

.hotel-order_list .hotel-order_item .orderinfo .status.rejected {
  background: rgba(255, 54, 54, 0.1);
  color: #ff3636;
}

.hotel-order_list .hotel-order_item .orderinfo .status.fail {
  background: rgba(255, 54, 54, 0.1);
  color: #ff3636;
}

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

.hotel-order_list .hotel-order_item .describe .content_btn {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #026eff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #026eff;
  padding: 0 8px;
  line-height: 22px;
}

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

@media (max-width: 767px) {
  .hotel-header .uk-navbar-nav {
    flex-wrap: wrap;
  }
  .hotel-header .uk-navbar-nav li {
    margin: 4px 0;
  }
  .hotel-header .user-avatar {
    width: 28px;
    height: 28px;
  }
  .hotel-header .user-name {
    font-size: 14px;
  }
  .hotel-order_tab li a {
    font-size: 14px;
    padding: 6px 8px;
  }
  .hotel-order_item .order-header,
  .hotel-order_item .order-content {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .hotel-order_item .order-header_action,
  .hotel-order_item .order-content_action {
    width: 100%;
    text-align: right;
  }
  .hotel-order_item .quotation-button,
  .hotel-order_item .demand-button {
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
  }
  .hotel-order_list .orderinfo,
  .hotel-order_list .describe {
    width: 100% !important;
  }
  .uk-modal-dialog {
    width: 90%;
  }
}

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