.elementor-417 .elementor-element.elementor-element-6bea4f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-417 .elementor-element.elementor-element-55920c4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-417 .elementor-element.elementor-element-55920c4 img{width:100%;}.elementor-417 .elementor-element.elementor-element-4fc1401{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-417 .elementor-element.elementor-element-6bea4f7{--width:100%;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-6dc98c5 *//* 全局重置 */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; height: 100%; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background: #f5f5f5; color: #000; }
.container { width: 100%; max-width: 1920px; margin: 0 auto; padding: 40px; }

/* 毛玻璃卡片 */
.card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

h1, h2, h3 { color: #1C6294; margin-bottom: 20px; }
p { line-height: 1.6; margin-bottom: 16px; }
ul { list-style: disc inside; margin-bottom: 16px; }
table { width: 100%; border-collapse: collapse; margin-top: 20px; }
th, td { border: 1px solid rgba(0, 0, 0, 0.1); padding: 12px; text-align: center; }
th { background: rgba(28, 98, 148, 0.1); }

.image-gallery {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.image-gallery img {
  width: calc(25% - 15px);
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  background: #1C6294;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s;
}
.btn:hover { background: #164f74; }

.faq-item { margin-bottom: 20px; }
.faq-item h4 { font-size: 1.1rem; margin-bottom: 8px; }

.advantages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.advantages-list .adv {
  flex: 1 1 calc(33% - 20px);
  background: rgba(28, 98, 148, 0.05);
  padding: 20px;
  border-radius: 10px;
}
.advantages-list .adv h4 { color: #164f74; margin-bottom: 10px; }

/* Mobile Responsive Design */
@media screen and (max-width: 768px) {
  .container {
    padding: 20px;
  }

  .card {
    padding: 20px;
  }

  .image-gallery img {
    width: calc(50% - 15px); /* Two images per row on mobile */
  }

  .advantages-list .adv {
    flex: 1 1 calc(50% - 20px); /* Two items per row on mobile */
  }

  h1, h2, h3 {
    font-size: 1.2rem;
  }

  .faq-item h4 {
    font-size: 1rem;
  }

  table th, table td {
    font-size: 0.9rem;
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  .image-gallery img {
    width: 100%; /* One image per row on small mobile devices */
  }

  .advantages-list .adv {
    flex: 1 1 100%; /* Full-width items on small devices */
  }

  .btn {
    width: 100%; /* Full-width button on small screens */
    padding: 15px;
  }

  h1, h2, h3 {
    font-size: 1rem;
  }

  .faq-item h4 {
    font-size: 0.9rem;
  }

  table th, table td {
    font-size: 0.8rem;
    padding: 8px;
  }
}/* End custom CSS */