/* 语音坐席样式 */
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pos{
  position: absolute;
  top: 15px;
  left: 30px;
}
.phone-wrapper{
  position: absolute;
  width: 440px;
  background: #0D1F2D;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 15px;
  padding: 15px;
  z-index: 9999;
}
.phone-header{
  text-align: center;
  color:#8F99A5;
}
.phone-customer{
  padding: 0 15px 0 35px;
  margin: 20px 0;
}
.phone-customer .customer{
  display: flex;
  align-items: center;
}
.phone-customer .customer img{
  width: 65px;
  height: 65px;
}
.phone-customer .customer .customer-name{
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
  width: 275px;
  display: inline-block;
}
.phone-status{
  color: #F4F6F7;
  text-align: center;
}
.phone-action{
  display: flex;
  justify-content: space-around;
  padding: 15px 0 0 0;
}
.phone-action img{
  width: 50px;
  height: 50px;
}
.phone-action .action-box{
  cursor: pointer;
}
.phone-action .action-box p{
  color:#8F99A5;
  margin: 7px 0 0 0;
  text-align: center;
}
.phone-diot{
  width: 15px;
  height: 15px;
  background: #FF514F;
  border-radius: 50%;
}
.phone-scale img{
  width: 20px;
  left: 20px;
  cursor: pointer;
}

.chatbot_info_wrapper{
  width: 35%!important;
}
.chatbot_frame_head #chatbotLogo{
  max-width: 170px;
  min-width: 45px;
  width: auto;
}
.phone_scale_wrap{
  position: absolute;
  right: 10%;
  top: 5px;
  width: 100px;
  height: 54px;
  text-align: center;
  background: #C10909;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 1%;
  z-index: 100;
}
.phone_scale_wrap p{
  color: #fff;
}
.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: #1E9FFF;
  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: #1E9FFF;
}
#sysNotice{
  color: #fff;
}
.chatbot_frame_head #chatbotInfoList{
  max-width: 80%;
}
#chatbotInfoList .ellipsisName{
  max-width: 60%;
}
#chatbotInfoList .ellipsiIntroduce{
  max-width: 35%;
}