@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 {
  flex: 1;
  min-width: 0;
  padding: 12px 0;
  background: #ffffff;
  border-radius: 8px;
}

.user-container-right.card {
  padding: 16px;
}

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

.heading-bullet {
  padding-right: 12px;
  margin-bottom: 20px;
}

.heading-bullet .hotel-heading-bullet {
  display: inline-block;
}

.heading-bullet .status.wait {
  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.pass {
  display: inline-block;
  padding: 2px 8px;
  background: rgba(10, 116, 255, 0.1);
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  color: #0A74FF;
  line-height: 18px;
}

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

.heading-content {
  margin-bottom: 28px;
}

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

.image-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.image-group .image-group-item {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
}

.image-group .image-group-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotal-data-content {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.hotal-data-content .data-info {
  flex: 1;
  padding-left: 40px;
}

.hotal-data-content .data-info .head {
  margin-bottom: 8px;
}

.hotal-data-content .data-info .head .title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  display: inline-block;
}

.hotal-data-content .data-info .head .provider {
  font-weight: 500;
  font-size: 16px;
  color: #FF8400;
  line-height: 28px;
}

.hotal-data-content .data-info .head .conference {
  font-weight: 500;
  font-size: 16px;
  color: #026EFF;
  line-height: 28px;
}

.hotal-data-content .data-info .head .star {
  font-weight: 500;
  font-size: 16px;
  color: #FF8400;
  line-height: 28px;
  display: inline-block;
}

.hotal-data-content .data-info .head .level-img {
  display: inline-block;
  width: 38px;
  height: 26px;
}

.hotal-data-content .data-info .desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.hotal-data-content .data-score {
  flex: 1;
  padding-left: 40px;
  border-left: 1px solid #EEEEEE;
}

.hotal-data-content .data-score .score {
  font-weight: 600;
  font-size: 20px;
  color: #FF8400;
  margin-bottom: 8px;
}

.hotal-data-content .data-score .desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

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

.hotel-improve {
  text-align: center;
  padding: 80px 0;
}

.hotel-improve .improve-button {
  width: 309px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  background: #026EFF;
  border-radius: 8px 8px 8px 8px;
}

.hotel-improve .reason-content {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #FF3636;
  margin-bottom: 24px;
}

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