<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ====================ã€é€šç”¨é‡ç½®ã€‘==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px; /* åŸºå‡†å­—å· */
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f7f7f7;
  color: #333;
  line-height: 1.6;
}

/* ====================ã€å…¬å…±å®¹å™¨ä¸Žå¸ƒå±€ã€‘==================== */
.main-content,
.footer-container,
.nav-container {
  width: 90%;
  max-width: 1200px; /* PCç«¯å®½åº¦ä¸è¶…è¿‡1200px */
  margin: 0 auto;
}

/* ====================ã€å¤´éƒ¨å¯¼èˆªã€‘==================== */
.page-header {
  background-color: #08b366; /* å¾®ä¿¡é£Žæ&nbsp;¼ç»¿è‰² */
  color: #fff;
  padding: 0.75rem 0;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* LOGOæ–‡æœ¬ï¼ˆh1ï¼‰ */
.logo-text {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0; /* åŽ»é™¤h1é»˜è®¤å¤–è¾¹è· */
}
.logo-link {
  text-decoration: none;
  color: inherit;
}
/* æ±‰å&nbsp;¡æŒ‰é’®(ç§»åŠ¨ç«¯å¯è§ï¼ŒPCç«¯å¯éšè—) */
.hamburger-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  display: none; /* PCç«¯éšè—ï¼Œç§»åŠ¨ç«¯æ˜¾ç¤º */
}

/* å¯¼èˆªé“¾æŽ¥(PCç«¯æ°´å¹³æ˜¾ç¤ºï¼›ç§»åŠ¨ç«¯æŠ˜å&nbsp;) */
.nav-links {
  display: flex; 
  gap: 1rem;
}
.nav-item {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}
.nav-item:hover {
  text-decoration: underline;
}

/* ====================ã€ç§»åŠ¨ç«¯é€‚é…ã€‘==================== */
@media (max-width: 768px) {
  /* æ‰‹æœºç«¯æ˜¾ç¤ºæ±‰å&nbsp;¡æŒ‰é’® */
  .hamburger-btn {
    display: block;
  }
  /* å¯¼èˆªæŠ˜å&nbsp;ï¼šé»˜è®¤éšè— */
  .nav-links {
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #08b366;
    flex-direction: column;
    gap: 0;
    width: 200px;
    padding: 1rem;
    display: none;
  }
  .nav-item {
    padding: 0.5rem 0;
    display: block;
  }
}

/* ====================ã€ä¸»ä½“å†…å®¹ã€‘==================== */
.main-content {
  padding: 2rem 0;
}

/* å„ Section çš„ç»Ÿä¸€æ&nbsp;·å¼ */
.section {
  margin-bottom: 2rem;
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 6px; color:#000
}
.section-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #08b366;
  font-weight: bold;
  text-align: center;
}

/* ==========ã€æŸ¥è¯¢åŒºè¡¨å•ã€‘========== */
.query-section {
  /* è‹¥éœ€è¦é¢å¤–æ&nbsp;·å¼ï¼Œå¯åœ¨æ­¤å¤„æ·»åŠ&nbsp; */
}
.query-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 500px;
  margin: 0 auto; /* æ°´å¹³å±…ä¸­ */
  margin-bottom: 1rem;
}
.query-label {
  font-weight: bold;
  font-size: 0.9rem;
  color: #555;
}
.query-input {
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.query-button {
  background-color: #08b366;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.query-button:hover {
  background-color: #07a05d;
}
.tips {
  font-size: 0.85rem;
  color: #666;
  text-align: center;
}

/* ==========ã€è½®æ’­å›¾ã€‘========== */
.carousel-section {
  /* è‹¥éœ€è¦é¢å¤–èƒŒæ™¯ï¼Œå¯åœ¨æ­¤å¤„æ·»åŠ&nbsp; */
}
.carousel {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
  background-color: #000; /* å›¾ç‰‡æ²¡åŠ&nbsp;è½½æ—¶å¯è§é»‘åº• */
}
.carousel-item {
  display: none;
  width: 100%;
}
.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.carousel-item.active {
  display: block; /* ä»…æ¿€æ´»çš„æ˜¾ç¤º */
}
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  border: none;
  font-size: 1.5rem;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  z-index: 10;
}
.carousel-control:hover {
  background-color: rgba(0,0,0,0.5);
}
.carousel-control.prev {
  left: 0.5rem;
}
.carousel-control.next {
  right: 0.5rem;
}

/* ==========ã€FAQåŒºåŸŸã€‘========== */
.faq-section {
  /* è‹¥éœ€è¦å•ç‹¬è®¾è®¡ï¼Œå¯åœ¨è¿™é‡Œæ·»åŠ&nbsp; */
}
.faq-item {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.faq-question {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}
.faq-answer {
  font-size: 0.95rem;
  color: #555;
  margin-left: 1.2rem; /* é€‚å½“ç¼©è¿› */
}
.faq-answer li {
  margin-bottom: 0.3rem;
}

/* ==========ã€å®¢æˆ·è¯„ä»· (Reviews)ã€‘========== */
.review-section {
  /* è‹¥éœ€è¦å•ç‹¬è®¾è®¡ï¼Œå¯åœ¨è¿™é‡Œæ·»åŠ&nbsp; */
}
.review-item {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.review-user {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.3rem;
}
.review-text {
  font-size: 0.95rem;
  color: #555;
  margin-left: 1.2rem;
}

/* ==========ã€è”ç³»æˆ‘ä»¬ (Contact)ã€‘========== */
/* å¯åœ¨æ­¤æ·»åŠ&nbsp;åœ°å›¾æˆ–è¡¨å•ç­‰ï¼Œå¦‚éœ€è¦ */

/* ==========ã€é¡µè„šã€‘========== */
.page-footer {
  background-color: #333;
  color: #ccc;
  padding: 1rem 0;
  text-align: center;
}
.footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.9rem;
}
.footer-nav {
  margin-bottom: 0.5rem;
}
.footer-nav a {
  color: #ccc;
  text-decoration: none;
  margin: 0 0.25rem;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-info {
  line-height: 1.4;
}
</pre></body></html>