
/* 楼盘动态 页面 的样式 */
.AroundTheShow{
    margin-top:30px;
}
.licenceOpen{
		cursor: pointer;
}
.read{
	color:#888;
}
/* 顶上楼盘参数 */
.PropertyParameters{
    width:1200px;
    margin-top: 30px;
}
.PropertyParameters .PropertyName{
    width:100%;
    display: table-cell;
    vertical-align: bottom;
}

/* 字体样式 */
/* 楼盘名 */
.PropertyParameters .PropertyName .tower{
    font-size:34px;
    color:var(--weiDaoHangLanTitle);
    margin-right: 5px;
	margin-bottom: 0;
	display: inline-block;
}
/* 状态 */
.PropertyParameters .PropertyName .state{
    padding: 2px 5px;
    font-size:16px;
    margin-right: 5px;
    color:#fff;
    border-radius:2px;
    background:var(--Listcolor);
}
/* 标签 */
.PropertyParameters .PropertyName .tabs>span{
    font-size: 14px;
    color: #7b91cd;
    margin-right: 5px;
    cursor: pointer;
    padding: 2px 5px;
    background:#f2f5f7;
}

/* 伪 - 导航栏 （独立一块） */
.fakeNavigationBar{
    width:100%;
    margin-top: 2px;
}
.fakeNavigationBar>ul{
    padding:0;
    margin:0;
    width:100%;
    overflow: hidden;
}
.fakeNavigationBar>ul>li{
    display: inline-block;
    height:35px;
    line-height:35px;
    margin-right:30px;
    font-size: 18px;
    color: #232323;
    border-bottom:1px solid transparent;
    cursor:pointer;
}
.fakeNavigationBar>ul>li.default,
.fakeNavigationBar>ul>li:hover{
    color: var(--qiTiZiTiColor);
    border-bottom:1px solid var(--qiTiZiTiColor);
}
.fakeNavigationBar>ul>li.default a,
.fakeNavigationBar>ul>li:hover a{
    color: var(--qiTiZiTiColor);
}
/* 伪 - 导航栏 （独立一块）结束 */
/* 顶上楼盘参数 end */




/* 左右布局 */
.around-layout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 30px;
}
.around-layout .layout-left {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  min-width: 0;
  padding-right: 30px;
}
.around-layout .layout-left div {
    white-space: pre-wrap;
}
.around-layout .layout-right {
  width: 346px;
  /* position: relative; */
}
/* 左右布局 end */


/* 咨询导购 */
.buy-consulting-tab {
    margin-top: 0 !important;
}


/* 左右显示 */

/* 左 end */


/* 咨询顾问 */
.zixunshiGuWen{
    width:100%;
}
.zixunshiGuWen .titleTwos{
    border:1px solid transparent;
}
.zixunshiGuWen>ul{
    width:100%;
    padding:0;
    margin:0;
}
.zixunshiGuWen>ul>li{
    width:246px;
    height:118px;
    padding:14px;
    margin-right:31px;
    border:1px solid #ddd;
    border-radius:2px;
    float: left;
}
.zixunshiGuWen>ul>li:after{
	content:"";
	clear:both;
}
.zixunshiGuWen>ul>li:last-of-type{
    margin-right:0;
}
/*.zixunshiGuWen>ul>li>a{
    display:block;
    width:100%;
    height:100%;
}*/
/* 头像 */
.zixunshiGuWen>ul>li .zixunshiGuWenHeadPhoto{
    width:70px;
    height:70px;
    border-radius:50%;
    overflow: hidden;
    float:left;
}
.zixunshiGuWen>ul>li .zixunshiGuWenHeadPhoto img{
    width:100%;
    height:100%;
}
/* 资料 */
.zixunshiGuWen>ul>li .zixunshiGuWenZiLiao{
    width:146px;
    height:100%;
    float:left;
    padding-left:14px;
}
.zixunshiGuWen>ul>li .zixunshiGuWenZiLiao>div{
    margin:3px 0;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
/* 1 */
.zixunshiGuWen>ul>li .zixunshiGuWenZiLiao .NameAndNengLi{
    font-size:14px;
    color:#444;
    font-weight:bold;
}
.zixunshiGuWen>ul>li .zixunshiGuWenZiLiao .NameAndNengLi>span:nth-child(2){
    display: inline-block;
    font-size:12px;
    font-weight:100;
    color:var(--qiTiZiTiColor);
    background:#f4f6f9;
    padding:1px 5px;
    border-radius:2px;
}
/* 2 */
.zixunshiGuWen>ul>li .zixunshiGuWenZiLiao .zixunshiGuWenZiLiaoSchool{
    width:100%;
    font-size:14px;
    color:#444;
}
/* 按钮 */
.zixunshiGuWen>ul>li .zixunshiGuWenZiLiao .zixunshiGuWenZiLiaoInWier{
    display: inline-block;
    max-width: 100%;
    padding:2px 6px;
    font-size:12px;
    border-radius:4px;
    border:1px solid var(--qiTiZiTiColor);
    color:var(--qiTiZiTiColor);
    cursor: pointer;
}
.zixunshiGuWen>ul>li .zixunshiGuWenZiLiao .zixunshiGuWenZiLiaoInWier:hover{
    border:1px solid transparent;
    color:#fff;
    background:var(--qiTiZiTiColor)
}
/* 咨询顾问 end */






/* 楼盘动态 */
.AroundTheShow .housesSum .BuildingDynamic{
    width: 100%;
    margin-top:0px;
}
.AroundTheShow .housesSum .BuildingDynamic>ul{
    padding:0;
    margin:30px 0 0 0;
}
.AroundTheShow .housesSum .BuildingDynamic>ul>li{
    width:100%;
}
/* 左 */
.AroundTheShow .housesSum .BuildingDynamic>ul>li .dayTime{
    width:78px;
    padding-top:6px;
    float: left;
}
.AroundTheShow .housesSum .BuildingDynamic>ul>li .dayTime>span{
    display: block;
    text-align: right;
    color: #999;
}
.AroundTheShow .housesSum .BuildingDynamic>ul>li .dayTime>span:nth-child(1){
    font-size: 20px;
}
.AroundTheShow .housesSum .BuildingDynamic>ul>li .dayTime>span:nth-child(2){
    font-size: 14px;
}

/* 右 */
.AroundTheShow .housesSum .BuildingDynamic>ul>li .oclock{
    width:722px;
    float: left;
    
}
.AroundTheShow .housesSum .BuildingDynamic>ul>li .oclock>div{
    width:95%;
    padding-left:32px;
    float: right;
}

.AroundTheShow .housesSum .BuildingDynamic>ul>li .oclock .dot{
    max-height:60px;
    padding-top:14px;
    position:relative; 
}
.AroundTheShow .housesSum .BuildingDynamic>ul>li .oclock .dot>.only{
    font-size:44px;
    color:#999;
    position: absolute;
    top:2px;
    left:-18px;
}
.AroundTheShow .housesSum .BuildingDynamic>ul>li .oclock .dot>span:nth-child(2){
    font-size:16px;
    font-weight: bold;
    color:#444;
}
.AroundTheShow .housesSum .BuildingDynamic>ul>li .oclock .dot>span:nth-child(3){
    display:inline-block;
    padding:1px 5px;
    border-radius:4px;
    background:var(--nextColorHue);
    font-size:14px;
    color:#fff;
	cursor:pointer;
}

.AroundTheShow .housesSum .BuildingDynamic>ul>li .oclock .wire{
    border-left:2px solid #ccc;
    min-height:80px;
    font-size:14px;
    color:#232323;
}
/* 楼盘动态 end */

/* 优惠提醒 */
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind{
    width:100%;
    margin-top:40px;
    padding:20px 15px;
    border:1px solid #ddd;
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .slogan{
    width:50%;
    float: left;
    font-size:14px;
    /* text-align: center; */
    line-height: 40px;
    color:#232323;
}
/* .AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .slogan>span{
    display: block;
    max-width: 200px;
    margin:auto;
} */
/* .AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .slogan>i{
    color:#ffb53c;
} */
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .slogan>span>i{
    font-size:16px;
    color:#ffb53c;
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .getPhone{
    width:50%;
    float: right;
    font-size: 0;
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .getPhone>div{
    padding:0 10px;
    font-size: 14px;
    margin:0;
    height:22px;
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .getPhone>div>span{
    color:red;
    /* display: none; */
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .getPhone>span>input{
    width:250px;
    height:40px;
    outline:none;
    border:none;
    background:#f5f5f5;
    padding:10px;
    font-size: 14px;
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .getPhone>span>button{
    width:130px;
    height:40px;
    outline:none;
    border:none;
    color:#fff;
    background:var(--qiTiZiTiColor);
    font-size: 14px;
}

/* 优惠提醒 */
/* 左 end */


/* 右 */
/* 热门活动 */
.hotActivity{
    width:100%;
    margin-bottom:50px;
}
.hotActivity .GeneralTitle{
    margin-bottom:20px;
}
.hotActivity .threeAapply{
    width:100%;
    height:100px;
    margin-top:12px;
    position: relative;
}

.hotActivity .threeAapply img{
    width:100%;
    height:100%;
}
/* 悬浮 */
.hotActivity .threeAapply .threeAapplySuspension{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
/* L */
.hotActivity .threeAapply .threeAapplySuspension .itLeft{
    width:206px;
    height:100%;
    float:left;
    color:#444;
    padding:20px 0 0 20px;
}
.hotActivity .threeAapply .threeAapplySuspension .itLeft>h3{
    font-size:24px;
    font-weight:bold;
    padding:0;
    margin:0 0 10px 0;
}
.hotActivity .threeAapply .threeAapplySuspension .itLeft>p{
    font-size:14px;
    font-weight:100;
    padding:0;
    margin:0;
}
/* R */
.hotActivity .threeAapply .threeAapplySuspension .itRight{
    width:116px;
    height:100%;
    font-size:14px;
    float:left;
    text-align: center;
    padding-top:27px;
}
.hotActivity .threeAapply .threeAapplySuspension .itRight>.CarBack,
.hotActivity .threeAapply .threeAapplySuspension .itRight>.ClusterBack,
.hotActivity .threeAapply .threeAapplySuspension .itRight>.DoTaitongZhiBack,
.hotActivity .threeAapply .threeAapplySuspension .itRight>.otherBack{
    display: inline-block;
    padding:4px 8px;
    color:#fff;
    margin-bottom:3px;
    outline:none;
    border:none;
}
/* 一 */
.hotActivity .threeAapply .threeAapplySuspension .itRight>.CarBack{
    background: -webkit-linear-gradient(left top, #349dff , var(--qiTiZiTiColor));
    background: -o-linear-gradient(bottom right, #349dff , var(--qiTiZiTiColor));
    background: -moz-linear-gradient(bottom right, #349dff , var(--qiTiZiTiColor));
    background: linear-gradient(to bottom right, #349dff , var(--qiTiZiTiColor));
    box-shadow: 0 4px 10px 0 rgba(76,175,255,.66);
    -webkit-box-shadow: 0 4px 10px 0 rgba(76,175,255,.66);
    -moz-box-shadow: 0 4px 10px 0 rgba(76,175,255,.66);
}
.hotActivity .threeAapply .threeAapplySuspension .itRight>.CarColor{
    margin:0;
    padding:0;
    color:var(--qiTiZiTiColor);    
}
/* 二 */
.hotActivity .threeAapply .threeAapplySuspension .itRight>.ClusterBack{
    background: -webkit-linear-gradient(left top, #fecb3e , #ffb03c);
    background: -o-linear-gradient(bottom right, #fecb3e , #ffb03c);
    background: -moz-linear-gradient(bottom right, #fecb3e , #ffb03c);
    background: linear-gradient(to bottom right, #fecb3e , #ffb03c);
    box-shadow: 0 4px 10px 0 rgba(255,176,60,.66);
    -webkit-box-shadow: 0 4px 10px 0 rgba(255,176,60,.66);
    -moz-box-shadow: 0 4px 10px 0 rgba(255,176,60,.66);
}
.hotActivity .threeAapply .threeAapplySuspension .itRight>.ClusterColor{
    margin:0;
    padding:0;
    color:#ff6566;    
}
/* 三 */
.hotActivity .threeAapply .threeAapplySuspension .itRight>.DoTaitongZhiBack{
    background: -webkit-linear-gradient(left top, #fecb3e , #ffb03c);
    background: -o-linear-gradient(bottom right, #fecb3e , #ffb03c);
    background: -moz-linear-gradient(bottom right, #fecb3e , #ffb03c);
    background: linear-gradient(to bottom right, #fecb3e , #ffb03c);
    box-shadow: 0 4px 10px 0 rgba(255,176,60,.66);
    -webkit-box-shadow: 0 4px 10px 0 rgba(255,176,60,.66);
    -moz-box-shadow: 0 4px 10px 0 rgba(255,176,60,.66);
}
/* 四 */
.hotActivity .threeAapply .threeAapplySuspension .itRight>.otherBack{
    background: -webkit-linear-gradient(left top, #ff7d7e , #ff6566);
    background: -o-linear-gradient(bottom right, #ff7d7e , #ff6566);
    background: -moz-linear-gradient(bottom right, #ff7d7e , #ff6566);
    background: linear-gradient(to bottom right, #ff7d7e , #ff6566);
    box-shadow: 0 4px 10px 0 rgba(255,101,102,.66);
    -webkit-box-shadow: 0 4px 10px 0 rgba(255,101,102,.66);
    -moz-box-shadow: 0 4px 10px 0 rgba(255,101,102,.66);
}
.hotActivity .threeAapply .threeAapplySuspension .itRight>.DoTaitongZhiColor{
    margin:0;
    padding:0;
    color:#ffb03c;    
}
/* 热门活动 end */


/* 公积金广告图 */
.otherCategories .CPFad,.otherCategories .CPFad>a{
    width:100%;
    height:212px;
}
.otherCategories .CPFad img{
    width:100%;
    height:100%;
}
/* 公积金广告图 end */


/* 同价位楼盘 */
.WithThePrice{
    width:100%;
    margin-top:50px;
}
.WithThePrice>ul{
    width:100%;
    padding:0;
    margin:0;
}
.WithThePrice>ul>li{
    display: block;
    width:100%;
    border-bottom:1px solid #ddd;
}
.WithThePrice>ul>li>a .JiShuQi{
    display: inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    text-align: center;
    border-radius:50%;
    background:#bbb;
    color:#fff;
    font-weight:bold;
}
.WithThePrice>ul>li:nth-child(1)>a .JiShuQi,
.WithThePrice>ul>li:nth-child(2)>a .JiShuQi,
.WithThePrice>ul>li:nth-child(3)>a .JiShuQi{
    background:var(--qiTiZiTiColor);
}
.WithThePrice>ul>li>a{
    display: flex;
    display: -webkit-flex;
    width:100%;
    padding:12px 0;
    font-size:14px;
    color:#232323;
}
.WithThePrice>ul>li>a>div:nth-child(1){
    width:151px;
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;
}
.WithThePrice>ul>li>a>div:nth-child(2){
    width:96px;
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;
}
.WithThePrice>ul>li>a>div:nth-child(3){
    width:75px;
    text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;
}
/* 同价位楼盘 end */


/* 右 end */

/* 左右显示 end */




/* 新房推荐 */
.newHouseRecommend{
    width:100%;
    margin-top:50px;
}


/*  列表   (独立一块) */
.newHouseRecommend .messageList{
    width:100%;
    overflow: hidden;
}
.newHouseRecommend .messageList>ul{
    padding:0;
    margin:30px 0 0;
    width:105%;
    overflow: hidden;
}
.newHouseRecommend .messageList>ul>li{
    display: block;
    list-style:none;
    width:277.5px;
	min-height:290px;
    float: left;
    margin:0 30px 30px 0;
    overflow: hidden;
}
.newHouseRecommend .messageList>ul>li:hover .List-TopPhoto>a>img{
    transform: scale(1.1);
    transition: all 0.4s;
}
.newHouseRecommend .messageList>ul>li:hover .List-Hot-Content>div .areaAndName>span{
    color:var(--qiTiZiTiColor);
}
/* 图 */
.newHouseRecommend .messageList>ul>li .List-TopPhoto{
    width:100%;
    height:200px;
    border-radius:6px;
    overflow: hidden;
    border:1px solid #e3e3e3;   
    cursor:pointer;
    position:relative;
}
.newHouseRecommend .messageList>ul>li .List-TopPhoto>a{
    width:100%;
    height:100%;
}
.newHouseRecommend .messageList>ul>li .List-TopPhoto>a>img{
    width:100%;
    height:100%;
}
/* 隐藏内容 */
.messageList>ul>li .List-TopPhoto>a>.skip{
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
    background:rgba(0,0,0,0.3);
}
.messageList>ul>li .List-TopPhoto>a>.skip>div{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 50px;
    height: 50px; 
    line-height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    color: #fff;
    text-align: center;
	
}
.messageList>ul>li .List-TopPhoto>a>.skip>div>i{
	font-size:16px;
}
.messageList>ul>li .List-TopPhoto>a>.skip>div>span{
	display:block;
	width:65px;
	position:absolute;
	top:100%;
	left:50%;
	transform:translate(-50%,-25%);
}
/* 图 end */


/* 信息内容 */
.newHouseRecommend .messageList>ul>li .List-Hot-Content{
    padding-top:10px;
}
.newHouseRecommend .messageList>ul>li .List-Hot-Content>div{
    width:100%;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}

/* 第一行 */
.newHouseRecommend .messageList>ul>li .List-Hot-Content>div .areaAndName{
    word-spacing: -3px;
    letter-spacing: -1px;
}
.newHouseRecommend .messageList>ul>li .List-Hot-Content>div .areaAndName span{
    font-size:18px;
    font-family:"方正大黑简体";
    color:var(--biaotiTitle);
}

/* 第二行 */
.newHouseRecommend .messageList>ul>li .List-Hot-Content>div .priceMoney sup{
    font-size:12px;
}
.newHouseRecommend .messageList>ul>li .List-Hot-Content>div .priceMoney{
    display: block;
    font-size:18px;
    font-family:"方正大黑简体";
    color:var(--nextColorHue);
}
.newHouseRecommend .messageList>ul>li .List-Hot-Content>div .specialOffer{
    font-size:14px;
    font-family: "黑体";
    color:#333;
}
/* 信息内容 end*/
/*  列表 end */

/* 新房推荐 end */
/* 楼盘动态 页面 的样式 end */






















body{
	padding-right: 0px !important;
}
 ul {
    list-style: none;
}
html {
    font-family: 'Microsoft YaHei',Verdana,Arial,san-serif;
}



#sosuo{
	height:50px;
}

.picFocus{
width: 38%;
height: 430px;
float: left;
}




.data-content .one{
	height: 42px;
	position:relative;
}

.data-content .one .hideI,
.data-content .one .data-money,
.data-content .one .houseType{
	display:inline-block;
}
.data-content .one .houseType{
	width:auto;
}
.data-content .one .data-money{
	margin-left:10px;
}

.data-content .one .hideI{
	font-size:18px;
	margin-left:10px;
	color:#999;
	position:relative;
	cursor:pointer;
}
.data-content .one .hideI>i>.gengXinTime{
	display:none;
	position:absolute;
	top:22px;
	left:50%;
	z-index:4;
	transform:translateX(-50%);
	font-size:18px;
	margin-left:10px;
	width: 178px;
    font-size: 14px;
    color: #fff;
    padding: 14px;
    background: rgba(119,119,119,.96);
    -webkit-box-shadow: 0 2px 6px 0 rgba(119,119,119,.06);
    -moz-box-shadow: 0 2px 6px 0 rgba(119,119,119,.06);
    box-shadow: 0 2px 6px 0 rgba(119,119,119,.06);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}





.nav > li > a{
	position: none;
    padding: 0;
    height: 42px;
    line-height: 42px;
}
/*
 .dropdown-toggle{
	width:78px;
    height: 45px;
	text-align:center;
	padding-right:12px !important;
	border-radius: 6px;
} 
*/

.estimate{
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #ff6d6f;
    padding: 0 12px;
    margin-right: 8px;
    display: inline-block;
    margin-left: 10px;
	margin-top: 2px;
    border-radius: 2px;
    border: solid 1px #ff6d6f;
    cursor: pointer;
}

/* 三角形 */
.san-jiao{
	z-index:99;
	position:absolute;
	top:18px;
	left:60px;
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent #7d7d7d;
    /* position: relative; */
}




.panel-default .panel-body .sta-loupan h2{
width: 100%;
font-size: 35px;
margin-bottom: 5px;
color: #444;
 }
 .panel-default .panel-body .sta-loupan{
float:left;
 }
 .panel-default{
	 margin-bottom:10px;
 }
   .panel-default .panel-body .loupanPhone{
   margin-top:10px;
float:right;
 }
 .panel-default .panel-body .loupanPhone p{
  font-size:23px;
   margin-bottom:0px;
 
 } 
  .panel-default .panel-body .loupanPhone span{
  font-size:20px;
   margin-bottom:0px;
   color:#ae8257;
 } 
 .panel-body{
 padding:0px;
 padding-top:8px;
 padding-bottom:8px;
 }
.panel-default .panel-body .sta-loupan .start1{
    background-color:#2fb335;
    line-height: 21px;
    padding: 0 6px;
    color: #fff;
    font-size: 14px;
    height: 21px;
    margin-top:5px;
    margin-right:5px;
    display: inline-block;
    margin-left: 6px;
    border-radius: 2px;
    vertical-align: 2px;
}
  .panel-default .panel-body .sta-loupan .feature{
line-height: 20px;
padding: 0 5px;
color: #ab9595;
font-size: 13px;
height: 21px;
margin-top: 5px;
margin-right: 4px;
display: inline-block;
margin-left: 2px;
border-radius: 2px;
vertical-align: 2px;
border: solid 1px #a8a8a8;
}
  .panel-default .panel-body .sta-loupan .start0{
line-height: 20px;
padding: 0 5px;
color: #ab9595;
font-size: 13px;
height: 21px;
margin-top: 5px;
margin-right: 4px;
display: inline-block;
margin-left: 2px;
border-radius: 2px;
vertical-align: 2px;
border: solid 1px #a8a8a8;
}
.panel-default .panel-body .sta-loupan .OpeningTime{
font-size:15px;
 color:#a8a8a8;
 font-family:”Microsoft YaHei”
}

.lp-title-color{
	background:var(--moRen-bj);
}
.front-panel-img{
	width:438px;
	height:350px;
	float:left;
	cursor: pointer;
}
.front-panel-img ul li img{
	width:100%;
	height:100%;
}

.front-panel-img img{

  transition: all 0.4s;
}
.front-panel-img img:hover{

  transform: scale(1.1);
}
.data-content{
margin-left:2%;
width:44%;
height:350px;
float:left;
}




.data-content .data-money .price{
font-size:15px;
color: #666;
}
 .peice-each {
font-size: 24px;
color: #5ab431;
}
.dropdown-toggle{
	font-size:16px;
}

.data-content .data-money .update{
font-size:14px;
color: #a5a5a5;
cursor: pointer;
}
.data-counselor{
	margin-left:0.5%;
	width:15%;
	height:360px;
	background:#fbf5fa;
	float:right;
	padding:0 9px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.Connection-box{
	width:44%;
	height:55px;
	float:left;
	border: var(--anniu-touch-border);
	margin-top:10px;
	margin-left: 20px;
}

.Connection-box .relation-phone{
	background:#bee4f540;
	width:67%; 
	float:left;
	height:100%;
}
 .Connection-box .relation-phone img{
	 float: left;
 }
.hot-line{
width: 76%;
float: left;
font-size:17px;
height: 52px;
line-height: 52px;
}

.Connection-box .relation-phone a{
height:55px;
 line-height:55px;
 display:inline-block;
 text-align: center;
 color:#ff6200;
 font-size:18px;

}
.Connection-box .on-line{
width:33%;
float:left;
background:var(--anniu-bj);
height:100%;
color:var(--anniu-color);
}
.Connection-box .on-line .dialing{
font-size:16px;
color: #fff;
height:55px;
width:100%;
 line-height:55px;
 display:inline-block;
 text-align: center;
}
.activity-lp1{
	padding-top:12px;
	width:100%;
	height:50px;
	background:#dc7a0021;
	margin-top:7px;
	position: relative;
}

.special-promotion{
    font-size: 17px;
    padding-left: 10px;
    color: #ff0040b5;
    display: block;
    width: 265px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* text-align: center; */
}
 .data-content .activity .promotion{
    font-size: 13px;
    color: #ff6d6f;
    line-height: 27px;
    padding: 0px 4px;
    width: 78px;
    height: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-right: 8px;
    display: inline-block;
    margin-left: 7px;
    border-radius: 3px;
    vertical-align: 2px;
    border: solid 1px #ff6d6f;
    cursor: pointer;
    float: right;
}
.data-content .fa-taxi{
color:#ff0037b8;
 margin-left:10px;
 margin-top:10px;
}
.data-content .Order-vehicle{
font-size:17px;
padding-left:10px;
padding-top:10px;
color:#ff0040b5;
}
.loupan-param {
width:100%;
height:150px;
margin-top:10px;
}
 .loupan-param .opening{
  font-size: 14px;
  color:#666;
 }
  .loupan-param .opening span{
  font-size: 14px;
  color:#666;
 }
  .loupan-param .opening a{
 font-size: 14px;
color:#6e7807d9;
 }
  .loupan-param .location{
  font-size: 14px;
  color:#666;
  margin-top:8px;
 }
 .loupan-param .location span{
  font-size: 14px;
  color:#666;
 }
  .loupan-param .location a{
 font-size: 14px;
color:#6e7807d9;
 }
 
 .data-counselor .advisory-teacher .name{
display: inline-block;
text-align: center;
color: #333;
font-size: 16px;
width:100%;
font-weight: bold;
margin-top:7px;
 }
.data-counselor .advisory-teacher-img{
height:100px;
margin-left:30px;
margin-right:30px;
margin-top:20px;

}

  .data-counselor .advisory-teacher .character span{
line-height: 21px;
padding: 0px 4px;
height: 21px;
margin-left: 4px;
border-radius: 2px;
cursor: pointer;
float: left;
margin-top:5px;
display: inline-block;
display: block;
  }
 .data-counselor .advisory-teacher .character .lo-character-1{
  color: #f25557;
border: solid 1px #f25557;
 }
  .data-counselor .advisory-teacher .character .lo-character-2{
  color: #d14aec;
border: solid 1px #d14aec;
 }
 .data-counselor .advisory-teacher .advisory-content p{
	margin: 0 0 0px;
	color:#5f5858;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
 }
 .consult{
margin-left:1.8%;
width:41%;
height:20px;
float:left;
margin-top:5px;
position:relative;

}
.consult ul li {

cursor: pointer;
float: left;
margin-right: 1.25%;
color:var(--anniu-touch-color);
}
.loupan-counselor{
	font-size: 13px;
	width:55%;
	margin-left:40px;
	margin-right:40px;
	margin-top:5px;
	color:var(--anniu-color);
	background:var(--anniu-bj);
	padding: 1.5px 4px;
	border-radius: 3px;
	display: block;
	border:var(--anniu-touch-border);
}
.loupan-counselor:hover{
	color:var(--anniu-touch-color);
	border:var(--anniu-touch-border);
	background:var(--anniu-touch-bj);
}
 
 
 .exceed{
	 overflow:hidden;
	 font-size: 12px;
white-space: nowrap;
color:#999;
 }
.lp-advisory-ls{
margin-right: 2%;
}


 .lp-advisory-ls .lp-span-ls1, .lp-span-ls2{
	 padding:0px 0px;
	 background: #ecebea;
 }
 .lp-advisory-content{
 width:86%;
 padding:8px 10px;
 /*border:1px solid green;*/
 
 }
 
.lp-advisory-content span{
	padding-left:15px;
}
 
 
 
 
 
 
 /* 左- 右 */
 
.zuo{
	width:69.5%;
}
 .advisory{
	 width:100%;
 }
 .advisory .advisory-picture img{
	 float:left;
       width: 19.5%;
      height: 62px;
	 margin-right: 10px;
	 border-radius: 50%;
 }

 .advisory .consult-param{
	 float:left;
	  width: 54%;
	
	   margin-right: 10px;
 }
  .advisory .consult-param p{
	  margin-bottom:0px;
  }
  
.advisory .Consult-him{
	float:left;
	padding:1px 4px;
	color:var(--anniu-color);
	background:var(--anniu-bj);
	margin-top:12px;
 }
.advisory .Consult-him:hover{
	color:var(--anniu-touch-color);
	border:var(--anniu-touch-border);
	background:var(--anniu-touch-bj);
}
 
 
.you .bu-pu .nei-ro ul li{
	margin-bottom: 15px;
height: 62px;
 }
 .you .bu-pu .nei-ro ul li .advisory{
	 height:100%;
 }
 .you .bu-pu .nei-ro ul li .advisory .consult-param .name{
font-size: 13.5px;
font-weight: bold;
margin-right: 6px;
 }
.you .bu-pu .nei-ro ul li .advisory .consult-param .peculiarity{
background: #f0e8e8;
color: #6b6bdd;
padding:0px 4px;
}
 .number-len{
	 color:red;
}
.you{
width: 29.5%;
height:100%;
}


.lp-advisory{
  width:100%;
  margin-top:30px;
  display:flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
 
.loupan-dingyue{
	border:1px solid green;
}
 
.loupan-dingyue{
	border:1px solid #000;
}
 
 
 
.re-dian{
	height:100%;
}

.lp-dynamic-cont{
	height:100%;
	overflow:hidden;
}

/* 每一块 */
.bu-pu{
	margin-bottom:10px;
	overflow:hidden;
}


/* all - 标题 */
.biao-ti{
	height: 50px;
    line-height: 50px;
    /*margin-bottom: 18px;*/
    background:var(--biaoti-bj);
    padding: 0 10px;
}
.biao-ti2{
	height: 50px;
    line-height: 50px;
    margin-bottom: 18px;
    background:var(--biaoti-bj);
    padding: 0 10px;
}
.biao-ti span,.biao-ti2 span{
	font-weight:bold;
	font-size:18px;
	color:#333333;
}
.biao-ti span.yi-lei{
	font-size:14px;
	color:#666666;
}
.biao-ti a,.biao-ti2 a{
	font-size:14px;
}
.biao-ti a.kao-you,.biao-ti2 a.kao-you, .biao-ti .comment-on{
	float:right;
	color:#999;
}


.biaoti-shijian{
	padding:0;
	margin:3px 0;
}
.biaoti-shijian>span{
	color:#666;
}

/* 内容块 */
.nei-ro{
	margin-top:15px;
}

.nei-ro2{
	margin:0;
	padding:8px 0 0;
}

.nei-ro3{
	margin:0;
	padding:8px 10px 0;
	/*border:1px solid red;*/
}

/* 整一行 */
.z-yi-hang{
	width:100%;
	margin-top:50px;
	overflow:hidden;
	
}


/* 单个-个体 */
.ge-ti,.ge-ti2{
	/* margin: 0 0.7%; */
    margin-right: 18px;
    width: 17.07%;
    height: 100%;
    border: 1px solid #d3d3d3;
}
.ge-ti a{
	display:block;
	width:100%;
	height:150px;
}
.ge-ti img{
	width:100%;
	height:100%;
}

.xin-xi-neiro{
	width:100%;
	padding: 5px 8px 0;
    border-top: 1px solid #d3d3d3;
}
.xin-xi-neiro p{
	margin:0px;
}

.xin-xi-neiro .house-distribute{}

.t-o-p{
	width:100%;
	height:150px;
	overflow:hidden;
}
.t-o-p img{
	width:100%;
	height:100%;
}
.bo-tt-om{
	height: 70%;
    border-top: 1px solid #d3d3d3;
    padding: 0 8px;
}


/* 楼盘信息 */
.nei-ro table{
	width:100%;
	height:222px;
	margin:0;
	border:1px solid #d3d3d3;
}

.nei-ro table tr{
	border:1px solid #d3d3d3;
}

.nei-ro table td:nth-child(odd)
{
	background:#f5f5f5;
	text-align:center;
	vertical-align:middle;
	width: 200px;
}
.nei-ro table td:nth-child(even)
{
	width:23.3%;
	background:#fff;
	padding-left:10px;
}








.mr-buttom{
	margin-bottom:20px;
}


#san-dian0{
	color:#666;
	padding:15px;
	font-size:14px;
}
#san-dian1{
	color:#666;
	padding:15px;
	font-size:14px;
}

/* 多选 - 与 - 手机号 */
#duo-xuan{
	padding:0 20px;
}

.lp-subscribe-v label{
	cursor: pointer;
}

#shou-ji-hao{
	width:90%;
	margin:auto;
}
#shou-ji-hao input{
	width:100%;
	/*height:40px;
	margin:10px 0;*/
}

.dropdown-menu > li > a{
	color:#21cdec;
}

.dropdown-menu > li > a:hover{
	color:blue;
}
 

#shi-jian{
	font-size:13px;
}
 
 
.lp-questions-answers .lp-span-ls2{
    float:left; 
margin-right:2%;
	width:100%;
	font-weight: bold;
}
.font-design{
    font-family:”Microsoft YaHei”;
}

.lp-advisory-content a{
   font-size:14px;
  }
	.lp-advisory-content  p{
   color:#666;
   font-size:15px;  
  } 
  .lp-advisory-content  p a{
  font-size: 15px;
margin-left: 12px;
color:#45b0e1;
  }
  

#xian{
	margin:5px 0;
	border-color:#e3e3e3;
}
.lp-counselor .counselor-picture .picture{
	width:62px;
	height:62px;
	border-radius: 50%;
	display:block;
	margin-left: 3px;
}
.lp-counselor .counselor-picture .Consult-him{
	margin-top:12px;
	color:var(--anniu-color);
	background:var(--anniu-bj);
	padding:1px 3px;
	text-align:center;
	cursor:pointer;
}
.lp-counselor .counselor-picture .Consult-him:hover{
	color:var(--anniu-touch-color);
	border:var(--anniu-touch-border);
	background:var(--anniu-touch-bj);
}

.specific-data .name{
	font-size:15.4px;
	font-weight: bold;
}
.specific-data .host_trait{
	background: #f0e8e8;
   color: #6b6bdd;
   padding: 1px 4px;
   margin-left: 6px;
}

.counselor-text .comment{
margin-top: 5px;
line-height:25px;
color: #333;
word-break: break-all;
cursor: pointer;
}
.type-color, .praise-num{
	color:#999;
}
.support .praise, .unfold .btn-on{
	cursor: pointer;
}
.lp-counselor .counselor-picture{
	width:9%;
	margin-right:20px;
	float:left;
}
.lp-counselor .counselor-data{
	width:88.3%;
	float:left;
	margin-bottom: 7px;
}
.argument-sup .support .praise .fa-thumbs-o-up{
	margin-right:5px;
}
.argument-sup .support .praise{
	margin-right:5px;
}
.argument-sup .support{
	float:left;
}
.argument-sup .unfold{
	float:right;
}
  .lp-advisory-div{
	width:100%;
	margin-top:10px;
	display:flex;
	display:-webkit-flex;
	padding: 10px 10px 0px 10px;
	overflow:hidden;
  }
   .lp-advisory .ask-content{
 }
.lp-advisory-div .lp-counselor{

border-bottom:1px solid #eedfdf;
padding-bottom: 6px;
}
  
 .lp-advisory-div .lp-counselor .lp-counselor-picture{
	 width:77px;
	 height:77px;
	 margin:auto;
 }
 
 .lp-counselor .lp-counselor-speciality .lp-counselor-type{
	 color:#999;

 }
  .lp-advisory .ask-content ul li{
	    width:100%;
		float:left;
  }
    .lp-advisory .ask-content ul li:hover{
	  color:red;
  }
     .lp-advisory .ask-content ul li a:hover{
	  color:red;
  }
  .lp-advisory .ask-content ul li a{
	   color:#333;
	   font-size:16px;
  }
.lp-advisory .lp-advisory-ls .lp-span-ls1{
	float:left; 
	width:100%;
	margin-right:2%;
	font-weight: bold;
}

.lp-dynamic{
	padding-top:10px;
	float:left;
	width:1170px;

}
.lp-counselor .lp-counselor-speciality{
	
	margin-top:5px;
}
.lp-counselor .lp-counselor-speciality .lp-counselor-name{
	font-weight: bold;
	font-size:15px;
	color:#333;
	
}
.lp-counselor .lp-counselor-speciality .lp-counselor-sponsor{
background: #48c245;
color: #e1dddd;
padding: 2px 6px;
border-radius:17px;

}
/*.dynamic-state-content .dynamic-state-title{
	font-size:16px;
	color:#000;
	margin-right:10px;
	font-weight:bold;
}
.dynamic-state-content .dynamic-state-title:hover{
	 color:red;
}
.dynamic-state-content p{
	 color:#666;
	 padding-top:4px;
	 font-size:14px;
	 text-indent:2em;
}
.dynamic-state-content {
	height:110px;
	margin-bottom:10px;
	border-bottom: solid 1px #e3e3e3;
}*/
.loupan-reserve h4{
	height:50px;
padding:13px 0px;
font-size: 21px;
	font-weight: bold;background: #ecebea;margin-bottom:10px;
}

.media-slider{
	width:1170px;
	margin-top:25px;
}
.media-slider  .house-type{
	width:218px;float:left;
	height:350px;
	margin-right:20px;
}
.house-type a img{
	width:100%;
}
.media-slider  .house-type:hover{
	background:#e6dede;
}

.loupan-reserve{
	margin:10px 0 0;
}

.media-slider  .house-type .house-type-content{
		padding:10px 0;
}
.media-slider  .house-type .house-type-content p{
	color:#4d3838;
	margin-bottom:0px;
}
.media-slider  .house-type .house-type-content .house-distribute{
	font-weight: bold;
	color:#333;
font-size:18px;
}


/* 详情信息 */ 
/* table 表格 */
.lp-information table td:nth-child(odd)
{
	/*background:#f5f5f5;*/
	text-align:center;
	vertical-align:middle;
}
.lp-information table td:nth-child(even)
{
	width:23.3%;
	background:#fff;
	padding-left:10px;
}












.lp-information .lp-information-title{
	background:#ecebea;
	height:50px;
	padding-top:12px;
}
 .lp-information .lp-information-table{
	/*border: 1px solid #e7d9ea;	*/
	border-bottom: none;
	width: 1170px;
	overflow: hidden;
	margin: 14px 0!important;
}
.lp-information .lp-information-table tbody tr .lp-table-td1{
	width:112px;
	height:40px;
	text-align: center;
	/*background: #ecebea;*/
	color: #232323;
	vertical-align: middle;
}
.lp-information .lp-information-table tbody tr .lp-table-td2{
	width: 230px;
	color: #888;
	/*padding-left: 20px;*/
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*border-right: 1px solid #e7d9ea;*/
	/*cursor:pointer;*/
}
.lp-information .lp-information-table tbody tr td:nth-child(2n){
    max-width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*.lp-information .lp-information-table tbody tr td{
	border-bottom:solid 1px #e7d9ea;
}*/
 .page-body .container .row .col-content .lp-details {
height:590px;
}
 .page-body .container .row .col-content  .lp-house-type{
height:440px;
}
.lp-house-type{
	margin-top:40px;
float:left;
}
.page-body .container .row .col-content  .lp-house-type .lp-house-title .lp-house-a1{
float:left;padding-left:5px;
}
.page-body .container .row .col-content  .lp-house-type .lp-house-title .lp-house-a2{
float:right;padding-right:10px;
}
 .page-body .container .row .col-content  .Common-title{
background: #ecebea;
height: 50px;
padding-top: 12px;
}
.modal-content .modal-title{
height:68px;
margin:0 20px;
line-height:80px;
}

.lp-house-title .counselor{
float:left;
margin-left:10px;
}


.lp-house-title .more{
float:right;
margin-right:20px;
}
.price-analyze-map{
	margin-top:0px;
}
.lp-headline .media-slider .item .new-house{
	width:234px;float:left;
}
.lp-headline .media-slider .item .new-house .new-house-img{
	overflow: hidden;
	
}
.lp-headline .media-slider .item .new-house .new-house-img img{
	height:170px;
	
		 cursor: pointer;
transition: all 0.4s;
}
.lp-headline .media-slider .item .new-house .new-house-img img:hover{
 transform: scale(1.1);
}
.new-lp-param{
	padding:10px 0px;
	
}
.new-lp-param span{
	margin-bottom:0px;
	font-size:13px;
	font-family: Arial, 'Microsoft Yahei';
}
.new-lp-param .selling-price{
	color:#52ba13;
}
.new-lp-param .new-lp-designation{
	font-size:15px;
color: #333;
font-family: Arial, 'Microsoft Yahei';
}
.slide-Box ul .lp-panel-picture{
	opacity: .6;
}
 .slide-Box ul .state{
	opacity: 1;
}
.lp-panel-picture span{
position: absolute;
top: 54.5px;
width: 82px;
height: 23px;
background: #1105059e;
text-align: center;
color: #f3eded;
line-height: 23px;
left: 2px;
}
.consult ul li:hover{
	background:#d9f2eb;
	border:solid 1px #acb9b5;
}

.lp-subscribe {
	border: solid 1px #e7d9ea;
	height:100%;
	padding:10px 15px;
}
.lp-subscribe .lp-subscribe-v{
	height:80px
}
.lp-subscribe .lp-subscribe-v label{
	width: 90px;
padding-left: 5px;
}
.lp-subscribe .input-group{
	position: relative;
    width: 100%;
    display: table;
    margin-top: 20px;
    border-collapse: separate;
}
 .iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
 
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.lp-subscribe .input-group .btn{
	margin-top:10px;
	width:100%;
}


	.seek-nearby{
	height:40px;
	background:#f6eded;
	border: 1px solid #d3d3d3;
	
	}

	 .seek-nearby .seek-left{
float: left;
width: 100px;
height: 100%;
font-size: 15px;
text-align:center;
line-height:40px;
cursor:pointer;
	 }
.seek-nearby .seek-right{
float: right;
width: 100px;
height: 40px;
font-size: 15px;
padding-top: 10px;
padding-left: 10px;
	 }
	.seek-lp-name{
		padding:10px 10px 0;
		width:100%;
		border-right:solid 1px #c9e4dc;
			border-left:solid 1px #c9e4dc;
				border-bottom:solid 1px #c9e4dc;
				
	}
	.seek-lp-name a{
		display:inline-block;
		margin-right:22px;
		margin-bottom:12px;
		font-size:12px;
		color:#666;
	}
	.hot-lp{
	display:none;
	}
	 .seek-nearby .seek-nearby-a1{
		background: #e3d2d2;
	 }

.fu-dong-huxi{
	width:70%;
	float:left;
	margin:0;
	padding:0;
}
.dongTai{
	width:100%;
	border-bottom:solid 1px #d3d3d3;
	margin-top:20px;
	margin-right:1%;
}
.dynamic-state .dynamic-title{
font-family: 'Microsoft YaHei';
font-size: 23px;
font-weight: normal;
height: 50px;
line-height: 50px;
}
.dynamic-state .tag{
	height:40px;
	line-height:40px;
}
.dynamic-state .tag .source{
	margin-right:25px;
}
.dynamic-cont{
	margin-bottom:25px;
}
	.dongTai-title  a{
		font-size:17px;
		color:#333;
		overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: bold;
		height:20px;
	}
	.dongTai-title{
	 margin-bottom:12px;	
	}

/*
.dongTai-content {
	height:75px;
}
*/
	
.dongTai-content span{
 margin-bottom:6px;	
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	 font-size:15px;
	 color:#999;
	 padding-left:18px;
}
		.dongTai-time p{
		margin:10px 0;
		color:#999;
	}
	
/* 楼盘动态 */
	
.box-flex{
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between; 
    justify-content: space-between;
}	

.dongtai-zuo{
	width:100%;
	padding:0 14px 30px;
}

.dogn-tai-zi{
	font-size:24px;
	margin: 19px 0;
}

.lp-subscribe2{
	width:31%;
	border:solid 1px #d3d3d3;
	margin-left: 1%;
	padding:10px;
}


.checkout{
	width:100%;
	
}
#codeBox{
	width: 100%;
}
#huxingCheck{
	width:100%
}
.input-chang{
	width:100%;
	position: relative;
    display: table;
    border-collapse: separate;
	margin-top:10px;
}
.input-chang button{
	width:100%;
	/*margin-top:20px;*/
}

.lp-subscribe-dongtai h3{
	margin-bottom:20px;
	margin-top:10px;
}
.lp-subscribe2 ul li {
	margin-top:3px;
}
.house-type-ty{

 height:40px;
 margin-bottom:10px;
 border-bottom:1px solid #f5f5f5;
 
}
  .house-type-ty ul li{
  margin-right:20px;
  margin-top:8px;
  float:left;
  cursor: pointer;
}

.lp-subscribe2 .input-group .form-control{
width:100%;

}
.lp-subscribe2 .input-group .btn{
margin-top:28px;
width:100%;
}
.picture-color{
color:var(--nextColorHue);
font-size: 14.5px;
}
.house-color{
color:#ec5a5a;
font-size: 14.5px;
}


.recommend{
	margin: 30px 0 10px;
	padding:15px 10px;
	width:100%;
	background:#f3eaea;
}
.recommend span{
	font-size:24px;
}
.xc-img-title .xc-back h3{
position: relative;
margin-top: 30px !important;
margin-bottom:0px;
cursor: pointer;
width:100px;
}
.xc-img-title .xc-back h3:hover{
color:red;
}
.xc-img ul li{
margin-top:20px;
margin-right:20px;
width: 220px;
height: 172px;
position: relative;
float: left;
overflow:hidden;
}
.xc-img ul li img{
width:100%;
height:100%;
}
.xc-img ul{
width: 1230px;
}
.xc-img{
/*max-height:434px;*/
overflow: hidden;
}
.in-detail-facility{
    margin-top:40px;
}
.in-detail-facility:first-of-type{
    margin-top: 0;
}
.in-detail-facility .fake-p{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 28px;
    /*-webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;*/
}
.in-detail-facility .fake-p .lable-tit{
    min-width: 123px;
    font-size: 15px;
    font-weight: bold;
    color: #444;
    text-align: right;
    padding-right: 5px;
}
.in-detail-facility .fake-p .lable-val {
    white-space: pre-wrap;
}
.in-detail-facility .fale-p-diff {
    padding-left: 73px;
}


.activity-lp1 .in-detail{
margin-top:10px;
color: #b2b7bd;
cursor:pointer;
}
.advisory-title{
	padding: 0 0 12px;
}

.advisory-title span.title-wenda{
	font-size:24px;
	color:#000;
}
.advisory-title span{
	font-size:14px;
	color:#333;
}
.box-flex-2{
	display:flex;
	display:-webkit-flex;
}
.box-flex-2 .box{
	display:block;
	width:3%;
}
.box-flex-2 div{
	width:97%;
}
.raise-a-question{
	padding-left: 8px;
}
.raise-a-question .advisory-cont{
	font-size:18px;
	line-height:22px;
	margin-bottom:10px;
	color:#3e3434;
}
.fq-advisory{
	width:100%;
	padding:25px 0;
	border-bottom:solid 1px #e3e3e3;
}
.Property-consulting{
	width:100%;
	border:solid 1px #c9e4dc;
}
.reply-a-question{
overflow:hidden;
margin:5px 0;
margin-top: 15px;
}
.reply-a-question .reply-cont{
	padding-left:8px;
	color: #a1a7ac;
	font-size: 15px;
}
.advisory-time{
color: #a1a7ac;
font-size: 15px;
float: right;
}
.contact{
	color:var(--nextColorHue);
}
.adivsory-at-once{
padding: 20px 12px
}
.askTextFrame .textarea{
	width:100%;
	resize: none;
	padding:8px;
	border-radius:4px;
	border:1px solid #ccc;
	outline:none;
}
.modalgroup{
	padding:0 !important;
}
.adivsory-at-once h3{
margin-bottom:20px;
}
.icon-holder{
padding:0px 12px;
}
.cla-btn{
width:100%;
}
.ask-circle-icon{
background: var(--qiTiZiTiColor);
}
.reply-circle-icon{
background: var(--nextColorHue);
}
.box i, .reply-a-question i{
	font-style: normal;
display: inline-block;
width: 20px;
height: 20px;
color: #fff;
font-size: 14px;
text-align: center;
line-height: 20px;
border-radius: 2px;
}
.lpprice-detailed-table table thead tr td{
border-bottom: 1px solid #fcf6f6;
border-right: 1px solid #fcf6f6;
color: var(--qiTiZiTiColor);
background-color:#e4e9f4;
font-weight:bold;
text-align: center;
width:180px;
}
.lpprice-detailed-table table thead tr .td-1{
text-align: center;
width:180px;
}
.lpprice-detailed-table table thead tr .td-2{
width:214px;
text-align: center;
}
.lpprice-detailed-table table thead tr .td-3{
width:214px;
text-align: center;
}
.lpprice-detailed-table table thead tr .td-5{
width:540px;
text-align: center;
}
.lpprice-detailed-table table thead tr .td-5{
width:540px;
text-align: center;
}
.lpprice-detailed-table table thead tr{
height: 40px;
line-height: 40px;
background: #eddddd;
}
.lpprice-detailed-table table tbody tr{
height: 40px;
line-height: 40px;
background: white;
}
.lpprice-detailed-table table tbody tr .td-1{
text-align: center;
width:180px;
}
.lpprice-detailed-table table tbody tr .td-2{
width:214px;
text-align: center;
}
.lpprice-detailed-table table tbody tr .td-3{
width:214px;
text-align: center;
}
.lpprice-detailed-table table tbody tr td{
border-bottom: 1px solid #fcf6f6;
border-right: 1px solid #e0dada;
color: #846161;
}
.lp-jiage h3{
float:left;
}
.lp-jiage h5{
float:right;

}




.hot-house{
margin:22px 0 15px; 
}








.wenda-zuo{
	width:848px;
	border-bottom:0;
	float:left;
}

.wenda-you{
	width:322px;
	float:right;
}

.wenda-zuo>ul>li .askToLeft .askTop {
    padding: 0 32px;
}
.wenda-zuo>ul>li .askToLeft .aksBottom {
    background: #f8f8f8;
    padding: 15px 32px;
}
/* 列表 */
.wenda-zuo>ul{
    width: 100%;
    padding:0;
    margin:0;
}
.wenda-zuo>ul>li{
    display: block;
    width:100%;
    margin-bottom:40px;
    padding-bottom:50px;
    border-bottom:1px solid #ddd;
}
.wenda-zuo>ul>li:last-of-type{
    border:none;
	margin:0;
}
/* 左 */
.wenda-zuo>ul>li .askToLeft{
    width:600px;
    float:left;
    /*padding-left:32px;*/
}
/* 一 */
.wenda-zuo>ul>li .askToLeft .askOneLine{
    width:100%;
    position: relative;
}
.wenda-zuo>ul>li .askToLeft .askOneLine a{
    font-size:18px;
    color:#444;
}
.wenda-zuo>ul>li .askToLeft .askOneLine .askBack{
    display: block;
    padding:0 4px 3px 3px;
    position: absolute;
    top:3px;
    left:-27px;
    font-size:14px;
    color:#fff;
    /*background:url("../gouFangZhiXun-image/askDa.png") no-repeat;*/
	background:no-repeat;
}
/* 二 */
.wenda-zuo>ul>li .askToLeft .askTowLine{
    width:100%;
    padding:6px 0;
}
.wenda-zuo>ul>li .askToLeft .askTowLine>div:nth-child(1){
	display: inline-block;
    float: left;
    overflow: hidden;
    max-width: 40%;
    max-height: 25px;
}
.wenda-zuo>ul>li .askToLeft .askTowLine>div:nth-child(1)>span{
    display: inline-block;
    padding:3px 8px;
    border-radius:2px;
    border:1px solid #ddd;
    font-size:12px;
    color:#444;
}
.wenda-zuo>ul>li .askToLeft .askTowLine>div:nth-child(1) span:hover{
    color:#fff;
    background:var(--qiTiZiTiColor);
    border:1px solid transparent;
}

.wenda-zuo>ul>li .askToLeft .askTowLine>div:nth-child(2){
    display: inline-block;
    float:right;
}
.wenda-zuo>ul>li .askToLeft .askTowLine>div:nth-child(2)>span{
    display: inline-block;
    margin-left:3px;
    font-size:12px;
    color:#999;
}

/* 三 */
.wenda-zuo>ul>li .askToLeft .askThreeLine{
    width:100%;
    margin:0 0 15px;
}
.wenda-zuo>ul>li .askToLeft .askThreeLine>span{
    display: inline-block;
    width:14%;
    font-size:16px;
    color:#555;
}
.wenda-zuo>ul>li .askToLeft .askThreeLine>span.wire{
    display: inline-block;
    width:85%;
    height:1px;
    background:#ddd;
    position: relative;
    top:-4px;
    left:0;
}

/* 四 */
.wenda-zuo>ul>li .askToLeft .askFourLine{
    overflow: hidden;
    line-height: 27px;
    min-height:84px;
}
.wenda-zuo>ul>li .askToLeft .askFourLine a{
    font-size:14px;
    color:#444;
}

/* 五 */
.wenda-zuo>ul>li .askFiveLine{
    width:100%;
}
.wenda-zuo>ul>li .askFiveLine .baiKuang{
    border:1px solid #ddd;
    display: flex;
    display:-webkit-flex;
    padding:8px 0;
    margin-top:15px;
}
.wenda-zuo>ul>li .askFiveLine .baiKuang div{
    text-align: center;
    font-size:14px;
    color:#444;
}
.wenda-zuo>ul>li .askFiveLine .baiKuang div.theKuangName{
    width:215px;
    position: relative;
}
.wenda-zuo>ul>li .askFiveLine .baiKuang div.theKuangName:after,
.wenda-zuo>ul>li .askFiveLine .baiKuang div.theKuangDiQu:after{
    content:"|";
    color:#ddd;
    font-size: 12px;
    position: absolute;
    top:0;
    right:0;
}
.wenda-zuo>ul>li .askFiveLine .baiKuang div.theKuangDiQu{
    width:175px;
    padding:0 10px;
    position: relative;  
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;  
    text-align: center;
    display:flex;
    display:-webkit-flex;
    -webkit-justiify-content:center;
    justify-content: center;

}
.wenda-zuo>ul>li .askFiveLine .baiKuang div.theKuangDiQu>span,
.wenda-zuo>ul>li .askFiveLine .baiKuang div.theKuangPrice>span{
    min-width:40%; 
    max-width:155px; 
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;  
    float: left;
    text-align: center;
}
.wenda-zuo>ul>li .askFiveLine .baiKuang div.theKuangPrice{
    width:305px;
    padding:0 10px;
    display:flex;
    display:-webkit-flex;
    -webkit-justiify-content:center;
    justify-content: center;
}
.wenda-zuo>ul>li .askFiveLine .baiKuang div.theKuangPrice a{
    color:#9aa9c9;
}
/* 六 */
.wenda-zuo>ul>li .askToLeft .askSixLine{
    width:100%;
    font-size:14px;
    color:#9aa9c9;
    border-bottom:1px solid #ddd;
    padding: 20px 0;
}
.wenda-zuo>ul>li .askToLeft .askSixLine>span:nth-child(1) i{
    font-size:18px;
    color:#ffb53c;
}
.wenda-zuo>ul>li .askToLeft .askSixLine>span:nth-child(2){
    float: right;
    cursor:pointer;
}

/* 七 */
.wenda-zuo>ul>li .askToLeft .askSevenLine{
    width:100%;
    text-align: center;
    margin-top:12px;
}
.wenda-zuo>ul>li .askToLeft .askSevenLine a{
    font-size: 14px;
    color:#9aa9c9;
}

/* 左 end */

/* 右 */
.wenda-zuo>ul>li .askToRight{
    width:214px;
    float:right;
    padding-top:90px;
}
/* 问答咨询师 */
/* 头像 */
.wenda-zuo>ul>li .askToRight .ziXunshePhoto{
    width:43px;
    height:43px;
    border-radius:50%;
    overflow:hidden;
    float: left;
}
.wenda-zuo>ul>li .askToRight .ziXunshePhoto img{
    width:100%;
    height:100%;
}
/* 资料 */
.wenda-zuo>ul>li .askToRight .ziXunsheName{
    width:144px;
    height:43px;
    padding:0px 0 0 10px;
    float: left;
}
.wenda-zuo>ul>li .askToRight .ziXunsheName>div{
    width:100%;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis; 
}
.wenda-zuo>ul>li .askToRight .ziXunsheName>div.liuYan{
    font-size:12px;
    color:#444;
}
.wenda-zuo>ul>li .askToRight .ziXunsheName>div>span:nth-child(1){
    font-size:14px;
    color:#323232;
    font-weight: bold;
}
.wenda-zuo>ul>li .askToRight .ziXunsheName>div>span:nth-child(2){
    font-size: 12px;
    color: var(--qiTiZiTiColor);
    padding: 1px 5px;
    background: #f6f6f6;
}

/* 熟悉 */
.wenda-zuo>ul>li .askToRight .knowWell{
    font-size:12px;
    color:#666;
    margin-top:10px;
}
.wenda-zuo>ul>li .askToRight .knowWell>div{
    margin-top:3px;
    display:flex;
    display:-webkit-flex;
}
.wenda-zuo>ul>li .askToRight .knowWell>div>span{
    display: block;
}
.wenda-zuo>ul>li .askToRight .knowWell>div>span:nth-child(2){
    max-width:108px;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
/* 熟悉 end */

/* 问答成就 */
.wenda-zuo>ul>li .askToRight .askChengJiu{
    display:flex;
    display:-webkit-flex;
    margin: 8px 0;
}
.wenda-zuo>ul>li .askToRight .askChengJiu>div{
    width: 33%;
    max-width:33.1%;
}
.wenda-zuo>ul>li .askToRight .askChengJiu>div>span{
    display: block;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
.wenda-zuo>ul>li .askToRight .askChengJiu>div>span:nth-child(1){
    font-size:14px;
    color:var(--qiTiZiTiColor);
}
.wenda-zuo>ul>li .askToRight .askChengJiu>div>span:nth-child(2){
    font-size:12px;
    color:#666;
}
/* 问答成就 end */

/* 按钮 */
.wenda-zuo>ul>li .askToRight .askZXSbtn>div{
    display: inline-block;
    border-radius: 4px;
    color:var(--qiTiZiTiColor);
    font-size:12px;
    border: 1px solid var(--qiTiZiTiColor);
    padding: 3px 10px;
    cursor:pointer;
}

/* 右 end */

/* 列表 end */




.lp-information .lp-information-table tbody tr .lp-table-td1 a{
color: #a89a92c2;
}
.span-hx{
margin-right:8px;
}
.in-detail-content{
width:300px;
position: absolute;
left: 30px;
top: 20px;
}
.glyphicon-gift{
font-size:15px;
color: #ef9370;
}

.advisory-teacher .advisory-content .know-well-area{
color:#999;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: bold;
display: block;
width: 70px;
float:left;
}
.form-group{
margin-bottom:10px;
}

.form-group>.dynamic-state-cont,#dynamic-state button{
	width:100% !important;
	height:34px !important;
}
.inputbnt{
width:100%;

}


.show-nunber{
	height:50px;
}

.dynamic-state-contloupan{
	width:100%;
	padding:10px 0px;
}
/**
*弹出模态框
*/
.modalgroup .control-phone{
margin-top:10px;

}
/*
.modalgroup .control-btn{
	width:100%;
	margin-bottom:20px;
	color:var(--anniu-color);
	background:var(--anniu-bj);
	border:var(--anniu-touch-border);
	outline:none;
	border-radius:4px;
}

.modalgroup .control-btn:hover{
	color:var(--anniu-touch-color);
	background:var(--anniu-touch-bj);
	border:none;
	border:var(--anniu-touch-border);
}
*/


.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=12);
}
.modal-open {
overflow:auto;
}
.assess-data{
background:#f8f6f6;
width:500px;
    height: 300px;
}
.assess-param .assess-title{
font-size:22px;
width: 440px;
float:left;
text-align:center;
margin-bottom:12px;
}
.assess-param{
margin:0  20px;
padding-top:20px ;
}
.assess-param .assess-none .fa-times{
cursor:pointer;
display:block;
float:left;
} 

.assess-param table  tr{
height: 30px;
line-height: 30px;
}
.assess-param .assess-none .table{
margin-bottom: 20px;
}
.assess-param table thead tr td{
text-align:center;
background: #e0d7d7;
border-right: 1px solid #fcf6f6;
}
.assess-param table thead tr .td-1{
width:120px;
}
.assess-param table thead tr .td-2{
width:120px;
}
.assess-param table thead tr .td-3{
width:240px;
}
.assess-param table tbody tr td{
width:60px;
text-align:center;
border-right: 1px solid #fcf6f6;
background:#ebebf6;
}
.assess-param table tbody tr .tbody-think{
cursor: pointer;
}
.assess-param table tbody tr .tbody-think:hover{
background:#f8c5ba;
}
.assess-form{
margin:0 60px;
}
/*
.dropdown-menu {
max-width: 75px;
min-width: 0px;
}

*/
.data-money div ul{
padding-bottom:10px;
}

.qrcode canvas{
width: 120px;
height: 120px;
float: left;
z-index: 99;
position: absolute;
right: 20px;
top: 24px;
padding:10px;
background:#fff;
}
.attention{
	z-index: 99;
	position: absolute;
	right: -45px;
	top: 22px;
	display: none;
	width: 145px;
	background:#fff;
	padding:5px;
}
.attention ul li{
	width:40px;
	height:40px;
	margin-right:5px;
}
.attention ul li img{
	width:100%;
	height:100%;
}
.QR-code{
	padding:15px;
	display:none;
	border: 1px solid #d8c9c9;
	background:#fff;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	z-index: 99;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.6);
}
.QR-code .QR-cont{
	float:left;
	width:200px;
	font-size:20px;
}
.QR-code .QR-icon{
	float:right;
	width:20px;
	cursor: pointer;
}
/* 弹出电话 简称 （弹话） */
#tan-hua{
	display:none;
	width: 100%;
	height:50px;
    background:var(--mianbaoxie);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}


/* JS 待调用的 Class */
.fixed-s{
	position:fixed;
	top:0;
	z-index:20;
}
/**
*以下css 处理楼盘点评的样式
*/
.loupan-comment{
	width:100%;
}
.loupan-comment .comment-title{
	margin-bottom:10px;
}
.loupan-comment .comment-title .tag{
	height:40px;
	border:1px solid #d1d1dd;

}
.loupan-comment .comment-title .tag a{
	display:block;
	width:100%;
	height:100%;
}
.loupan-comment .comment-title .tag li{
float: left;
width: 204px;
border-right: 1px solid #d1d1dd;
text-align: center;
margin-top: 8px;
font-size:16px;
cursor: pointer;
position: relative;
}
.loupan-comment .comment-title .tag li .Bottom-color{
	position: absolute;
	top: 27px;
	background: var(--daohantiao-bj);
	width: 90px;
	height: 3px;
	margin: 0px 55px
}
.loupan-comment .comment-title .tag li .specific{
color:#89b6f9;
}
.loupan-comment .comment-title .tag .edge-line{
	border-right: 1px solid #fff;
}
.loupan-comment .new-loupan {
	width: 29%;
    border: 1px solid #e3e3e3;
    float: right;
    padding: 6px 10px 0;
}








/* 楼盘点评 */
.expert-commentary{
	/*height:75px;*/
	padding:15px 10px; 
	border:1px solid #d1d1dd;
}
.expert-commentary .specialist-sort{
	width:23%;
	float:left;
	height: 33px;
	margin-top: 28px;
	position: relative;
	/*border-right: 1px solid #eae1e1;*/
}
.expert-commentary .specialist-sort .rim{
	border: 1px solid #e3d6d6;
	margin-left: 35px;
	width: 100px;
	text-align: center;
	cursor: pointer;
	padding: 2px 0px;
	float: left;
	height: 30px;
	line-height: 24px;
}
.expert-commentary .specialist-sort .control{
	float: left;
	width: 26px;
	border-top: 1px solid  #e3d6d6;
	border-bottom: 1px solid  #e3d6d6;
	border-right: 1px solid  #e3d6d6;
	height: 91%;
	text-align: center;
	line-height: 27px;
	cursor: pointer;
}
.expert-commentary .specialist-sort .rim ul{
	position: absolute;
	top: 30px;
	display: none;
	width: 126px;
	background: #eeeaea;
	left: 35px;
	border-left: 1px solid  #e3d6d6;
	border-right: 1px solid  #e3d6d6;
	line-height: 30px;
}
.expert-commentary .specialist-sort .rim ul li{
	padding:0 20px;
	border-bottom:1px solid  #e3d6d6;
	height:30px;
}
.specialist-type ul{
	margin:0;
	padding:0;
	width: 100%;
	float:right;
}
.expert-commentary .specialist-type{
    /*margin-top: 26px;*/
	width:77%;
	float:right;
}
.specialist-type ul li{
    display: inline-block;
    width: 114px;
    margin: 7px 4px;
    padding: 5px 0;
    background: #f3f3f3;
    float: left;
    text-align: center;
    cursor: pointer;
}
.specialist-type ul li,.specialist-type ul li a{
	color:#666;
}
.Specific-show{
	border-left:1px solid #d1d1dd;
	border-right:1px solid #d1d1dd;
	border-bottom:1px solid #d1d1dd;
}
.Specific-show ul li{
padding: 25px 0px;
border-bottom: 1px solid #d1d1dd;
margin: 0px 22px;
}
.Specific-show ul li .Expert-content{
	width:72%;
	float:left;
	min-height: 150px;
}
.Specific-show ul li .The-expert-data{
		width:27%;
	float:right;
}
.Expert-content p{
	margin-bottom: 2px;
	line-height: 24px;
	color:#666;
}
.Expert-content .text-height {
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
text-overflow: ellipsis;
height:95px;
}
.addition .likenum-int{
	float:right;
}
.addition .comment-time{
	float:left;
	color: #888;
}
.botton-widen{
	margin-bottom:20px;
}
.Expert-content .Content-show .read, .Expert-content .Content-show .pack-up{
	float:right;
	margin-bottom:12px;
	color: #888;
	cursor: pointer;
}
.fa-thumbs-o-up{
	color: var(--nextColorHue);
	font-size: 16px;
}
.likenum-int{
	cursor: pointer;
	color: #888;
}
.The-expert-data img{
margin: 0px 66px;
width: 66px;
height:66px;
border-radius: 33px;
}

.The-expert-data .zxzhixunshi{
	text-align: center;
    padding: 4px 12px;
	margin-left: 60px;
	background:var(--anniu-bj);
	color:var(--anniu-color);
}
.The-expert-data .name{
	margin-bottom:0px;
	text-align: center;
	margin-top:8px;
}
.The-expert-data .help{
	
text-align: center;
}
.new-loupan ul li {
	height:95px;
	padding:10px 0px;
	border-bottom: 1px solid #e3e3e3;
}
.loupan-picture {
	width:100px;
	height:100%;
	overflow:hidden;
	float: left;
	margin-right: 12px;
}
.new-loupan-param{
	width:64%;
	height:100%;
	float: left;
}
.new-loupan-param a,.new-loupan-param p{
	display:block;
	margin-top:5px;
}
.new-loupan-param a{
	font-size: 16px;
    font-weight: bold;
    color: #333;;
}
.new-loupan-param span{
	font-size: 14px;
    color: red;
}
.new-loupan-param p{
	margin-top:12px;
    color: #999;
	padding:0;
	margin:0;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new-loupan>span{
	padding-bottom: 6px;
    border-bottom: 1px solid #d1d1dd;
    margin-bottom: 0px;
    display: block;
	font-size:18px;
}
.user-Evaluation{
	border: 1px solid #d1d1dd;
	
}
.user-Evaluation-type{
	width:100%;
}
.user-Evaluation-type ul {
height: 76%;
margin-top: 16px;
border-bottom: 1px solid #d1d1dd;
height:44px;
}
.user-Evaluation-type ul li{
float: left;
width: 100px;
height: 28px;
margin: 0px 3.5%;
border: 1px solid #d1d1dd;
text-align: center;
cursor: pointer;
line-height: 26px;
}
.user-Evaluation-type ul li:hover{
	background:var(--anniu-bj);
	color:var(--anniu-color);
	border:var(--anniu-touch-border);
}


.Expert-review{
	margin-bottom:50px;
}


.user-evaaluation ul li{
	/*height: 140px;*/
	border-bottom:1px solid #e3e3e3;
	margin-bottom:20px;
	padding: 0 18px;
}

.user-evaaluation ul li .userShow{
	width:100%;
	border-bottom: 1px solid #e3e3e3;
}

.context {
	width: 72%;
    padding: 10px;
    height: 100%;
    float: left;
}
.user-information {
	width:25%;
	height:100%;
	padding:8px 0;
	float:right;
	text-align: center;
	
}
.context .text-content{
	height: 80px;
	line-height: 23px;
	overflow: hidden;
}
.context .text-content p{
	text-indent:2em;
}

.context .look-more{
	width: 100%;
	height: 20px;
	margin-bottom:5px;
	padding-right:8px;
	border-bottom: 1px solid #eaeaea;
}
.context .look-more span{
	float:right;
	font-size:12px;
	color: #888;
	cursor:pointer;
}
.praise{
    width: 100%;
    height: 20px;
    margin-top: 0px;
    padding-top: 6px;

}
.praise a{
	margin-right:26px;
}
/*
.praise a:hover{
	background:var(--qiTiZiTiColor);
	color:#fff;
}
*/
.expert-commentary .specialist-sort .rim ul li:hover{
	background:#f3f3f3;
	color:#666;
}
.praise .likenum-len{
	color: #888;
	font-size: 14px;
	cursor:pointer;
	float:right;
}
.praise .user-time{
	float:left;
	font-size:12px;
	color: #888;
}
.user-picture {
margin: auto;
width: 34%;
border: 1px solid #e3e3e3;
height: 67px;
border-radius: 50%;
}
.user-name{
	width:100%;
	height:18px;
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin-top:5px;
	text-align: center;
}
.user-type{
display: inline-block;
margin-top: 5px;
padding: 2px 10px;
background: #acb1f7;
color: var(--anniu-color);
text-align: center;
}
.user-opinion{
	height: 60px;
	margin: 0 20px;
	line-height: 60px;
	/*border-top: 1px solid blue;*/
}

.user-opinion .houses-opinion{
	width:35%;
	float:left;
}
.houses-opinion .houses-name{
	width:85%;
	float:left;
}
.houses-opinion .houses-images{
width: 10%;
float: left;
}
.user-opinion ul{
	width:49%;
	float:left;
}
.user-opinion ul li{
	float:left;
	width: 30%;
	cursor:pointer;
}
.user-opinion ul li .pj-icon{
	width:30%;
	height:100%;
	font-size: 35px;
   margin-right: 8px;
   color: #e8b5b5;
}
/*点击好中差评 加的颜色class*/
.cur-icon{
	color:#f28080;
}



.appraise-cont{
	padding:0 20px;
	width:100%;
}

.appraise-cont .appraise-name{
	width: 100%;
	/*border:1px solid #e3e3e3;*/
	float:left;
}

.appraise-cont .appraise-name .comment-text{
	    height: 34px;
    line-height: 34px;
}
.appraise-cont textarea{
	overflow-y: scroll;
	width: 100%;
	height: 160px;
	border: 1px solid #eaeaea;
	background-color: #f8f8f8;
	font-size: 14px;
	line-height: 33px;
	padding: 0 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
}

.appraise-cont .appraise-name .comment{
	padding:7px 0;
}
.appraise-cont .appraise-name .comment i{
	cursor:pointer;
}
.appraise-cont .appraise-name .comment .my-star-color{
	color: gold;
}

.appraise-cont .appraise-name span{
	float:left;
}
.user-uploading{
	padding:0 20px;
	width:100%;
}
.user-uploading .uploading{
	width:10%;
	float:left;
}
.user-uploading .input-file{
	display: none;
}
.user-uploading .specific-way .input-choose-file{
display: block;
width: 78px;
height: 22px;
line-height: 22px;
border: 1px solid #48b3e2;
border-radius: 3px;
text-align: center;
color: #48b3e2;
float:left;
cursor: pointer;
}
.specific-way{
	margin-top: 10px;
	
}
.user-uploading .specific-way .uploading-hint{
	/*text-align: center;*/
	height:150px;
	margin-top:6px;
	padding:5px;
	color:#999;
	overflow:auto;
	border:1px solid #e3e3e3;
}
.identity{
	margin-top:20px;
	width:100%;
	height:100px;
}
.identity .identity-title{
	width:10%;
	float:left;
}
.identity ul {
	width:88%;
	float:left;
}
.identity ul li{
	width:20%;
	float:left;
	cursor: pointer;
}
.identity ul li .icon{
	width:20px;
	height:20px;
	border:1px solid #ccc4c0;
	display:block;
	float:left;
	margin-right:10px;
}
.identity ul li .txt1{
	float:left;
}

.user-uploading .identity .submit-btn{
	text-align: center;
	width:200px;
	height:35px;
	background: var(--anniu-bj);
	margin: 20px auto;
	line-height:33px;
	color:#fff;
	cursor: pointer;
	border-radius:4px;
}
.user-uploading .identity .submit-btn:hover {
	outline: none;
	border: none;
	color: var(--anniu-touch-color);
    background: var(--anniu-touch-bj);
	border-bottom: 2px solid var(--all-a-touch-color);
	cursor: pointer;
}

.file-input{
	display:inline-block;
}


.look-tag{
border-bottom: 1px solid #d1d1dd;
padding:5px 0;
}
.look-tag .attention-loupan{
	display: inline-block;
	/*width: 35%;
    float: left;*/
    font-size: 14px;
    color: #888;
}
.look-tag .attention-loupan span{
	font-weight: 600;
    font-size: 16px;
    color: #333;
	padding: 0 5px;
}
.look-tag .save{
	display: inline-block;
	/*width: 61%;
    float: right;*/
    font-size: 12px;
    color: #999;
}

.experience .user-estimate {
	width:100%;
	margin:0;
}

.experience .user-estimate li{
	border-bottom:1px solid #eaeaea;
	padding-bottom:16px;
	margin:16px 0;
}


.experience .user-estimate li .show-evaluate{
	width:77%;
	float:left;
}
.experience .user-estimate li .counselor{
width: 21%;
float: left;
height: 100%;
margin-left: 1%;
text-align: center;
}
.experience .user-estimate li .counselor .counselor-picture{
	margin: auto;
	/*border: 1px solid red;*/
	width:75px;
	height: 75px;
	border-radius:50%;
	overflow:hidden;
}
.counselor-name,.satisfaction,.look-houses,.look-number，。{
	text-align: center;
}
.course,.course a{
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}
.coun-look-house{
	cursor: pointer;
	margin: 0px 20px;
	background: var(--anniu-bj);
	color:var(--anniu-color);
	border:var(--anniu-touch-border);
}
.show-evaluate .concrete-evaluation{
	margin-bottom: 8px;
	overflow:hidden;
}
.show-evaluate  .evaluate-cont{
	max-height: 100px;
    overflow: hidden;
    margin-top: 8px;
    padding: 5px;
    min-height: 90px;
	color:#666;
}
.concrete-evaluation div{
	font-size: 14px;
    /* font-weight: bold; 
    margin-right: 12px;*/
    display: inline-block;
    width: 49%;
	margin:5px 0 5px 0;
}
.concrete-evaluation div:nth-child(1),.concrete-evaluation div:nth-child(3){
	width:39%
}
.concrete-evaluation div span:nth-child(1){
	
	color:#888;
	font-size: 14px;
}
.concrete-evaluation div span:nth-child(2){
	font-size:12px;
	color:#999;
}
.concrete-evaluation div span.client{
	color:var(--qiTiZiTiColor);
	font-size: 16px;
	font-weight:600;
}







.make-bargain ul li{
	/*height: 250px;*/
	float: left;
	padding-bottom: 10px;
	margin-bottom:20px;
}
.make-bargain ul li .make-bargain-picture{
	width:26%;
	margin-right:2%;
	float:left;
	height:100%;
	position: relative;
}

.contentPhone{
	width:100%;
	height:346px;
}

.advisory-agent{
	position: absolute;
    background: #f4ddddb5;
    width: 100%;
    height: 85px;
    bottom:0px;
}
.advisory-agent-picture {
	float: left;
	width: 85px;
	height: 100%;
	/*border:1px solid #e3e3e3;*/
	padding:0px;
}
.advisory-agent-picture img{
	width:100%;
	height:100%;
}
.advisory-agent-name {
	float: right;
    height: 100%;
    width: 125px;
    /*border: 1px solid #e3e3e3;*/
	padding: 15px 0px;
}
.advisory-agent-name .advisory-name{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align:center;
}

.advisory-agent-name .venice{
	margin-top:8px;
	text-align:center;
}
.advisory-agent-name .venice span{
	padding: 2px 8px;
	background: var(--anniu-bj);
	color: var(--anniu-color);
}

.make-bargain ul li .detailed-information{
	width:72%;
	padding-top:5px;
	float:right;
	border:1px solid #e3e3e3;
	height:100%;
}

.lp-name, .time, .clinch-deal-name, .checking-cycle, .User-rating-star, .Building-star-level{
	
	font-size:15px;
	
}
.user-evaluation{
	margin: 5px 0px;
}
.user-evaluation>span{
	display:block;
}
.user-evaluation>span:nth-child(1){
	width:14%;
	float:left;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: #888;
	display:none;
}
.user-evaluation>span:nth-child(2){
	color: #666;
    height: 154px;
    line-height: 22px;
    font-size: 14px;
    padding-left: 10px;
    overflow: hidden;
}


/* TA 看过的楼盘 */
.have-met-lp{
	padding: 10px 10px 0;
    margin: 10px 0;
    border-top: 1px solid #cacaca;
}
.have-met-lp .Ta{
	font-size:16px;
	color:#666;
}
.have-read {
	height:92px;
	margin-top:5px;
	overflow:hidden;
}
.have-read .look_loupan{
	width: 125px;
    height: 100%;
    border: 1px solid #e3e3e3;
    margin-right: 10px;
    float: left;
    position: relative;
}
.have-read .look_loupan a,.have-read .look_loupan a img{
	width:100%;
	height:100%;
}
.have-read .makeList-name{
	position: absolute;
	bottom: 0px;
	background: #f4ddddb5;
	width: 100%;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.selling-price{
	color:var(--nextColorHue);
}
/* TA 看过的楼盘 end */

.advisory-agent-picture img, .counselor-picture img{
	width:100%;
	height:100%;
	border-radius: 50%;
}
.fixed-s .loupan-catalog{
	width: 62%;
	height: 50px;
	margin-left: 30px;
	float: left;
	}
.fixed-s .loupan-catalog ul li a {

        padding-left: 15px;
    float: left;
    padding-right: 15px;
    height: 50px;
    line-height: 50px;
    color: var(--daohantiao-color);
}
.telephone span{
	color:#fff;
}
.telephone{
    float: right;
    width: 17%;
    text-align: left;
    height: 50px;
    line-height: 50px;
}
.covering-param {
position: absolute;
top: 3%;
left: 90%;
width: 278px;
height: 64px;
background: #fff;
-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.06);
-moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.06);
box-shadow: 0 2px 6px 0 rgba(0,0,0,.06);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 14px 12px;
}
.covering-param .loupan-map-param {
overflow: hidden;
color: #333;
cursor: default;
float:left;
width: 160px;
}
.covering-param .loupan-map-param .lp-name{
height: 24px;
font-size: 16px;
line-height: 24px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-bottom:0px;
}
.covering-param .loupan-map-param .lpseat{
height: 22px;
font-size: 13px;
line-height: 22px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-bottom:0px;
}
.tailored-taxi-service{
float:right;
font-size: 13px;
text-align: center;
padding-left: 14px;
border-left: 1px solid #ddd;
cursor: pointer;
height:37px;
line-height:37px;
}
.fa-car{
color: #bc78db;
margin-right: 5px;
font-size: 18px;
}
.label-icon{
	/*background: url(/pingtai/images/icon/map-icon2.png) center center no-repeat;*/
	background-size:30px 30px;
	width:50px;
	height:50px;
}
.fa-star-o,.fa-star{
	font-size:16px;
	margin-right:3px;
}
.attention-icon{
width:54px;
height:24px;
position: absolute;
right: 10px;
top: 10px;
color: #fff;
background: #48c245;
line-height: 24px;
border-radius:3px;
padding:1px 3px;
cursor: pointer;
}
.nei-seek{
	width:50%;
	height:200px;
	padding: 20px 12px;
	top: 20%;
    left: 20%;
	background:#fff;
}
.nei-seek table{
width:100%;	
border:1px solid #ddd;
}

.nei-seek table tbody .open-to-booking td, .nei-seek table tbody  .concrete-content td{
width:24%;	
text-align:center;
height: 30px;
border-right:1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.nei-seek table tbody  .open-to-booking td{
background: #f2efef;
}
.activity-lp1 .fa{
	font-size:28px;
	float:left;
	color:#ff0037b8;
 margin-left:10px;
 float:left;
}




/* 成交点评 */
.first-block{
	font-size:14px;
	font-weight:700;
	color:#333;
	border-bottom:1px solid #ddd;
}
.first-block>div{
	display:inline-block;
}
.first-block>div{
	clear:both;
	margin:5px 10px 5px 0;
}
.first-block>div>span{
    text-align: right;
    font-size: 14px;
    color: #333;
}
.first-block>div>.lp-name{
	padding-left:10px;
	text-align: left !important;
    font-weight: bold !important;
    font-size:14px;
	font-weight:700;
	color:#333;
}

/* 成交点评 end */






/* 咨询师 */
.Home-buyers {
    width: 100%;
    float: left;
    height: 80px;
    margin-top: 5px;
    margin-bottom: 40px;
    padding-bottom: 11px;
    border-bottom: solid 1px #f5f5f5;
}
 .Home-buyers .steward-image img {
    border-radius: 50%;
}


.Home-buyers .steward-image {
    width: 20%;
    float: left;
    margin-right: 10px;
    height: 100%;
}
 .Home-buyers .steward-information .information-data {
    margin-bottom: 3px;
}
.Home-buyers .steward-information p {
    font-size: 12px;
    color: #777;
	margin: 0px;
    height: 20px;
}
.steward-information p .name {
    font-size: 14px;
    color: #555;
    font-weight: 600;
}
.steward-information p .main-characteristics {
    border: 1px solid #00C2FA;
    color: #00C2FA;
    padding: 0px 6px;
    font-size: 12px;
    margin-left: 4px;
}
.Home-buyers .steward-information p .fa-graduation-cap {
    margin-right: 4px;
}
.Home-buyers .steward-information p .fa-user {
    margin: 0 8px 0 4px;
}
.serveNumber {
    color: red;
}


.steward-information {
    width: 44%;
    height: 100%;
    float: left;
}


.Home-buyers .steward-consult {
    width: 29%;
    height: 100%;
    float: left;
}
.Home-buyers .steward-consult span {
    background: var(--anniu-bj);
    color: var(--anniu-color);
    border: var(--anniu-touch-border);
    padding: 1px 5px;
    font-size: 12px;
    display: inline-block;
    margin-left: 3px;
    border-radius: 2px;
    vertical-align: 9px;
    cursor: pointer;
}
.Home-buyers .steward-consult span:hover{
	background: var(--anniu-touch-bj);
    color: var(--anniu-touch-color);
    border: var(--anniu-touch-border);
}

.Home-buyers .steward-consult i {
    margin-right: 3px;
}
/* 咨询师 end */






.fa-info-circle{
	color: #ceccca;
}
/**
*这段样式后期拓展
*/
	.hu-xing .hu-xing-data{
		overflow:hidden; 
		zoom:1; 
		position:relative;
		width: 100%;  
		}
     .hu-xing {width: 100%;}
		.hu-xing .sPrev,.hu-xing .sNext{ 
		position:absolute;
		
		display:none; 
		width:30px;
		height:100%;
		border:1px solid #ddd;
		
		z-index: 1; 
		}
		.hu-xing .sPrev{
			left:0px; 
			top:0px; 
			/*background:url(http://192.168.1.201/pingtai/images/carousel/icoLeft.gif) center center no-repeat #f4f4f4; */
		}
		.hu-xing .sNext{ 
		top:0; 
		right:9.1%; 
		/*background:url(http://192.168.1.201/pingtai/images/carousel/icoRight.gif) center center no-repeat #f4f4f4; */
		}
		.hu-xing .sPrev:hover,.hu-xing .sNext:hover{ border-color:#f60;  }
		.hu-xing .parBd ul{ overflow:hidden; zoom:1;   }
		.hu-xing .parBd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; width:45%; height:160px;   }
		
		.hu-xing  .parBd ul li .pic{ 
		width:33.2%; 
		height:100%; 
		float:left; 
		margin-right:2%;
		overflow:hidden; 
		}
		
.hu-xing  .parBd ul li .pic img{  display:block;  padding:2px;  }
.hu-xing  .parBd ul li .pic a:hover img{ border-color:#999;  }
.hu-xing .parBd ul li .title{ line-height:24px;float:left;width: 64.5%;height:100%;overflow: hidden;  }
.huxing-type{
height: 35px;
line-height: 30px;
}
.selling-price{
	height: 35px;
line-height: 33px;
}
.description{
		height: 35px;
line-height: 30px;
}
.huxing-type>div{
	width:100%;
	margin:3px 0;
	overflow:hidden;
	width: 60%;
}

.huxing-type .structure-fitment{
	color: #333;
font-weight: bold;
margin-bottom: 0px;
font-size: 16px;
width: 35%;
float: left;
}
.huxing-type .structure-fitment .structure{
margin-right: 7%;
	
}

.state-house-trait .state{
	display: inline-block;
	height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 19px;
	padding: 0 8px;
	background:var(--Listcolor);
}

.state-house-trait .house-trait{
	background: #f0e8e8;
	color: #888;
	padding: 1px 4px;
	margin-left: 3%;
	font-size: 12px;
}


.huxing-type  .house-trait, .trait-state .house-trait, .huxing-trait .huxing-trait-param{
background: #f0e8e8;
color: #888;
padding: 1px 4px;
margin-left: 3%;
font-size: 12px;
}
.selling-price, .characteristic, .describe, .huxing-photograph{
	clear:both;
}

.selling-price>div{
	display: table-cell;
	vertical-align: bottom;

}
.selling-price>div.down-payment{
	padding-left:10px;
}


.down-payment{
margin-top: 3px;
font-size: 15px;
}
.hx-unit-price{
	font-weight: bold;
	color: var(--nextColorHue);
	font-size:20px;
}
.price-title{
	font-size:16px;
}
.characteristic .orientation, .characteristic  .type, .characteristic .acreage{
	float:left;
	margin-right:6%;
}
.characteristic {
	height:35px;
	line-height:35px;
}
.describe .sketch{
	float:left;
}
.description{
	overflow: hidden;
    height: 24px;

}
.link a{
	color: var(--anniu-bj);
}
.describe .Describes{
	float:left;
	width: 63%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.huxing-photograph{
	height:160px;
	margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #f5f5f5;
}
.huxing-photograph .huxing-picture{
	width: 25%;
	height:100%;
	overflow:hidden;
	margin-right:1%;
	float:left;
}
.huxing-photograph .huxing-content{
	float:left;
	width: 55%;
}
.consulting-a-floor-price{
	width:16%;
	height:100%;
	float:left;
}
.consulting-a-floor-price .counsel, .consult-price .counsel{
	margin-top: 45%;
	height:30px;
	line-height:30px;
	background: var(--anniu-bj);
	border: var(--anniu-touch-border);
	text-align: center;
	color:#fff;
	border-radius: 3px;
	cursor:pointer;
}
.consulting-a-floor-price .counsel:hover, .consult-price .counsel:hover{
    background: var(--anniu-touch-bj);
    color: var(--anniu-touch-color);
    border: var(--anniu-touch-border);
}
.consultant{
	width:28%;
	margin-left:1%;
	float:left;
}
.consultant .title{
	font-size:16px;
	font-weight: bold;
	border-bottom: 1px solid #f5f5f5;
	height: 40px;
line-height: 40px;
}
.The-left-margin{
	width:70%;
	height:580px;
	margin-right:2%;
	float:left;
}
.Right-margin{
	width:28%;
	float:right;
}
.advice-column .consultant{
	width:100%;
}
.house-main-parameter h4{
margin-bottom:12px;
}
.trait-state, .exclusive ul li, .reference ul li{
	/*height:40px;
	line-height:40px;*/
    padding: 10px 0;
}
.exclusive ul li{
	float:left;
	width:40%;
	margin-right:10%;
	
}
.exclusive ul li .distinction{
	color:#777;
}
.exclusive ul li .eigenvalue{
	font-weight: 700;
}
 .exclusive ul li .distinction, .exclusive ul li .eigenvalue{
	 float:left;
 }
 .exclusive{
	height:90px;
	margin-bottom:20px;
	border-bottom:1px solid #f5f5f5;
 }
.reference{
	clear:both;
}
.reference ul li .price, .reference ul li .value{
	float:left;
	margin-right:12px;
}
.reference ul li{
	clear:both;
}
.reference ul li .value .reference-total-prices, .reference ul li .value .reference-down-payment, .reference ul li .value .pay-monthly{
		font-weight: 700;
}
.reference ul li .value .reference-total-prices{
	font-size:16px;
}
.reference ul li .value .policy,  .reference ul li .value .offer{
    display: inline-block;
    font-size:12px;
    border:1px solid #fd8b8b;
    padding: 1px 10px;
    margin-left: 20px;
    color:#fd8b8b;
}
.reference ul li .value .number{
	font-size:16px;
	color:#fd8b8b;
	font-weight: 700;
}
.huxing-subscribe-title{
	padding-bottom:10px;
}
.analysis h6, .advantage h6{
	margin-top:12px;
	font-weight: 700;
	margin-bottom:10px;
}
.analysis h6{
	margin-top:12px;
}
.huxing-attention{
	background: var(--anniu-bj);
	color:#fff;
}
.huxing-tu{
	position:relative;
	overflow:hidden;
	height: 100%;
	width: 100%;
	background:#f9f3f3;
}
.reference ul li .value .pay-monthly, .reference ul li .value .interest-rate{
	float:left;
	margin-left:5px;
}
.reference ul li .value .interest-rate .rate-of-interest{
	margin-right:5px;
}
.The-left-margin .huxing-tu img{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
max-height: 100%;
max-width: 100%;
height: auto;
width: auto;
z-index:1;
}
/*小宇改的 最新楼盘的*/
.new-loupan{
	width: 27%;
    float: right;
	margin-bottom:50px;
	margin-top:10px;
}

.loupan-comment {
    width: 70%;
    float: left;
	margin-top:10px;
}
.hot-recommend-huxing{
	width:70%;
	clear:both;
}
.hot-recommend-huxing .hot-market ul li .recommended-figure, .hot-recommend-huxing .hot-market ul li .huxing-param, .hot-recommend-huxing .hot-market ul li .consult-price{
	height:160px;
	float:left;
	height:100%;
}


.huxing-param .huxing-structure .structure, .huxing-param .fitment {
	color: #333;
font-weight: bold;
margin-bottom: 0px;
float: left;
font-size: 16px;
margin-right:2%;
}

/*推荐热销户型 start*/

.hot-huxing-li{
	    height: 160px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.hot-recommend-huxing .hot-market ul li .recommended-figure{
width:25%;
margin-right:2%;
height:100%;
overflow:hidden;
}
.hot-market ul li{
	height:180px;
}
.hot-recommend-huxing .hot-market ul li .huxing-param{
	width: 56%;height:100%;
	
}

.huxing-param .huxing-structure{
	height: 25px;
    line-height: 25px;

}

.peculiarity{
	    float: left;
    clear: both;
}
.peculiarity ul li{
	float:left;
}

.reference-price .concrete-price, .reference-price .total, .reference-price .put-down {
    float: left;
	height:35px;
	line-height:35px;
	margin-right:10px;
}
.peculiarity ul li{
	margin-right:20px;
}
.reference-price{
	clear:both;
}
.reference-price, .peculiarity, .houses{
margin-top: 3px;
font-size: 15px;
height: 40px;
line-height: 40px;
}
.reference-price .total, .reference-price .put-down{
	margin-top:2px;
}
.consult-price{
	width:10%;height:100%;
}
.condition-house {

	height:42px;
	margin-bottom:10px;
	line-height:42px;
}
.condition-house ul{
	height:100%;
}
.condition-house ul li{
	float:left;
}
.condition-house ul li a{ 
 padding: 3px 6px;
 margin-right:10px;
 color:#fff;
 border-radius: 3px;
  background:var(--anniu-bj);
}
.condition-house ul li .category-color{
	 background: var(--moRen-bj);
}







/**
*轮播样式
*/
/*
.slideshow{
    width:100%;
      height:350px;
    overflow: hidden;
    background:rgba(233, 230, 230, 0.438);
    position:relative;
}
.slideshow>ul{
    width:100%;
    height:350px;
    padding:0;
    margin:0;
}
.slideshow>ul>li{
    list-style: none;
    width:444.6px;
    height:100%;
    float:left;
	text-align:center;
}
.slideshow>ul>li img{
    max-width: 100%;
	height:100%;
	overflow:hidden;
}
.slideshow .prev, .slideshow .next{
 position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 20px 10px;
font-size: 20px;
font-weight: bold;
background: rgba(02,02,02,0.3);
color: #fff;
display: none;
cursor: pointer;
z-index: 1;
}
.slideshow .prev{
  left: 18px;;
}
.slideshow .next{
    right:18px;
}
.surface-plot .slide-Box{
overflow:hidden; 
zoom:1; 
position:relative;
width: 100%;  
}

.surface-plot {width: 100%;}
.surface-plot .sPrev{
	 right:2px;

}
.surface-plot .sNext, .surface-plot .sPrev{
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(02,02,02,0.3);
cursor: pointer;
width: 20px;
height: 75px;
display: none;
}
 .surface-plot .sNext{ 
 
 left:2px;
}
.surface-plot .sPre:hover,.surface-plot .sNex:hover{ border-color:#f60;  }
.surface-plot .parBd ul{
overflow:hidden; zoom:1;   
margin-top:10px;
}
.surface-plot .parBd ul li{ 
margin:0 5px; float:left;
_display:inline; 
overflow:hidden;
width:20%;
height:80px;
border: 1px solid #e6e3e3;
padding:3px;
position: relative;
		}
	*/

	
		
.cardPhone>.koZhi{
	width:70% !important;
}

.koZhi>input{
	width: 55% !important;
    border-radius: 4px !important;
    overflow: hidden;
}

.textarea{
	width: 100%;
}

.questions-answers{
	width:100%;
}

.control-phone{
	width: 100%;
}

.time-check{
	border: 1px solid #ccc;
    width: 38%;
    margin: auto;
    float: right;
    height: 34px;
    line-height: 34px;
    border-radius: 4px !important;
    text-align: center;
}

/*修改form 的样式*/
#dynamic-state input.control-phone{
	width:100%!important;
}


.OnlyWeiyi{
	padding:10px 0;
	font-size:18px;
}











/* 房价趋势 */


/* 公积金广告图 */
.otherCategories .CPFad{
    margin-bottom: 40px;
}
.otherCategories .CPFad,.otherCategories .CPFad>a{
    width:100%;
    height:212px;
}
.otherCategories .CPFad img{
    width:100%;
    height:100%;
}
/* 公积金广告图 end */



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


/* 蓝色块 */

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


/* 电话块 */
.acidValue .PhoneChunk{
    width:100%;
    background:#F2F8FB;
    padding:28px;
    border-bottom: 4px solid var(--qiTiZiTiColor);
}
.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:#999999;
    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;
}











/* 走势图 */


 .trend-info .trend-info-top .lp-name{
    font-size: 26px;
    margin-right: 20px;
}
.trend-info .trend-info-top .xian{
    margin: 0 10px;
}

.trend-wrapper .trend-info{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.trend-wrapper .trend-info .price,.trend-wrapper .trend-info .percent{
    color: var(--nextColorHue);
    font-weight: bolder;
}

.trend-info-bottom .description{
    color: #ccc;
    margin-right: 10px;
}
.trend-info-bottom .description-txt{
	font-weight:bold;
}
.trend-wrapper .chart-box{
    width: 100%;
    margin-top: 10px;
}









/* 走势图 end */




/* 房价趋势 end */











/* 拼接 */
.news-text-box{
	width:100%;
}
/* 大标题 */
.news-headline{
	margin-bottom:15px;
	padding-bottom:12px;
	border-bottom:1px solid #ddd;
}
.news-headline .title{
	display:inline-block;
    text-align:center;
    font-weight:600;
	color: #232323;
	font-size: 30px;
	line-height:40px;
	margin:14px 0;
}
/* 大标题 end */

/*来源栏*/
.time-source>span{
	display:inline-block;
	margin-right:14px;
	font-size:14px;
	color:#999;
}
.time-source .biaoQiaoTags a{
    display:inline-block;
    padding:3px 6px;
    background:#e7e7e7;
    font-size:12px;
    color:var(--qiTiZiTiColor);
    border-radius:2px;
    margin-right:5px;
}
/*来源栏*/

/* html 编译 框 */
.news-text-box .videoAndRoving{
	width:100%;
}

/* 轮播图 */
.lunbotuOfHideShow{
    /*display:none;*/
}
.bagLunBoTu{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 40px;/* 设置按钮大小 */
}
.bagLunBoTu .swiper-slide {
    width:100%;
    height:450px;
    line-height:450px;
    text-align: center;
    background:#e7e7e7;
}
.bagLunBoTu .swiper-slide img{
    max-width:100%;
    max-height:100%;
}
.bagLunBoTu .swiper-pagination-fraction {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    width: 100%;
}
.bagLunBoTu .swiper-button-next,
.bagLunBoTu .swiper-button-prev{
    background:#232323;
    width:40px;
    height:70px;
    opacity: 0.6;
	z-index:5;
}
/* 轮播图 end */


/* 视频 */
.videoOfHideShow video{
    width:100%;
    height:450px;
}
/* 视频 */


/* html 编译 框 */


/* 元素控件 */
.elementControlKJ{
    width:100%;
}
/* 1 */
.elementControlKJ .KJOneline{
    margin-top:10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
/* L */
.elementControlKJ .KJOneline .OnelineLeft::after{
    content:"";
    display: block;
    clear: both;
}
.elementControlKJ .KJOneline .OnelineLeft>div{
    display: inline-block;
    float: left;
}
/* 头像 */
.elementControlKJ .KJOneline .OnelineLeft .headingPhotong{
    width:32px;
    height:32px;
    border-radius:50%;
    overflow: hidden;
}
.elementControlKJ .KJOneline .OnelineLeft .headingPhotong img{
    width:100%;
    height:100%;
}
/* 名 */
.elementControlKJ .KJOneline .OnelineLeft .smallMakeUp{
    font-weight:600;
    font-size:16px;
    color:#444;
    margin:0 10px;
    position: relative;
    top:50%;
    transform:translateY(-50%);
}
.elementControlKJ .KJOneline .OnelineLeft .smallMakeUp a{
    font-weight:600;
    font-size:16px;
    color:#444;
}
/* 咨询按钮 */
.elementControlKJ .KJOneline .OnelineLeft .ziXunBtnOn{
    padding:4px 8px;
    border-radius:4px;
    background:var(--mianbaoxie);
    color:#fff;
    font-size:12px;
    position: relative;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
}

/* R */
.OnelineRight{
    display: -webkit-flex;
    display: flex;
}
.OnelineRight>li{
    line-height: 32px;
    margin-left:16px;
    font-size:14px;
    color:#888;
    cursor:pointer;
}

/* 2 */
.elementControlKJ .KJTwoline{
    font-size:14px;
    color:#888;
    margin:10px 0;
}
.elementControlKJ .KJTwoline .JuanJietitle{
    font-size:16px;
    color:#444;
}

/* 元素控件 end */


/* 其它图与视频 */
.elseTuAndVideo{
    background:#f3f3f3;
    padding:10px;
    margin-bottom:20px;
}
/* 标题 */
.moreShiKanVideos{
    font-weight:600;
    font-size:14px;
    color:#232323;
    padding-bottom:12px;
    margin-bottom:15px;
    border-bottom:1px solid #ddd;
}
/* 标题 end */

.littleLunBoTu{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #444;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 40px;/* 设置按钮大小 */
}
.littleLunBoTu .swiper-slide a{
    display: block;
    width:100%;
    height:100%;
}
.littleLunBoTu .swiper-slide p{
    font-weight:600;
    font-size:14px;
    color:#444;
    margin-top:10px;
}
.littleLunBoTu .swiper-slide .topTuText{
    width:100%;
    height:120px;
	margin-bottom:15px;
}
.littleLunBoTu .swiper-slide .topTuText img{
    width:100%;
    height:100%;
}
.littleLunBoTu .swiper-pagination-fraction {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    width: 100%;
}
.my-button-disabled{
    display: none;
    /* opacity: 0; */
}
.littleLunBoTu .swiper-button-next,
.littleLunBoTu .swiper-button-prev{
	z-index:5;	`
}
/* 其它视频 */
.littleLunBoTu .swiper-slide video{
    width:100%;
    height:120px;
}
/* 其它图与视频 end */



/* 拼接 end */


/* 我要咨询 */
.Im-consult-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 26px;    
}   
.Im-consult-box .input-box {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}
.Im-consult-box .input-box .inp-box {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #666;
}
.Im-consult-box .consult-apply-btn {
    border-radius: 0 4px 4px 0;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
    background: var(--qiTiZiTiColor);
    padding: 0 14px;
}
/* 我要咨询 end */



/* 楼盘相册 */
.BuildingAnAlbum{
    margin-top:50px;
    overflow: hidden;
}
.BuildingAnAlbum>ul{
    width:110%;
    overflow: hidden;
    margin:25px 0 0;
}
.BuildingAnAlbum>ul>li{
    display: inline-block;
    width:284.8px;
    height:210px;
    margin-right:15px;
    overflow: hidden;
    border-radius:6px;
}
.BuildingAnAlbum>ul>li:hover a>img{
    transform: scale(1.1);
    transition: all 0.4s;
}
.BuildingAnAlbum>ul>li>a{
    display: block;
    width:100%;
    height:100%;
    overflow: hidden;
    position: relative;
}

.BuildingAnAlbum>ul>li>a>img{
    width:100%;
    height:100%;
}
.BuildingAnAlbum>ul>li>a>div{
    font-size:14px;
    color:#fff;
    padding:2px 5px;
    background-color:rgba(0,0,0,.5);
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}

/* 楼盘相册 */




/* 左-右 */
.differe-left-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top:50px;
}
/* 左 */
.differe-left-right .diff-left {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    min-width: 0;
    margin-right: 24px;
}
/* 右 */
.differe-left-right .diff-right {
    width: 336px;
}
/* 左-右 end  */


/* 楼盘动态 */
.differe-left-right .dynamic-area {
    width: 100%;
}
.differe-left-right .dynamic-area .BuildingDynamicList{
    padding:0;
    margin:30px 0 0 0;
}
.differe-left-right .dynamic-area .BuildingDynamicList>li{
    width:100%;
}
/* 左 */
.differe-left-right .dynamic-area .BuildingDynamicList>li .dayTime{
    width:78px;
    padding-top:6px;
    float: left;
}
.differe-left-right .dynamic-area .BuildingDynamicList>li .dayTime>span{
    display: block;
    text-align: right;
    color: #999;
}
.differe-left-right .dynamic-area .BuildingDynamicList>li .dayTime>span:nth-child(1){
    font-size: 20px;
}
.differe-left-right .dynamic-area .BuildingDynamicList>li .dayTime>span:nth-child(2){
    font-size: 14px;
}

/* 右 */
.differe-left-right .dynamic-area .BuildingDynamicList>li .oclock{
    width:722px;
    float: left;
    
}
.differe-left-right .dynamic-area .BuildingDynamicList>li .oclock>div{
    width:95%;
    padding-left:32px;
    float: right;
}

.differe-left-right .dynamic-area .BuildingDynamicList>li .oclock .dot{
    height:60px;
    padding-top:14px;
    position:relative; 
}
.differe-left-right .dynamic-area .BuildingDynamicList>li .oclock .dot>.only{
    font-size:44px;
    color:#999;
    position: absolute;
    top:2px;
    left:-18px;
}
.differe-left-right .dynamic-area .BuildingDynamicList>li .oclock .dot>span:nth-child(2){
    font-size:16px;
    font-weight: bold;
    color:#444;
}
.differe-left-right .dynamic-area .BuildingDynamicList>li .oclock .dot>span:nth-child(3){
    display:inline-block;
    padding:1px 5px;
    border-radius:4px;
    background:var(--nextColorHue);
    font-size:14px;
    color:#fff;
}

.differe-left-right .dynamic-area .BuildingDynamicList>li .oclock .wire{
    border-left:2px solid #ccc;
    min-height:80px;
    font-size:14px;
    color:#232323;
    padding-top:8px;
}
/* 楼盘动态 end */



/* 咨询师 */
.consultList{
    width:100%;
    margin-bottom:30px;
}
.consultList>ul{
    width:100%;
    padding:0;
    margin:0;
}
.consultList>ul>li{
    display: block;
    list-style: none;
    width:100%;
    margin-top:20px;
}
/* 头像 */
.consultList>ul>li .ziXunshePhoto{
    width:58px;
    height:58px;
    border-radius:50%;
    overflow:hidden;
    float: left;
    background: pink;
}
.consultList>ul>li .ziXunshePhoto img{
    width:100%;
    height:100%;
}
/* 资料 */
.consultList>ul>li .ziXunsheName{
    width:160px;
    height:58px;
    padding-left:10px;
    float: left;
}
.consultList>ul>li .ziXunsheName>span{
    width: 100%;
    display: inline-block;
    font-size:16px;
    color:#444;
}
.consultList>ul>li .ziXunsheName>span>span:nth-child(1){
    font-weight:bold;
}
.consultList>ul>li .ziXunsheName>span>span:nth-child(2){
    font-size:14px;
    color:var(--qiTiZiTiColor);
    padding:1px 5px;
    background:#f6f6f6;
}
.consultList>ul>li .ziXunsheName>span:nth-child(2){
    font-size:14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 3px;
}
/* 按钮 */
.consultList>ul>li .ziXunsheBtn{
    width:102px;
    float: left;
}
.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 

