﻿.display_false_0 {
  display: block !important;
}
#slide2 #content2 {
  display: table;
}
#slide2 .cell {
  display: table-cell;
  width: 100%;
}
#slide .swiper-pagination-fraction {
  left: auto !important;
  right: 0;
  bottom: 10px;
  top: auto !important;
  width: auto !important;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  border-radius: 10px 0 0 10px;
}
#slide .swiper-pagination-current {
  font-size: 16px;
  color: #fff;
}
#slide .tabs {
  position: absolute;
  bottom: 19px;
  left: 50%;
  z-index: 8;
  transform: translateX(-50%);
  font-size: 0;
  height: 21px;
  line-height: 21px;
  background: rgba(238, 238, 238, 0.9);
  border-radius: 11px;
  overflow: hidden;
  text-align: center;
}
#slide .tabs span {
  display: inline-block;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  border-radius: 11px;
  width: auto;
}
#slide .tabs .ok {
  background-color: #0cbb73;
  color: #fff;
}
.n_img img {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 10px 5px 0;
}
#showcomment .comment_item .replay_btn,
.display_is1_1 {
  display: none;
}
.m-btnl1 {
  position: absolute;
  text-align: right;
  top: 14.5px;
  right: 14.5px;
  font-size: 0;
}
.m-btnl1 a {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  margin-left: 20px;
}
.m-btnl1 a img {
  display: block;
  width: 100%;
  height: 100%;
}
.fav_btn_success {
  display: none;
  position: absolute;
  top: -20px;
  left: 17px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.4);
  width: 52px;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  border-radius: 5px;
  animation: bottomFadeInOut 2s ease-out;
  text-indent: 0;
}
.m-bottoml1 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 -5px 10px 0 rgba(137, 148, 143, 0.1);
  padding-top: 6px;
  height: 44px;
}
.m-bottoml1 .ll {
  overflow: hidden;
  float: left;
}
.m-bottoml1 .ll .pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.m-bottoml1 .ll .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.m-bottoml1 .ll .txt {
  overflow: hidden;
}
.m-bottoml1 .ll .txt .tit {
  font-size: 16px;
  color: #333;
  line-height: 1.44em;
  overflow: hidden;
  font-weight: 400;
}
.m-bottoml1 .ll .txt .desc {
  font-size: 11px;
  color: #666;
  line-height: 1.36em;
  overflow: hidden;
}
.m-bottoml1 .btn {
  overflow: hidden;
  float: right;
}
.m-bottoml1 .btn a {
  display: block;
  float: left;
  padding: 0 14px;
  height: 37px;
  background-color: #ff7c67;
  background: linear-gradient(#ff7c67 0, #ff4242 100%);
  border-radius: 4px;
  margin-right: 9px;
  font-size: 16px;
  color: #fff;
  line-height: 37px;
}
.m-bottoml1 .btn a:last-child {
  margin-right: 0;
}
.m-bottoml1 .btn a.green {
  background-color: #3bc48c;
  background: #3bc48c;
}
.m-bottoml1 .btn a.orange {
  background-color: #2f72f5;
  background: #2f72f5;
}
.m-bottoml1.l1 .ll {
  display: block;
}
.m-bottoml1.l1 .ll .pic {
  width: 18px;
  height: 18px;
  float: none;
  margin: 0 auto;
  border-radius: 0;
}
.m-bottoml1.l1 .ll .txt {
  font-size: 12px;
  color: #333;
  line-height: 1.42em;
  text-align: center;
}
.m-bottoml1.l2 .ll .pic {
  width: 32px;
  height: 32px;
}
.m-bottoml1.l2 .ll .txt .tit {
  font-size: 14px;
  line-height: 1.43em;
  overflow: hidden;
}
.pop-s1 {
  transform: scale(0, 0);
  transition: 0.4s;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1008;
}
.pop-s1.show {
  transform: scale(1, 1);
  opacity: 1;
}
.pop-s1 .con {
  position: absolute;
  border-radius: 7px;
  background-color: #fff;
  padding: 28px 9px 21px;
  left: 23px;
  right: 23px;
  top: 50%;
  transform: translatey(-50%);
}
.pop-s1 .con .top {
  color: #333;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 18px;
}
.pop-s1 .con .top i {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 53px;
  background: center no-repeat;
  background-size: 100%;
  margin-bottom: 12px;
}
.pop-s1 .con .txt {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  background-color: #f7f7f7;
  padding: 13px;
  margin-bottom: 10px;
}
.pop-s1 .con .txt.t1 {
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 18px;
}
.pop-s1 .con .items .txt:last-child {
  margin-bottom: 12px;
}
.pop-s1 .con .txt .btn {
  float: right;
  width: 76px;
  text-align: center;
  font-size: 12px;
  background: linear-gradient(270deg, #545454 0, #2d2d2d 100%);
  border-radius: 3px;
}
.pop-s1 .con .txt .btn span {
  display: block;
  background: linear-gradient(315deg, #e4be98 0, #f6ead9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pop-s1 .con .txt .btn i {
  display: inline-block;
  width: 4px;
  height: 8px;
  background-size: 100% 100%;
  margin-left: 5px;
}
.g-close2 {
  position: absolute;
  top: 15px;
  bottom: auto;
  margin: 0;
  left: auto;
  right: 15px;
  display: block;
  width: 13px;
  height: 13px;
  background: url('https://www.mh163k.com/template/wap/main/default/images/love_v10/love_v10_sp_wap.png') no-repeat -174px -0.77361319px auto;
}
.g-boxs {
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10px;
}
.m-formh1 {
  overflow: hidden;
  padding: 0 18px;
}
.m-formh1 .item {
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
}
.m-formh1 .item .name {
  float: left;
  line-height: 40px;
  width: 88px;
  font-size: 16px;
  color: #666;
}
.m-formh1 .item .inp-box {
  overflow: hidden;
}
.m-formh1 .item1 .inp-box {
  position: relative;
  z-index: 1;
}
.m-formh1 .item1 .inp-box:after {
  display: block;
  content: '';
  -webkit-appearance: none;
  position: absolute;
  width: 8px;
  height: 14px;
  background-position: -252px -230px;
  top: 14px;
  right: 10px;
}
.m-formh1 .item .inp-box .inp {
  border: none;
  height: 40px;
  color: #333;
  font-size: 16px;
}
.m-formh1 .item .inp-box .inp::placeholder {
  font-size: 14px;
  color: #aaa;
}
.m-formh1 .btn {
  display: block;
  height: 37px;
  background: #0cbb73;
  border-radius: 4px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  width: 100%;
  border: 0 none;
}
.m-infol1.qm .tit {
  margin-bottom: 6px;
}
.m-infol1 .tit em {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  background-color: #0cbb73;
  border-radius: 2px;
  padding: 0 6px;
  margin-top: -2px;
  margin-left: 8px;
  overflow: hidden;
}
.m-infol1 .tit em.s_x_0 {
  color: #5686f0;
  background-color: #e1eaff;
}
.m-infol1 .tit em.s_x_1 {
  color: #fb814d;
  background-color: #ffefe8;
}
.m-infol1 .tit em.shop0 {
  color: #fff;
  background-color: #fda830;
}
.m-infol1 .tit em.display_shop_0_1,
.m-infol1 .tit em.display_shop_0_2,
.m-infol1 .tit em.display_shop_1_0,
.m-infol1 .tit em.display_shop_1_2,
.m-infol1 .tit em.display_shop_2_1,
.m-infol1 .tit em.display_shop_2_0 {
  display: none;
}
.m-infol1 .tips {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  margin-bottom: 9px;
  overflow: hidden;
}
.m-infol1 .tips i {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  background: url('https://www.mh163k.com/template/wap/main/default/images/house/s4/icon-q5.png') no-repeat center center / cover;
  margin-top: 2px;
  margin-right: 2px;
}
.m-infol1 .tips span {
  display: block;
  float: left;
  font-weight: 700;
  position: relative;
  padding-right: 6px;
  margin-right: 6px;
}
.m-infol1 .tips span:after {
  content: '';
  width: 1px;
  height: 11px;
  background-color: #dcdcdc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.m-infol1 .info .s2 {
  color: #0cbb73;
  background: rgba(12, 187, 115, 0.1);
}
.m-infol1 .info .s3 {
  color: #ff6142;
  background: rgba(255, 97, 66, 0.1);
}
.ul-txtl1.qm {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
}
.ul-txtl1.qm .con .txt {
  width: 43px;
  margin-right: 10px;
}
.ul-txtl1 .con .rr span {
  display: block;
  font-size: 16px;
  color: #ff6142;
  font-weight: 700;
  overflow: hidden;
}
.ul-txtl1 .con .rr span em {
  font-size: 12px;
}
.ul-txtl1 .con .rr a em {
  padding-right: 12px;
  position: relative;
}
.ul-txtl1 .con .rr a em:after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #dcdcdc;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.ul-txtl1 .con .rr a em.last {
  padding-right: 0;
}
.ul-txtl1 .con .rr a em.last:after {
  display: none;
}
.m-infol1 {
  overflow: hidden;
  padding-top: 11px;
}
.m-infol1 .tit {
  overflow: hidden;
  font-size: 22px;
  color: #333;
  line-height: 1.41em;
  font-weight: 400;
  margin-bottom: 10px;
}
.m-infol1 .tit span {
  font-size: 12px;
  color: #666;
  line-height: 1.42em;
  font-weight: 400;
  float: right;
  padding-top: 7px;
}
.m-infol1 .tit span i {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url('https://www.mh163k.com/template/wap/main/default/images/house/s4/icon-l3.png') no-repeat center center / cover;
  background-size: cover;
  margin: -2px 2px 0 0;
}
.m-infol1 .info {
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 16px;
}
.m-infol1 .info span {
  display: block;
  float: left;
  background: rgba(147, 155, 173, 0.1);
  margin-right: 8px;
  margin-top: 4px;
  padding: 0 5.5px;
  font-size: 12px;
  color: #939bad;
  line-height: 19px;
}
.ul-txtl1.qm {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
}
.ul-txtl1.qm .con .txt {
  width: 43px;
  margin-right: 10px;
}
.ul-txtl1 .con .rr span {
  display: block;
  font-size: 16px;
  color: #ff6142;
  font-weight: 700;
  overflow: hidden;
}
.ul-txtl1 .con .rr span em {
  font-size: 12px;
}
.ul-txtl1 .con .rr a em {
  padding-right: 12px;
  position: relative;
}
.ul-txtl1 .con .rr a em:after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #dcdcdc;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.ul-txtl1 .con .rr a em.last {
  padding-right: 0;
}
.ul-txtl1 .con .rr a em.last:after {
  display: none;
}
.ul-txtl1 {
  overflow: hidden;
  margin-bottom: 11px;
}
.ul-txtl1 li {
  margin-bottom: 12px;
  overflow: hidden;
}
.ul-txtl1 .con {
  overflow: hidden;
}
.ul-txtl1 .con .txt {
  float: left;
  width: 56px;
  margin-right: 23px;
  font-size: 14px;
  color: #999;
  line-height: 1.43em;
}
.ul-txtl1 .con .rr,
.ul-txtl1 .con .rr a {
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 1.43em;
  position: relative;
  display: block;
  padding-right: 10px;
}
.ul-txtl1 .con .rr {
  padding-right: 0;
}
.ul-txtl1 .con .rr .em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding-right: 6px;
  position: relative;
  z-index: 1;
}
.ul-txtl1 .con .rr .em:after {
  display: block;
  content: '';
  width: 1px;
  height: 12px;
  top: 10px;
  right: 0;
  position: absolute;
  background-color: #ddd;
}
.ul-txtl1 .con .rr .em:last-child:after {
  display: none;
}
.ul-txtl1 .con .rr i {
  position: absolute;
  font-size: 20px;
  right: 0;
}
.g-more-q2 {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 36px;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 2px;
  overflow: hidden;
}
.g-more-q2.qm {
  color: #0bbb73;
  background-color: #e5f8f1;
  margin-bottom: 20px;
}
.ul-imgtxt-q2 {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 16px -4px 0;
  padding: 16px 0;
  overflow: hidden;
}
.ul-imgtxt-q2 li {
  float: left;
  width: 33.33%;
  padding: 0 4px;
  overflow: hidden;
  box-sizing: border-box;
}
.ul-imgtxt-q2 li a {
  display: block;
  font-size: 14px;
  color: #0cbb73;
  line-height: 36px;
  text-align: center;
  border-radius: 2px;
  background-color: #e5f8f1;
  padding: 0 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g-tit-q1 {
  overflow: hidden;
}
.g-tit-q1 h3 {
  font-size: 14px;
  color: #333;
  line-height: 1.43em;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
}
.g-tit-q1 h3 span {
  display: inline-block;
  vertical-align: middle;
}
.g-tit-q1 h3 span:after,
.g-tit-q1 h3 span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 1px;
  background-color: #f0f0f0;
  margin: 0 8px;
}
.g-tit-q1 h3 span i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -2px;
  margin-right: 2px;
}
.ul-imgtxt-q3 {
  overflow: hidden;
}
.ul-imgtxt-q3 li {
  margin-top: 15px;
  overflow: hidden;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 14px;
}
.ul-imgtxt-q3 li:last-child {
  border: 0 none;
}
.ul-imgtxt-q3 .pic {
  float: left;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ffefec;
  margin-right: 10px;
  overflow: hidden;
}
.ul-imgtxt-q3 .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.ul-imgtxt-q3 .txt {
  overflow: hidden;
}
.ul-imgtxt-q3 .rr {
  float: right;
  margin-top: 1px;
  overflow: hidden;
}
.ul-imgtxt-q3 .rr a {
  display: block;
  width: 70px;
  height: 24px;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  background-color: #ff6142;
  border-radius: 14px;
  margin-bottom: 8px;
  overflow: hidden;
}
.ul-imgtxt-q3 .rr a.on {
  background-color: #ccc;
}
.ul-imgtxt-q3 .rr a.disabled {
  background-color: #ddd;
  cursor: default;
}
.ul-imgtxt-q3 .rr span {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 1.38em;
  text-align: right;
  overflow: hidden;
}
.ul-imgtxt-q3 .rr span em {
  color: #ff6142;
  font-weight: 700;
}
.ul-imgtxt-q3 .ll {
  padding-top: 1px;
  overflow: hidden;
}
.ul-imgtxt-q3 h3 {
  font-size: 18px;
  color: #ff6142;
  line-height: 1.39em;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-imgtxt-q3 .ll span {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 1.38em;
  overflow: hidden;
}
.ul-imgtxt-q3 .ll span em {
  color: #ff6142;
  font-weight: 700;
  padding: 0 3px;
}
.m-preferen {
  margin-top: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}
.ul-txt-q2 {
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
.ul-txt-q2 ul {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.ul-txt-q2 li a {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-txt-q2 li.on a {
  color: #333;
  font-weight: 700;
}
.ul-txt-q2 li a:after {
  content: '';
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.ul-txt-q2 li.on a:after {
  background-color: #23c281;
}
.g-titl1 {
  overflow: hidden;
}
.g-titl1 h3 {
  float: left;
  padding-top: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.39em;
}
.g-titl1 .btn {
  display: block;
  float: right;
  font-size: 12px;
  color: #999;
  line-height: 1.42em;
  margin-top: 20.5px;
}
.g-titl1 .btn i {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 9px;
  background: url('https://www.mh163k.com/template/wap/main/default/images/house/s4/icon-l5.png') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: -2px 0 0 4px;
}
.ul-imgtxtq3 {
  margin: 20px 0 20px 9px;
  overflow: hidden;
}
.ul-imgtxtq3 .slick-list {
  padding-right: 59px;
}
.ul-imgtxtq3 .con {
  display: block;
  margin: 0 9px;
  overflow: hidden;
}
.ul-imgtxtq3 .pic {
  height: 140px;
  line-height: 140px;
  font-size: 0;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin-bottom: 12px;
  overflow: hidden;
}
.ul-imgtxtq3 .pic img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}
.ul-imgtxtq3 a:hover .pic img {
  transform: scale(1.08);
}
.ul-imgtxtq3 .txt {
  overflow: hidden;
}
.ul-imgtxtq3 .tit {
  margin-bottom: 10px;
}
.ul-imgtxtq3 .tit h3 {
  font-size: 18px;
  color: #333;
  line-height: 1.39em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.ul-imgtxtq3 .tit span {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 0 4px;
  margin-left: 4px;
  margin-top: -2px;
  overflow: hidden;
}
.ul-imgtxtq3 .tit .a1 {
  background-color: #0cbb73;
}
.ul-imgtxtq3 .tit .a2 {
  background-color: #999;
}
.ul-imgtxtq3 .tit .a3 {
  background-color: #fda82f;
}
.ul-imgtxtq3 .info {
  font-size: 12px;
  color: #333;
  line-height: 1.38em;
  overflow: hidden;
}
.ul-imgtxtq3 .info span {
  color: #f0f0f0;
  padding: 0 5px;
}
.ul-txtq5 {
  margin-top: 15px;
  overflow: hidden;
}
.ul-txtq5 li {
  position: relative;
  padding-bottom: 18px;
}
.ul-txtq5 li::before {
  content: " ";
  position: absolute;
  top: 11px;
  left: 5px;
  bottom: 0;
  display: block;
  width: 1px;
  background-color: #e5e5e5;
}
.ul-txtq5 .date {
  position: relative;
  font-size: 12px;
  color: #999;
  line-height: 1.38em;
  margin-bottom: 5px;
}
.ul-txtq5 .date span {
  padding-left: 16px;
}
.ul-txtq5 .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  padding: 3px;
  background: rgba(12, 187, 115, 0.2);
  border-radius: 50%;
  box-sizing: border-box;
}
.ul-txtq5 .icon2 {
  width: 5px;
  height: 5px;
  background-color: #0cbb73;
  border-radius: 50%;
}
.ul-txtq5 .txt {
  margin-left: 16px;
  background-color: #fafafa;
  padding: 10px 0 10px 11px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
.ul-txtq5 .tit {
  position: relative;
  margin-bottom: 9px;
}
.ul-txtq5 .tit span {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background-color: #ff6142;
  border-radius: 5px 2px;
  position: absolute;
  top: 1px;
  left: 0;
  padding: 0px 4px;
}
.ul-txtq5 .tit h3 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 1.41em;
  padding-left: 65px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-txtq5 .desc {
  font-size: 14px;
  line-height: 1.43em;
  color: #666;
  overflow: hidden;
}
.ul-txtq5 .desc p {
  overflow: hidden;
}
.ul-txtq5 .more {
  float: right;
  font-size: 14px;
  line-height: 1.43em;
  color: #0cbb73;
  margin-right: 6px;
  overflow: hidden;
  transition: 0.3s;
}
.ul-txtq5 .li3 .txt {
  position: relative;
}
.ul-txtq5 .li3:last-child:before {
  content: " ";
  display: none;
}
.ul-txtq5 .li3 .txt span {
  display: block;
  width: 36px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background-color: #0bbb73;
  border-radius: 5px 2px;
  position: absolute;
  top: 11px;
  left: 11px;
}
.ul-txtq5 .li3 .txt .desc {
  padding-left: 40px;
  overflow: hidden;
}
.ul-txtq5 .li2 .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ul-imgtxt-q4 {
  margin-top: 17px;
  overflow: hidden;
}
.ul-imgtxt-q4 li {
  float: left;
  width: 25%;
  overflow: hidden;
}
.ul-imgtxt-q4 li a {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 1.38em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-imgtxt-q4 li a i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -4px;
  margin-right: 1px;
}
.ul-imgtxt-q5 {
  margin-top: 21px;
  overflow: hidden;
}
.ul-imgtxt-q5 li {
  margin-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 15px;
}
.ul-imgtxt-q5 .con {
  overflow: hidden;
}
.ul-imgtxt-q5 .pic {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin: 3px 8px 0 0;
}
.ul-imgtxt-q5 .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.ul-imgtxt-q5 .txt {
  overflow: hidden;
}
.ul-imgtxt-q5 .rr {
  float: right;
  padding-top: 3px;
  overflow: hidden;
}
.ul-imgtxt-q5 .rr a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  background-color: #e1f6ee;
  border-radius: 50%;
  margin-left: 15px;
  overflow: hidden;
}
.ul-imgtxt-q5 .rr .a2 {
  background-color: #fff4f2;
}
.ul-imgtxt-q5 .rr a i {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ul-imgtxt-q5 .ll {
  overflow: hidden;
}
.ul-imgtxt-q5 h3 {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-imgtxt-q5 .ll p {
  font-size: 12px;
  color: #aaa;
  line-height: 20px;
}
.ul-imgtxt-q5 h3 em {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #ff6142;
  line-height: 14px;
  border: 1px solid #ff6142;
  border-radius: 2px;
  padding: 0 5px;
  margin-left: 5px;
  margin-top: -2px;
  overflow: hidden;
}
.ul-imgtxt-q5 span {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 1.38em;
  overflow: hidden;
}
.ul-txt4 {
  margin-top: 20px;
  overflow: hidden;
}
.ul-txt4 li {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 4px;
  margin-bottom: 16px;
  overflow: hidden;
}
.ul-txt4 .last {
  border-bottom: none;
  margin-bottom: 0;
}
.ul-txt4 .con {
  overflow: hidden;
}
.ul-txt4 .ask {
  font-size: 14px;
  color: #333;
  line-height: 1.56em;
  margin-bottom: 14px;
  overflow: hidden;
}
.ul-txt4 em {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  margin-right: 8px;
  overflow: hidden;
}
.ul-txt4 .ask em {
  background-color: #ff6142;
}
.ul-txt4 .answer {
  font-size: 14px;
  color: #999;
  line-height: 1.41em;
  margin-bottom: 14px;
  overflow: hidden;
}
.ul-txt4 .answer em {
  background-color: #0cbb73;
}
.ul-txt4 p {
  overflow: hidden;
}
.m-pic {
  width: 100%;
  height: auto;
  border-radius: 35px;
  margin: 18px 0;
  overflow: hidden;
}
.m-pic a {
  display: block;
  overflow: hidden;
}
.m-pic img {
  display: block;
  width: 100%;
  height: auto;
}
.ul-imgtxtl1 .pic .tips {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5px;
  height: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  font-size: 11px;
  background: #ff754a;
  border-radius: 4px 0;
  z-index: 2;
}
.ul-imgtxtl1 .pic .tips.blue {
  background-color: #389cf9;
}
.ul-imgtxtl1 .pic .tips.green {
  background-color: #0bbb73;
}
.ul-imgtxtl1 {
  overflow: hidden;
}
.ul-imgtxtl1 .con {
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  padding: 17px 0 16px;
}
.ul-imgtxtl1 .pic {
  float: left;
  border-radius: 4px;
  margin-right: 11.5px;
  position: relative;
  width: 110px;
  height: 86px;
  line-height: 86px;
  background-color: #eff1f5;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.ul-imgtxtl1 .pic img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ul-imgtxtl1 .con:hover .pic img {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.ul-imgtxtl1 .txt {
  overflow: hidden;
  position: relative;
}
.ul-imgtxtl1 .txt .tit {
  font-size: 16px;
  color: #333;
  line-height: 1.38em;
  margin-bottom: 8px;
}
.ul-imgtxtl1 .con:hover .txt .tit {
  color: #0bbb73;
}
.ul-imgtxtl1 .txt .info {
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 11px;
  color: #999;
  line-height: 15px;
}
.ul-imgtxtl1 .txt .info span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 8px;
  margin-right: 3px;
}
.ul-imgtxtl1 .txt .info span::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  width: 1px;
  height: 11px;
  background: #f0f0f0;
}
.ul-imgtxtl1 .txt .info span:last-child::after {
  display: none;
}
.ul-imgtxtl1 .txt .intro {
  overflow: hidden;
  margin-bottom: 5px;
}
.ul-imgtxtl1 .txt .intro span {
  height: 16px;
  font-size: 11px;
  color: #939bad;
  line-height: 16px;
  background: rgba(147, 155, 173, 0.1);
  border-radius: 1px;
  margin-right: 6px;
  padding: 0 5px;
  float: left;
}
.ul-imgtxtl1 .txt .price {
  font-size: 16px;
  font-weight: 700;
  color: #ff6142;
  line-height: 1.44em;
}
.ul-imgtxtl1 .txt .price em {
  font-size: 11px;
  color: #999;
  line-height: 1.36em;
  padding-left: 6px;
}
.ul-imgtxtl1 li:last-child .con {
  border-bottom: none;
}
.ul-imgtxtl1 li.l1 .txt .intro .pics {
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 0;
  float: left;
  margin: 2px 3px 0 0;
}
.ul-imgtxtl1 li.l1 .txt .intro .pics img {
  display: block;
  width: 100%;
  height: 100%;
}
.ul-imgtxtl1 li.l1 .txt .name {
  background-color: transparent;
}
.ul-imgtxtl1 li.l1 .txt .intro .company {
  height: 16px;
  line-height: 14px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #0bbb73;
  font-size: 12px;
  color: #0bbb73;
  padding: 0 4px;
}
.ul-imgtxtl1.qm li:last-child .con {
  border-bottom: 1px solid #f5f5f5;
}
.ul-imgtxtl1 .box {
  margin-bottom: 3px;
  overflow: hidden;
}
.ul-imgtxtl1 .pic .play {
  display: block;
  width: 30px;
  height: 30px;
  background: url('https://www.mh163k.com/template/wap/main/default/images/house/s4/icon-q7.png') no-repeat center center / cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ul-imgtxtl1.qm .txt .tit {
  margin-bottom: 2px;
}
.ul-imgtxtl1 .tit span {
  display: block;
  float: right;
  font-size: 11px;
  color: #333;
  line-height: 15px;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 0 4px;
  margin-top: 4px;
  margin-left: 5px;
  overflow: hidden;
}
.ul-imgtxtl1 .tit h3 {
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-imgtxtl1 .tit h3 em {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #fff;
  line-height: 16px;
  background-color: #0cbb73;
  border-radius: 2px;
  padding: 0 4px;
  margin-top: -2px;
  margin-right: 5px;
  overflow: hidden;
}
.ul-imgtxtl1 .tit h3 .e2 {
  background-color: #999;
}
.ul-imgtxtl1 .tit h3 .e3 {
  background-color: #fda830;
}
.ul-imgtxtl1.qm .txt .price {
  margin-bottom: 4px;
}
.ul-imgtxtl1 .txt .price span {
  font-size: 12px;
}
.ul-imgtxtl1.qm .txt .info {
  color: #666;
}
.ul-imgtxtl1 .tips {
  float: left;
  font-size: 11px;
  color: #333;
  line-height: 20px;
  background-color: #fff6f4;
  border-radius: 10px;
  padding: 0 8px;
  overflow: hidden;
}
.ul-imgtxtl1 .tips i {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  background: url('https://www.mh163k.com/template/wap/main/default/images/house/s4/icon-q5.png') no-repeat center center / cover;
  margin-top: 4px;
  margin-right: 2px;
}
.ul-imgtxtl1 .tips span {
  display: block;
  float: left;
  font-weight: 700;
  position: relative;
  padding-right: 6px;
  margin-right: 6px;
}
.ul-imgtxtl1 .tips span:after {
  content: '';
  width: 1px;
  height: 11px;
  background-color: #dcdcdc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.m-tipsl1 {
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 3px;
  padding: 10px 12px 8px;
  margin: 12px;
}
.m-tipsl1 .tit {
  font-weight: 700;
  font-size: 12px;
  color: #333;
  line-height: 17px;
  margin-bottom: 6px;
}
.m-tipsl1 .tit i {
  width: 12px;
  height: 12px;
  margin: -2px 2px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url('https://www.mh163k.com/template/wap/main/default/images/house/s4/icon-l6.png') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.m-tipsl1 .txt {
  font-size: 10px;
  color: #999;
  line-height: 1.8em;
  overflow: hidden;
}
.BaiDuMap {
  padding-bottom: 10px;
  margin-top: 10px;
}
.BaiDuMap .location-text {
  position: absolute;
  top: 0.12rem;
  left: 0.12rem;
  font-size: 0.32rem;
  color: #3e4a59;
  width: auto;
  text-align: center;
  direction: ltr;
  white-space: nowrap;
}
.BaiDuMap .location-text .ico-point {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background: #2f72f5;
  top: 60px;
  left: 40%;
  z-index: 98;
  border-radius: 50%;
}
.BaiDuMap .location-text .project-pos {
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 25px;
  height: 30px;
  background-position: -44px -2px;
  margin-left: 0px;
}
.BaiDuMap .mod-around .map {
  margin-bottom: 0.53rem;
}
.BaiDuMap .location-text p {
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  background: #2f72f5;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0%);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgb(0 0 0%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 99;
  margin-top: 31px;
}
.BaiDuMap .map,
.BaiDuMap .map img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.BaiDuMap .map {
  border-top: 1px solid #f2f2f2;
}
.BaiDuMap .map {
  position: relative;
}