.viewFixed {
  width: 98px;
  height: 215px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 58px;
  position: fixed;
  right: 36px;
  bottom: 152px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewFixed .viewFixed_view {
  height: 62px;
  height: 139px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.viewFixed .viewFixed_view .viewFixed_view_item {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.viewFixed .viewFixed_view .viewFixed_view_item img {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
.viewFixed .viewFixed_view .viewFixed_view_item span {
  color: #1d2129;
  font-size: 14px;
}
.popupImgPhone {
  width: 206px;
  height: 96px;
  background-color: #fff;
  position: absolute;
  right: 120px;
  bottom: 30px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-sizing: border-box;
}
.popupImgPhone::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 40px;
  width: 20px;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.popupImgPhone_phone {
  color: #165dff;
  font-size: 16px;
}
.popupImgPhone_name,
.popupImgPhone_email {
  color: #86909c;
  font-size: 14px;
}
.chatView {
  position: fixed;
  right: 200px;
  bottom: 30px;
  width: 522px;
  height: 479px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
}
.chatView_header{
  height: 46px;
  background-color: #165DFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.chatView_header_left{
  display: flex;
  align-items: center;
}
.chatView_header_left img{
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.chatView_header_left span{
 color: #FFFFFF;
 font-size: 14px;
}
.chatView_header_right{
  display: flex;
  align-items: center;
}
.chatView_header_right .rightIcon{
  cursor: pointer;
}
.chatView_header_right img{
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.chatView_content{
  height: calc(100% - 46px);
  overflow-y: auto;
  padding-bottom: 48px;
  box-sizing: border-box;
  padding-top: 30px;
}
.chatView_content .content_info_left,.content_info_right{
  padding: 0 16px;
  display: flex;
  margin-bottom: 10px;
}
.content_info_right{
  justify-content: flex-end;
}
.info_head_left{
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
 .info_head_right{
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.info_head_leftText,.info_head_rightText{
  background: #fff;
  max-width: 400px;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #86909C;
  position: relative;
}
.info_head_leftText::before {
  content: "";
    position: absolute;
    left: -5px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
}
.info_head_rightText::before {
  content: "";
    position: absolute;
    right: -5px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
}

.chatView_bottom{
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 16px;
  width: 100%;
  height: 48px;
  background-color: #fff;
}
.bottom_ipt{
  flex: 1;
  height: 32px;
  background-color: #F2F3F5;
  margin-right: 18px;
  border: none;
  box-sizing: border-box;
  padding: 0 12px;
}
.bottom_send{
  width: 16px;
  height: 16px;
}
.midChatView{
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 479px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
}
.midviewFixed {
  width: 65px;
  height: 130px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 58px;
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.midviewFixed .viewFixed_view{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 80%;
}
.midviewFixed .viewFixed_view_item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.midviewFixed img{
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}
.midviewFixed span{
  font-size: 10px;
}