* { margin: 0; padding: 0; box-sizing: border-box; }
html { margin: auto; }
a { text-decoration: none; color: inherit; }

body {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  background: #fff;
  color: #333;
  font-size: 0.28rem;
  margin: auto;
  max-width: 7.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-text-size-adjust: 100%;
}

.page {
  width: 7.5rem;
  margin: 0 !important;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  padding-bottom: 0.6rem;
}

.page h1, .page h2, .page h3, .page h4, .page h5 {
  color: inherit;
  font-weight: 700;
}

/* 顶部栏 */
.zk-header {
  background: #2d73ff;
  padding: 0.2rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zk-header .title { color: #fff; font-size: 0.34rem; font-weight: 700; }
.zk-header .title a { color: #fff; }
.zk-header .app-btn {
  color: #fff;
  font-size: 0.24rem;
  border: 1px solid rgba(255,255,255,.6);
  padding: 0.08rem 0.16rem;
  border-radius: 0.3rem;
  white-space: nowrap;
}

/* Banner */
.top_back {
  padding: 0.3rem 0.24rem 0.5rem;
  position: relative;
  background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20243/13/2024313132605_90623.png");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  min-height: 2.6rem;
  width: 100%;
}
.top_back .label {
  font-size: 0.22rem;
  color: rgba(255,255,255,.9);
  margin-bottom: 0.1rem;
}
.top_back h1 {
  color: #fff !important;
  text-shadow: 0 0.04rem 0.08rem rgba(8,94,223,.6);
  font-size: 0.44rem;
  line-height: 1.3;
  margin: 0 0 0.12rem;
  padding: 0;
  font-weight: 700;
}
.top_back .sub {
  font-size: 0.24rem;
  color: rgba(255,255,255,.95);
  line-height: 1.5;
  margin-bottom: 0.16rem;
}
.top_back .tags { display: flex; flex-wrap: wrap; gap: 0.12rem; }
.top_back .tag {
  background: rgba(255,255,255,.22);
  color: #fff;
  padding: 0.06rem 0.18rem;
  border-radius: 0.3rem;
  font-size: 0.22rem;
}
.top_back .tag.highlight { background: #ff8c42; font-weight: 700; }
.top_back .border_line {
  background: #fff;
  height: 0.26rem;
  width: 7.5rem;
  max-width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-radius: 0.16rem 0.16rem 0 0;
}

.crumbs {
  font-size: 0.24rem;
  color: #666;
  padding: 0.2rem 0.24rem 0;
  background: #fff;
}
.crumbs a { color: #333; }

/* 频道导航 */
.nav_box {
  background: #fff;
  padding: 0.2rem 0.24rem 0.24rem;
  border-bottom: 1px solid #f0f0f0;
}
.zk-nav {
  display: flex;
  overflow-x: auto;
  gap: 0.16rem;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}
.zk-nav.is-dragging {
  cursor: grabbing;
}
.zk-nav.is-dragging a {
  pointer-events: none;
}
.zk-nav::-webkit-scrollbar { display: none; }
.zk-nav a {
  flex-shrink: 0;
  padding: 0.1rem 0.22rem;
  font-size: 0.24rem;
  color: #666;
  background: #f5f6f8;
  border-radius: 0.3rem;
  white-space: nowrap;
}
.zk-nav a.active {
  color: #fff;
  background: #2d73ff;
  font-weight: 700;
}

.main_content {
  padding: 0.24rem;
  background: #fff;
}

.entrance-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-size: 0.34rem;
  font-weight: 900;
  line-height: 0.48rem;
  margin: 0.36rem 0 0.2rem;
}
.entrance-title:first-child { margin-top: 0.08rem; }
.entrance-title .title-text { flex: 1; min-width: 0; }
.entrance-title .count-badge {
  font-size: 0.22rem;
  font-weight: 500;
  color: #999;
  background: #f5f6f8;
  padding: 0.04rem 0.14rem;
  border-radius: 0.2rem;
  margin-left: 0.12rem;
  flex-shrink: 0;
}
.myblue {
  color: #4572FF !important;
  font-size: 0.24rem;
  font-weight: 500;
  flex-shrink: 0;
  margin-left: 0.16rem;
}

.entrance-wrap {
  width: 100%;
  padding: 0.24rem 0.3rem;
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0 0 0.15rem 0 rgba(153,153,153,.1);
  margin-bottom: 0.08rem;
}

.zk-notice-list li,
.zk-news-list li,
.zk-plan-list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.18rem 0;
  border-bottom: 1px dashed #eee;
  font-size: 0.28rem;
  line-height: 1.4;
}
.zk-notice-list li:last-child,
.zk-news-list li:last-child,
.zk-plan-list li:last-child { border-bottom: none; }
.zk-notice-list li a,
.zk-news-list li a {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.zk-notice-list li .date,
.zk-news-list li .date {
  color: #999;
  font-size: 0.22rem;
  margin-left: 0.16rem;
  flex-shrink: 0;
}
.zk-plan-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #333;
}
.zk-plan-list .arrow { color: #2d73ff; }

/* 优势卡片 */
.zk-advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.zk-advantage-card {
  background: #f3f8ff;
  border: 1px solid #e0ebfa;
  border-radius: 0.12rem;
  padding: 0.24rem 0.16rem;
  text-align: center;
}
.zk-advantage-card .a-icon { font-size: 0.48rem; margin-bottom: 0.08rem; }
.zk-advantage-card .a-title { font-size: 0.28rem; font-weight: 700; color: #2d73ff; margin-bottom: 0.08rem; }
.zk-advantage-card .a-desc { font-size: 0.22rem; color: #888; line-height: 1.5; }

/* 考试日历 */
.zk-calendar-tabs {
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid #eee;
  margin: -0.08rem -0.1rem 0.2rem;
  padding-bottom: 0.04rem;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}
.zk-calendar-tabs.is-dragging {
  cursor: grabbing;
}
.zk-calendar-tabs.is-dragging span {
  pointer-events: none;
}
.zk-calendar-tabs::-webkit-scrollbar { display: none; }
.zk-calendar-tabs span {
  flex-shrink: 0;
  padding: 0.16rem 0.2rem;
  font-size: 0.24rem;
  color: #666;
  white-space: nowrap;
}
.zk-calendar-tabs span.active {
  color: #2d73ff;
  font-weight: 700;
  border-bottom: 0.04rem solid #2d73ff;
}
.zk-calendar-pane { display: none; }
.zk-calendar-pane.active { display: block; }
.zk-exam-empty { text-align: center; color: #999; padding: 0.4rem 0; font-size: 0.26rem; }

.zk-exam-card {
  border: 1px solid #e8eef8;
  border-radius: 0.12rem;
  padding: 0.24rem;
  margin-bottom: 0.16rem;
  background: #fafcff;
}
.zk-exam-card:last-child { margin-bottom: 0; }
.zk-exam-card .row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}
.zk-exam-card .stage {
  font-size: 0.22rem;
  padding: 0.04rem 0.12rem;
  border-radius: 0.06rem;
}
.label-open { background: #e8f5e9; color: #2e7d32; }
.label-test { background: #fff3e0; color: #e65100; }
.label-result { background: #e3f2fd; color: #1565c0; }
.zk-exam-card .time { font-size: 0.22rem; color: #999; }
.zk-exam-card .name {
  font-size: 0.3rem;
  font-weight: 700;
  color: #2d73ff !important;
  margin-bottom: 0.08rem;
  display: block;
}
.zk-exam-card .intro { font-size: 0.24rem; color: #666; line-height: 1.5; margin-bottom: 0.14rem; }
.zk-exam-card .links { display: flex; gap: 0.12rem; flex-wrap: wrap; }
.zk-exam-card .links a {
  font-size: 0.24rem;
  color: #2d73ff;
  border: 1px solid #2d73ff;
  padding: 0.06rem 0.2rem;
  border-radius: 0.3rem;
}
.zk-exam-more { text-align: center; padding: 0.16rem 0 0; }
.zk-exam-more button {
  background: #2d73ff;
  color: #fff;
  border: none;
  padding: 0.12rem 0.4rem;
  border-radius: 0.3rem;
  font-size: 0.24rem;
}
.zk-exam-card.hidden { display: none; }

/* 院校 Tab */
.zk-inst-tabs {
  display: flex;
  overflow-x: auto;
  gap: 0.12rem;
  margin-bottom: 0.2rem;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}
.zk-inst-tabs.is-dragging {
  cursor: grabbing;
}
.zk-inst-tabs.is-dragging .zk-inst-tab {
  pointer-events: none;
}
.zk-inst-tabs::-webkit-scrollbar { display: none; }
.zk-inst-tab {
  flex-shrink: 0;
  padding: 0.1rem 0.22rem;
  font-size: 0.24rem;
  color: #666;
  background: #f5f6f8;
  border-radius: 0.3rem;
  white-space: nowrap;
}
.zk-inst-tab.active { background: #2d73ff; color: #fff; }

.zk-inst-pane { display: none; }
.zk-inst-pane.active { display: block; }

.zk-school-head {
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px dashed #eee;
}
.zk-inst-logo {
  width: 1.28rem;
  height: 1.28rem;
  background: linear-gradient(135deg, #eef4ff, #dce8ff);
  border-radius: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  line-height: 1.25;
  color: #2d73ff;
  font-weight: 700;
  text-align: center;
  flex-shrink: 0;
  overflow: hidden;
  padding: 0.08rem;
  word-break: break-all;
}
.zk-inst-logo img { width: 100%; height: 100%; object-fit: contain; }
.zk-inst-detail { flex: 1; min-width: 0; }
.zk-inst-detail h3 {
  font-size: 0.3rem;
  color: #333 !important;
  margin-bottom: 0.1rem;
  line-height: 1.4;
  font-weight: 700;
}
.zk-inst-detail h3 a { color: #2d73ff !important; }
.zk-inst-tags { display: flex; flex-wrap: wrap; gap: 0.1rem; }
.zk-inst-tag {
  background: #eef4ff;
  color: #2d73ff;
  font-size: 0.2rem;
  padding: 0.04rem 0.12rem;
  border-radius: 0.06rem;
}
.zk-inst-desc {
  font-size: 0.26rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0.16rem;
}

.zk-major-cat { margin-bottom: 0.24rem; }
.zk-major-cat:last-child { margin-bottom: 0; }
.zk-cat-title {
  font-size: 0.28rem;
  font-weight: 700;
  padding-left: 0.16rem;
  border-left: 0.06rem solid #ff8c42;
  margin-bottom: 0.16rem;
}
.zk-major-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0.16rem;
  background: #fafbfc;
  border: 1px solid #eee;
  border-radius: 0.08rem;
  margin-bottom: 0.12rem;
  font-size: 0.28rem;
}
.zk-major-item:last-child { margin-bottom: 0; }
.zk-major-item .level {
  font-size: 0.2rem;
  color: #fff;
  padding: 0.04rem 0.1rem;
  border-radius: 0.04rem;
  flex-shrink: 0;
  margin-left: 0.12rem;
}
.level-bk { background: #2d73ff; }
.level-zk { background: #ff8c42; }

.zk-school-row {
  border: 1px solid #eee;
  border-radius: 0.12rem;
  padding: 0.24rem;
  margin-bottom: 0.16rem;
  background: #fafbfc;
}
.zk-school-row:last-child { margin-bottom: 0; }
.zk-school-row .name {
  font-size: 0.3rem;
  font-weight: 700;
  color: #2d73ff !important;
  margin-bottom: 0.1rem;
  display: block;
}
.zk-school-row .meta { font-size: 0.24rem; color: #666; line-height: 1.6; }

.zk-toolbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.16rem;
}
.zk-tool-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.2rem 0.1rem;
  border: 1px solid #eee;
  border-radius: 0.12rem;
  font-size: 0.22rem;
  color: #333;
  text-align: center;
  background: #fafbfc;
}
.zk-tool-btn .t-icon { font-size: 0.4rem; margin-bottom: 0.06rem; }

.zk-inst-link {
  display: inline-block;
  margin-top: 0.12rem;
  padding: 0.1rem 0.24rem;
  background: #2d73ff;
  color: #fff !important;
  border-radius: 0.08rem;
  font-size: 0.24rem;
}


footer.footer {
  display: block;
  max-width: 7.5rem;
  width: 100%;
  margin: 0 auto;
}
.footer-info {
  font-size: 0.24rem;
  color: #666;
}
.footer-info .link a {
  font-size: 0.24rem;
  color: #666;
}
