/* 自定义容器高度 - 客服相关样式已移除 */
/* 
#chat-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 400px;
  height: 600px; 
  z-index: 1001; 
}

@media (max-width: 768px) {
  #chat-container {
    width: 90%;
    height: 70vh;
    bottom: 10px;
    right: 5%;
  }
}
*/