.pc-second-page {
  padding-bottom: 52px;
  background: #fff;
}

.pc-second-page .nh-wrap,
.pc-second-sticky-search .nh-wrap {
  width: 1200px;
}

.pc-second-sticky-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: transform .18s ease, opacity .18s ease;
}

.pc-second-sticky-on .pc-second-sticky-search,
.pc-second-sticky-search.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.pc-second-sticky-inner {
  height: 60px;
  display: flex;
  align-items: center;
}

.pc-second-sticky-home {
  width: 250px;
  display: inline-flex;
  align-items: center;
  color: #333;
  font-size: 14px;
}

.pc-second-sticky-home:hover {
  color: #ff6a00;
}

.pc-second-sticky-home i {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background: #ff6a00;
}

.pc-second-sticky-home i::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 10px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  box-sizing: border-box;
}

.pc-second-sticky-home i::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.pc-second-sticky-form {
  width: 482px;
  height: 40px;
  margin-left: auto;
  display: flex;
  border: 1px solid #e3e6eb;
  background: #fff;
}

.pc-second-sticky-form input {
  flex: 1;
  min-width: 0;
  height: 38px;
  padding: 0 17px;
  border: 0;
  outline: none;
  color: #333;
  font-size: 13px;
}

.pc-second-sticky-form button {
  width: 112px;
  height: 38px;
  border: 0;
  background: #ff6a00;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.pc-second-sticky-map {
  width: 112px;
  height: 40px;
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff6a00;
  border-radius: 4px;
  color: #ff6a00;
  font-size: 14px;
  font-weight: 700;
}

.pc-second-sticky-map:hover {
  background: #fff3e8;
}

.pc-second-hero {
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}

.pc-second-hero .nh-wrap {
  padding: 8px 0 7px;
}

.pc-second-hero .nh-breadcrumb,
.pc-second-hero .nh-breadcrumb a,
.pc-second-hero .nh-breadcrumb span,
.pc-second-hero .nh-breadcrumb em {
  font-size: 12px;
  line-height: 16px;
}

.pc-second-filter-section {
  padding: 16px 0 0;
  background: #fff;
}

.pc-second-filter-card {
  position: relative;
  padding: 0 20px 9px;
  border: 1px solid #edf0f3;
  background: #fff;
}

.pc-second-location-tabs {
  height: 30px;
  display: grid;
  grid-template-columns: 49px repeat(3, max-content);
  align-items: center;
  column-gap: 22px;
  border-bottom: 1px solid #f1f3f5;
}

.pc-second-location-label {
  color: #222;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
}

.pc-second-location-tabs a {
  position: relative;
  color: #222;
  font-size: 12px;
  line-height: 30px;
  font-weight: 600;
}

.pc-second-location-tabs a:hover,
.pc-second-location-tabs a.active {
  color: #ff6a00;
}

.pc-second-location-tabs a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 22px;
  height: 2px;
  margin-left: -11px;
  background: #ff6a00;
}

.pc-second-filter-row {
  min-height: 31px;
  display: grid;
  grid-template-columns: 49px 1fr;
}

.pc-second-filter-label {
  padding-top: 7px;
  color: #222;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
}

.pc-second-filter-options {
  min-width: 0;
  padding: 4px 0 3px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.pc-second-filter-options a {
  min-height: 22px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 22px;
  color: #44505c;
  border-radius: 2px;
}

.pc-second-filter-options a:hover,
.pc-second-filter-options a.active {
  color: #ff6a00;
  font-weight: 600;
}

.pc-second-filter-extra {
  display: none;
}

.pc-second-filter-card.is-open .pc-second-filter-extra {
  display: block;
}

.pc-second-filter-more {
  height: 28px;
  margin: 8px 0 0 49px;
  padding: 0 15px;
  border: 1px solid #e5e9ee;
  background: #fff;
  font-size: 12px;
  color: #44505c;
}

.pc-second-filter-more:hover {
  border-color: #ff7800;
  color: #ff7800;
}

.pc-second-filter-more i {
  width: 6px;
  height: 6px;
  margin-left: 8px;
  display: inline-block;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.pc-second-filter-card.is-open .pc-second-filter-more i {
  transform: translateY(2px) rotate(225deg);
}

.pc-second-content {
  padding-top: 20px;
}

.pc-second-grid {
  display: grid;
  grid-template-columns: 850px 310px;
  gap: 40px;
  align-items: start;
}

.pc-second-main,
.pc-second-side {
  min-width: 0;
}

.pc-second-toolbar {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid #edf0f3;
}

.pc-second-tabs,
.pc-second-sort {
  display: flex;
  align-items: center;
}

.pc-second-tabs {
  gap: 22px;
}

.pc-second-sort {
  gap: 18px;
}

.pc-second-tabs a {
  height: 54px;
  display: inline-flex;
  align-items: center;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.pc-second-tabs a.active,
.pc-second-tabs a:hover,
.pc-second-sort a.active,
.pc-second-sort a:hover {
  color: #ff6a00;
}

.pc-second-tabs a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #ff6a00;
}

.pc-second-sort a {
  color: #7b8490;
  white-space: nowrap;
}

.pc-second-count {
  padding: 17px 0 0;
  color: #6f7782;
  font-size: 14px;
}

.pc-second-count em {
  color: #ff6a00;
  font-style: normal;
  font-weight: 700;
}

.pc-second-list {
  min-height: 280px;
}

.pc-second-card {
  min-height: 220px;
  padding: 26px 0;
  display: grid;
  grid-template-columns: 220px 1fr 150px;
  gap: 24px;
  border-bottom: 1px solid #edf0f3;
  background: #fff;
}

.pc-second-cover {
  width: 220px;
  height: 160px;
  display: block;
  position: relative;
  overflow: hidden;
  background: #f2f4f6;
}

.pc-second-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}

.pc-second-cover:hover img {
  transform: scale(1.035);
}

.pc-second-cover span {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 24px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, .58);
  color: #fff;
  font-size: 12px;
}

.pc-second-cover span + span {
  left: 58px;
}

.pc-second-card-body {
  min-width: 0;
}

.pc-second-card-title {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pc-second-card-title h3 {
  max-width: 390px;
  margin: 0;
  overflow: hidden;
  color: #111;
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-second-card-title h3 a:hover {
  color: #ff6a00;
}

.pc-second-card-title em {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff6a00;
  color: #fff;
  font-style: normal;
  font-size: 12px;
}

.pc-second-estate {
  margin: 9px 0 0;
  overflow: hidden;
  color: #243042;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-second-meta,
.pc-second-user {
  margin: 11px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  color: #6f7782;
}

.pc-second-meta span,
.pc-second-user span {
  position: relative;
  padding-right: 13px;
  margin-right: 12px;
}

.pc-second-meta span::after,
.pc-second-user span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 12px;
  background: #d9dde3;
}

.pc-second-meta span:last-child::after,
.pc-second-user span:last-child::after {
  display: none;
}

.pc-second-tags {
  min-height: 28px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pc-second-tags span {
  height: 24px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  background: #fff3e8;
  color: #ff6a00;
  font-size: 12px;
}

.pc-second-price {
  padding-top: 22px;
  text-align: right;
}

.pc-second-price strong {
  color: #ff3d00;
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
}

.pc-second-price span {
  margin-left: 2px;
  color: #ff3d00;
  font-size: 16px;
}

.pc-second-price em {
  margin-top: 8px;
  display: block;
  color: #7b8490;
  font-style: normal;
}

.pc-second-price a {
  height: 42px;
  margin-top: 20px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff6a00;
  color: #fff;
  font-weight: 700;
}

.pc-second-price a:hover,
.pc-sell-house:hover {
  background: #f05f00;
}

.pc-second-pages {
  padding: 32px 0 8px;
  text-align: center;
}

.pc-second-pages ul,
.pc-second-pages ol {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.pc-second-pages a,
.pc-second-pages span {
  min-width: 34px;
  height: 34px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e6ec;
  background: #fff;
  color: #44505c;
}

.pc-second-pages a:hover,
.pc-second-pages .active span,
.pc-second-pages span.current {
  border-color: #ff6a00;
  background: #ff6a00;
  color: #fff;
}

.pc-second-side {
  position: sticky;
  top: 16px;
}

.pc-sell-house {
  width: 100%;
  height: 54px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff6a00;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.pc-second-side-card {
  margin-bottom: 16px;
  padding: 22px 22px 20px;
  border: 1px solid #edf0f3;
  background: #fff;
}

.pc-second-side-title {
  height: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #edf0f3;
}

.pc-second-side-title h3 {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.pc-second-side-title a {
  color: #9aa2ad;
  font-size: 13px;
}

.pc-second-side-title a:hover {
  color: #ff6a00;
}

.pc-second-rec-card {
  padding: 0 15px 4px;
  border: 0;
}

.pc-second-rec-card .pc-second-side-title {
  height: auto;
  margin-bottom: 18px;
  border-bottom: 0;
}

.pc-second-rec-card .pc-second-side-title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.pc-second-rec-list {
  padding-top: 0;
}

.pc-second-rec-list .pc-second-rec-item {
  display: block;
  min-height: 0;
  padding: 0 0 28px;
  margin-bottom: 2px;
  border-bottom: 0;
}

.pc-second-rec-cover {
  width: 100%;
  height: 199px;
  position: relative;
  overflow: hidden;
  background: #f2f4f6;
}

.pc-second-rec-cover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .62));
}

.pc-second-rec-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}

.pc-second-rec-item:hover .pc-second-rec-cover img {
  transform: scale(1.035);
}

.pc-second-rec-cover span {
  position: absolute;
  left: 10px;
  bottom: 8px;
  z-index: 1;
  max-width: 250px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-second-rec-item h4 {
  height: 22px;
  margin: 12px 0 0;
  overflow: hidden;
  color: #111;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-second-rec-item:hover h4 {
  color: #ff6a00;
}

.pc-second-rec-meta {
  margin: 7px 0 0;
  overflow: hidden;
  color: #222;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pc-second-rec-meta span {
  color: inherit;
  font-weight: 400;
}

.pc-second-rec-meta span + span::before {
  content: "|";
  margin: 0 5px;
  color: #222;
}

.pc-second-rec-agent {
  margin: 3px 0 0;
  color: #9aa2ad;
  font-size: 14px;
  line-height: 22px;
}

.pc-second-rec-agent i {
  margin-left: 4px;
  font-style: normal;
  font-size: 16px;
  vertical-align: -1px;
}

.pc-second-rec-price {
  margin: 6px 0 0;
  color: #ff6a00;
  line-height: 30px;
}

.pc-second-rec-price strong {
  color: #ff6a00;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.pc-second-rec-price span {
  margin-left: 4px;
  color: #ff6a00;
  font-size: 15px;
}

.pc-second-rec-price em {
  margin-left: 5px;
  color: #ff6a00;
  font-style: normal;
  font-size: 14px;
}

.pc-second-guide-list {
  margin: 0;
  padding: 14px 0 0;
  list-style: none;
}

.pc-second-guide-list li {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pc-second-guide-list em {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  background: #ff6a00;
  color: #fff;
  font-size: 12px;
  font-style: normal;
}

.pc-second-guide-list li:nth-child(n + 4) em {
  background: #b9c0ca;
}

.pc-second-guide-list a {
  min-width: 0;
  overflow: hidden;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-second-guide-list a:hover {
  color: #ff6a00;
}

.pc-second-guide-empty {
  color: #9aa2ad;
}

.pc-second-guide-empty::before {
  display: none;
}

.pc-second-page .nh-empty-illustration {
  padding: 64px 0 58px;
  border-bottom: 1px solid #edf0f3;
}

.pc-second-main .pc-second-toolbar {
  min-height: 40px;
  align-items: flex-start;
  border-bottom: 2px solid #ff7800;
}

.pc-second-main .pc-second-tabs {
  gap: 0;
}

.pc-second-main .pc-second-tabs a {
  height: 40px;
  min-width: 114px;
  justify-content: center;
  color: #111;
  font-size: 16px;
  font-weight: 400;
}

.pc-second-main .pc-second-tabs a.active,
.pc-second-main .pc-second-tabs a:hover {
  background: #ff7800;
  color: #fff;
  font-weight: 700;
}

.pc-second-main .pc-second-tabs a.active::after {
  display: none;
}

.pc-second-main .pc-second-sort {
  height: 40px;
  align-items: center;
  gap: 21px;
  color: #6f7782;
  font-size: 12px;
}

.pc-second-main .pc-second-sort a {
  position: relative;
  color: #111;
  font-size: 12px;
  line-height: 20px;
}

.pc-second-main .pc-second-sort a::after {
  content: "";
  width: 7px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: -1px;
  background:
    linear-gradient(135deg, transparent 46%, #c2c7cf 47%, #c2c7cf 58%, transparent 59%) 0 0 / 7px 5px no-repeat,
    linear-gradient(315deg, transparent 46%, #c2c7cf 47%, #c2c7cf 58%, transparent 59%) 0 5px / 7px 5px no-repeat;
}

.pc-second-main .pc-second-sort a.active {
  color: #ff7800;
  font-weight: 700;
}

.pc-second-main .pc-second-count {
  padding: 20px 0 20px;
  color: #6f7782;
  font-size: 16px;
}

.pc-second-main .pc-second-count strong,
.pc-second-main .pc-second-count em {
  color: #ff7800;
  font-style: normal;
  font-weight: 800;
}

.pc-second-main .pc-second-count strong {
  color: #222;
}

.pc-second-market {
  height: 86px;
  margin-bottom: 28px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 118px 126px 116px 120px 120px;
  align-items: center;
  column-gap: 18px;
  background: #f8f8f8;
}

.pc-second-market-city {
  color: #111;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.pc-second-market span {
  display: block;
  color: #8b949e;
  font-size: 12px;
  line-height: 20px;
}

.pc-second-market strong,
.pc-second-market a {
  color: #222;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.pc-second-market a {
  text-decoration: underline;
}

.pc-second-market .up {
  color: #ff3d00;
}

.pc-second-market .down {
  color: #0f9d58;
}

.pc-second-list .pc-second-card {
  min-height: 236px;
  padding: 28px 0 30px;
  grid-template-columns: 270px 1fr 132px;
  gap: 20px;
}

.pc-second-list .pc-second-cover {
  width: 270px;
  height: 180px;
}

.pc-second-list .pc-second-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-second-list .pc-second-cover em {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 24px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, .58);
  color: #fff;
  font-style: normal;
  font-size: 12px;
}

.pc-second-cover .pc-second-play {
  position: absolute;
  left: 14px;
  top: auto;
  bottom: 14px;
  width: 42px;
  height: 42px;
  padding: 0;
  display: block;
  background-color: transparent;
  background: url("/static/newhouse/images/video-icon.png") center center / contain no-repeat;
}

.pc-second-list .pc-second-card-body {
  padding-top: 3px;
}

.pc-second-list .pc-second-card-title {
  height: 36px;
}

.pc-second-list .pc-second-card-title h3 {
  max-width: 438px;
  color: #292929;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.pc-second-list .pc-second-card-title em {
  background: #5c6373;
}

.pc-second-line {
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  min-width: 0;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 21px;
}

.pc-second-line img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  flex: 0 0 15px;
  object-fit: contain;
}

.pc-second-line > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-second-location span {
  max-width: 430px;
}

.pc-second-list .pc-second-meta,
.pc-second-list .pc-second-user {
  flex-wrap: nowrap;
  gap: 0;
}

.pc-second-list .pc-second-meta span,
.pc-second-list .pc-second-user span {
  margin-right: 0;
  padding-right: 0;
}

.pc-second-list .pc-second-meta span + span::before,
.pc-second-list .pc-second-user span + span::before {
  content: "|";
  margin: 0 6px;
  color: #5d6876;
}

.pc-second-list .pc-second-meta span::after,
.pc-second-list .pc-second-user span::after {
  display: none;
}

.pc-second-agent-dot {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #111;
  vertical-align: -2px;
}

.pc-second-agent-dot::after {
  content: "";
  width: 5px;
  height: 2px;
  margin: 6px auto 0;
  display: block;
  background: #fff;
}

.pc-second-list .pc-second-tags {
  margin-top: 13px;
}

.pc-second-list .pc-second-tags span {
  height: 24px;
  border-radius: 2px;
  background: #f1f2f4;
  color: #656565;
  font-size: 12px;
}

.pc-second-list .pc-second-tags .pc-second-tag-dark {
  background: #5c6373;
  color: #fff;
  font-weight: 700;
}

.pc-second-list .pc-second-price {
  padding-top: 72px;
}

.pc-second-list .pc-second-price strong {
  color: #ff7800;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
}

.pc-second-list .pc-second-price span {
  color: #ff7800;
  font-size: 14px;
}

.pc-second-list .pc-second-price em {
  margin-top: 2px;
  color: #ff7800;
  font-size: 12px;
  line-height: 18px;
}
