@charset "UTF-8";
/* 内页兼容样式：在 page.css 之后加载，修复头部/底部样式与内页的冲突 */

/* 固定头部为内页 banner 留出空间 */
.polaris-banner {
  padding-top: 0rem;
  box-sizing: border-box;
}

/* 内页主体区域不受 page.css 全局 body 影响 */
.polaris-about,
.polaris-news,
.polaris-company-profile,
.polaris-certificate-qiye,
.polaris-product-detail-1,
.ny_con_r,
.left_con,
#main {
  position: relative;
  z-index: 1;
}

/* 内页内容区保持 css_ny 排版，不被 page.css .content 覆盖 */
.polaris-about .text-1,
.polaris-company-profile .text-1,
.ny_con_r_list_text,
.index_jieshao-top .title-2,
.index_jieshao-top .title-3 {
  text-align: inherit;
}

@media screen and (max-width: 1004px) {
  .polaris-banner {
    padding-top: 1.2rem;
  }
}

/* 内页下滑时导航栏白色背景 */
.header-wrapper.black {
  background: #fff !important;
  min-height: 1.2rem;
  height: auto !important;
  box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.08);
}
.header-wrapper.black:before {
  display: none !important;
}
.header-wrapper.black .box {
  background: #fff;
}
