/* 语音坐席样式 */
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pos{
  position: absolute;
  width: 14px;
  height: 14px;
  top: 20px;
  left: 20px;
}
.phone-wrapper{
  position: fixed;
  width: 360px;
  height: 240px;
  background: url('../img/voiceSitting/voice_bg.png') no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 20px;
  padding: 20px;
  z-index: 9999;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.phone-header{
  font-size: 12px;
  text-align: center;
  color:#fff;
}
.phone-customer{
  padding: 0 48px 0 48px;
  margin: 20px 0;
}
.phone-customer .customer{
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-customer .customer img{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.phone-customer .customer .customer-name{
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  max-width: 190px;
  display: inline-block;
}
.phone-status{
  font-size: 12px;
  color: #F4F6F7;
  text-align: center;
}
.phone-action{
  display: flex;
  justify-content: space-around;
  padding: 25px 0 0 0;
}
.phone-action img{
  width: 40px;
  height: 40px;
}
.phone-action .action-box{
  cursor: pointer;
}
.phone-action .action-box p{
  font-size: 12px;
  color:#fff;
  margin: 10px 0 0 0;
  text-align: center;
}
.phone-scale img{
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.chatbot_info_wrapper{
  width: 35%!important;
}
.chatbot_frame_head #chatbotLogo{
  max-width: 50px;
  min-width: 45px;
  width: auto;
}
.phone_scale_wrap{
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 156, 255, 0.2);
  border-radius: 16px 0 0 16px;
  cursor: pointer;
  z-index: 10000;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(16, 156, 255, 0.2);
  -webkit-border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
  -ms-border-radius: 16px 0 0 16px;
  -o-border-radius: 16px 0 0 16px;
}
.phone_scale_wrap.end{
  border: 1px solid rgba(255, 75, 75, 0.2);
  box-shadow: 0 4px 10px rgba(255, 75, 75, 0.2);
}
#voiceSitting_collect img{
  margin-bottom: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#voiceSitting_status{
  color: #0569FF;
  font-size: 12px;
}
#voiceSitting_status.end{
  color: #ff4b4b;
}
.customers{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 15px;
}
.customers .customer {
  display: block;
  text-align: center;
}
.customers .customer img{
  width: 50px;
  height: 50px;
}
.customers .customer-name{
  width: auto!important;
  display: block!important;
  font-size: 18px!important;
  margin-left: 0px!important;
  margin-top: 7px;
}

.area-box{
  max-width: 15%;
  float: left;
  height: 35px;
  line-height: 35px;
  border-radius: 18px;
  margin: 12px 1%;
  padding: 0 12px;
  cursor: pointer;
  border: 1px solid #fff;
}
.area-box img{
  width: 13px;
  height: 18px;
  vertical-align: 7px;
}
.area-box span{
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-top: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 75px;
  margin: 0 7px 0 5px;
}
#area-content{
  padding: 8px 0 16px 10px;
  border-top: 1px solid #e8e9ec;
  max-height: 204px;
  overflow-y: scroll;
}

#area-content li{
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 5px 13px;
  background: #fff;
  border-radius: 2px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
}
#area-content li.active{
  background: #0569FF;
  color:#fff;
}
.city-box{
  max-width: 70%;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  float: left;
  box-shadow: 1px 1px 3px #aaa;
}
.city-box .city-header{
  margin-bottom: 20px;
}
.city-box .city-img{
  width: 15px;
  margin-right: 5px;
}
.city-box .city-span{
  cursor: pointer;
  color: #0569FF;
}
#sysNotice{
  color: #fff;
}
.chatbot_frame_head #chatbotInfoList{
  max-width: 80%;
  max-width: 448px;
}
#chatbotInfoList .ellipsisName{
  /* max-width: 60%; */
}
#chatbotInfoList .ellipsiIntroduce{
  max-width: 35%;
  max-width: 448px;
}