body{
  background-color: #f8f8f8;
}
.p-r-10 {
  padding-right: 10px;
}
.ftn10 {
  font-size: 10px!important;
}
.p-10 {
  padding: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.p-15 {
  padding: 15px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.font-weight {
  font-weight: bold;
}
.text-pink {
  color: #ff6d6f;
}
.text-9 {
  color: #999;
}
.ftn18 {
  font-size: 18px!important;
}
.ftn13 {
  font-size: 13px!important;
}
.text-6 {
  color: #666;
}
.text-3 {
  color: #333;
}
.text-7 {
  color: #777;
}
.bg-orange {
  background-color: #ff5200;
}
.text-orange {
  color: #ff5200;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-f {
  color: #fff;
}
.font-weight {
  font-weight: bold;
}
.ftn22 {
  font-size: 22px!important;
}
.text-4 {
  color: #444;
}
.p-l-10 {
  padding-left: 10px;
}
.text-blue {
  color: #15b9ff;
}
.bg-blue {
  background-color: #15b9ff;
}
.ftn14 {
  font-size: 14px!important;
}
.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-cloumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bg-f {
  background-color: #fff;
}
.ftn12 {
  font-size: 12px!important;
}
.text-f {
  color: #fff;
}
.text-center {
  text-align: center;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-suanjia {
  position: absolute;
  right: 0;
  bottom: .3rem;
  padding: .2rem .5rem;
  color: #fff;
  background-color: #D32F2F;
  border-radius: 2px;
}
.type-price span {
  color: #D32F2F;
  font-size:.7rem;
}
.swiper {
  width: 100%;
  position: relative;
  height: 300px;
}
.swiper .swiper-slide {
  background: #f0f0f0;
  overflow: hidden;
}
.swiper .swiper-slide .fake-video {
  width: 100%;
  height: 300px;
}
.swiper .swiper-slide .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 29;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.swiper .swiper-slide a img {
  width: 100%;
  height: 300px;
}
.swiper .swiper-slide a .zhibo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.swiper .swiper-slide a .zhibo img {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper .labtxt {
  position: absolute;
  bottom: 0.9375rem;
  left: 0;
  right: 0;
  z-index: 28;
  text-align: center;
}
.swiper .labtxt .type {
  background: rgba(255, 255, 255, 0.8);
  color: #3b4144;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.625rem;
  margin-right: 1.25rem;
}
.swiper .labtxt .on {
  background-color: #15b9ff;
  color: #fff;
}
.swiper .labtxt .count {
  z-index: 27;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.625rem;
  position: absolute;
  right: 15px;
}
.list-type {
  padding: 0.25rem 0 0 2%;
}
.list-type .list-type-item {
  width: 23%;
  margin-right: 2%;
  position: relative;
}
.list-type .list-type-item a {
  display: block;
}
.list-type .list-type-item a img {
  width: 100%;
  height: 2.55rem;
  border-radius: 0.25rem;
}
.list-type .list-type-item a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
.fixtopnav {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(3, 0, 0, 0.06);
  box-shadow: 0px 2px 3px 0px rgba(3, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}
.fixtopnav a {
  line-height: 50px;
  color: #777;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.fixtopnav a.on {
  color: #15b9ff;
}
.fixtopnav li.active a:before {
  content: "";
  height: 2px;
  background: #15b9ff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.house-detail-nav li.active{color:#15b9ff;background-color: #fff;}
.house-detail-nav li.active a{color:#15b9ff;display:block;}
.fixtopnav.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.info .house-tag .tag {
  background-color: #f8f8f8;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  color: #869099;
  font-size: 12px;
  margin-right: 0.35rem;
  margin-top: 0.4rem;
}
.info .house-tag .on {
  background-color: #F3F7FF;
  color: #15b9ff;
}
.info .price img {
  width: .9rem;
  height: 0.5rem;
  -webkit-animation: guideRight 1s infinite;
  animation: guideRight 1s infinite;
}
.info .yxq {
  background-color: #f8f8f8;
  padding: 0.625rem 15px;
}
.info .lphx .md {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
@-webkit-keyframes guideRight {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(9px);
    opacity: 1;
  }
}
@keyframes guideRight {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(9px);
    opacity: 1;
  }
}
.telephone .phone {
  font-size: 16px;
}
.telephone .other {
  font-size: 13px;
}
.telephone .tel_btn {
  width: 80px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
}
.lqyh {
  margin: 0.425rem;
}
.rmhd .item,
.lqyh .item {
  border-radius: 6px;
  padding: 0 0.425rem;
}
.rmhd .item .item-lt,
.lqyh .item .item-lt {
  border-right: 2px dashed #fff;
  padding: 0.325rem 0.325rem 0.325rem 0;
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.rmhd .item .item-lt .price,
.lqyh .item .item-lt .price {
  font-size: 22px;
}
.rmhd .item .item-lt .txt,
.lqyh .item .item-lt .txt {
  font-size: 15px;
}
.rmhd .item .item-rt,
.lqyh .item .item-rt {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.rmhd .item .item-rt .bm_btn,
.lqyh .item .item-rt .bm_btn {
  width: 3.4rem;
  height: 1.1rem;
  line-height: 1.1rem;
  border-radius: 0.9375rem;
}
.rmhd .one,
.lqyh .one {
  background-color: rgba(255, 82, 0, 0.1);
}
.rmhd .two,
.lqyh .two,
.rmhd .more,
.lqyh .more {
  background-color: rgba(21, 185, 255, 0.1);
}
.rmhd .three,
.lqyh .three {
  background-color: rgba(255, 109, 111, 0.6);
}
.rmhd .three .item-lt,
.lqyh .three .item-lt {
  font-size: 16px;
  border-right: 0;
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.rmhd .more,
.lqyh .more {
  display: block;
  text-align: center;
  border-radius: 4px;
}
.kpjf .steps {
  margin-top: 0.3125rem;
  margin-left: 0.3125rem;
  padding-bottom: 0.625rem;
  white-space: nowrap;
  font-size: 0;
  overflow-x: auto;
  position: relative;
}
.kpjf .steps .datebox {
  display: inline-block;
  padding: 0.625rem;
  border-radius: 3px;
  background-color: #f8f8f8;
  margin-right: 0.625rem;
}
.kpjf .steps .datebox .txt {
  color: #333;
}
.kpjf .steps .datebox .date {
  color: #999;
}
.kpjf .steps .on {
  background-color: rgba(21, 185, 255, 0.1);
}
.kpjf .steps .on .txt {
  color: #15b9ff;
}
.kpjf .steps .on .date {
  color: #15b9ff;
}
.info_btn {
  background-color: rgba(21, 185, 255, 0.1);
  height: 1.7rem;
  border-radius: 3px;
  margin-top: 0.625rem;
}
.lpdt .cont .list .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lpdt .cont .list .fold {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.zybg .cont {
  position: relative;
}
.zybg .item:nth-child(1) .tt .icon {
  background: url(./images/icon-report-1.png) no-repeat;
  background-size: 100% 100%;
}
.zybg .item:nth-child(2) .tt .icon {
  background: url(./images/icon-report-2.png) no-repeat;
  background-size: 100% 100%;
}
.zybg .item:nth-child(3) .tt .icon {
  background: url(./images/icon-report-3.png) no-repeat;
  background-size: 100% 100%;
}
.zybg .item .tt .icon {
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
}
.zybg .item ._list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.zybg .item .report-banner {
  width: 100%;
  height: 5.875rem;
  background: url(./images/img-report-banner.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.zybg .report-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.zlhx .swiper-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.zlhx .hx-tab span {
  color: #666;
  font-size: 15px;
  margin-right: 0.5rem;
}
.zlhx .hx-tab span.active {
  color: #ff5200;
}
.zlhx .list {
  height: 12.5rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 20px;
  width: 7.5rem;
}
.zlhx .list a {
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}
.zlhx .list img {
  webkit-border-radius: 8px;
  border-radius: 8px;
  height: 5.625rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 7.5rem;
}
.zlhx .list .price {
  color: #ef0000;
}
.zlhx .list .price span {
  font-weight: 500;
}
.zlhx .list .info_btn {
  background: #fff;
  border: 1px solid #ff5200;
  border-radius: 1.25rem;
  font-weight: 500;
  height: 2.5rem;
  color: #ff5200;
  width: 100%;
}
.banner_tel {
  height: 3.375rem;
  margin: 0 0.625rem 0.9375rem 0.625rem;
  background: url('../image/banner_tel.jpg') no-repeat center center;
  background-size: contain;
  padding: 0.3125rem 0.125rem 0.3125rem 0.3125rem;
}
.banner_tel .txt {
  padding-left: 0.3125rem;
  letter-spacing: 1px;
  font-size: 14px;
  width: 75%;
}
.banner_tel ._btn {
  font-size: 14px;
  width: 25%;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 1.125rem;
  background-color: #b92245;
  font-weight: 500;
  margin-right: 0.3125rem;
}
.tjf .juan {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: url('./images/tjf_icon.png') no-repeat center center;
  background-size: cover;
  margin-left: 0.3125rem;
}
.tjf .discount-item {
  margin-bottom: 10px;
  border-radius: 0.525rem;
  padding: 0.2125rem;
}
.tjf .discount-item .item-left {
  background: #f7ebd1;
  padding: 5px;
  width: 13.75rem;
  border-radius: 10px;
}
.tjf .discount-item .item-left .item-left-top {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #999;
}
.tjf .discount-item .item-left .item-left-top .item-left-top-building {
  width: 30px;
  height: 30px;
}
.tjf .discount-item .item-left .item-left-bottom .discount-price {
  background: #f1cc65;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #f82c35;
  font-size: 10px;
  border-radius: 4px;
  margin-left: 5px;
  padding: 0 8px;
}
.tjf .discount-item .item-center {
  width: 76px;
  height: 76px;
  background: url(./images/discount_bg.png) 50% no-repeat;
  background-size: 100%;
  border-radius: 50%;
  margin-left: 5px;
  color: #f82c35;
}
.tjf .discount-item .item-right .price-click {
  width: 3.2rem;
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #ff6c16;
  -webkit-box-shadow: 0 20px 20px -20px #5e5e5e;
  box-shadow: 0 20px 20px -20px #5e5e5e;
}
.tjf .discount-item .item-right .price-click a {
  color: #fff;
  font-size: 12px;
}
.tjf .control {
  border-radius: 4px;
  padding: 8px 0;
  margin: 0.3125rem 0.5rem 0 0.5rem;
}
.mfzyfw .item {
  padding: 15px 0;
}
.mfzyfw .item img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.mfzyfw .item .cont {
  padding: 0 10px;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.mfzyfw .item .info_btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.7rem;
  background-color: #15b9ff;
}
.yfcx .yfcx-tab .tab-item {
  padding-right: 1rem;
  color: #333;
}
.yfcx .yfcx-tab .on {
  color: #15b9ff;
}
.yfcx .textcon {
  position: relative;
  padding: 15px 0;
}
.yfcx .textcon img {
  width: 100%;
}
.yfcx .textcon .login-msg {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.yfcx .info_btn {
  background-color: #15b9ff;
}
.mfwdj .cont .list {
  padding: 10px 0 15px 0;
  margin-bottom: 10px;
}
.mfwdj .cont .list:last-child {
  border-bottom: 0;
}
.mfwdj .cont .list .question,
.mfwdj .cont .list .answer {
  padding: 2px;
  border-radius: 3px;
  margin-right: 5px;
}
.mfwdj .cont .list img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.mfwdj .cont .list .fold {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.zbpt .zbpt_cont {
  border: 1px solid #ecf1f1;
  border-radius: 0 0 0.25rem 0.25rem;
}
.zbpt .zbpt_map {
  text-align: center;
}
.zbpt .zbpt_map a {
  margin-top: 5px;
  font-size: 15px;
  color: #031a1f;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0.625rem 0;
  cursor: pointer;
  position: relative;
}
.zbpt .zbpt_map a .pic {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 3px;
}
.zbpt .zbpt_map a.active {
  font-weight: 700;
  color: #00c0eb;
}
.zbpt .zbpt_map a.active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.375rem;
  height: 1px;
  border-radius: 1px;
  background: #00c0eb;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
}
.zbpt .zbpt_map a.icon-0 .pic {
  background: url('../image/map_0.png') no-repeat center center;
  background-size: 100% 100%;
}
.zbpt .zbpt_map a.icon-1 .pic {
  background: url('../image/map_1.png') no-repeat center center;
  background-size: 100% 100%;
}
.zbpt .zbpt_map a.icon-2 .pic {
  background: url('../image/map_2.png') no-repeat center center;
  background-size: 100% 100%;
}
.zbpt .zbpt_map a.icon-3 .pic {
  background: url('../image/map_3.png') no-repeat center center;
  background-size: 100% 100%;
}
.lpdp .list:last-child {
  border-bottom: 0;
}
.lpdp .list img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.lpdp .list .tag {
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 12px;
  color: #15b9ff;
  background: #f4f6f9;
  margin-right: 5px;
}
.lpdp .list .text {
  line-height: 1.6875rem;
}
.lpdp .list .fold {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.lpdp .userContent {
  margin-top: 10px;
  font-size: 14px;
  color: #232323;
  line-height: 27px;
}
.lpdp .userContent .sameClanOne .leiXING {
  display: inline-block;
  background: #D7E8FE;
  border-radius: 3px;
  padding: 0px 11px 0;
  color: #15b9ff;
  line-height: 22px;
}
.lpdp .control {
  width: 100%;
  margin-top: 5px;
  cursor: pointer;
}
.lpdp .control span {
  font-size: 14px;
  color: #999;
}
.lpzx .cont-item {
  padding-bottom: 20px;
}
.lpzx .cont-item:nth-child(1) .tag {
  background: #fd7737;
  background: linear-gradient(227deg, #ff8b39 0, #fa5f35 100%);
}
.lpzx .cont-item:nth-child(2) .tag {
  background: #eac782;
  background: linear-gradient(-42deg, #f2dba0 0, #e1b466 100%);
}
.lpzx .cont-item:nth-child(3) .tag {
  background: #0ad487;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #20e594), to(#13cb8d));
  background: linear-gradient(180deg, #20e594 1%, #13cb8d 100%);
}
.lpzx .cont-item:nth-child(4) .tag {
  background: #47b3e3;
  background: linear-gradient(-48deg, #5dd7ff 0, #47b3e3 100%);
}
.lpzx .cont-item:last-child {
  border-left: none;
  padding-bottom: 10px;
}
.lpzx .cont-item .cont-item-cont {
  position: relative;
  display: block;
}
.lpzx .cont-item .cont-item-cont .cont-tit {
  margin-bottom: 10px;
}
.lpzx .cont-item .cont-item-cont .cont-tit .title .tag {
  height: 20px;
  width: 40px;
  line-height: 20px;
  margin-right: 10px;
  border-radius: 8px 0 8px 0;
}
.lpzx .cont-item .cont-item-cont .cont-tit .title .txt:hover {
  cursor: pointer;
  color: #15b9ff;
}
.lpzx .cont-item .cont-item-cont .cont-cont .content p {
  max-height: 52px;
  line-height: 26px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lpzx .cont-item .cont-item-cont .cont-cont .content .look {
  padding-top: 10px;
}
.lllp .cont .list:last-child,
.rmlp .cont .list:last-child,
.esf .cont .list:last-child {
  border-bottom: 0;
}
.lllp .cont .list .pic,
.rmlp .cont .list .pic,
.esf .cont .list .pic {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  position: relative;
  background: #f0f0f0;
}
.lllp .cont .list .pic img,
.rmlp .cont .list .pic img,
.esf .cont .list .pic img {
  width: 7.5rem;
  height: 5.375rem;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.lllp .cont .list .content,
.rmlp .cont .list .content,
.esf .cont .list .content {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.lllp .cont .list .content h3,
.rmlp .cont .list .content h3,
.esf .cont .list .content h3 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.lllp .cont .list .content .tag-cont,
.rmlp .cont .list .content .tag-cont,
.esf .cont .list .content .tag-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.lllp .cont .list .content .tag,
.rmlp .cont .list .content .tag,
.esf .cont .list .content .tag {
  color: #333;
  font-size: 0.6rem;
  border: 1px solid #999;
  padding: 1px 6px;
  border-radius: 10px;
}
.lllp .cont .list .content .tag:first-child,
.rmlp .cont .list .content .tag:first-child,
.esf .cont .list .content .tag:first-child {
  color: #15b9ff;
  border-color: #15b9ff;
}
.lllp .cont .list .content .text-tags span,
.rmlp .cont .list .content .text-tags span,
.esf .cont .list .content .text-tags span {
  font-size: 12px;
  color: #869099;
  padding: 0 0.375rem;
  height: 15px;
  line-height: 15px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #f8f8f8;
}
.lpxq .item .label {
  text-align: center;
  background-color: #f6efe5;
  width: 3rem;
  height: 1.1rem;
  line-height: 1.1rem;
  border-radius: 4px;
  color: #ab824c;
  font-size: 13px;
}
.lpxq .item span.tag {
  padding: 4px 5px;
  border-radius: 2px;
  margin: 5px 3px 0 0;
  font-size: 14px;
  display:inline-block;
}
.lpxq .item span.tag:nth-child(3n+1) {
  background-color: rgba(21, 185, 255, 0.1);
  color: #15b9ff;
}
.lpxq .item span.tag:nth-child(3n+2) {
  background-color: rgba(255, 82, 0, 0.1);
  color: #ff5200;
}
.lpxq .item span.tag:nth-child(3n+3) {
  background-color: rgba(255, 109, 111, 0.1);
  color: #ff6d6f;
}
.lpxq .control {
  border-radius: 4px;
  padding: 8px 0;
  margin: 0.3125rem 0.3rem 0 0.3rem;
}
.mfjlq .cont .pic img {
  width: 3.5rem;
  height: 3.5rem;
}
.mfjlq .cont .mm .swiper {
  height: 1.25rem;
  overflow: hidden;
  margin-top: 5px;
}
.mfjlq .cont .mm .swiper .item {
  background-color: #fff !important;
  height:1.25rem;
  line-height: 1.25rem;
}
.mfjlq .bb .btn {
  border: 1px solid #15b9ff;
  border-radius: 3px;
  padding: 3px 10px;
}
.slides-switch span.on{
  background-color: #00a0e9;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  height: 2.6rem;
  padding: 0 0.5375rem;
  -webkit-box-shadow: 0px -0.094rem 0.156rem 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px -0.094rem 0.156rem 0px rgba(0, 0, 0, 0.06);
}
footer .footer_btn {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 8px;
  border-radius: 4px;
  margin-left: 0.325rem;
}
footer .title {
  font-size: 14px;
}
footer .footer_lt {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
footer .footer_lt .pic {
  width: 1.8rem;
}
footer .footer_lt .pic img {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
}
.left-bottom-fiexd {
  position: fixed;
  right: 0.9375rem;
  bottom: 6.25rem;
  z-index: 100;
}
.left-bottom-fiexd .quick-nav-wrap .quick-nav {
  width: 3.25rem;
  height: 3.25rem;
  padding: 0 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0.05rem 0.16rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.05rem 0.16rem 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  margin-left: auto;
  background: #15b9ff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.left-bottom-fiexd .quick-nav-wrap .quick-nav-list {
  width: 3.25rem;
  padding: 0.625rem 0;
  background-color: #fff;
  margin-left: auto;
  border-radius: 1.625rem;
  -webkit-box-shadow: 0 0.05rem 0.16rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.05rem 0.16rem 0 rgba(0, 0, 0, 0.12);
}
.left-bottom-fiexd .quick-nav-wrap .quick-nav-list .quick-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-top: 0.625rem;
  color: #031a1f;
}
.left-bottom-fiexd .quick-nav-wrap .quick-nav-list .quick-nav-item:nth-child(1) {
  margin-top: 0;
}
.left-bottom-fiexd .quick-nav-wrap .quick-nav-list .quick-nav-item .quick-nav-text {
  word-break: keep-all;
  padding-top: 0.3125rem;
}
.left-bottom-fiexd .quick-nav-wrap .quick-nav-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.48rem;
  cursor: pointer;
}
@media screen and (max-width: 320px) {
  footer {
    padding: 0 0.3125rem;
  }
  footer .title {
    font-size: 13px;
  }
  footer .footer_btn {
    padding: 5px 2px;
    margin-left: 0.3125rem;
  }
  footer .footer_lt .pic {
    width: 2rem;
  }
  footer .footer_lt .pic img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
  }
  .zlhx .list .info_btn {
    font-size: 13px;
  }
  .banner_tel {
    margin: 0 0.625rem 0.9375rem 0.625rem;
  }
  .banner_tel .txt {
    padding-left: 0.3125rem;
    font-size: 12px;
  }
  .banner_tel ._btn {
    font-size: 13px;
  }
  .tjf .discount-item .item-left {
    width: 14.6875rem;
  }
  .tjf .discount-item .item-center {
    width: 5rem;
    height: 5rem;
    background: url(images/discount_bg.png) 50% no-repeat;
    background-size: 100%;
    border-radius: 50%;
    margin-left: 5px;
  }
  .tjf .discount-item .item-right {
    display: none;
  }
  .telephone .phone {
    font-size: 14px;
  }
  .telephone .other {
    font-size: 12px;
  }
  .telephone .tel_btn {
    width: 4rem;
    height: 2rem;
    line-height: 2rem;
  }
  .rmhd .item,
  .lqyh .item {
    border-radius: 6px;
    padding: 0 0.625rem;
  }
  .rmhd .item .item-lt .price,
  .lqyh .item .item-lt .price {
    font-size: 22px;
  }
  .rmhd .item .item-lt .txt,
  .lqyh .item .item-lt .txt {
    font-size: 14px;
  }
  .rmhd .item .item-rt,
  .lqyh .item .item-rt {
    padding-left: 0.3125rem;
  }
  .rmhd .item .item-rt .bm_btn,
  .lqyh .item .item-rt .bm_btn {
    width: 4.25rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 0.9375rem;
  }
  .rmhd .three .item-lt,
  .lqyh .three .item-lt {
    font-size: 14px;
    padding-right: 0;
  }
  .rmhd .three .item-rt,
  .lqyh .three .item-rt {
    padding-left: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411px) {
  .tjf .discount-item .item-left {
    width: 9rem;
  }
  .tjf .discount-item .item-center {
    width: 76px;
    height:76px;
    background: url(./images/discount_bg.png) 50% no-repeat;
    background-size: 100%;
    border-radius: 50%;
    margin-left: 5px;
  }
}
@media screen and (min-width: 412px) {
  .tjf .discount-item .item-right {
    padding-left: 0.625rem;
  }
}





.zbpt .zbpt_cont {
  border: 1px solid #ecf1f1;
  border-radius: 0 0 0.25rem 0.25rem;
}
.zbpt .map-tab {
  padding: 0.3125rem 0.625rem;
}
.zbpt .map-tab .item {
  color: #444;
  font-size: 14px;
}
.zbpt .map-tab .item a {
  margin-top: 5px;
  font-size: 15px;
  color: #031a1f;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0.625rem 0;
  cursor: pointer;
  position: relative;
}
.zbpt .map-tab .item a .pic {
  width: 1.4rem;
  height: 1.4rem;
  margin-bottom: 3px;
}
.zbpt .map-tab .item a.icon-0 .pic {
  background: url('./images/icon_map5.png') no-repeat center center;
  background-size: 100% 100%;
}
.zbpt .map-tab .item a.icon-1 .pic {
  background: url('./images/icon_map4.png') no-repeat center center;
  background-size: 100% 100%;
}
.zbpt .map-tab .item a.icon-2 .pic {
  background: url('./images/icon_map1.png') no-repeat center center;
  background-size: 100% 100%;
}
.zbpt .map-tab .item a.icon-3 .pic {
  background: url('./images/icon_map2.png') no-repeat center center;
  background-size: 100% 100%;
}
.zbpt .map-tab .item a.icon-4 .pic {
  background: url('./images/icon_map3.png') no-repeat center center;
  background-size: 100% 100%;
}
.zbpt .map-tab .item.active a {
  font-weight: 700;
  color: #D32F2F;
}
.zbpt .map-cont .list {
  padding: 0.325rem;
}
.zbpt .map-cont .list:nth-child(1) .list-lt .tag {
  background-color: #ff6d6f;
}
.zbpt .map-cont .list:nth-child(2) .list-lt .tag {
  background-color: #15b9ff;
}
.zbpt .map-cont .list:nth-child(3) .list-lt .tag {
  background-color: #68ab00;
}
.zbpt .map-cont .list .list-lt .tag {
  width: .85rem;
  height: .85rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.zbpt .map-cont .list .list-lt .name {
  padding-left: 0.625rem;
}

.lllp .cont{padding-bottom:10px;}
.tips{
  padding:10px;
  background-color: #ffffff;
}
.tips h3{margin-bottom:10px;}
.fang_item {
  margin: 0.325rem 0.5375rem 0.5375rem 0.3375rem;
}
.fang_item a {
  position: relative;
  z-index: 1;
  width: 100%;
}
.fang_item a .pic {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  width: 4.8rem;
  height: 4.3rem;
  margin-right: 0.325rem;
  border-radius: 0.25rem;
}
.fang_item a .pic img {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}
.fang_item a .content {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  width:calc(100% - 5.2rem);

}
.fang_item a .content .tt .text-3{width:calc(100% - 1.4rem);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.fang_item a .content .tt .tag {
  width: 1.3rem;
  height: .7rem;
  border-radius: 1px;
  font-size: 12px;
  text-align: center;
}
.fang_item a .content .tt .zai {
  background: #e1fbf3;
  color: #12c48e;
}
.fang_item a .content .tt .dai {
  background: #effbfe;
  color: #00c0eb;
}
.fang_item a .content .tags {
  display: inline-block;
  font-size: 0.5rem;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.3125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #47b3e3;
  background: #f3f6f9;
  border-radius: 1px;
  overflow: hidden;
  margin-top: 0.1125rem;
}
.fang_item a .content .address {
  color: #8d9799;
  line-height: .8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fang_item a .content .commission{
  color:#ff5200;
}
.fang_item a .content .bb1 {
  padding: 5px 0;
}
.fang_item a .content .bb2 i {
  color: #f2d087;
}
.swiper.bg-f{width:260px;}
.cont .item .text-6{max-width:280px;}
.cont-tit .title{width:100%;}

.tjf .juan {
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1.375rem;

  background-size: cover;
  margin-left: 0.3125rem;
}
.tjf .yh-list {
  width: 95%;
  height: 5.112rem;
  margin: auto;
  margin-bottom: 0.85rem;
  padding-top: 0.5rem;
  background-color: #e7d1aa;
  border-radius: 0.375rem;
  position: relative;
  cursor: pointer;
  z-index: 6;
}
.tjf .yh-list .bb {
  padding: 10px 20px 10px 20px;
  color: #7b3c3d;
}
.tjf .yh-list .bb .item {
  width: 110px;
  border-right: 1px solid #7b3c3d;
}
.tjf .yh-list .bb .item:last-child {
  border-right: 0;
}
.tjf .yh-list .bb .name {
  font-size: 13px;
}
.tjf .yh-list .bb .price,
.tjf .yh-list .bb .y_price,
.tjf .yh-list .bb .area {
  font-size: 20px;
}
.tjf .yh-list .bb .y_price {
  text-decoration: line-through;
}
.tjf .yh-list .tt {
  height: 2.132rem;
  width: 105%;
  position: relative;
  margin: 0 auto 0 -2.5%;
  z-index: 99;
  background-image: -webkit-gradient(linear, left top, right top, from(#3d7b80), to(#183133));
  background-image: linear-gradient(to right, #3d7b80, #183133);
}
.tjf .yh-list .tt:before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.1875rem;
  z-index: 8;
  width: 0;
  height: 0;
  border-bottom: 0.1875rem solid #3d7d82;
  border-left: 0.5rem solid transparent;
}
.tjf .yh-list .tt:after {
  content: '';
  position: absolute;
  right: 0;
  top: -0.1875rem;
  z-index: 8;
  width: 0;
  height: 0;
  border-bottom: 0.1875rem solid #183133;
  border-right: 0.5rem solid transparent;
}
.tjf .yh-list .tt .b_title {
  padding-left: 0.9375rem;
}
.tjf .yh-list .tt .b_price {
  font-size: 24px;
  padding-left: 5rem;
}
.tjf .yh-list .sheng {
  color: #ffcf89;
  font-size: 38px;
  position: absolute;
  right: 1.53rem;
  top: -0.51rem;
  background: url(./images/tjf_bg.png) no-repeat center center;
  background-size: 100% 100%;
  width: 3.4rem;
  height: 3.4rem;
  z-index: 998;
}
.tjf .yh-list .sheng .text {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.room-cate{margin-top:6px;}
.room-cate a{display:inline-block;width:60px;height:30px;text-align:center;line-height: 30px;border-radius: 50px;background-color: #F3F3F3;}
.room-cate a.on{background-color: #FEF3BE;color:#BEAB39;}
.app-tips{bottom:2.7rem;}
.layui-layer.nobg{background:none;}





.hongbao{
  width: 100%;
  height: 4.18rem;
  background: url('images/hongbao.png') no-repeat;
  background-size: 100% 100%;
}
.hongbao p:first-child{
  font-size: 0.64rem;
  color: #fd7164;
  padding-top: .8rem;
  padding-left: .82rem;
}
.hongbao p:first-child span{
  font-weight: bold;
  font-size: .82rem;
  margin-right: 0.41rem;
  color: red;
}
.hongbao p:nth-child(2){
  padding-left: .82rem;
  padding-top: 0.37rem;
  font-size: 0.56rem;
  color: #8A8888;
}
.reduced_bao {
  padding: .68rem 0 0;
}


.reduced_bao_bt {
}

.reduced_bao .icons {
  display: inline-block;
  vertical-align: -0.43rem;
  width: 1.96rem;
  height: .68rem;
  margin-right: 0.235rem;
  background: url('images/allbg.png') no-repeat;

}
.reduced_bao .firsticons{
  background-position: -121px -82px;
}
.reduced_bao .secondicons{
  background-position: -177px -82px;
}
.reduced_bao .title {
  font-size: 0.64rem;
  font-weight: bold;
  color: #121212;
}

.reduced_bao .text {
  font-size: 0.56rem;
  color: #8A8888;
}

.reduced_bao .btn {
  width: 3.41rem;
  height: 1.34rem;
  line-height: 1.34rem;
  border-radius: 1.625rem;
  font-size: 0.55rem;
  background: #fd6f50;
  color: #FFF;
  text-align: center;
  font-weight: 700;

}

.reduced_bao .btn2 {
  background: #09c2ec;
}

.reduced_bao .lq {
  font-size: 0.55rem;
  color: #8A8888;
}

.reduced_bao .lq .color {
  color: #ff6767;
}
.u-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.zhuanche_bao_bt{
  border: 1px solid #00C0EB;
  border-radius: 10px;
  padding: 0.51rem 0.64rem;
  margin-top: .68rem;
}
.u-col-top {
  align-items: flex-start;
}
.u-row-between {
  justify-content: space-between;
}
.zidingyiBg{
  background: url(images/bgbg.png) no-repeat;background-size: 100% 100%;width: 100%;height: 3.41rem;border-radius: 0.5rem; margin-top: 0.55rem;
}

.detail-footer-bottom{
  padding:10px 0;
  background-image: linear-gradient(
          90deg
          , #ff9233 0%, #fe5136 31%, #fd2245 64%, #fd227a 100%);
  height:64px;
  position:fixed;
  width:100%;
  overflow: hidden;
  bottom:0;
  z-index:9999;
  display:flex;
}
.detail-footer-bottom .consult{
  margin-left:18px;
  width:68px;
  padding-top:29px;
  text-align:center;
  color:#ffffff;
  font-size:12px;
  background-image: url(images/new_consult.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 25px;
  display:inline-block;
}
.detail-footer-bottom  .telphone{
  width:68px;
  padding-top:29px;
  text-align:center;
  color:#ffffff;
  font-size:12px;
  background-image: url(images/new_telphone.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 25px;
  display:inline-block;
}
.detail-footer-bottom .new-discount-box{
  flex:1;
  padding:0 18px;
  height:44px;
}
.detail-footer-bottom .getdiscount{
  width:100%;
  display:inline-block;
  height:44px;
  text-align:center;
  line-height: 44px;
  background-image: linear-gradient(
          90deg
          , #fff3da 4%, #ffe7a2 96%);
  border-radius: 50px;
  color:#ea0c0c;
  font-size:18px;
  font-weight: 700;
  animation:fadenum 2.5s linear 3s infinite alternate;
}
@keyframes fadenum{
  0%{transform:scale(1,1);}
  25%{transform:scale(1.1,1.1);}
  50%{transform:scale(1,1);}
  75%{transform:scale(1.1,1.1);}
  100%{transform:scale(1,1);}
}


