<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #fff;
}
.main-nav {
  width: 1150px;
  height: auto;
  white-space: nowrap;
  margin: 0 auto;
  padding-bottom: 20px;
}
@-webkit-keyframes slide-down {
  0% {
    height: 0;
  }
  to {
    height: 500px;
  }
}
@keyframes slide-down {
  0% {
    height: 0;
  }
  to {
    height: 500px;
  }
}
.main-nav .slide-down {
  -webkit-animation-name: slide-down;
  animation-name: slide-down;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.main-nav .main-left-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
.main-nav .main-left-wrapper .left-wrapper {
  display: flex;
  align-items: center;
}
.main-nav .main-left-wrapper .download-app {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
.main-nav .main-left-wrapper .download-app:hover .cover {
  display: flex;
}
.main-nav .main-left-wrapper .download-app i {
  margin-right: 10px;
}
.main-nav .main-left-wrapper .download-app .cover {
  display: none;
  position: absolute;
  width: 150px;
  height: 170px;
  right: -40px;
  top: 60px;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-shadow: 0px 0px 10px 2px #f5f5f6;
}
.main-nav .main-left-wrapper .download-app .cover:hover {
  display: flex;
}
.main-nav .main-left-wrapper .download-app .cover img {
  width: 110px;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
}
.main-nav .main-left-wrapper .download-app .cover .title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.main-nav .main-left-wrapper .download-app .cover .sub-title {
  font-size: 14px;
  line-height: 28px;
  color: #ccc;
}
/*.main-nav .main-left-wrapper {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    font-size: 0
}*/
.main-nav .main-left-wrapper .logo {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 20px;
  line-height: 26px;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  overflow: hidden;
}
.main-nav .main-left-wrapper .logo.xinfang {
  padding-right: 20px;
  position: relative;
}
.main-nav .main-left-wrapper .logo.xinfang::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background-color: #ccc;
}
.main-nav .main-left-wrapper .logo img {
  height: 40px;
  object-fit: contain;
}
.main-nav .main-left-wrapper .location {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  vertical-align: middle;
}
.main-nav .main-left-wrapper .vertical-split {
  display: inline-block;
  width: 0;
  height: 100%;
  margin: 0 36px 0 20px;
  border-right: 1px solid #eee;
  vertical-align: middle;
}
.main-nav .search-wrapper {
  position: relative;
  border: 1px solid #e5e5e6;
  border-radius: 2px;
  display: flex;
  width: 710px;
}
.main-nav .search-wrapper .search {
  flex: 1;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  border: none;
}
.main-nav .search-wrapper .search::-webkit-input-placeholder {
  color: #d0d1d2;
  vertical-align: middle;
}
.main-nav .search-wrapper .search:-moz-placeholder,
.main-nav .main-left-wrapper .search-wrapper .search::-moz-placeholder {
  color: #d0d1d2;
  vertical-align: middle;
}
.main-nav .search-wrapper .search:-ms-input-placeholder {
  color: #d0d1d2;
  vertical-align: middle;
}
.main-nav .search-wrapper .search-button {
  position: absolute;
  width: 50px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.main-nav .search-wrapper .search-button:hover {
  cursor: pointer;
}
.main-nav .search-wrapper .search-button i.search-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../images/sprite-ershou.png);
  background-position: -417px -275px;
}
.main-nav .search-wrapper .search-result-wrapper {
  visibility: hidden;
  position: absolute;
  width: 710px;
  left: -1px;
  top: 46px;
  z-index: 100;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transition: all 0.3s ease;
  opacity: 0;
  overflow: hidden;
  background: #fff;
}
.main-nav .search-wrapper .search-result-wrapper.show {
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-title-wrapper {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #f4f7f9;
  padding: 0 0 0 21px;
  box-sizing: border-box;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-title-wrapper .search-result-title {
  font-size: 14px;
  color: #849aae;
  vertical-align: middle;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-title-wrapper .clear-history {
  padding-right: 21px;
  font-size: 14px;
  color: #849aae;
  vertical-align: middle;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-title-wrapper .clear-history:hover {
  text-decoration: underline;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper {
  width: 100%;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list {
  overflow: hidden;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px dashed #d7d7d7;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0 0 0 21px;
  font-size: 16px;
  vertical-align: middle;
  box-sizing: border-box;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result .resblock-name {
  display: inline-block;
  max-width: 340px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result:hover {
  background: #f4f7f9;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result .area {
  color: #999;
  font-size: 14px;
  margin-left: 30px;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result .ShangQuann {
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result .desc {
  height: 42px;
  padding-right: 20px;
  line-height: 42px;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result .desc .price {
  font-size: 14px;
  color: #999;
  vertical-align: middle;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list .search-result .desc .resblock-type {
  padding: 5px 10px;
  font-size: 14px;
  color: #666;
  vertical-align: middle;
  background: #eee;
  border-radius: 2px;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item {
  height: 100px;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .search-result {
  position: relative;
  z-index: 0;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .opacty-float {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: hsla(0, 0%, 100%, 0.17);
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .ad-img {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 100px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  vertical-align: middle;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg {
  display: inline-block;
  margin-left: 20px;
  height: 100px;
  vertical-align: middle;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg .title {
  line-height: 22px;
  margin-top: 20px;
  font-size: 0;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg .title .resblock-name {
  font-size: 22px;
  color: #101d37;
  letter-spacing: 0;
  line-height: 22px;
  max-width: 222px;
  vertical-align: middle;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg .title .sale-status {
  display: inline-block;
  height: 24px;
  padding: 0 6px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  background-image: linear-gradient(-135deg, #3072f6, #6b99f6);
  border-radius: 2px;
  margin-left: 6px;
  vertical-align: middle;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg .title .resblock-type {
  display: inline-block;
  height: 22px;
  padding: 0 4px;
  margin-left: 8px;
  line-height: 22px;
  font-size: 14px;
  color: #9399a5;
  border: 1px solid #9399a5;
  border-radius: 2px;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg .tag-wrapper {
  line-height: 24px;
  margin-top: 12px;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .resblock-msg .tag-wrapper .desc {
  display: inline-block;
  height: 22px;
  font-size: 16px;
  color: #9399a5;
  line-height: 22px;
  vertical-align: middle;
  max-width: 252px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(102%);
  transform: translateY(102%);
  line-height: 30px;
  height: 30px;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .price-wrapper .price {
  font-size: 24px;
  color: #fe615a;
  line-height: 30px;
  font-weight: 700;
  vertical-align: middle;
}
.main-nav .search-wrapper .search-result-wrapper .search-result-list-wrapper .search-result-list.ad-item .price-wrapper .price-desc {
  font-size: 16px;
  color: #fe615a;
  line-height: 30px;
  font-weight: 700;
  vertical-align: middle;
}
.main-nav .search-wrapper .search-result-wrapper .hot-search-has-history {
  width: 100%;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}
.main-nav .search-wrapper .search-result-wrapper .hot-search-has-history .hot-search-list-item {
  display: inline-block;
  height: 24px;
  margin: 0 10px;
  line-height: 24px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 2px;
  vertical-align: middle;
}
.main-nav .search-wrapper .search-result-wrapper .hot-search-has-history .hot-search-list-item:first-child {
  margin-left: 21px;
}
.main-nav .search-wrapper .search-result-wrapper .hot-search-has-history .hot-search-list-item a {
  display: inline-block;
  height: 24px;
  padding: 0 5px;
}
.main-nav .main-right-wrapper {
  display: flex;
  align-items: center;
  height: 80px;
  line-height: 80px;
  font-size: 0;
}
.main-nav.xinfang {
  padding-bottom: 5px;
}
.main-nav.xinfang .main-right-wrapper {
  height: 46px;
  line-height: 46px;
}
.main-nav.xinfang .main-right-wrapper .main-nav-item.on {
  position: relative;
}
.main-nav.xinfang .main-right-wrapper .main-nav-item.on::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  background-color: #0079fe;
}
.main-nav.baike,
.main-nav.wenda {
  padding-bottom: 0;
}
.main-right-wrapper .main-nav-item:hover {
  color: #777;
}
.main-right-wrapper .main-nav-item.download-app {
  cursor: default;
  position: relative;
}
.main-right-wrapper .main-nav-item.download-app:hover .cover {
  display: flex;
}
.main-right-wrapper .main-nav-item.download-app i {
  margin-right: 10px;
}
.main-right-wrapper .main-nav-item.download-app .cover {
  display: none;
  position: absolute;
  width: 150px;
  height: 170px;
  right: 50%;
  transform: translateX(50%);
  top: 40px;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-shadow: 0px 0px 10px 2px #f5f5f6;
}
.main-right-wrapper .main-nav-item.download-app .cover:hover {
  display: flex;
}
.main-right-wrapper .main-nav-item.download-app .cover img {
  width: 110px;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
}
.main-right-wrapper .main-nav-item.download-app .cover .title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.main-right-wrapper .main-nav-item.download-app .cover .sub-title {
  font-size: 14px;
  line-height: 28px;
  color: #ccc;
}
.filter-bg &gt; div {
  background-color: transparent;
}
.price-area-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.price-area-container.chuzu,
.price-area-container.xiaoqu {
  padding: 0;
  overflow: unset;
}
.price-area-container .more {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  color: #a7a8a9;
  padding: 20px 0;
}
.price-area-container .more.chuzu {
  padding: 10px 0;
  bottom: -28px;
}
.price-area-container .more.chuzu::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #eee;
  left: 0;
  top: 50%;
}
.price-area-container .more.chuzu .item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 80px;
}
.price-area-container .more.chuzu .item::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  right: -20px;
  background-color: #fff;
  z-index: -1;
}
.price-area-container .more.ershou,
.price-area-container .more.xinfang {
  background-color: #fbfbfb;
}
.price-area-container .more .item {
  position: relative;
  width: 120px;
  margin: 0 auto;
  cursor: pointer;
}
.price-area-container .more .item i {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 6px;
  min-width: 6px;
  height: 6px;
  min-height: 6px;
  border-left: 1px solid #a7a8a9;
  border-top: 1px solid #a7a8a9;
  margin-left: 5px;
}
.price-area-container .more .item i.up {
  transform: rotate(45deg) translate(26px, -18px);
}
.price-area-container .more .item i.down {
  transform: rotate(-135deg) translate(-22px, 20px);
}
.resblock-list-container .resblock-list-nav-wrapper,
.resblock-list-container .sort-list-wrapper,
.resblock-list-container .no-result-wrapper,
.resblock-list-container .resblock-list-wrapper {
  width: 850px;
}
.p-20-0 {
  padding: 20px 0;
}
.mt20 {
  margin-top: 20px;
}
.resblock-list-container.ershou,
.resblock-list-container.xinfang,
.resblock-list-container.xiaoqu,
.resblock-list-container.jingjiren {
  margin-top: 0;
}
.resblock-list-container.baike {
  margin-top: 10px;
  background-color: transparent;
}
.resblock-list-container.baike .HuiDa_r {
  width: 222px;
  text-align: center;
}
.resblock-list-container.baike .HuiDa_r .UserHuiDa .title,
.resblock-list-container.baike .HuiDa_r .NewWenDa .title {
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.resblock-list-container.baike .HuiDa_r .UserHuiDa .User .phone,
.resblock-list-container.baike .HuiDa_r .NewWenDa .User .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px !important;
}
.resblock-list-container .resblock-list-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 8px 0;
}
.resblock-list-container .resblock-list-nav-wrapper .resblock-have-find {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.resblock-list-container .resblock-list-nav-wrapper .resblock-have-find .value {
  color: #0079fe;
}
.resblock-list-container .resblock-list-nav-wrapper .clear-all span {
  text-decoration: underline;
}
.resblock-list-container .resblock-list-nav-wrapper.xinfang {
  margin-bottom: 20px;
}
.resblock-list-container .resblock-list-nav-wrapper.baike .resblock-have-find {
  padding: 0;
  box-shadow: unset;
}
.resblock-list-container .sort-list-wrapper .sort-list-item {
  font-size: 13px;
  margin-right: 37px;
}
.resblock-list-container .sort-list-wrapper.ershou,
.resblock-list-container .sort-list-wrapper.xinfang,
.resblock-list-container .sort-list-wrapper.xiaoqu,
.resblock-list-container .sort-list-wrapper.jingjiren {
  box-shadow: unset;
  height: 48px;
  border-bottom: 2px solid #3072f6;
}
.resblock-list-container .sort-list-wrapper.ershou .sort-list-item,
.resblock-list-container .sort-list-wrapper.xinfang .sort-list-item,
.resblock-list-container .sort-list-wrapper.xiaoqu .sort-list-item,
.resblock-list-container .sort-list-wrapper.jingjiren .sort-list-item {
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  margin: 0px;
  padding: 0 25px;
}
.resblock-list-container .sort-list-wrapper.ershou .sort-list-item.on,
.resblock-list-container .sort-list-wrapper.xinfang .sort-list-item.on,
.resblock-list-container .sort-list-wrapper.xiaoqu .sort-list-item.on,
.resblock-list-container .sort-list-wrapper.jingjiren .sort-list-item.on {
  color: #fff;
  background-color: #0079fe;
}
.resblock-list-container .sort-list-wrapper.ershou .sort-list-item.on::after,
.resblock-list-container .sort-list-wrapper.xinfang .sort-list-item.on::after,
.resblock-list-container .sort-list-wrapper.xiaoqu .sort-list-item.on::after,
.resblock-list-container .sort-list-wrapper.jingjiren .sort-list-item.on::after {
  display: none;
}
.resblock-list-container .sort-list-wrapper.xinfang {
  margin-bottom: 0;
}
.resblock-list-container .right-side-container {
  text-align: center;
}
.resblock-list-container .right-side-container &gt; div {
  margin: 0 0 30px 0;
}
.Shou-List .FengMianImg {
  width: 232px;
  height: 172px;
}
.mod-wrap .album .carousel {
  position: relative;
}
.mod-wrap .album .carousel .VRTag {
  position: absolute;
  bottom: 155px;
  left: 0px;
  z-index: 9;
}
.mod-wrap .album .carousel .VRTag .icon-wrapper {
  overflow: hidden;
}
.mod-wrap .album .carousel .VRTag .icon-wrapper .VrSta {
  float: left;
  margin-left: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.mod-wrap .album .carousel .VRTag .icon-wrapper .VrSta img {
  width: 50px;
  height: 50px;
  padding: 5px;
}
.mod-wrap .album .carousel .VRTag .icon-wrapper .VideoUrl {
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
.mod-wrap .album .carousel .VRTag .icon-wrapper .VideoUrl img {
  width: 50px;
  height: 50px;
}
.mod-wrap .album .carousel .swiper-pagination {
  background: rgba(0, 0, 0, 0.5);
  width: 70px;
  left: initial;
  right: 10px;
  color: #fff;
  padding: 5px;
  border-radius: 30px;
}
.mod-wrap .info-wrap .IsYouV2 {
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.mod-wrap .info-wrap .IsYouV2 .Title {
  font-size: 16px;
  font-weight: bold;
  background: #fa3534;
  color: #fff;
  padding: 10px;
}
.mod-wrap .info-wrap .IsYouV2 .Tpis {
  background: #f5f5f6;
  color: #666;
  padding: 10px;
  width: 380px;
}
.mod-wrap .info-wrap .IsYouV2 .Tpis ul {
  overflow: hidden;
}
.mod-wrap .info-wrap .IsYouV2 .Tpis ul li {
  float: left;
  margin-left: 20px;
}
.mod-wrap .info-wrap .priceV2 .ShouJia {
  color: #fe615a;
  font-size: 42px;
  font-weight: bold;
}
.mod-wrap .info-wrap .priceV2 .Wan {
  color: #fe615a;
  font-size: 20px;
}
.mod-wrap .info-wrap .priceV2 .ShouDanJia {
  font-size: 18px;
}
.mod-wrap .info-wrap .priceV2 .Rise {
  margin-left: 20px;
}
.mod-global {
  position: relative;
}
.mod-global .CollectionMenu {
  float: right;
  overflow: hidden;
}
.mod-global .HouseJiBen {
  margin-top: 10px;
}
.mod-global .HouseJiBen .title {
  color: #101d37;
  font-weight: 700;
  font-size: 23px;
}
.mod-global .HouseJiBen .Tips {
  color: #b0b3b4;
  line-height: 22px;
  margin-top: 20px;
  width: 710px;
  font-size: 12px;
}
.mod-global .HouseJiBen .JiBne {
  overflow: hidden;
  width: 710px;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 22px;
  padding: 20px 0;
  margin-top: 22px;
}
.mod-global .HouseJiBen .JiBne .name {
  float: left;
  width: 188px;
  text-align: left;
  color: #9399a5;
  line-height: 23px;
}
.mod-global .HouseJiBen .JiBne .content {
  width: 522px;
  float: left;
}
.mod-global .HouseJiBen .JiBne .content ul {
  overflow: hidden;
}
.mod-global .HouseJiBen .JiBne .content ul li {
  float: left;
  width: 50%;
  line-height: 28px;
  font-size: 14px;
  color: #101d37;
  white-space: nowrap;
}
.mod-global .HouseJiBen .JiBne .content ul li span {
  color: #9399a5;
  margin-right: 30px;
}
.mod-global .HouseJiBen .jiaoyi {
  overflow: hidden;
  width: 710px;
  border-bottom: 1px solid #eee;
  line-height: 22px;
  padding: 20px 0;
  margin-top: 10px;
}
.mod-global .HouseJiBen .jiaoyi .name {
  float: left;
  width: 188px;
  text-align: left;
  color: #9399a5;
  line-height: 23px;
}
.mod-global .HouseJiBen .jiaoyi .content {
  width: 522px;
  float: left;
}
.mod-global .HouseJiBen .jiaoyi .content ul {
  overflow: hidden;
}
.mod-global .HouseJiBen .jiaoyi .content ul li {
  float: left;
  width: 50%;
  line-height: 28px;
  font-size: 14px;
  color: #101d37;
  white-space: nowrap;
}
.mod-global .HouseJiBen .jiaoyi .content ul li span {
  color: #9399a5;
  margin-right: 30px;
}
.mod-global .HouseJiBenV2 {
  margin-top: 10px;
  font-size: 18px;
}
.mod-global .HouseJiBenV2 .title {
  color: #101d37;
  font-weight: 700;
  font-size: 24px;
}
.mod-global .HouseJiBenV2 .JiBne {
  overflow: hidden;
  width: 900px;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 22px;
  padding: 20px 0;
  margin-top: 22px;
}
.mod-global .HouseJiBenV2 .JiBne .name {
  float: left;
  width: 200px;
  text-align: left;
  color: #9399a5;
  line-height: 23px;
}
.mod-global .HouseJiBenV2 .JiBne .content {
  width: 700px;
  float: left;
}
.mod-global .HouseJiBenV2 .JiBne .content ul {
  overflow: hidden;
}
.mod-global .HouseJiBenV2 .JiBne .content ul li {
  float: left;
  width: 50%;
  line-height: 28px;
  font-size: 18px;
  color: #101d37;
  white-space: nowrap;
  margin-bottom: 18px;
}
.mod-global .HouseJiBenV2 .JiBne .content ul li span {
  color: #9399a5;
  margin-right: 30px;
}
.mod-global .HouseJiBenV2 .PeiTao {
  overflow: hidden;
  width: 900px;
  border-bottom: 1px solid #eee;
  line-height: 22px;
  padding: 20px 0;
  margin-top: 10px;
}
.mod-global .HouseJiBenV2 .PeiTao .name {
  float: left;
  width: 200px;
  text-align: left;
  color: #9399a5;
  line-height: 23px;
}
.mod-global .HouseJiBenV2 .PeiTao .PeiTaoBox {
  width: 700px;
  float: left;
}
.mod-global .HouseJiBenV2 .PeiTao .PeiTaoBox .FontICO .iconfont {
  font-size: 24px;
}
.mod-global .HouseJiBenV2 .PeiTao .PeiTaoBox .Ischeck {
  color: #000 !important;
  text-decoration: auto;
}
.mod-global .HouseJiBenV2 .PeiTao .PeiTaoBox ul li {
  float: left;
  color: #ccc;
  width: 92px !important;
  text-decoration: line-through;
  height: initial !important;
  line-height: initial !important;
  text-align: center;
  margin-bottom: 20px;
}
.mod-global .HouseJiBenV2 .Tips {
  color: #b0b3b4;
  line-height: 22px;
  margin-top: 20px;
  width: 710px;
  font-size: 12px;
}
.mod-global .HouseImageV2 {
  width: 720px;
  margin-top: 90px;
}
.mod-global .HouseImageV2 .title {
  color: #101d37;
  font-weight: 700;
  font-size: 23px;
}
.mod-global .HouseImageV2 ul {
  overflow: hidden;
  margin-top: 20px;
}
.mod-global .HouseImageV2 ul li {
  float: left;
  width: 360px;
  margin-bottom: 10px;
}
.mod-global .HouseImageV2 ul li .Thumbnail {
  width: 350px;
  height: 230px;
  position: relative;
}
.mod-global .HouseImageV2 ul li .Thumbnail .ThumbnailUrl {
  width: 100%;
  height: 100%;
}
.mod-global .HouseImageV2 ul li .Thumbnail .Title {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 32px;
  text-align: center;
  padding: 0 11px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
}
.mod-global .HouseImageV2 ul li:nth-child(1) {
  width: 710px;
}
.mod-global .HouseImageV2 ul li:nth-child(1) .Thumbnail {
  width: 710px;
  height: 400px;
}
.mod-global .HouseImageV2 ul li:nth-child(1) .Thumbnail .ThumbnailUrl {
  width: 100%;
  height: 100%;
}
.mod-global .house-loupan {
  width: 710px;
  position: relative;
  margin-top: 80px;
}
.mod-global .house-loupan .title {
  color: #101d37;
  font-weight: 700;
  font-size: 23px;
  position: relative;
}
.mod-global .house-loupan .title a {
  font-size: 14px;
  line-height: 23px;
  color: #7f8183;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: initial;
}
.mod-global .house-loupan ul {
  margin-top: 20px;
  font-size: 14px;
}
.mod-global .house-loupan ul li {
  line-height: 28px;
}
.mod-global .house-loupan ul li span {
  color: #9399a5;
  margin-right: 30px;
}
.mod-global .house-loupan .FengMian {
  position: absolute;
  top: 45px;
  right: 0px;
  width: 200px;
  height: 150px;
}
.mod-global .house-loupan .FengMian .FengMianUrl {
  width: 100%;
  height: 100%;
}
.mod-global .fangruan-wrap-V2 {
  position: relative;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 {
  position: fixed;
  top: 55px;
  left: 50%;
  z-index: 9;
  margin-left: 210px;
  width: 380px;
  display: none;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 .Title {
  padding-bottom: 12px;
  font-size: 14px;
  color: #101d37;
  font-weight: 700;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 ul li {
  padding: 35px 0 28px;
  border-top: 1px solid #f1f1f1;
  position: relative;
  overflow: hidden;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 ul li .head {
  width: 60px;
  height: 60px;
  float: left;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 ul li .head img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 ul li .user {
  float: left;
  margin-left: 20px;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 ul li .user .name {
  font-size: 14px;
  font-weight: 700;
  color: #101d37;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 ul li .user .name .RoleTips {
  color: #666;
  font-weight: initial;
  margin-left: 8px;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 ul li .user .phone {
  font-size: 22px;
  font-weight: 600;
  color: #fe615a;
  margin-top: 5px;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 ul li .user .fangruan-btn {
  margin-top: 3px;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 ul li .user .fangruan-btn .btn {
  padding: 4px 8px;
  font-size: 12px;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 ul li .wx-shareV2 {
  float: right;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 ul li .wx-shareV2 .wx-share-img img {
  width: 105px;
  height: 105px;
}
.mod-global .fangruan-wrap-V2 .UserBoxV2 ul li .wx-shareV2 .bohao {
  color: #999;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}
.mod-global .fangruan-wrap-V3 {
  position: relative;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 {
  position: fixed;
  top: 55px;
  left: 50%;
  z-index: 9;
  margin-left: 210px;
  width: 380px;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 .Title {
  padding-bottom: 12px;
  font-size: 14px;
  color: #101d37;
  font-weight: 700;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 ul li {
  padding: 23px 0 28px;
  border-top: 1px solid #f1f1f1;
  position: relative;
  overflow: hidden;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 ul li .head {
  width: 60px;
  height: 60px;
  float: left;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 ul li .head img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 ul li .user {
  float: left;
  margin-left: 20px;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 ul li .user .name {
  font-size: 14px;
  font-weight: 700;
  color: #101d37;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 ul li .user .name .RoleTips {
  color: #666;
  font-weight: initial;
  margin-left: 8px;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 ul li .user .phone {
  font-size: 22px;
  font-weight: 600;
  color: #fe615a;
  margin-top: 5px;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 ul li .user .fangruan-btn {
  margin-top: 3px;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 ul li .user .fangruan-btn .btn {
  padding: 4px 8px;
  font-size: 12px;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 ul li .user .wx-share {
  float: right;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 ul li .user .wx-share .wx-share-img img {
  width: 105px;
  height: 105px;
}
.mod-global .fangruan-wrap-V3 .UserBoxV2 ul li .user .wx-share .bohao {
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
.JuBaoHtml {
  position: relative;
  padding: 20px 50px;
}
.JuBaoHtml .iconfont {
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.JuBaoHtml .title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.JuBaoHtml .example-box {
  margin-top: 25px;
  font-size: 16px;
  color: #101d37;
}
.JuBaoHtml .example-box .lyear-checkbox,
.JuBaoHtml .example-box .lyear-radio {
  padding-left: 25px;
}
.JuBaoHtml .example-box ul li {
  margin-bottom: 10px;
}
.JuBaoHtml .saveBtn {
  margin-top: 22px;
}
.JuBaoHtml .saveBtn .btn {
  width: 100%;
  height: 50px;
}
.UserList {
  margin-top: 15px;
}
.UserList ul li {
  overflow: hidden;
  position: relative;
}
.UserList ul li .Head {
  float: left;
}
.UserList ul li .Head .headUrl {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.UserList ul li .user-entity {
  float: left;
  margin-left: 10px;
}
.UserList ul li .user-entity .TrueName {
  font-weight: 600;
  font-size: 20px;
  color: #333;
  vertical-align: middle;
  margin-right: 6px;
}
.UserList ul li .user-entity .Phone {
  font-size: 24px;
  font-weight: 600;
  color: #fe615a;
  margin-top: 7px;
}
.UserList ul li .user-entity .BaLiaoBtn {
  margin-top: 5px;
}
.UserList ul li .user-entity .BaLiaoBtn .btn {
  padding: 5px 10px;
}
.UserList ul li .wx-share {
  float: right;
}
.UserList ul li .wx-share .wx-share-img {
  width: 105px;
  height: 105px;
}
.UserList ul li .wx-share .wx-share-img img {
  width: 100%;
  height: 100%;
}
.UserList ul li .wx-share .bohao {
  text-align: center;
  color: #777;
  margin-top: 3px;
}
.DaiKuan {
  margin-top: 70px;
}
.DaiKuan .title {
  color: #101d37;
  font-weight: 700;
  font-size: 23px;
}
.select2-container .select2-selection--single {
  height: 45px;
  border: 0px solid #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222;
  line-height: 45px;
  background: #fafafa;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
}
.select2-dropdown {
  border: 0px solid #ddd;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.select2-results__option {
  padding-top: 12px;
  padding-bottom: 12px;
}
.select2-container {
  width: 400px !important;
}
.fangruanV2-list-container .fangruanV2-location .iconfont {
  color: #666;
}
.fangruanV2-list-container .fangruanV2-room {
  color: #666;
}
.fangruanV2-list-container .fangruanV2-room a {
  color: #666;
}
.fangruanV2-list-container .fangruanV2-room .iconfont {
  color: #666;
}
.fangruanV2-list-container .fangruanV2-room .ShouCount {
  color: #0079fe !important;
  font-size: 18px !important;
  font-weight: bold;
  padding-right: 5px;
}
.fangruanV2-list-container .fangruanV2-room .ZuCount {
  color: #0079fe !important;
  font-size: 18px !important;
  font-weight: bold;
  padding-right: 5px;
}
.crumbs-link {
  margin-top: 28px;
  margin-bottom: 35px;
}
.crumbs-link .fangruan-link a {
  color: #aaa;
}
.crumbs-link .fangruan-link .stp {
  color: #9399a5;
  font-family: simsun;
}
.PropertyName {
  margin-bottom: 25px;
  position: relative;
}
.PropertyName .Name {
  color: #333;
  font-weight: 700;
  font-size: 26px;
}
.PropertyName .QuYu {
  margin-top: 10px;
  color: #999;
}
.PropertyName .IsCollection {
  position: absolute;
  top: 0px;
  right: 0px;
}
.PropertyName .IsCollection .btn {
  width: 113px;
  height: 45px;
}
.loupan-info ul {
  overflow: hidden;
  margin-top: 10px;
}
.loupan-info ul li {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
}
.loupan-info ul li span {
  color: #999;
  margin-right: 10px;
}
.loupan-info ul li label {
  color: #101d37;
}
.loupan-info ul li .QuID a {
  color: #0079fe;
}
.Detail .cj_errorIco {
  text-align: center;
}
.Detail .cj_errorIco .iconfont {
  font-size: 40px;
}
.Detail .cj_error {
  text-align: center;
  font-size: 22px;
}
.fangruan-user-wrapper .iconfont {
  color: #a9abab;
  font-size: 14px;
}
.fangruan-user-wrapper .phone {
  color: #fff;
  font-size: 12px;
  margin-right: 30px;
}
.fangruan-user-wrapper .register a {
  font-size: 12px;
  color: #fff;
}
.fangruan-user-wrapper .register .xian {
  color: #fff;
}</pre></body></html>