.logo-title {
  font-size: 23px;
  color: #ffffff;
  margin-top: 10px;
}
.logo-title2 {
  font-size: 1.8rem;
  margin-top: 14px;
}
.bg-imag .mobile-img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.iconTitle {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.iconTitle .footer-title {
  top: 0;
}
.iconTitle a {
  text-decoration: none;
}
.iconTitle .iconfont {
  font-size: 23px;
  color: #ffffff;
}
.error-messages {
  color: red;
}
#root {
  display: none !important;
}
.chat-button-wrapper {
  display: none !important;
}
.title-p strong {
  font-size: 1.5rem;
}
.product-showcase {
  padding: 80px 20px;
  background: #f7f9fc;
}
.product-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
.product-icon {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-icon img {
  width: 100%;
  max-width: 400px;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.product-content {
  flex: 1;
}
.product-title {
  font-size: 32px;
  margin-bottom: 20px;
  color: #1e3a5f;
}
.product-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
}
/* 移动端适配 */
@media (max-width: 768px) {
  .product-container {
    flex-direction: column;
    text-align: center;
  }
  .product-icon img {
    width: 140px;
    height: 140px;
  }
}
/*# sourceMappingURL=style.css.map */