.top-log {
  color: #ffffff;
}
.iconTitle {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.iconTitle a {
  text-decoration: none;
}
.iconTitle .iconfont {
  font-size: 23px;
}
.w-webflow-badge {
  display: none !important;
}
.error-messages {
  color: red;
}
.title-p {
  text-align: left;
}
.title-p strong {
  font-size: 1.5rem;
}
.product {
  display: flex;
  width: 100%;
  min-height: 400px;
  align-items: center;
  background-color: #f7f9fc;
  margin: 80px auto;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
}
.product__image,
.product__content {
  width: 50%;
}
.product__image img {
  width: 100%;
  max-width: 350px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  margin: 0 auto;
}
.product__content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f7f9fc;
}
.product__content .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1e3a5f;
}
.product__content .desc {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
/* 📱 移动端适配 */
@media (max-width: 768px) {
  .product {
    flex-direction: column;
  }
  .product__image,
  .product__content {
    width: 100%;
  }
  .product__content {
    padding: 20px;
  }
  .product__content .title {
    font-size: 22px;
  }
  .product__content .desc {
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.css.map */