/* 首页静态页布局修正（pageHeader 见 ks_page_header.css） */

/* 轮播通栏（同 VIP 题库：宽度 100%） */
.indexPage .topChose {
  width: 100% !important;
  margin: 0 !important;
  position: relative;
}
.indexPage .topChose .mainBox {
  left: max(0px, calc((100% - 1200px) / 2)) !important;
}
.indexPage .bannerBox {
  width: 100% !important;
  min-width: 100% !important;
}
.indexPage .bannerBox .banner-carouse {
  width: 100% !important;
  box-shadow: none !important;
}
.indexPage .bannerBox .ks-banner-inner {
  width: 100%;
}

/* 左侧考试目录始终可见，压在轮播图之上 */
.indexPage .topChose .mainBox {
  z-index: 5 !important;
  pointer-events: none;
}
.indexPage .topChose .mainBox .showInfo {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
.indexPage .topChose .mainBox .examInfoBox {
  display: block !important;
  visibility: visible !important;
  pointer-events: auto;
}
.indexPage .bannerBox {
  z-index: 0;
}

/* mainContent 居中 1200px */
.indexPage .mainContent {
  width: 1200px;
  margin: 28px auto 0;
}
