/* =====================================================================
   page.css  涓撻椤甸€氱敤鏍峰紡锛堜笉鍚鑸ご閮紝瀵艰埅璇峰紩鍏� nav.css锛�
   ===================================================================== */

/* ===== 鍙橀噺 ===== */
:root {
  --red: #B7332C;          /* 涓浗绾紙涓昏壊锛� */
  --red-deep: #8E1F1A;
  --gold: #C9A063;
  --gold-light: #E8D5B5;
  --ink: #2B2B2B;
  --gray: #6B6B6B;
  --bg: #F7F4EF;
  --card: #FFFFFF;
  --line: #E5DED2;
  --blue: #1F4E79;
}

/* ===== Reset ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html { scroll-behavior: smooth; }
body {
  font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans SC", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.75;
}
.serif { font-family: "SimSun", "Songti SC", "Noto Serif SC", serif; }

/* ===== 澶撮儴妯箙 ===== */
.hero {
  position: relative;
  background: none;
  color: #fff;
  overflow: hidden;
  min-height: 540px !important;
}
.hero::before {
  display: none;
}
.hero::after {
  display: none;
}
.hero-banner {
  display: block;
  width: 100%;
  height: auto;
}
.hero-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 24px;
  text-align: center;

  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.hero .kicker {
  display: inline-block;
  border: 1px solid rgba(255, 235, 200, .55);
  color: #FBE8C8;
  font-size: 14px;
  letter-spacing: 6px;
  padding: 6px 22px;
  border-radius: 999px;
  margin-bottom: 26px;
}
.hero h1 {
  font-size: 44px;
  letter-spacing: 3px;
  line-height: 1.35;
  font-weight: 900;
  text-shadow: 0 3px 14px rgba(0, 0, 0, .25);
}
.hero h1 .em { color: #FFDFA3; }
.hero .sub {
  margin-top: 16px;
  font-size: 19px;
  color: #FCE9D2;
  letter-spacing: 2px;
}
.hero .org {
  margin-top: 26px;
  font-size: 14.5px;
  color: rgba(255, 240, 225, .85);
  letter-spacing: 1px;
}
.hero-btns {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 110px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.hero-btns .btn + .btn {
  margin-left: 0 !important;
}
/* 閫氱敤鎸夐挳 */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 8px;
  padding: 14px 38px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
  cursor: pointer;
  border: none;
}
.btn-gold {
  background: linear-gradient(135deg, #E8C07E, #C9A063);
  color: #4A2600;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
          box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
}
.btn-gold:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, .3);
          box-shadow: 0 10px 26px rgba(0, 0, 0, .3);
}
.btn-ghost {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .55);
}
.btn-ghost:hover { background: rgba(255, 255, 255, .22); }
.btn .bi {
  width: 18px;
  height: 18px;
  object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* 鍊掕鏃� */
.countdown {
  margin-top: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 14px;
  background: rgba(0, 0, 0, .22);
  border: 1px solid rgba(255, 225, 170, .35);
  border-radius: 14px;
  padding: 14px 28px;
}
.countdown .label {
  font-size: 14px;
  color: #FBE8C8;
  letter-spacing: 2px;
}
.cd-box {
  text-align: center;
  min-width: 58px;
}
.cd-num {
  font-size: 30px;
  font-weight: 900;
  color: #FFDFA3;
  font-variant-numeric: tabular-nums;
}
.cd-unit {
  font-size: 12px;
  color: rgba(255, 240, 225, .8);
}
.cd-sep {
  font-size: 24px;
  color: rgba(255, 225, 170, .6);
  font-weight: 300;
}

/* ===== 閫氱敤鏉垮潡 ===== */
.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 24px 8px;
}
.sec-head {
  text-align: center;
  margin-bottom: 38px;
}
.sec-head .tag {
  display: inline-block;
  color: var(--red);
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: 8px;
  font-weight: 700;
}
.sec-head h2 {
  font-size: 30px;
  letter-spacing: 2px;
  color: var(--red-deep);
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding: 0 56px;
}
.sec-head h2::before,
.sec-head h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.sec-head h2::before { left: 0; }
.sec-head h2::after { right: 0; -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); }
.sec-head .desc {
  margin-top: 12px;
  color: var(--gray);
  font-size: 15.5px;
}

/* 鍏抽敭淇℃伅鏉� */
.keybar {
  max-width: 1180px;
  margin: -15px auto 0;
  position: relative;
  z-index: 5;
  padding: 0 24px;
}
.keybar-inner {
  background: var(--card);
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 36px rgba(120, 40, 30, .14);
          box-shadow: 0 10px 36px rgba(120, 40, 30, .14);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.keycell {
  padding: 24px 20px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.keycell:last-child { border-right: none; }
.keycell .ic { width: 40px; height: 40px; object-fit: contain; display: block; margin: 0 auto; }
.keycell .t {
  font-size: 13.5px;
  color: var(--gray);
  margin-top: 6px;
  letter-spacing: 1px;
}
.keycell .v {
  font-size: 16.5px;
  font-weight: 700;
  color: var(--red-deep);
  margin-top: 4px;
}

/* 鑳屾櫙瀵艰 */
.lead-card {
  background: var(--card);
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 34px 40px;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, .04);
          box-shadow: 0 4px 18px rgba(0, 0, 0, .04);
  position: relative;
}
.lead-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  bottom: 26px;
  width: 5px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--red), var(--gold));
}
.lead-card p {
  text-indent: 2em;
  font-size: 16.5px;
  color: #3A3A3A;
  margin-bottom: 10px;
}
.lead-card .policy {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.policy span a{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 6px;
  background: #FBF3E6;
  border: 1px solid var(--gold-light);
  color: #8A6420;
  font-size: 13.5px;
  padding: 5px 14px;
  border-radius: 999px;
  text-decoration: none;
}
.policy .pi {
  width: 16px;
  height: 16px;
  object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* 寰侀泦鏂瑰悜 */
.topic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.topic-card {
  background: var(--card);
  border-radius: 14px;
  border: 1px solid var(--line);
  overflow: hidden;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
          box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
}
.topic-card:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 14px 34px rgba(140, 50, 35, .15);
          box-shadow: 0 14px 34px rgba(140, 50, 35, .15);
}
.topic-card .th {
  padding: 20px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 14px;
  color: #fff;
}
.topic-card:nth-child(1) .th { background: linear-gradient(135deg, #9E2A22, #C4483A); }
.topic-card:nth-child(2) .th { background: linear-gradient(135deg, #1F4E79, #3C77AC); }
.topic-card .no {
  font-size: 26px;
  font-weight: 900;
  opacity: .85;
  font-family: Georgia, serif;
}
.topic-card .th h3 {
  font-size: 19px;
  letter-spacing: 1px;
}
.topic-card .tb { padding: 24px 28px 28px; }
.topic-card .tb p {
  color: #444;
  font-size: 15px;
  text-indent: 2em;
}
.topic-card .pts {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.pts .pt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  font-size: 14.5px;
  color: #555;
}
.pts .pt::before {
  content: "鈻�";
  color: var(--gold);
  font-weight: 900;
  margin-top: 1px;
}

/* 鎾板啓瑙勮寖 */
.spec-wrap {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 26px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.step-flow {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px 32px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
          box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
}
.step-flow h3,
.spec-side h3 {
  font-size: 18px;
  color: var(--red-deep);
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 8px;
}
.step-flow h3::before,
.spec-side h3::before {
  content: "";
  width: 8px;
  height: 18px;
  background: var(--red);
  border-radius: 3px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.step {
  background: #FDFAF4;
  border: 1px solid var(--gold-light);
  border-radius: 10px;
  padding: 16px 14px;
  text-align: center;
  position: relative;
  -webkit-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}
.step:hover {
  background: #FBF1DF;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.step .sn {
  width: 30px;
  height: 30px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), #D4553F);
  color: #fff;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 14px;
}
.step .st {
  font-weight: 700;
  font-size: 15.5px;
  color: #5A2B00;
}
.step .sd {
  font-size: 12.5px;
  color: #8A7A5E;
  margin-top: 4px;
  line-height: 1.5;
}
.spec-side {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px 32px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
          box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
}
.spec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.spec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  background: #FAF7F0;
  border-radius: 10px;
  padding: 13px 16px;
  font-size: 14.5px;
  color: #4A4A4A;
}
.spec-item .si {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: var(--red);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 13px;
}
.spec-item b { color: var(--red-deep); }

/* 鏃堕棿杞� */
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin-top: 10px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 29px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold), var(--red));
  border-radius: 3px;
}
.tl-node {
  text-align: center;
  position: relative;
  padding: 0 12px;
}
.tl-dot {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--gold);
  display: block;
  object-fit: contain;
  padding: 10px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 4px 12px rgba(160, 110, 40, .2);
          box-shadow: 0 4px 12px rgba(160, 110, 40, .2);
}
.tl-node.hot .tl-dot {
  border-color: var(--red);
  background: linear-gradient(135deg, #B7332C, #D4553F);
}
.tl-date {
  margin-top: 14px;
  font-weight: 800;
  color: var(--red-deep);
  font-size: 16px;
}
.tl-txt {
  color: var(--gray);
  font-size: 13.5px;
  margin-top: 4px;
  line-height: 1.6;
}

/* ===== 鐢虫姤涓撳尯 ===== */
.apply-zone {
  background: linear-gradient(180deg, #FBF6EC, #F5EDDD);
  border-top: 1px solid var(--gold-light);
  border-bottom: 1px solid var(--gold-light);
  margin-top: 64px;
  padding: 64px 0 72px;
}
.apply-grid {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 24px;
}
.apply-info {
  background: linear-gradient(160deg, #8E1F1A, #B7332C);
  border-radius: 16px;
  color: #fff;
  padding: 40px 38px;
  position: static;
  -webkit-box-shadow: 0 12px 32px rgba(142, 31, 26, .3);
          box-shadow: 0 12px 32px rgba(142, 31, 26, .3);
}
.apply-info h3 {
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 8px;
}
.ai-icon, .dl-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ai-icon { margin-right: 2px; }
.apply-info .ai-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.ai-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  font-size: 14.5px;
  color: #FBE8D8;
  line-height: 1.7;
}
.ai-item .n {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 223, 163, .25);
  border: 1px solid rgba(255, 223, 163, .6);
  color: #FFDFA3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 12.5px;
  font-weight: 700;
  margin-top: 2px;
}
.ai-item b { color: #FFE9BE; }
.apply-info .dl {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px dashed rgba(255, 235, 200, .4);
}
.dl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
  color: #FFE9BE;
  text-decoration: none;
  font-size: 14.5px;
  padding: 9px 0;
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
}
.dl a:hover {
  color: #fff;
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

/* 琛ㄥ崟鍗＄墖 */
.form-card {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 34px rgba(120, 60, 30, .12);
          box-shadow: 0 10px 34px rgba(120, 60, 30, .12);
  padding: 38px 42px;
}
.form-card h3 {
  font-size: 22px;
  color: var(--red-deep);
  letter-spacing: 2px;
  text-align: center;
}
.form-card .fc-sub {
  text-align: center;
  color: var(--gray);
  font-size: 13.5px;
  margin: 8px 0 26px;
}
.fgroup { margin-bottom: 18px; }
.frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
label.flabel {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #3A3A3A;
  margin-bottom: 7px;
}
label.flabel .req {
  color: var(--red);
  margin-left: 2px;
}
.fin,
.fsel,
.ftxt {
  width: 100%;
  border: 1.5px solid #DED5C4;
  border-radius: 9px;
  padding: 11px 14px;
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  background: #FDFCF9;
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
  outline: none;
}
.fin:focus,
.fsel:focus,
.ftxt:focus {
  border-color: var(--red);
  background: #fff;
  -webkit-box-shadow: 0 0 0 3px rgba(183, 51, 44, .1);
          box-shadow: 0 0 0 3px rgba(183, 51, 44, .1);
}
.ftxt {
  resize: vertical;
  min-height: 100px;
}
.fhint {
  font-size: 12.5px;
  color: #9A8F7A;
  margin-top: 5px;
}
.chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.chip { position: relative; }
.chip input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}
.chip span {
  display: inline-block;
  padding: 8px 18px;
  border: 1.5px solid #DED5C4;
  border-radius: 999px;
  font-size: 14px;
  color: #5A5A5A;
  background: #FDFCF9;
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
  cursor: pointer;
}
.chip input:checked + span {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  font-weight: 700;
}
.chip:hover span { border-color: var(--red); }

/* 涓婁紶鍖� */
.upzone {
  border: 2px dashed #CBB98F;
  border-radius: 14px;
  background: #FDFAF2;
  padding: 34px 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}
.upzone:hover,
.upzone.drag {
  border-color: var(--red);
  background: #FBF2EC;
}
.upzone .ui { font-size: 40px; }
.upzone .ut {
  font-size: 16px;
  font-weight: 700;
  color: var(--red-deep);
  margin-top: 8px;
}
.upzone .ud {
  font-size: 13px;
  color: #9A8F7A;
  margin-top: 5px;
  line-height: 1.7;
}
.upzone input { display: none; }
.flist {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
.fitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
  background: #F6F1E6;
  border: 1px solid var(--gold-light);
  border-radius: 9px;
  padding: 10px 14px;
  font-size: 14px;
}
.fitem .fic { font-size: 19px; }
.fitem .fname {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  color: #4A4A4A;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.fitem .fsize {
  color: #9A8F7A;
  font-size: 12.5px;
}
.fitem .fdel {
  color: #B7332C;
  cursor: pointer;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 6px;
}
.fitem .fdel:hover { background: rgba(183, 51, 44, .1); }
.agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  background: #FBF6EA;
  border: 1px solid var(--gold-light);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 13.5px;
  color: #6A5A3A;
  line-height: 1.7;
}
.agree input {
  margin-top: 4px;
  accent-color: var(--red);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.submit-btn {
  width: 100%;
  margin-top: 22px;
  padding: 16px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #B7332C, #D4553F);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 6px;
  cursor: pointer;
  -webkit-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
  -webkit-box-shadow: 0 8px 22px rgba(183, 51, 44, .35);
          box-shadow: 0 8px 22px rgba(183, 51, 44, .35);
}
.submit-btn:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 30px rgba(183, 51, 44, .45);
          box-shadow: 0 12px 30px rgba(183, 51, 44, .45);
}
.submit-btn:disabled {
  background: #C9BFAF;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.form-note {
  text-align: center;
  font-size: 12.5px;
  color: #9A8F7A;
  margin-top: 14px;
}

/* 甯歌闂 */
.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 24px;
}
.faq-item .q {
  font-weight: 700;
  color: var(--red-deep);
  font-size: 15.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
.faq-item .q::before {
  content: "闂�";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--red);
  color: #fff;
  border-radius: 6px;
  font-size: 12.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 2px;
}
.faq-item .a {
  margin-top: 10px;
  color: #555;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
.faq-item .a::before {
  content: "绛�";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--gold);
  color: #fff;
  border-radius: 6px;
  font-size: 12.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 2px;
}

/* 寮圭獥 */
.modal-mask {
  position: fixed;
  inset: 0;
  background: rgba(30, 10, 8, .55);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.modal-mask.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.modal {
  background: #fff;
  border-radius: 18px;
  max-width: 440px;
  width: 92%;
  padding: 40px 36px;
  text-align: center;
  -webkit-box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
          box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
  -webkit-animation: pop .3s ease;
          animation: pop .3s ease;
}
@-webkit-keyframes pop {
  from { -webkit-transform: scale(.85); transform: scale(.85); opacity: 0; }
  to   { -webkit-transform: scale(1);  transform: scale(1);  opacity: 1; }
}
@keyframes pop {
  from { -webkit-transform: scale(.85); transform: scale(.85); opacity: 0; }
  to   { -webkit-transform: scale(1);  transform: scale(1);  opacity: 1; }
}
.modal .mic {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3AA05A, #57C078);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 36px;
  color: #fff;
}
.modal h3 {
  font-size: 21px;
  color: #2B2B2B;
  margin-bottom: 10px;
}
.modal p {
  font-size: 14.5px;
  color: #666;
  line-height: 1.8;
}
.modal .mno {
  margin-top: 14px;
  background: #F6F1E6;
  border-radius: 9px;
  padding: 10px;
  font-size: 14px;
  color: #8A6420;
  font-weight: 700;
  letter-spacing: 1px;
}
.modal button {
  margin-top: 22px;
  padding: 11px 44px;
  border: none;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 15.5px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 2px;
}

/* 杩斿洖椤堕儴 */
#toTop {
  position: fixed;
  right: 26px;
  bottom: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 18px rgba(183, 51, 44, .4);
          box-shadow: 0 6px 18px rgba(183, 51, 44, .4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
  z-index: 90;
}
#toTop.show {
  opacity: 1;
  pointer-events: auto;
}

/* ===== 鍝嶅簲寮� ===== */
@media (max-width: 900px) {
  .hero h1 { font-size: 30px; }
  .keybar-inner { grid-template-columns: 1fr 1fr; }
  .keycell:nth-child(2) { border-right: none; }
  .keycell { border-bottom: 1px solid var(--line); }
  .topic-grid,
  .spec-wrap,
  .apply-grid,
  .faq { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 26px; }
  .timeline::before { display: none; }
  .steps { grid-template-columns: 1fr 1fr; }
  .apply-info { position: static; }
  .frow { grid-template-columns: 1fr; }
}

#topics .topic-grid .topic-card:nth-child(1) .pt::before { content: none !important; }
#topics .topic-grid .topic-card:nth-child(2) .pt::before { content: none !important; }
#topics .pt img {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: 7px;
}