/**
 * hl062 首页手机端布局（对齐 62.conch.cc）
 * 仅 body.homepage 生效，不影响泛页 wc-syn-active 与其它内页
 */

/* ── 首页搜索区 + 文字 Logo ── */
@media (max-width: 559px) {
  body.homepage #search-content.indexsearch {
    width: 100%;
    max-width: none;
    padding: 0 15px;
    box-sizing: border-box;
  }

  body.homepage .index-logo {
    height: 44px;
    margin: 0 auto 6px;
    position: relative;
  }

  body.homepage .index-logo .logo-s {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  body.homepage .index-logo .logo-site-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 72vw;
    color: #282828;
  }

  /* 下滑后搜索框进顶栏，隐藏首页 Logo 占位 */
  body.homepage .header-content.header-bg + #search-content.indexsearch .index-logo {
    display: none;
    height: 0;
    margin: 0;
    overflow: hidden;
  }

  body.homepage .header-content.header-bg + #search-content.indexsearch .search-main:empty {
    display: none;
    height: 0;
  }

  body.homepage #header {
    padding-top: 56px !important;
  }

  body.homepage #header::after {
    height: 170px;
  }
}

/* ── 大轮播：手机只保留当前 slide 的 txt-info，隐藏左侧分页文字 ── */
@media (max-width: 899px) {
  body.homepage .swiper-container {
    margin-top: 0 !important;
    padding: 0 15px 16px;
    overflow: hidden;
  }

  body.homepage .swiper-container .swiper-pagination,
  body.homepage .swiper-container-horizontal > .swiper-pagination-bullets,
  body.homepage .swiper-pagination-bullets {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }

  body.homepage .swiper-slide {
    overflow: hidden;
    border-radius: 6px;
  }

  body.homepage .swiper-slide .banner {
    display: block;
    overflow: hidden;
  }

  body.homepage .swiper-slide:not(.swiper-slide-active) .txt-info {
    visibility: hidden;
    pointer-events: none;
  }

  body.homepage .swiper-slide-active .txt-info {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 6;
    max-width: none;
  }

  body.homepage .swiper-slide .txt-info .name {
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.homepage .swiper-slide .txt-info .info {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.homepage .dymrslide.banner {
    padding-top: 56%;
  }
}

@media (max-width: 559px) {
  body.homepage .dymrslide.banner {
    padding-top: 52%;
  }
}
