/* Haili CMS integration and site-specific presentation. Original styles remain in pc/skin. */
.haili-honeypot { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.haili-form-status { display:block; font-size:14px; line-height:1.5; margin-top:8px; }
.haili-form button:disabled { opacity:.6; cursor:wait; }
.haili-download-detail { width:100%; margin:24px 0; }
.haili-download-detail td { padding:12px; border-bottom:1px solid #eee; }

/* Homepage slide copy: right half, vertically centered and left aligned. */
.index-ban .swiper-slide { position:relative; }
.index-ban .haili-slide-image { display:block; }
.index-ban .haili-slide-caption { position:absolute; top:50%; left:55%; right:10%; transform:translateY(-50%); text-align:left; color:#123d66; overflow-wrap:break-word; }
.index-ban .haili-slide-title { margin:0; font-size:clamp(22px, 2.5vw, 48px); line-height:1.25; font-weight:700; }
.index-ban .haili-slide-subtitle { margin:16px 0 0; font-size:clamp(14px, 1.25vw, 24px); line-height:1.6; white-space:pre-line; }
.index-ban .haili-slide-subtitle:first-child { margin-top:0; }
.index-ban .haili-slide-detail { display:inline-flex; align-items:center; justify-content:center; box-sizing:border-box; gap:6px; min-height:44px; margin-top:28px; padding:15px 40px; border:1px solid #123d66; border-radius:5px; background:transparent; color:#123d66; font-size:16px; line-height:1.4; text-decoration:none; transition:background-color .36s, border-color .36s, color .36s; }
.index-ban .haili-slide-detail:hover, .index-ban .haili-slide-detail:focus-visible { border-color:#005bc1; background:#005bc1; color:#fff; }
.index-ban .haili-slide-detail:focus-visible { outline:3px solid #123d66; outline-offset:4px; }
@media screen and (max-width: 1024px) {
  .index-ban .haili-slide-caption { left:52%; right:9%; }
  .index-ban .swiper-button-prev { left:12px; }
  .index-ban .swiper-button-next { right:12px; }
  .index-ban .swiper-button-prev, .index-ban .swiper-button-next { width:36px; height:36px; line-height:36px; margin-top:-18px; }
  .index-ban .swiper-button-prev:after, .index-ban .swiper-button-next:after { font-size:20px; }
}
@media screen and (max-width: 640px) {
  .index-ban .swiper-slide:has(.haili-slide-caption) .haili-slide-image img { width:100%; min-height:220px; object-fit:cover; object-position:left center; }
  .index-ban .haili-slide-caption { left:50%; right:10%; }
  .index-ban .haili-slide-title { font-size:clamp(16px, 4vw, 24px); }
  .index-ban .haili-slide-subtitle { margin-top:6px; font-size:12px; line-height:1.4; }
  .index-ban .haili-slide-detail { min-height:32px; margin-top:10px; padding:8px 20px; font-size:12px; }
}
