
body #chat_window .chat_box .chat_item .iconfont.icon-tool_whatsapp1:before {content: "";display: inline-block;width: 65px;height: 65px;background-image: url('//ueeshop.ly200-cdn.com/u_file/UPBF/UPBF225/2603/16/photo/HkJoVV9eVh5dWB4FBwEAAgAeBgBQB1QEVVMHAxxJX1A.png');background-size: contain;background-repeat: no-repeat;background-position: center;vertical-align: middle;}
body #chat_window .chat_box .chat_item .iconfont.icon-tool_email1:before {content: "";display: inline-block;width: 65px;height: 65px;background-image: url('//ueeshop.ly200-cdn.com/u_file/UPBF/UPBF225/2603/10/photo/HkJoVVhcURleUR4FBwEHAAcZVQkJVFZQCQUFUx9AX1A.png');background-size: contain;background-repeat: no-repeat;background-position: center;vertical-align: middle;}

@media screen and (max-width: 1000px) {
body #chat_window .chat_box .chat_item .iconfont.icon-tool_whatsapp1:before, body #chat_window .chat_box .chat_item .iconfont.icon-tool_email1:before{width: 40px;height: 40px;}
}

#chat_window .chat_box.cur #chat_box, #chat_window .chat_box.cur .menu{display: block;margin-left: auto;width: fit-content;}

/* 聊天气泡主容器 */
#chat_window .chat_box.cur .custom-wa-chat-bubble {
  background-color: #f4f5f7;
  border-radius: 20px 20px 0 20px;
  padding: 16px;
  width: fit-content;
  max-width: 300px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #333;
  border-radius: 20px 20px 0 20px;
  margin-bottom: 15px;
  clear: both;
}

/* 问候语和正文内容 */
#chat_window .chat_box.cur .custom-wa-chat-bubble .wa-greeting {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 6px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

#chat_window .chat_box.cur .custom-wa-chat-bubble .wa-text {
  font-size: 15px;
  margin: 0 0 16px 0;
  color: #4a4a4a;
}

/* WhatsApp 按钮 */
#chat_window .chat_box.cur .custom-wa-chat-bubble .wa-btn {
  background-color: #4caf50; /* WhatsApp 绿色 */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: background-color 0.2s;
}

#chat_window .chat_box.cur .custom-wa-chat-bubble .wa-btn:hover {
  background-color: #439c47;
}

/* SVG 图标稍微调小一点以匹配文字 */
#chat_window .chat_box.cur .custom-wa-chat-bubble .wa-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
