.whole {
  position: relative;
  width: 7.5rem;
  margin: 0 auto;
  padding-bottom: 1.8rem;
}
.whole img {
  object-fit: cover;
}
.whole .line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whole .line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.whole .line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.whole .line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.whole .btn-active-dark:active {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.whole .btn-active-dark.lookhouse {
  display: inline-block !important;
  height: 1.16rem;
  flex: 1 !important;
  padding-top: 0.2rem;
}
.whole .btn-active-dark.lookhouse .center {
  padding-left: 0.24rem;
}
.whole .btn-active-dark.lookhouse .center img {
  width: 0.4rem !important;
  height: 0.3rem;
  margin: 0;
  vertical-align: text-bottom;
}
.whole .btn-active-dark.lookhouse .center .word {
  padding-left: 0.14rem;
}
.whole .btn-active-dark.lookhouse .lookhouse-item {
  padding-left: 0.78rem;
  font-size: 0.2rem;
  color: white;
}
.whole .btn-active-dark.lookhouse .lookhouse-item {
  padding-left: 0.85rem;
}
.whole .btn-active-dark.lookhouse .lookhouse-item2 {
  padding-left: 0.85rem;
}
.whole .btn-active-dark.lookhouse span {
  font-size: 0.3rem;
}
.whole .btn-active-dark.lookhouse.left {
  background: url(../../img/gaiban-fixed-orange.png) no-repeat !important;
  background-size: cover !important;
}
.whole .btn-active-dark.lookhouse.left .center img {
  width: 0.4rem !important;
  height: 0.37rem !important;
}
.whole .btn-active-dark.lookhouse.right {
  background: url(../../img/gaiban-btn-left.png) no-repeat !important;
  background-size: cover !important;
}
.whole .btn-active-dark.lookhouse.right .center img {
  width: 0.37rem !important;
  height: 0.34rem !important;
}
.whole .navbar-wrap {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 7.5rem;
  border-bottom: 1px solid #f2f2f2;
}
.whole .navbar-wrap .tag-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: #fff;
}
.whole .navbar-wrap .tag-list li {
  display: flex;
}
.whole .navbar-wrap .tag-list li a {
  padding: 0.1rem 0.2rem 0.2rem;
  padding: 0.3rem 0.2rem 0.3rem 0.2rem;
  width: 100%;
  color: #999999;
  text-align: center;
}
.whole .navbar-wrap .tag-list li a.active {
  font-size: 0.28rem;
  color: #000000;
  position: relative;
}
.whole .navbar-wrap .tag-list li a.active::after {
  content: '';
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translate(-50%);
  width: 0.5rem;
  height: 0.05rem;
  background: #195CE5;
}
.whole .goback {
  position: fixed;
  top: 0;
  padding: 0.3rem;
  z-index: 18;
}
.whole .goback img {
  width: 0.16rem;
  height: 0.3rem;
}
.whole .banner {
  width: 7.5rem;
  height: 5.15rem;
  position: relative;
}
.whole .banner .swipe,
.whole .banner img {
  display: block;
  width: 100%;
  height: 100%;
}
.whole .banner .transform {
  height: 5.15rem;
}
.whole .banner .total {
  position: absolute;
  bottom: 0.8rem;
  right: 0.3rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.03rem 0.15rem;
  font-size: 0.24rem;
  color: #fff;
}
.whole .banner .img-classify {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 7.5rem;
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.whole .banner .img-classify::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.whole .banner .img-classify ul {
  text-align: center;
}
.whole .banner .img-classify ul li {
  padding: 0.04rem 0.1rem;
  margin-right: 0.2rem;
  background: rgba(255, 255, 255, 0.65);
  font-size: 0.24rem;
  display: inline-block;
  color: #000;
}
.whole .banner .img-classify ul li:first-child {
  margin-left: 0.2rem;
}
.whole .banner .img-classify ul li.active {
  background: rgba(255, 81, 86, 0.74);
  background: #FE4423;
  color: #fff;
}
.whole .appointment-car {
  padding: 0.2rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff4f4;
}
.whole .appointment-car .info {
  display: flex;
  align-items: center;
}
.whole .appointment-car .info img {
  width: 0.35rem;
  height: 0.35rem;
}
.whole .appointment-car .info p {
  margin-left: 0.17rem;
  font-size: 0.32rem;
  color: #666;
  font-weight: bold;
}
.whole .appointment-car .info p span {
  color: #ff5156;
}
.whole .appointment-car .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 0.55rem;
  background: linear-gradient(to right, #ff875d, #ff463b);
  color: #fff;
  border-radius: 0.06rem;
}
.whole .main-content {
  padding-bottom: 0.44rem;
  background: #fff;
}
.whole .main-content .title {
  padding: 0.3rem 0.4rem 0.16rem 0.4rem;
}
.whole .main-content .title h3 {
  font-size: 0.36rem;
}
.whole .main-content .labels {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.4rem;
  max-width: 6rem;
}
.whole .main-content .labels span {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  padding: 0.04rem 0.1rem;
  font-size: 0.2rem;
  background: #ccc;
  background: #F6F6F7;
  color: #fff;
  color: #A2A4A9;
  border-radius: 0.04rem;
}
.whole .main-content .house-info {
  position: relative;
  flex-wrap: wrap;
  padding: 0 0.4rem 0.13rem;
}
.whole .main-content .house-info p {
  padding: 0.13rem 0;
}
.whole .main-content .house-info p span {
  margin-right: 0.2rem;
  color: #999;
}
.whole .main-content .house-info p strong {
  font-weight: normal;
}
.whole .main-content .house-info p strong .forWeight {
  color: #F54A3D;
  font-weight: normal;
}
.whole .main-content .house-info .more-detail {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  padding-right: 0.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.whole .main-content .house-info .more-detail span {
  color: #999;
}
.whole .main-content .house-info .more-detail img {
  margin-left: 0.05rem;
  width: 0.3rem;
  height: 0.3rem;
}
.whole .main-content .house-info .zongjia {
  font-weight: bold;
  color: #F54A3D;
  font-size: 0.28rem;
  font-style: normal;
}
.whole .main-content .house-info .red {
  color: #F54A3D;
  font-size: 0.24rem;
}
.whole .main-content .location {
  margin: 0.2rem 0.4rem 0;
  padding: 0.16rem 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f7;
}
.whole .main-content .location > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.whole .main-content .location > div img {
  width: 0.3rem;
  height: 0.3rem;
}
.whole .main-content .location-left span {
  margin-left: 0.1rem;
  width: 4.2rem;
}
.whole .main-content .location-right span {
  margin-right: 0.05rem;
  color: #999;
}
.whole .main-content .inform-tip {
  margin-top: 0.3rem;
  padding: 0 0.4rem;
  display: flex;
  justify-content: space-between;
}
.whole .main-content .inform-tip p {
  width: 3.25rem;
  height: 0.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff4f4;
  font-size: 0.34rem;
  color: #ff5156;
  font-weight: bold;
  border-radius: 0.06rem;
}
.whole .vip-take-look {
  margin-top: 0.2rem;
  background: #fff;
  padding: 0.44rem 0.4rem;
}
.whole .vip-take-look .img-wrap {
  position: relative;
}
.whole .vip-take-look .img-wrap > img {
  display: block;
  width: 6.7rem;
  height: 1.85rem;
}
.whole .vip-take-look .img-wrap .join-total {
  padding: 0.1rem 0.5rem;
  position: absolute;
  left: 0.5rem;
  bottom: 0.3rem;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.06rem;
  box-shadow: 0px 0.1rem 0.14rem 0.02rem rgba(228, 80, 0, 0.45);
}
.whole .vip-take-look .img-wrap .join-total img {
  margin-right: 0.15rem;
  width: 0.26rem;
  height: 0.29rem;
}
.whole .vip-take-look .img-wrap .join-total span {
  font-size: 0.24rem;
  color: #999;
}
.whole .vip-take-look .img-wrap .join-total span strong {
  font-size: 0.32rem;
  color: #ff5156;
}
.whole .vip-take-look .img-wrap .baoming {
  position: absolute;
  left: 0.5rem;
  top: 0.35rem;
  font-size: 0.35rem;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(120, 11, 8, 0.61);
}
.whole .sub-title {
  padding: 0.4rem 0.5rem 0 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.whole .sub-title h3 {
  font-size: 0.34rem;
  color: #203141;
  font-weight: bold;
}
.whole .sub-title .more {
  display: flex;
  align-items: center;
}
.whole .sub-title .more img {
  margin-left: 0.05rem;
  width: 0.3rem;
  height: 0.3rem;
}
.whole .sub-title .more span {
  color: #999;
  font-size: 0.24rem;
}
.whole .house-type {
  margin-top: 0.2rem;
  padding-bottom: 0.4rem;
  background: #fff;
}
.whole .house-type .number-tab {
  margin-top: 0.1rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
}
.whole .house-type .number-tab span {
  padding: 0.2rem;
  color: #999;
  font-size: 0.28rem;
}
.whole .house-type .number-tab span.active {
  color: #f74045;
}
.whole .house-type .house-type-list {
  margin-top: 0.1rem;
  width: 7.5rem;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.whole .house-type .house-type-list::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.whole .house-type .house-type-list ul li {
  display: inline-block;
  margin-right: 0.2rem;
}
.whole .house-type .house-type-list ul li .house-type-img img {
  display: block;
  width: 3rem;
  height: 1.8rem;
}
.whole .house-type .house-type-list ul li .house-type-title {
  margin-top: 0.2rem;
}
.whole .house-type .house-type-list ul li .house-type-title .roomstats {
  font-style: normal;
  border-radius: 2px;
  text-align: center;
  font-size: 0.2rem;
  padding: 0.05rem 0.05rem;
  background-color: #E0ECFB;
  color: #559EFC;
  margin-left: 0.06rem;
  font-weight: 100;
}
.whole .house-type .house-type-list ul li .house-type-desc {
  margin-top: 0.1rem;
  color: #666;
}
.whole .house-type .house-type-list ul li .house-type-price {
  margin-top: 0.1rem;
  color: #f74045;
  color: #F93111;
  font-weight: bold;
}
.whole .house-type .house-type-list ul li .house-type-btn {
  margin-top: 0.12rem;
  width: 2.9rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff4f4;
  display: none;
}
.whole .house-type .house-type-list ul li .house-type-btn span {
  font-size: 0.24rem;
  color: #ff5156;
}
.whole .house-type .house-type-list ul li .house-type-btn img {
  margin-left: 0.1rem;
  width: 0.24rem;
  height: 0.24rem;
}
.whole .house-type .house-type-list ul li:nth-child(1) {
  margin-left: 0.4rem;
}
.whole .broker-list {
  margin-top: 0.2rem;
  background: #fff;
  padding-bottom: 0.14rem;
}
.whole .broker-list ul {
  padding: 0 0.4rem;
}
.whole .broker-list ul li {
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}
.whole .broker-list ul li > img {
  margin-right: 0.3rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
.whole .broker-list ul li .broker-content {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.whole .broker-list ul li .broker-content .name {
  font-size: 0.3rem;
  color: #000;
}
.whole .broker-list ul li .broker-content .desc {
  margin-top: 0.06rem;
  font-size: 0.22rem;
  color: #666;
}
.whole .broker-list ul li .broker-content .labels {
  margin-top: 0.1rem;
}
.whole .broker-list ul li .broker-content .labels span {
  margin-right: 0.1rem;
  padding: 0.03rem 0.1rem;
  font-size: 0.2rem;
  color: #9DB8EF;
  border-radius: 0.04rem;
  border: 1px solid #9DB8EF;
}
.whole .broker-list ul li .consult {
  display: flex;
}
.whole .broker-list ul li .consult img {
  width: 0.6rem;
  height: 0.6rem;
}
.whole .broker-list ul li:last-child {
  border-bottom: none;
}
.whole .broker-list .cicle {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.7rem;
  text-align: center;
  margin-left: 0.2rem;
  background: #FDF5EB;
}
.whole .broker-list .cicle #forimg {
  width: 0.28rem !important;
  height: auto !important;
}
.whole .house-loan-calc {
  margin-top: 0.2rem;
  padding: 0.4rem;
  background: #fff;
}
.whole .house-loan-calc .house-loan-info .house-loan-info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.whole .house-loan-calc .house-loan-info .house-loan-info-top > a {
  display: flex;
  align-items: center;
}
.whole .house-loan-calc .house-loan-info .house-loan-info-top > a img {
  margin-left: 0.05rem;
  width: 0.3rem;
  height: 0.3rem;
}
.whole .house-loan-calc .house-loan-info .house-loan-info-top > a span {
  color: #999;
}
.whole .house-loan-calc .house-loan-info .house-loan-info-bottom {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.whole .house-loan-calc .house-loan-info .house-loan-info-bottom .price strong {
  font-size: 0.38rem;
}
.whole .house-loan-calc .house-loan-info .house-loan-info-bottom .price span {
  color: #999;
  font-size: 0.24rem;
}
.whole .house-loan-calc .house-loan-info .house-loan-info-bottom .house-type-text {
  font-size: 0.24rem;
  color: #999;
}
.whole .house-loan-calc .progress-bar .progress-bar-item {
  position: relative;
  margin-top: 0.3rem;
  width: 6.7rem;
  height: 0.46rem;
  background: #f6f6f6;
  display: flex;
  align-items: center;
}
.whole .house-loan-calc .progress-bar .progress-bar-item > div {
  height: 100%;
  display: flex;
  align-items: center;
}
.whole .house-loan-calc .progress-bar .progress-bar-item .price {
  position: relative;
  z-index: 3;
  margin-left: 0.3rem;
  font-size: 0.24rem;
  color: #fff;
}
.whole .house-loan-calc .progress-bar .progress-bar-item .base-progress {
  width: 1.5rem;
  padding-left: 0.15rem;
  color: #fff;
  font-size: 0.24rem;
  border-radius: 0.04rem 0 0 0.04rem;
}
.whole .house-loan-calc .progress-bar .progress-bar-item .practical-progress {
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: 1rem;
  border-radius: 0 0.04rem 0.04rem 0;
}
.whole .house-loan-calc .progress-bar .progress-bar-item:nth-child(1) .base-progress {
  background: #ff7c7f;
}
.whole .house-loan-calc .progress-bar .progress-bar-item:nth-child(1) .practical-progress {
  background: #ff4f51;
}
.whole .house-loan-calc .progress-bar .progress-bar-item:nth-child(2) .base-progress {
  background: #58c88a;
}
.whole .house-loan-calc .progress-bar .progress-bar-item:nth-child(2) .practical-progress {
  background: #19ad5f;
}
.whole .house-loan-calc .progress-bar .progress-bar-item:nth-child(3) .base-progress {
  background: #5ca4f2;
}
.whole .house-loan-calc .progress-bar .progress-bar-item:nth-child(3) .practical-progress {
  background: #3490ef;
}
.whole .house-loan-calc .progress-bar .progress-bar-item:nth-child(4) .base-progress {
  background: #ffbc44;
}
.whole .house-loan-calc .progress-bar .progress-bar-item:nth-child(4) .practical-progress {
  background: #ff9d00;
}
.whole .house-loan-calc .progress-bar .progress-bar-item:nth-child(4) .price {
  color: #000;
}
.whole .house-loan-calc .house-loan-desc {
  margin-top: 0.3rem;
}
.whole .house-loan-calc .house-loan-desc p {
  text-align: center;
}
.whole .house-loan-calc .house-loan-desc p:nth-child(1) {
  color: #6d7586;
  font-size: 0.24rem;
}
.whole .house-loan-calc .house-loan-desc p:nth-child(2) {
  margin-top: 0.1rem;
  color: #999999;
  font-size: 0.22rem;
}
.whole .house-loan-calc .house-loan-consult {
  margin-top: 0.3rem;
}
.whole .big-btn {
  width: 6.7rem;
  height: 0.78rem;
  background: #fff4f4;
  text-align: center;
  line-height: 0.78rem;
  font-size: 0.32rem;
  color: #f74045;
  font-weight: bold;
  border-radius: 0.04rem;
}
.whole .project-introduce {
  margin-top: 0.2rem;
  padding: 0 0.4rem 0.4rem;
  background: #fff;
  padding-bottom: 0;
}
.whole .project-introduce .detail-list {
  padding-bottom: 0.8rem;
  padding-top: 0.18rem;
}
.whole .project-introduce .detail-list li {
  height: 0.45rem;
  font-size: 0.28rem;
  margin: 0.17rem 0;
}
.whole .project-introduce .detail-list li span {
  color: #999999;
  display: inline-block;
  width: 1.3rem;
  text-align-last: justify;
  text-align: justify;
}
.whole .project-introduce .detail-list li em {
  font-style: normal;
}
.whole .project-introduce .detail-list li em.DateCanLive {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
}
.whole .project-introduce .detail-list li em.projectAddress {
  display: inline-block;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.whole .project-introduce .sub-title {
  padding-left: 0;
  padding-right: 0;
}
.whole .project-introduce-item {
  padding: 0.25rem 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}
.whole .project-introduce-item-content h3 {
  font-size: 0.28rem;
  font-weight: bold;
}
.whole .project-introduce-item-content .content {
  margin-top: 0.2rem;
  width: 100%;
  font-size: 0.28rem;
  color: #6d7586;
}
.whole .project-introduce-item-content .look-more {
  margin-top: 0.12rem;
  font-size: 0.24rem;
  color: #ff5156;
}
.whole .project-introduce-item-img img {
  display: block;
  width: 2.9rem;
  height: 1.73rem;
  border-radius: 0.04rem;
}
.whole .project-introduce .project-introduce-btn {
  margin-top: 0.4rem;
}
.whole .project-introduce .project-introduce-btn img {
  width: 0.32rem;
  height: 0.32rem;
  position: relative;
  top: 0.05rem;
  margin-right: 0.03rem;
}
.whole .house-dynamic {
  margin-top: 0.2rem;
  padding-bottom: 0.44rem;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.whole .house-dynamic ul {
  padding: 0 0.4rem;
}
.whole .house-dynamic-item {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.3rem;
  border-bottom: 1px solid #eee;
}
.whole .house-dynamic-item:last-child {
  border-bottom: none;
}
.whole .house-dynamic-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.whole .house-dynamic-item-top::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.2rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #f74045;
}
.whole .house-dynamic-item-top .date {
  color: #6e7587;
}
.whole .house-dynamic-item-top .label {
  padding: 0.04rem 0.1rem;
  font-size: 0.22rem;
  background: #eaf2ff;
  color: #70a0f1;
  border-radius: 0.04rem;
}
.whole .house-dynamic-item-content {
  margin-top: 0.15rem;
  display: flex;
}
.whole .house-dynamic-item-content img {
  margin-left: 0.3rem;
  width: 1.8rem;
  height: 1.08rem;
}
.whole .house-dynamic-item-content > div {
  flex: 1;
}
.whole .house-dynamic-item-content > div p {
  width: 4rem;
}
.whole .house-dynamic-item-content > div p.title {
  font-weight: bold;
  color: #111;
}
.whole .house-dynamic-item-content > div p.content {
  margin-top: 0.1rem;
  color: #6e7587;
}
.whole .house-dynamic-item-content > div.no-img .title {
  width: 5rem !important;
}
.whole .house-dynamic-item-content > div.no-img .content {
  width: 6rem !important;
}
.whole .house-dynamic .nodata {
  padding: 0.5rem 0 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.whole .house-dynamic .nodata img {
  width: 2rem;
}
.whole .house-dynamic .nodata span {
  color: #999;
  font-size: 0.24rem;
}
.whole .house-dynamic .subscription-btn {
  margin: 0.3rem auto 0;
}
.whole .house-dynamic .subscription-desc {
  margin-top: 0.2rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
}
.whole .house-dynamic .subscription-desc img {
  margin-right: 0.1rem;
  width: 0.17rem;
  height: 0.21rem;
}
.whole .house-dynamic .subscription-desc span {
  font-size: 0.22rem;
  color: #999;
}
.whole .rim {
  margin-top: 0.2rem;
  background: #fff;
  padding-bottom: 0.4rem;
}
.whole .rim .address {
  padding: 0.3rem 0.4rem;
  color: #6d7586;
}
.whole .rim #map {
  width: 7.5rem;
  height: 4rem;
}
.whole .rim .tab {
  margin: 0.1rem 0 0;
  display: flex;
}
.whole .rim .tab li {
  padding: 0.2rem 0;
  flex: 1;
  text-align: center;
  font-size: 0.24rem;
  color: #999999;
}
.whole .rim .tab li.active {
  color: #f4594e;
  font-weight: bold;
}
.whole .rim .rim-consult {
  margin: 0.1rem auto;
}
.whole .rim .rim-consult img {
  width: 0.32rem;
  height: 0.32rem;
  position: relative;
  top: 0.05rem;
  margin-right: 0.03rem;
}
.whole .recommend {
  margin-top: 0.2rem;
  background: #fff;
}
.whole .recommend ul {
  padding: 0 0.4rem;
}
.whole .recommend ul .house-item {
  padding: 0.4rem 0;
  border-bottom: 1px solid #f2f2f2;
}
.whole .recommend ul .house-item a {
  display: flex;
}
.whole .recommend ul .house-item:last-child {
  border-bottom: none;
}
.whole .recommend ul .house-item-img {
  margin-right: 0.2rem;
  width: 2.5rem;
  height: 1.6rem;
  position: relative;
}
.whole .recommend ul .house-item-img img {
  width: 2.5rem;
  height: 1.6rem;
  border-radius: 0.06rem;
}
.whole .recommend ul .house-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 1.6rem;
  position: relative;
}
.whole .recommend ul .house-item-info .tags-part {
  color: #A2A4A9;
  width: 3rem;
  margin-left: 0.1rem;
  /* box-sizing: border-box;
              overflow-x: scroll;
              white-space: nowrap; */
}
.whole .recommend ul .house-item-info .tags-part span {
  display: inline-block;
  background: #EFEFF0;
  padding: 0.04rem 0.1rem;
  border-radius: 0.04rem;
  margin-right: 0.05rem;
  font-size: 0.2rem;
}
.whole .recommend ul .house-item-info-title {
  display: flex;
  justify-content: space-between;
}
.whole .recommend ul .house-item-info-title .house-item-info-labels {
  margin-top: 0;
}
.whole .recommend ul .house-item-info-title h6 {
  font-weight: bold;
  font-size: 0.3rem;
  color: black;
}
.whole .recommend ul .house-item-info-price {
  margin-top: 0.15rem;
}
.whole .recommend ul .house-item-info-price strong {
  color: #fa3e3f;
  max-width: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.whole .recommend ul .house-item-info-price span {
  font-size: 0.24rem;
  color: #6e7587;
}
.whole .recommend ul .house-item-info-content {
  margin-top: 0.15rem;
}
.whole .recommend ul .house-item-info-content span {
  color: #6e7587;
}
.whole .recommend ul .house-item-info-labels {
  margin-top: 0.1rem;
}
.whole .recommend ul .house-item-info-labels > span {
  display: inline-block;
  margin-right: 0.2rem;
  padding: 0.04rem 0.1rem;
  font-size: 0.2rem;
  background: #efeff0;
  color: #888;
  border-radius: 0.04rem;
}
.whole .recommend ul .house-item-info-labels > span:first-child {
  color: #559efc;
  background: #e8effe;
}
.whole .recommend ul .house-item-info-contact {
  color: white;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.4rem;
  height: 0.42rem;
  line-height: 0.42rem;
  background: linear-gradient(to right, #FF8762, #FD4842);
  font-size: 0.2rem;
  text-align: center;
  border-radius: 0.05rem;
  padding: 0 0.08rem;
  box-sizing: content-box;
}
.whole .recommend ul .house-item-info-contact img {
  width: 0.28rem;
  height: 0.28rem;
  vertical-align: sub;
}
.whole .properties-plan {
  margin-top: 0.2rem;
  background: #fff;
}
.whole .properties-plan p {
  padding: 0.3rem 0;
  display: flex;
  justify-content: center;
}
.whole .properties-plan p img {
  display: block;
  width: 6.7rem;
  height: 1.82rem;
}
.whole .qrcode-wrap {
  margin-top: 0.2rem;
  background: #fff;
  padding: 0.25rem 0.4rem;
}
.whole .qrcode-wrap img {
  width: 6.7rem;
  height: 1.82rem;
}
.whole .fixed-footer {
  position: fixed;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  width: 7.5rem;
  background: #fff;
  box-shadow: 0 0 0.1rem 0.05rem rgba(0, 0, 0, 0.05);
  padding: 0 0.3rem;
  padding-right: 0.15rem;
}
.whole .fixed-footer .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.16rem;
  margin: 0.28rem 0;
  margin-right: 0.15rem;
  border-radius: 0.15rem;
  position: relative;
  top: -0.1rem;
}
.whole .fixed-footer .btn .num {
  position: absolute;
  right: -8px;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.whole .fixed-footer .btn img {
  width: 0.38rem;
  height: 0.38rem;
  object-fit: contain;
}
.whole .fixed-footer .btn span {
  color: #fff;
  font-size: 0.34rem;
  font-weight: bold;
}
.whole .fixed-footer .btn:nth-child(1) {
  background: white;
  padding-top: 0.25rem;
  padding-right: 0.2rem;
}
.whole .fixed-footer .btn:nth-child(1) span {
  color: #111;
  font-size: 0.24rem;
}
.whole .fixed-footer .btn:nth-child(3) {
  background: linear-gradient(to right, #ff714b, #ff3000);
  width: 100%;
  flex: 2;
}
.whole .fixed-footer .btn:nth-child(3) img {
  width: 0.3rem;
  height: 0.3rem;
}
.whole .fixed-footer .btn:nth-child(2) {
  background: linear-gradient(to right, #EDBF33, #E4A610);
  flex: 1.5;
}
.whole .fixed-footer .btn:first-child {
  display: inline-block;
  text-align: center;
}
.whole .project-introduce-popup h3 {
  padding: 0.4rem 0.3rem;
}
.whole .project-introduce-popup .content {
  padding: 0 0.3rem 0.3rem;
  max-height: 70vh;
  min-height: 20vh;
  overflow-y: auto;
}
.whole .project-introduce-popup .content img {
  max-width: 100%;
}
.whole .save-mobile-popup-wrap {
  width: 6rem;
}
.whole .save-mobile-popup-wrap h3.title {
  padding: 0.8rem 0.7rem 0.4rem;
  font-size: 0.34rem;
  color: #000;
}
.whole .save-mobile-popup-wrap .desc {
  padding: 0 0.7rem;
  color: #6d7586;
}
.whole .save-mobile-popup-wrap .input-wrap {
  margin-top: 0.4rem;
  padding: 0 0.7rem;
  position: relative;
}
.whole .save-mobile-popup-wrap .input-wrap input {
  padding: 0 2rem 0 0.2rem;
  box-sizing: border-box;
  width: 100%;
  height: 0.6rem;
  border: 1px solid #ddd;
}
.whole .save-mobile-popup-wrap .input-wrap input::-webkit-input-placeholder {
  color: #bbb;
}
.whole .save-mobile-popup-wrap .input-wrap input::-moz-placeholder {
  color: #bbb;
}
.whole .save-mobile-popup-wrap .input-wrap input::-moz-placeholder {
  color: #bbb;
}
.whole .save-mobile-popup-wrap .input-wrap input:-ms-input-placeholder {
  color: #bbb;
}
.whole .save-mobile-popup-wrap .input-wrap > span {
  padding: 0 0.2rem;
  position: absolute;
  top: 50%;
  height: 100%;
  right: 0.7rem;
  transform: translateY(-50%);
  color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whole .save-mobile-popup-wrap .btn-wrap {
  padding: 0.4rem 0.7rem 0.7rem;
}
.whole .save-mobile-popup-wrap .btn-wrap .btn {
  width: 4.6rem;
  height: 0.68rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f74045;
  font-size: 0.3rem;
  color: #fff;
  border-radius: 0.08rem;
}
.whole .save-mobile-popup-wrap .agreement-wrap {
  margin-top: 0.4rem;
  padding: 0 0.7rem;
  line-height: 0.4rem;
}
.whole .save-mobile-popup-wrap .agreement-wrap .van-checkbox {
  display: inline-block;
  vertical-align: middle;
}
.whole .save-mobile-popup-wrap .agreement-wrap span {
  font-size: 0.24rem;
  color: #999;
}
.whole .save-mobile-popup-wrap .agreement-wrap .bookmark {
  color: #fb2a0a;
}
.whole .save-mobile-success {
  width: 6rem;
  padding: 0.5rem;
}
.whole .save-mobile-success .top {
  text-align: center;
}
.whole .save-mobile-success .top .icon {
  font-size: 0.8rem;
  color: #e32f12;
}
.whole .save-mobile-success h3 {
  margin-top: 0.4rem;
  text-align: center;
}
.whole .save-mobile-success .desc {
  margin-top: 0.4rem;
  color: #6d7586;
  font-size: 0.24rem;
}
.whole .call-popup-wrap {
  width: 6rem;
}
.whole .call-popup-wrap h3 {
  padding: 0.5rem;
  font-size: 0.36rem;
}
.whole .call-popup-wrap p {
  margin-bottom: 0.3rem;
  padding: 0 0.5rem;
  color: #666;
  font-size: 0.28rem;
}
.whole .call-popup-wrap p .red {
  color: #f4424a;
}
.whole .call-popup-wrap .btn {
  margin-top: 0.6rem;
  border-top: 1px solid #eee;
  display: flex;
}
.whole .call-popup-wrap .btn a {
  flex: 1;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  background: #fff;
}
.whole .call-popup-wrap .btn a:nth-child(1) {
  border-right: 1px solid #eee;
  color: #59a0f9;
}
.whole .call-popup-wrap .btn a:nth-child(2) {
  color: #f4424a;
}
.whole .save-mobile-popup-wrap-copy {
  width: 100%;
}
.whole .save-mobile-popup-wrap-copy .input-wrap {
  display: flex;
}
.whole .save-mobile-popup-wrap-copy .input-wrap p {
  width: 1.38rem;
  border-bottom: 1px solid #d6d5d5;
}
.whole .save-mobile-popup-wrap-copy .input-wrap p span {
  color: red;
}
.whole .save-mobile-popup-wrap-copy .input-wrap input {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #d6d5d5;
  height: 0.7rem;
  padding-bottom: 0.3rem;
  border-radius: 0;
  outline: none;
}
.whole .save-mobile-popup-wrap-copy .getcodecopy {
  padding-bottom: 0.2rem !important;
}
.whole .save-mobile-popup-wrap-copy .bookmark {
  color: #86a6dd !important;
}
.whole .save-mobile-popup-wrap-copy .btn-wrap {
  padding: 0.4rem 0.7rem 0rem 0.7rem;
}
.whole .save-mobile-popup-wrap-copy .btn-wrap .btn {
  width: 100%;
  background: black;
  color: #ebb217;
  margin-bottom: 0.4rem;
}
.whole .weiliao {
  position: fixed;
  bottom: 3rem;
  right: 0.28rem;
}
.whole .weiliao img {
  width: 1.06rem;
  height: 1.24rem;
}
.whole .weiliao .num {
  position: absolute;
  right: 0;
  top: -0.09rem;
  border-radius: 50%;
  font-size: 0.24rem;
  color: white;
  text-align: left;
  box-sizing: border-box;
}
.whole .weiliao .van-badge {
  background: linear-gradient(0deg, #FC2A32, #FEA48C);
}
.whole .title-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  background: #ffffff;
}
.whole .title-banner ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.whole .title-banner ul li {
  flex: 1;
}
.whole .title-banner ul li.left {
  padding: 0.3rem;
}
.whole .title-banner ul li.left img {
  width: 0.16rem;
  vertical-align: middle;
}
.whole .title-banner ul li.left .back {
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: gray;
}
.whole .title-banner ul li.center {
  text-align: center;
  font-size: 0.28rem;
}
.whole .title-banner ul li.center p {
  width: 2.3rem;
  text-align: center;
}
.whole .title-banner ul li.right {
  padding: 0.3rem 0.3rem;
  display: block;
  align-items: center;
  text-align: right;
}
.whole .title-banner ul li.right img {
  width: 0.28rem;
  margin-right: 0.09rem;
}
.whole .title-banner ul li.right .num {
  position: absolute;
  top: 0.05rem;
  right: 0.1rem;
}
.whole .main-content {
  position: relative;
}
.whole .main-content .inform-tip .btn-active-dark {
  color: white;
  width: 3.25rem;
  height: 0.88rem;
  background-size: cover !important;
}
.whole .main-content .inform-tip .btn-active-dark.one {
  background: url(../../img/gaiban-btn-left.png) no-repeat;
}
.whole .main-content .inform-tip .btn-active-dark.two {
  background: url(../../img/gaiban-btn-right.png) no-repeat;
}
.whole .main-content .inform-tip .btn-active-dark img {
  width: 0.33rem;
  margin-right: 0.2rem;
}
.whole .main-content .Calculator {
  position: absolute;
  right: 0;
  top: 0.4rem;
  right: 0.4rem;
  text-align: center;
}
.whole .main-content .Calculator img {
  width: 0.34rem;
}
.whole .main-content .Calculator .word a {
  color: #666666;
}
.whole .main-content .Calculator .word .wo {
  font-size: 0.22rem;
}
.whole .vip-take-look .img-wrap .banner {
  width: 100% !important;
  height: auto !important;
}
.whole .vip-take-look .img-wrap .word {
  width: 100%;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.whole .vip-take-look .img-wrap .word .left {
  color: white;
}
.whole .vip-take-look .img-wrap .word .left .time {
  font-size: 0.24rem;
}
.whole .vip-take-look .img-wrap .word .left .receive {
  font-size: 0.36rem;
  margin-top: 0.05rem;
}
.whole .vip-take-look .img-wrap .word .left .receive span {
  font-size: 0.24rem;
  margin-left: 0.08rem;
}
.whole .vip-take-look .img-wrap .word .left .forcss {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 6px;
}
.whole .vip-take-look .img-wrap .word .left .forcss .white-bg {
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  background: white;
  border-radius: 0.04rem;
  position: absolute;
  z-index: 1;
  right: 0;
  font-size: 0.12rem;
}
.whole .vip-take-look .img-wrap .word .left .forcss .white-bg.word1 {
  right: 120px;
}
.whole .vip-take-look .img-wrap .word .left .forcss .white-bg.word2 {
  right: 74px;
}
.whole .vip-take-look .img-wrap .word .left .forcss .white-bg.word3 {
  right: 30px;
}
.whole .vip-take-look .img-wrap .word .left .forcss .van-count-down {
  letter-spacing: 0.03rem;
  position: absolute;
  z-index: 2;
  right: 8px;
}
.whole .vip-take-look .img-wrap .word .left .forcss .van-count-down .itemword {
  display: inline-block;
  color: #FE4243;
  width: 0.4rem;
  height: 0.35rem;
  line-height: 0.35rem;
  background: white;
  border-radius: 0.04rem;
  text-align: center;
  font-weight: bold;
}
.whole .vip-take-look .img-wrap .word .left .forcss .van-count-down .wordcss {
  color: white;
  font-style: normal;
  margin-left: 0.1rem;
}
.whole .vip-take-look .img-wrap .word .right {
  position: relative;
  top: 0.1rem;
}
.whole .vip-take-look .img-wrap .word .right img {
  width: 1.9rem;
}
.whole .vip-take-look .img-wrap .word .right p {
  text-align: center;
  position: relative;
  top: -5px;
  font-size: 0.22rem;
  color: #FF5156;
}
.whole .vip-take-look .img-wrap .word .right p span {
  color: #999999;
}
.whole .vip-take-look .img-wrap .word .right .receive {
  color: white;
  position: absolute;
  top: 0.2rem;
  right: 0.6rem;
  font-size: 0.3rem;
  font-weight: 700;
}
.whole .vip-take-look .img-wrap2 {
  margin-top: 0.3rem;
  display: flex;
}
.whole .vip-take-look .img-wrap2 .word-part {
  padding-right: 0.44rem;
  width: 94%;
  position: absolute;
  bottom: 0rem;
  top: 0;
  text-align: right;
}
.whole .vip-take-look .img-wrap2 .word-part .word1 {
  font-size: 0.36rem;
  margin-top: 0.16rem;
  font-weight: bold;
}
.whole .vip-take-look .img-wrap2 .word-part .word1 span {
  color: #F93111;
}
.whole .vip-take-look .img-wrap2 .word-part .word1 em {
  color: #000000;
  font-style: normal;
}
.whole .vip-take-look .img-wrap2 .word-part .word2 {
  color: #666666;
  font-size: 0.24rem;
  margin-top: 0.08rem;
}
.whole .vip-take-look .img-wrap2 .word-part .callFn {
  display: inline-block;
  width: 2.62rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: url(../../img/gaiban-call-bg.png) no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: 0.12rem;
}
.whole .vip-take-look .img-wrap2 .word-part .callFn img {
  width: 0.26rem;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
}
.whole .vip-take-look .img-wrap2 .word-part .callFn span {
  color: white;
  font-weight: bold;
}
.whole .lookTestMessage {
  width: 6.78rem;
  height: 0.88rem;
  line-height: 0.88rem;
  background: linear-gradient(0deg, #FA5130, #FF9663);
  border-radius: 44px;
  text-align: center;
  color: white;
  position: relative;
  top: -0.46rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  font-size: 0.34rem;
  font-weight: bold;
}
.whole .lookTestMessage.lookTestMessage2 {
  top: 0;
  margin: 0 auto;
}
.whole .whiteGray {
  width: 6.78rem;
  height: 0.8rem;
  background-image: linear-gradient(transparent, white);
  position: relative;
  top: -0.5rem;
}
.whole .house-type .inform-tip {
  margin-top: 0.3rem;
  padding: 0 0.44rem;
  display: flex;
  justify-content: space-between;
}
.whole .house-type .inform-tip p {
  width: 3.25rem;
  height: 0.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff4f4;
  font-size: 0.34rem;
  color: #ff5156;
  font-weight: 700;
  border-radius: 0.06rem;
}
.whole .house-type .inform-tip .btn-active-dark {
  color: white;
  width: 3.25rem;
  height: 0.88rem;
  background-size: cover !important;
  font-size: 0.32rem;
}
.whole .house-type .inform-tip .btn-active-dark.one {
  background: url(../../img/gaiban-btn-left.png) no-repeat;
}
.whole .house-type .inform-tip .btn-active-dark.two {
  background: url(../../img/gaiban-btn-right.png) no-repeat;
}
.whole .house-type .inform-tip .btn-active-dark img {
  width: 0.33rem;
  margin-right: 0.2rem;
}
.whole .house-type .img-wrap2 {
  padding: 0 0.35rem;
  margin-top: 0.3rem;
  display: flex;
  position: relative;
}
.whole .house-type .img-wrap2 .banner {
  width: 6.8rem;
  height: 0.98rem;
}
.whole .house-type .img-wrap2 .word-part {
  padding-right: 0.44rem;
  width: 94%;
  position: absolute;
  bottom: 0rem;
  top: 0;
  text-align: right;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.whole .house-type .img-wrap2 .word-part .word1 {
  font-size: 0.36rem;
  margin-top: 0.16rem;
  font-weight: bold;
}
.whole .house-type .img-wrap2 .word-part .word1 span {
  color: #F93111;
}
.whole .house-type .img-wrap2 .word-part .word1 em {
  color: #000000;
  font-style: normal;
}
.whole .house-type .img-wrap2 .word-part .word2 {
  color: white;
  font-size: 0.28rem;
  margin-top: 0.08rem;
}
.whole .house-type .img-wrap2 .word-part .callFn {
  display: inline-block;
  width: 1.95rem;
  height: 0.58rem;
  line-height: 0.58rem;
  background: white;
  background-size: cover;
  text-align: center;
  margin-top: 0.12rem;
  border-radius: 0.3rem;
}
.whole .house-type .img-wrap2 .word-part .callFn img {
  width: 0.26rem;
  vertical-align: middle;
}
.whole .house-type .img-wrap2 .word-part .callFn span {
  color: #FF1414;
  font-size: 0.28rem;
  font-weight: bold;
}
.whole .chengjiao-part {
  margin-top: 0.2rem;
  background: white;
  padding-bottom: 0.44rem;
}
.whole .chengjiao-part .lookTestMessage {
  margin: 0 auto;
  top: -0.05rem;
}
.whole .chengjiao-part .img {
  text-align: center;
  position: relative;
  top: 0.4rem;
}
.whole .chengjiao-part .img img {
  width: 6.47rem;
}
.whole .chengjiao-list-part {
  margin-top: 0.2rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  background: white;
}
.whole .chengjiao-list-part .vip-take-look {
  padding: 0;
  padding-bottom: 0.44rem;
}
.whole .chengjiao-list-part .sub-title {
  padding-left: 0;
  padding-right: 0;
}
.whole .chengjiao-list-part .list ul li {
  display: flex;
  justify-content: space-between;
  padding: 0.33rem 0;
  position: relative;
}
.whole .chengjiao-list-part .list ul li:not(:last-child)::after {
  content: "";
  background-color: #cccccc;
  height: 0.01rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
}
.whole .chengjiao-list-part .list ul li .left .cicle {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background: #F74045;
  border-radius: 50%;
  vertical-align: middle;
}
.whole .chengjiao-list-part .list ul li .left .word {
  color: #182A3A;
  font-weight: bold;
  padding-left: 0.15rem;
}
.whole .chengjiao-list-part .list ul li .left .date {
  padding-left: 0.32rem;
  color: #6E7587;
}
.whole .chengjiao-list-part .list ul li .right {
  display: flex;
}
.whole .chengjiao-list-part .list ul li .right .cicle {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.7rem;
  text-align: center;
  margin-left: 0.2rem;
}
.whole .chengjiao-list-part .list ul li .right .cicle.orange {
  background: #FDF5EB;
}
.whole .chengjiao-list-part .list ul li .right .cicle.red {
  background: #FFF4F4;
}
.whole .chengjiao-list-part .list ul li .right .cicle img {
  width: 0.28rem;
}
.whole .chengjiao-list-part .list ul li .center {
  font-size: 0.28rem;
  font-weight: bold;
}
.whole .matching {
  background: white;
  margin-top: 0.2rem;
}
.whole .matching .title {
  text-align: center;
  font-size: 0.42rem;
  font-weight: bold;
  padding-top: 0.6rem;
}
.whole .matching .submit {
  width: 6.16rem;
  height: 0.92rem;
  line-height: 0.92rem;
  background: #F8F8F8;
  border: 2px solid #D6D5D5;
  border-radius: 0.06rem;
  margin: 0 auto;
  margin-top: 0.45rem;
}
.whole .matching .submit input {
  width: 6.16rem;
  position: absolute;
  padding-left: 2rem;
}
.whole .matching .submit input::placeholder {
  color: #323335;
  position: relative;
  left: 0.12rem;
}
.whole .matching .btn {
  width: 6.78rem;
  height: 0.88rem;
  line-height: 0.88rem;
  background: #F75A2F;
  background: linear-gradient(0deg, #FA5130, #FF9663);
  border-radius: 0.44rem;
  margin: 0 auto;
  margin-top: 0.48rem;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 0.34rem;
  font-weight: bold;
}
.whole .mianze {
  width: 6.72rem;
  background: #F3F4F8;
  margin: 0 auto;
  margin-top: 0.54rem;
  padding: 0.33rem;
}
.whole .mianze p {
  color: #6D7586;
  font-size: 0.24rem;
}
.whole .mianze .ti {
  font-weight: bold;
  text-align: left;
}
.whole .mianze .word {
  color: #6D7586;
  line-height: 0.38rem;
  margin-top: 0.08rem;
  font-size: 0.24rem;
}
.whole .mianze2 {
  background: none;
  padding-top: 0;
  margin-top: 0;
}
.whole .mianze2 p {
  padding-left: 0;
  padding-bottom: 0;
}
.whole .banquan {
  padding: 0.33rem;
  background: white;
  padding-right: 0.2rem !important;
}
.whole .house-item-type-btns {
  display: flex;
}
.whole .house-item-type-btns span {
  display: inline-block;
  width: 1.6rem;
  height: 0.56rem;
  line-height: 0.56rem;
  background: #000000;
  border-radius: 0.28rem;
  text-align: center;
  margin-right: 0.48rem;
  margin-top: 0.25rem;
  font-weight: 700;
}
.whole .house-item-type-btns span.left {
  background: #FDE2E1;
  color: #FF3228;
}
.whole .house-item-type-btns span.right {
  background: #F75A2F;
  background: linear-gradient(0deg, #FA5130, #FF9663);
  color: white;
}
.whole .companyInfos {
  color: #6D7586;
  position: relative;
  top: -0.35rem;
  font-size: 0.24rem;
  padding-left: 0.72rem;
}
.whole .Aboutus-links {
  margin-top: 0.2rem;
}
.whole .Aboutus-links ul {
  width: 4rem;
  margin: 0 auto;
  margin-top: 0.15rem;
  display: flex;
  justify-content: space-around;
}
.whole .Aboutus-links ul li {
  height: 0.25rem;
  line-height: 0.25rem;
  width: 2rem;
  text-align: center;
}
.whole .Aboutus-links ul li a {
  color: #203140;
  font-weight: bold;
}
.whole .Aboutus-links ul li a:active {
  color: #EEDF85;
}
.whole .Aboutus-links ul li:nth-child(2) {
  border-left: 1px solid gray;
}
.whole .sendMobile {
  font-size: 0.24rem;
}
::-webkit-scrollbar {
  /*隐藏滚轮*/
  display: none;
}
.IsHideChatFloatingActionButton {
  display: none!important;
}
.project-logo4 {
  object-fit: contain!important;
}
.hl-list {
  background: white;
}
