.logo-img {
  font-size: 1.2rem !important;
  width: 300px;
}
.footer_logo .logo-img {
  color: #ffffff;
}
.iconTitle {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: end;
  align-items: center;
  margin-top: 30px;
}
.iconTitle a {
  text-decoration: none;
}
.iconTitle .iconfont {
  font-size: 23px;
  color: #ffffff;
}
.iconTitle .youtube .icon {
  width: 30px;
  height: 30px;
}
.iconTitle .instagram .icon,
.iconTitle .tiktok .icon {
  width: 25px;
  height: 25px;
}
.iconTitle .tuite .icon {
  width: 28px;
  height: 28px;
}
.iconTitle .tuite .icon path {
  fill: #ffffff;
}
.footer-terms {
  display: flex;
  justify-content: space-between;
}
.footer-terms .copyright-wrap {
  flex: 1;
}
.footer-terms .fg {
  text-align: right;
}
.error-message {
  color: red;
  margin-bottom: 20px;
}
/* 手机屏幕（小于768px） */
@media screen and (max-width: 767px) {
  .footer-terms {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footer-terms .fg {
    text-align: center;
  }
}
.header_info .icon_texts .text,
.header_info .icon_texts a {
  color: #FFFFFF !important;
}
.product {
  padding: 80px 20px;
}
.product .product-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
.product .product-image,
.product .product-content {
  flex: 1;
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  width: 100%;
  max-width: 350px;
  border-radius: 20px;
  text-align: center;
}
.product .product-title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.product .product-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product .product-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .product .product-title {
    font-size: 32px;
  }
}
/*# sourceMappingURL=style.css.map */