/* 中间宽 1200px */
.middleInterlayer{
    width:var(--zhongjianxianshi);
    margin:auto;
    overflow: hidden;
}
/* 中间宽 1200px 结束 */
#page{
	margin-left:0px;
}
.reply-code-block{
	display:none;
}
/* 名片 */
.businessCard{
    width:1200px;
    height:162px;
	margin-top:30px;
    /*border-radius:6px;*/
    /*overflow: hidden;*/
    background: -webkit-linear-gradient(right , #e9eff0 , #e6ebf0);  Safari 5.1 - 6.0 
    background: -o-linear-gradient(left, #e9eff0, #e6ebf0); Opera 11.1 - 12.0 
    background: -moz-linear-gradient( left, #e9eff0, #e6ebf0);  Firefox 3.6 - 15 
    background: linear-gradient(to left, #e9eff0 , #e6ebf0); /*标准的语法（必须放在最后）*/
   /* background:url(http://192.168.1.201/pingtai/images/zixunshi/kapian.jpg);*/
    font-family:"黑体";
}
.user-picture{
	float:left;
	
}

/* 左 */
.businessCard .basicInformation{
    width:1045px;
    height:100%;
    padding:15px 0 15px 15px;
    /*overflow: hidden;*/
    float:left;
}

/* 头像 */
.businessCard .basicInformation .headPhoto{
    width:100px;
    height:100px;
    border-radius:50%;
    overflow: hidden;
    float: left;
	    margin-top: 18px;
}
.businessCard .basicInformation .headPhoto img{
    width:100%;
    height:100%;
}

/* 简介 */
.businessCard .basicInformation .intro{
    width:788px;
    height:100%;
    float: left;
    margin-left:10px;
}
.businessCard .basicInformation .intro div{
    width: 100%;
    padding:3px 0;
    overflow: hidden;
}
/* 第一行 */
.businessCard .basicInformation .intro .nameAndSchool .THISname{
    font-size:26px;
    font-weight:bold;
    color:#333;
	display:inline-block;
}
.businessCard .basicInformation .intro .nameAndSchool .gfzxljzx{
	display:inline-block;
    font-size:14px;
    color:#fff;
	padding:2px 8px;
	border-radius:4px;
	background:var(--qiTiZiTiColor);
	transform:translateY(-3px);
}
/* 第二行 */
.businessCard .basicInformation .intro .labelTag span{
    display: inline-block;
    padding:1px 5px;
    border-radius:2px;
    background:#edf2f8;
    font-size:14px;
    color:var(--qiTiZiTiColor);
	margin-right: 6px;
}
/* 第三行 */
.businessCard .basicInformation .phrase{
    font-size:14px;
    color:#232323;
	width:100%;
	position:relative;
}
.businessCard .basicInformation .phrase .coun-intro{
	cursor:pointer;
}
.intro-box{
	/*position:relative;*/
}
.phrase .show-all-intro,.phrase .show-all-sxlp {
    position: absolute;
	white-space: initial;
    bottom: -20%;
    max-width: 645px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 14px!important;
    transform: translateY(96%);
    background: rgba(119,119,119,.8);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.06);
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
}

.businessCard .basicInformation .phrase>li{
	display:block;
    width:50%;
	margin-top:7px;
	float:left;
	overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
/* 左 end */






/* 人物形象 - 右 */
.businessCard .figure{
    width:155px;
    height:100%;
    float:left;
    overflow: hidden;
    position: relative;
	padding-top:20px;
}
.businessCard .figure p{
	font-weight:14px;
	color:#999;
	margin-bottom:5px;
}
.businessCard .figure span{
	font-size:16px;
	color:#ff6d2c;
}
.businessCard .figure .portrait{
    display: inline-block;
    width:162px;
    height:100%;
    position: absolute;
    bottom:0px;
    right:160px;
}
.businessCard .figure .portrait img{
    width:100%;
    height:100%;
}
/* 人物形象 - end 右 */





/* 伪 - 导航栏 （独立一块） */
.brokerNavigationBar{
    width:100%
}
.brokerNavigationBar>ul{
    padding:0;
    margin:0;
    width:100%;
    overflow: hidden;
    margin-bottom:5px;
	border-bottom:1px solid #ddd;
}
.brokerNavigationBar>ul>li{
    display: inline-block;
    height:45px;
    line-height:45px;
    margin-right:80px;
    font-size: 18px;
    font-family:"方正大黑简体";
    color: var(--biaotiTitle);
    border-bottom:2px solid transparent;
    cursor:pointer;
    position: relative;
	
}
.brokerNavigationBar>ul>li.default,
.brokerNavigationBar>ul>li:hover{
    border-bottom:2px solid var(--qiTiZiTiColor);
}
.brokerNavigationBar>ul>li.default a,
.brokerNavigationBar>ul>li.default .counts,
.brokerNavigationBar>ul>li:hover a,
.brokerNavigationBar>ul>li:hover .counts{
    color:var(--qiTiZiTiColor);
}

/* 计数 */
.brokerNavigationBar>ul>li a,
.brokerNavigationBar>ul>li .counts{
    color:#444444;
}

/* 咨询热线 */
.brokerNavigationBar>ul .hotLine{
    display: inline-block;
    float:right;
    height:100%;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-top:5px;
	margin-right: 20px;
}
/* 伪 - 导航栏 （独立一块）结束 */


/* 显示栏 大区 */
.displayColumn{
    width:1200px;
    overflow: hidden;
}

/* 左 */
.displayColumn .SwitchDisplay{
    width:100%;
    overflow: hidden;
}

/* 用户评价 */
.userEvaluation,.userEvaluation>ul{
    width:100%;
    margin:0;
    padding:0;
}
.userEvaluation{
	margin-bottom: 50px;
}
.userEvaluation>ul>li{
    list-style: none;
    display: block;
    width:100%;
    border-bottom:1px solid #ddd;
    margin-top:16px;
    padding-bottom:16px;
}

/* 头像  独立一块*/
.userAvatar{
    float:left;
}
.userAvatar div{
    width:60px;
    height:60px;
    border-radius:50%;
    margin-right:10px;
    overflow: hidden;
}
.userAvatar div img{
    width:100%;
    height:100%;
}
/* 头像 end */

.userEvaluation>ul>li .subscriberData{
    width:1120px;
    float:left;
	margin-left:10px;
}
.userEvaluation>ul>li .subscriberData>div:nth-child(1){
    margin-bottom:8px;
}
.userEvaluation>ul>li .subscriberData>div:nth-child(1) .netFriendName{
    font-size: 16px;
    color: #444;
    font-weight: bold;
    margin-right: 8px;
}
.userEvaluation>ul>li .subscriberData>div:nth-child(1) .LookHouseTime{
    font-size: 12px;
    color: #aaa;
}

.userEvaluation>ul>li .subscriberData>div .EvaluationScore{
	min-width:166px;
	max-width:180px;
	display:inline-block;
    float:right;
    font-size: 14px;
    color:#999;
}
.userEvaluation>ul>li .subscriberData>div .EvaluationScore .rating{
    font-size: 12px;
    color: var(--nextColorHue);
}
.userEvaluation>ul>li .subscriberData>div:nth-child(2) span:nth-child(1){
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    max-height:78px;
    overflow: hidden;
}
/* 用户评价 end */





/* 服务案例 */
.ServiceCase,.ServiceCase>ul{
    width:100%;
    margin:14px 0 0;
    padding:0;
}
.ServiceCase>ul>li{
    border-radius:4px;
    padding:16px;
    margin-bottom:16px;
    border:1px solid #eaeaea;
}
.ServiceCase>ul>li .teacher{
    width:100%;
    font-size:22px;
    color:#333;
    font-weight: bold;
    text-align: center;
}

/* 提问 */
.ServiceCase>ul>li .tiWen{
    width:100%;
    border-bottom:1px solid #eaeaea;
    padding-bottom:20px;
    margin-bottom:20px;
}
.ServiceCase>ul>li .tiWen .subscriberData{
    width:93%;
    float:left;
}
.ServiceCase>ul>li .tiWen .subscriberData>div:nth-child(1){
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom:5px;
}
.ServiceCase>ul>li .tiWen .subscriberData>div:nth-child(2){
    font-size: 14px;
    color: #333;
    line-height: 26px;
    max-height:78px;
    overflow: hidden;
}
/* 提问 end */

/* 回复 */
.ServiceCase>ul>li .huiHu{
    width:100%;
}
.ServiceCase>ul>li .huiHu .subscriberData{
    width:93%;
    float:left;
}
.ServiceCase>ul>li .huiHu .subscriberData>div:nth-child(1){
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom:5px;
}
.ServiceCase>ul>li .huiHu .subscriberData>div.huiHuContent{
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.ServiceCase>ul>li .huiHu .subscriberData>div.huiHuContent>div{
    margin:5px 0 15px;
	border-bottom: 1px solid #eaeaea;
}

.ServiceCase>ul>li .huiHu .subscriberData>div.huiHuContent>p{
    margin:3px 0;
}

.intro-lp{
	margin-bottom:3px;
	font-weight: bold;
}
.huiHuContent .remark-on {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	font-size: 14px;
	margin: 8px 0;
}
.huiHuContent .remark-on .ex-label {
	display: block;
	width: 6%;
	color: #888;
}
.huiHuContent .remark-on .content {
	color: #444;
	display: block;
	width: 94%;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}



.case-lpm{
	/*font-size:24px;*/
	font-weight:bold;
	margin-left:5px;
}
.case-reason{
	font-size:13px;
}
.pagination{
	margin-left:46%;
}
/* 第六行 */
.ServiceCase>ul>li .huiHu .subscriberData>div.huiHuContent>div.wenAn{
    height:78px;
    overflow: hidden;
}

/* 第七行 */
.ServiceCase>ul>li .huiHu .subscriberData>div.huiHuContent>div.chaKanGengDuo{
    text-align: right;
    font-size:12px;
    color:#777;
    padding-right:10px;
}

/* 最后一行 第八行 */
.ServiceCase>ul>li .huiHu .subscriberData>div.huiHuContent>div.shenQianShu{
    font-size:14px;
    color:#333;
    padding-top:16px;
    margin-top:16px;
    border-top:1px solid #eaeaea;
}
.ServiceCase>ul>li .huiHu .subscriberData>div.huiHuContent>div.shenQianShu .yanSe{
    color:red;
}

/* 楼盘资料 */
.insertionBox{
    width:100%;
    padding:10px;
}
.insertionBox .entiretyBox{
    display: block;
    width:100%;
    height:107px;
}

.loupanPhoto{
    width:165px;
    height:100%;
    border-radius:8px;
    overflow: hidden;
    float: left;
}

.contentBox{
    width:77%;
    height:100%;
    padding-left:10px;
    float: left;
}

.louPanNameBox{
    text-decoration: none;
    font-size:14px;
    font-weight: bold;
    color: #333;
    margin-left: 5px;
}
/*.tagDiscounts{
    display:inline-block;
    padding:2px 5px;
    border-radius:2px;
    background:#51beee;
    font-size:12px;
    color:#fff;
}*/
.numBerBox{
    width:100%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.numBerBox span:nth-child(1){
    color:#777;
}
.numBerBox span:nth-child(2){
    color:#333;
}

.afterThree{
    font-size:16px;
    font-weight:bold;
    color:red !important;
}
/* 楼盘资料 end */
/* 回复 end */

/* 服务案例 red */




/* 买房问答 */
.buyAhouseAskReply,.buyAhouseAskReply>ul{
    width:100%;
    margin:14px 0 0	;
    padding:0;
}
.buyAhouseAskReply>ul>li{
    padding:16px;
    margin-bottom:16px;
    border:1px solid #eaeaea;
}
.buyAhouseAskReply>ul>li .ask{
    width:100%;
    border-bottom:1px solid #f3f3f3;
    padding-bottom: 16px;
    margin-bottom:16px;
    display: inline-block;
}
.buyAhouseAskReply>ul>li .Reply{
    width:100%;
}
/* 问 */
.buyAhouseAskReply>ul>li .askPhoto{
    /* height:100%; */
    float:left;
}
.buyAhouseAskReply>ul>li .askPhoto div{/* 问 - 图 */
    width:28px;
    height:24px;
	line-height:24px;
    border-radius:10px 0 10px 0;
    text-align: center;
    color:#fff;
    margin-right:10px;
    overflow: hidden;
    background:#fe8438;
}
.buyAhouseAskReply>ul>li .askWord{/* 问 - 题 */
    width:93%;
    float:left;
}
.buyAhouseAskReply>ul>li .askWord>div{
    width:100%;
}
.buyAhouseAskReply>ul>li .askWord>div:nth-child(1) a{
    font-size: 16px;
    color:#333;
    font-weight:bold;
}
.buyAhouseAskReply>ul>li .askWord>div:nth-child(2) span{
    font-size: 12px;
    margin-right:10px;
    color:#999;
}
.build-icon{
	margin-right:0px!important;
	
}
/* 答 */
.buyAhouseAskReply>ul>li .ReplyPhoto{
    /* height:100%; */
    float:left;
}
.buyAhouseAskReply>ul>li .ReplyPhoto div{/* 答 - 图 */
    width:28px;
    height:24px;
	line-height:24px;
    border-radius:10px 0 10px 0;
    text-align: center;
    color:#fff;
    margin-right:10px;
    overflow: hidden;
    background:#55caf5;
}
.buyAhouseAskReply>ul>li .ReplyWord{/* 答 - 内容 */
    width:62%;
    float:left;
    border-right:1px solid #f4f4f4;
    padding-right:16px;
}
.buyAhouseAskReply>ul>li .ReplyWord>div{
    width:100%;
}
.buyAhouseAskReply>ul>li .ReplyWord>div:nth-child(1){
 height:82px;
overflow: hidden;
}
.buyAhouseAskReply>ul>li .ReplyWord>div:nth-child(1) a{
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.buyAhouseAskReply>ul>li .ReplyWord>div:nth-child(2) span:nth-child(1){
    font-size: 12px;
    color: var(--qiTiZiTiColor);
    cursor: pointer;
}
.full-text, .pack-up{
    float: right;
    clear: both;
    font-size: 12px;
    margin-right:10px;
    color:#999;
    cursor: pointer;
}

/* 咨询师 */
.buyAhouseAskReply>ul>li .Reply .counselor{
    width:31%;
    height:88px;
    float:left;
    padding-left:18px;
}
.buyAhouseAskReply>ul>li .Reply .counselor .counselorPhone{
    width:60px;
    height:100%;
    float:left;
}
.buyAhouseAskReply>ul>li .Reply .counselor .counselorPhone>div{
    width:100%;
    height:60px;
    border-radius:50%;
    overflow: hidden;
}
.buyAhouseAskReply>ul>li .Reply .counselor .counselorPhone>div img{
    width:100%;
    height:100%;
}
.buyAhouseAskReply>ul>li .Reply .counselor .counselorPhone>span{
    display: inline-block;
    padding:1px 3px;
    color: var(--qiTiZiTiColor);
    border: 1px solid var(--qiTiZiTiColor);
    background: 0 0;
    font-size:12px;
	margin-top: 5px;
	    cursor: pointer;
}

/* 小卡片 */
.buyAhouseAskReply>ul>li .Reply .counselor .smallCard{
    width:74%;
    height:100%;
    padding-left:10px;
    float:left;
}
.buyAhouseAskReply>ul>li .Reply .counselor .smallCard div{
    height:20px;
}
.buyAhouseAskReply>ul>li .Reply .counselor .smallCard div:nth-child(1){
    height:24px;
}
/* 第一行 */
.buyAhouseAskReply>ul>li .Reply .counselor .smallCard div:nth-child(1) a{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-right: 4px
}
.buyAhouseAskReply>ul>li .Reply .counselor .smallCard div:nth-child(1) span{
    font-size: 12px;
    color: var(--qiTiZiTiColor) !important;
    display: inline-block;
    padding:0 3px;
    background:#eff4f6;
}
.buyAhouseAskReply>ul>li .Reply .counselor .smallCard div span{
    font-size: 12px;
    color: #333;
}
.buyAhouseAskReply>ul>li .Reply .counselor .smallCard div span:nth-child(2){
    color:#ff6d6f;
}
/* 小卡片 end */
/* 买房问答 end */





/* 楼盘解读 */
.BuildingInterpret,.BuildingInterpret>ul{
    width:100%;
    margin:0;
    padding:0;
}
/*
.BuildingInterpret>ul>li{
    margin-bottom: 20px;
}
.BuildingInterpret>ul>li .subscriberData{
    width:94%;
    float:left;
}
.BuildingInterpret>ul>li .subscriberData>div:nth-child(1) span{
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-right: 8px;
}

.BuildingInterpret>ul>li .subscriberData>div:nth-child(2){
    width:100%;
    overflow: hidden;
    padding: 23px;
    background: #f4f4f4;
    border: 1px solid #eaeaea;
	margin-top: 8px;
}
.BuildingInterpret>ul>li .subscriberData>div:nth-child(2) .article{
    width:70%;
    float:left;
	background:#f9f9f9;
	padding: 6px;
}
.BuildingInterpret>ul>li .subscriberData>div:nth-child(2) .article .hideText{
	overflow: hidden;
	height:100px;
}
.BuildingInterpret>ul>li .subscriberData>div:nth-child(2) .article .hideText>a{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    cursor: pointer;
}
.BuildingInterpret>ul>li .subscriberData>div:nth-child(2) .article .caKanAllText{
    padding-top: 5px;
    font-size: 12px;
    color: #777;
}
.more, .pack{
    float: right;
    clear: both;
	 cursor: pointer;
}
.pack{
	display:none;
}
.BuildingInterpret>ul>li .subscriberData>div:nth-child(2) .jiedulouPan{
    width:28%;
    height:130px;
    overflow: hidden;
    float:right;
    position:relative;
}
.BuildingInterpret>ul>li .subscriberData>div:nth-child(2) .tag{
    display: inline-block;
    padding:1px 7px;
    background:var(--biaoqian-bj);
    color:#fff;
    font-size:12px;
    border-radius:2px;
    position:absolute;
    top:1px;
    right:1px;
	margin:6px;
}
.BuildingInterpret>ul>li .subscriberData>div:nth-child(2) .jiedulouPan>a,
.BuildingInterpret>ul>li .subscriberData>div:nth-child(2) .jiedulouPan>a img{
    width:100%;
    height:100%;
    border-radius:4px;
    overflow: hidden;
}
.BuildingInterpret>ul>li .subscriberData>div:nth-child(2) .jiedulouPan>a{
    display: block;
    border-radius:4px;
    overflow: hidden;
}
.BuildingInterpret>ul>li .subscriberData>div:nth-child(2) .jiedulouPan .blackBase{
    width: 100%;
    height:30px;
    line-height: 30px;
    padding:0 10px;
    background:rgba(0, 0, 0, 0.58);
    color:#fff;
    font-size:16px;
    position: absolute;
    bottom:0;
    left:0;
}
.BuildingInterpret>ul>li .subscriberData>div:nth-child(2) .jiedulouPan .blackBase a{
	color:#fff;
}*/

/* 专家点评 */
.BuildingInterpret>ul>li{
    width:100%;
    list-style: none;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #eaeaea;
}
.BuildingInterpret>ul>li:last-of-type{
    padding-bottom:0;
    border-bottom:none;
}
/* zuo */
.BuildingInterpret>ul>li .zuo{
    width:100%;
    display:flex;
    display:-webkit-flex;
    margin:10px 0 15px;
}
.BuildingInterpret>ul>li .zuo .headPhoto{
    width:60px;
    height:60px;
    border-radius:50%;
    overflow: hidden;
}
.BuildingInterpret>ul>li .zuo .headPhoto img{
    width:100%;
    height:100%;
}
.BuildingInterpret>ul>li .zuo .ziXun{
    width:200px;
    text-align: right;
    float: right;
    padding-top:17px;
}
.BuildingInterpret>ul>li .zuo .ziXun>span{
    display:inline-block;
    width:70px;
    height:70px;
    line-height:70px;
    background:#e7f3ff;
    color:#2b70f8;
    text-align: center;
    font-size: 36px;
    border-radius: 50%;
    margin-left:15px;
}
.BuildingInterpret>ul>li .zuo .user{
    max-width:1140px;
    display: table-cell;
    vertical-align: bottom;
    padding-left:10px;
}
.BuildingInterpret>ul>li .zuo .user .userName{
    display: block;
    font-size:16px;
    color:#444;
    margin:7px 0;
}
.BuildingInterpret>ul>li .zuo .user .userTab>.different{
    display: inline-block;
    background:var(--nextColorHue);
    color:#fff;
    padding:2px 5px;
    border-radius:23px;
    font-size:14px;
}
.BuildingInterpret>ul>li .zuo .user .userTab>.different>span{
    display: inline-block;
    width:15px;
    height:15px;
    line-height: 13px;
    border-radius:50%;
    text-align: center;
    background:#fff;
    color:var(--nextColorHue);
}
.BuildingInterpret>ul>li .zuo .user .userTab>.different>span>i{
    font-size:12px;
}

/* you */
.BuildingInterpret>ul>li .you{
    width:76%;
	min-height:200px;
    padding:0 15px;
	float:left;
	position:relative;
}

/* 楼盘 */
.BuildingInterpret>ul>li .louPnaRight{
	width:24%;
	height:200px;
	border-radius:4px;
	overflow:hidden;
	background:#f3f3f3;
	float:left;
	position:relative;
}
.BuildingInterpret>ul>li .louPnaRight img{
	width:100%;
	height:100%;
}
.BuildingInterpret>ul>li .louPnaRight .louPnaRightName{
	width:100%;
	padding:6px 0;
	font-size:16px;
	color:#fff;
	text-align:center;
	background:rgba(0,0,0,.56);
	position:absolute;
	bottom:0;
	left:0;
}
.BuildingInterpret>ul>li .louPnaRight .louPnaRightZhuangTai{
	padding:2px 8px;
	border-radius:4px;
	color:#fff;
	background:var(--Listcolor);
	position:absolute;
	top:0;
	right:0;
}
/* 楼盘 end */


/* 内容 */
.BuildingInterpret>ul>li .you .userContent{
    /* margin-top:.15rem; */
    font-size:14px;
    color:#444;
}
/* 五类型 */
.BuildingInterpret>ul>li .you .userContent .sameClanOne{
    width:100%;
    margin-top:10px;
    line-height:25px;
}
/* 类型名 */
.BuildingInterpret>ul>li .you .userContent .sameClanOne .leiXING{
    display: inline-block;
    background:#D7E8FE;
    border-radius:4px;
    padding:2px 10px 0;
    font-size: 14px;
    color: #444;
    line-height:20px;
}
/* 图片 - 视频 - 其他 */
.BuildingInterpret>ul>li .you .userContent .jiHeLEI{
    width:100%;
    /*display:flex;
    display:-webkit-flex;*/
    margin:20px 0 ;
}
.BuildingInterpret>ul>li .you .userContent .jiHeLEI>li{
    display: block;
    width:31%;
    height:273.41px;
    float: left;
    margin:1%;
	border-radius:4px;
	overflow:hidden;
}
/*.BuildingInterpret>ul>li .you .userContent .jiHeLEI>li:last-of-type{
    margin:0;
}*/
.BuildingInterpret>ul>li .you .userContent .jiHeLEI>li>img{
    width:100%;
    height:100%;
}
.BuildingInterpret>ul>li .you .userContent .jiHeLEI>li>video{
    width:100%;
    height:261px;
}

/* 内容 end */

/* 控件 */
/* 占位框 */
.BuildingInterpret>ul>li .you .placeholControl{
	height:48px;
}
/* 占位框 end */
.BuildingInterpret>ul>li .you .control{
    width:100%;
	padding: 0 15px;
	position:absolute;
	bottom:0;
	left:0;
}
.BuildingInterpret>ul>li .you .control>span{
    font-size:16px;
    color:#999;
    float:left;
}
.BuildingInterpret>ul>li .you .control .goodLike{
    float:right;
    cursor:pointer;
}
.BuildingInterpret>ul>li .you .control .zhangKaiOrShouQi{
	font-size:14px;
	color:var(--qiTiZiTiColor);
	text-align:right;
	margin-bottom:6px;
}
.BuildingInterpret>ul>li .you .control .zhangKaiOrShouQi>span{
	cursor:pointer;
}
/* 楼盘解读 end */





/* 服务介绍 */
.fuWuJieShao{
    width:100%;
}
.fuWuJieShao .fuWuLiuCheng{
	margin-top:30px;
}
.fuWuJieShao .fuWuBiaoTi{
    width:100%;
	margin-top:30px;
    font-size:24px;
    font-family: "方正大黑简体";
    color:#333;
}

/* 服务流程 */
.fuWuJieShao .fuWuLiuCheng .LiuChengTuJie{
    width:100%;
    height:146px;
}

/* 服务特色 */
.fuWuJieShao .fuWuTeSe .LiuChengTuJie{
    width:100%;
    height:146px;
}

/* 立享服务 */
.serve-code{
	height: 32px;
	margin-top: 20px;
}
.fuWuJieShao .liXiangFuWu{
    width:100%;
}
.fuWuJieShao .liXiangFuWu .fuWuPhone>p{
    padding:0;
    margin:2px 0;
    font-size:14px;
    font-family:"微软雅黑";
}
.fuWuJieShao .liXiangFuWu .fuWuPhone>div{
    /*display: inline-block;*/
    border-radius:4px;
    overflow: hidden;
	margin-top:20px;
    /*border:1px solid var(--qiTiZiTiColor);*/
    
}
.fuWuJieShao .liXiangFuWu  .fuWuPhone>div>input{
    display: inline-block;
    /*border:none;*/
    outline:none;
    width:320px;
    height:100%;
    padding:5px 10px;
    font-size:14px;
}
.serve-code>input{
    display: inline-block;
    /*border:none;*/
    outline:none;
    width:180px;
    height:100%;
    padding:5px 10px;
    font-size:14px;
}



.time-check {
    border: 1px solid #ccc;
    width: 135px;
    margin: auto;
    float: left;
    height: 32px;
    border-radius: 4px !important;
    text-align: center;
}
.fuWuJieShao .liXiangFuWu .fuWuPhone>div button{
    display: inline-block;
    border:none;
    outline:none;
	width: 320px;
    height:32px;
    background:var(--qiTiZiTiColor);
    color:#fff;
    font-size:14px;
}

/* 服务介绍 end */






/* 左 -  结束 */




/* 右 */
.AchievementWall{
    width:100%;
    margin:15px 0;
}

/* 标题 */
.AchievementWall .leadTitle{
    font-size: 16px;
    font-family: "方正大黑简体";
    color: var(--biaotiTitle);
}

/* 服务指数  内容 */
.AchievementWall .serve{
    width:100%;
}
.AchievementWall .serve>ul{
    width:100%;
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center; 
    justify-content: center; 
    margin:0;
    padding:0;
    overflow: hidden;
}
.AchievementWall .serve>ul>li{
    list-style: none;
    display: block;
    /*width:213px;*/
	width:276px;
    height:90px;
    margin:0 12px;
    overflow: hidden;
	border:1px solid #ddd;
	border-radius:2px;
	padding:14px 20px 0;
}

/* 数值 */
.AchievementWall .serve>ul>li .exponent{
    width:100%;
    overflow: hidden;
}
.AchievementWall .serve>ul>li .exponent .chengjiuName{
    font-size: 14px;
    font-family: "微软雅黑";
    color: #666;
	margin-bottom:6px;
}
.AchievementWall .serve>ul>li .exponent .chengjiuZhiShu{
	width:100%;
	position:relative;
}
.AchievementWall .serve>ul>li .exponent .chengjiuZhiShu span:nth-child(1){
    font-size: 26px;
    font-family:"微软雅黑";
    color:var(--nextColorHue);
	font-weight:bold;
}
.AchievementWall .serve>ul>li .exponent .chengjiuZhiShu span:nth-child(2){
    font-size: 14px;
    font-family:"黑体";
    color:var(--nextColorHue);
}

/* icon */
.AchievementWall .serve>ul>li .colorBar{
    width:24px;
    height:24px;
    border-radius:50%;
	position:absolute;
	bottom:4px;
	right:0;
}
.AchievementWall .serve>ul>li .colorBar img{
    width:100%;
    height:100%;
}

/* 右 end */

/* 显示栏 大区 end */




/* 楼盘实勘 */
.titleTwos> .qieHuanTagSK{
	display:inline-block;
	font-size:16px;
}
.titleTwos> .qieHuanTagSK>span{
	display:inline-block;
	margin-right:10px;
	border-radius:2px;
	padding:2px 8px;
	cursor:pointer;
}
.titleTwos> .qieHuanTagSK>span.different,
.titleTwos> .qieHuanTagSK>span:hover{
	background:var(--qiTiZiTiColor);
	color:#fff;
}

/* 列表 */
.SolidCanBe{
	padding:0;
    margin:30px 0 0 0;
	display:none;
}
/* 两边 */
.SolidCanBe>li{
    width:100%;
    list-style: none;
    padding-bottom:25px;
    margin-bottom:25px;
    border-bottom:1px solid #eaeaea;
    margin-top:30px;
}
/*.SolidCanBe>li:last-of-type{
    padding-bottom:0;
    border-bottom:none;
}*/
/* zuo */
.SolidCanBe>li .zuo{
    width:60px;
    float: left;
}
.SolidCanBe>li .zuo .headPhoto{
    width:100%;
    height:60px;
    border-radius:50%;
    overflow: hidden;
    margin-bottom:10px;
}
.SolidCanBe>li .zuo .headPhoto img{
    width:100%;
    height:100%;
}
.SolidCanBe>li .zuo .ziXun{
    width:100%;
    height:24px;
    line-height: 24px;
    border:1px solid #2b70f8;
    color:#2b70f8;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
}

/* you */
.SolidCanBe>li .you{
    width:740px;
    padding-left:15px;
    float: left;
}
.SolidCanBe>li .you .user{
    width:1140px;
    display: table-cell;
    vertical-align: bottom;
}
.SolidCanBe>li .you .user .userName{
    font-size:16px;
    color:#444;
    font-weight:bold;
    margin-right:10px;
}
.SolidCanBe>li .you .user .userTab>span{
    display: inline-block;
    padding:2px 8px;;
    font-size:12px;
    color:#2b70f8;
    background:#f4f6f9;
    margin-right:7px;
}
.SolidCanBe>li .you .user .userTab>span.different{
    background:#fff6e7;
    color:#ffa30c;
}
.SolidCanBe>li .you .goodLike{
    font-size:14px;
    color:var(--qiTiZiTiColor);
	padding:5px 0;
}
.SolidCanBe>li .you .goodLike>span{
	cursor:pointer;
}
/* 标题 */
.SolidCanBe>li .you .SolidCanBeTitle{
	font-size:16px;
    color:#232323;
	font-weight:bold;
	margin:15px 0 5px;
}
/* 内容 */
.SolidCanBe>li .you .userContent{
    font-size:14px;
    color:#232323;
    line-height:27px;
    padding-right:2px;
	max-height: 85px;
overflow: hidden;
}
.SolidCanBe>li .you .userContent a{
	display:block; 
}
/* 内容 end */
/* 图 */
.userContentPhoto{
	width:100%;
	margin:0 0 10px 0;
	display:flex;
	display:-webkit-flex;
}
.userContentPhoto>li{
	width:235px;
	max-height:168px;
	margin-right:10px;
}
.userContentPhoto>li:last-of-type{
	margin:0;
}
.userContentPhoto img{
	width:100%;
	height:100%;
}

/* 控件 */
.SolidCanBe>li .you .control{
    width:100%;
    margin-top:15px;
}
.SolidCanBe>li .you .control>span{
    font-size: 14px;
    color:#999;
}
.SolidCanBe>li .you .control span:nth-child(2){
    float:right;
    clear: both;
	font-size:12px;
    color:#ffa30c;
    float: right;
    cursor:pointer;
    position:relative;
    top:3px;
    right:0;
}

/* 播放器 */
.videoPlay{
	width:100%;
	/*max-height:413px;*/
}
.videoPlay video{
	width:100%;
	height:100%;
}
/*播放器 end*/
/* 控件 end */
/* 两边 end */
/* 楼盘实勘 end */






.pack-up{
	display:none;
}



/* 名片 结束 */

/* 全局样式声明 */
:root{

    /* 中间显示区域 */
    --zhongjianxianshi:1200px;

}











.checkout{
	/*margin:0;*/
}





























  @media screen and (min-width: 962px) {
    .loupanShow .LPshowPhoto {
		width: 20% !important;
		height: 156px !important;
        border-radius: 3px !important;
    }
    .loupanShow .LPshowContent>div{
        font-size: 0.26rem !important;
        color: #888 !important;
    }
    .loupanShow .LPshowContent{
	    width: 80% !important;
		height: 156px !important;
		padding: 20px 20px 0 !important
    }
    .loupanShow .LPshowContent>div{
        font-size: 20px !important;
    }
    .loupanShow .LPshowContent>div.LPstrut {
        margin: 0.4rem 0 !important;
    }
}


  /* 楼盘展示 */
.loupanShow{
    width: 100%;
    margin:.2rem 0;
}
/* 图 */
.loupanShow .LPshowPhoto{
    width:1.78rem;
    height:1.08rem;
    float:left;
    border-radius:3px;
    overflow: hidden;
}
.loupanShow .LPshowPhoto img{
    width:100%;
    height:100%;
}
/* 内容 */
.loupanShow .LPshowContent{
    width:4.5rem;
    height:1.08rem;
    float:left;
    padding-left:.2rem;
}
.loupanShow .LPshowContent>div{
    font-size:.22rem;
    color:#888;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
.loupanShow .LPshowContent>div>span:nth-child(2){
    color:#444;
    padding-left:.1rem;
}
.loupanShow .LPshowContent>div.LPstrut{
    margin:.06rem 0;
}
/* 楼盘展示 */