/* 左右显示 */
.AroundTheShow {
  width: 1200px;
  margin-top: 50px;
}

/* 通用标题二  (独立一块) */
.titleTwos {
  /* width:800px; */
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  /* display: table-cell;
    vertical-align: bottom; */
}
.titleTwos .dieTitle {
  font-size: 26px;
  color: #444;
}
.titleTwos .screen > span {
  font-size: 16px;
  color: #232323;
  margin-left: 50px;
}
.titleTwos .screen > span.default {
  font-size: 16px;
  color: var(--qiTiZiTiColor);
}
.titleTwos .total {
  font-size: 14px;
  color: #444;
  float: right;
  clear: both;
  position: relative;
  top: 15px;
  right: 0;
}

/* 户型 */
.titleTwos .classify {
  padding: 0;
  margin: 0;
  display: inline-block;

  position: relative;
  top: 50%;
  left: 35px;
  transform: translateY(-17%);
}
.titleTwos .classify > a {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  color: #232323;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
}
.titleTwos .classify > a:hover,
.titleTwos .classify > a.default {
  color: var(--zitiMoRenColor);
  border-bottom: 1px solid var(--zitiMoRenColor);
}
/* 户型 end */

/* 写点评 */
.titleTwos .xieDianPing {
  display: inline-block;
  padding: 1px 8px;
  background: #4f88f8;
  color: #fff;
  border-radius: 2px;
}
/* 写点评 end */

/* 通用标题二  end */

/* 左 */
.AroundTheShow .housesSum {
  width: 800px;
  margin-right: 76px;
  float: left;
  text-align: center;
  
}
/* 左 emd */

/* 右 */
.AroundTheShow .otherCategories {
  width: 322px;
  float: left;
}

/* 带团看房 */
.takeLookHouseSth {
  width: 100%;
  height: 230px;
  background: url("../xinFang-image/lookHouseTuan.jpg") no-repeat;
  padding: 20px;
  margin-bottom: 40px;
}
/* 通用标题 */
.takeLookHouseSth .GeneralTitle {
  font-size: 26px;
  color: #444;
  font-weight: bold;
}
.takeLookHouseSth .GeneralTitle > a {
  display: inline-block;
  float: right;
  clear: both;
  font-size: 14px;
  color: #444;
  font-weight: 100;
  position: relative;
  top: 15px;
}
/* 通用标题 */

.takeLookHouseSth .panel {
  width: 100%;
}
.takeLookHouseSth .panel .banner {
  width: 100%;
  padding: 10px 14px;
  margin: 16px 0;
  font-size: 14px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.takeLookHouseSth .panel .banner > a {
  color: #444;
}
.takeLookHouseSth .panel .banner > .pseudo:after {
  content: "|";
  margin: 0 10px;
  position: relative;
  top: -1px;
}

/* 窗口按钮 */
.takeLookHouseSth .panel .windowBtn {
  width: 100%;
  text-align: center;
}
.takeLookHouseSth .panel .windowBtn > span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 16px;
  color: #444;
}
.takeLookHouseSth .panel .windowBtn > span:nth-child(3) {
  padding: 4px 33px;
  border-radius: 4px;
  background: var(--qiTiZiTiColor);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
/* 带团看房 */

/* 通用标题 */
.GeneralTitle {
  font-size: 26px;
  color: #444;
}
.GeneralTitle > a {
  display: inline-block;
  float: right;
  clear: both;
  font-size: 14px;
  color: #444;
  position: relative;
  top: 15px;
}
/* 通用标题 */

/* 咨询师 */
.otherCategories .consultList {
  width: 100%;
  margin: 50px 0;
}
.otherCategories .consultList > ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.otherCategories .consultList > ul > li {
  display: block;
  list-style: none;
  width: 100%;
  margin-top: 20px;
}
/* 头像 */
.otherCategories .consultList > ul > li .ziXunshePhoto {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.otherCategories .consultList > ul > li .ziXunshePhoto img {
  width: 100%;
  height: 100%;
}
/* 资料 */
.otherCategories .consultList > ul > li .ziXunsheName {
  width: 160px;
  height: 58px;
  padding-left: 10px;
  float: left;
}
.otherCategories .consultList > ul > li .ziXunsheName > span {
  /*display: inline-block;*/
  font-size: 16px;
  color: #444;
}
.otherCategories
  .consultList
  > ul
  > li
  .ziXunsheName
  > span
  > span:nth-child(1) {
  font-weight: bold;
}
.otherCategories
  .consultList
  > ul
  > li
  .ziXunsheName
  > span
  > span:nth-child(2) {
  font-size: 14px;
  color: var(--qiTiZiTiColor);
  padding: 1px 5px;
  background: #f6f6f6;
}
/* 按钮 */
.otherCategories .consultList > ul > li .ziXunsheBtn {
  width: 102px;
  float: left;
}
.otherCategories .consultList > ul > li .ziXunsheBtn > span {
  color: var(--qiTiZiTiColor);
  border: 1px solid var(--qiTiZiTiColor);
  padding: 2px 8px;
  margin-top: 10px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}

/* 咨询师 end */

/* 免费预约算价 */
.acidValue {
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.acidValue img {
  width: 100%;
  height: 100%;
}

/* 蓝色块 */

/* 比较满意？ */
.satisfying {
  width: 100%;
}
/* 导语 */
.satisfying .satisfactionTitle {
  width: 151px;
  height: 150px;
  float: left;
}
.satisfying .satisfactionTitle > span:nth-child(1) {
  display: block;
  margin: 15px 0;
  font-size: 18px;
  color: #444;
}
.satisfying .satisfactionTitle > span:nth-child(2) {
  font-size: 24px;
  color: var(--qiTiZiTiColor);
}
/* 图 */
.satisfying .satisfactionPhoto {
  width: 115px;
  height: 150px;
  float: left;
}
.satisfying .satisfactionPhoto img {
  width: 100%;
  height: 100%;
}
/* 比较满意？ end */

/* 电话块 */
.acidValue .PhoneChunk {
  width: 100%;
  background: #f2f8fb;
  padding: 28px;
}
.acidValue .PhoneChunk > p.inRed {
  display: inline-block;
  width: 100%;
  max-height: 20px;
  color: red;
  font-size: 14px;
  margin: 3px 0;
}
.acidValue .PhoneChunk > p.inRed > span > i {
  color: red;
  /* background:var(--qiTiZiTiColor); */
  display: inline-block;
  padding: 2px 3px;
  border-radius: 50%;
  margin-right: 3px;
}
/* 手机号码 */
.acidValue .PhoneChunk .shouJiPhone {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid var(--qiTiZiTiColor);
  margin-top: 10px;
}
.acidValue .PhoneChunk .shouJiPhone > span {
  display: inline-block;
  width: 40px;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  background: var(--qiTiZiTiColor);
  color: #fff;
  float: left;
}
.acidValue .PhoneChunk .shouJiPhone > input {
  display: inline-block;
  width: 221px;
  height: 38px;
  padding: 0 10px;
  color: #666;
  float: left;
  border: none;
  outline: none;
  background: none;
  border-radius: 0 2px 2px 0;
}
.acidValue .PhoneChunk .SubscribeNow {
  width: 100%;
  height: 38px;
  border-radius: 2px;
  overflow: hidden;
}
.acidValue .PhoneChunk .SubscribeNow > button {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: var(--qiTiZiTiColor);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* 获取验证码 */
.acidValue .PhoneChunk .getCode {
  width: 100%;
  margin: 0px 0 20px;
}
.acidValue .PhoneChunk .getCode input,
.acidValue .PhoneChunk .getCode button {
  border: 1px solid var(--qiTiZiTiColor);
  outline: none;
  background: transparent;
  height: 40px;
  border-radius: 2px;
  overflow: hidden;
  font-size: 14px;
  float: left;
  color: #666;
}
.acidValue .PhoneChunk .getCode input {
  width: 56%;
  margin-right: 4%;
  padding: 0 10px;
}
.acidValue .PhoneChunk .getCode button {
  width: 40%;
  color: #999;
}
.acidValue .PhoneChunk .getCode button:hover {
  color: var(--qiTiZiTiColor);
}

/* 局部 输入框 - 占位符的颜色 */
/* WebKit browsers */
.acidValue .PhoneChunk .getCode > input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.acidValue .PhoneChunk .getCode > input:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
}
/* Mozilla Firefox 19+ */
.acidValue .PhoneChunk .getCode > input::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 14px;
}
/* Internet Explorer 10+ */
.acidValue .PhoneChunk .getCode > input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
/* 局部 输入框 - 占位符的颜色 end */

/* 局部2 输入框 - 占位符的颜色 */
/* WebKit browsers */
.acidValue .PhoneChunk .shouJiPhone > input::-webkit-input-placeholder {
  color: #a0a2a3;
  font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.acidValue .PhoneChunk .shouJiPhone > input:-moz-placeholder {
  color: #a0a2a3;
  opacity: 1;
  font-size: 14px;
}
/* Mozilla Firefox 19+ */
.acidValue .PhoneChunk .shouJiPhone > input::-moz-placeholder {
  color: #a0a2a3;
  opacity: 1;
  font-size: 14px;
}
/* Internet Explorer 10+ */
.acidValue .PhoneChunk .shouJiPhone > input:-ms-input-placeholder {
  color: #a0a2a3;
  font-size: 14px;
}
/* 局部2 输入框 - 占位符的颜色 end */
/* 电话块 end */

/* 蓝色块 end */
/* 免费预约算价 end */

/* 边框 */
.bianKuangBox {
  border: 1px solid #ddd;
  margin-bottom: 36px;
   text-align: left;
}
/* 边框 end */

/* 点评导航栏 */
.allDianPingbar {
  padding: 0 12px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.allDianPingbar > li {
  padding: 12px 0;
  font-size: 16px;
  color: #444;
  float: left;
  margin-right: 16px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.allDianPingbar > li.different {
  font-weight: bold;
  font-size: 16px;
  color: var(--qiTiZiTiColor);
  border-bottom: 1px solid var(--qiTiZiTiColor);
}
.allDianPingbar > li.different a,
.allDianPingbar > li:hover a {
  color: var(--qiTiZiTiColor);
}
.allDianPingbar > li:hover {
  border-bottom: 1px solid var(--qiTiZiTiColor);
}
/* 排序 */
.allDianPingbar .dianPinPanXiu {
  line-height: 50px;
  float: right;
  display: flex;
  display: -webkit-flex;
}
.allDianPingbar .dianPinPanXiu > div {
  font-size: 14px;
  color: #999;
  cursor: pointer;
  margin-right: 16px;
}
.allDianPingbar .dianPinPanXiu > div:last-of-type {
  margin: 0;
}
.allDianPingbar .dianPinPanXiu > div.different,
.allDianPingbar .dianPinPanXiu > div.different a,
.allDianPingbar .dianPinPanXiu > div:hover a {
  color: var(--qiTiZiTiColor);
}
/* 点评导航栏 end */

/* 切换展示块 */
.switchShowplatform {
  padding: 34px 19px;
}
/* 切换展示块 end */

/* 专家点评 */
/* 类型 */
.ZJexpertReview .ZJexpertReviewgType {
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.ZJexpertReview .ZJexpertReviewgType > li {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  color: #232323;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 10px;
}
.ZJexpertReview .ZJexpertReviewgType > li.different {
  background: var(--nextColorHue);
  border: 1px solid var(--nextColorHue);
  color: #fff;
  float:left;
}
/* 类型 end */

/* 列表 */
.ZJexpertReviewList {
  padding-top: 30px;
}
.ZJexpertReviewList > li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.ZJexpertReviewList > li:last-of-type {
  padding: 0;
  margin: 0;
  border: none;
}
/* L */
.ZJexpertReviewList > li .ZJexpertReviewListZuo {
  width: 130px;
  float: left;
}
/* 1 */
.ZJexpertReviewList > li .ZJexpertReviewListZuo .ZJexpertReviewListZuoOne {
  padding-bottom: 22px;
  position: relative;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListZuo
  .ZJexpertReviewListZuoOne
  .ZJReviewheadPhoto {
  width: 57px;
  height: 57px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListZuo
  .ZJexpertReviewListZuoOne
  .ZJReviewheadPhoto
  img {
  width: 100%;
  height: 100%;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListZuo
  .ZJexpertReviewListZuoOne
  .bastJiaDianPin {
  display: inline-block;
  background: var(--nextColorHue);
  border: none;
  outline: none;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  left: 26%;
  transform: translateX(-17%);
  padding: 4px 8px;
}
/* 点赞 */
.ZJexpertReviewList
  > li
  .ZJexpertReviewListZuo
  .ZJexpertReviewListZuoOne
  .bastJiaDianPin
  > span {
  display: inline-block;
  float: left;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListZuo
  .ZJexpertReviewListZuoOne
  .bastJiaDianPin
  .yuanDotXing {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  color: var(--nextColorHue);
  margin-right: 5px;
}
/* 2 */
.ZJexpertReviewList > li .ZJexpertReviewListZuo .ZJexpertReviewListZuoTwo {
  margin: 10px 0;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListZuo
  .ZJexpertReviewListZuoTwo
  .ZJzxsName {
  font-weight: bold;
  font-size: 14px;
  color: #323232;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListZuo
  .ZJexpertReviewListZuoTwo
  .ZJzxsTag {
  font-size: 12px;
  color: var(--qiTiZiTiColor);
  background: #f4f6f9;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
}
.ZJexpertReviewList > li .ZJexpertReviewListZuo .ZJexpertReviewListZuoTwo > p {
  font-size: 12px;
  color: #444;
  margin: 0;
  text-align: center;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListZuo
  .ZJexpertReviewListZuoTwo
  > p
  > span.tiGoBangzHu {
  font-weight: bold;
  font-size: 12px;
}
/* 3 */
.ZJexpertReviewList > li .ZJexpertReviewListZuo .ZJexpertReviewListZuoThree {
  display: flex;
  display: -webkit-flex;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListZuo
  .ZJexpertReviewListZuoThree
  > li {
  width: 50%;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListZuo
  .ZJexpertReviewListZuoThree
  > li
  > div {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background: #e7f3ff;
  color: var(--qiTiZiTiColor);
  font-size: 16px;
  display: flex;
      align-items: center;
      justify-content: center;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListZuo
  .ZJexpertReviewListZuoThree
  > li:nth-child(2)
  > div {
  background: var(--qiTiZiTiColor);
  color: #fff;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListZuo
  .ZJexpertReviewListZuoThree
  > li
  > span {
  font-size: 12px;
  color: #444;
}
/* R */
.ZJexpertReviewList > li .ZJexpertReviewListYou {
  width: 80%;
  float: right;
  background: #f8f8f8;
  padding: 16px;
  position: relative;
}
.ZJexpertReviewList > li .ZJexpertReviewListYou .ZJexperBianli {
  overflow: hidden;
  position: relative;
}
.ZJexpertReviewList > li .ZJexpertReviewListYou .ZJexperBianli.onShadow::after {
  content: "";
  height: 0px;
  box-shadow: 0 0px 27px 34px #f8f8f8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* 楼盘分析 */
.ZJexpertReviewList
  > li
  .ZJexpertReviewListYou
  .ZJexperBianli
  .complex-analysis {
  font-size: 14px;
  color: #444;
  line-height: 21px;
  margin: 0;
  white-space: pre-wrap;
}
/* 类一 唯一 */
.ZJexpertReviewList
  > li
  .ZJexpertReviewListYou
  .ZJexperBianli
  .ZJexpertNeiRoTextMuch {
  font-size: 14px;
  color: #444;
  padding: 0 0 10px;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListYou
  .ZJexperBianli
  .ZJexpertNeiRoTextMuch
  span:nth-child(2) {
  white-space: pre-wrap;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListYou
  .ZJexperBianli
  .ZJexpertNeiRoTextMuch:last-of-type {
  padding: 0;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListYou
  .ZJexperBianli
  .ZJexpertNeiRoTextOnly
  a {
  color: var(--qiTiZiTiColor);
}
/* 类二 多个 */
.ZJexpertReviewList
  > li
  .ZJexpertReviewListYou
  .ZJexperBianli
  .ZJexpertNeiRoTextMuch
  a {
  color: var(--qiTiZiTiColor);
  background: #e7f3ff;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
}
/* 占位框 */
.ZJexpertReviewList > li .ZJexpertReviewListYou .placeholWieZiBox {
  height: 21px;
  margin-top: 10px;
}
/* 收起全文 */
.ZJexpertReviewList
  > li
  .ZJexpertReviewListYou
  .placeholWieZiBox
  .hidealltextOrNot {
  font-size: 14px;
  color: #999;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 32px 16px 0;
}
.ZJexpertReviewList
  > li
  .ZJexpertReviewListYou
  .placeholWieZiBox
  .hidealltextOrNot
  .hideTextBtn {
  float: right;
  cursor: pointer;
}
/* 专家点评 end */

/* 用户点评 */
.userDianPin {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* 类型 */
.userDianPin .userDianPingType {
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.userDianPin .userDianPingType > li {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  color: #232323;
  cursor: pointer;
  margin-right: 8px;
}
.userDianPin .userDianPingType > li.different {
  background: #888;
  border: 1px solid #888;
  color: #fff;
}
/* 写点评 */
.userDianPin .userDianPingType .WriteDianPin {
  float: right;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 12px;
  color: #fff;
  background: var(--qiTiZiTiColor);
}
/* 类型 end */

/* 列表 */
.userDianPinList {
  padding-top: 30px;
}
.userDianPinList > li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
/*.userDianPinList>li:last-of-type{
    padding:0;
    margin:0;
    border:none;
}*/
/* zuo */
.userDianPinList > li .uDPHeadPhoto {
  width: 7.896%;
  height: 60px;
  float: left;
}
.userDianPinList > li .uDPHeadPhoto img {
  width: 100%;
  height: 100%;
}
/* you */
.userDianPinList > li .uDPRightCont {
  width: 89%;
  float: right;
}
/* 1 */
.userDianPinList > li .uDPRightCont .uDPRightContOneH .geLeiUser {
  font-size: 16px;
  color: #444;
}
.userDianPinList > li .uDPRightCont .uDPRightContOneH .geLeiTagType {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #ffb53c;
  border-radius: 2px;
  padding: 2px 6px;
}
/* 2 */
.userDianPinList > li .uDPRightCont .uDPRightContTwoH {
  font-size: 14px;
  color: #232323;
  margin: 10px 0;
}
/* 图片展示 */
.userDianPinList > li .uDPRightCont .uDPRightContPhoto > li {
  width: 23%;
  height: 155.56px;
  margin: 1%;
  float: left;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.userDianPinList > li .uDPRightCont .uDPRightContPhoto > li img {
  width: 100%;
  height: 100%;
}
/* 3 */
.userDianPinList > li .uDPRightContThreeH .uDPtime {
  font-size: 14px;
  color: #999;
}
.userDianPinList > li .uDPRightContThreeH .likenum-len {
  font-size: 14px;
  color: #ffa30c;
  float: right;
  cursor: pointer;
}

/* 我来写点评 */
.userDianPin .iComeWriteDianPin .iComeWriteDianPinTitle {
  font-weight: bold;
  font-size: 16px;
  color: #444;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
}
.userDianPin .iComeWriteDianPin > div:not(:nth-child(1)) {
  margin: 10px 0;
}
.userDianPin .iComeWriteDianPin > div:last-of-type {
  margin: 20px 0 0;
}
/* 1 */
.userDianPin .iComeWriteDianPin .iComeWriteOne .iComeWriteOneLeft,
.userDianPin .iComeWriteDianPin .iComeWriteOne .iComeWriteOneRight {
  display: inline-block;
  font-size: 14px;
  color: #444;
}
.userDianPin .iComeWriteDianPin .iComeWriteOne .iComeWriteOneLeft a {
  color: var(--qiTiZiTiColor);
}
.userDianPin .iComeWriteDianPin .iComeWriteOne .iComeWriteOneRight > li {
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
}
.userDianPin .iComeWriteDianPin .iComeWriteOne .iComeWriteOneRight > li img {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  top: -1px;
}
/* 2 */
.userDianPin .iComeWriteDianPin .iComeWriteTow {
  font-size: 14px;
  color: #444;
}
.userDianPin .iComeWriteDianPin .iComeWriteTow .yellowStar {
  color: #ffb843;
}
/* 3 */
.userDianPin .iComeWriteDianPin .iComeWriteThree {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  resize: none;
  outline: none;
  padding: 12px;
  font-size: 14px;
  color: #666;
}
/* 4 */
/* top */
.userDianPin .iComeWriteDianPin .iComeWriteFour {
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

.userDianPin .iComeWriteDianPin .iComeWriteFour .iComeWriteFourTop {
  margin-bottom: 10px;
}
.userDianPin
  .iComeWriteDianPin
  .iComeWriteFour
  .iComeWriteFourTop
  > span:nth-child(1),
.userDianPin
  .iComeWriteDianPin
  .iComeWriteFour
  .iComeWriteFourBottom
  form
  > span:nth-child(1) {
  font-size: 14px;
  color: #444;
}
.userDianPin
  .iComeWriteDianPin
  .iComeWriteFour
  .iComeWriteFourTop
  > span:nth-child(3) {
  font-size: 12px;
  color: #888;
}
.userDianPin .iComeWriteDianPin .iComeWriteFour .iComeWriteSelectTheFile {
  color: var(--qiTiZiTiColor);
  padding: 2px 8px;
  background: #e7f3ff;
  outline: none;
  border: none;
  border-radius: 4px;
}
/* 单选按钮样式 */
.userDianPin
  .iComeWriteDianPin
  .iComeWriteFour
  .iComeWriteFourBottom
  form
  .danXuanBtn
  > label {
  margin: 0 16px 0 0;
  padding: 0;
  font-size: 14px;
  color: #444;
  cursor: pointer;
}
.userDianPin
  .iComeWriteDianPin
  .iComeWriteFour
  .iComeWriteFourBottom
  form
  .danXuanBtn
  > label.bui-radios-label
  input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
/*自定义radio*/
.userDianPin
  .iComeWriteDianPin
  .iComeWriteFour
  .iComeWriteFourBottom
  form
  .danXuanBtn
  > label.bui-radios-label
  .bui-radios {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 50%;
  vertical-align: -2px;
}
/*单选框选中后，自定义radio的样式*/
.userDianPin
  .iComeWriteDianPin
  .iComeWriteFour
  .iComeWriteFourBottom
  form
  .danXuanBtn
  > label.bui-radios-label
  input[type="radio"]:checked
  + .bui-radios:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}
.userDianPin
  .iComeWriteDianPin
  .iComeWriteFour
  .iComeWriteFourBottom
  form
  .danXuanBtn
  > label.bui-radios-label
  input[type="radio"]:checked
  + .bui-radios {
  background-color: #00b066;
  border: 1px solid #00b066;
}
.userDianPin
  .iComeWriteDianPin
  .iComeWriteFour
  .iComeWriteFourBottom
  form
  .danXuanBtn
  > label.bui-radios-label
  input[type="radio"]:disabled
  + .bui-radios {
  background-color: #e8e8e8;
  border: 1px solid #979797;
}
.userDianPin
  .iComeWriteDianPin
  .iComeWriteFour
  .iComeWriteFourBottom
  form
  .danXuanBtn
  > label.bui-radios-label
  input[type="radio"]:disabled:checked
  + .bui-radios:after {
  background-color: #c1c1c1;
}
.userDianPin
  .iComeWriteDianPin
  .iComeWriteFour
  .iComeWriteFourBottom
  form
  .danXuanBtn
  > label.bui-radios-label.bui-radios-anim
  .bui-radios {
  -webkit-transition: background-color ease-out 0.5s;
  transition: background-color ease-out 0.5s;
}
/* 单选按钮样式 end */
.userDianPin
  .iComeWriteDianPin
  .iComeWriteFour
  .iComeWriteFourBottom
  form
  .danXuanBtn {
  position: relative;
}
.userDianPin
  .iComeWriteDianPin
  .iComeWriteFour
  .iComeWriteFourBottom
  form
  .danXuanBtn
  .login-shade {
  width: 110%;
  height: 120%;
  position: absolute;
  top: -1px;
  left: -4px;
  right: 0;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
}
/* 5 */
.userDianPin .iComeWriteDianPin .iComeWriteFive {
  text-align: center;
}
.userDianPin .iComeWriteDianPin .iComeWriteFive button {
  width: 200px;
  height: 32px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  border: none;
  outline: none;
  background: var(--qiTiZiTiColor);
}
/* 我来写点评 end */
/* 用户点评 end */

/* 带看点评 */
.takeLookAtDianPin {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* 统计 */
.takeLookAtDianPin .tongJiNumber {
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px;
}
.takeLookAtDianPin .tongJiNumber .tongJiNumberLeft {
  float: left;
  font-size: 14px;
  color: #232323;
}
.takeLookAtDianPin .tongJiNumber .tongJiNumberLeft a {
  font-weight: bold;
  color: var(--qiTiZiTiColor);
}
.takeLookAtDianPin .tongJiNumber .tongJiNumberRight {
  float: right;
  font-size: 14px;
  color: #232323;
}
.takeLookAtDianPin .tongJiNumber .tongJiNumberRight .shengMonry {
  color: #ff3d3d;
}
/* 统计 end */

/* 列表 */
.takeLookAtDianPin .takeLookAtDianPinList {
  padding-top: 30px;
}
.takeLookAtDianPin .takeLookAtDianPinList > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.takeLookAtDianPin .takeLookAtDianPinList > li:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
/* L */
.takeLookAtDianPin .takeLookAtDianPinList > li .takeListLeft {
  width: 77%;
  float: left;
}
/* 1 */
.takeLookAtDianPin .takeLookAtDianPinList > li .takeListLeft .takeListLeftOneh {
  display: flex;
  display: -webkit-flex;
}
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListLeft
  .takeListLeftOneh
  > span {
  display: block;
  font-size: 16px;
  color: #444;
}
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListLeft
  .takeListLeftOneh
  > span:nth-child(1) {
  width: 37%;
  font-weight: bold;
}
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListLeft
  .takeListLeftOneh
  > span:nth-child(2) {
  width: 30%;
}
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListLeft
  .takeListLeftOneh
  > span:nth-child(3) {
  width: 33%;
}
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListLeft
  .takeListLeftOneh
  .moneyColor {
  color: #ff3d3d;
}
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListLeft
  .takeListLeftOneh
  .starYellowColor {
  color: #ffb53c;
}
/* 2 */
.takeLookAtDianPin .takeLookAtDianPinList > li .takeListLeft .takeListLeftTwoh {
  padding: 20px 0;
}
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListLeft
  .takeListLeftTwoh
  > span {
  font-size: 14px;
  color: #444;
}
/* 3 */
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListLeft
  .takeListLeftThreeh {
  font-size: 14px;
  color: #999;
}
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListLeft
  .takeListLeftThreeh
  > span {
  display: inline-block;
  margin-right: 20px;
}
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListLeft
  .takeListLeftThreeh
  a {
  font-weight: bold;
  font-size: 14px;
  color: #266af5;
}
/* R */
.takeLookAtDianPin .takeLookAtDianPinList > li .takeListRight {
  width: 16%;
  float: right;
}
.takeLookAtDianPin .takeLookAtDianPinList > li .takeListRight > div {
  margin: 5px 0;
}
/* 头像 */
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListRight
  .takeLookheadPhotoR {
  width: 57px;
  height: 57px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListRight
  .takeLookheadPhotoR
  img {
  width: 100%;
  height: 100%;
}
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListRight
  .takeObjName
  > span {
  display: inline-block;
}
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListRight
  .takeObjName
  > span:nth-child(1) {
  font-weight: bold;
  font-size: 14px;
  color: #323232;
}
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListRight
  .takeObjName
  > span:nth-child(2) {
  font-size: 12px;
  color: var(--qiTiZiTiColor);
  background: #f4f6f9;
  padding: 2px 4px;
}
/* 服务数据 */
.takeLookAtDianPin
  .takeLookAtDianPinList
  > li
  .takeListRight
  .TakeFuWuShuJu
  > p {
  font-size: 12px;
  color: #444;
  margin: 0;
}
/* 按钮 */
.pleaseTakeLookAt {
  /* display: block; */
  border: none;
  outline: none;
  border-radius: 4px;
  width: 100%;
  padding: 2px 8px;
  /* margin: 5px auto 0; */
  font-size: 12px;
  color: #fff;
  background: var(--qiTiZiTiColor);
}
/* 带看点评 end */

/* 成交点评 */
.switchShowplatform .cheng-jiao-ge {
  width: 100%;
  margin: 0;
  padding: 0;
}
.switchShowplatform .cheng-jiao-ge > li {
  width: 100%;
  padding-bottom: 43px;
  margin-bottom: 43px;
  border-bottom: 1px solid #ddd;
}
.switchShowplatform .cheng-jiao-ge > li:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
/* 图 */
.switchShowplatform .cheng-jiao-ge > li .picture {
  width: 220px;
  height: 300px;
  float: left;
}
.switchShowplatform .cheng-jiao-ge > li .picture img {
  width: 100%;
  height: 100%;
}
/* 内容 */
.switchShowplatform .cheng-jiao-ge > li .content {
  width: 520px;
  height: 300px;
  float: right;
  background: #f8fcfe;
  position: relative;
}
/* 一 */
.switchShowplatform .cheng-jiao-ge > li .user-param > span.name {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #232323;
}
.switchShowplatform .cheng-jiao-ge > li .user-param > span:nth-child(2) span {
  font-size: 14px;
  font-weight: bold;
  color: #232323;
}
.switchShowplatform .cheng-jiao-ge > li .user-param > span:nth-child(2) a {
  font-size: 14px;
  font-weight: bold;
  color: #4f88f8;
}
/* 二 */
.switchShowplatform .cheng-jiao-ge > li .userTow {
  width: 100%;
}
.switchShowplatform .cheng-jiao-ge > li .userTow > ul {
  width: 100%;
  padding: 0;
  margin: 16px 0 10px;
  display: flex;
  display: -webkit-flex;
}
.switchShowplatform .cheng-jiao-ge > li .userTow > ul > li {
  display: block;
  font-size: 12px;
  color: #666;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}
.switchShowplatform .cheng-jiao-ge > li .userTow > ul > li:after {
  content: "|";
  font-size: 12px;
  color: #939495;
  position: absolute;
  top: -1px;
  right: 0;
}
.switchShowplatform .cheng-jiao-ge > li .userTow > ul > li:last-of-type:after {
  content: "";
}
.switchShowplatform .cheng-jiao-ge > li .Itab > i {
  color: #ff6d2c;
}
/* 三 */
.switchShowplatform .cheng-jiao-ge > li .userImpression {
  width: 100%;
  max-height: 107px;
  font-size: 14px;
  color: #232323;
  line-height: 27px;
  margin: 20px 0;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.switchShowplatform .cheng-jiao-ge > li .userImpression > span:nth-child(1) {
  font-weight: bold;
}

/* 四 */
.switchShowplatform .cheng-jiao-ge > li .userfour {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.switchShowplatform .cheng-jiao-ge > li .userfour .displayPanel {
  width: 100%;
  margin-top: 10px;
}
.switchShowplatform .cheng-jiao-ge > li .userfour .tazxs {
  font-size: 14px;
  color: #232323;
  font-weight: bold;
}
/* zuo 图 */
.switchShowplatform .cheng-jiao-ge > li .userfour .displayPanel .userHeadPhoto {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.switchShowplatform
  .cheng-jiao-ge
  > li
  .userfour
  .displayPanel
  .userHeadPhoto
  img {
  width: 100%;
  height: 100%;
}
/* you */
.switchShowplatform .cheng-jiao-ge > li .userfour .displayPanel .basics {
  width: 430px;
  float: left;
  color: #666;
  font-size: 14px;
  padding-left: 12px;
}
.switchShowplatform
  .cheng-jiao-ge
  > li
  .userfour
  .displayPanel
  .basics
  .basicsZXSname {
  font-size: 14px;
  color: #323232;
  font-weight: bold;
}
/* 免费咨询 */
.switchShowplatform
  .cheng-jiao-ge
  > li
  .userfour
  .displayPanel
  .basics
  .basicsZXSname
  .mianConsult {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  font-weight: 100;
  background: var(--qiTiZiTiColor);
  margin-left: 5px;
}
/* 免费咨询 */

/*蓝色*/
.switchShowplatform
  .cheng-jiao-ge
  > li
  .userfour
  .displayPanel
  .basics
  .basicsBlur {
  color: var(--qiTiZiTiColor);
}
/* 分区 */
.switchShowplatform .cheng-jiao-ge > li .userfour .displayPanel .basics .fenQu {
  display: flex;
  display: -webkit-flex;
}
.switchShowplatform
  .cheng-jiao-ge
  > li
  .userfour
  .displayPanel
  .basics
  .fenQu
  > span {
  display: block;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.switchShowplatform
  .cheng-jiao-ge
  > li
  .userfour
  .displayPanel
  .basics
  .fenQu
  > span.fenQuXian:before {
  content: "|";
  margin: 0 5px;
  position: relative;
  top: -1px;
  left: 0;
}

/* 查看他的买房 */
.switchShowplatform .cheng-jiao-ge > li .LookItBuyHouse {
  color: #fff;
  text-align: center;
  background: #b8c3da;
  font-size: 14px;
  padding: 6px 0;
  margin-top: 18px;
  cursor: pointer;
  display: block;
}
.switchShowplatform .cheng-jiao-ge > li .LookItBuyHouse {
  color: #fff;
}
.switchShowplatform .cheng-jiao-ge > li .LookItBuyHouse:hover {
  background: #4f88f8;
  color: #fff;
}

/* 查看他的买房 */

/* 成交点评 end */


.more-add{
    background-color: var(--qiTiZiTiColor);
    color: aliceblue;
    padding: 5px 10px;
	border-radius: 4px;
	cursor: pointer;
}