.right_SiderBar .right_menu {
  position: fixed;
  bottom: 2.25rem;
  right: 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: -0.3125rem 0 0.625rem rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  border-radius: 0.3125rem;
}
.right_SiderBar .right_menu .menu_item {
  cursor: pointer;
  color: #000;
  text-align: center;
  padding: 0.625rem 0.625rem;
  transition: all 0.2s linear;
}
.right_SiderBar .right_menu .menu_item:hover {
  background-color: #FFAA19;
  color: #Fff;
}
.right_SiderBar .right_menu .menu_item:first-child {
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.right_SiderBar .right_menu .menu_item:last-child {
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.right_SiderBar .right_menu .menu_item.saoMa {
  position: relative;
}
.right_SiderBar .right_menu .menu_item.saoMa:hover .erweima {
  display: block;
  color: #000;
}
.right_SiderBar .right_menu .menu_item.saoMa .erweima {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: absolute;
  left: -0.625rem;
  top: 0;
  padding: 0.875rem 1.3125rem;
  border-radius: 0.3125rem;
  color: #000;
  transform: translate(-100%, 0);
  display: none;
}
.right_SiderBar .right_menu .menu_item.tuiJian .iconfont,
.right_SiderBar .right_menu .menu_item.ziXun .iconfont {
  font-weight: 500;
}
.right_SiderBar .right_menu .menu_item .iconfont {
  margin-bottom: 0.3125rem;
  display: inline-block;
  font-weight: 700;
  font-size: 1.5rem;
}
#HH_IM {
  display: flex;
  width: auto;
  border-radius: 5px;
  position: fixed;
  left: -100%;
  top: -100%;
  z-index: 99;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#HH_IM .im_left_content {
  width: 650px;
}
#HH_IM .im_left_content .head_title {
  background: -moz-linear-gradient(left, #FF794C, #FF9233);
  background: -ms-linear-gradient(left, #FF794C, #FF9233);
  background: -o-linear-gradient(left, #FF794C, #FF9233);
  background: -webkit-linear-gradient(left, #FF794C, #FF9233);
  display: flex;
  color: #fff;
  height: 43px;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  justify-content: space-between;
}
#HH_IM .im_left_content .head_title .liaotian.icon-zixun {
  vertical-align: middle;
  font-size: 22px;
  margin-right: 5px;
}
#HH_IM .im_left_content .head_title .suoxiao .iconfont {
  font-size: 23px;
  cursor: pointer;
}
#HH_IM .im_left_content .msg_conetent {
  width: 100%;
  height: 400px;
  background-color: #f2f2f2;
  overflow: auto;
  position: relative;
}
#HH_IM .im_left_content .msg_conetent .no_has_more_data {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #999;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
#HH_IM .im_left_content .msg_conetent .center_time {
  width: 100%;
  margin: 10px;
  text-align: center;
}
#HH_IM .im_left_content .msg_conetent .center_time .time {
  background-color: #E6E6E6;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 3px;
}
#HH_IM .im_left_content .msg_conetent .msg_item {
  font-size: 14px;
  display: flex;
  position: relative;
  margin: 10px;
}
#HH_IM .im_left_content .msg_conetent .msg_item .im_house_item img {
  width: 180px;
}
#HH_IM .im_left_content .msg_conetent .msg_item .im_house_item .houuseName {
  font-weight: 700;
  font-size: 14px;
  margin-top: 5px;
  word-break: break-all;
  word-wrap: break-word;
}
#HH_IM .im_left_content .msg_conetent .msg_item .head_img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
}
#HH_IM .im_left_content .msg_conetent .msg_item.me {
  flex-flow: row-reverse;
}
#HH_IM .im_left_content .msg_conetent .msg_item.me .message_link {
  background-color: #FFAA19;
  color: #fff;
}
#HH_IM .im_left_content .msg_conetent .msg_item.other .message_link {
  background-color: #fff;
  color: #333;
}
#HH_IM .im_left_content .msg_conetent .msg_item .message_link {
  margin: 0 10px;
  max-width: 70%;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 5px;
  padding: 12px;
}
#HH_IM .im_left_content .msg_conetent .msg_item .message_link.tuijianDingDan {
  cursor: pointer;
}
#HH_IM .im_left_content .msg_conetent .msg_item .message_link.tuijianDingDan .dd_top_title {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
}
#HH_IM .im_left_content .msg_conetent .msg_item .message_link.tuijianDingDan .dd_top_title .iconfont {
  margin-right: 0.625rem;
  font-size: 1.625rem;
  color: #FFAA19;
}
#HH_IM .im_left_content .msg_conetent .msg_item .message_link.tuijianDingDan .dd_sm_ms {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  color: #999;
}
#HH_IM .im_left_content .msg_conetent .msg_item .message_link img {
  max-width: 100%;
  height: auto;
}
#HH_IM .im_left_content .msg_conetent .msg_item .message_link video {
  max-width: 100%;
  height: auto;
}
#HH_IM .im_left_content .msg_conetent .msg_item .message_link .file {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#HH_IM .im_left_content .msg_conetent .msg_item .message_link .file .left_text {
  width: 150px;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 15px;
  margin-right: 5px;
}
#HH_IM .im_left_content .msg_conetent .msg_item .message_link .file .left_text .size_detail {
  margin-top: 5px;
  font-size: 12px;
}
#HH_IM .im_left_content .msg_conetent .msg_item .message_link .file .right_text .iconfont {
  font-size: 28px;
  color: #000;
}
#HH_IM .im_left_content .im_input_div {
  background-color: #fff;
  position: relative;
}
#HH_IM .im_left_content .im_input_div .im_btn_div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
#HH_IM .im_left_content .im_input_div .im_btn_div .iconfont {
  margin-right: 5px;
  font-size: 22px;
  cursor: pointer;
}
#HH_IM .im_left_content .im_input_div .im_shurukuang {
  height: 120px;
  width: 100%;
}
#HH_IM .im_left_content .im_input_div .im_shurukuang .textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border: 0;
  padding: 35px 10px 10px 10px;
  box-sizing: border-box;
}
#HH_IM .im_left_content .im_input_div .send_div {
  background-color: #f2f2f2;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  justify-content: space-between;
}
#HH_IM .im_left_content .im_input_div .send_div .sm_tishi {
  font-size: 14px;
  color: #999;
}
#HH_IM .im_left_content .im_input_div .send_div .send_btn {
  width: 160px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  background: -moz-linear-gradient(left, #FF8054, #FFAB55);
  background: -ms-linear-gradient(left, #FF8054, #FFAB55);
  background: -o-linear-gradient(left, #FF8054, #FFAB55);
  background: -webkit-linear-gradient(left, #FF8054, #FFAB55);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s linear;
}
#HH_IM .im_left_content .im_input_div .send_div .send_btn:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#HH_IM .im_right_content {
  width: 222px;
  background-color: #fff;
  border-left: 1px solid #ccc;
}
#HH_IM .im_right_content .head_title {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #3d3d3d;
  vertical-align: middle;
  align-items: center;
  padding: 15px;
  height: 50px;
}
#HH_IM .im_right_content .head_title .iconfont {
  display: inline-block;
  font-size: 20px;
  color: #FF8054;
  margin-right: 5px;
}
#HH_IM .im_right_content .conv_list {
  width: 100%;
  height: calc(100% - 50px);
  box-sizing: border-box;
  overflow: auto;
}
#HH_IM .im_right_content .conv_list .conv_item {
  width: 100%;
  transition: all 0.2s linear;
  background-color: #fff;
  display: flex;
  padding: 20px 10px;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
#HH_IM .im_right_content .conv_list .conv_item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#HH_IM .im_right_content .conv_list .conv_item:hover {
  background-color: #eee;
}
#HH_IM .im_right_content .conv_list .conv_item.active {
  background-color: #E6E6E6;
}
#HH_IM .im_right_content .conv_list .conv_item .unreadCount {
  position: absolute;
  top: 13px;
  left: 39px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  color: #fff;
  background-color: #f00;
  text-align: center;
}
#HH_IM .im_right_content .conv_list .conv_item .head_img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  overflow: hidden;
}
#HH_IM .im_right_content .conv_list .conv_item .sm_content {
  padding: 0 0 0 10px;
  width: calc(100% - 67px);
}
#HH_IM .im_right_content .conv_list .conv_item .sm_content .userName {
  font-size: 15.5px;
  color: #333;
}
#HH_IM .im_right_content .conv_list .conv_item .sm_content .message {
  font-size: 12px;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#HH_IM #mes_input_div {
  border: solid 0px;
  outline: none;
  overflow: auto;
  box-sizing: border-box;
  resize: none;
  font-size: 16px;
  line-height: 20px;
}
#HH_IM #mes_input_div img {
  max-width: 40%;
  height: auto;
}
#HH_IM .msg_item .message_link .hetong {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0.20rem;
  background-color: #fff;
  cursor: pointer;
}
#HH_IM .msg_item .message_link .hetong .left{
  width: 62px;
  height: 64px;
  margin-right: 10px;
}
#HH_IM .msg_item .message_link .hetong .left img{
  width: 100%;
  height: 100%;
}
#HH_IM .msg_item .message_link .hetong .right{
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}
#HH_IM .msg_item .message_link .hetong .right .big_title{
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
#HH_IM .msg_item .message_link .hetong .right .sub_title{
  font-size: 13px;
  color: #777;
}