* {
  box-sizing: border-box;
}

html,
body {
  min-width: 1200px;
  margin: 0;
  background: #fff;
  color: #222;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.nh-wrap {
  width: 1200px;
  margin: 0 auto;
}

.nh-topbar {
  height: 48px;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
}

.nh-topbar-inner {
  height: 48px;
  display: flex;
  align-items: center;
}

.nh-slogan {
  margin-right: 22px;
  color: #222;
  font-size: 14px;
  white-space: nowrap;
}

.nh-global-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  flex: 1;
}

.nh-global-nav a {
  color: #222;
  font-size: 14px;
  white-space: nowrap;
}

.nh-global-nav a:hover,
.nh-global-nav a.active {
  color: #ff7800;
}

.nh-user-links {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #222;
  white-space: nowrap;
}

.nh-user-links a:hover {
  color: #ff7800;
}

.nh-search-row {
  height: 70px;
  background: #f8f8f8;
}

.nh-search-inner {
  height: 70px;
  display: flex;
  align-items: center;
}

.nh-logo {
  width: 142px;
  height: 42px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.nh-logo img {
  max-width: 142px;
  max-height: 42px;
}

.nh-logo span {
  color: #ff7800;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}

.nh-city {
  height: 28px;
  margin-left: 20px;
  padding: 0 26px 0 10px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background: #fff;
  color: #333;
  position: relative;
}

.nh-city::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 9px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #777;
}

.nh-search {
  width: 584px;
  height: 38px;
  margin-left: 28px;
  display: flex;
  border: 2px solid #ff8a00;
  background: #fff;
}

.nh-search input {
  flex: 1;
  min-width: 0;
  height: 34px;
  padding: 0 14px;
  border: 0;
  outline: none;
  color: #333;
}

.nh-search button {
  width: 58px;
  height: 34px;
  border: 0;
  background: #ff6a00;
  color: #fff;
  font-weight: 700;
}

.nh-map-entry {
  height: 38px;
  margin-left: 12px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff6a00;
  color: #fff;
  font-weight: 700;
}

.nh-page {
  background: #fff;
}

.nh-sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  min-width: 1200px;
  transform: translateY(-118px);
  transition: transform .22s ease;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
  pointer-events: none;
}

.nh-sticky-menu.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}

.nh-sticky-info {
  height: 80px;
  background: #fff;
}

.nh-sticky-info .nh-wrap {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nh-sticky-title {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.nh-sticky-title strong {
  max-width: 560px;
  overflow: hidden;
  color: #111;
  font-size: 26px;
  line-height: 36px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-sticky-title span {
  color: #333;
  font-size: 15px;
  white-space: nowrap;
}

.nh-sticky-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111;
  font-size: 20px;
  white-space: nowrap;
}

.nh-sticky-phone strong {
  font-weight: 500;
}

.nh-sticky-phone a {
  height: 40px;
  margin-left: 24px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #ff6a00;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.nh-sticky-nav {
  height: 38px;
  background: #ff8500;
}

.nh-sticky-nav .nh-wrap {
  height: 38px;
  display: flex;
  align-items: stretch;
}

.nh-sticky-nav a {
  min-width: 96px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.nh-sticky-nav a:hover,
.nh-sticky-nav a.active {
  background: #e67800;
}

.nh-breadcrumb {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #888;
  font-size: 13px;
}

.nh-breadcrumb a:hover {
  color: #ff7800;
}

.nh-breadcrumb em {
  color: #666;
  font-style: normal;
}

.nh-hotline {
  height: 30px;
  margin-top: -34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: #333;
}

.nh-hotline strong {
  font-size: 18px;
  letter-spacing: .5px;
}

.nh-hotline a {
  color: #f08a00;
}

.nh-project-nav {
  height: 38px;
  margin-top: 4px;
  display: flex;
  align-items: stretch;
  background: #ff8500;
}

.nh-project-nav a {
  min-width: 96px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.nh-project-nav a:hover,
.nh-project-nav a.active {
  background: #e67800;
}

.nh-hero {
  padding-top: 18px;
  display: grid;
  grid-template-columns: 660px 1fr;
  gap: 40px;
}

.nh-gallery-main {
  position: relative;
  width: 660px;
  height: 406px;
  overflow: hidden;
  background: #f0f0f0;
}

.nh-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nh-gallery-link {
  position: absolute;
  left: 16px;
  bottom: 16px;
  height: 30px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  background: rgba(255, 255, 255, .92);
  color: #222;
  font-size: 13px;
}

.nh-gallery-link::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
}

.nh-gallery-thumbs {
  height: 96px;
  margin-top: 12px;
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
}

.nh-gallery-arrow {
  width: 28px;
  height: 84px;
  border: 0;
  background: #f7f7f7;
  position: relative;
}

.nh-gallery-arrow::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 11px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(45deg);
}

.nh-gallery-arrow.next::after {
  left: 7px;
  transform: rotate(-135deg);
}

.nh-thumb-track {
  height: 84px;
  display: flex;
  gap: 10px;
  overflow: hidden;
}

.nh-thumb {
  width: 112px;
  height: 84px;
  padding: 0;
  border: 2px solid transparent;
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
}

.nh-thumb.active {
  border-color: #ff8500;
}

.nh-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nh-thumb span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .42);
  color: #fff;
  font-size: 12px;
}

.nh-summary {
  min-width: 0;
}

.nh-title-line {
  min-height: 54px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.nh-title-line h1 {
  margin: 0;
  color: #111;
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
}

.nh-book-mini {
  margin-top: 7px;
  color: #e58900;
  font-size: 13px;
  white-space: nowrap;
}

.nh-badges {
  min-height: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nh-badges span {
  height: 26px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  background: #f4f6f8;
  color: #657180;
  font-size: 13px;
}

.nh-badges .dark {
  background: #283144;
  color: #fff;
}

.nh-badges .soft {
  background: #eef4f8;
  color: #547087;
}

.nh-promo-row {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  gap: 0;
  background: linear-gradient(90deg, #fff7ef, #fff3f3);
}

.nh-promo-row div {
  padding: 14px 14px;
}

.nh-promo-row strong {
  display: block;
  color: #333;
  font-size: 15px;
}

.nh-promo-row p {
  margin: 3px 0 0;
  color: #888;
  font-size: 12px;
}

.nh-promo-row a {
  width: 72px;
  margin: 13px 12px 13px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: linear-gradient(90deg, #ff8a84, #ff646e);
  color: #fff;
  font-size: 13px;
}

.nh-price {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.nh-price span {
  color: #555;
  font-size: 14px;
}

.nh-price strong {
  color: #f1542b;
  font-size: 38px;
  line-height: 46px;
}

.nh-price em {
  color: #333;
  font-style: normal;
  font-size: 16px;
}

.nh-price a {
  margin-left: 8px;
  color: #a0a0a0;
  font-size: 13px;
}

.nh-price a:hover {
  color: #ff7800;
}

.nh-facts {
  margin: 14px 0 0;
  padding: 0;
}

.nh-facts div {
  min-height: 32px;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 8px;
  align-items: baseline;
}

.nh-facts dt {
  color: #333;
  font-weight: 700;
}

.nh-facts dd {
  margin: 0;
  color: #333;
}

.nh-facts dd span {
  margin-right: 8px;
}

.nh-facts a {
  margin-left: 12px;
  color: #d88a00;
}

.nh-more-line {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #7a8794;
}

.nh-more-line a {
  color: #527da5;
}

.nh-phone-card {
  height: 70px;
  margin-top: 18px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 42px auto 1fr;
  align-items: center;
  gap: 14px;
  background: #3c4051 url("/static/newhouse/images/phone_back.png") center / 100% 100% no-repeat;
  color: #fff;
  overflow: hidden;
}

.nh-phone-card span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  opacity: 0;
}

.nh-phone-card span::after {
  content: none;
}

.nh-phone-card strong {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.nh-phone-card p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
}

.nh-room-section {
  margin-top: 42px;
}

.nh-section-head {
  min-height: 54px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
}

.nh-section-head h2 {
  margin: 0 18px 0 0;
  color: #222;
  font-size: 28px;
  line-height: 40px;
}

.nh-section-head p {
  margin: 0 18px 0 0;
  color: #888;
}

.nh-dark-btn {
  height: 30px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  background: #3e4658;
  color: #fff;
  font-weight: 700;
}

.nh-room-tabs {
  margin-left: auto;
  display: flex;
  gap: 16px;
  color: #888;
}

.nh-room-tabs a.active,
.nh-room-tabs a:hover {
  color: #ff7800;
}

.nh-room-grid {
  padding-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
}

.nh-room-card {
  border: 1px solid #f0f0f0;
  background: #fff;
}

.nh-room-card > a {
  height: 216px;
  display: block;
  background: #f7f7f7;
  overflow: hidden;
}

.nh-room-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nh-room-meta {
  padding: 16px 18px 18px;
}

.nh-room-meta h3 {
  margin: 0;
  display: inline-block;
  color: #222;
  font-size: 18px;
}

.nh-room-meta span {
  height: 22px;
  margin-left: 10px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  background: #eef2f6;
  color: #334155;
  font-size: 12px;
}

.nh-room-meta p {
  margin: 12px 0 7px;
  color: #777;
}

.nh-room-meta strong {
  color: #d64b28;
  font-size: 17px;
}

.nh-two-col {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 820px 330px;
  gap: 50px;
  align-items: start;
}

.nh-panel {
  padding: 28px 0;
  border-top: 1px solid #eee;
}

.nh-panel-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nh-panel-title h2 {
  margin: 0;
  color: #222;
  font-size: 24px;
}

.nh-panel-title a {
  color: #777;
}

.nh-panel-title a:hover {
  color: #ff7800;
}

.nh-empty-state {
  min-height: 122px;
  padding: 28px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fbfbfb;
  border: 1px solid #f1f1f1;
}

.nh-empty-state.compact {
  min-height: 86px;
  margin-top: 16px;
  padding: 22px 28px;
}

.nh-empty-state h3 {
  margin: 0;
  color: #333;
  font-size: 18px;
}

.nh-empty-state a {
  height: 36px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #ff8500;
  color: #fff;
  font-weight: 700;
}

.nh-empty-illustration {
  grid-column: 1 / -1;
  min-height: 270px;
  padding: 34px 28px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f2f4;
  background: #fff;
  text-align: center;
}

.nh-empty-illustration img {
  width: 310px;
  max-width: 70%;
  height: auto;
  margin-bottom: 18px;
}

.nh-empty-illustration p {
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.nh-empty-illustration a {
  height: 40px;
  margin-top: 20px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #3f465a;
  color: #fff;
  font-weight: 700;
}

.nh-empty-illustration a:hover {
  background: #ff7800;
  color: #fff;
}

.nh-empty-ask img {
  width: 340px;
}

.nh-empty-comment img,
.nh-empty-room img {
  width: 320px;
}

.nh-comment-list {
  display: grid;
  gap: 14px;
}

.nh-comment {
  padding: 18px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  border: 1px solid #f0f0f0;
}

.nh-comment img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.nh-comment h3 {
  margin: 0 0 6px;
  color: #333;
  font-size: 15px;
}

.nh-comment time {
  margin-left: 14px;
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
}

.nh-comment p {
  margin: 0;
  color: #555;
  line-height: 24px;
}

.nh-map-block {
  display: grid;
  grid-template-columns: 1fr 118px;
  min-height: 330px;
  border: 1px solid #ececec;
}

.nh-map-visual {
  min-height: 330px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .55) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .55) 1px, transparent 1px),
    linear-gradient(135deg, #d7eef7, #f5efe5 42%, #d9ead7);
  background-size: 42px 42px, 42px 42px, cover;
}

.nh-map-visual::before,
.nh-map-visual::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, .78);
  transform: rotate(-18deg);
}

.nh-map-visual::before {
  width: 680px;
  height: 28px;
  left: -70px;
  top: 128px;
}

.nh-map-visual::after {
  width: 580px;
  height: 22px;
  right: -120px;
  bottom: 92px;
  transform: rotate(24deg);
}

.nh-map-tdt {
  background: #f5f7fa;
}

.nh-map-tdt::before,
.nh-map-tdt::after {
  display: none;
  content: none;
}

.nh-map-pin {
  position: absolute;
  top: 130px;
  left: 50%;
  width: 238px;
  padding: 14px 18px;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  z-index: 2;
}

.nh-map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #fff;
}

.nh-map-pin strong {
  display: block;
  color: #222;
  font-size: 16px;
}

.nh-map-pin span {
  display: block;
  margin-top: 4px;
  color: #777;
  font-size: 12px;
}

.nh-map-side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  border-left: 1px solid #ececec;
  background: #fff;
}

.nh-map-side div {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
}

.nh-map-side div.active {
  color: #ff7800;
  font-weight: 700;
}

.nh-rich-text {
  max-height: 168px;
  overflow: hidden;
  color: #555;
  line-height: 28px;
  position: relative;
}

.nh-rich-text.is-open {
  max-height: none;
}

.nh-rich-text img {
  max-width: 100%;
  height: auto;
}

.nh-more-rich {
  margin-top: 14px;
  height: 34px;
  padding: 0 18px;
  border: 1px solid #ff8500;
  border-radius: 2px;
  background: #fff;
  color: #ff7800;
}

.nh-side-col {
  position: sticky;
  top: 18px;
}

.nh-side-card {
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid #ededed;
  background: #fff;
}

.nh-side-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.nh-side-card p {
  margin: 0 0 14px;
  color: #777;
}

.nh-side-card strong {
  display: block;
  color: #f1542b;
  font-size: 22px;
}

.nh-side-card > a {
  height: 38px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8500;
  color: #fff;
  font-weight: 700;
}

.nh-side-card dl {
  margin: 0;
}

.nh-side-card dl div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
}

.nh-side-card dt {
  color: #999;
}

.nh-side-card dd {
  margin: 0;
  color: #333;
}

.nh-recommend {
  margin-top: 28px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.nh-rec-tabs {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nh-rec-tabs h2 {
  margin: 0;
  font-size: 26px;
}

.nh-rec-tabs a {
  position: relative;
  color: #222;
  font-size: 24px;
  font-weight: 700;
}

.nh-rec-tabs a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 74px;
  height: 3px;
  background: #ff8500;
}

.nh-rec-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.nh-rec-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #f4f4f4;
}

.nh-rec-card h3 {
  margin: 14px 0 8px;
  font-size: 18px;
  line-height: 24px;
}

.nh-rec-card h3 a:hover {
  color: #ff7800;
}

.nh-rec-card p {
  height: 22px;
  margin: 0 0 8px;
  overflow: hidden;
  color: #777;
}

.nh-rec-card strong {
  color: #333;
  font-size: 15px;
}

.nh-rec-card strong span,
.nh-rec-card strong {
  color: #e6542e;
}

.nh-empty-line {
  grid-column: 1 / -1;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  border: 1px solid #eee;
}

.nh-rank-row {
  margin: 34px 0 42px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.nh-rank-card {
  padding: 26px 26px 20px;
  border: 1px solid #ededed;
  background: #fff;
}

.nh-rank-card h2 {
  margin: 0 0 18px;
  font-size: 22px;
}

.nh-rank-card table {
  width: 100%;
  border-collapse: collapse;
}

.nh-rank-card th {
  height: 34px;
  color: #777;
  font-weight: 400;
  text-align: left;
}

.nh-rank-card td {
  height: 34px;
  color: #333;
}

.nh-rank-card td:last-child {
  color: #e6542e;
}

.nh-rank-card a:hover {
  color: #ff7800;
}

.nh-fixed-tools {
  position: fixed;
  right: 22px;
  top: 198px;
  width: 56px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  z-index: 30;
}

.nh-fixed-tools a,
.nh-fixed-tools button {
  width: 54px;
  height: 58px;
  padding: 6px 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 0;
  border-bottom: 1px solid #eee;
  background: #fff;
  color: #333;
  font-size: 12px;
}

.nh-fixed-tools a:hover,
.nh-fixed-tools button:hover {
  color: #ff7800;
}

.nh-fixed-tools span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 12px;
}

.pc-second-fixed-tools img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.pc-second-fixed-tools button {
  height: 56px;
  padding: 4px 0;
}

.pc-second-fixed-tools button img {
  width: 38px;
  height: 38px;
}

.nh-online-bar {
  position: fixed;
  right: 120px;
  bottom: 0;
  width: 382px;
  height: 58px;
  display: grid;
  grid-template-columns: 132px 1fr 96px;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  background: #fff;
  box-shadow: 0 -6px 22px rgba(0, 0, 0, .08);
  z-index: 40;
}

.nh-online-bar button {
  height: 57px;
  border: 0;
  border-right: 1px solid #eee;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.nh-online-bar button::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: -3px;
  border-radius: 50%;
  background: #ff8a00;
}

.nh-online-bar span {
  padding-left: 16px;
  color: #f1542b;
  font-size: 18px;
  font-weight: 700;
}

.nh-online-bar a {
  height: 36px;
  margin-right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #ff8500;
  color: #fff;
}

.nh-footer {
  margin-top: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #292929 0%, #202020 100%);
  color: #c5cad1;
  font-size: 13px;
}

.nh-footer::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #ff7800 0%, #ff9a1f 52%, #ff7800 100%);
}

.nh-footer .nh-wrap {
  width: 1200px;
}

.nh-footer-main {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.nh-footer-brand {
  min-width: 0;
}

.nh-footer-brand strong {
  margin-bottom: 8px;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.nh-footer-brand p {
  max-width: 820px;
  margin: 0;
  color: #c9ced4;
  line-height: 24px;
}

.nh-footer-copy a {
  color: #c5cad1;
}
.nh-footer-copy a:hover {
  border-color: rgba(255, 120, 0, .72);
  color: #ff8a00;
}

.nh-footer-bottom {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.nh-footer-pages {
  max-width: 760px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nh-footer-pages a {
  min-height: 30px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .035);
  color: #c5cad1;
}

.nh-footer-pages a:hover {
  border-color: rgba(255, 120, 0, .72);
  color: #ff8a00;
}

.nh-footer-copy {
  color: #9aa2ad;
  line-height: 22px;
  text-align: right;
}

.nh-footer p {
  margin: 0;
}

.nh-footer-copy p + p {
  margin-top: 4px;
}

.nh-footer > .nh-wrap > p {
  max-width: 920px;
  margin: 0;
  color: #c9ced4;
  line-height: 24px;
}

.nh-footer > .nh-wrap > p:first-child {
  padding-top: 30px;
}

.nh-footer > .nh-wrap > p:last-child {
  padding-bottom: 32px;
  margin-top: 8px;
  color: #9aa2ad;
}

.nh-info-page {
  padding-bottom: 48px;
}

.nh-info-hero {
  min-height: 108px;
  padding-top: 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.nh-info-title-block {
  width: 640px;
  min-width: 0;
}

.nh-info-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nh-info-hero h1 {
  max-width: 500px;
  margin: 0;
  overflow: hidden;
  color: #111;
  font-size: 30px;
  line-height: 42px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-info-book {
  color: #ff6a00;
  font-size: 14px;
  white-space: nowrap;
}

.nh-info-book::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: -2px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.nh-info-hero .nh-badges {
  margin-top: 12px;
  max-width: 620px;
}

.nh-info-side-head {
  min-width: 390px;
  padding-top: 12px;
}

.nh-info-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  color: #6f7782;
  font-size: 13px;
}

.nh-info-actions a:hover {
  color: #ff7800;
}

.nh-info-hotline {
  height: 30px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: #333;
}

.nh-info-hotline strong {
  font-size: 18px;
}

.nh-info-hotline a {
  color: #ff7800;
}

.nh-info-layout {
  padding-top: 28px;
  display: grid;
  grid-template-columns: 840px 320px;
  gap: 40px;
  align-items: start;
}

.nh-info-main {
  min-width: 0;
}

.nh-info-section {
  margin-bottom: 30px;
}

.nh-info-section h2 {
  margin: 0 0 18px;
  color: #222;
  font-size: 24px;
  line-height: 34px;
}

.nh-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #edf0f3;
  border-left: 1px solid #edf0f3;
  background: #fff;
}

.nh-info-grid div {
  min-height: 60px;
  display: grid;
  grid-template-columns: 120px 1fr;
  border-right: 1px solid #edf0f3;
  border-bottom: 1px solid #edf0f3;
}

.nh-info-grid dt {
  margin: 0;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  background: #fafafa;
  color: #333;
  font-weight: 700;
}

.nh-info-grid dd {
  min-width: 0;
  margin: 0;
  padding: 18px 20px;
  color: #333;
  line-height: 24px;
  word-break: break-all;
}

.nh-info-grid dd a {
  margin-left: 12px;
  color: #ff7800;
  white-space: nowrap;
}

.nh-info-tag {
  min-height: 24px;
  margin: 0 6px 6px 0;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  background: #fff3ea;
  color: #ff7800;
  font-size: 12px;
  white-space: nowrap;
}

.nh-info-tag.orange {
  background: #ffefe6;
  color: #f05d16;
}

.nh-info-rich {
  max-height: none;
  padding: 22px 24px;
  border: 1px solid #edf0f3;
  background: #fff;
}

.nh-info-rich p {
  margin: 0 0 12px;
}

.nh-info-side {
  position: sticky;
  top: 138px;
}

.nh-subscribe-card,
.nh-guide-card {
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid #edf0f3;
  background: #fff;
}

.nh-subscribe-card h3,
.nh-guide-card h3 {
  margin: 0;
  color: #222;
  font-size: 24px;
  line-height: 34px;
}

.nh-subscribe-card p {
  margin: 18px 0 20px;
  color: #7c8590;
  line-height: 25px;
}

.nh-subscribe-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 10px;
}

.nh-subscribe-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.nh-subscribe-options input {
  width: 16px;
  height: 16px;
  accent-color: #ff7800;
}

.nh-subscribe-form {
  height: 40px;
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 76px;
  border: 1px solid #e3e7ed;
}

.nh-subscribe-form input {
  min-width: 0;
  padding: 0 12px;
  border: 0;
  outline: none;
}

.nh-subscribe-form button {
  border: 0;
  background: #ff7800;
  color: #fff;
  font-weight: 700;
}

.nh-guide-head {
  height: 40px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #edf0f3;
}

.nh-guide-head a {
  color: #999;
}

.nh-guide-head a:hover {
  color: #ff7800;
}

.nh-guide-card ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: guide;
}

.nh-guide-card li {
  min-height: 32px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 8px;
  counter-increment: guide;
}

.nh-guide-card li::before {
  content: counter(guide, decimal-leading-zero);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8a4c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.nh-guide-card li a {
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-guide-card li a:hover {
  color: #ff7800;
}

.nh-info-rec-list {
  display: grid;
  gap: 14px;
}

.nh-info-rec-list a {
  display: grid;
  grid-template-columns: 78px 1fr;
  grid-template-rows: auto auto;
  gap: 4px 12px;
  align-items: start;
}

.nh-info-rec-list img {
  grid-row: 1 / 3;
  width: 78px;
  height: 58px;
  object-fit: cover;
  background: #f5f5f5;
}

.nh-info-rec-list span {
  overflow: hidden;
  color: #222;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-info-rec-list em {
  color: #f1542b;
  font-style: normal;
}

.nh-sub-page {
  padding-bottom: 54px;
}

.nh-sub-layout {
  padding-top: 28px;
  display: grid;
  grid-template-columns: 840px 320px;
  gap: 40px;
  align-items: start;
}

.nh-sub-main {
  min-width: 0;
}

.nh-sub-side {
  position: sticky;
  top: 138px;
}

.nh-sub-head {
  min-height: 72px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #edf0f3;
}

.nh-sub-head h2 {
  margin: 0;
  color: #222;
  font-size: 26px;
  line-height: 36px;
}

.nh-sub-head p {
  margin: 4px 0 0;
  color: #7c8590;
}

.nh-sub-head strong {
  color: #ff6a00;
  font-size: 18px;
  white-space: nowrap;
}

.nh-sub-action {
  height: 38px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff7800;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.nh-photo-tabs,
.nh-room-filter {
  min-height: 42px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.nh-photo-tabs a,
.nh-room-filter a {
  height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #e8edf2;
  background: #fff;
  color: #44505c;
}

.nh-photo-tabs a span,
.nh-room-filter a span {
  color: #99a2ad;
}

.nh-photo-tabs a:hover,
.nh-photo-tabs a.active,
.nh-room-filter a:hover,
.nh-room-filter a.active {
  border-color: #ff7800;
  background: #fff7ef;
  color: #ff6a00;
}

.nh-photo-tabs a:hover span,
.nh-photo-tabs a.active span,
.nh-room-filter a:hover span,
.nh-room-filter a.active span {
  color: #ff6a00;
}

.nh-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nh-photo-card {
  position: relative;
  height: 208px;
  overflow: hidden;
  background: #f4f6f8;
  border: 1px solid #edf0f3;
}

.nh-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease;
}

.nh-photo-card:hover img {
  transform: scale(1.04);
}

.nh-photo-card span,
.nh-photo-card strong {
  position: absolute;
  left: 12px;
  right: 12px;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-photo-card span {
  top: 12px;
  right: auto;
  height: 24px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, .58);
  font-size: 12px;
}

.nh-photo-card strong {
  bottom: 12px;
  font-size: 15px;
}

.nh-photo-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .66));
}

.nh-side-cate {
  display: grid;
  gap: 8px;
}

.nh-side-cate a {
  height: 36px;
  padding: 0 10px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #edf0f3;
  color: #333;
}

.nh-side-cate a:hover,
.nh-side-cate a.active {
  border-color: #ff7800;
  background: #fff7ef;
  color: #ff6a00;
}

.nh-side-cate span {
  color: #ff7800;
}

.nh-side-note p {
  margin: 0 0 14px;
  color: #6f7782;
  line-height: 24px;
}

.nh-side-note strong {
  display: block;
  color: #222;
  font-size: 20px;
}

.nh-news-list {
  border-top: 1px solid #edf0f3;
}

.nh-news-item {
  min-height: 142px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 76px 160px 1fr;
  gap: 22px;
  border-bottom: 1px solid #edf0f3;
}

.nh-news-item time {
  width: 76px;
  height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff7ef;
  color: #ff6a00;
}

.nh-news-item time strong {
  font-size: 30px;
  line-height: 34px;
}

.nh-news-item time span {
  color: #9b8a7d;
  font-size: 12px;
}

.nh-news-thumb {
  width: 160px;
  height: 108px;
  overflow: hidden;
  background: #f4f6f8;
}

.nh-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nh-news-body {
  min-width: 0;
}

.nh-news-body h3 {
  margin: 0 0 10px;
  color: #222;
  font-size: 20px;
  line-height: 28px;
}

.nh-news-body h3 a:hover {
  color: #ff7800;
}

.nh-news-body p {
  height: 48px;
  margin: 0 0 10px;
  overflow: hidden;
  color: #6f7782;
  line-height: 24px;
}

.nh-news-more {
  color: #ff7800;
  font-weight: 700;
}

.nh-room-list-page {
  display: grid;
  gap: 18px;
}

.nh-room-wide {
  min-height: 212px;
  display: grid;
  grid-template-columns: 248px 1fr;
  border: 1px solid #edf0f3;
  background: #fff;
}

.nh-room-wide-img {
  position: relative;
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8fa;
  overflow: hidden;
}

.nh-room-wide-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.nh-room-wide-img span {
  position: absolute;
  left: 12px;
  top: 12px;
  height: 24px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  background: #283144;
  color: #fff;
  font-size: 12px;
}

.nh-room-wide-body {
  min-width: 0;
  padding: 22px 24px;
}

.nh-room-wide-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.nh-room-wide-title h3 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #222;
  font-size: 22px;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-room-wide-title h3 a:hover {
  color: #ff7800;
}

.nh-room-wide-title em {
  color: #ff6a00;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.nh-room-wide-body p {
  margin: 12px 0 16px;
  color: #6f7782;
}

.nh-room-wide-body dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.nh-room-wide-body dl div {
  min-width: 0;
  padding: 10px 12px;
  background: #fafafa;
}

.nh-room-wide-body dt {
  color: #98a2ad;
  font-size: 12px;
}

.nh-room-wide-body dd {
  margin: 4px 0 0;
  color: #222;
  font-weight: 700;
}

.nh-room-wide-more {
  height: 34px;
  margin-top: 18px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  background: #ff7800;
  color: #fff;
  font-weight: 700;
}

.nh-room-detail-page {
  display: grid;
  gap: 22px;
}

.nh-room-detail-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.nh-room-detail-title h2 {
  margin: 0;
  color: #202631;
  font-size: 30px;
  line-height: 40px;
}

.nh-room-detail-title p {
  margin: 8px 0 0;
  color: #7b8490;
  font-size: 14px;
}

.nh-room-detail-switch {
  display: flex;
  gap: 10px;
  white-space: nowrap;
}

.nh-room-detail-switch a {
  height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e5e8ed;
  background: #fff;
  color: #4e5865;
}

.nh-room-detail-switch a:hover {
  border-color: #ff7800;
  color: #ff7800;
}

.nh-room-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
}

.nh-room-detail-visual,
.nh-room-detail-aside,
.nh-room-detail-section,
.nh-room-detail-side .nh-subscribe-card,
.nh-room-detail-side .nh-guide-card {
  border: 1px solid #edf0f3;
  background: #fff;
}

.nh-room-image-stage {
  height: 560px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fb;
}

.nh-room-image-stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.nh-room-image-actions {
  min-height: 52px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #edf0f3;
  color: #8a93a0;
  font-size: 13px;
}

.nh-room-image-actions a {
  color: #ff7800;
  font-weight: 700;
}

.nh-room-detail-aside {
  padding: 28px;
}

.nh-room-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nh-room-detail-head strong {
  color: #ff5a00;
  font-size: 28px;
  line-height: 34px;
}

.nh-room-detail-head span {
  padding: 5px 10px;
  background: #283144;
  color: #fff;
  font-size: 12px;
}

.nh-room-detail-facts {
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.nh-room-detail-facts div {
  min-width: 0;
  padding: 14px;
  background: #fafafa;
}

.nh-room-detail-facts dt,
.nh-room-house-info dt {
  color: #98a2ad;
  font-size: 12px;
}

.nh-room-detail-facts dd,
.nh-room-house-info dd {
  margin: 6px 0 0;
  color: #202631;
  font-weight: 700;
}

.nh-room-detail-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nh-room-detail-tags span {
  padding: 6px 10px;
  background: #fff4ec;
  color: #ff7800;
  font-size: 12px;
}

.nh-room-detail-contact {
  margin-top: 24px;
  padding: 18px;
  background: linear-gradient(135deg, #fff8f2, #fff);
  border: 1px solid #ffe0c6;
}

.nh-room-detail-contact span {
  color: #8a93a0;
  font-size: 13px;
}

.nh-room-detail-contact strong {
  margin-top: 6px;
  display: block;
  color: #202631;
  font-size: 24px;
}

.nh-room-detail-contact p {
  margin: 8px 0 0;
  color: #7b8490;
  line-height: 22px;
}

.nh-room-detail-buttons {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.nh-room-detail-buttons a {
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff7800;
  color: #ff7800;
  font-weight: 700;
}

.nh-room-detail-buttons a.primary {
  background: #ff7800;
  color: #fff;
}

.nh-room-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
}

.nh-room-detail-main,
.nh-room-detail-side {
  min-width: 0;
  display: grid;
  gap: 18px;
  align-content: start;
}

.nh-room-detail-section {
  padding: 24px;
}

.nh-room-detail-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.nh-room-detail-section-head h3 {
  margin: 0;
  color: #202631;
  font-size: 22px;
}

.nh-room-detail-section-head a {
  color: #ff7800;
}

.nh-room-analysis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.nh-room-analysis div {
  padding: 18px;
  background: #fafafa;
}

.nh-room-analysis strong {
  color: #202631;
  font-size: 16px;
}

.nh-room-analysis p {
  margin: 8px 0 0;
  color: #6f7782;
  line-height: 24px;
}

.nh-room-mini-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.nh-room-mini-list a {
  padding: 14px;
  border: 1px solid #edf0f3;
  background: #fff;
}

.nh-room-mini-list a:hover,
.nh-room-mini-list a.active {
  border-color: #ff7800;
  background: #fff8f2;
}

.nh-room-mini-list strong,
.nh-room-mini-list span {
  display: block;
}

.nh-room-mini-list strong {
  color: #202631;
}

.nh-room-mini-list span {
  margin-top: 6px;
  color: #7b8490;
  font-size: 13px;
}

.nh-room-house-info {
  margin: 0;
  display: grid;
  gap: 12px;
}

.nh-room-house-info div {
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f2f5;
}

.nh-comment-write {
  padding: 24px;
  border: 1px solid #edf0f3;
  background: #fff;
}

.nh-comment-score {
  display: grid;
  grid-template-columns: 1fr 158px;
  gap: 24px;
  align-items: stretch;
}

.nh-score-lines {
  display: grid;
  gap: 12px;
}

.nh-score-line {
  min-height: 28px;
  display: grid;
  grid-template-columns: 44px repeat(5, 24px) 54px 1fr;
  gap: 4px;
  align-items: center;
}

.nh-score-line span {
  color: #333;
  font-weight: 700;
}

.nh-score-line button {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d7dde3;
  font-size: 20px;
  line-height: 24px;
}

.nh-score-line button.active {
  color: #ff8a00;
}

.nh-score-line em {
  color: #ff6a00;
  font-style: normal;
  font-weight: 700;
}

.nh-score-line small {
  overflow: hidden;
  color: #98a2ad;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-score-average {
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff7ef;
  text-align: center;
}

.nh-score-average span {
  color: #555;
  font-weight: 700;
}

.nh-score-average strong {
  margin: 8px 0 6px;
  color: #ff6a00;
  font-size: 24px;
}

.nh-score-average p {
  margin: 0;
  color: #9b8a7d;
  font-size: 12px;
}

.nh-comment-form {
  margin-top: 20px;
}

.nh-comment-form textarea {
  width: 100%;
  height: 116px;
  padding: 14px 16px;
  display: block;
  border: 1px solid #e3e7ed;
  outline: none;
  resize: vertical;
  color: #333;
}

.nh-comment-form textarea:focus,
.nh-verify input:focus {
  border-color: #ff7800;
}

.nh-comment-submit-row {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.nh-verify {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nh-verify input {
  width: 104px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #e3e7ed;
  outline: none;
}

.nh-verify img {
  width: 92px;
  height: 38px;
  border: 1px solid #e3e7ed;
  object-fit: cover;
  cursor: pointer;
}

.nh-verify button {
  border: 0;
  background: transparent;
  color: #ff7800;
}

.nh-comment-submit-row span {
  flex: 1;
  color: #ff6a00;
}

.nh-comment-submit {
  height: 38px;
  padding: 0 22px;
  border: 0;
  background: #ff7800;
  color: #fff;
  font-weight: 700;
}

.nh-comment-page-list {
  margin-top: 24px;
  display: grid;
  gap: 16px;
}

.nh-comment-full {
  padding: 20px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  border: 1px solid #edf0f3;
  background: #fff;
}

.nh-comment-full > img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.nh-comment-full-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nh-comment-full h3 {
  margin: 0;
  color: #222;
  font-size: 16px;
}

.nh-comment-full time {
  margin-left: 12px;
  color: #98a2ad;
  font-size: 12px;
  font-weight: 400;
}

.nh-star-bar {
  width: 86px;
  height: 16px;
  display: block;
  background: linear-gradient(90deg, #d7dde3 0 20%, transparent 20% 25%, #d7dde3 25% 45%, transparent 45% 50%, #d7dde3 50% 70%, transparent 70% 75%, #d7dde3 75% 95%, transparent 95%);
  position: relative;
  overflow: hidden;
}

.nh-star-bar i {
  height: 16px;
  display: block;
  background: linear-gradient(90deg, #ff8a00 0 20%, transparent 20% 25%, #ff8a00 25% 45%, transparent 45% 50%, #ff8a00 50% 70%, transparent 70% 75%, #ff8a00 75% 95%, transparent 95%);
}

.nh-comment-full p {
  margin: 12px 0;
  color: #44505c;
  line-height: 26px;
}

.nh-comment-scores {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nh-comment-scores span {
  height: 26px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  background: #f4f6f8;
  color: #6f7782;
  font-size: 12px;
}

.nh-page-list {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}

.nh-page-list ul,
.nh-page-list ol {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 6px;
  list-style: none;
}

.nh-page-list a,
.nh-page-list span {
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3e7ed;
  background: #fff;
  color: #44505c;
}

.nh-page-list a:hover,
.nh-page-list .active span,
.nh-page-list span.current {
  border-color: #ff7800;
  background: #ff7800;
  color: #fff;
}

.nh-photo-preview-mask {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .78);
}

.nh-photo-preview-mask.is-visible {
  display: flex;
}

.nh-photo-preview-box {
  width: min(960px, 82vw);
  max-height: 86vh;
  position: relative;
}

.nh-photo-preview-box img {
  width: 100%;
  max-height: 86vh;
  object-fit: contain;
  background: #111;
}

.nh-photo-preview-box button {
  position: absolute;
  top: -42px;
  right: 0;
  width: 36px;
  height: 36px;
  border: 0;
  background: #fff;
  color: #222;
  font-size: 24px;
  line-height: 36px;
}

.nh-question-box {
  margin-bottom: 24px;
  padding: 24px;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  border: 1px solid #edf0f3;
  background: #fff;
}

.nh-question-box h3 {
  margin: 0 0 8px;
  color: #222;
  font-size: 20px;
}

.nh-question-box p {
  margin: 0;
  color: #7c8590;
  line-height: 24px;
}

.nh-question-form textarea {
  width: 100%;
  height: 104px;
  padding: 14px 16px;
  display: block;
  border: 1px solid #e3e7ed;
  outline: none;
  resize: vertical;
  color: #333;
}

.nh-question-form textarea:focus {
  border-color: #ff7800;
}

.nh-question-submit-row {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nh-question-submit-row span {
  color: #ff6a00;
}

.nh-question-submit {
  height: 38px;
  padding: 0 22px;
  border: 0;
  background: #ff7800;
  color: #fff;
  font-weight: 700;
}

.nh-question-list {
  display: grid;
  gap: 16px;
}

.nh-question-item {
  padding: 22px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  border: 1px solid #edf0f3;
  background: #fff;
}

.nh-question-mark {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff7800;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.nh-question-content {
  min-width: 0;
}

.nh-question-content h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: 19px;
  line-height: 28px;
}

.nh-question-content h3 a:hover {
  color: #ff7800;
}

.nh-answer-preview {
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  background: #fafafa;
}

.nh-answer-preview span {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #283144;
  color: #fff;
  font-weight: 700;
}

.nh-answer-preview p {
  max-height: 48px;
  margin: 0;
  overflow: hidden;
  color: #44505c;
  line-height: 24px;
}

.nh-question-meta {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #98a2ad;
  font-size: 13px;
}

.nh-question-meta em {
  color: #ff6a00;
  font-style: normal;
}

.nh-wait-question {
  display: grid;
  gap: 12px;
}

.nh-wait-question a {
  padding-bottom: 12px;
  display: block;
  border-bottom: 1px solid #f1f3f5;
}

.nh-wait-question a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.nh-wait-question strong {
  max-height: 44px;
  display: block;
  overflow: hidden;
  color: #333;
  line-height: 22px;
}

.nh-wait-question a:hover strong {
  color: #ff7800;
}

.nh-wait-question span {
  margin-top: 6px;
  display: block;
  color: #98a2ad;
  font-size: 12px;
}

.nh-support-page {
  padding-top: 28px;
}

.nh-support-map {
  border: 1px solid #edf0f3;
  background: #fff;
}

.nh-support-tabs {
  height: 54px;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #edf0f3;
}

.nh-support-tabs button {
  min-width: 92px;
  padding: 0 18px;
  border: 0;
  border-right: 1px solid #edf0f3;
  background: #fff;
  color: #44505c;
  font-weight: 700;
}

.nh-support-tabs button:hover,
.nh-support-tabs button.active {
  background: #fff7ef;
  color: #ff6a00;
}

.nh-support-map-body {
  display: grid;
  grid-template-columns: 1fr 332px;
  min-height: 486px;
}

.nh-support-visual {
  min-height: 486px;
  position: relative;
  overflow: hidden;
  background: #f5f7fa;
}

.nh-support-tdt-map {
  background: #f5f7fa;
}

.nh-map-fallback {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a95a1;
  background: rgba(245, 247, 250, .9);
  font-size: 14px;
  pointer-events: none;
}

.nh-tdt-info strong {
  display: block;
  color: #222;
  font-size: 16px;
  line-height: 24px;
}

.nh-tdt-info p {
  margin: 6px 0 0;
  color: #666;
  line-height: 22px;
}

.nh-support-panel {
  padding: 26px 24px;
  border-left: 1px solid #edf0f3;
}

.nh-support-panel-head {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #edf0f3;
}

.nh-support-panel-head h3 {
  margin: 0;
  color: #222;
  font-size: 24px;
  line-height: 46px;
}

.nh-support-panel-head span {
  color: #98a2ad;
}

.nh-support-address {
  margin-bottom: 18px;
  padding: 16px;
  background: #fafafa;
}

.nh-support-address strong {
  color: #222;
}

.nh-support-address p {
  margin: 8px 0;
  color: #44505c;
  line-height: 24px;
}

.nh-support-address em {
  color: #98a2ad;
  font-style: normal;
  font-size: 12px;
}

.nh-support-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nh-support-list li {
  padding: 13px 0;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
  border-bottom: 1px solid #f1f3f5;
}

.nh-support-list strong {
  color: #222;
}

.nh-support-list span {
  color: #6f7782;
  line-height: 22px;
}

.nh-support-map-link {
  height: 40px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff7800;
  color: #fff;
  font-weight: 700;
}

.nh-support-info-row {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.nh-support-info-card {
  min-height: 160px;
  padding: 26px;
  border: 1px solid #edf0f3;
  background: #fff;
}

.nh-support-info-card h3 {
  margin: 0;
  color: #222;
  font-size: 22px;
}

.nh-support-info-card p {
  min-height: 48px;
  margin: 12px 0;
  color: #6f7782;
  line-height: 24px;
}

.nh-support-info-card strong {
  margin-right: 18px;
  color: #222;
  font-size: 20px;
}

.nh-support-info-card a {
  color: #ff7800;
  font-weight: 700;
}
