@charset "UTF-8";
.user-section-title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.user-section-title .user-mobile-button {
  display: inline-block;
}

.user-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.user-container-left {
  width: 200px;
  min-height: 260px;
  padding: 12px 0;
  background: #ffffff;
  border-radius: 8px;
}

.user-container-right {
  min-width: 0;
  flex: 1;
  padding: 12px 0;
  background: #ffffff;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .user-container-right {
    width: 100%;
  }
}

.user-menu {
  width: 100%;
}

.user-menu .user-menu_item {
  padding: 12px 20px;
  transition: all 0.2s;
  /* 移动端触摸优化 */
}

@media (hover: none) {
  .user-menu .user-menu_item {
    padding: 15px 20px;
  }
}

.user-menu .user-menu_item .icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
}

.user-menu .user-menu_item .title {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  transition: color 0.2s;
}

.user-menu li.active .user-menu_item {
  border-left: 3px solid #026EFF;
  background: rgba(2, 110, 255, 0.1);
}

.user-menu li.active .user-menu_item .title {
  font-weight: 600;
  color: #026EFF;
}

.user-mobule-menu .user-menu_item {
  padding: 16px 20px;
}

.user-mobule-menu .user-menu_item .icon {
  width: 32px;
  height: 32px;
}

.user-mobule-menu .user-menu_item .title {
  font-size: 20px;
}

.describe-item {
  margin-bottom: 12px;
}

.describe-item .describe-item-label {
  min-width: 130px;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: inline-block;
}

.describe-item .describe-item-content {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: inline-block;
}

.heading-bullet {
  padding-right: 12px;
  margin-bottom: 20px;
}

.heading-bullet .hotel-heading-bullet {
  display: inline-block;
}

.heading-bullet .status {
  display: inline-block;
  padding: 2px 8px;
  background: rgba(255, 54, 54, 0.1);
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  color: #FF3636;
  line-height: 18px;
}

.heading-bullet .status.wait {
  background: rgba(255, 54, 54, 0.1);
  color: #FF3636;
}

.heading-bullet .status.pass {
  background: rgba(10, 116, 255, 0.1);
  color: #0A74FF;
}

.heading-bullet .status.examine {
  background: rgba(255, 132, 0, 0.1);
  color: #FF8400;
}

.heading-bullet .status.fail {
  background: rgba(255, 54, 54, 0.1);
  color: #FF3636;
}

.heading-bullet .edit-button {
  float: right;
  width: 80px;
  height: 32px;
  border: 1px solid #026EFF;
  border-radius: 4px;
  padding: 0;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #026EFF;
}

.user-profile .user-profile-panel {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.user-profile .user-profile-panel .data-info {
  flex: 1;
  padding-left: 40px;
}

.user-profile .user-profile-panel .data-info .head {
  margin-bottom: 8px;
}

.user-profile .user-profile-panel .data-info .head .title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  display: inline-block;
}

.user-profile .user-profile-panel .data-info .head .vip-label {
  position: relative;
  display: inline-block;
  padding-left: 11px;
  margin-left: 10px;
}

.user-profile .user-profile-panel .data-info .head .vip-label .img {
  width: 27px;
  height: 24px;
  position: absolute;
  left: 0;
}

.user-profile .user-profile-panel .data-info .head .vip-label .level {
  padding: 0 6px 0 16px;
  width: 58px;
  height: 18px;
  box-sizing: border-box;
  background: #D1790E;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFEE92;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 18px;
}

.user-profile .user-profile-panel .data-info .head .star {
  font-weight: 500;
  font-size: 16px;
  color: #FF8400;
  line-height: 28px;
  display: inline-block;
}

.user-profile .user-profile-panel .data-info .head .level-img {
  display: inline-block;
  width: 38px;
  height: 26px;
}

.user-profile .user-profile-panel .data-info .desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.user-profile .user-profile-panel .data-score {
  flex: 1;
  padding-left: 40px;
  border-left: 1px solid #EEEEEE;
}

.user-profile .user-profile-panel .data-score .score {
  font-weight: 600;
  font-size: 20px;
  color: #FF8400;
  margin-bottom: 8px;
}

.user-profile .user-profile-panel .data-score .desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.user-profile .user-profile-pandect .examine-content {
  font-weight: 400;
  font-size: 14px;
  color: #FF3636;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 40px;
}

.user-profile .user-profile-pandect .form .form-group input {
  width: 100%;
  max-width: 310px;
  height: 34px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.user-profile .user-profile-pandect .form .submit-button {
  width: 309px;
  height: 50px;
  display: block;
  background: #026EFF;
  border-radius: 8px 8px 8px 8px;
  margin: 40px auto 0;
}

.user-footprint .footprint-list {
  padding: 0 20px;
}

.user-footprint .footprint-hotel {
  display: block;
}

.user-footprint .footprint-destination {
  display: block;
}

.hotel-list .hotel-item {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.hotel-list .hotel-item .hotel-item_thumb {
  width: 272px;
  height: 182px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.hotel-list .hotel-item .hotel-item_thumb .uk-slideshow-items {
  width: 272px;
  height: 182px;
}

.hotel-list .hotel-item .hotel-item_thumb .uk-thumbnav > * {
  padding: 0;
}

.hotel-list .hotel-item .hotel-item_thumb .thumbnab-slide {
  width: 54px;
  height: 36px;
  border: 1px solid #FFFFFF;
}

.hotel-list .hotel-item .hotel-item_thumb .thumbnab-slide img {
  width: 54px;
  height: 36px;
}

.hotel-list .hotel-item .hotel-item_info {
  flex: 1;
}

.hotel-list .hotel-item .hotel-item_info .info-head {
  margin-bottom: 8px;
}

.hotel-list .hotel-item .hotel-item_info .info-head .info-title {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  display: inline-block;
}

.hotel-list .hotel-item .hotel-item_info .info-head .star {
  font-weight: 500;
  font-size: 16px;
  color: #FF8400;
  line-height: 30px;
  display: inline-block;
}

.hotel-list .hotel-item .hotel-item_info .info-head .vip {
  font-weight: 500;
  font-size: 16px;
  color: #026EFF;
  line-height: 30px;
  display: inline-block;
}

.hotel-list .hotel-item .hotel-item_info .info-head .info-btns {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  float: right;
}

.hotel-list .hotel-item .hotel-item_info .info-head .info-btns .enquiry-button {
  width: 120px;
  height: 32px;
  padding: 0;
  background: #FF8400;
  border-radius: 4px 4px 4px 4px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
}

.hotel-list .hotel-item .hotel-item_info .info-head .info-btns .enquiry-button:disabled {
  background: #aaaaaa !important;
}

.hotel-list .hotel-item .hotel-item_info .info-head .info-btns .delete-button {
  width: 60px;
  height: 32px;
  padding: 0;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #AAAAAA;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.hotel-list .hotel-item .hotel-item_info .info-address {
  padding-bottom: 12px;
  border-bottom: 1px solid #EEEEEE;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.hotel-list .hotel-item .hotel-item_info .info-address img {
  width: 17px;
  height: 16px;
}

.hotel-list .hotel-item .hotel-item_info .info-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hotel-list .hotel-item .hotel-item_info .info-data .data-desc {
  width: 50%;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.hotel-list .hotel-item .hotel-item_info .info-data .data-desc .content {
  color: #333333;
  font-weight: 500;
}

.hotel-list .hotel-item .hotel-item_info .info-data .data-desc .price {
  color: #FF3636;
}

.destination-list .destination-item {
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.destination-list .destination-item .destination-item_city {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}

.destination-list .destination-item .delete-button {
  width: 60px;
  height: 32px;
  padding: 0;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #AAAAAA;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.user-collect {
  padding: 0 20px;
}

.user-enquiry {
  padding: 0 20px;
}

.enquiry-container .enquiry-table {
  table-layout: fixed;
}

.enquiry-container .enquiry-table thead {
  background: #F6F6F6;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}

.enquiry-container .enquiry-table thead th {
  padding: 12px 20px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  text-align: center;
}

.enquiry-container .enquiry-table thead th.left {
  text-align: left;
}

.enquiry-container .enquiry-table thead th.right {
  text-align: right;
}

.enquiry-container .enquiry-table tbody td {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
}

.enquiry-container .enquiry-table tbody .action a {
  font-weight: 400;
  font-size: 14px;
  color: #026EFF;
}

.enquiry-container .enquiry-table tbody .status {
  height: 22px;
  padding: 0 8px;
  display: inline-block;
  border-radius: 4px 4px 4px 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
}

.enquiry-container .enquiry-table tbody .status.dsh {
  background: rgba(255, 17, 0, 0.1);
  color: #FF1100;
}

.enquiry-container .enquiry-table tbody .status.dbj {
  background: rgba(255, 132, 0, 0.1);
  color: #FF8400;
}

.enquiry-container .enquiry-table tbody .status.ybj {
  background: rgba(2, 110, 255, 0.1);
  color: #026EFF;
}

.enquiry-container .enquiry-table tbody .status.ybh {
  background: rgba(255, 17, 0, 0.1);
  color: #FF1100;
}

.user-password {
  padding: 0 20px;
}

.user-password .password-form {
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
}

.user-password .password-form .password-input {
  width: 100%;
}

.user-password .password-form .password-input .input-flip {
  width: auto;
  font-weight: 400;
  font-size: 14px;
  color: #026EFF;
  line-height: 22px;
}

.user-password .password-form .form-label {
  min-width: 60px;
}

.user-password .password-form .submit-button {
  width: 309px;
  height: 50px;
  padding: 0;
  margin: 40px 0 0 auto;
  display: block;
  background: #026EFF;
  border-radius: 8px 8px 8px 8px;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
}

.user-title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  padding-left: 16px;
  position: relative;
}

.user-title::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 20px;
  background: #0A74FF;
  border-radius: 100px;
}

.user-uenquiry-container {
  display: flex;
  align-items: flex-start;
}

.user-uenquiry-left {
  flex: 1;
  padding: 16px;
  background-color: #fff;
}

.user-uenquiry-left .uenquiry-left-data {
  padding: 16px 40px;
}

.user-uenquiry-left .uenquiry-left-data .uenquiry-left-bor {
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  margin-bottom: 12px;
}

.user-uenquiry-left .uenquiry-left-data .uenquiry-left-text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-bottom: 12px;
}

.user-uenquiry-left .uenquiry-left-data .uenquiry-left-title {
  margin-top: 30px;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  margin-bottom: 12px;
}

.user-uenquiry-left .uenquiry-left-data .uenquiry-left-title .value {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}

.user-uenquiry-left .uenquiry-left-data .uenquiry-left-title .value img {
  width: 20px;
  height: 20px;
}

.user-uenquiry-left .uenquiry-left-data .enquiry-container {
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}

.user-uenquiry-left .uenquiry-left-data .uenquiry-left-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #333333;
  margin-bottom: 12px;
  padding: 0 12px;
}

.user-uenquiry-left .uenquiry-left-data .uenquiry-left-value img {
  width: 20px;
  height: 20px;
}

.user-uenquiry-right {
  width: 30%;
  min-height: 500px;
  margin-left: 20px;
  padding: 20px 16px 40px 16px;
  background-color: #fff;
}

.user-uenquiry-right .uenquiry-right-title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px #eee solid;
}

.user-uenquiry-right .quotation-hotel-list {
  padding: 12px 0;
}

.user-uenquiry-right .quotation-hotel-list .hotel-head {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

.user-uenquiry-right .quotation-hotel-list .hotel-head .hotel-name {
  flex: 1;
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.user-uenquiry-right .quotation-hotel-list .hotel-head .hotel-status {
  display: inline-block;
  margin-left: auto;
  border-radius: 4px 4px 4px 4px;
  padding: 2px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

.user-uenquiry-right .quotation-hotel-list .hotel-head .hotel-status.ybj {
  background: rgba(2, 110, 255, 0.1);
  color: #026EFF;
}

.user-uenquiry-right .quotation-hotel-list .hotel-head .hotel-status.dbj {
  background: rgba(255, 132, 0, 0.1);
  color: #FF8400;
}

.user-uenquiry-right .quotation-hotel-list .quotation-hotel-item {
  margin-bottom: 30px;
}

.user-uenquiry-right .quotation-hotel-list .quotation-item {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
}

.user-uenquiry-right .quotation-hotel-list .quotation-totel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.user-uenquiry-right .quotation-hotel-list .quotation-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}

.user-uenquiry-right .quotation-hotel-list .quotation-label {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.user-uenquiry-right .quotation-hotel-list .quotation-label.block {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.user-uenquiry-right .quotation-hotel-list .quotation-value {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.user-uenquiry-right .quotation-hotel-list .quotation-value span.amount {
  font-weight: 600;
  font-size: 14px;
  color: #FF3636;
}

.user-uenquiry-right .quotation-hotel-list .quotation-value img.price {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

.user-uenquiry-right .quotation-hotel-list .quotation-date {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.user-uenquiry-right .quotation-hotel-list .quotation-value span.amount {
  font-weight: 600;
  font-size: 14px;
  color: #FF3636;
}

.search_box {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.search_box .search {
  background: #026EFF;
  border-radius: 4px 4px 4px 4px;
  padding: 4px 12px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}

.search_box .search_icon {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}

.user_box {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-left: 28px;
}

.user_box .user_icon {
  width: 20px;
  height: 20px;
}

.user_box .down_icon {
  margin-left: 8px;
  width: 12px;
  height: 12px;
}

.user_box .nav_icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.user_box .nav_user {
  display: flex;
  padding: 10px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.user_box .nav_user div {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-right: 12px;
}

.user_box .uk-dropdown {
  padding: 10px !important;
  width: 220px;
  border-radius: 8px;
  font-size: 14px;
  color: #666666;
}

.user_box .uk-dropdown ul li {
  padding: 5px;
  margin: 5px 0;
}

.user_box .uk-dropdown ul > li:hover {
  background: rgba(2, 110, 255, 0.1);
}

.flex {
  display: flex;
}

.red {
  color: red;
}

.blue {
  color: blue;
}
