/**
 * 与目标站（static2 + mobileBody）一致的响应式：移动端目标壳层，桌面端 PC 导航 + 加宽容器
 */
.target-pc-chrome {
  display: none !important;
}
.target-mobile-chrome {
  display: block;
}
@media (min-width: 992px) {
  .target-pc-chrome {
    display: block !important;
  }
  .target-mobile-chrome {
    display: none !important;
  }
  .target-main-shell.mobileBody {
    min-height: auto;
  }
  .target-main-shell .mobileBodyC {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  /* 首页通栏：桌面多列 */
  .conlumn2Dl {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
  .conlumn2Dl dd {
    margin: 0;
    float: none !important;
    width: auto !important;
  }
  /* 製品センター：PC 参考图 — 白底、圆角竖图、底部半透明条+白字 */
  .conlumn2 .conlumn2Bg {
    background: #ffffff !important;
  }
  .conlumn2 {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }
  .conlumn2 .indexTitle .title1 {
    color: #c9a36f;
  }
  .conlumn2 .indexTitle .title2 {
    color: #999999;
  }
  .conlumn2Dl dd a {
    border-radius: 0.25rem !important;
    margin-right: 0 !important;
    overflow: hidden;
  }
  .conlumn2Dl dd .pic::before,
  .conlumn2Dl dd .pic:before {
    padding-top: 133.3333% !important;
  }
  .conlumn2Dl dd .text {
    height: auto;
    min-height: 2.5rem;
    padding: 0.4rem 0.5rem 0.45rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  .conlumn2Dl dd .title {
    height: auto;
    max-height: none;
    line-height: 1.1rem;
    font-size: 0.68rem;
    font-weight: normal;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .conlumn2Dl dd .info {
    display: none;
  }
  /* PC：顶栏叠在轮播上，去掉棕色实底（对齐目标站全幅头图） */
  body {
    position: relative;
  }
  .mobileTop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 30;
    background: transparent !important;
    box-shadow: none !important;
  }
  .mobileTop .head1 {
    background: transparent !important;
  }
  .mobileTop .menuBtn:before {
    background: rgba(0, 0, 0, 0.25) !important;
  }
  .mobileTop .menuBtn .line {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
  }
  .mobileTop .logo img {
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
  }
  /* 侧栏菜单须盖住顶栏 */
  .menuPage {
    z-index: 50 !important;
  }
  .menuBg {
    z-index: 49 !important;
  }
  /* PC 首页轮播：突破内容区 max-width，横向铺满视口（静态页直接子级 + CMS 在 main 内） */
  .mobileBodyC > .indexBanner.swiper-container,
  main.target-main > .indexBanner.swiper-container {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  /* PC 首页轮播：高度随当前幻灯片图片比例变化（全宽 + 完整图 + 无固定框内留白）；需 JS autoHeight */
  .indexBanner.swiper-container {
    position: relative;
    height: auto;
    min-height: 0;
    max-height: none;
    width: 100%;
    background: #0d0d0d;
  }
  .indexBanner {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    width: 100%;
  }
  .indexBanner .swiper-wrapper {
    height: auto !important;
    align-items: flex-start;
  }
  .indexBanner .swiper-slide {
    height: auto !important;
    overflow: hidden;
    background: #0d0d0d;
  }
  .indexBanner .swiper-slide > a {
    display: block;
    height: auto;
    width: 100%;
    line-height: 0;
    background: #0d0d0d;
  }
  .indexBanner .swiper-slide img,
  .indexBanner .swiper-slide video {
    width: 100%;
    height: auto;
    max-height: none;
    vertical-align: top;
    display: block;
  }
  .indexBanner .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 2;
    margin: 0;
  }
  /* 轮播分页：未选中深灰、选中蓝色（参考常见 PC 样式） */
  .indexBanner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #222222;
    opacity: 1;
    border-radius: 50%;
  }
  .indexBanner .swiper-pagination-bullet-active {
    background: #1677ff !important;
  }
  /* 列表页 imgList1 → 桌面网格 */
  dl.imgList1#list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
  dl.imgList1#list dd {
    margin: 0;
  }
  /* 静态新闻页 JSON 列表 id 不同，单独四列 */
  dl.imgList1#m-feed-news-list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-right: 0 !important;
    overflow: visible;
  }
  dl.imgList1#m-feed-news-list dd {
    float: none !important;
    display: block;
    width: auto !important;
    margin: 0 !important;
  }
  /* プレスセンター / 新闻列表：目标站式深色通栏 + 横向卡片 */
  .target-press-list-section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: none;
    box-sizing: border-box;
    background: #0a0a0a;
    padding-bottom: 48px;
  }
  .target-press-list-section .target-press-list-inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 20px 0;
    box-sizing: border-box;
  }
  .target-press-list-section > .subBanner {
    padding-top: 72px;
    padding-bottom: 48px;
    background-color: #000000 !important;
    background-image: none !important;
  }
  .target-press-list-section > .subBanner .text .title1 {
    color: rgba(201, 163, 111, 0.75);
    font-size: 0.55rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    height: auto;
    line-height: 1.2;
    margin-bottom: 0.35rem;
  }
  .target-press-list-section > .subBanner .text .title2 {
    color: #c9a36f;
    font-size: 0.95rem;
    font-weight: 300;
    letter-spacing: 0.08em;
    height: auto;
    line-height: 1.35;
  }
  .target-press-list-section .page-list .public-title h3 {
    color: #c9a36f;
    font-weight: 300;
    font-size: 1.6rem;
    margin-bottom: 0.25rem;
  }
  .target-press-list-section .page-list .public-title p {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.5rem;
  }
  .target-press-list-section .news-wrapper {
    padding: 48px 0 8px;
    background: transparent;
  }
  .target-press-list-section .news-wrapper .container {
    max-width: 1280px;
  }
  .target-press-list-section dl.imgList1 dd a {
    margin-right: 0 !important;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #2b2b2b;
  }
  .target-press-list-section dl.imgList1 dd .pic::before {
    padding-top: 75% !important;
  }
  .target-press-list-section dl.imgList1 dd .pic img {
    object-fit: cover;
  }
  .target-press-list-section dl.imgList1 dd .text,
  .target-press-list-section dl.imgList1 dd .press-card-body {
    height: auto !important;
    min-height: 5.2rem;
    line-height: 1.4 !important;
    background: #333333 !important;
    color: #ffffff !important;
    text-align: left !important;
    padding: 14px 14px 16px !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .target-press-list-section dl.imgList1 dd .text.clamp1 {
    display: flex;
    flex-direction: column;
  }
  .target-press-list-section dl.imgList1 dd .press-card-title,
  .target-press-list-section dl.imgList1 dd .text .title {
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
  }
  .target-press-list-section dl.imgList1 dd .press-card-more {
    margin-top: 10px;
    font-size: 13px;
    color: #c9a36f !important;
    flex-shrink: 0;
  }
  .press-list-section-footer {
    max-width: 1280px;
    margin: 40px auto 0;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
  }
  .press-section-more-btn {
    display: inline-block;
    padding: 12px 48px;
    border: 1px solid #c9a36f;
    color: #c9a36f !important;
    font-size: 15px;
    letter-spacing: 0.06em;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s;
  }
  .press-section-more-btn:hover {
    background: rgba(201, 163, 111, 0.12);
    color: #e0c995 !important;
  }
  .target-press-list-section .wap-pagination-wrap,
  .target-press-list-section .page-pagination {
    margin-top: 28px;
    text-align: center;
  }
  .target-press-list-section .wap-pagination-wrap a,
  .target-press-list-section .page-pagination a {
    color: #c9a36f !important;
  }
  /* 产品详情：左图右文 */
  .productViewB.unified-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
  }
  /* 与目标站 PC product.html .proViewSlide 宽度 550px 对齐 */
  .productViewB.unified-detail .productVSwiper {
    flex: 0 0 550px;
    max-width: 550px;
  }
  .productViewB.unified-detail .productVText {
    flex: 1 1 280px;
  }
  /* 客户 logo 墙：桌面多列小格 */
  .list-customer-grid dl.imgList1#list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /*
   * 首页「プレスセンター / オークション」：原结构在 Swiper .swiper-slide 内且内联 width:381px，
   * PC 上会变成左侧窄竖条。解除限宽并四列网格（仅首页，避免误伤其它页同名结构）。
   */
  body[data-m-feed-page="home"] .conlumn3 .conlumn3TabC .swiper-wrapper,
  body.ldcms-target-unified main.target-main .conlumn3 .conlumn3TabC .swiper-wrapper {
    display: block !important;
    transform: none !important;
    width: 100% !important;
  }
  body[data-m-feed-page="home"] .conlumn3 .conlumn3TabC .swiper-slide,
  body.ldcms-target-unified main.target-main .conlumn3 .conlumn3TabC .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  body[data-m-feed-page="home"] .conlumn3 .conlumn3TabC .swiper-slide ~ .swiper-slide,
  body.ldcms-target-unified main.target-main .conlumn3 .conlumn3TabC .swiper-slide ~ .swiper-slide {
    display: none !important;
  }
  body[data-m-feed-page="home"] .conlumn3 .box1,
  body.ldcms-target-unified main.target-main .conlumn3 .box1 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
  body[data-m-feed-page="home"] .conlumn3 dl.conlumn3Dl,
  body.ldcms-target-unified main.target-main .conlumn3 dl.conlumn3Dl {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
  body[data-m-feed-page="home"] .conlumn3 dl.conlumn3Dl dd,
  body.ldcms-target-unified main.target-main .conlumn3 dl.conlumn3Dl dd {
    margin-bottom: 0 !important;
  }
  .target-article .articleBox {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .press-list-section-footer {
    display: none;
  }
}
