:root {
  --ink: #173253;
  --night: #334f8c;
  --night-2: #263f76;
  --paper: #eaf4fb;
  --white: #fdfefe;
  --gold: #ffd65c;
  --coral: #f18a38;
  --cyan: #65c7da;
  --pink: #8295d9;
  --muted: #56708b;
  --line: rgba(35, 68, 112, .17);
  --content: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif; }
body.ak-caidan-dakai { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.ak-rongqi { width: var(--content); margin-inline: auto; }
.ak-xiaobiao { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: var(--coral); font-size: 12px; font-weight: 900; }
.ak-xiaobiao::before { width: 28px; height: 3px; background: currentColor; content: ""; }
.ak-mokuai-biaoti { display: block; width: min(760px, 100%); margin: 0 auto 48px; text-align: center; }
.ak-mokuai-biaoti .ak-xiaobiao { justify-content: center; }
.ak-mokuai-biaoti h2 { margin: 0; font-size: clamp(36px, 5vw, 64px); line-height: 1.05; }
.ak-mokuai-biaoti p { max-width: 680px; margin: 18px auto 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.ak-tubiao { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; font-size: 20px; line-height: 1; }

.ak-toubu { position: fixed; z-index: 50; top: 0; right: 0; left: 0; height: 76px; color: white; background: rgba(50, 77, 137, .9); border-bottom: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(14px); }
.ak-daohang-neirong { display: flex; align-items: center; height: 100%; }
.ak-pinpai { display: flex; align-items: center; gap: 11px; min-width: 190px; }
.ak-pinpai-tubiao { position: relative; display: grid; place-items: center; width: 42px; height: 42px; overflow: hidden; background: var(--gold); border: 2px solid #fff; border-radius: 50%; }
.ak-pinpai-tubiao img { width: 100%; height: 100%; object-fit: cover; }
.ak-pinpai strong { display: block; font-size: 17px; }
.ak-pinpai small { display: block; margin-top: 2px; color: #d9e4ff; font-size: 9px; font-weight: 800; }
.ak-diannao-daohang { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.ak-diannao-daohang a { position: relative; color: #f3f6ff; font-size: 13px; font-weight: 700; }
.ak-diannao-daohang a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--gold); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.ak-diannao-daohang a:hover::after { transform: scaleX(1); }
.ak-daohang-anniu { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; margin-left: 28px; padding: 0 18px; color: var(--night); background: var(--gold); border-radius: 5px; font-size: 13px; font-weight: 900; }
.ak-caidan-anniu { display: none; width: 42px; height: 42px; margin-left: auto; padding: 0; color: white; background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 5px; }
.ak-shouji-daohang { display: none; }

.ak-shouping { position: relative; min-height: 780px; height: 100svh; max-height: 920px; overflow: hidden; color: var(--ink); background: #bedaf5; }
.ak-shouping::before { position: absolute; top: -47%; right: -5%; left: -5%; height: 74%; background: #7588cd; border-radius: 0 0 48% 52%; box-shadow: 0 44px 0 rgba(67, 93, 151, .22); content: ""; transform: rotate(-2deg); }
.ak-shouping::after { position: absolute; right: -12%; bottom: -31%; left: -8%; height: 52%; background: #69c6d8; border-radius: 52% 48% 0 0; box-shadow: 0 -32px 0 rgba(80, 150, 196, .18); content: ""; transform: rotate(2deg); }
.ak-guiji { position: absolute; top: 19%; left: 50%; width: 590px; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.42); border-radius: 50%; transform: translateX(-50%); }
.ak-guiji::before, .ak-guiji::after { position: absolute; width: 14px; height: 14px; background: var(--gold); border: 4px solid rgba(255,255,255,.7); content: ""; transform: rotate(45deg); }
.ak-guiji::before { top: 11%; left: 13%; box-shadow: 0 0 0 7px rgba(255,214,92,.16); }
.ak-guiji::after { right: 4%; bottom: 30%; background: #f5fbff; box-shadow: 0 0 0 7px rgba(255,255,255,.16); }
.ak-shouping .ak-rongqi { position: relative; z-index: 3; min-height: 100%; padding-top: 76px; }
.ak-shouping-wenan { position: static; text-align: center; }
.ak-mingcheng-qu { position: absolute; z-index: 7; top: 64%; right: 0; left: 0; width: min(680px, 100%); margin: auto; padding: 18px 24px 22px; background: #bedaf5; transform: translateY(-50%); }
.ak-mingcheng-qu::after { position: absolute; z-index: -1; right: 18%; bottom: -24px; left: 18%; height: 24px; background: rgba(48, 75, 135, .28); border-radius: 50%; filter: blur(10px); content: ""; }
.ak-mingcheng { display: flex; align-items: center; justify-content: center; }
.ak-shouping h1 { display: flex; align-items: baseline; width: max-content; max-width: 100%; margin: 0 auto; padding: 0 8px 7px; color: #284a83; background: transparent; font-size: clamp(60px, 6.2vw, 84px); font-weight: 1000; line-height: 1; letter-spacing: 0; -webkit-text-stroke: 1px #193965; paint-order: stroke fill; text-align: center; transform: skewX(-4deg); }
.ak-shouping h1 span, .ak-shouping h1 b { display: block; font-weight: inherit; }
.ak-shouping h1 span { text-shadow: 0 2px 0 #dce9ff, 0 6px 0 rgba(73,96,151,.28); }
.ak-shouping h1 b { position: relative; margin-left: 9px; color: #ed842d; -webkit-text-stroke-color: #b85e26; text-shadow: 0 2px 0 #ffedaa, 0 6px 0 #cf6c2a, 3px 9px 0 rgba(74,82,132,.16); }
.ak-shouping h1 b::after { position: absolute; right: 1px; bottom: -5px; left: 1px; height: 6px; background: var(--gold); border-radius: 4px; content: ""; transform: skewX(-18deg); }
.ak-fubiaoti { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 20px 0 0; color: #31527d; font-size: 15px; font-weight: 900; }
.ak-fubiaoti::before, .ak-fubiaoti::after { width: 24px; height: 2px; background: #7894c6; content: ""; }
.ak-shouping-anniu { position: absolute; z-index: 8; right: 0; bottom: 58px; left: 0; display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0; }
.ak-zhu-anniu, .ak-ci-anniu { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 56px; padding: 0 24px; border: 1px solid var(--gold); border-radius: 5px; font-size: 14px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.ak-zhu-anniu { color: #263d6c; background: var(--gold); box-shadow: 6px 6px 0 var(--coral); }
.ak-zhu-anniu:hover { transform: translate(3px, 3px); box-shadow: 4px 4px 0 var(--coral); }
.ak-ci-anniu { color: white; }
.ak-huoqu-anniu, .ak-kaishi-anniu { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 204px; min-width: 204px; height: 62px; min-height: 62px; padding: 0 24px; overflow: hidden; border: 2px solid; border-radius: 6px; font-size: 14px; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease; }
.ak-huoqu-anniu::before, .ak-kaishi-anniu::before { position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.28); border-radius: 3px; content: ""; pointer-events: none; }
.ak-huoqu-anniu::after, .ak-kaishi-anniu::after { position: absolute; top: 0; right: 0; width: 38px; height: 100%; background: rgba(255,255,255,.14); clip-path: polygon(48% 0, 100% 0, 100% 100%, 0 100%); content: ""; pointer-events: none; }
.ak-huoqu-anniu { color: white; background: #3d61ab; border-color: #dce8ff; box-shadow: 0 6px 0 #28477f, 0 13px 24px rgba(42,58,102,.2); }
.ak-huoqu-anniu:hover { transform: translateY(3px); box-shadow: 0 3px 0 #28477f, 0 8px 16px rgba(42,58,102,.2); }
.ak-huoqu-anniu .ak-tubiao { width: 22px; height: 22px; font-size: 22px; }
.ak-kaishi-anniu { color: #243f70; background: #ffb63e; border-color: #fff0a9; box-shadow: 0 6px 0 #dc772d, 0 13px 24px rgba(78,65,97,.2); }
.ak-kaishi-anniu:hover { transform: translateY(3px); box-shadow: 0 3px 0 #dc772d, 0 8px 16px rgba(78,65,97,.2); }
.ak-shouping-huamian { position: absolute; z-index: 4; inset: 76px 0 245px; }
.ak-renwu { position: absolute; z-index: 3; top: 10px; left: 50%; width: 560px; height: 560px; transform: translateX(-50%); }
.ak-renwu::after { display: none; content: ""; }
.ak-renwu img { position: absolute; z-index: 2; inset: 0; width: 560px; filter: drop-shadow(0 23px 28px rgba(44,60,114,.28)); }
.ak-duihua { position: absolute; z-index: 5; max-width: 235px; padding: 18px 20px; color: #234463; background: rgba(255,255,255,.92); border: 1px solid rgba(72,100,157,.2); box-shadow: 10px 12px 28px rgba(55,76,128,.16); font-size: 14px; font-weight: 800; line-height: 1.65; }
.ak-duihua::after { position: absolute; width: 18px; height: 18px; background: var(--white); content: ""; transform: rotate(45deg); }
.ak-duihua-zuo { top: 25%; left: 9%; }
.ak-duihua-zuo::after { right: -9px; bottom: 18px; }
.ak-duihua-you { top: 38%; right: 8%; color: white; background: #536eae; }
.ak-duihua-you::after { bottom: -9px; left: 22px; background: #536eae; }
.ak-xiangxia-tishi { position: absolute; z-index: 5; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; color: #315983; font-size: 11px; font-weight: 800; writing-mode: vertical-rl; }
.ak-xiangxia-tishi::after { width: 1px; height: 48px; background: var(--cyan); content: ""; }

.ak-zhanshi { position: relative; padding: 118px 0 126px; overflow: hidden; background: #f5f9ff; }
.ak-zhanshi::before { position: absolute; top: 70px; right: -85px; color: rgba(23,25,35,.045); content: "PLAY"; font-size: 190px; font-weight: 900; }
.ak-huamian-liebiao { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; align-items: start; }
.ak-huamian { position: relative; margin: 0; overflow: hidden; background: #26355f; border: 8px solid #26355f; border-bottom-width: 11px; border-radius: 7px; box-shadow: 0 23px 45px rgba(49,70,122,.2); }
.ak-huamian:nth-child(even) { margin-top: 38px; }
.ak-huamian::before { position: absolute; z-index: 2; top: 5px; left: 50%; width: 34%; height: 5px; background: #11121a; border-radius: 8px; content: ""; transform: translateX(-50%); }
.ak-huamian img { width: 100%; aspect-ratio: 480/853; object-fit: cover; object-position: top; transition: transform .5s ease; }
.ak-huamian:hover img { transform: scale(1.035); }
.ak-huamian-biaoqian { position: absolute; z-index: 3; right: 8px; bottom: 8px; left: 8px; display: flex; align-items: center; justify-content: space-between; padding: 12px; color: white; background: rgba(48,76,137,.94); backdrop-filter: blur(8px); font-size: 12px; font-weight: 800; }
.ak-huamian-biaoqian b { color: var(--gold); font-size: 10px; }

.ak-liangdian { padding: 112px 0; color: #233f70; background: #aebbea; }
.ak-liangdian .ak-mokuai-biaoti p { color: #3f5684; }
.ak-liangdian .ak-xiaobiao { color: #38558e; }
.ak-liangdian-liebiao { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(35,63,112,.3); border-left: 1px solid rgba(35,63,112,.3); }
.ak-liangdian-xiang { min-height: 255px; padding: 31px 27px; background: rgba(255,255,255,.12); border-right: 1px solid rgba(35,63,112,.3); border-bottom: 1px solid rgba(35,63,112,.3); }
.ak-liangdian-tubiao { display: grid; place-items: center; width: 48px; height: 48px; color: white; background: var(--night); border-radius: 5px; }
.ak-liangdian-xiang:nth-child(2) .ak-liangdian-tubiao { background: var(--coral); }
.ak-liangdian-xiang:nth-child(3) .ak-liangdian-tubiao { background: #186b73; }
.ak-liangdian-xiang:nth-child(4) .ak-liangdian-tubiao { background: #793651; }
.ak-liangdian-xiang h3 { margin: 28px 0 0; font-size: 20px; }
.ak-liangdian-xiang p { margin: 12px 0 0; color: #405985; font-size: 13px; line-height: 1.8; }

.ak-wanfa { padding: 118px 0; color: white; background: #314d88; }
.ak-wanfa-buju { display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 86px; align-items: center; }
.ak-wanfa .ak-xiaobiao { color: var(--cyan); }
.ak-wanfa .ak-mokuai-biaoti h2 { color: white; }
.ak-wanfa .ak-mokuai-biaoti > p { color: #d3ddf5; }
.ak-buzhou-liebiao { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.17); }
.ak-buzhou { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.ak-buzhou b { color: var(--gold); font-size: 13px; }
.ak-buzhou h3 { margin: 0; font-size: 16px; }
.ak-buzhou p { margin: 7px 0 0; color: #c4d1ee; font-size: 12px; line-height: 1.75; }
.ak-shiwan { overflow: hidden; color: var(--ink); background: var(--white); border: 1px solid #7188bc; border-radius: 7px; box-shadow: 14px 14px 0 var(--cyan); }
.ak-shiwan-toubu { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 20px; color: white; background: var(--night-2); font-size: 11px; font-weight: 900; }
.ak-shiwan-jindu { color: var(--gold); }
.ak-shiwan-neirong { min-height: 420px; padding: 30px 28px 28px; }
.ak-shiwan-touxiang { display: grid; place-items: center; width: 78px; height: 78px; margin: 0 auto; overflow: hidden; background: var(--gold); border: 4px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 2px var(--coral); }
.ak-shiwan-touxiang img { width: 100%; height: 100%; object-fit: cover; }
.ak-shiwan-wenti { display: flex; align-items: center; justify-content: center; min-height: 82px; margin: 22px 0 0; font-size: 18px; font-weight: 900; line-height: 1.6; text-align: center; }
.ak-shiwan-xuanxiang { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 16px; }
.ak-shiwan-xuanxiang button { min-height: 46px; padding: 0 12px; color: var(--ink); background: transparent; border: 1px solid #c8c9c4; border-radius: 4px; cursor: pointer; font-size: 13px; font-weight: 800; }
.ak-shiwan-xuanxiang button:hover { color: var(--night); background: var(--gold); border-color: var(--gold); }
.ak-shiwan-xuanxiang button:last-child { grid-column: 1 / -1; }
.ak-shiwan-tishi { margin: 18px 0 0; color: #858783; font-size: 11px; text-align: center; }
.ak-shiwan-chongzhi { display: none; width: 100%; min-height: 48px; margin-top: 17px; color: white; background: var(--coral); border: 0; border-radius: 4px; cursor: pointer; font-weight: 900; }
.ak-shiwan.ak-wancheng .ak-shiwan-xuanxiang { display: none; }
.ak-shiwan.ak-wancheng .ak-shiwan-chongzhi { display: block; }

.ak-wenti { padding: 118px 0; background: #edf6ff; }
.ak-wenti-buju { width: min(900px, 100%); margin: 0 auto; }
.ak-wenti h2 { margin: 0; font-size: clamp(40px, 5vw, 62px); line-height: 1.05; }
.ak-wenti-jianjie { margin: 18px auto 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.ak-wenti-liebiao { border-top: 2px solid var(--ink); }
.ak-wenti-xiang { border-bottom: 1px solid var(--line); }
.ak-wenti-anniu { display: grid; grid-template-columns: 50px 1fr 24px; align-items: center; width: 100%; min-height: 82px; padding: 0; color: var(--ink); background: transparent; border: 0; cursor: pointer; text-align: left; }
.ak-wenti-anniu span { color: var(--coral); font-size: 11px; font-weight: 900; }
.ak-wenti-anniu strong { font-size: 15px; }
.ak-wenti-anniu .ak-tubiao { transition: transform .2s ease; }
.ak-wenti-huida { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.ak-wenti-huida > div { overflow: hidden; }
.ak-wenti-huida p { margin: 0; padding: 0 38px 24px 50px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.ak-wenti-xiang.ak-zhankai .ak-wenti-huida { grid-template-rows: 1fr; }
.ak-wenti-xiang.ak-zhankai .ak-wenti-anniu .ak-tubiao { transform: rotate(45deg); }

.ak-pingjia { padding: 112px 0 120px; background: #c6e7f3; }
.ak-pingjia .ak-mokuai-biaoti p { color: #496b86; }
.ak-pingjia-liebiao { columns: 3; column-gap: 16px; }
.ak-pingjia-xiang { display: inline-block; width: 100%; margin: 0 0 16px; padding: 25px; background: var(--white); border: 1px solid #9fc7dd; border-top: 5px solid var(--cyan); border-radius: 6px; break-inside: avoid; }
.ak-pingjia-xiang:nth-child(2), .ak-pingjia-xiang:nth-child(5) { border-top-color: var(--coral); }
.ak-pingjia-xiang:nth-child(3), .ak-pingjia-xiang:nth-child(6) { border-top-color: var(--gold); }
.ak-pingjia-xinxi { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 15px; border-bottom: 1px solid #d8e7ed; }
.ak-pingjia-xinxi strong { display: block; font-size: 13px; }
.ak-pingjia-xinxi time { color: #7187a0; font-size: 10px; white-space: nowrap; }
.ak-pingjia-xiang p { margin: 18px 0 0; color: #465f7b; font-size: 13px; line-height: 1.85; }

.ak-weibu-haozhao { padding: 78px 0; color: white; background: #647bc4; }
.ak-weibu-haozhao .ak-rongqi { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.ak-weibu-haozhao h2 { margin: 0; font-size: clamp(34px, 4.5vw, 56px); }
.ak-weibu-haozhao p { margin: 10px 0 0; color: #e5ebff; font-size: 14px; }
.ak-weibu-haozhao .ak-zhu-anniu { flex: 0 0 auto; box-shadow: 7px 7px 0 var(--night); }
.ak-yejiao { padding: 36px 0; color: #b7c5e5; background: #233b70; font-size: 11px; }
.ak-yejiao-neirong { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.ak-yejiao-pinpai { color: white; font-size: 15px; font-weight: 900; }
.ak-yejiao-yuming { color: var(--gold); font-weight: 800; }
.ak-yejiao-daohang { display: flex; gap: 22px; }

@media (max-width: 1000px) {
  .ak-diannao-daohang, .ak-daohang-anniu { display: none; }
  .ak-caidan-anniu { display: grid; place-items: center; }
  .ak-shouji-daohang { position: fixed; z-index: 49; top: 76px; right: 0; left: 0; display: grid; padding: 18px 24px 26px; color: white; background: var(--night); border-bottom: 1px solid rgba(255,255,255,.2); transform: translateY(-130%); transition: transform .25s ease; }
  .ak-shouji-daohang.ak-zhankai { transform: translateY(0); }
  .ak-shouji-daohang a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-weight: 800; }
  .ak-shouji-daohang a:last-child { color: var(--gold); border-bottom: 0; }
  .ak-shouping h1 { font-size: 68px; }
  .ak-renwu { width: 500px; height: 500px; }
  .ak-renwu img { width: 500px; }
  .ak-duihua { display: none; }
  .ak-wanfa-buju { grid-template-columns: 1fr 410px; gap: 46px; }
  .ak-wenti-buju { gap: 50px; }
  .ak-pingjia-liebiao { columns: 2; }
}

@media (max-width: 760px) {
  :root { --content: min(100% - 30px, 620px); }
  .ak-mokuai-biaoti { margin-bottom: 32px; }
  .ak-mokuai-biaoti h2 { font-size: 39px; }
  .ak-shouping { min-height: 790px; height: 100svh; max-height: 860px; }
  .ak-shouping::before { top: -35%; height: 55%; }
  .ak-shouping::after { right: -35%; bottom: -19%; left: -30%; height: 32%; }
  .ak-shouping .ak-rongqi { padding-top: 76px; }
  .ak-mingcheng-qu { top: 65%; padding: 12px 8px 16px; }
  .ak-shouping h1 { font-size: 60px; }
  .ak-shouping h1 b { margin-left: 5px; }
  .ak-shouping h1 b::after { bottom: -3px; height: 4px; }
  .ak-fubiaoti { margin-top: 20px; font-size: 13px; }
  .ak-fubiaoti::before, .ak-fubiaoti::after { width: 16px; }
  .ak-shouping-anniu { right: 50%; bottom: 100px; left: auto; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; width: min(100%, 360px); margin: 0; transform: translateX(50%); }
  .ak-zhu-anniu, .ak-ci-anniu { min-height: 50px; padding: 0 18px; }
  .ak-kaishi-anniu, .ak-huoqu-anniu { width: 100%; min-width: 0; height: 54px; min-height: 54px; padding: 0 10px; font-size: 12px; box-shadow: 0 4px 0 #dc772d, 0 9px 18px rgba(42,58,102,.18); }
  .ak-huoqu-anniu { box-shadow: 0 4px 0 #28477f, 0 9px 18px rgba(42,58,102,.18); }
  .ak-shouping-huamian { inset: 76px 0 300px; }
  .ak-guiji { top: 18%; left: 50%; width: 390px; }
  .ak-renwu { top: 32px; left: 50%; width: 350px; height: 350px; opacity: 1; transform: translateX(-50%); }
  .ak-renwu img { width: 350px; }
  .ak-xiangxia-tishi { display: none; }
  .ak-zhanshi, .ak-liangdian, .ak-wanfa, .ak-wenti, .ak-pingjia { padding: 78px 0; }
  .ak-zhanshi::before { font-size: 100px; }
  .ak-huamian-liebiao { grid-template-columns: repeat(2,1fr); gap: 11px; }
  .ak-huamian:nth-child(even) { margin-top: 22px; }
  .ak-huamian-biaoqian { padding: 9px; font-size: 10px; }
  .ak-liangdian-liebiao { grid-template-columns: 1fr; }
  .ak-liangdian-xiang { min-height: 0; }
  .ak-wanfa-buju { grid-template-columns: 1fr; gap: 47px; }
  .ak-wanfa h2 { font-size: 41px; }
  .ak-shiwan { box-shadow: 8px 8px 0 var(--cyan); }
  .ak-shiwan-neirong { min-height: 400px; padding: 26px 18px 22px; }
  .ak-wenti-buju { grid-template-columns: 1fr; gap: 38px; }
  .ak-wenti-anniu { grid-template-columns: 38px 1fr 22px; }
  .ak-wenti-huida p { padding-left: 38px; }
  .ak-pingjia-liebiao { columns: 1; }
  .ak-weibu-haozhao .ak-rongqi, .ak-yejiao-neirong { align-items: flex-start; flex-direction: column; }
  .ak-yejiao-daohang { flex-wrap: wrap; }
}


@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/*投诉按钮，严禁改动！！！*/
.report-floating {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #2aa0ea;
    color: #fff;
}

.report-floating i {
    font-size: 18px;
    line-height: 1;
}