@charset "UTF-8";
::-moz-selection {
  background: #db091b;
  color: #fff;
}

::selection {
  background: #db091b;
  color: #fff;
}

.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.row-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

html, body {
  width: 100%;
  min-height: 100vh;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: "PingFangSC-Regular", "Microsoft Yahei", sans-serif, "宋体";
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, input, button, textarea, p, blockquote, th, td, address {
  padding: 0;
  margin: 0;
  border: 0;
}

ul, ol {
  list-style: none;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

img {
  border: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 1.4px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #666;
  font-size: 1.4px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
  font-size: 1.4px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666;
  font-size: 1.4px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #333;
  text-decoration: none;
  text-shadow: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.container {
  width: 1200px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.mgnt40 {
  margin-top: 28px;
}

.breadcrumb-nav {
  padding: 26px 0;
}

.breadcrumb-nav__title {
  font-size: 14px;
  color: #333;
  cursor: default;
}

.breadcrumb-nav__main {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}

.breadcrumb-nav__main__item {
  display: inline-block;
  font-size: 14px;
  color: #333;
  cursor: default;
}

.breadcrumb-nav__main__item a:hover {
  color: #db091b;
}

.breadcrumb-nav__main__item + .breadcrumb-nav__main__item::before {
  content: ">";
  padding: 0 5px;
  font-size: 14px;
  color: #333;
}

.title-bar {
  /* background-color: #f2f2f2; */
  /* border-bottom: 1px solid #eee; */
  background-color: #f6f6f6;
  border-bottom: 1px solid #dfdfdf;
}

.title-bar h1 {
  margin-left: -5px;
  line-height: 49px;
  font-size: 14px;
  color: #666;
}

.topbar {
  padding: 34px 0 31px 0;
}

.topbar__wrapper {
  padding-right: 44px;
}

.logo {
  /* width: 113px; */
  min-width: 252px;
  max-height: 60px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.logo img {
  max-height: 60px;
  overflow: hidden;
}

.search-box {
  width: 562px;
  /* margin-right: 146px; */
  margin-top: 7px;
  /* margin-left: 202px; */
  margin-left: 100px;
  padding: 0 82px 0 0;
  position: relative;
}

.search-box__main {
  height: 46px;
  /* padding: 0 10px 0 95px; */
  padding: 0 10px 0 18px;
  line-height: 44px;
  border: 1px solid #db091b;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search-box__type {
  display: none;
  width: 86px;
  padding: 0 10px 0 10px;
  line-height: 46px;
  color: #656a73;
  position: absolute;
  left: 0;
  top: 1px;
}

.search-box__type::after {
  content: "";
  width: 1px;
  height: 70%;
  background: #bbb;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20%;
}

.search-box__type-title {
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-box__type-more {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid #333;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
}

.search-box__form {
  height: auto;
}

.search-box__input {
  width: 100%;
  padding: 0;
  font-size: 14px;
  color: #212733;
  border: 0;
  outline: 0;
}

.search-box__input:-moz-placeholder {
  font-size: 14px;
  color: #a3a3a3;
  text-align: left;
}

.search-box__input:-ms-input-placeholder {
  font-size: 14px;
  color: #a3a3a3;
  text-align: left;
}

.search-box__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #a3a3a3;
  text-align: left;
}

.search-box__submit {
  width: 82px;
  height: 46px;
  font-size: 14px;
  color: #fff;
  border-radius: 0 5px 5px 0;
  border: 0;
  outline: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  background-image: url("../images/fangchan_pc_remake_search.png");
  background-color: #db091b;
}

.search-box__submit:hover {
  background-color: #c10000;
}

.topbar-guide {
  /* margin-top: 10px; */
  margin: 4px 0;
  font-size: 0;
}

.topbar-guide__btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.topbar-guide__btn + .topbar-guide__btn {
  margin-left: 74px;
}

.topbar-guide__btn--wechat {
  background-image: url("../images/fangchan_pc_remake_topbar_wechat.png");
}

.topbar-guide__btn--wechat:hover {
  background-image: url("../images/fangchan_pc_remake_topbar_wechat_hover.png");
}

.topbar-guide__btn--wechat:hover > .topbar-guide__qrcode {
  display: block;
}

.topbar-guide__btn--phone {
  background-image: url("../images/fangchan_pc_remake_topbar_phone.png");
}

.topbar-guide__btn--phone:hover {
  background-image: url("../images/fangchan_pc_remake_topbar_phone_hover.png");
}

.topbar-guide__btn--phone:hover > .topbar-guide__qrcode {
  display: block;
}
.topbar-guide__btn--login {
  background-image: url("../images/fangchan_pc_remake_topbar_login.jpg");
  background-size: 23px auto;
}

.topbar-guide__qrcode {
  display: none;
  /* width: 120px; */
  /* height: 132px; */
  width: 200px;
  height: 200px;
  /* padding-top: 28px; */
  /* padding-left: 23px; */
  padding-top: 41px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/fangchan_pc_remake_qrcode_bg.png");
  overflow: hidden;
  position: absolute;
  left: 50%;
  /* bottom: -131px; */
  /* margin-left: -59px; */
  bottom: -190px;
  margin-left: -98px;
}

.topbar-guide__qrcode img {
  /* width: 75px; */
  display: inline-block;
  width: 120px;
  overflow: hidden;
}

.search-type-sheet {
  display: none;
  width: 86px;
  padding: 6px 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .6s;
  transform: translate(0, 0);
  box-shadow: 1px 0 10px rgba(225, 227, 230, 0.55);
  z-index: 100;
}

.search-type-sheet--show {
  transform: translate(0, 101%);
}

.search-type-sheet__item {
  display: block;
  line-height: 42px;
  font-size: 14px;
  color: #656a73;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-type-sheet__item:hover {
  color: #db091b;
}

.nav {
  background: #db091b;
}

.nav-list {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.nav-item {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.nav-item--curr {
  background: #c10000;
}

.nav-item--curr a {
  color: #fff;
}

.nav-item--select > .nav-child-list {
  display: block;
}

.nav-item a {
  display: inline-block;
  width: 100%;
  /* height: 100%; */
  padding: 10px 25px 9px;
  font-size: 18px;
  color: #fff;
}

.nav-item:first-child {
  margin-left: -24px;
}

.nav-item:hover {
  background: #c10000;
}

.nav-item:hover .nav-child-list {
  display: block;
}

.nav .nav-child-list {
  display: none;
  width: 100%;
  padding: 0 8px;
  padding: 6px 8px 6px;
  background: #db091b;
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 10;
}

.nav .nav-child-list a {
  display: inline-block;
  width: 100%;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
}

.nav .nav-child-list a + a {
  border-top: 1px dashed #fff;
}

.nav .nav-child-list a:hover {
  color: #fff;
  background: #c10000;
}

.footer {
  margin-top: 40px;
  padding: 31px 0 33px;
  background: #1e1e1e;
}

.footer__left {
  margin-top: 36px;
}

.footer__about {
  padding-left: 26px;
  font-size: 14px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left top;
  background-image: url("../images/fangchan_remake_footer_about.png");
}

.footer__about a {
  color: #fff;
}

.footer__tel {
  margin-top: 11px;
  padding-left: 26px;
  font-size: 14px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 18px 19px;
  background-position: left top;
  background-image: url("../images/fangchan_remake_footer_tel.png");
}

.footer__info {
  margin-top: 24px;
  margin-left: 187px;
  color: #fff;
  text-align: center;
}

.footer__info a {
  color: #fff;
}
.footer__qrcode__main {
  border: 4px solid #fff;
}

.footer__qrcode__main img {
  width: 64px;
  overflow: hidden;
}

.footer__qrcode__tips {
  margin-top: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.navbar-default {
  margin-bottom: 0;
  background-color: #db091b;
  border: 0;
}

.navbar-default .navbar-nav > li > a {
  font-size: 18px;
  color: #fff;
}

.navbar-brand {
  padding: 0 20px 0 0;
  line-height: 50px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #c10000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #c10000;
}

[aria-label="Page navigation"] {
  text-align: center;
}

.pagination {
  margin: 42px 0;
}

.nav > li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pagination > li > a, .pagination > li > span {
  color: #3d3d3d;
  background: #f6f6f6;
  border: 0;
  border-radius: unset;
  border-radius: 4px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 4px;
}

.pagination > li + li {
  display: inline-block;
  margin-left: 22px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #fff;
  background-color: #db091b;
  border-color: unset;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff;
  background-color: #db091b;
  border-color: unset;
}

.qa-header {
  text-align: center;
}

.qa-header__title {
  display: inline-block;
  margin-right: 37px;
  line-height: 54px;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.qa-header__content {
  display: inline-block;
  width: 577px;
  height: 54px;
  line-height: 54px;
  padding: 0 115px 0 18px;
  background: #f2f2f2;
  position: relative;
  vertical-align: top;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.qa-header__input {
  width: 100%;
  font-size: 14px;
  color: #333;
  background: transparent;
  border: 0;
  outline: 0;
}

.qa-header__input:-moz-placeholder {
  font-size: 14px;
  color: #666;
  text-align: left;
}

.qa-header__input:-ms-input-placeholder {
  font-size: 14px;
  color: #666;
  text-align: left;
}

.qa-header__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #666;
  text-align: left;
}

.qa-header__search {
  width: 100px;
  line-height: 54px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #db091b;
  border: 0;
  outline: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.qa-header__search:hover {
  color: #fff;
  background-color: #c10000;
}

.enroll-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.enroll-popup {
  width: 523px;
  padding: 68px 0 44px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -191px;
  margin-left: -262px;
  border-radius: 6px;
}

.enroll-popup__close {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_popup_close.png");
  position: absolute;
  right: 12px;
  top: 12px;
}

.enroll-popup__title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #333;
}

.enroll-popup__main {
  width: 63.880126%;
  margin: 36px auto 0;
}

.enroll-popup__item {
  padding: 14px 10px 14px 50px;
  border: 1px solid #e0e0e0;
}

.enroll-popup__item + .enroll-popup__item {
  margin-top: 26px;
}

.enroll-popup__item--name {
  background-repeat: no-repeat;
  background-size: 21px 19px;
  background-position: 12px 14px;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_popup_name.png");
}

.enroll-popup__item--tel {
  background-repeat: no-repeat;
  background-size: 17px 21px;
  background-position: 12px 14px;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_popup_tel.png");
}

.enroll-popup__input {
  width: 100%;
  font-size: 15px;
  color: #333;
  border: 0;
  outline: 0;
}

.enroll-popup__input:-moz-placeholder {
  font-size: 15px;
  color: #c3c3c3;
  text-align: left;
}

.enroll-popup__input:-ms-input-placeholder {
  font-size: 15px;
  color: #c3c3c3;
  text-align: left;
}

.enroll-popup__input::-webkit-input-placeholder {
  font-size: 15px;
  color: #c3c3c3;
  text-align: left;
}

.enroll-popup__btn {
  width: 100%;
  margin-top: 34px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #db091b;
  -webkit-box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.27);
  box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.27);
  border-radius: 6px;
  border: 0;
  outline: 0;
}

.enroll-popup__btn:hover {
  background-color: #c10000;
}

.recommend-house-item__title {
  max-width: 147px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recommend-house-item__price {
  min-width: 64px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
}

.footer__about {
  padding-left: 26px;
  font-size: 14px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left top;
  background-image: url("../images/fangchan_remake_footer_about.png");
}

.footer__left {
  margin-top: 36px;
}
.footer__about a {
  color: #fff;
}

.footer__info__link {
  display: inline-block;
}

.footer__info__link + .footer__info__link::before {
  display: inline-block;
  content: "|";
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
}