/*设施配套*/
.sheshibox{background-color: #f5f5f7;padding:30px 0 60px;margin-top: 50px;}
.sheshibox .sub-title{margin:0 auto;}
.sheshibox .content{width: 1160px;margin-top: 40px;background-color: #fff;padding:20px 20px;}
.sheshibox .content ul li{float: left;width: 10%;text-align: center;margin:12px 0;}
.sheshibox .content ul li i{width: 32px;height: 32px;line-height: 32px;display: block;margin:0 auto;text-align: center;}
.sheshibox .content ul li i img {max-width:32px;max-height:32px;vertical-align: middle;}
/*全景看房&&视频看房*/
.quanjing .qjbox{width: 1200px;height: 680px;}
.quanjing .qjbox iframe,.quanjing .qjbox embed{width: 100%;height: 680px;border:0;}
/*附近房源*/
.salebox  ul li{width: 285px;height: 370px;float:left;margin-right:20px;-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.salebox  ul li:nth-child(4n){margin-right: 0;}
.salebox  ul li:hover{box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.07);}
.salebox  ul li a{display: block;}
.salebox  ul li .imgbox{width: 285px;height: 230px;overflow: hidden;position: relative;}
.salebox  ul li .imgbox img{position:absolute;top:0;left:0;right:0;bottom:0;max-width:100%;max-height:100%;margin:auto;-webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1);}
.salebox  ul li .imgbox img:hover{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);-moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8;}
.salebox .vrIcon{width:60px;height:60px;position: absolute;left:0;bottom:0;}
.salebox .vrIcon img{width:60px!important;height:60px!important;}
.salebox .viIcon{width:50px;height:50px;position: absolute;left:50%;top:50%;margin-top: -25px;margin-left:-25px;}
.salebox .viIcon img{width:50px!important;height:50px!important;}
.salebox  ul li .txtbox{padding:20px 0;}
.salebox  ul li .txtbox h4{font-size: 18px;color:#212121;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out;line-height: 32px;}
.salebox  ul li:hover h4{color:#2974ff;}
.salebox  ul li .txtbox p{padding:0;line-height: 32px;}
.salebox  ul li .txtbox .pprice{font-size: 12px;color:#f1370b;font-weight: bold;}
.salebox  ul li .txtbox .pprice span{float: left;margin-right: 10px;}
.salebox  ul li .txtbox .pprice b{font-size: 20px;}
.salebox  ul li .txtbox .parea{font-size: 14px;color:#797a82;}
.salebox  ul li .txtbox .parea em{font-size: 12px;color:#d3d4de;margin:0 10px;}
/*201903*/
.manager .r .sex {margin-left: 8px;font-weight: normal;font-size: 14px;color:#333;}
/*聊天按钮*/
.chat_to-Link{width: 100px; height: 40px; border-radius: 20px; background-color: #fff; display: block; text-align: center; font-size: 14px; color: #565656; float: left; box-shadow: 0 3px 3px rgba(10,9,47,.04); line-height: 40px; border: solid 1px #f5f5f7; margin-left: 14px; margin-top: 10px;}
.chat_to-Link:before{content: ''; display: inline-block; width: 18px; height: 18px; background: url(../images/msg_icon.png) no-repeat; background-size: cover; vertical-align: middle; margin-right: 5px;}
.chat_to-Link:hover{ background-color: #f0f0f2; color: #565656;}