.sticky-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: #0b5ad8;
  height: 60px;
  z-index: 999;
}
.sticky-bar * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.sticky-bar .btn{
  margin-left: 20px;
}
.sticky-bar .btn a{
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  z-index: 999;
  border: 1px solid #FFf;
  padding: 5px;
  height: 25px;
}
.sticky-bar .btn a:hover{
  background-color: #red;
}
.sticky-bar .sticky-bar-content {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.sticky-bar .sticky-bar-content .left {
/*  border: 1px solid #fff;*/
  display: flex;
  align-items: center;
  user-select: none;
}
.sticky-bar .sticky-bar-content .left .site-name {
  color: #0b5ad8;
  display: block;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
}
.sticky-bar .sticky-bar-content .left .site-release {
  color: #fff;
  font-size: 14px;
}
.sticky-bar .sticky-bar-content .left .site-name,
.sticky-bar .sticky-bar-content .left .site-release {
  padding: 6px 10px;
}
.sticky-bar .sticky-bar-content .contact-info {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 16px;
}
.sticky-bar .sticky-bar-content .contact-info a {
  color: #fff;
  font-weight: bold;
}
.sticky-bar .sticky-bar-content .contact-info a:hover {
  text-decoration: underline #fff;
}
.selector-sidebar {
  width: 242px;
  overflow: visible;
  position: relative;
}
.selector-sidebar,
.selector-sidebar * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.selector-sidebar .selector-sidebar-item {
  padding: 18px 12px 12px 12px;
  z-index: 1;
  margin-top: -1px;
  border: 1px solid #dee2e6;
  position: absolute;
  left: 0;
  right: 0;
  background: #fafafa;
  transition: all 300ms;
}
.selector-sidebar .selector-sidebar-item:nth-child(5) {
  top: 460px;
}
.selector-sidebar .selector-sidebar-item:nth-child(4) {
  top: 345px;
}
.selector-sidebar .selector-sidebar-item:nth-child(3) {
  top: 230px;
}
.selector-sidebar .selector-sidebar-item:nth-child(2) {
  top: 115px;
}
.selector-sidebar .selector-sidebar-item:nth-child(1) {
  top: 0;
}
.selector-sidebar .selector-sidebar-item:hover {
  margin-top: -1px;
  z-index: 9;
  border: 1px solid #0b5ad8;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-title {
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 10;
}
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-title svg:nth-child(1) {
  color: #0b5ad8;
  width: 24px;
}
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-title p {
  font-weight: bold;
  color: #242c33;
  white-space: nowrap;
  padding: 0 6px;
  flex: 1;
  font-size: 16px;
}
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-title svg:nth-child(3) {
  width: 16px;
  color: #ced4da;
}
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-links {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: auto;
  max-height: 44px;
  overflow: hidden;
  z-index: 99;
  transition: all 600ms;
}
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-links a {
  margin-bottom: 8px;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
}
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-links a:hover {
  color: #0b5ad8;
}
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-links.selector-sidebar-item-links-n2 a {
  flex: 0 0 50%;
}
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-links.selector-sidebar-item-links-n2 a:nth-last-child(1),
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-links.selector-sidebar-item-links-n2 a:nth-last-child(2) {
  margin-bottom: 0;
}
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-links.selector-sidebar-item-links-n3 a {
  flex: 0 0 32%;
}
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-links.selector-sidebar-item-links-n3 a:nth-last-child(1),
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-links.selector-sidebar-item-links-n3 a:nth-last-child(2),
.selector-sidebar .selector-sidebar-item .selector-sidebar-item-links.selector-sidebar-item-links-n3 a:nth-last-child(3) {
  margin-bottom: 0;
}
.scroll-news-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.scroll-news-container,
.scroll-news-container * {
  margin: 0;
  padding: 0;
}
.scroll-news-container .scroll-news ul {
  list-style: none;
}
.scroll-news-container .scroll-news ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 4px;
  font-size: 12px;
  display: flex;
}
.scroll-news-container .scroll-news ul li span {
  color: #868e96;
  padding-right: 1px;
  display: inline-block;
}
.scroll-news-container .scroll-news ul li span a {
  color: #868e96;
}
.scroll-news-container .scroll-news ul li span a:hover {
  color: #0b5ad8;
}
.scroll-news-container .scroll-news ul li > a {
  color: #343a40;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.scroll-news-container .scroll-news ul li > a:hover {
  color: #0b5ad8;
}
.house-items-by-region {
  width: 100%;
  height: auto;
}
.house-items-by-region,
.house-items-by-region * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.house-items-by-region .region-item {
  display: flex;
  position: relative;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 0 0 0 50px;
}
.house-items-by-region .region-item .region-name {
  font-weight: bold;
  font-size: 16px;
  color: #343a40;
  line-height: 20px;
  position: absolute;
  top: 16px;
  left: -2px;
  border-left: 2px solid #0b5ad8;
  width: 26px;
  padding-left: 10px;
}
.house-items-by-region .region-item .region-name:hover {
  color: #0b5ad8;
}
.house-items-by-region .region-item .house-as-pic-list {
  display: flex;
  width: 952px;
  padding-bottom: 12px;
  padding-top: 12px;
  overflow: hidden;
  height: 140px;
}
.house-items-by-region .region-item .house-as-pic-list li {
  width: 120px;
  margin-right: 16px;
  display: block;
}
.house-items-by-region .region-item .house-as-pic-list li a {
  color: #495057;
}
.house-items-by-region .region-item .house-as-pic-list li a:hover {
  color: #0b5ad8;
}
.house-items-by-region .region-item .house-as-pic-list li a:hover .house-pic {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.house-items-by-region .region-item .house-as-pic-list li a:hover img {
  transform: scale(1.1);
}
.house-items-by-region .region-item .house-as-pic-list li a .house-pic {
  overflow: hidden;
  width: 100%;
  height: 90px;
  border-radius: 4px;
  z-index: 8;
}
.house-items-by-region .region-item .house-as-pic-list li a img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transition: all 300ms;
  object-fit: cover;
}
.house-items-by-region .region-item .house-as-pic-list li a p {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 8px;
  z-index: 9;
}
.house-items-by-region .region-item .house-as-text-list {
  padding: 12px;
  border-left: 1px solid #dee2e6;
  overflow: hidden;
  flex: 1;
}
.house-items-by-region .region-item .house-as-text-list a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #495057;
  margin-bottom: 16px;
}
.house-items-by-region .region-item .house-as-text-list a:nth-last-child(1) {
  margin-bottom: 0;
}
.house-items-by-region .region-item .house-as-text-list a:hover {
  color: #0b5ad8;
  text-decoration: underline #0b5ad8;
}
.house-simple-list {
  width: 100%;
  overflow: hidden;
}
.house-simple-list,
.house-simple-list * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.house-simple-list .house-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 12px;
}
.house-simple-list .house-item a {
  flex: 1;
  color: #0b5ad8;
  font-weight: 600 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.house-simple-list .house-item a:hover {
  color: red;
  text-decoration: underline red;
}
.house-simple-list .house-item p {
  color: #0b5ad8;
  width: 90px;
  text-align: right;
  margin-left: 6px;
}
.search-box {
  width: 100%;
  overflow: hidden;
  border: 1px solid #dee2e6;
  background: #fff;
}
.search-box,
.search-box * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.search-box .search-box-title {
  display: flex;
  border-bottom: 1px solid #dee2e6;
  padding: 16px 24px;
  align-items: center;
  color: #817162;
  user-select: none;
}
.search-box .search-box-title svg {
  width: 24px;
  height: 24px;
}
.search-box .search-box-title p {
  font-size: 16px;
  font-weight: bold;
  margin-left: 4px;
}
.search-box .search-box-filter {
  padding: 24px 24px 16px 24px;
}
.search-box .search-box-filter .search-box-filter-item {
  margin-top: 16px;
  padding-bottom: 8px;
  display: flex;
  border-bottom: 1px dashed #dee2e6;
}
.search-box .search-box-filter .search-box-filter-item:nth-child(1) {
  margin-top: 0;
}
.search-box .search-box-filter .search-box-filter-item:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: 0;
}
.search-box .search-box-filter .search-box-filter-item .search-box-filter-item-name {
  display: flex;
  justify-content: space-between;
  width: 56px;
  position: relative;
  text-align: center;
  padding-right: 6px;
}
.search-box .search-box-filter .search-box-filter-item .search-box-filter-item-name:after {
  display: block;
  content: ':';
  position: absolute;
  right: 0;
}
.search-box .search-box-filter .search-box-filter-item .search-box-filter-item-spec {
  display: flex;
  flex: 1;
  padding-left: 16px;
  flex-wrap: wrap;
}
.search-box .search-box-filter .search-box-filter-item .search-box-filter-item-spec a {
  margin-right: 16px;
  white-space: nowrap;
  margin-bottom: 8px;
  display: block;
  padding: 0 4px;
}
.search-box .search-box-filter .search-box-filter-item .search-box-filter-item-spec a.active {
  color: #0b5ad8;
  font-weight: bold;
}
.search-box .search-box-filter .search-box-filter-item .search-box-filter-item-spec a:not(.active):hover {
  color: #0b5ad8;
  text-decoration: underline #0b5ad8;
}
.search-result-bar {
  overflow: hidden;
  width: 100%;
  display: flex;
  height: 40px;
  align-items: center;
  line-height: 40px;
  background: #fff;
  color: #343a40;
  border: 1px solid #dee2e6;
}
.search-result-bar,
.search-result-bar * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.search-result-bar p {
  display: block;
  margin: 0;
  padding: 0 24px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #817162;
  user-select: none;
  letter-spacing: 1px;
}
.search-result-bar span {
  padding-left: 24px;
  text-align: right;
  flex: 1;
  padding-right: 24px;
}
.search-result-bar span em {
  padding: 0 4px;
  color: #0b5ad8;
  font-weight: bold;
  font-style: unset;
}
.house-list-style1 {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dee2e6;
  border-top: 0;
}
.house-list-style1,
.house-list-style1 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.house-list-style1 .house-item {
  width: 100%;
  padding: 24px;
  display: flex;
  border-bottom: 1px dashed #dee2e6;
}
.house-list-style1 .house-item:nth-last-child(1) {
  border-bottom: 0;
}
.house-list-style1 .house-item .item-thumbnail {
  width: 160px;
  height: 120px;
  overflow: hidden;
  border-radius: 4px;
  transition: all 300ms;
}
.house-list-style1 .house-item .item-thumbnail:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.house-list-style1 .house-item .item-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
}
.house-list-style1 .house-item .item-info {
  flex: 1;
  margin-left: 24px;
  margin-right: 48px;
}
.house-list-style1 .house-item .item-info .item-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
  overflow: hidden;
  color: #343a40;
  cursor: pointer;
  line-height: 24px;
}

.house-list-style1 .house-item .item-info .item-title p{
  display: inline;
}

.house-list-style1 .house-item .item-info .item-title .status-pinned {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  margin-left: 8px;
  padding: 0 4px;
  background: #0b5ad8;
  border-radius: 4px;
  color: #fff;
  font-weight: normal;
  line-height: 18px;
}
.house-list-style1 .house-item .item-info .item-title .status-pinned svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.house-list-style1 .house-item .item-info .item-title:hover {
  color: #0b5ad8;
}
.house-list-style1 .house-item .item-info .item-area {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  margin-top: 6px;
}
.house-list-style1 .house-item .item-info .item-desc {
  color: #adb5bd;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* 显示三行文本 */
}
.house-list-style1 .house-item .item-info .item-attr {
  margin-top: 8px;
  user-select: none;
}
.house-list-style1 .house-item .item-info .item-attr span {
  margin-right: 16px;
  color: #adb5bd;
}
.house-list-style1 .house-item .item-info .item-attr span.item-type {
  color: #0b5ad8;
}
.house-list-style1 .house-item .item-price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  min-width: 120px;
}
.house-list-style1 .house-item .item-price-wrapper .item-size {
  margin-bottom: 4px;
}
.house-list-style1 .house-item .item-price-wrapper .item-size em {
  color: #0b5ad8;
  font-style: unset;
  font-size: 24px;
  font-family: "PingFang SC", serif;
}
.house-list-style2 {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dee2e6;
  border-top: 0;
}
.house-list-style2,
.house-list-style2 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.house-list-style2 .house-item {
  width: 100%;
  padding: 24px;
  display: flex;
  border-bottom: 1px dashed #dee2e6;
}
.house-list-style2 .house-item:nth-last-child(1) {
  border-bottom: 0;
}
.house-list-style2 .house-item .item-thumbnail {
  width: 350px;
  height: 200px;
  overflow: hidden;
  border-radius: 4px;
}
.house-list-style2 .house-item .item-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
}
.house-list-style2 .house-item .item-info {
  flex: 1;
  margin-left: 24px;
  margin-right: 48px;
}
.house-list-style2 .house-item .item-info .item-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 6px;
  overflow: hidden;
  color: #343a40;
  cursor: pointer;
  display: inline;
  line-height: 32px;
}
.house-list-style2 .house-item .item-info .item-title:hover {
  color: #0b5ad8;
}
.house-list-style2 .house-item .item-info .item-desc {
  color: #adb5bd;
  line-height: 20px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* 显示三行文本 */
  margin-top: 16px;
}
.house-list-style2 .house-item .item-info .item-phone {
  display: flex;
  align-items: center;
  margin-top: 32px;
  line-height: 36px;
}
.house-list-style2 .house-item .item-info .item-phone .item-phone-icon {
  padding: 4px;
  border: 2px solid #0b5ad8;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 8px;
  width: 36px;
  height: 36px;
}
.house-list-style2 .house-item .item-info .item-phone .item-phone-icon svg {
  width: 100%;
  height: 100%;
  color: #0b5ad8;
}
.house-list-style2 .house-item .item-info .item-phone p {
  font-size: 20px;
  margin-right: 16px;
  line-height: 24px;
}
.house-list-style2 .house-item .item-info .item-phone span {
  font-size: 14px;
  line-height: 14px;
  padding-top: 4px;
}
.house-list-style2 .house-item .item-type {
  padding: 4px 8px 4px 10px;
  border-radius: 4px;
  background: #0b5ad8;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
  align-self: flex-start;
  letter-spacing: 2px;
  user-select: none;
}
.customize-news-list {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dee2e6;
  border-top: 0;
}
.customize-news-list,
.customize-news-list * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.customize-news-list .news-item {
  width: 100%;
  padding: 24px;
  overflow: hidden;
  border-bottom: 1px dashed #dee2e6;
}
.customize-news-list .news-item:nth-last-child(1) {
  border-bottom: 0;
}
.customize-news-list .news-item .news-title {
  font-size: 16px;
  font-weight: bold;
  color: #343a40;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.customize-news-list .news-item .news-title:hover {
  color: #0b5ad8;
}
.customize-news-list .news-item .news-attr {
  margin-top: 16px;
  display: flex;
  align-self: center;
}
.customize-news-list .news-item .news-attr .news-category {
  color: #0b5ad8;
  display: block;
  margin-right: 16px;
}
.customize-news-list .news-item .news-attr span {
  color: #868e96;
}
.header-search-form {
  display: flex;
  align-self: center;
  border: 1px solid #0b5ad8;
  width: 100%;
  height: 60px;
  background: #fff;
  position: relative;
}
.header-search-form:focus-within {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header-search-form,
.header-search-form * {
  box-sizing: border-box;
}
.header-search-form > svg {
  position: absolute;
  left: 70px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  z-index: 99;
  pointer-events: none;
  color: #868e96;
}
.header-search-form select {
  border: none;
  width: 90px;
  padding: 0 16px;
  font-size: 16px;
  outline: none;
  height: 100%;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.header-search-form .line {
  width: 1px;
  height: 100%;
  background: #dee2e6;
  margin-left: 8px;
}
.header-search-form input {
  border: none;
  outline: none;
  flex: 1;
  padding: 0 16px;
  position: relative;
  font-size: 16px;
}
.header-search-form button {
  border: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 16px;
  height: 100%;
  background: #0b5ad8;
  color: #fff;
  cursor: pointer;
}
.header-search-form button:hover {
  opacity: 0.8;
}
.header-search-form button:active {
  opacity: 1;
}
.header-search-form button svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.header-search-form button span {
  font-size: 20px;
}
/*# sourceMappingURL=customize.css.map */
