@charset "UTF-8";
body {
  background: #ffffff;
}

.hotel-query .query-filter .filter-item-more {
  display: none;
}

.hotel-query .filter-item {
  display: flex;
  margin-bottom: 12px;
}

.hotel-query .filter-item .filter-item_label {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-right: 12px;
}

.hotel-query .filter-item .filter-item_content {
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.hotel-query .filter-item .filter-item_content .infinite {
  width: 44px;
  height: 24px;
  display: inline-block;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-right: 24px;
}

.hotel-query .filter-item .filter-item_content .infinite a {
  color: #333333;
}

.hotel-query .filter-item .filter-item_content .infinite.active {
  background: #026eff;
  color: #ffffff;
}

.hotel-query .filter-item .filter-item_content .infinite.active a {
  color: #ffffff;
}

.hotel-query .filter-item .filter-item_content .options {
  display: inline-block;
  margin-right: 24px;
  cursor: pointer;
}

.hotel-query .filter-item .filter-item_content .options input {
  margin-right: 8px;
}

.hotel-query .filter-item .filter-item_content .options .other-input {
  width: 114px;
  height: 24px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #cccccc;
  display: inline-block;
}

.hotel-query .query-more {
  padding: 16px 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #026eff;
  line-height: 20px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}

.hotel-query .query-more .icon {
  margin-left: 5px;
  font-size: 20px;
  vertical-align: baseline;
}

.hotel-query .remove {
  display: none;
}

.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);
}

.hotel-search {
  margin-bottom: 20px;
}

.hotel-search .search-count {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-right: 20px;
}

.hotel-search .search-count .count {
  color: #026eff;
  font-weight: bold;
  margin: 0 4px;
}

.hotel-search .search-content {
  display: inline-block;
}

.hotel-search .search-content .args-label {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}

.hotel-search .search-content .args-item {
  padding: 0 8px;
  display: inline-block;
  margin-right: 12px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #aaaaaa;
}

.hotel-search .search-content .args-item .name {
  font-weight: 400;
  font-size: 12px;
  color: #026eff;
  line-height: 18px;
  margin-right: 4px;
}

.hotel-search .search-content .args-item .icon {
  line-height: 18px;
  font-size: 10px;
  color: #999999;
}

.hotel-search .search-content .args-clear {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}

.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: 100%;
  height: 100%;
}

.hotel-list .hotel-item .hotel-item_thumb .uk-position-bottom-center {
  width: 100%;
}

.hotel-list .hotel-item .hotel-item_thumb .uk-thumbnav {
  margin-left: 0;
  width: 100%;
  padding: 0;
}

.hotel-list .hotel-item .hotel-item_thumb .uk-thumbnav > * {
  padding: 0;
}

.hotel-list .hotel-item .hotel-item_thumb .thumbnab-slide {
  width: 20%;
  height: 36px;
  border: 1px solid #ffffff;
}

.hotel-list .hotel-item .hotel-item_thumb .thumbnab-slide a {
  width: 100%;
}

.hotel-list .hotel-item .hotel-item_thumb .thumbnab-slide img {
  width: 100%;
  height: 36px;
}

.hotel-list .hotel-item .hotel-item_info {
  flex: 1;
}

.hotel-list .hotel-item .hotel-item_info .info-head {
  margin-bottom: 8px;
  display: flex;
}

.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: block;
  margin-left: auto;
  margin-right: 0;
  text-align: 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 .delete-button {
  background: #aaaaaa !important;
  color: #fff !important;
  border: none !important;
}

.hotel-list .hotel-item .hotel-item_info .info-head .info-btns .enquiry-bor-button {
  width: 120px;
  height: 32px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #ff8400;
  font-size: 14px;
  color: #ff8400;
  line-height: 30px;
}

.hotel-list .hotel-item .hotel-item_info .info-head .info-btns .collect {
  display: flex;
  align-items: center;
}

.hotel-list .hotel-item .hotel-item_info .info-head .info-btns .collect img {
  width: 24px;
  height: 24px;
  margin-right: 3px;
}

.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-set {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.hotel-list .hotel-item .hotel-item_info .info-set .info-set-item {
  margin-right: 40px;
  font-size: 14px;
  color: #666666;
}

.hotel-list .hotel-item .hotel-item_info .info-set .info-set-item img {
  width: 16px;
  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;
}

.hotel-list .hotel-item .hotel-item_info .info-data .desc-font {
  width: 25%;
  display: block;
  text-align: center;
}

.hotel-list .hotel-item .hotel-item_info .info-data .desc-font .label {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 2px;
}

.hotel-list .hotel-item .hotel-item_info .info-data .desc-font .content {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

.hotel-list .hotel-item .hotel-item_info .info-data .desc-font img {
  width: 24px;
  height: 24px;
}

.hotel-list .hotel-item .hotel-item_info .data-desc-w {
  width: 55%;
}

.hotel-list .hotel-item .hotel-item_info .info-room {
  padding: 0 20px;
  border-top: 1px solid rgba(238, 238, 238, 0.93);
  border-bottom: 1px solid rgba(238, 238, 238, 0.93);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.hotel-list .hotel-item .hotel-item_info .info-room .room-item {
  padding: 12px 0;
  margin-right: 40px;
}

.hotel-list .hotel-item .hotel-item_info .info-room span {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}

.hotel-list .hotel-item .hotel-item_info .info-room .red {
  color: red;
}

.hotel-list .hotel-item .hotel-item_info .info-contacts {
  padding: 0 20px;
  margin-top: 16px;
}

.hotel-list .hotel-item .hotel-item_info .info-contacts .contacts_title {
  font-size: 12px;
  color: #999999;
}

.hotel-list .hotel-item .hotel-item_info .info-contacts .info-head {
  margin-top: 5px;
}

.hotel-list .hotel-item .hotel-item_info .info-contacts .info-head .info-title {
  font-size: 16px;
  color: #333333;
}

.hotel-list .hotel-item .hotel-item_info .info-contacts .info-head .info-title img {
  width: 76px;
  height: 20px;
  margin-left: 8px;
}

.hotel-data .hotel-detail {
  display: block;
}

.hotel-data .hotel-detail .hotel-item_thumb {
  width: 272px;
  height: 182px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.hotel-data .hotel-detail .hotel-item_thumb .uk-slideshow-items {
  width: 100%;
  height: 100%;
}

.hotel-data .hotel-detail .hotel-item_thumb .uk-position-bottom-center {
  width: 100%;
}

.hotel-data .hotel-detail .hotel-item_thumb .uk-thumbnav {
  margin-left: 0;
  width: 100%;
  padding: 0;
}

.hotel-data .hotel-detail .hotel-item_thumb .uk-thumbnav > * {
  padding: 0;
}

.hotel-data .hotel-detail .hotel-item_thumb .thumbnab-slide {
  width: 20%;
  height: 36px;
  border: 1px solid #ffffff;
}

.hotel-data .hotel-detail .hotel-item_thumb .thumbnab-slide a {
  width: 100%;
}

.hotel-data .hotel-detail .hotel-item_thumb .thumbnab-slide img {
  width: 100%;
  height: 36px;
}

.hotel-data .hotel-detail .hotel-item_info {
  flex: 1;
  display: flex;
}

.hotel-data .hotel-detail .hotel-item_info .info-head {
  margin-bottom: 8px;
  display: flex;
}

.hotel-data .hotel-detail .hotel-item_info .info-head .info-title {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  display: inline-block;
}

.hotel-data .hotel-detail .hotel-item_info .info-head .star {
  font-weight: 500;
  font-size: 16px;
  color: #ff8400;
  line-height: 30px;
  display: inline-block;
}

.hotel-data .hotel-detail .hotel-item_info .info-head .vip {
  font-weight: 500;
  font-size: 16px;
  color: #026eff;
  line-height: 30px;
  display: inline-block;
}

.hotel-data .hotel-detail .hotel-item_info .info-head .info-btns {
  display: block;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.hotel-data .hotel-detail .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-data .hotel-detail .hotel-item_info .info-head .info-btns .delete-button {
  background: #aaaaaa !important;
  color: #fff !important;
  border: none !important;
}

.hotel-data .hotel-detail .hotel-item_info .info-head .info-btns .enquiry-bor-button {
  width: 120px;
  height: 32px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #ff8400;
  font-size: 14px;
  color: #ff8400;
  line-height: 30px;
}

.hotel-data .hotel-detail .hotel-item_info .info-head .info-btns .collect {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.hotel-data .hotel-detail .hotel-item_info .info-head .info-btns .collect img {
  width: 24px;
  height: 24px;
  margin-right: 3px;
}

.hotel-data .hotel-detail .hotel-item_info .info-head .info-btns .collect.active {
  color: #FFAE00;
}

.hotel-data .hotel-detail .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-data .hotel-detail .hotel-item_info .info-address img {
  width: 17px;
  height: 16px;
}

.hotel-data .hotel-detail .hotel-item_info .info-set {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.hotel-data .hotel-detail .hotel-item_info .info-set .info-set-item {
  margin-right: 40px;
  font-size: 14px;
  color: #666666;
}

.hotel-data .hotel-detail .hotel-item_info .info-set .info-set-item img {
  width: 16px;
  height: 16px;
}

.hotel-data .hotel-detail .hotel-item_info .info-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hotel-data .hotel-detail .hotel-item_info .info-data .data-desc {
  width: 50%;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.hotel-data .hotel-detail .hotel-item_info .info-data .data-desc .content {
  color: #333333;
  font-weight: 500;
}

.hotel-data .hotel-detail .hotel-item_info .info-data .data-desc .price {
  color: #ff3636;
}

.hotel-data .hotel-detail .hotel-item_info .info-data .desc-font {
  width: 25%;
  display: block;
  text-align: center;
}

.hotel-data .hotel-detail .hotel-item_info .info-data .desc-font .label {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 2px;
}

.hotel-data .hotel-detail .hotel-item_info .info-data .desc-font .content {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

.hotel-data .hotel-detail .hotel-item_info .info-data .desc-font img {
  width: 24px;
  height: 24px;
}

.hotel-data .hotel-detail .hotel-item_info .data-desc-w {
  width: 55%;
}

.hotel-data .hotel-detail .hotel-item_info .info-room {
  padding: 0 20px;
  border-top: 1px solid rgba(238, 238, 238, 0.93);
  border-bottom: 1px solid rgba(238, 238, 238, 0.93);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.hotel-data .hotel-detail .hotel-item_info .info-room .room-item {
  padding: 12px 0;
  margin-right: 40px;
}

.hotel-data .hotel-detail .hotel-item_info .info-room span {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}

.hotel-data .hotel-detail .hotel-item_info .info-room .red {
  color: red;
}

.hotel-data .hotel-detail .hotel-item_info .info-contacts {
  padding: 0 20px;
  margin-top: 16px;
}

.hotel-data .hotel-detail .hotel-item_info .info-contacts .contacts_title {
  font-size: 12px;
  color: #999999;
}

.hotel-data .hotel-detail .hotel-item_info .info-contacts .info-head {
  margin-top: 5px;
}

.hotel-data .hotel-detail .hotel-item_info .info-contacts .info-head .info-title {
  font-size: 16px;
  color: #333333;
}

.hotel-data .hotel-detail .hotel-item_info .info-contacts .info-head .info-title img {
  width: 76px;
  height: 20px;
  margin-left: 8px;
}

.hotel-data .hotel-detail .hotel-image {
  width: 45%;
  display: flex;
  align-items: center;
}

.hotel-data .hotel-detail .hotel-image .hotel-image-infoO {
  width: calc(100% / 2 - 8px);
  margin-right: 8px;
  height: 201px;
}

.hotel-data .hotel-detail .hotel-image .hotel-image-infoO img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.hotel-data .hotel-detail .hotel-image .hotel-image-infoT {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  width: calc(100% / 2);
  height: 201px;
}

.hotel-data .hotel-detail .hotel-image .hotel-image-infoT img {
  width: calc(100% / 2 - 4px);
  height: calc(100% / 2 - 4px);
  border-radius: 8px;
}

.hotel-bor {
  padding: 6px 16px;
  background: #f6f6f6;
  border-radius: 8px;
  display: flex;
  gap: 34px;
}

.hotel-bor .bor-tab {
  padding: 8px 15px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}

.hotel-bor .uk-active .bor-tab {
  background: #0a74ff;
  border-radius: 4px;
  color: #fff;
}

.hotel-title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  padding-left: 16px;
  margin: 36px 0 8px 0;
  position: relative;
}

.hotel-title::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 20px;
  background: #0a74ff;
  border-radius: 100px;
}

.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 .info-meeting .meeting-data {
  margin-left: 20px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 4px;
  text-align: left;
}

.enquiry-container .info-meeting .meeting-data .meeting-title {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  margin-bottom: 4px;
}

.enquiry-container .info-meeting img {
  width: 200px;
  height: 134px;
}

.enquiry-container .enquiry-bor-button.apply-low-price {
  width: 64px;
  height: 28px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FF8400;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #FF8400;
}

.info-border {
  width: 100%;
  height: 1px;
  background-color: #eee;
}

.meeting-btn {
  margin: 24px auto 20px;
}

.flex {
  display: flex;
}

.blue_bg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  background: #026eff;
  border-radius: 4px;
  width: 200px;
  padding: 10px 0;
}

#bigOne input {
  /* 清除所有继承和默认的样式 */
  flex: 1;
  padding: 6px;
  font-size: 14px;
  color: #333333;
}

#bigOne select option[disabled],
#bigOne input::placeholder {
  font-weight: 400;
  color: #999999;
}

.contact_mobile_btn {
  all: unset;
  /* 清除所有继承和默认的样式 */
  border: none;
  /* 去除边框 */
  background: none;
  /* 去除背景 */
  outline: none;
  /* 去除聚焦时的轮廓 */
  box-shadow: none;
}

@media (max-width: 767px) {
  .hotel-list .hotel-item .hotel-item_thumb {
    width: 100%;
    height: 200px;
  }
  .hotel-list .hotel-item .hotel-item_info .info-head .info-btns {
    width: 100%;
  }
  .hotel-list .hotel-item .hotel-item_info .info-head .info-btns .enquiry-button {
    width: 100%;
    height: 38px;
    line-height: 38px;
  }
  .hotel-data .hotel-detail {
    /* 改为垂直布局 */
    flex-direction: column;
    gap: 16px;
    /* 图片容器适配 */
    /* 信息容器适配 */
    /* 图片画廊适配 */
  }
  .hotel-data .hotel-detail .hotel-item_thumb {
    width: 100%;
    height: 200px;
    margin-bottom: 12px;
  }
  .hotel-data .hotel-detail .hotel-item_info {
    width: 100% !important;
    gap: 10px;
    /* 头部信息调整 */
    /* 数据展示区域 */
    /* 房型信息 */
    /* 联系人区域 */
  }
  .hotel-data .hotel-detail .hotel-item_info .info-head {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px;
  }
  .hotel-data .hotel-detail .hotel-item_info .info-head .info-title {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
  .hotel-data .hotel-detail .hotel-item_info .info-head .info-btns {
    width: 100%;
    margin-left: 0 !important;
    /* 按钮样式优化 */
  }
  .hotel-data .hotel-detail .hotel-item_info .info-head .info-btns .uk-button {
    width: 100% !important;
    margin-bottom: 8px;
    height: 40px !important;
  }
  .hotel-data .hotel-detail .hotel-item_info .data-desc-w {
    width: 100% !important;
  }
  .hotel-data .hotel-detail .hotel-item_info .info-data .data-desc {
    width: 50%;
    /* 两列布局 */
    margin-bottom: 16px;
  }
  .hotel-data .hotel-detail .hotel-item_info .info-data .data-desc .content {
    font-size: 16px !important;
  }
  .hotel-data .hotel-detail .hotel-item_info .info-room {
    flex-direction: column;
    padding: 12px !important;
  }
  .hotel-data .hotel-detail .hotel-item_info .info-room .room-item {
    margin-right: 0 !important;
    padding: 8px 0 !important;
  }
  .hotel-data .hotel-detail .hotel-item_info .info-contacts {
    padding: 0 !important;
  }
  .hotel-data .hotel-detail .hotel-item_info .info-contacts .info-head {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .hotel-data .hotel-detail .hotel-image {
    flex-direction: column !important;
    width: 100% !important;
    gap: 8px;
  }
  .hotel-data .hotel-detail .hotel-image .hotel-image-infoO,
  .hotel-data .hotel-detail .hotel-image .hotel-image-infoT {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .hotel-data .hotel-detail .hotel-image .hotel-image-infoO img,
  .hotel-data .hotel-detail .hotel-image .hotel-image-infoT img {
    display: block;
    aspect-ratio: 16/9;
  }
}
