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

.hotel-wrapper {
  margin-bottom: 10px;
}

.hotel-baseinfo {
  margin-bottom: 8px;
}

.hotel-baseinfo .title {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  display: inline-block;
  margin: 0;
}

.hotel-baseinfo .status {
  display: inline-block;
  padding: 2px 8px;
  background: rgba(255, 132, 0, 0.1);
  border: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #FF8400;
  line-height: 18px;
}

.hotel-baseinfo .status.wait {
  background: rgba(255, 54, 54, 0.1);
  color: #FF3636;
}

.hotel-baseinfo .status.pass {
  background: rgba(10, 116, 255, 0.1);
  color: #0A74FF;
}

.hotel-baseinfo .hoteledit-button {
  float: right;
  width: 120px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #026EFF;
  padding: 0;
  color: #026EFF;
}

.hotel-summarize {
  margin-bottom: 20px;
}

.hotel-summarize .summarize-tag {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-right: 40px;
  margin-bottom: 4px;
}

.hotel-summarize .summarize-tag img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.hotel-metrics {
  display: flex;
  gap: 28px;
}

.metrics-images {
  display: inline-block;
}

.metrics-images .metrics-image-gallery {
  display: flex;
  gap: 8px;
}

.metrics-images .metrics-main-image {
  width: 300px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}

.metrics-images .metrics-sub-image {
  width: 294px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.metrics-images .metrics-sub-image .sub-image-item {
  width: 143px;
  height: 96px;
  border-radius: 8px;
  overflow: hidden;
}

.metrics-container {
  flex: 1;
}

.metrics-container .metrics-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEEEEE;
}

.metrics-container .metrics-data .metrics-data-item {
  text-align: center;
}

.metrics-container .metrics-data .metrics-data-item img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.metrics-container .metrics-data .metrics-data-item .title {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 26px;
}

.metrics-container .metrics-data .metrics-data-item .describe {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.metrics-container .metrics-pandect {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEEEEE;
}

.metrics-container .metrics-pandect .metrics-pandect-item {
  margin-right: 40px;
  display: inline-block;
}

.metrics-container .metrics-pandect .metrics-pandect-item .bold-value {
  color: #333333;
  font-weight: 500;
}

.metrics-container .metrics-pandect .metrics-pandect-item .keynote-value {
  color: #FF3636;
  font-weight: 500;
}

.hotel-table {
  table-layout: fixed;
}

.hotel-table thead {
  background: #F6F6F6;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}

.hotel-table thead th {
  min-width: 60px;
  padding: 12px 10px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  text-align: center;
}

.hotel-table thead th.left {
  text-align: left;
}

.hotel-table thead th.right {
  text-align: right;
}

.hotel-table tbody td {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
}

.hotel-table .table-action {
  display: flex;
  gap: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  justify-content: flex-end;
}

.conference-table .conference-action .delete {
  color: #FF3636;
}

.conference-table .conference-action .edit {
  color: #0A74FF;
}

.conference-table .conference-item {
  display: flex;
}

.conference-table .conference-item .conference-image {
  width: 200px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 20px;
}

.conference-table .conference-item .conference-content .title {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 4px;
}

.conference-table .conference-item .conference-content .description {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 2px;
}

.room-table thead {
  background: #F6F6F6;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}

.room-table thead th {
  padding: 12px 20px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  text-align: center;
}

.room-table thead th.left {
  text-align: left;
}

.room-table thead th.right {
  text-align: right;
}

.room-table tbody td {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
}

.room-table .room-action {
  display: flex;
  gap: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #FF3636;
  line-height: 22px;
  justify-content: flex-end;
}

.room-table .room-action .delete {
  color: #FF3636;
}

.room-table .room-action .edit {
  color: #0A74FF;
}

.room-table .room-item {
  display: flex;
}

.room-table .room-item .room-image {
  width: 200px;
  height: 134px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 20px;
}

.room-table .room-item .room-content .title {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 4px;
}

.hotel-conference .add-button {
  width: 80px;
  height: 32px;
  padding: 0;
  margin-bottom: 20px;
  line-height: 32px;
  border-radius: 4px;
  background: #026EFF;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.hotel-room .add-button {
  width: 80px;
  height: 32px;
  padding: 0;
  margin-bottom: 20px;
  line-height: 32px;
  border-radius: 4px;
  background: #026EFF;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.hotel-overview .edit-button {
  width: 80px;
  height: 32px;
  padding: 0;
  margin-bottom: 20px;
  line-height: 32px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #026EFF;
  border: 1px solid #026EFF;
}

.conference-bullet {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.conference-bullet button {
  width: 80px;
  height: 32px;
  padding: 0;
  line-height: 32px;
  background: #026EFF;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.conference-form {
  padding: 0 14px;
}

.conference-form .meeting-name .uk-input {
  width: 310px;
}

.conference-form .toggle-link {
  font-weight: 400;
  font-size: 14px;
  color: #0A74FF;
}

.conference-form .delete-link {
  font-weight: 400;
  font-size: 14px;
  color: #FF3636;
}

.conference-form .submit-button {
  margin-top: 40px;
}

.room-bullet {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.room-bullet button {
  width: 80px;
  height: 32px;
  padding: 0;
  line-height: 32px;
  background: #026EFF;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.room-form {
  padding: 0 14px;
}

.room-form .room-name .uk-input {
  width: 310px;
}

.room-form .toggle-link {
  font-weight: 400;
  font-size: 14px;
  color: #0A74FF;
}

.room-form .delete-link {
  font-weight: 400;
  font-size: 14px;
  color: #FF3636;
}

.room-form .submit-button {
  margin-top: 40px;
}

.hotel-form-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px dashed #EEEEEE;
  margin-bottom: 20px;
}

.hotel-form-wrapper .hotel-heading-bullet {
  margin-bottom: 12px;
}

.hotel-form-wrapper .suffix {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .metrics-images .metrics-main-image {
    width: 240px;
    height: 160px;
  }
  .metrics-images .metrics-sub-image {
    width: 236px;
  }
  .metrics-images .metrics-sub-image .sub-image-item {
    width: 114px;
    height: 76px;
    border-radius: 8px;
    overflow: hidden;
  }
}

/* 响应式设计 */
@media (max-width: 992px) {
  .metrics-images .metrics-image-gallery {
    flex-direction: column;
  }
  .metrics-images .metrics-main-image {
    width: 240px;
    height: 160px;
  }
  .metrics-images .metrics-sub-image {
    width: 236px;
  }
  .metrics-images .metrics-sub-image .sub-image-item {
    width: 114px;
    height: 76px;
    border-radius: 8px;
    overflow: hidden;
  }
}

/* 响应式设计 */
@media (max-width: 768px) {
  .hotel-metrics {
    flex-direction: column;
  }
  .metrics-images .metrics-image-gallery {
    flex-direction: column;
  }
  .metrics-images .metrics-main-image {
    width: 100%;
    height: 160px;
  }
  .metrics-images .metrics-sub-image {
    width: 100%;
    gap: 6px;
    flex-wrap: wrap;
  }
  .metrics-images .metrics-sub-image .sub-image-item {
    flex: 0 0 calc(50% - 6px);
    height: auto;
    border-radius: 8px;
    overflow: hidden;
  }
}

.js-upload {
  cursor: pointer;
}

.upload-select {
  width: 80px;
  height: 80px;
  background: #F9F9F9;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.upload-select .upload-text {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}

.upload-list {
  display: flex;
  flex-wrap: wrap;
}

.upload-list .upload-image {
  height: 80px;
  margin-left: 10px;
}

.flex {
  display: flex;
}
