@charset "utf-8";
.IM-noscroll{position: fixed;overflow: hidden;overflow-y: hidden;width: 100%;height: 100%;}
.IM-noscroll,
.IM-noscroll body {
  overflow: hidden;
}
.IM-noscroll body {
  position: relative;
}
/* 入口按钮 */
.imEntryBtn{display:none;cursor:pointer;position: fixed;right: 15px;bottom:116px;width:42px;height:42px;background: #fff;border-radius: 50%;opacity: 0.98;box-shadow: 0 4px 14px 0 rgba(0,0,0,0.20);z-index:100;}
.imEntryBtn i{display: block;width:20px;height:20px;margin:3px auto 2px;;background: url(../../images/im/im_entry.png) no-repeat center center;background-size: contain;}
.imEntryBtn .txt{font-size: 12px;color: #888888;text-align: center;line-height:15px;}
.imEntryBtn .num{display:none;box-sizing: border-box;position: absolute;top:0;right:0;min-width:16px;height:16px;line-height: 16px;font-size:11px;color: #fff;padding:0 5px;background: #F54949;border-radius: 8px;}
/* main */
.imPageWrap{position:fixed;width:100%;height:100%;top:0;left:0;background-color: #fff;z-index:1040;font-size:0.28rem;display: none;}
.imPage{width:100%;height:100%;overflow: auto;display: none;position:absolute;top:0;left:0;}
.imPage .imPage-toast{
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 1000;  width: 60%;
  background-color: rgba(0,0,0,1);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  cursor: default;
  transition: 0.3s;
}
.imPage .imPage-toast.hide{opacity: 0;z-index: -1}
.imPageWrap .imPageHead{position:absolute;top:0;left:0;width:100%;height:0.88rem;line-height: 0.88rem;background: #fff;text-align: center;font-size:0.34rem;color: #000;z-index:10;}
.imPageWrap .imPageHead:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#E8E8E8;transform: scaleY(0.5);}
.imPageHead .imBack{position:absolute;top:0.12rem;left:0.12rem;width:0.64rem;height:0.64rem;background: url(../../images/im/back.png) no-repeat center center;background-size: contain;}
.imPageBody{position:absolute;top:0;width:100%;height:100%;box-sizing: border-box;padding-top:0.88rem;background: #f7f7f7;overflow: auto;-webkit-overflow-scrolling:touch;}
.rchatWrap {width: 100%;box-sizing:border-box;padding-bottom:1.2rem;background-color: #fff;min-height: 100%;overflow-x: hidden;overflow-y: scroll;-webkit-overflow-scrolling:touch;}
.no-recent {width:100%;position: fixed;height:100%;color: #ccc;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color: #f5f5f5;}
.no-recent-image {width:5.6rem;height:4rem;margin-top:-2rem;background: url(../../images/im/none_record.png) no-repeat center center;background-size: contain;}
.no-recent-text {width:100%;font-size: 0.28rem;color: #999999;line-height:0.4rem;text-align:center;}
/* 循环列表条目样式 */
.rchatItem {position: relative;width:100%;height:1.44rem;padding:0.28rem 0.3rem;box-sizing:border-box;display:flex;}
.rchatItem:after{content: "";position: absolute;bottom:0;right:0;width:6.02rem;height:1px;background: #E8E8E8;transform: scaleY(0.5);}
.rchatPortrait {width: 0.88rem;height: 0.88rem;margin-right: 0.3rem;box-sizing: border-box;border-radius: 100%;overflow: hidden;background:url("../../images/im/default_img.png") no-repeat center center; background-size: contain;}
.rchatCont {display: flex;flex-direction: column;flex: 1;justify-content: space-around;}
.rchatTop {align-self:flex-start;display:flex;flex-direction:row;justify-content:space-between;width:100%;height:0.44rem;line-height:0.44rem;}
.rchatBottom {display:flex;flex-direction:row;justify-content:space-between;/* align-self: flex-start; */}
.rchatDesc {font-size:0.26rem;line-height:0.34rem;max-width: 5rem;  overflow: hidden; white-space: nowrap; text-overflow: ellipsis;display: inline-block;color: #888888;height:0.34rem;}
.rchatUnread {background-color:red;border-radius:100%;height:0.32rem;line-height:0.32rem;font-size:0.22rem;min-width:0.32rem;text-align:center;color:#fff;}
.rchatTitle {font-size: 0.32rem;font-weight: bold;color:#4A4A4A;line-height:0.44rem;}
.rchatTime {font-size: 0.24rem;color: #ccc;line-height: 0.44rem;}

/* 聊天面板 */
.chatPageBody .imlistCont{padding-bottom: 1.2rem;}
.chating-dial{width:100%;height:0.88rem;position:absolute;top:0.88rem;left:0;z-index:10;}
.chating-dial-cont{width:100%;height:0.88rem;background: url(../../images/im/chat-dail.png) no-repeat center center;background-size: 100% 100%;}
.chating-dial-left {float: left;color: #666;line-height:0.84rem;text-indent: 0.42rem;font-size: 0.28rem;}
.chating-dial-close{float:right;width:0.22rem;height:0.22rem;margin:0.26rem 0.28rem 0 0.28rem;background: url(../../images/im/close.png) no-repeat center center;background-size: contain;}
.chating-dial-tel{float:right;width:1.52rem;height:0.52rem;line-height:0.52rem;background: #F02D2C;box-shadow: 0 2px 5px 0 rgba(240,45,44,0.33);border-radius: 0.52rem;text-align: center;font-size:0.24rem;color: #ffffff;margin-top:0.12rem;}
.im-msg-time,.im-msg-tip{text-align: center;padding:0.2rem 0;}
.im-msg-time .chat-time{display:inline-block;height:0.44rem;line-height:0.44rem;font-size:0.24rem; padding:0 0.12rem;background: #DDDDDD;border-radius: 4px;color:#fff;}
.im-msg-tip .msg-tip{display:inline-block;height:0.56rem;line-height:0.56rem;font-size:0.24rem; padding:0 0.22rem;background: #DDDDDD;border-radius: 4px;color:#fff;}
/* im聊天消息 */
.im-msg-item {padding:0.2rem 0.38rem;display: block;width: 100%;box-sizing: border-box;zoom:1;}
.im-msg-item:after {content: '';display: block;clear: both;height: 0;overflow: hidden;}
.im-msg-item .msg-img{width:0.8rem;height:0.8rem;border-radius: 50%;overflow: hidden;background: url(../../images/im/default_img.png) no-repeat center center;background-size: 100% 100%;}
.im-msg-item .msg-img img{ width: 100%;}
.im-msg-item .msg-text{position:relative;word-break: break-all; max-width: 5.0rem;font-size: 0.28rem; }
.im-msg-item .msg-text .text{ position:relative; display:inline-block; max-width:4.7rem; padding:0.2rem; line-height:0.42rem;}
.im-msg-left > div{ float: left;}
.im-msg-item .msg-name{ font-size: 12px;display: none}
.im-msg-left .msg-name.msg-name-show{ font-size: 12px;display: block}
.im-msg-left .msg-text{margin-left:0.14rem; padding-left:0.08rem; color: #333; }
.im-msg-left .msg-text .text:after{content:'';position: absolute;top:0;left:-0.08rem;height:0px;width:0px;border-width:0.06rem 0.04rem 0.08rem 0.04rem;border-style:solid;border-color:#fff #fff transparent transparent ;}
.im-msg-left .msg-text .text{ border-radius:0 6px 6px 6px;  background: #ffffff;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.03); }
.im-msg-left .msg-text .msg-warning{ right:-20px; }
.im-msg-right > div{ float: right; }
.im-msg-right .msg-text{margin-right:0.14rem; padding-right:0.08rem; color: #000; }
.im-msg-right .msg-text:after{content:'';position: absolute;top:0;right:0;height:0px;width:0px;border-width:0.06rem 0.04rem 0.08rem 0.04rem;border-style:solid;border-color:rgba(255,200,47,0.60) transparent transparent rgba(255,200,47,0.60);}
.im-msg-right .msg-text .text,.buy{ border-radius:6px 0 6px 6px;  background: rgba(255,200,47,0.60);box-shadow: 0 1px 4px 0 rgba(0,0,0,0.03); }
.im-msg-item .msg-text .buy{width:4.6rem;position: relative;display: inline-block;max-width: 5rem;padding: 0.2rem;line-height: 0.42rem;}
.im-msg-right .msg-text .msg-warning{ left:-20px; }
.im-msg-more{text-align: center;}
.im-msg-more .imchat-more-btn{color: #4285f4;}
.im-msg-more .imchat-loading{display: none;}
.im-emoji{width:0.6rem;height:0.6rem;display: inline-block;padding: 0 0.04rem;vertical-align:top}
.im-tietuemoji{width:2rem;height:2rem;display: block;}
.im-top-tip{line-height:0.6rem; font-size:0.24rem; text-align: center; color: #999; margin-bottom:0.1rem;}
/* 房源链接样式 */
.im-msg-link .msg-text .text{padding:0.24rem 0.2rem;background: #fff;}
.im-msg-link.im-msg-right .msg-text:after{border-color:#fff transparent transparent #fff;}
.im-msg-link .msg-text .msg-link{display: block;width:4.38rem;background:#fff;}
.im-msg-link .msg-text .link-item-img{ float:left;width: 1.58rem;height:1.2rem;margin-right:0.2rem;overflow:hidden;background: url(http://wap.leyoujia.com/wap/images/house_default.png) no-repeat center center;background-size: cover;}
.im-msg-link .msg-text .link-item-img img{ width: 100%; }
.im-msg-link .msg-text .link-span { display: block; width: 2.6rem;white-space: nowrap; word-break: break-all; overflow: hidden; text-overflow: ellipsis;}
.im-msg-link .msg-text .link-title {font-size: 0.28rem; line-height: 0.34rem;color: #333;font-weight: bold;}
.im-msg-link .msg-text .link-attr {margin-top:0.16rem;font-size: 0.24rem; line-height: 0.26rem;color: #888;}
.im-msg-link .msg-text .link-price {margin-top:0.16rem;font-size: 0.28rem;color: #F54949;line-height:0.32rem;}
.im-msg-link .msg-text .link-price .num{font-size: 0.32rem;}
.im-msg-link .msg-text .link-price .unit{font-size: 0.24rem;}

.chatinput-content{background-color: #fff;position: absolute;bottom: 0;left: 0;width: 100%;height:1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.chatinput-content .txt{line-height:1rem;text-indent: 0.26rem;font-size: 0.28rem;color: #999;}
.chatinput-content .chatinput-box{box-sizing:border-box;height:1rem;cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.chatinput-content .chat-input{box-sizing:border-box;width:100%;height:0.85rem;border:none;padding:0.3rem 0.26rem 0;line-height: 0.4rem;font-size: 0.28rem;color: #333333;outline: none;resize: none;}
.chatinput-content .input-send{display:inline-block;width:1.16rem;height:0.64rem;margin:0.18rem 0.22rem 0.18rem 0;line-height: 0.64rem;font-size: 0.32rem;color: #FFFFFF;letter-spacing: -0.39px;background: #F02D2C;border-radius: 3px;text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

/* 快速获客 */
.im-getCustomer-wrap{width:4.64rem;background-color:#fff;border-radius:0.08rem;border-top-right-radius: 0;box-sizing:border-box;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.03);}
.im-getCustomer-wrap .im-getCustomer-box{width:4.24rem;height:auto;padding:0.24rem 0.2rem;background: #fff;}
.im-getCustomer-box .tit{font-size: 0.3rem;color: #333333;line-height: 0.42rem;font-weight: bold;}
.im-getCustomer-box .cont{margin-top:0.16rem;font-size: 0.28rem;color: #333333;letter-spacing: 0;line-height: 0.40rem;}
.im-getCustomer-btns{height:0.80rem;line-height: 0.80rem;display:flex;position: relative;cursor: pointer;}
.im-getCustomer-btns:after{content: "";position: absolute;top:0;left:0;width:100%;height:1px;background: #E4E4E4;transform: scaleY(0.5);}
.im-getCustomer-btns .btn{-webkit-box-flex: 1;-webkit-flex: auto;-ms-flex: auto;flex: auto;font-size: 0.30rem;text-align: center;color: #252525;}
.im-getCustomer-btns .btn.ok{color: #F54949;}
.im-getCustomer-btns .btn.cancel{color: #999999;position: relative;}
.im-getCustomer-btns .btn.cancel:after{content: "";position: absolute;top:0;left:0;width:1px;height:100%;background: #E4E4E4;transform: scaleX(0.5);}

/*app 下载*/
.recentchatPage .im-app{position: fixed;left: 0;bottom: 0;z-index: 0;width: 100%;height: 1.12rem;line-height: 1.12rem;}
.recentchatPage .im-app .app-upload{padding:0 0.2rem;background-color: #fff;display: box;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-orient: horizontal;-webkit-flex-direction: row;flex-direction: row;box-shadow: 0 1px 10px 0 rgba(0,0,0,0.15);}
.recentchatPage .im-app a.btn{font-size: 0.36rem;display: block;color: #FFFFFF;text-align: center;background-color: #F02D2C;;}
.recentchatPage .im-app .app-upload .upload-txt{font-size: 0.28rem;color: #333;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
.recentchatPage .im-app .app-upload .app-logo{float: left;width: 0.72rem;height: 0.72rem;margin: 0.2rem 0.16rem 0.2rem 0;background: url(../../images/applogo.png) no-repeat;background-size: 0.72rem;}
.recentchatPage .im-app .app-upload .upload-txt p.first-p{font-size: 0.3rem;line-height: 0.42rem;padding-top: 0.2rem;color: #333;}
.recentchatPage .im-app .app-upload .upload-txt p.last-p{font-size: 0.24rem;line-height: 0.34rem;color: #999999;}
.recentchatPage .im-app .app-upload .upload-btn{font-size: 0.28rem;display: block;width: 1.6rem;height: 0.6rem;line-height: 0.6rem;margin: 0.26rem 0;text-align: center;color: #FFFFFF;background: #F02D2C;border-radius: 2px;}


/* 智能小乐自动回复样式 */
.im-msg-znxl-box {
  width: 4.7rem;
  height: auto;
  background: #ffffff;
  box-sizing: border-box;
  padding: .2rem;
  padding-bottom: 0;
  border-radius: 0 6px 6px 6px;
}

.im-msg-znxl-tit {
  font-size: .3rem;
  font-weight: 500;
  color: #000000;
  line-height: .48rem;
}
.im-msg-znxl-tit.im-msg-znxl-tit1{
  font-size: .32rem;
  font-weight: 400;
  word-wrap: break-word;
}
.im-msg-znxl-tips{
  font-size: .3rem;
  font-weight: 800;
  color: #000000;
  line-height: .42rem;
  margin-top: .30rem;
  word-wrap: break-word;
}

.im-msg-znxl-question-text {
  position: relative;
  display: block;
  padding:.20rem .40rem .20rem 0;
  font-size: .28rem;
  color: #333333;
  line-height: .48rem;
  /*border-bottom:1rpx solid #EEEEEE;*/
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.im-msg-znxl-question-text::before{
  content:"";
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height:1px;
  background: #EEEEEE;
  transform: scaleY(0.5);
}
.im-msg-znxl-question-text::after{
  content:"";
  position: absolute;
  right: -.04rem;
  top:.28rem;
  width: .28rem;
  height: .28rem;
  background: url(https://front.leyoujia.com/fangMini/images/im/arrow_enter.png) no-repeat center center;
  background-size: contain;
}
.im-msg-znxl-question-text:last-child::before{
  background:none;
}
.im-msg-znxl-question-text.im-msg-znxl-question-text1{
  padding: .16rem 0;
  color: #E03236;
  line-height: .42rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.im-msg-znxl-question-text.im-msg-znxl-question-text1::after{
  width: 0;
  height: 0;
  background: none;
}
.im-msg-znxl-question-text.im-msg-znxl-question-text1.gray{
  color:#333333
}

.im-msg-item .buy .buy-title{
  font-weight: bold;
  margin-bottom:5px;
  font-size:0.34rem;
}
.im-msg-item .buy .buy-text{
  border-bottom:1px solid rgba(0,0,0,0.2);
  padding-bottom:5px;
  font-size:0.28rem;
}
.im-msg-item .buy .buy-item{
  margin-top:5px;
  font-size:0.32rem;
}
.im-msg-item .buy .buy-item-value{
  font-weight: bold;
}

/*小乐接管*/
.tip-comment-box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .2rem;
}
.tip-comment-box .tip-rich-text{
  margin-top: 0;
}
.tip-comment-box .comment-sel-box{
  display: flex;
  align-items: center;
}
.tip-comment-box .comment-sel-box .comment-sel{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: .2rem;
  width: 1.06rem;
  height: .44rem;
  background: #FFFFFF;
  border-radius: .25rem;
  border: 1px solid #CCCCCC;
  font-size: .26rem;
  font-weight: 500;
  color: #000000;
}
.tip-comment-box .comment-sel-box .comment-sel img{
  width: .34rem;
  height: .34rem;
  margin-right: .06rem;
}
.tip-comment-box .comment-sel-box.sel1 .comment-sel{
  color: #E03236;
  border: 1px solid #E03236;
}
.tip-comment-box .comment-sel-box.sel2 .comment-sel{
  color: #666666;
  border: 1px solid #999999;
}
.team-flag{
  color:#999;
  font-size:0.24rem;
  line-height: 0.33rem;
  margin-left:0.08rem;
}
