@charset "UTF-8";

@font-face {
  font-family: "GoogleSans";
  font-display: swap;
  src: url("../Fonts/GoogleSans-Regular.woff2") format("woff2"), url("../Fonts/GoogleSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GoogleSans";
  font-display: swap;
  src: url("../Fonts/GoogleSans-Medium.woff2") format("woff2"), url("../Fonts/GoogleSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GoogleSans";
  font-display: swap;
  src: url("../Fonts/GoogleSans-Bold.woff2") format("woff2"), url("../Fonts/GoogleSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
    font-family: "VisbyCF";
    font-display: swap;
    src: url("../Fonts/VisbyCF.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  font-family: "GoogleSans", sans-serif, serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 1;
  color: #333333;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
}
html {
  scroll-behavior: smooth;
}
header,footer,main,section,aside,nav {
  display: block;
}
input,button,textarea,h1,h2,h3,p,ol,ul,a {
  border: none;
  list-style: none;
  text-decoration: none;
  outline: none;
}
button {
  background: 0 0;
}
input:focus,button:focus,textarea:focus {
  outline: none;
}
a {
  display: inline-block;
  cursor: pointer;
  color:#333333;
}
a:hover,
a:visited {
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
  opacity: 1;
}
img[data-src] { 
  opacity: 0
}
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}
.ad-layout {
  width:100%;
  margin-bottom: 24px;
}
.ad-layout.normal {
  margin-bottom: 24px;
}
.ad-layout.top {
  margin-top:40px;
}
.ad-layout.category {
  margin-bottom:40px;
}
.ad-layout.top-ad {
  margin-bottom:24px
}

/* tips */
#popup-back {
  width: 100%;
  height: 100%;
  background: rgb(0 0 0/80%);
  position: fixed;  
  top: 0;
  z-index: 99999;
  display: none;
}
.popup-arrow {
  width: 80px;
  position: absolute;
  top: -90px;
  transform: scaleX(-1) rotate(24deg);
}
.popup-inner {
  width: 500px;
  position: absolute;
  top: 240px;
  left: 24%;
}
.popup-inner,.popup-text {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}

.bread_crumbs {
	width: 100%;
}
.bread_crumbs i {
	font-style: normal;
	color: #aaa;
	font-size: 14px;
}
.bread-crumbs-icon {
	color: #999;
	margin: 0 4px;
}
.bread_crumbs span a {
  display: inline;
}
.bread_crumbs span a:hover i {
	text-decoration: underline;
	color: #c9874f;
}
.bread_crumbs span:first-child::before {
	content: "";
}
.bread_crumbs span:last-child > a {
	height:18px;
}
.bread_crumbs span:last-child > a i {
	line-height:20px
}
.bread_crumbs a:hover i {
	color: #c9874f;
}
.link-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:99;
}
.bread-crumbs-wrap {
	display: none;
  margin-top:32px;
}
header {
  height:64px;
  background-color: #ffffff;
  box-shadow: 0px 0px 11px 1px 
		rgba(12, 28, 47, 0.08);
}
footer {
	background-color: #f7f8f9;
}
main {
  flex:1;
  margin-bottom:40px;
}
.index-cover-long {
  display: none;
  position: fixed;
  top: -56px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
  z-index: 108;
}
.header, .main, .footer {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1148px;
	width:100%;
}
.main.bill {
  margin-bottom:72px;
}
.container {
  width: 100%;
  height:100%;
}
.container.detail h1 {
  font-size:24px;
  line-height:28px;
  position:relative;
}
/* .container.detail h1::after {
  content: "";
  display: table;
  clear: both;
} */

.detail-price {
  font-family: 'GoogleSans';
  float: right;
  font-size: 18px;
  font-weight: 700;
  color: #c9874f;
  margin-top:2px;
}

.category-content {
  margin-bottom:40px;
  margin-top:24px;
}
.bottom .container {
  margin-bottom:24px;
}
.bottom .aside {
  margin-bottom:24px;
}
.container h1 {
  font-family: VisbyCF;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
  margin-top:16px;
}
.bottom {
  margin-top:16px;
}
.aside {
    width: 100%;
}

.header {
  height: 100%;
	display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo{

}

.header-nav {
  display: none;
  width:80%;
  max-width: 360px;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #fff;
  right: 0;
  bottom:0;
  right: -360px;
  transition: right 0.5s;
}
.header-nav.expand {
  display: block;
  right:0;
  z-index:111;
}
.nav-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.nav-cover.expand {
  display: block;
  z-index:110;
}
.nav-top {
  height:64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 40px;
  background-color: #f3f4f5;
}
.icon-nav {
  width:20px;
  height:20px;
}
.nav-list {
  padding: 16px 20px 16px 40px;
  height: calc(100vh - 64px);
  overflow-y: scroll;
}
.nav-item {
  position: relative;
  cursor: pointer;
}
.nav-item a,
.nav-sub-item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-item span {
  width:-webkit-max-content;
  color: #333333;
  font-size: 16px;
  line-height: 44px;
  flex: 1;
  padding: 0 16px 0 0;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.nav-item span svg {
  width: 24px;
  height: 20px;
  fill: #000000;
  margin-right: 12px;
}
.nav-item svg {
  width:12px;
  height:12px;
  fill:#e5e5e5;
}
.banner {
  position:relative;
  /* margin-bottom:40px; */
}
.banner img {
  height:360px;
  width:100%;
  object-fit: cover;
}
.banner-content {
  width:100%;
  position:absolute;
  top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-title {
  font-family: VisbyCF;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	color: #ffffff;
  text-align: center;
  padding:0 20px;
}
.banner-title span {
  display: inline-block;
}
.banner-des {
	font-size: 16px;
	color: #ffffff;
	opacity: 0.75;
  text-align: center;
  margin-top:16px;
  padding:0 20px;
  line-height: 20px;
}
.banner-search {
  width:100%;
  padding:0 20px;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:-46%;
}
.search-wrap {
    width:100%;
    padding: 24px 24px 16px 24px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 1px rgba(12, 28, 47, 0.16);
    border-radius: 12px;
   
}
.search-content,
.search-location {
  display: flex;
  align-items: center;
  position:relative;
}

.search-icons {
  width: 22px;
	height: 22px;
	fill: #333333;
}
.search-location .search-icons  {
  width:22px;
  height:24px;
}
.search-location {
  margin-top:16px;
  padding-top:16px;
  border-top: 1px solid #eeeeee;
}
.search-state-list {
  display: flex;
  padding: 12px 0;
  background-color: #ffffff;
  border-radius: 12px;
  border: solid 1px #e5e5e5;
  position: absolute;
  width: 100%;
  top: 56px;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 194px;
  overflow-y: scroll;
  display: none;
  z-index: 16;
}
.search-state-list.expand {
  display: flex;
}
.search-state-item {
  height: 44px;
  font-size: 16px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}
.search-state-item:hover {
  color:#c9874f;
  background-color: rgba(201,135,79, 0.08)
}
.filter-state::after {
  display: inline-block;
  content: ' ';
  height: 18px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 44px;
}


.search-btn {
  width: 100%;
  max-width: 330px;
  height: 48px;
  background-color: #c9874f;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color:#ffffff;
  font-weight: 700;
  margin:24px auto 0;
}

.search-content-input,
.search-location-input {
  width:100%;
  height:22px;
  padding-left:16px;
  font-size: 16px;
	line-height: 22px;
}
input.search-content-input::placeholder,
input.search-location-input::placeholder {
  color: #aaaaaa;
}
input.search-content-input.error-tip::placeholder,
input.search-location-input.error-tip::placeholder {
  color: red;
}
input.search-content-input:-ms-input-placeholder,
input.search-location-input:-ms-input-placeholder {
  color: #aaaaaa;
}
input.search-content-input::-webkit-input-placeholder,
input.search-location-input::-webkit-input-placeholder {
  color: #aaaaaa;
}
footer {
    padding:32px 0;
    text-align: center;
}
.footer-list {
  margin-top: 32px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.footer-item {
  display: inline-block;
  width: 50%;
  margin-bottom: 16px;
  text-align: center;
}
.footer-item a:hover {
  color:#c9874f;
}
.footer-top {
  display: none;
}
.home-section {
  margin:32px 0;
}
.home-section h2 {
  font-family: VisbyCF;
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
}
.home-section h2 span {
  color:#c9874f;
}
.home-content {
  margin-top:24px;
  padding-top:24px;
  border-top:3px solid #f7f8f9;
	border-radius: 2px;
}
.home-content.first,
.home-content.last {
  border-top:none;
  margin-top:0;
}
.keywords-wrap-con {
  margin-bottom:24px;
}
.keywords-title,
.category-title {
  display: flex;
  align-items: center;
}
.keywords-title .icon-sort,
.category-title .icon-sort {
  width: 28px;
	height: 24px;
	fill: #000000;
  margin-right:10px;
}
.keywords-title h3 {
  font-family: VisbyCF;
	font-size: 22px;
	font-weight: 700;
  line-height: 40px;
}
.category-title h3 {
  font-family: VisbyCF;
	font-size: 18px;
	font-weight: 700;
  line-height:40px;
}
.keywords-list {
  margin-top:16px;
  display: flex;
  flex-wrap: wrap;
  margin-left:-8px;
}
.keywords-con {
  padding-left:8px;
  margin-bottom:8px;
}
.keywords-item {
  height:40px;
  padding: 0 20px;
  background-color: #f7f8f9;
	border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
}
.keywords-item:hover {
  background-color: #f3f4f5;
}
.keywords-item .icon-search {
  width: 14px;
	height: 14px;
	fill: #333333;
  margin-right:12px;
}
.keywords-item span {
  flex:1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 22px;
}
.category-float-wrap:last-child {
  margin-bottom:-40px;
}
.category-wrap::after {
  content: "";
  display: table;
  clear: both;
}
.category-wrap-con {
  width:100%;
  margin-bottom:40px;
}
.category-wrap-con.state {
  margin-bottom:0;
}
.category-wrap-con.state .category-list {
  margin-top:0;
}
.category-title {
  position:relative;
}
.category-title .icon-go {
  width: 8px;
	height: 10px;
	fill: #cccccc;
  margin-left: 12px;
  margin-top:2px;
}
.category-list {
  margin-top:16px;
}
.category-list.state {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap:20px 28px;
}
.category-list.vin {
  margin-bottom:72px;
}
.category-item {
  height:22px;
  position:relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-item:hover .category-text {
  color:#c9874f;
}
.category-text {
  flex:1;
  font-size: 16px;
  height:22px;
  line-height:22px;
  margin-right:16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.category-count {
  display: inline-block;
  height:22px;
  line-height:22px;
  padding:0 8px;
  background-color: #f7f8f9;
	border-radius: 2px;
	color: #999999;
}
.map-wrap {
  border: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  margin-bottom: 32px;
}
#map svg {
  height: 100%;
  width: 100%;
  margin: auto;
}
#map .state {
  fill: #f1f2f3;
  cursor: pointer;
  stroke: #fff;
  stroke-width: 1.75;
  stroke-opacity: 1;
  cursor: pointer;
  -webkit-transition: .2s fill;
  transition: .2s fill;
  vertical-align: middle;
}
#map circle {
  fill: #f1f2f3;
}
#map text {
  font-weight: 500;
  fill: #666666;
}
.popular-state-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 24px;
}
.popular-state-item {
  width: 10%;
  height: 22px;
  background-color: #f1f2f3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.popular-state-item a {
  color: #666666;
}
#map a:hover .state, #map a:hover circle {
  fill: #e1e2e3;
  opacity: 1;
}
#map a:hover text {
  fill: #666666;
}
.popular-state-item:hover {
  background: #e1e2e3;
}
.category-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.filter-aside-wrap {
  display: none;
  width: 100%;
  height: calc(100vh - 60px);
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 126;
  box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.08);
  border-radius: 8px 8px 0 0;
  order:2;
}
.filter-aside {
  height: fit-content;
  max-height: calc(100vh - 164px);
  overflow: hidden;
  overflow-y: auto;
}
.filter-aside-wrap.expand {
  display: block;
}
.filter-wrap {
  /* height: 55px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #eeeeee;
  padding: 28px 20px;
  border-radius: 8px 8px 0 0;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
}
.filter-clear {
  font-size: 16px;
  cursor: pointer;
  color: #999999;
}
.filter-title {
  font-size: 22px;
  font-family: VisbyCF;
	font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.filter-close {
  width: 20px;
  height: 20px;
  margin-left:auto;
}
.filter-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
  z-index: 125;
  display: none;
}
.filter-cover.expand {
  display: block;
}
.filter-btn {
  width: 140px;
  padding: 0 12px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 12px;
  order: 1;
  transition:border 0.3s ease;
}
.filter-slide-wrap.banner .filter-btn {
  min-width:114px;
  width:100%;
}
.icon-filter {
  width: 16px;
  height: 16px;
  fill: #c9874f;
}
.banner-category-value, 
.banner-state-value,
.banner-county-value, 
.banner-city-value,
.banner-price-value {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  line-height: 22px;
  flex:1;
}
.filter-condition {
  margin-top:96px;
  padding:0 20px;
  margin-bottom:24px;
}
.condition-con {
  margin-top:20px;
}
.condition-con:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
  padding-bottom:24px;
}
.condition-con.expand .icon-condition {
  transform: rotate(270deg);
}
.condition-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.condition-content {
  display: flex;
  flex-direction: column;
}
.condition-content-key {
  font-family: VisbyCF;
	font-size: 16px;
	font-weight: 700;
  display: inline-block;
  margin-bottom:8px;
}
.condition-content-value {
  font-family: 'GoogleSans';
	font-size: 12px;
	line-height: 18px;
	color: #c9874f;
}
.icon-condition {
  width: 12px;
	height: 12px;
  transform: rotate(90deg);
  fill:#000000;
}

.condition-list {
  margin-top:16px;
  margin-bottom:-8px;
  display: none;
}
.condition-con.expand .condition-list {
  display: block;
}
.condition-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:8px;
  cursor: pointer;
  position:relative;
}
.condition-btn {
  display: flex;
  align-items: center;
  padding-right: 12px;
}
.condition-radio {
  width: 18px;
	height: 18px;
	border: solid 1px #cccccc;
  position:relative;
  border-radius: 50%;
  margin-right:8px;
}
.condition-radio-inner {
  width: 11px;
	height: 11px;
	background-color: transparent;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}
.condition-name {
	font-size: 14px;
	color: #333333;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex:1;
  line-height: 18px;
}
.condition-item.active .condition-radio {
	border: solid 1px #c9874f;
}
.condition-item.active .condition-radio-inner {
	background-color: #c9874f;
}

.condition-list.price {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom:0;
}
.condition-con.expand .condition-list.price {
  display: flex;
}
.condition-list input,
.filter-banner-btn input {
  width: 140px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dddddd;
  padding-left:12px;
  transition: border 0.3s ease;
}
.condition-list input:focus,
.filter-banner-btn input:focus {
  border-color: #c9874f;
}
.filter-banner-btn input {
  height:38px;
}
.condition-list #search-text {
  width:100%;
}
.condition-divide {
  display: inline-block;
  width: 12px;
  border-top:1px solid #cccccc;
}
.condition-filter-wrap {
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background-color: #ffffff;
  z-index:103;
  border-top:2px solid #eeeeee;
}
.condition-filter {
  width:100%;
  max-width: 280px;
	height: 56px;
  line-height: 56px;
  text-align:center;
	background-color: #333333;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
  margin:24px auto;
  cursor:pointer;
}

.category-top {
  text-align:center;
  margin-top:24px;
  margin-bottom:24px;
}
.category-top.sitemap {
  margin-bottom:32px;
}
.category-main {
  display: flex;
  align-items: center;
}
.category-icon {
  width: 24px;
	height: 20px;
	fill: #c9874f;
  display: none;
}
.category-value {
  font-family: VisbyCF;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
  flex:1;
  text-align: left;
}
.category-value.empty {
  margin-top: 0;
}
.category-term {
  display: flex;
  align-items: center;
  margin-left:-8px;
  white-space: nowrap;
  overflow-wrap: break-word;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: scroll;
  margin-top: 16px;
}
.category-term::-webkit-scrollbar {
  display: none;
}
.category-term {
  scrollbar-width: none;
}
.category-term-item:hover {
  background-color: #edeeef;
}
.category-term-item {
  padding:0 24px;
	height: 40px;
  line-height:40px;
	background-color: #f3f4f5;
	border-radius: 20px;
  color: #333333;
  margin-left:8px;
}

.sort-wrap {
  
}
.sort-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.sort-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
  margin-bottom:24px;
}
.sort-label {
	font-size: 14px;
	color: #999999;
  display: none;
}
.sort-btn {
  width:140px;
}
.sort-btn,
.filter-banner-btn  {
  min-width: 114px;
  padding:0 12px;
	height: 38px;
	border-radius: 4px;
	border: solid 1px #dddddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position:relative;
  transition: border 0.3s ease;
}
.sort-btn:hover,
.filter-banner-btn:hover,
.filter-btn:hover {
  border-color: #c9874f;
}
.sort-btn.expand,
.filter-banner-btn.expand {
  border:solid 1px #c9874f;
}
.sort-value {
  font-size: 14px;
	color: #333333;
}
.sort-go {
  width: 6px;
	height: 10px;
  transform: rotate(90deg);
	fill: #c9874f;
  margin-left:12px;
  transition: transform 0.3s ease;
}
.sort-list,
.filter-banner-list {
  padding: 8px 0;
  background-color: #ffffff;
  border-radius: 12px;
  border: solid 1px #e5e5e5;
  position: absolute;
  width: 128px;
  top: 46px;
  left: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  display: none;
  z-index: 100;
  max-height:300px;
}
.filter-banner-list {
  width:200px;
}
.sort-btn.expand .sort-list,
.filter-banner-btn.expand .filter-banner-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.sort-btn.expand .sort-go,
.filter-banner-btn.expand .sort-go {
  transform: rotate(270deg);
}
.sort-item,
.filter-banner-item a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width:100%;
  font-size: 14px;
  padding: 0 12px;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}
.sort-item.active,
.filter-banner-item.active a,
.filter-banner-item a:hover,
.sort-item:hover {
  color:#c9874f;
  background-color: rgba(201,135,79, 0.08);
}
.homes-list {
  width:100%;
  margin-top:16px;
  display: flex;
  flex-direction: column;
  gap:12px;
  margin-bottom:24px;
}
.homes-con {
  width:100%;
}
.homes-item {
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #eeeeee;
  position:relative;
  cursor:pointer;
  height:100%;
  overflow: hidden;
}
.homes-item-ad {
  width:100%;
}

.homes-pic {
  width: 100%;
  height: 100%;
  max-height: 182px;
  background-color: #f3f4f5;
  position: relative;
  overflow: hidden;
}
.homes-pic img {
  width: 100%;
  height: 100%;
  max-height: 182px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.homes-pic-pop {
  height:24px;
  background-color: #c9874f;
	border-radius: 12px;
  padding:0 12px;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	color: #ffffff;
  position:absolute;
  top:8px;
  left:8px;
}
.homes-pic-tip {
  height:24px;
  padding:0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
	border-radius: 4px;
	opacity: 0.5;
  position:absolute;
  bottom:8px;
  right:8px;

}
.homes-pic-tip svg {
  width: 12px;
	height: 12px;
	fill: #ffffff;
  margin-right:4px;
}
.homes-pic-num {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
}
.homes-content {
  padding:10px;
}

.homes-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.homes-info {
  font-size:14px;
}
.homes-info,
.aside-car-info {
  display: flex;
  align-items: center;
  margin-top:12px;
}
.homes-info-item,
.aside-car-info-item {
  display: flex;
  align-items: center;
}
.homes-info-item svg {
  width: 15px;
	height: 15px;
	fill: #333333;
  margin-right:6px;
}
.homes-info-item span {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

.homes-info-item:not(:first-child),
.aside-car-info-item:not(:first-child) {
  margin-left:16px;
}
.homes-des {
	font-size: 14px;
	line-height: 18px;
  margin-top:12px;
	color: #999999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: none;
}
.homes-content.empty .homes-des {
  -webkit-line-clamp: 4;
}
.homes-prices {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #c9874f;
  margin-top:16px;
}

.page-wrap {
	margin:24px 0;
}
.brpp_pageGo {
display: flex;
justify-content: space-between;
}
.page-back-active svg,
.page-next-active svg {
  display: none;
}
.page-back,
.page-back-active {
  font-family: VisbyCF;
  font-weight: 700;
  width: 100px;
  padding: 13px 16px;
  color: #999999;
  border-radius: 4px;
  text-align: center;
  border: solid 2px #cccccc;
  white-space: nowrap;
  margin-right: 24px;
}
.page-back-active:hover {
  background-color: #333333;
  color:#ffffff;
  border: 2px solid #333333;
}
.page-back-active:hover svg {
fill: #fff;
}
.page-back-active,
.page-back {
	width:116px;
	display: none;
}
.page-next-active {
  font-family: VisbyCF;
  font-weight: 700;
  width: 100px;
  padding: 12px 12px;
  color: #333333;
  border-radius: 4px;
  text-align: center;
  border: solid 2px #333333;
  white-space: nowrap;
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-next-active:hover {
  background-color: #333333;
  color:#ffffff;
}
.pageEllipsis {
padding-top: 8px;
}
.page-next-nor {
	display: none;
	width: 92px;
	margin-left: 12px;
	padding: 13px 16px;
	color: #46507d;
	font-weight: 500;
	border-radius: 4px;
	text-align: center;
}
.page-cur,
.page-nor {
  width:44px;
  height:44px;
  font-family: VisbyCF;
  font-weight: 700;
  line-height:44px;
  text-align: center;
  color:#333333;
	border-radius: 4px;
}
.page-cur {
  background-color: #333333;
  color:#ffffff;
}
.page-next-active .icon-next {
  fill: #fff;
  width: 15px;
  height: 12px;
  margin-left: 8px;
  vertical-align: middle;
}
.page-back-active .icon-next {
  fill: #46507d;
  width: 15px;
  height: 12px;
  margin-right: 8px;
  transform: rotate(180deg);
}
.slide-btn {
  width: 32px;
	height: 32px;
	background-color: #000000;
	border-radius: 24px;
	opacity: 0.75;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slide-icon {
  width: 16px;
	height: 16px;
	fill: #ffffff;
	opacity: 0.5;
}
.slide-btn:hover .slide-icon {
	opacity: 1;
}
.slide-left .slide-icon {
  transform: rotate(180deg);
}
.slide-left {
  left:12px;
}
.slide-right {
  right:12px;
}
.slide-list {
  height:100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.image-slide {
  width:100%;
  height:100%;
  position:relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom:24px;
}
.slide-img-con {
  width:100%;
}
.slide-list .slide-img {
  height:100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.slide-indicator {
  width:100%;
  position:absolute;
  bottom:16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indicator-item {
  width: 12px;
	height: 12px;
	background-color: #ffffff;
	border-radius: 6px;
	opacity: 0.5;
  transition: transform 0.2s;
  margin:0 4px;
}
.indicator-item.active {
  transform: scale(1.3);
	background-color: #ffffff;
	border-radius: 8px;
  opacity: 1;
}
.features-top {
  margin-top:32px;
} 
.detail-features h2,
.homes-bottom h2,
.related-article-b h2,
.aside h2{
  font-family: VisbyCF;
	font-weight: 700;
  line-height: 24px;
}
.aside-buy h2 {
  line-height: 24px;
}
h2 {
  font-family: VisbyCF;
  font-size: 20px;
  line-height: 24px;
}
.features-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.features-outhref {
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-href {
	font-size: 14px;
	font-weight: 500;
	color: #999999;
  position:relative;
}
.features-content {
  margin-top:24px;
  background-color: #f7f8f9;
	border-radius: 8px;
  padding:24px;
}
.features-content li {
  list-style: disc;
  margin-left:13px;
  line-height: 28px;
}
.features-item {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.features-key {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.features-value {
  font-size: 16px;
}
.features-des {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
  margin:24px 0;
}
.homes-bottom {
  margin-top:28px;
}
.aside-keywords {
  margin-bottom:32px;
}
.aside-keywords-list {
  display: flex;
  flex-wrap: wrap;
  margin-top:24px;
  margin-bottom: -8px;
  margin-left: -8px;
}
.article-page-img-wrap {
  position: relative;
  width: 100%;
  height: 200px;
}
.article-page-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.article-page-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.article-page-tip {
  color: #c9874f;
  text-align: center;
  padding: 14px 0 4px;
  text-transform: uppercase;
}
.article-page-b {
  text-align: center;
}
.article-page-link {
  font-size: 18px;
  line-height: 26px;
}
.ads-normal {
  margin: 24px 0;
}
.ads-article {
  width: 100%;
}
.ads-article.grid {
  margin:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ads-grid {
  grid-column: 1 / -1;
}
.ads-list {
  width: 100%;
  margin-bottom:20px;
}
.about_us {
  margin-top:20px;
  margin-bottom:40px;
}
.about_us h3, 
.article-section h3{
  font-weight: 700;
  font-size: 18px;
  line-height: 42px;
}

.article-section h3,
.article-section h4 {
  margin: 24px 0 16px;
  font-size: 18px;
  color: #222;
  line-height: 24px;
}
.article-section h4 {
  margin: 32px 0 14px;
}
.article-section h5 {
  margin: 14px 0;
  font-size: 16px;
  color: #222;
}
.article-section img,
.article-section p,
.article-section ul {
  margin: 14px 0;
}
.article-section ul {
  padding-left: 20px;
}
.article-section ul li ul {
  margin: 0 0 14px;
}
.article-section img {
  display: block;
  width: 100%;
}
.article-section li,
.article-section p {
  font-size: 16px;
  line-height: 26px;
  list-style: disc;
}
.article-section li ul li {
  list-style: circle;
}
.article-section li a {
  line-height: 30px;
}
.article-section li:first-child a {
  line-height: 1;
}
.article-section ul {
  word-break: break-word;
}
.article-section {
  margin-bottom: 24px;
}
.long-nav {
  display:none;
  width: 280px;
  background-color: #fff;
  position: fixed;
  top:0;
  bottom:0;
  right: 0;
  z-index: 122;
  flex-direction: column;
  padding-left:32px;
  padding-right:16px;
  overflow-y: auto;
}
.long-nav-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 48px;
	color: #333;
  margin-top:38px;
}
.long-nav-btn {
  width:40px;
  height:40px;
  background-color: #c9874f;
  border-radius: 50%;
  position: fixed;
  right:16px;
  bottom:10%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 125;
}
.icon-long-list,
.icon-long-close {
  width:20px;
  height:20px;
  fill:#ffffff;
}
.icon-long-close {
  display: none;
}
.long-nav-item {
  font-size: 16px;
  line-height:24px;
  color: #c9874f;
  display: inline-block;
  margin-top:12px;  
  position:relative;
  padding-left:22px;
}
.long-nav-item:before {
  content:'-';
  height:100%;
  font-size: 16px;
  color: #c9874f;
  position:absolute;
  left:0;
}
.long-des {
  font-size: 16px;
  line-height:26px;
  color: #333;
  margin-bottom:24px;
}
.article-section.long {
  margin-top:16px;
}
.article-section.long h3,
.article-section .long-title {
  margin: 0 0 18px;
  font-size: 24px;
  padding-top:12px;
  line-height:28px;
}
.article-section .long-content {
  margin:0 0 20px
}
.article-section .long-img {
  margin:0 0 24px
}
.article-section ol {
  padding-left:0;
}
.article-section ol li {
  padding-left:32px;
  list-style: none;
  background: url(../Images/correct4.svg) no-repeat left 2px;
  background-size: 20px 20px;
}
.article-section a {
  color:#c9874f;
}
.article-section a:hover {
  text-decoration: underline;
}

.content-card p:nth-child(1),
.content-card ul {
  margin:0;
}
.content-card {
  margin:24px 0;
}
.content-card p:nth-child(1) {
  padding:24px 56px 24px 20px;
  background-color: #c9874f;
  border-radius: 8px 8px 0px 0px;
  color:#fff;
}
.content-card ul {
  padding:24px 30px 24px 20px;
  background-color: #f8f8f8;
  border-radius: 0px 0px 8px 8px;
}
.content-card li {
  list-style: none;
  font-size: 16px;
  line-height: 30px;
	color: #333333;
  position:relative;
  padding-left:21px;
}
.content-card li:before {
  content: '';
  display: inline-block;
  height: 6px;
  width:6px;
  border-radius: 50%;
  color: #8e97ae;
  background-color: #8e97ae;
  position: absolute;
  left:0;
  top:12px;
}
.content-card ul {
  color:#ffffff;
  text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
  border-bottom:none;
}



.pageNext-des,
.pageNext-l {
  display: none;
}
.pageNext-r {
  width: 100%;
}
.page-next,
.page-prev {
  display: block;
  height: 56px;
  line-height: 56px;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background: #c9874f;
  border-radius: 8px;
}
.page-prev {
  background: #eee;
}
.page-next:hover,
.page-prev:hover {
  background: #b37745;

}
.islike-wrap {
  padding: 24px 36px;
  margin-top: 24px;
  margin-bottom: 24px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.islike-tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
  text-align: center;
}
.islike-t {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}




.feedback-thank {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
.feedback-thank {
  display: none;
  margin-top: 16px;
}
.islike {
  display: flex;
  align-items: center;
  justify-content: center;
}
.isLike_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  height: 40px;
  width:140px;
  font-size: 16px;
  border-radius: 28px;
  margin-top:16px;
}
.isLike_btn span{
  font-size: 14px;
}
.isLike_btn.people_unfill {
  background-color: #f7f8f9;
  color: #999999;
}
.people_unfill span {
  color:#cccccc;
}
.like,
.unlike {
  color: #999999;
  background-color: #f7f8f9;
  cursor:pointer;
  font-weight: 500;
}
.like.people_fill.long  {
  background-color: #c9874f;
}
.unlike.people_fill.long  {
  background-color: #c9874f;
}
.like.people_fill.long span {
  color: #c9874f;
}
.like:hover, 
.unlike:hover {
  background-color: #eeeeee;
}
.like.people_fill,
.unlike.people_fill {
  color:#ffffff;
  background-color: #c9874f;
}
.like.people_fill span,
.unlike.people_fill span {
  color: #c9874f;
}
.icon-like-article,
.icon-unlike {
  width:18px;
  height:18px;
  fill:#333333;
  margin-right: 8px;
  margin-left:8px;
}
.like.people_fill .icon-like-article, 
.unlike.people_fill .icon-unlike {
  fill:#ffffff;
}
.like.people_unfill .icon-like-article, 
.unlike.people_unfill .icon-unlike {
  fill:#999999;
}
.like {
  margin-right:8px;
}
.like_num,
.unlike_num {
  width: 28px;
	height: 28px;
	background-color: #ffffff;
	border-radius: 14px;
  position: relative;
  z-index: 1;
  margin-left:8px;
  text-align: center;
  line-height: 28px;
}
.like_num {
  color:#999999;
}
.unlike_num {
  color:#999999;
}
.comment {
  display: none;
  margin-top: 16px;
}
#commentEmail,
#commentText {
  font-family: 'GoogleSans';
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  border: solid 1px #f2f2f2;
}
#commentText {
  height: 120px;
}
.comment-form-item {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
#commentBtn {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  border-radius: 6px;
  background-color: #c9874f;
  cursor: pointer;
}


@-webkit-keyframes animationLike {
  0% {
    bottom: 17px;
    opacity: 0.4;
  }
  20% {
    opacity: 0.8;
    bottom: 22px;
  }
  40% {
    opacity: 1;
    bottom: 27px;
  }
  60% {
    opacity: 1;
    bottom: 32px;
  }
  80% {
    opacity: 0.8;
    bottom: 37px;
  }
  100% {
    bottom: 42px;
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes animationLike {
  0% {
    bottom: 17px;
    opacity: 0.4;
  }
  20% {
    opacity: 0.8;
    bottom: 22px;
  }
  40% {
    opacity: 1;
    bottom: 27px;
  }
  60% {
    opacity: 1;
    bottom: 32px;
  }
  80% {
    opacity: 0.8;
    bottom: 37px;
  }
  100% {
    bottom: 42px;
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
#animationLike {
  display: none;
  position: absolute;
  right: 12px;
  bottom: 15px;
  z-index: 0;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  animation: animationLike 0.5s;
  -webkit-animation: animationLike 0.5s;
  -o-animation: animationLike 0.5s;
  -moz-animation: animationLike 0.5s;
}

.word-article {
  margin-top:24px;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:12px;
}
.word-article-item {
  display: flex;
  position: relative;
}
.word-article-link {
  display: flex;
  position: relative;
}
.word-item-l {
  position: relative;
  overflow: hidden;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}
.word-link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.word-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.2sease-in;
  -webkit-transition: all 0.2sease-in;
}
.word-item-r {
  padding: 5px 11px 0;
  position: relative;
}
.word-item-link {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.word-item-tag {
  color: #aaa;
  line-height: 22px;
  margin-top:4px;
}
.error {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top:4px;
}
.error img {
  max-width: 320px;
}
.error-content {
  text-align: center;
}
.error-title {
  font-size: 36px;
  font-weight: 700;
}
.error-des {
  font-size: 18px;
  text-align: center;
  opacity: 0.5;
  margin-top: 12px;
}
.error-code {
  font-size: 16px;
	color: #999999;
	opacity: 0.75;
  margin-top:10px;
}
.error-btn {
  width: 100%;
  max-width: 240px;
  height: 56px;
  background-color: #c9874f;
  border-radius: 8px;
  margin: 32px auto 0;
}
.error-btn:hover {
  background-color: #b37745;
}
.error-btn a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad-layout.error {
  margin:32px 0;
}

.about_us h1 {
  font-size:24px;
  line-height: 32px;
  margin-bottom: 23px;
}
.about_us p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.about_us h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 42px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.header-logo-img {
	height: 28px;
  object-fit: contain;
}
.footer-logo-img {
  height: 32px;
  object-fit: contain;
}
.footer-logo {
  position: relative;
}
.sitemap-wrap {
  margin-bottom:40px;
}
.sitemap-wrap h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}
.sitemap-sub {
  margin-top: 24px;
}
.sitemap-title {
  display: flex;
  align-items: center;
}
.sitemap-icon {
  width: 24px;
  height: 20px;
  fill: #c9874f;
  margin-right: 12px;
}
.sitemap-sub h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.sitemap-sub h3:hover a {
  color:#e42c56;
}
.sitemap-list {
  display: flex;
  flex-wrap: wrap;
  margin-left:-12px;
  margin-bottom:-12px;
  margin-top:16px;
}
.sitemap-con {
  width:50%;
  padding-left:12px;
  margin-bottom:12px;
}
.sitemap-con a {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sitemap-con a:hover {
  color:#e42c56;
}
/* .aside-buy {
  margin-top:32px;
} */
.aside-article {
  margin-top:24px;
}
.detail-expired {
  width: 100%;
	height: 64px;
	background-color: #333333;
	border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0 12px 0 22px;
  margin-top:20px;
  margin-bottom:-12px;
}
.exoured-content {
  display: flex;
  align-items: center;
}
.expired-icon {
  width: 30px;
	height: 28px;
	fill: #ffffff;
  margin-right:12px;
}
.exoured-content span {
  font-size: 18px;
	color: #ffffff;
  line-height: 20px;
}
.expired-back-btn {
  width: 120px;
	height: 40px;
  line-height: 40px;
  text-align: center;
	background-color: #c9874f;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
}
.general-wrap {
  margin-bottom:24px;
}
.detail-info.liheap,
.detail-info.housing {
  border-bottom:none;
  padding-bottom:0;
}


.general-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0 24px;
}
.general-list.brand-list { 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:16px 12px;
}
.general-list.state-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.general-list.location-list {
  display: flex;
  flex-direction: column;
  gap:16px;
}
.general-list.store-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.general-item {
  width: 100%;
  position: relative;
}
.general-item:hover .general-link {
  color: #c9874f;
  border-color: #c9874f;
}
.general-item:hover .general-name {
  color: #c9874f;
}
.general-item.christmas:hover .general-link {
  color: #326762;
  border-color: #326762;
}
.general-link {
  height:48px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 12px;
  position: relative;
  margin-right: 0;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 46px;
}
.general-name {
  flex: 1;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 22px;
}
.general-info {
  opacity: 0.5;
  padding-left: 4px;
}
.homes-sale-list,
.homes-rent-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
}

.homes-sale-item,
.homes-rent-item {
  width: 100%;
  position: relative;
  /* border:1px solid #eee; */
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.homes-make-link,
.homes-type-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.homes-make-img {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homes-sale-img {
  width: 100%;
  /* height: 64px; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homes-make-img img {
  width:100px;
  object-fit: contain;
  margin: 0 auto;
}
.homes-sale-img .homes-sale-icon {
  width: 120px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  fill:#666;
}

.homes-sale-name,
.homes-rent-name  {
  display: inline-block;
  text-align: center;
  margin-top:20px;
  font-size: 16px;
  line-height:22px;
}


.homes-sale-item:hover .homes-sale-name,
.homes-rent-item:hover .homes-rent-name {
  color: #c9874f;
}

.banner-btn {
  height: 56px;
  width: 240px;
  line-height: 56px;
  text-align: center;
  background-color: #c9874f;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 32px;
}
.banner-btn:hover {
  background-color: #b37745;
}
.brand-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.brand-link:hover .brand-name {
  color: #c9874f;
}
.brand-link:hover .brand-icon {
  /* fill: #c9874f; */
}
.brand-pic {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #fafafa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-pic img {
  width: 53%;
  height: 70px;
  object-fit: contain;
  margin: 0 auto;
}
.brand-name {
  /* color: #666; */
  text-align: center;
  margin-top: 16px;
  line-height: 18px;
}
.aside-type {
  margin-top:24px;
}
.aside-type:nth-child(2) {
  margin-top:32px;
}
.aside-type-list {
  margin-top:16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.aside-type-list.number { 
  gap: 12px;
}
.aside-type-item {
  padding:0 12px;
  width: 100%;
  border-radius: 4px;
}
.aside-type-item:hover {
  background-color: #f8f8fa;
}
.aside-type-item:hover .aside-type-name {
  color: #c9874f;
}
.aside-type-list.number .aside-type-item:hover {
  border: solid 1px #c9874f;
  background-color: transparent;
}
.aside-type-list.number .aside-type-item.christmas:hover {
  border-color: #326762;
}
.aside-type-list.number .aside-type-item.christmas:hover .aside-type-name {
  color: #326762;
}



.aside-type-item,
.aside-type-link {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.aside-type-link {
  line-height: 20px;
}

.aside-type-list.number .aside-type-item,
.aside-type-list.number .aside-type-link {
  height:72px;
  padding: 16px;
  border-radius: 8px;
  border: solid 1px #eee;
}
.aside-type-count {
  display: flex;
  align-items: center;
  color: #aaa;
  margin-top: 4px;
}

.aside-type-icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  fill: #666;
}
.aside-type-name {
  flex: 1;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 22px;
}
.brand-icon {
  width: 48px;
  height:48px;
  fill:#666;
}

.aside-article-list {
  display:flex;
  flex-direction: column;
  gap:12px;
  margin-top: 16px;
}
.aside-article-link {
  width: 100%;
  position: relative;
}
.aside-article-link:hover .aside-article-title {
  color: #c9874f;
}
.aside-article-link:hover .aside-article-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.aside-article-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 170px;
  max-height:200px;
  flex-shrink: 0;
  border-radius: 6px;
}
.aside-article-img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 170px;
  max-height:200px;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.aside-article-content {
  position: relative;
  margin-top: 12px;
}
.aside-article-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aside-article-tag {
  display: inline-block;
  font-size: 12px;
  color: #c9874f;
  line-height: 20px;
  margin-top: 6px;
}
.empty-text {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 24px;
}
.category-pic {
  display: none;
}
.features-href {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  position: relative;
}
.features-next {
  width: 10px;
  height: 10px;
  fill: #999999;
  margin-left: 8px;
}
.features-href:hover {
  color: #c9874f;
}
.features-href:hover .features-next {
  fill: #c9874f;
}

.location-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  border: solid 1px #eee;
  border-radius: 8px;
}
.location-item:hover {
  border-color: #c9874f;
}
.location-item.christmas:hover {
  border-color: #326762;
}

.location-pic {
  width: 100%;
  height: 200px;
}
.location-pic img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.location-content {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 16px;
}
.location-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-right: 20px;
}
.location-name {
  font-weight: 700;
  font-size: 16px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 18px;
}
.info-list {
  display: flex;
  flex-direction: column;
  gap:12px;
  margin-top:16px;
  min-height: 44px;
}
.info-item {
  display: flex;
  align-items: center;
  height: 100%;
}
.icon-info {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  fill: #000000;
  opacity: 0.5;
}
.info-list.section8 .icon-info {
  width:16px;
  height:16px;
}
.info-text {
  flex: 1;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  opacity: 0.7;
  line-height: 16px;
}
.location-btn {
  width: 40px;
  height: 40px;
  background-color: #c9874f;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-item.christmas .location-btn {
  background-color: #326762;
}
.icon-info-go {
  width: 14px;
  height: 14px;
  fill:#fff;
}
.detail-info {
  border-bottom: 2px solid #eee;
  padding-bottom: 24px;
}

.detail-info-list {
  flex:1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.detail-info-item {
  display: flex;
  align-items: flex-start;
}

.detail-info {
  margin-top: 24px;
}
.detail-icon-info {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  fill:#c9874f;
}
.detail-info-list.section8 .detail-icon-info {
  width:24px;
  height:24px;
}
.detail-info-list.christmas .detail-icon-info {
  fill: #326762;
}
.detail-info-item span {
  flex:1;
  font-size: 16px;
  line-height: 22px;
  word-break: break-word;
}
.detail-map {
  width: 100%;
  height: 260px;
  margin-top: 24px;
}
.category-des {
  font-size: 16px;
  line-height: 24px;
  margin-bottom:24px;
}


.section8-des,
.services-des {
  font-size: 14px;
  line-height: 20px;
  margin-top:20px;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  position:relative;
}

.section8-des p,
.section8-des ul {
  margin-bottom:8px;
}
.section8-des p:last-of-type {
  margin-bottom:0;
}
.liheap-wrap {
  margin-top:24px;
}
.liheap-top {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.liheap-img {
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: none;
  overflow: hidden;
}
.liheap-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.liheap-text {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.liheap-des {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: flex-start;
}
.liheap-des span {
  flex:1;
}
.liheap-button {
  width: fit-content;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.liheap-button:hover {
  text-decoration: underline;
}

.eligibility-des {
  font-size: 14px;
  line-height: 22px;
  margin-top:24px;
}
.eligibility-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 20px;
}
.eligibility-item {
  display: flex;
  flex-direction: column;
}
.eligibility-card {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.eligibility-card-title {
  padding: 16px 24px 16px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #c9874f;
  border-radius: 8px 8px 0px 0px;
}
.eligibility-card-list {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  border-bottom: none;
  background-color: #f8f8f8;
  border-radius: 0px 0px 8px 8px;
  padding: 20px;
  font-weight: normal;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.eligibility-card-item {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding-left: 12px;
  position: relative;
}
.eligibility-card-item:before {
  content: '';
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  color: #333333;
  background-color: #333333;
  position: absolute;
  left: 0;
  top: 8px;
}
.reading-list {
  margin-top:24px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:12px;
  margin-bottom:24px;
}

.reading-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.reading-link {
  display: block;
}
.reading-link:hover .reading-title {
  color: #c9874f;
}
.reading-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
.reading-title {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
  color: #333333;
  font-weight: 500;
}
.liheap-apply-btn {
  display: block;
  width:100%;
  height: 48px;
  background-color: #c9874f;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
  margin-top:24px;
}
.liheap-apply-btn:hover {
  background-color: #b37745;
}
.writing-list {
  margin-top: 24px;
}
.writing-item:not(:first-child) {
  margin-top: 16px;
}
.writing-item h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 8px;
}
.writing-item p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.filter-banner {
  width: 100%;
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  margin-bottom:24px;
  display: none;
}

.filter-scroll-container {
  width:100%;
  display: flex;
  gap:16px;
  position: relative;
}
.filter-scroll-container::-webkit-scrollbar {
  display: none;
}
.filter-slide-wrap,
.filter-banner-btn {
  width:calc((100% - 64px) / 5);
}
.filter-slide-wrap.section8,
.filter-banner-btn.section8 {
  width:calc((100% - 64px) / 2);
}
.price-range-wrap {
  padding: 12px;
  background-color: #ffffff;
  border-radius: 12px;
  border: solid 1px #e5e5e5;
  position: absolute;
  width: 200px;
  top: 46px;
  left: 0;
  flex-direction: column;
  align-items: flex-end;
  gap:8px;
  overflow-y: auto;
  display: none;
  z-index: 102;
  max-height: 300px;
}
.filter-banner-btn.expand .price-range-wrap {
  display: flex;
}
.price-range-wrap input {
  width:100%;
}
.filter-confirm-btn {
  height:32px;
  background-color: #333333;
  color:#ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  padding:0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border:none;
}
.homes-category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.homes-category-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.homes-category-item:hover .homes-category-name {
  color: #c9874f;
}
.homes-category-img {
  width: 100%;
  border-radius: 12px;
  max-height:180px;
}
.homes-category-list.services .homes-category-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  object-fit: cover;
  max-height: max-content;
}
.homes-category-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
  width:100%;
  text-align: center;
}
.homes-article-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
.homes-article-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.homes-article-item:hover .homes-article-name {
  color: #c9874f;
}
.homes-article-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
  max-height:220px;
}
.homes-article-name {
  display: inline-block;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-top:20px;
}
.homes-article-type {
  display: inline-block;
  color: #BE8956;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  margin-top:8px;
}
.article-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top:24px;
  width:100%;
  margin-bottom:40px;
}
.list-tab {
  margin-top:20px;
  white-space: nowrap;
  overflow-x: scroll;
  text-align: center;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  font-size: 0;
}
.list-tab li {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 12px;
}
.list-tab li:last-child {
  margin-right: 0;
}
.list-tab .list-cont {
  height:48px;
  line-height: 48px;
  display: block;
  padding:0 16px;
  border-radius: 4px;
  background-color: #eee;
  color: #333;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
}
.list-tab .list-cont:hover {
  background-color: #c9874f;
  color: #fff;
}
.list-tab .curr .list-cont {
  background-color: #c9874f;
  color: #fff;
}
.nav-sub-list {
  display: none;
  padding-left: 16px;
}
.nav-sub-list.expand {
  display: block;
}
.nav-sub-item span {
  font-size: 14px;
}
.waitlist-item {
  width:100%;
}
.waitlist-link {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #eee;
  position: relative;
  padding: 22px;
}
.waitlist-link:hover {
  border-color: #c9874f;
}
.waitlist-content {
  flex: 1;
}
.waitlist-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.waitlist-info {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap:16px;
  margin-top:12px;
}
.waitlist-info-item {
  display: flex;
  align-items: center;
}
.waitlist-info-item svg {
  width: 16px;
  height: 16px;
  fill: #333333;
  margin-right: 8px;
}
.waitlist-info-item.addr svg {
  width:18px;
  height:18px;
}
.waitlist-info-item span {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  flex:1;
}
.waitlist-des {
  font-size: 14px;
  line-height: 18px;
  margin-top: 12px;
  color: #999999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 12px;
}
.waitlist-btn {
  height: 44px;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #c9874f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  margin-top: 16px;
}
.section8-des.read-more::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 81px;
  background-color: #fff;
  color:#333;
  font-size: 14px;
  line-height: 20px;
  z-index:20;
}
.des-read-more {
  width: 140px;
  height: 38px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid rgba(20, 46, 89, 0.12);
  background: #fff;
  margin-top: 12px;
  cursor: pointer;
  display: none;
}
.inline-des-read-more {
  position:absolute;
  bottom:0;
  right:0;
  font-size: 14px;
  z-index:6;
  color:#c9874f;
  cursor: pointer;
  display: none;
  height:20px;
  width:150px;
  background: linear-gradient(to right, transparent 0%, #FFFFFF 50%);
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
}
.section8-des.read-more.hide-after::after {
  display: none;
}
.des-read-more.amenities-read-more {
  display: flex;
}
.des-read-more span {
  font-size: 14px;
  font-weight: 500;
}
.list-more-icon {
  width: 10px;
  height: 10px;
  margin-left: 6px;
  transform: rotate(90deg);
  fill: #333333;
  transition: transform 0.3s ease-in-out;
}
.des-read-more:hover {
  border-color: #c9874f;
}
.des-read-more:hover span {
  color: #c9874f;
}
.des-read-more:hover .list-more-icon {
  fill: #c9874f;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 20px;
  padding-left: 12px;
  overflow: hidden;
}
.service-item {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.service-item::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.income-table-wrap {
  margin-top: 24px;
}
.income-table {
  width: 100%;
  min-width: 800px;
  border-collapse: inherit;
}

.income-table th,
.income-table td {
  text-align: center;
  vertical-align: middle;
  padding:10px;
}

.income-table > thead > tr > th {
  width: calc(100% / 9);
  height: 64px;
  font-size: 14px;
  background-color: #ffffff;
  font-weight: 700;
  line-height: 20px;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
}
.income-table > tbody > tr > td {
  width: calc(100% / 9);
  height: 64px;
  font-size: 14px;
  background-color: #ffffff;
  line-height: 20px;
  border-bottom: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;

}
.income-table > thead > tr > th:first-child {
  border-left: solid 1px #e0e0e0;
  border-radius: 8px 0 0 0;
}
.income-table > thead > tr > th:last-child {
  border-radius: 0 8px 0 0;
}
.income-table > tbody > tr > td:first-child {
  border-left: solid 1px #e0e0e0;
  font-weight: 700;
}
.income-table > tbody > tr:last-child > td:first-child {
  border-radius: 0 0 0 8px;
}
.income-table > tbody > tr:last-child > td:last-child {
  border-radius: 0 0 8px 0;
}
.income-des {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
.detail-bottom {
  margin-bottom:24px;
}

.services-list {
  margin-top:24px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:12px;
  margin-bottom:24px;
}
.services-link {
  display: block;
}
.services-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.services-item:last-child {
  display: none;
}
.services-item:hover .services-title {
  color: #c9874f;
}
.services-item img {
  border-radius: 8px;
  overflow: hidden;
}
.services-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}
.services-title {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
  color: #333333;
}


.detail-info.service {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: none;
  padding-bottom: 0;
}
.detail-info-list.service .detail-icon-info {
  width:24px;
  height:24px;
}
.detail-info-list.service {
  gap:16px;
  order:2;
  margin-left:16px;
  flex:1;
}
.detail-info-avatar {
  width:80px;
  height:80px;
  border-radius: 999px;
  overflow: hidden;
  order:1;
}
.detail-info-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-hours-list {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:12px;
  margin-top:24px;
}
.business-hours-item {
  display: flex;
  align-items: center;
  gap:8px;
}
.business-hours-icon {
  width:22px;
  height:22px;
}
.business-hours-content {
  flex:1;
  display: flex;
  align-items: center;
}
.business-hours-content span:first-child {
  width:36px;
}
.payment-methods-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:12px;
  margin-top:24px;
}
.payment-methods-item {
  display: flex;
  align-items: center;
  gap:8px;
}
.payment-methods-icon {
  width:22px;
  height:22px
}
.payment-methods-item span {
  flex:1;
}
.license-list {
  margin-top:24px;
}
.license-item {
  display: flex;
  align-items: flex-start;
  gap:8px;
}
.license-icon {
  width:22px;
  height:22px;
}
.license-des {
  flex:1;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:8px;
  margin-top:4px;
}
.license-des-title {
  display: inline-block;
  margin-bottom:8px;
  font-weight: 500;
}
.license-des-list {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:8px;
}
.verification-list {
  display: flex;
  flex-direction: column;
  gap:16px;
  margin-top:24px;
}
.verification-item {
  display: flex;
}
.general-list.services {
  display: flex;
  flex-direction: column;
}
.homes-content.service {
  padding:22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homes-pic.service,
.homes-pic.service img {
  max-height:160px;
}
.service-tag {
  display: flex;
  gap:8px;
}
.service-tag-item {
  padding:0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height:32px;
  border-radius: 999px;
  background: #fbf5f1;
  font-size: 12px;
  color:#C9874F;
  margin-top:10px;
}
.homes-title.service {
  font-size: 18px;
  line-height: 20px;
  -webkit-line-clamp: 1;
}

.service-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:10px;
  gap:14px;
}
.service-info-list {
  background: linear-gradient(to right, #F8F8F8 0%, #FFFFFF 100%);
  padding:12px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:8px;
  flex:1;
}
.service-info-item {
  display: flex;
  align-items: center;
  gap:8px;
}
.service-info-icon {
  width:14px;
  height:14px;
}
.service-info-item span {
  font-size: 14px;
  letter-spacing: 0.1px;
}
.service-btn {
  width: 48px;
  height:48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #C9874F;
}
.service-btn-icon {
  width:16px;
  height:16px;
  fill: #fff;
}
.service-btn-text {
  font-size: 16px;
  line-height: 24px;
  color:#fff;
  display: none;
}
.service-rate {
  margin-top:10px;
  display: flex;
  align-items: center;
  gap:4px;
}
.service-rate-wrap {
  height: 15px;
  overflow: hidden;
  position: relative;
 
}
.service-rate-empty {
  width: 80px;
  height: 14px;
  display: inline-block;
  background-image: url(../Images/star_gray.svg);
  background-size: 16px 14px;
  background-position: left center;
}
.service-rate-filled {
  width: 80px;
  height: 14px;
  display: inline-block;
  overflow: hidden;
  background-image: url(../Images/star.svg);
  background-size: 16px 14px;
  background-position: left center;
}
.service-rate-text {
  display: inline-block;
  letter-spacing: 0.1px;
}
.offered-title {
  margin-top:24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px; 
  display: inline-block;
}
.offered-list {
  margin-top:16px;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap:12px;
}
.offered-item {
  display: flex;
  align-items: flex-start;
  gap:8px;
}
.offered-icon {
  display: inline-block;
  width:22px;
  height:22px;
}
.offered-item span {
  color:#333333;
  flex:1;
  line-height: 22px;
}
.offered-item.not-offered span {
  color:#aaaaaa;
}

.detail-anchor {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: 32px;
  z-index: 9;
  position: relative;
  background-color: #fff;
}
.anchor-list {
  width: max-content;
  min-width: 100%;
  display: flex;
  border-bottom: 1px solid #eeeeee;
}
.anchor-item {
  padding: 12px 16px;
  position: relative;
}
.anchor-item:last-child {
  margin-right: 0;
}
.anchor-item a {
  font-size:16px;
  height: 32px;
  font-weight: 500;
  line-height: 32px;
}
.anchor-item.active a,
.anchor-item:hover a {
  color: #c9874f;
}
.anchor-item::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #c9874f;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.ad-layout.anchor {
  margin-bottom:12px;
}
.aside-type-item.city {
  height:48px;
}
.aside-type-list.slide {
  max-height: 960px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.anchor-item.active::after, 
.anchor-item:hover::after {
  display: block;
}
.aside-type-item.service img {
  border-radius: 50%;
}
.filter-slide-wrap.service,
.filter-banner-btn.service {
  width: calc((100% - 64px) / 4);
}
.detail-info-title {
  font-weight: 500;
}
.item-hidden {
  display: none;
}
.christmas-brands-list {
  display: flex;
  flex-direction: column;
  gap:24px;
}
.christmas-brands-list.bottom {
  margin-top:20px;
}
.christmas-brand-item {
  padding:24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}
.christmas-brand-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.christmas-brand-item:hover .christmas-brand-btn {
  background: #3A7872;
}
.christmas-brand-logo {
  width:48%;
  height:100%;
  max-width: 240px;
  aspect-ratio: 8/5;
}
.christmas-brand-logo img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.christmas-brand-link {
  display: flex;
  flex-direction: column;
  gap:24px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.christmas-brand-popular {
  flex:1;
  display: flex;
  width:auto;
  height:44px;
  padding: 6px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 0;
  top:-24px;
  background: #F8F3EE;
  border-radius: 0 0 8px 8px;
  z-index:10;
}
.christmas-brand-popular-icon {
  width: 16px;
  height: 16px;
  fill: #C9874F;
}
.christmas-brand-popular-text {
  color: #C9874F;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  text-transform: uppercase;
}
.christmas-brand-content {
  width:100%;
  flex:1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.christmas-brand-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.christmas-brand-rate {
  display: flex;
  align-items: center;
  gap:4px;
  margin-top:12px;
  margin-left:-2px;
}
.christmas-brand-rate.trees {
  margin-top:0;
}
.christmas-brand-rate {
  margin-top:12px;
}
.christmas-brand-rate-wrap {
  height: 14px;
  overflow: hidden;
  position: relative;
}
.christmas-brand-rate-empty {
  width: 80px;
  height: 14px;
  background-image: url(../Images/star_gray.svg);
  background-size: 16px 14px;
  background-position: left center;
}
.christmas-brand-rate-filled {
  width: 80px;
  height: 14px;
  display: inline-block;
  overflow: hidden;
  background-image: url(../Images/star.svg);
  background-size: 16px 14px;
  background-position: left center;
}
.christmas-brand-rate-text {
  display: inline-block;
  letter-spacing: 0.1px;
}
.christmas-brand-des {
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top:12px;
}
.christmas-btn-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap:12px;
  margin-top:12px;
}
.christmas-brand-btn {
  width:100%;
  max-width:125px;
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  background: #326762;
  color:#ffffff;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  order:2;
}
.christmas-brand-price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap:6px;
  order:1;
}
.christmas-brand-price-text {
  color: #999;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}
.christmas-brand-price-value {
  color: #326762;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
}
.christmas-category-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap:24px;
}
.christmas-category-item {
  background: #fff;
  font-size:0;
}
.christmas-category-link {
  width:100%;
}
.christmas-category-item:hover .christmas-category-logo img {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}
.christmas-category-link {
  border-radius: 8px;
  overflow: hidden;
}
.christmas-category-logo {
  height: 200px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.christmas-category-logo img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.christmas-category-name {
  padding: 16px 24px;
  color: #FFF;
  font-family: "VisbyCF";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.christmas-category-name.christmas-tree {
  background: #326762;
}
.christmas-category-name.artificial-christmas-tree {
  background: #C9874F;
}
.christmas-category-name.best-christmas-tree {
  background: #C83A3E;
}
.christmas-category-name svg {
  width: 20px;
  height: 20px;
  fill: #FFF;
}
.christmas-des {
  font-size: 14px;
  line-height: 20px;
  margin-top:16px;
}
.christmas-brand-info {
  border-radius: 12px;
  background: #F8F3EE;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
  margin-bottom:32px;
  position: relative;
  overflow: hidden;
}
.christmas-brand-bg {
  position: absolute;
  bottom:0;
  right:0;
  z-index:1;
  object-fit: cover;
  display: none;
}
.christmas-brand-img {
  width:100%;
  max-height: 150px;
  aspect-ratio: 8 / 5;
  background-color: #fff;
  padding:16px;
  border-radius: 12px;
  position: relative;
  z-index:2;
  align-self: center;
  text-align: center;
}
.christmas-brand-img img {
  height:100%;
  width:80%;
  object-fit: cover;
}
.christmas-brand-img.home-accents-holiday img,
.christmas-brand-img.lowes img {
  width:45%;
}
.christmas-brand-img.balsam-hill img,
.christmas-brand-img.national-tree-company img,
.christmas-brand-img.hobby-lobby img,
.christmas-brand-img.five-below img {
  width:55%;
}
.brand-info-list {
  display: flex;
  flex-direction: column;
  gap:16px;
  position: relative;
  z-index:2;
  margin-top:12px;
}
.brand-info-item {
  display: flex;
  align-items: flex-start;
  gap:12px;
}
.brand-info-icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  fill: #C9874F;
}
.brand-info-text {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  flex:1;
}
.brand-info-text {
  font-size: 16px;
  line-height: 20px;
}
.brand-info-text-title {
  font-weight: 500;
}
.key-points {
  margin-top:20px;
}
.key-points-title {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  font-family: "VisbyCF";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
}
.key-points.pros .key-points-title {
  background: #F1F8F8;
  color:#326762;
}
.key-points.cons .key-points-title {
  background: #FBEFEF;
  color:#C83A3E;
}
.key-points-list {
  margin-top:16px;
  display: flex;
  flex-direction: column;
  gap:14px;
}
.key-points-item {
  display: flex;
  align-items: flex-start;
  gap:8px;
}
.key-points-icon {
  width: 18px;
  height: 18px;
}
.key-points.pros .key-points-icon {
  fill: #326762;
}
.key-points.cons .key-points-icon {
  fill: #C83A3E;
}
.key-points-text {
  flex:1;
  font-size: 14px;
  line-height: 18px;
}
.best-seller-tree {
  margin-top:20px;
  border-radius: 8px;
  border: 1px solid #eee;
  overflow: hidden;
  padding:20px;
}
.best-seller-tree:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.best-seller-tree:hover .christmas-brand-btn {
  background: #3A7872;
}
.homes-pic.best-seller {
  max-height: 240px;
  margin-top:20px;
}
.best-seller-tree .christmas-brand-link {
  flex-direction: row;
  align-items: flex-start;
  gap:16px;
}
.best-seller-tree .christmas-brand-popular {
  width:90px;
  left:24px;
  top:0;
  display: none;
}
.best-seller-tree .christmas-brand-content {
  padding: 24px;
}
.best-seller-tree .christmas-brand-name {
  font-size: 16px;
  line-height: 20px;
}
.tree-features-list {
  display: flex;
  flex-direction: column;
  gap:6px;
  margin-top:12px;
}
.tree-features-item {
  display: flex;
  align-items: flex-start;
  gap:8px;
}
.tree-features-icon {
  width: 16px;
  height: 16px;
  margin-top:2px;
}
.tree-features-text {
  flex:1;
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.best-tree-list {
  display: flex;
  flex-direction: column;
  gap:16px;
  margin-top:20px;
}
.best-tree-item {
  border:1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}
.best-tree-item:hover .best-tree-btn {
  background: #3A7872;
}

.best-tree-link {
  display: flex;
  align-items: flex-start;
  gap:16px;
  padding: 16px;
}
.best-tree-pic {
  width: 30%;
  border-radius: 8px;
  overflow: hidden;
}
.best-tree-pic img {
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: top;
}
.best-tree-content {
  width:65%;
}
.best-tree-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}
.best-tree-name  span {
  display: -webkit-box;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.best-tree-content-left {
  display: flex;
  flex-direction: column;
  gap:8px;
  margin-top:8px;
}
.best-tree-price {
  color: #666;
  font-size: 12px;
  line-height: 14px; 
  text-transform: capitalize;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.best-tree-price.brand {
  font-size: 14px;
  line-height: 20px;
  margin-top:12px;
}
.best-tree-content-right {
  color: #326762;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
  margin-top:12px;
}
.best-tree-btn {
  width:100%;
  max-width: 125px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #326762;
  color:#ffffff;
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-top:12px;
  border-radius: 4px;
}
.key-points-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:8px;
  background: #ffffff;
  color:#3A7872;
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.link-btn .icon-go {
  width: 13px;
  height: 13px;
  fill: #326762;
}
.best-tree-info {
  margin-top:20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:24px;
}
.best-tree-img {
  width:100%;
  height:100%;
  max-width: 240px;
  overflow: hidden;
  border-radius: 12px;
}
.best-tree-img img {
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: top;
}
.best-tree-info-list {
  width:100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
}
.best-tree-info-item {
  display: flex;
  flex-direction: column;
  gap:8px;
  padding-bottom:8px;
  border-bottom: 1px solid #eee;
}
.best-tree-info-label {
  display: flex;
  align-items: center;
  gap:4px;
}
.best-tree-info-icon {
  width: 20px;
  height: 20px;
}
.best-tree-info-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: capitalize;
}
.best-tree-info-value {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap:6px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.best-tree-info-value.brand {
  display: flex;
  align-items: center;
}
.best-tree-info-value.brand span {
  flex:1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.best-tree-info-value.brand {
  font-weight: 500;
  color:#C9874F;
}
.best-tree-info-value svg {
  width: 16px;
  height: 16px;
  fill:#333;
}
.modal-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 130;
  display: none;
}
.modal-cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.modal-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 32px);
  max-width: 500px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.modal-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #eee;
}
.modal-img {
  height: 28px;
}
.modal-title {
  font-size: 20px;
  font-weight: 700;
  margin-left: 16px;
  line-height: 26px;
  color: #333;
}
.modal-close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  fill: #333;
}
.modal-body {
  position: relative;
  padding: 16px;
  font-size: 16px;
  line-height: 22px;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin:0 16px;
}
.modal-btn {
  font-size: 16px;
  font-weight: 700;
  width: 110px;
  text-align: center;
  padding: 6px 12px;
  height: 40px;
  line-height: 28px;
  border-radius: 4px;
  background-color: #326762;
  color: #ffffff;
  cursor: pointer;
}

.modal-confirm-btn {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  color: #326762;
  text-decoration: underline;
  cursor: pointer;
}
.ads-grid.tree {
  grid-row: 2;
}
.best-seller-pic {
  width:40%;
  border-radius: 8px;
  overflow: hidden;
  max-height: 266px;
}
.best-seller-pic img {
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: top;
}
.best-seller-tree .christmas-brand-content {
  padding:0;
}
.best-seller-tree .christmas-btn-wrap {
  flex-direction: column;
  align-items: flex-start;
}
.best-seller-tree .christmas-brand-rate {
  margin-top:10px;
}
.best-seller-tree .best-tree-price {
  margin-top:12px;
  font-size: 12px;
  line-height: 14px;
}

.modal-btn.insurance {
  background-color: #c9874f;
}
.modal-confirm-btn.insurance {
  color: #c9874f;
}
.aside-type-item .insurance-rate-text {
  font-weight: 400;
  color: #aaa;
}
.aside-type-list.number.insurance .aside-type-item:hover .aside-type-name {
  color: #333;
}
.aside-type-item .insurance-rate {
  margin-top:4px;
  gap:4px;
}
.insurance-item {
  width: 100%;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 8px;
  position: relative;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.insurance-item:hover {
  border-color: #c9874f;
}
/* .insurance-item:hover .insurance-price {
    color: #c9874f;
}
.insurance-item:hover .insurance-category {
    color: #c9874f;
} */
.insurance-left {
  height: 100%;
  display: flex;
  align-items: stretch;
  flex: 1;
  gap: 16px;
}
.insurance-img-wrap {
  width: 48px;
  position: relative;
  display: flex;
  align-items: center;
}
.insurance-divider {
  width: 1px;
  height: auto;
  background-color: #f0f0f0;
  margin:20px 16px;
}
.insurance-left-img {
  height: auto;
  width: 48px;
  object-fit: contain;
}
.insurance-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.insurance-title {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
.insurance-rate {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
}
.insurance-rate-wrap {
    height: 16px;
    overflow: hidden;
    position: relative;
}
.insurance-left .insurance-rate-wrap {
  display: none;
}
.insurance-rate-empty {
    width: 90px;
    height: 16px;
    display: inline-block;
    background-image: url(../Images/star_gray.svg);
    background-size: 18px 16px;
    background-position: left center;
}
.insurance-rate-filled {
    width: 90px;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    background-image: url(../Images/star.svg);
    background-size: 18px 16px;
    background-position: left center;
}
.insurance-rate-text {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
  margin-top:1px;
}
.insurance-brand-info-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px;
}
.insurance-text .insurance-brand-info-list {
  display: none;
}
.insurance-rate-icon {
  width: 16px;
  height: 16px;
}
.insurance-middle {
  display: block;
  margin-top:16px;
  border-top: 1px solid #F0F0F0;
}
.insurance-brand-info-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.insurance-brand-info-icon {
    width: 16px;
    height: 16px;
}
.insurance-brand-info-item span {
  flex: 1;
  font-size: 14px;
  letter-spacing: 0.1px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  color: #666;
}
.insurance-right {
  align-self: stretch;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #F0F0F0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insurance-content {
  flex:1;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.insurance-price {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
}
.insurance-category {
  color: #666;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.insurance-btn {
  width: fit-content;
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #c9874f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}



.general-list.insurance-company-list {
  gap: 8px;
}
.insurance-company-item {
    width: 100%;
    height: 150px;
    position: relative;
    border-radius: 8px;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px 56px;
}
.insurance-company-item:hover .insurance-company-img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.insurance-company-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 150px;
    transition: all 0.3s ease-in-out;
}
.insurance-detail-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border:1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}
.insurance-detail-img {
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:8px 0;
}
.insurance-detail-img img {
    max-width: 140px;
    max-height: 95px;
    object-fit: contain;
}
.insurance-detail-rating {
  width:100%;
  height:32px;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insurance-detail-rating .insurance-rate {
  margin-top:0;
}
.insurance-detail-content {
  margin-top:24px;
  flex:1;
}
.insurance-detail-intro {
  border-bottom:1px solid #eee;
  padding-bottom:24px;
  margin-bottom:24px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: none;
}
.insurance-info-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-content: center;
    gap: 8px;
    margin-top: 20px;
}
.insurance-info-list.detail {
  margin-top:20px;
}
.insurance-info-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.insurance-info-icon {
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
    margin-top: -1px;
    fill: #333;
}
.insurance-info-item span {
    font-size: 14px;
    line-height: 18px;
}
.insurance-info-list.detail .insurance-info-item .insurance-info-icon {
  width: 18px;
  height: 18px;
}
.insurance-info-list.detail .insurance-info-item span {
  font-size: 14px;
  line-height: 18px;
}
.insurance-info-label {
  font-weight: 500;
}
#choose-input, .choose-less {
    display: none;
}
#choose-input:checked ~ .letter-state-list {
    height: auto;
}
#choose-input:checked ~ .letter-state-list .letter-state-choose {
    position: unset;
    width: auto;
}
#choose-input:checked ~ .letter-state-list .choose-more {
    display: none;
}
#choose-input:checked ~ .letter-state-list .choose-less {
    display: inline-flex;
}
.letter-state-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  height: 40px;
  overflow: hidden;
  margin-top:24px;
}
.state-hide-mobile {
  display: none !important;
}

.letter-state-item {
  box-sizing: border-box;
  height: 40px;
  font-weight: normal;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
  background: #F7F7F7;
  border: 2px solid transparent;
  position: relative;
}
.letter-state-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.letter-state-choose {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 8px * 5) / 6);
    height: 40px;
    background: #c9874f;
    border-radius: 4px;
    cursor: pointer;
}

.letter-state-choose span {
    color: #fff;
    font-weight: 500;
}
.gas-bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coverage-content p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom:12px;
}
.coverage-content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 8px;
  margin-bottom:12px;
}
.coverage-content li {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 12px;
}
.coverage-content li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  left: 0;
  top: 8px;
}


.insurance-outline-link {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-top:4px;
}
.insurance-outline-link span {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
}
.insurance-outline-link:hover span {
  color: #c9874f;
}
.insurance-outline-link svg {
    width: 13px;
    height: 13px;
    fill: #aaa;
}
.insurance-outline-link:hover svg {
  fill: #c9874f;
}
.insurance-table-wrap {
  margin-top:24px;
  overflow-x: auto;
  border-radius: 8px;
}
.insurance-table {
  width: 100%;
  min-width: 480px;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}
.insurance-thead {
  width: 100%;
  background-color: #333;
  border: none;
}
.insurance-thead-item {
  border: none;
}
.insurance-thead th {
  height: 56px;
}
.insurance-thead-item:first-child {
  border-radius: 8px 0 0 0;
  text-align: left;
}
.insurance-thead-item:not(first-child) {
  text-align: right;
}
.insurance-thead-item:last-child {
  border-radius: 0 8px 0 0;
}
.insurance-thead-item span {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #ffffff;
}
.insurance-thead-item, 
.insurance-tbody-item td {
  width:33.333%;
  padding:0 24px;
}
.insurance-tbody-item td {
  line-height: 18px;
}
.insurance-tbody-item {
    height: 56px;
}
.insurance-tbody-item:nth-child(2n + 1) {
    background-color: #fafafa;
    overflow: hidden;
}
.insurance-tbody-item td:first-child,
.insurance-thead-item:first-child {
  text-align: left;
  width:32%;
}
.insurance-tbody-item td:not(first-child),
.insurance-thead-item:not(first-child)  {
  width:34%;
}
.insurance-tbody-item td:not(first-child) {
  text-align: right;
}
.insurance-tbody-item td:first-child {
  border-left: 1px solid #e5e5e5;
}
.insurance-tbody-item td:last-child {
  border-right: 1px solid #e5e5e5;
}
.insurance-tbody-item:last-child td {
  border-bottom: 1px solid #e5e5e5;
}
.insurance-tbody-item:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.insurance-tbody-item:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.insurance-table-4col {
  min-width: 0;
}
.insurance-table-4col .insurance-thead-item,
.insurance-table-4col .insurance-tbody-item td {
  padding: 0 16px;
}
.insurance-table-4col .insurance-thead-item:first-child,
.insurance-table-4col .insurance-tbody-item td:first-child {
  width: auto;
  white-space: nowrap;
  text-align: left;
}
.insurance-table-4col .insurance-thead-item:not(:first-child),
.insurance-table-4col .insurance-tbody-item td:not(:first-child) {
  width: 33.333%;
  text-align: center;
}
.insurance-table-4col .insurance-tbody-item {
  height: 50px;
}
.insurance-points {
  margin-top:20px;
}
.insurance-points-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.insurance-points-title svg {
  width: 18px;
  height: 18px;
}
.insurance-points-title.pros svg {
  fill: #326762;
}
.insurance-points-title.cons svg {
  fill: #C83A3E;
}
.insurance-points-title span {
   font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
}
.insurance-points-list,
.insurance-discounts-list {
  margin-top:16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left:8px;
}
.insurance-points-item,
.insurance-discounts-list {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 12px;
}
.insurance-points-item:before,
.insurance-discounts-item:before {
  content: '';
  position: absolute;
  width:4px;
  height:4px;
  background: #333;
  border-radius: 50%;
  left: 0;
  top:8px;
}
.availibility-des {
  display: inline-block;
  margin-top:24px;
  line-height: 20px;
}
.disclaimer-text {
  color: #666;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  margin-top:20px;
}
.disclaimer-text.empty {
  color: #333;
}
.coverage-content {
  margin-top:20px;
}
.insurance-company-btn {
  display: flex;
  width: 100%;
  height: 70px;
  padding: 12px 32px;
  align-items: center;
  justify-content: center;
  gap:8px;
  border-radius: 8px;
  background: rgba(201, 135, 79, 0.05);
  margin-top:12px;
}
.insurance-company-btn:hover {
   background: rgba(201, 135, 79, 0.1);
}
.insurance-company-btn span {
  color: #C9874F;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.icon-aside-go {
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
  fill: #C9874F;
}
.aside-type-img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  object-fit: contain;
}
.aside-type-list.number.insurance .aside-type-img {
  width:48px;
}
.insurance-inline-link {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #eee;
  background: #FFF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  margin-top:20px;
}
.insurance-inline-link:hover {
  border-color:#c9874f;
}
.insurance-inline-link:hover .insurance-inline-btn {
  background: #b37745;
}
.insurance-inline-img {
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.insurance-inline-content {
  flex: 1;
}
.insurance-inline-tag {
  color: #C9874F;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display:block;
}
.insurance-inline-title {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display:block;
  margin-top:8px;
}
.insurance-inline-desc {
  color: #666;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top:8px;
}
.insurance-inline-btn {
  width:100%;
  display: flex;
  height: 40px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  border-radius:999px;
  background: #C9874F;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.aside-entry {
  margin-top:24px;
}
.aside-entry-list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap:12px;
}
.aside-entry-item {
  position: relative;
  height:80px;
  width: 100%;
  display: flex;
  align-items: center;
  gap:20px;
  position: relative;
  border-radius: 8px;
  border: solid 1px #eee;
  padding:24px;
}
.aside-entry-item:hover {
  border-color:#c9874f;
}
.aside-entry-icon {
  width: 32px;
  height: 32px;
}
.aside-entry-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.warranty-table-icon {
  width:16px;
  height:16px;
  fill:#333;
}
.warranty-table-icon.unsupport {
  fill:#aaa;
}
@media screen and (min-width: 375px) {
  .general-list.brand-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 458px) {
  .banner-content {
      top: 70px;
  }
}
@media screen and (min-width: 480px) {
  .banner-content {
    top: 62px;
  }
  .banner-title {
    font-size: 48px;
    line-height: 56px;
  }
  .ad-layout.category {
    display: none;
  }
	.category-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left:-40px;
  }
  .category-float-wrap {
    width:50%;
    float:left;
  }
  .category-float {
    width:100%;
    float:left;
  }
  .category-wrap.state {
     display: flex;
    flex-wrap: wrap;
  }
  .category-wrap-con {
    padding-left:40px;
  }
  .page-next-active {
		width:130px;
	}
  .like {
    margin: 24px 12px 0;
  }
  .unlike {
    margin: 24px 12px 0;
  }
  .homes-pic,
  .homes-pic img {
    max-height:240px;
  }
  .category-list.state {
    grid-template-columns: repeat(2, 1fr);
  }
  .aside-type-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-pdf-img {
    max-height: 600px;
  }
  .home-pdf-item.file-detail img {
    max-height: 580px;
  }
  .homes-pic.service,
  .homes-pic.service img {
    max-height:240px;
  }
  .best-tree-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .best-tree-link {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap:12px;
  }
  .best-tree-pic {
    width:100%;
    aspect-ratio: 1 / 1;
  }
  .best-tree-content {
    flex:1;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top:0px;
  }
  .best-tree-name {
    flex:1;
    margin-top:0;
    display: flex;
    align-items: center;
  }
  .best-tree-content-top {
    width:100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .best-tree-content-left {
    gap:6px;
  }
  .best-tree-price {
    font-size: 10px;
  }
  .best-tree-btn {
    max-width: none;
  }
  .best-tree-content-right {
    margin-top:0;
  }
  .best-seller-tree {
    padding:16px;
  }
  .tree-features-text {
    font-size: 14px;
  }
  .aside-entry-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 580px) {
  .banner-content {
    top: 54px;
  }
  .banner-title {
    font-size:56px;
    line-height: 64px;
  }
  .banner-des {
    font-size: 18px;
  }
  .map-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 64px;
  }
  .map-query {
    display: flex;
    margin-right: 64px;
    flex: 1;
  }
  #map {
    width: 100%;
  }
  #map svg {
    height: 100%;
    width: 100%;
    margin: auto;
  }
  #map .state {
    z-index: 45;
    position: relative;
  }
  .popular-state-list {
    width: 40px;
    height: 288px;
    margin: 0;
  }
  .popular-state-item {
    height:40px;
    line-height:40px;
    width: 40px;
    margin-bottom: 8px;
  }
  .page-next-active {
		width:100px;
		margin-left:24px;
	}
  .article-page-item:hover .article-page-link {
    color: #c9874f;
  }
  .pageNext {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pageNext-l {
    display: block;
  }
  .pageNext-l,
  .pageNext-r {
    width: auto;
    flex: 1;
  }
  .pageNext-des {
    width: 160px;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
  } 
  .word-article-item:hover .word-item-link {
    color: #c9874f;
  }
  .word-article {
    grid-template-columns: repeat(2,1fr);
  }
  .footer-list {
    justify-content: center;
    margin-left:-40px;
  }
  .footer-item {
    width:auto;
    margin-left:40px;
  }
  .general-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .general-list.brand-list,
  .general-list.state-list { 
    grid-template-columns: repeat(4, 1fr);
  }
  .homes-sale-list,
  .homes-rent-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .aside-article-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .general-list.location-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .article-page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .list-tab {
    overflow-x: hidden;
  }
 
  .detail-info.service {
    align-items: center;
  }
  .detail-info-avatar {
    width:200px;
    height:200px;
  }
  .business-hours-list {
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(4,1fr);
    grid-auto-flow: column;
  }
  .verification-list {
    grid-template-columns: repeat(2,1fr);
  }
  .offered-list {
    grid-template-columns: repeat(2,1fr);
  }
  .homes-category-list.services {
    grid-template-columns: repeat(3,1fr);
  }
   .christmas-brand-info {
    flex-direction: row;
    align-items: center;
  }
  .best-tree-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .best-tree-img {
    max-width: 220px;
    aspect-ratio: 1 / 1;
  }
  .christmas-brand-bg {
    display: block;
  }
  .brand-info-list {
    margin-top:0;
  }
  .christmas-brand-img {
    width:240px;
    padding:28px;
  }
  .best-seller-tree .christmas-brand-name {
    font-size: 18px;
    line-height: 24px;
  }
  .christmas-brand-img img {
    width:92% !important;
  }
  .best-tree-info-list {
    gap:12px;
  }
   .best-tree-info-list {
    gap:18px 32px;
  }
  .best-tree-info-item {
    gap:10px;
    padding-bottom:10px;
  }
  .best-tree-info-text {
    font-size: 16px;
    line-height: 20px;
  }
  .best-tree-info-value {
    font-size: 16px;
    line-height: 20px;
  }

   .insurance-detail {
    display: flex;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    max-width: 100%;
  }
  .insurance-detail-img {
    display: flex;
    margin-bottom:0;
    width:240px;
    height:150px;
    padding:24px 40px;
  }
  .insurance-info-list {
    flex: 1;
  }
  .insurance-detail-content {
    margin-top:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

 
}
@media screen and (min-width: 680px) {
  
  .homes-item {
    display: flex;
  }
  .homes-pic {
    width: 210px;
    max-height: 204px;
  }
  .homes-content {
    padding: 22px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .homes-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .homes-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
  }
  .slide-btn {
    width: 48px;
    height: 48px;
  }
  .slide-left {
    left:20px;
  }
  .slide-right {
    right:20px;
  }
  .homes-des {
    display: -webkit-box;
  }
  .category-list.state {
    grid-template-columns: repeat(3, 1fr);
  }  
  .reading-list {
    grid-template-columns: repeat(4,1fr);
  }
  .services-list {
    grid-template-columns: repeat(4,1fr);
  }
  .homes-pic.service {
    width:200px;
    height:202px;
  }
  .service-btn {
    padding:12px 20px;
    height:48px;
    width:148px;
  }
  .service-btn-icon {
    display: none;
  }
  .service-btn-text {
    display: block;
  }
  .homes-item.service {
    height:204px;
  }
  .christmas-brand-link {
    flex-direction: row;
    gap:24px;
  }
  .christmas-brand-content {
    flex-direction: row;
    justify-content: space-between;
  }
  .christmas-brand-content-top {
    flex:1;
  }
  .christmas-brand-content-bottom {
    display: flex;
    margin-left:45px;
  }
  .christmas-btn-wrap {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top:0;
  }
  .best-seller-tree .christmas-btn-wrap {
    align-items: flex-end;
  }
  .christmas-brand-btn {
    order:2;
  }
  .christmas-brand-price {
    order:1;
    text-align: right;
    gap:0;
  }
  .christmas-brand-price-text {
    font-size: 10px;
    line-height: 20px;
    text-align: right;
  }
  .christmas-brand-price-value {
    font-size: 22px;
    line-height: 22px;
  }
  .christmas-brand-popular {
    top:-24px;
    right:0;
    left:auto;
    display: flex;
  }
  .homes-pic.best-seller {
    width: 186px;
    height: 186px;
    margin-top:0;
    /* margin-left:20px; */
  }
  .best-seller-tree .christmas-brand-popular {
    top:0;
    left:auto;
    right:24px;
    display: flex;
  }
  .best-tree-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .best-tree-list.tree .best-tree-item:last-child {
    display: none;
  }
  .christmas-brand-logo {
    width: 136px;
    height: 136px;
    padding: 8px;
    aspect-ratio: 1 / 1;
  }
  .best-seller-tree {
    padding:0;
  }
  .tree-features-text {
    font-size: 14px;
  }
  .best-seller-tree .christmas-brand-link {
    gap:0;
  }
  .best-seller-tree .christmas-brand-content {
    flex-direction: row;
    padding:24px;
  }
  .best-seller-tree .christmas-brand-name {
    font-size: 18px;
    line-height: 24px;
  }
  .tree-features-list {
    margin-top:18px;
  }
  .best-seller-pic {
    width:auto;
    align-self: stretch;
    flex-shrink: 0;
    border-radius: 0;
    max-height: 186px;
    aspect-ratio: 1 / 1;
  }
  .best-seller-tree .christmas-brand-rate {
    display: none;
  }
  .best-seller-tree .best-tree-price {
     display: none;
  }
  .best-tree-item {
    border:1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
  }
  .best-tree-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .christmas-category-list {
    grid-template-columns: repeat(2, 1fr);
    gap:12px;
  }

  .letter-state-list {
    grid-template-columns: repeat(10, 1fr);
  }
  .state-hide-desktop{
    display: none !important;
  }
  .letter-state-choose {
    width: calc((100% - 8px * 9) / 10);
  }
  .insurance-info-list.detail {
    grid-template-columns: repeat(2, 1fr);
  }
  .insurance-detail {
    display: flex;
    align-items: stretch;
    gap: 40px;
    width: 100%;
    max-width: 100%;
  }
  .insurance-detail-top {
    align-items: center;
  }
 .insurance-detail-img {
    width:248px;
    flex:1;
    padding:24px;
  }
  .insurance-detail-img img {
    max-width: 150px;
  }
  .insurance-detail-rating {
    height:48px;
  }
  .insurance-rate {
    gap:6px;
    margin-top: 10px;
  }
  .insurance-detail-rating .insurance-rate-wrap {
    height:20px;
  }
  .insurance-detail-rating .insurance-rate-empty {
    width: 120px;
    height:20px;
    background-size: 24px 20px;
  }
  .insurance-detail-rating .insurance-rate-filled {
    width: 120px;
    height:20px;
    background-size: 24px 20px;
  }
  .insurance-detail-rating .insurance-rate-text {
    font-size: 16px;
    line-height: 20px;
  }
  .insurance-detail-rating .insurance-rate {
    gap:8px;
  }
  
  .insurance-detail-premiums h2 {
    line-height: 20px;
  }
  .insurance-info-list {
    flex: 1;
    margin-top: 16px;
  }
  .insurance-detail-intro {
    display: block;
  }

  .insurance-item {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 24px;
  }
  .insurance-img-wrap {
    width: fit-content;
    padding:0 16px; 
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .insurance-left-img {
    width: 112px;
    height: auto;
  }
  .insurance-divider {
    margin:24px 16px;
  }
  .insurance-left {
    gap:24px;
  }
  .insurance-title {
    font-size: 20px;
    line-height: 24px;
     -webkit-line-clamp: 2;
  }
  .insurance-brand-info-list {
    display: flex;
    align-items: flex-start;
    margin-top: 12px;
  }
  .insurance-text .insurance-brand-info-list {
    display: grid;
  }
  .insurance-left .insurance-rate-wrap {
    display: block;
  }
  .insurance-middle,
  .insurance-rate-icon {
    display: none;
  }
  .aside-type-item .insurance-rate-icon {
    width: 14px;
    height: 14px;
    display: block;
  }
  .insurance-right {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 0;
    border-top: none;
    padding-left: 24px;
    margin-left: 24px;
    border-left: 1px solid #F0F0F0;
    flex-direction: column;
  }
  .insurance-content {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .insurance-price {
    font-size: 24px;
    line-height: 28px;
  }
  .insurance-category {
    font-size: 14px;
  }
  .insurance-btn {
    margin-top: 24px;
  }
  .detail-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap:32px;
  }
  .detail-info-left {
    flex:1;
    gap:32px;
  }
  .detail-map {
    margin-top: 0;
    width: 300px;
  }
  .letter-state-choose:hover {
    background-color: #b37745;
  }

  .insurance-inline-link {
    padding: 12px 24px 12px 12px;
  }
  .insurance-inline-img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
  }
  .insurance-inline-title {
    font-size: 20px;
  }
  .insurance-inline-desc {
    margin-top:12px;
  }
  .insurance-inline-btn {
    width:auto;
  }
  .insurance-thead-item, 
  .insurance-tbody-item td {
    padding:0 24px;
  }
  .insurance-tbody-item td:first-child,
  .insurance-thead-item:first-child,
  .insurance-tbody-item td:not(first-child),
  .insurance-thead-item:not(first-child)  {
    width:33.333%;
  }
}
@media screen and (min-width: 768px) {
  .ads-list {
    display: none;
  }
  
  .banner-title {
    font-size: 56px;
  }
	.keywords-wrap {
    display: flex;
    margin-left:-52px;
  }
  .keywords-wrap-con {
    width:33.333%;
    padding-left:52px;
    margin-bottom:0;
  }
  .keywords-list {
    margin-top:24px;
    margin-bottom:-8px;
  }
  .category-wrap {
    margin-left:-40px;
  }
  .category-list {
    margin-top:24px;
  }
  .popular-state-list {
    width: 88px;
    height: 120px;
    margin: 0;
  }
  .banner {

  }
  .banner-search {
    max-width: 840px;
    bottom:-40px;
  }
  .search-wrap {
    height: 80px;
    padding:8px 8px 8px 32px;
    display: flex;
    justify-content: space-between;
  }
  .search-location {
    margin-top:0;
    padding-top:0;
    margin-left:32px;
    padding-left:32px;
    border-top:none;
    border-left: 1px solid #eeeeee;;
  }
  .search-content,
  .search-location {
    margin-top:12px;
    margin-bottom:12px;
  }
  .search-content {
    width:36%;
  }
  .search-btn {
    width: 150px;
	  height: 64px;
    margin:0;
  }
  .search-state-item {
    padding: 12px 24px;
  }
  .page-back-active, .page-back {
		width:100px;
	}
  .page-next-nor {
		display: initial;
		visibility: hidden;
	}
  .page-back-active, .page-back {
		display: inline-block;
	}
  .error-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 52px;
  }
  .error-des {
    font-size: 24px;
    margin-top: 32px;
  }
  .error-btn {
    font-size: 18px;
    border-radius: 8px;
    margin-top: 32px;
  }
  .ad-layout.error {
    margin:64px 0;
  }
  .about_us h3 {
    font-size: 22px;
  }
  .about_us h1 {
    font-size:32px;
  }
  .image-slide {
    max-height:450px;
  }
  .slide-list {
    height:450px;
  }
  .slide-list .slide-img {
    
  }
  .category-top.sitemap {
    margin-bottom:40px;
  }
  .sitemap-wrap h2 {
    font-size:28px;
  }
  .sitemap-sub h3 {
    font-size:20px;
  }
  .sitemap-con {
    width:25%;
  }
  .general-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .general-list.state-list { 
    grid-template-columns: repeat(4, 1fr);
  }
  .general-list.brand-list {
    grid-template-columns: repeat(5, 1fr);

  }
  .category-list.state {
    grid-template-columns: repeat(4, 1fr);
  }
  .homes-sale-list,
  .homes-rent-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .homes-sale-item:nth-last-child(1) {
    display: none;
  }
  .search-sub {
    font-size:16px;
    width: 150px;
  }
  .search-input {
    padding-left: 32px;
  }
  .home-pdf-img {
    height: 430px;
  }
  .preview-click-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
  .preview-click-item {
    height: 60px;
    width: 49%;
  }
  .preview-click-item.email {
    margin-right: 8px;
    order: 1;
  }
  .preview-click-item.download {
    margin-left: 8px;
    margin-bottom: 0;
    order: 2;
  }
  .preview-click-item span {
    width: fit-content;
  }
  .detail-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .detail-info-liheap {
    flex:1;
    margin-right:16px;
  }
  .detail-map {
    margin-top: 0;
    width: 350px;
  }
  .liheap-img {
    width: 152px;
    height: 152px;
    max-width: none;
    display: block;
  }
  .liheap-text {
    margin-left: 24px;
  }
  .eligibility-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .reading-title {
    margin-top: 16px;
  }
  .liheap-apply-btn {
    /* max-width:400px; */
    margin-right:16px;
  }
  .homes-category-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .homes-article-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .homes-article-img {
    height:220px;
  }
  .waitlist-link  {
    display: flex;
    align-items: center;
  }
  .waitlist-content {
    margin-right: 24px;
  }
  .waitlist-info {
    margin-top: 12px;
  }
  .waitlist-btn {
    width: 140px;
    margin-top: 0;
  }

  .services-list {
    grid-template-columns: repeat(5,1fr);
  }
  .services-item:last-child {
    display: block;
  }
  .homes-category-list.services {
    grid-template-columns: repeat(4, 1fr);
  }
  .word-article {
    grid-template-columns: repeat(1,1fr);
  }
  .homes-category-img {
    max-height:135px;
  }
  .best-tree-info {
    gap:32px;
  }
  .best-tree-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .insurance-company-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .insurance-company-item {
    padding: 28px 32px;
  }
  .letter-state-item:hover {
    border: 2px solid #c9874f;
  }

  
}
@media screen and (min-width: 882px) {
  .banner-content {
      top: 86px;
  }
}
@media screen and (min-width: 980px) {
  .homes-sale-list, 
  .homes-rent-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (min-width: 1024px) {	
  body {
    position: relative !important;
  }
  .nav-cover.expand {
    display: none !important;
  }
  .header-nav.expand {
    display: flex !important;
  }
  main {
    margin-bottom:0;
  }
  .nav-item span svg {
    display: none;
  }
  .ad-layout.top-ad {
    margin-bottom:40px
  }
  header {
    height:72px;
  }
	.header, .main, .footer {
		padding: 0 24px;
	}
  .icon-nav {
    display: none;
  }
  .header-nav {
    width: 100%;
    display: flex;
    position: initial;
    z-index:124;
    max-width:inherit;
  }
  .nav-top {
    display: none;
  }
  .nav-list {
    width: 100%;
    display: flex;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    height: auto;
    overflow-y: visible;
  }
  .nav-item {
    height: 44px;
    padding: 0 24px;
    border-radius: 24px;
  }
  .nav-item:hover {
    background-color: #f3f4f5;
  }
  .nav-item span {
    padding:0;
    line-height: 44px;
  }
  .nav-item .icon-go {
    display: none;
  }
  .banner img {
    object-fit: cover;
  }

  .bread-crumbs-wrap {
    display: flex;
    align-items: center;
  }

  .footer {
    display: flex;
    justify-content: space-between;
  }
  .footer div {
    text-align: left;
  }
  .footer-item {
    width:auto;
    margin-bottom: 0;
  }
  .footer-top {
    width: 64px;
    height: 64px;
    background-color: #edeeef;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor:pointer;
  }
  .icon-top {
    width: 12px;
    height: 22px;
    fill:#666666;
    transform: rotate(270deg);
  }
  .footer-top span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #999999;
    margin-top:4px;
  }

  .home-section {
    margin:56px 0;
  }
  .home-content {
    margin-top:32px;
    padding-top:40px;
  }
  .home-content.first,
  .home-content.last {
    margin-top:0;
  }
  .category-wrap {
  }
  .category-wrap-con {
    margin-bottom:40px;
  }
  .category-float-wrap {
    width:50%;
  }
  .category-float {
    width:50%;
  }
  .category-wrap-con.state {
    margin-bottom:40px;
  }
  .category-content {
    flex-direction: row;
  }
  .filter-aside {
    max-height: calc(100vh - 224px);
  }
  .filter-aside-wrap {
    max-width:360px;
    max-height:calc(100vh - 120px);
    top:60px;
    left:50%;
    transform:translateX(-50%);
    border-radius: 8px;
    overflow: hidden;
  }
  .filter-wrap {
    max-width:728px;
  }
  .filter-slide-wrap {
    display: none;
  }
  .filter-slide-wrap.banner {
    display: block;
    border-right:2px solid #eeeeee;
    padding-right:16px;
    box-sizing: content-box;
  }
  .filter-clear {
    font-size: 16px;
    cursor: pointer;
    color: #999999;
  }
  .filter-slide-wrap {
    display: none;
  }
  .category-main {
    flex-direction: column;
  }
  .category-icon {
    width: 80px;
    height: 40px;
  }
  .category-value {
    font-size: 28px;
    line-height: 36px;
    margin-top:8px;
  }
  .category-term {
    margin-top:32px;
    justify-content: center;
  }
  .container {
    max-width: 728px;
  }
  .category-content .container {
    /* margin-left: 92px;
    margin-bottom:80px; */
    margin-right: 72px;
    margin-bottom:80px;
  }
  .bottom .container {
    margin-bottom:80px;
  }
  .bottom {
    display: flex;
    margin-top:24px;
  }
  .bottom .container {
    margin-right: 72px;
  }
  .aside {
    max-width:300px;
  }
  .sort-label {
    display: block;
  }
  .homes-item {
    display: flex;
  }
  .homes-pic {
    width:210px;
  }
  .homes-info {
    margin-top:12px;
  }
  .homes-des {
    margin-top:12px;
    -webkit-line-clamp: 2;
  }
  .page-back {
		display: block;
		visibility: hidden;
	}
	.page-back-active {
		display: block;
  }
  .condition-item:hover .condition-radio {
    border: 1px solid #c9874f;
  }
  .condition-item:hover .condition-name {
    color:#c9874f;
  }
  .aside-article .keywords-list {
    flex-direction: column;
  }
  .aside-article .keywords-con {
    width:fit-content;
  }
  .aside-keywords-list {
    display: block;
  }
  .aside-keywords-list .keywords-con {
    width:fit-content;
  }
  .error-btn a {
    font-size: 18px;
  }
  .islike-tit {
    font-size:24px;
    line-height: 32px;
  }
  .islike {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .isLike_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    height: 56px;
    width:170px;
    font-size: 16px;
    border-radius: 28px;
    margin-top:16px;
  }
  .isLike_btn span{
    font-size: 16px;
  }
 
  .people_unfill span {
    color:#999999;
  }
  .icon-like-article,
  .icon-unlike {
    width:24px;
    height:24px;
    margin-right: 12px;
    margin-left:12px;
  }
  .like_num,
  .unlike_num {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-left:12px;
    text-align: center;
    line-height: 40px;
  }

  .article-section .long-content {
    margin-bottom:28px;
  }
  .article-section .long-img {
    margin-bottom:28px;
  }
  .long-nav {
    display:flex !important;
    flex-direction: column;
    margin:-12px 0 24px;
    width:100%;
    position:relative;
    top:auto;
    bottom:auto;
    right:auto;
    padding-left:0;
    padding-right:0;
  }
  .long-nav-title {
    margin-top:0;
  }
  .long-nav-btn {
    display: none;
  }
  .content-card p:nth-child(1) {
    padding:24px 56px 24px 30px;
  }
  .content-card ul {
    padding:28px 30px 28px 30px;
  }
  .article-section ol {
    padding-left:25px;
  }

  .menu-aside .top-menu-item {
    width: 100%;
  }
  .header-logo-img {
    height: 40px;
  }
  .footer-logo-img {
    height: 40px;
  }
  footer {
    padding:56px 0;
  }
  .sort-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sort-btn {
    margin-left:12px;
  }
  .sort-section {
    justify-content: center;
    margin-bottom:0;
    width:auto;
    order:2;
  }
  .sort-title {
    order:1;
  }
  .homes-list {
    margin:24px 0;
  }
  .category-top {
    margin-bottom:32px;
  }

  .error {
    flex-direction: row;
    justify-content: center;
  }
  .error-content {
    order:1;
  }
  .error img {
    order:2;
    max-width:360px;
    margin-left:72px;
  }
  .error-content {
    text-align: left;
  }
  .error-title {
    line-height:72px;
    margin-top:0;
  }
  .error-des {
    font-size: 18px;
    text-align: left;
    margin-top:20px;
  }
  .error-btn {
    margin:32px 0 0 ;
  }
  .keywords-title h3,
  .category-title h3 {
    line-height:1;
  }
  .page-back,
  .page-back-active {
    margin-right:32px;
  }
  .page-next-active {
    margin-left: 32px;
  }
  .category-icon {
    display: block;
  }
  .container.detail h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .image-slide {
    margin-bottom:32px;
  }
  

  .aside-buy .homes-list {
    margin-top:24px;
    margin-bottom:12px;
    margin-left:-12px;
    display: flex;
    flex-wrap: wrap;
  }
  .aside-buy .homes-con {
    width:100%;
    padding-left:12px;
    margin-bottom:12px;
  }
  .aside-buy .homes-item {
    display: flex;
    border-radius: 8px;
    border: solid 1px #eeeeee;
    position:relative;
    overflow: hidden;
  }
  .aside-buy .homes-pic {
    height:114px;
    width:120px;
    background-color: #f3f4f5;
    position: relative;
  }
  .aside-buy .homes-pic img {
    height:100%;
    width:100%;
    object-fit: cover;
  }
  .aside-buy .homes-content {
    flex:1;
    padding:11px 12px;
  }
  .aside-buy .homes-title {
    font-size: 14px;
    line-height:18px;
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .aside-buy .homes-info {
    margin-top:12px;
  }
  .aside-buy .homes-info-item svg {
    height:12px;
    width:12px;
    margin-right:4px;
  }
  .aside-buy .homes-info-item span {
    font-size:12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 14px;
  }
  .aside-buy .homes-des {
    display: none;
  }
  .aside-buy .homes-prices {
    margin-top:12px;
  }
  .aside-buy .homes-prices,
  .aside-buy .homes-prices .homes-total {
    font-size: 16px;
    font-weight: 700;
    color: #c9874f;
  }
  .container.detail {
    max-width:calc(100% - 372px)
  }
  .detail-price {
    margin-top:4px;
  }
  .general-wrap {
    /* margin:32px 0; */
    margin-bottom: 32px;
  }
  .general-list {
    margin: 24px 0 32px;
  }
  .general-list.state-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .category-list.state {
    /* gap:12px 32px; */
    grid-template-columns: repeat(5, 1fr);
  }
  .homes-sale-list,
  .homes-rent-list {
    grid-template-columns: repeat(6, 1fr);
    gap:40px 28px;
  }
  .homes-sale-item:nth-last-child(1),
  .homes-sale-item:nth-last-child(2) {
    display: flex;
  }
  .aside-type,
  .aside-article,
  .aside-buy {
    margin-top:-4px;
  }  
  .aside-type-list {
    margin-top:24px;
    grid-template-columns: repeat(1, 1fr);
  }
  .aside-article-list {
    margin-top:24px;
    grid-template-columns: repeat(1, 1fr);
    gap:16px;
  }
  .category-pic {
    display: block;
    max-width: 120px;
  }
  .ad-layout {
    margin-bottom: 32px;
  }
  .ad-layout.grid {
    margin-bottom:24px;
  }
  .ad-layout.top {
    margin-top:56px;
  }
  .homes-title,
  .homes-prices,
  .sort-title,
  .condition-content-key {
    font-size: 18px;
  }
  .detail-info-list {
    margin-right:16px;
  }
  .detail-info-list.service {
    margin-right:0;
    margin-left:40px;
  }
  .container h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .homes-item:hover {
    box-shadow: 0px 0px 12px 1px 
    rgba(0, 0, 0, 0.08);
  }
  .filter-banner {
    display: block;
  }
  .container.article {
    max-width: 100%;
    text-align: center;
  }
  .article-page {
    grid-template-columns: repeat(3, 1fr);
  }
  .list-tab {
    margin-top:24px;
  }
  .nav-sub-list {
    padding: 12px 0;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 1px rgba(12, 28, 47, 0.16);
    border-radius: 12px;
    right: -20px;
    top: 68px;
    display: none;
    margin: 0;
  }
  .nav-sub-list.expand {
    display: none;
  }
  .nav-item.expand:hover .nav-sub-list {
    display: block;
  }
  .nav-sub-list::before {
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    height: 24px;
  }
  .nav-sub-item a {
    padding: 0 24px 0 24px;
  }
  .nav-item .nav-sub-item a {
    min-width:max-content;
    border-radius: 0;
  }
  .nav-sub-item span {
    font-size: 16px;
  }
  .nav-item:hover {
    background-color: #f3f4f5;
  }
  .nav-item .nav-sub-item a:hover {
    background-color: rgba(201,135,79, 0.05);
  }
  .nav-sub-item a:hover span {
    color: #c9874f;
  }
  .income-table {
    min-width:auto;
  }

  .detail-anchor {
    position: relative;
  }
  .homes-category-list.services {
    grid-template-columns: repeat(6, 1fr);
  }
  .error {
    margin-top:56px;
  }
  .index-cover-long {
    display: none !important;
  }
   .christmas-category-list {
    gap:32px;
  }

  .insurance-company-item {
    height: 100px;
    padding: 28px 40px;
  }
  .insurance-company-img {
    max-width: 96px;
  }
  .insurance-table {
    max-width:728px;
    min-width: 100%;
  }
  .aside-entry {
    margin-top:0;
  }
  .aside-entry-list {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
 
}

@media screen and (min-width: 1124px) {
  .page-back,
  .page-back-active {
    margin-right:56px;
  }
  .page-next-active {
    margin-left: 56px;
  }
   .best-tree-content-right {
    font-size: 16px;
    line-height: 20px;
  }
  
}
@media screen and (min-width: 1200px) {
  .nav-sub-list {
      left: 0;
      right: auto;
  }
}


