* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#ai-chat-component-container #app {
  --primary-color: var(--mainColor);
  --hover-bg-color: #eef2f6;
}
#ai-chat-component-container #app .login-btn:hover {
  color: white;
}
/* 客服悬浮按钮样式 */
.service-button {
  position: fixed;
  right: 10px;
  bottom: 28%;
  width: 44px;
  background: var(--mainColor);
  color: white;
  border-radius: 8px;
  cursor: pointer;
  z-index: 9;
  font-size: 14px;
  text-align: center;
  padding-bottom: 8px;
}
.ai-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0 8px 0;
}
