﻿/* 繁花漫画免广告版 fhmhmgg.cn 浅米暖调纸印风（取图集白底#F8F8F8+杏橙#F8A878+深蓝灰#282838+暖米#F8E8D8） */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; background: #F8F4EE; color: #2A2A3A; line-height: 1.7; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
.mc2m { width: 1200px; margin: 0 auto; }

/* 头部 */
.mk7m { position: sticky; top: 0; z-index: 50; background: #FFFFFF; border-bottom: 1px solid #E8D8C8; }
.mk7m .mc2m { display: flex; align-items: center; height: 66px; gap: 34px; }
.ml8d { display: flex; align-items: center; gap: 10px; }
.mi3s { width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 4px 10px rgba(208, 132, 64, .25); }
.mt7n { font-size: 21px; font-weight: 800; color: #D08440; letter-spacing: 1px; }
.mn9b { display: flex; gap: 26px; margin-left: auto; }
.mn9b a { font-size: 15px; color: #6A6A7A; padding: 6px 2px; border-bottom: 1px solid transparent; }
.mn9b a:hover { color: #D08440; border-color: #D08440; }
.mr4a { background: linear-gradient(135deg, #E8A058, #B86828); color: #FFFFFF; font-size: 15px; font-weight: 700; padding: 10px 24px; border-radius: 22px; box-shadow: 0 6px 16px rgba(208, 132, 64, .3); }

/* Hero */
.mb7v { position: relative; background: #F8F4EE; overflow: hidden; }
.mb7v::before { content: ""; position: absolute; inset: 0; background: radial-gradient(820px 400px at 14% 10%, rgba(208, 132, 64, .12), transparent 60%), radial-gradient(700px 360px at 86% 90%, rgba(248, 232, 216, .3), transparent 58%); pointer-events: none; }
.mh2c{ position: relative; max-width:1200px; margin: 0 auto; padding:84px 20px 92px; display: flex; align-items: center; gap: 70px; }
.ml9p { flex: 1; }
.mv6b { display: inline-block; border: 1px solid #E8C8A0; color: #D08440; font-size: 13px; font-weight: 600; padding: 5px 18px; border-radius: 18px; background: #FFFFFF; letter-spacing: 2px; }
.mp5m { font-size: 44px; font-weight: 900; line-height: 1.28; margin: 20px 0 16px; color: #2A2A3A; }
.ms4q { font-size: 17px; color: #6A6A7A; margin-bottom: 22px; }
.mf7d { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 26px; margin-bottom: 30px; }
.mf7d li { font-size: 15px; color: #4A4A5A; padding-left: 24px; position: relative; }
.mf7d li::before { content: ""; position: absolute; left: 0; top: 7px; width: 11px; height: 11px; border-radius: 50%; background: radial-gradient(circle at 32% 28%, #E8C8A0, #D08440); }
.mw3c { display: flex; gap: 16px; }
.mm8z { display: inline-block; background: linear-gradient(135deg, #E8A058, #B86828); color: #FFFFFF; font-size: 18px; font-weight: 800; padding: 15px 46px; border-radius: 30px; box-shadow: 0 10px 24px rgba(208, 132, 64, .35); }
.mo6x { display: inline-block; border: 1px solid #E8D0B8; color: #6A6A7A; font-size: 16px; padding: 14px 32px; border-radius: 30px; background: #FFFFFF; }
.mo6x:hover { border-color: #D08440; color: #D08440; }

/* Hero 右侧 四宫格封面墙 */
.mk1w { position: relative; width: 380px; flex-shrink: 0; }
.mk2e { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mk3a, .mk3b, .mk3c, .mk3d { border-radius: 12px; overflow: hidden; border: 1px solid #E8D8C8; background: #FFFFFF; box-shadow: 0 8px 20px rgba(208, 132, 64, .1); }
.mk3a { transform: translateY(8px); }
.mk3b { transform: translateY(-8px); }
.mk3c { transform: translateY(-8px); }
.mk3d { transform: translateY(8px); }
.mk4i { width: 100%; height: 190px; object-fit: cover; transition: transform .3s; }
.mk3a:hover .mk4i, .mk3b:hover .mk4i, .mk3c:hover .mk4i, .mk3d:hover .mk4i { transform: scale(1.08); }
.mk5g { display: block; text-align: center; font-size: 13px; color: #6A6A7A; padding-top: 18px; }

/* 通用模块标题 */
.mm1x { text-align: center; margin-bottom: 44px; }
.mp8y { display: inline-block; background: linear-gradient(135deg, #E8A058, #B86828); color: #FFFFFF; font-size: 13px; font-weight: 700; padding: 4px 18px; border-radius: 14px; letter-spacing: 2px; }
.mt3z { display: block; font-style: normal; font-size: 32px; font-weight: 900; letter-spacing: 6px; margin-top: 14px; color: #2A2A3A; }

/* 产品介绍 */
.mc9y { background: #F2EBE0; padding: 80px 0; border-top: 1px solid #E8D8C8; border-bottom: 1px solid #E8D8C8; }
.mx7b { width: 860px; margin: 0 auto 44px; text-align: center; font-size: 16px; color: #6A6A7A; }
.mr5h { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.mf2p { background: #FFFFFF; border: 1px solid #E8D8C8; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 16px rgba(208, 132, 64, .06); }
.mf2p img { width: 100%; height: 380px; object-fit: cover; }
.mf2p figcaption { text-align: center; font-size: 14px; color: #6A6A7A; padding: 12px 8px; }

/* 优势亮点 */
.my6d { padding: 80px 0; }
.mg2d { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mc7h { position: relative; background: #FFFFFF; border: 1px solid #E8D8C8; border-radius: 14px; padding: 28px 26px 24px; overflow: hidden; }
.mc7h::after { content: ""; position: absolute; right: -28px; top: -28px; width: 100px; height: 100px; border-radius: 50%; background: radial-gradient(circle, rgba(208, 132, 64, .14), transparent 66%); }
.mc7h:hover { border-color: #E8C8A0; transform: translateY(-4px); transition: all .25s; }
.mn9m { display: inline-block; font-size: 14px; font-weight: 900; color: #D08440; letter-spacing: 2px; }
.mb3q { display: block; font-size: 19px; font-weight: 800; margin: 10px 0 8px; color: #2A2A3A; }
.mx8v { font-size: 14px; color: #6A6A7A; }

/* 通用CTA */
.mb1w { display: table; margin: 40px auto 0; background: linear-gradient(135deg, #E8A058, #B86828); color: #FFFFFF; font-size: 17px; font-weight: 800; padding: 14px 44px; border-radius: 28px; box-shadow: 0 10px 22px rgba(208, 132, 64, .28); }
.ma9r { display: inline-block; vertical-align: middle; margin-left: 10px; border-left: 7px solid #FFFFFF; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }

/* 使用流程 */
.mw9u { background: #F2EBE0; padding: 80px 0; border-top: 1px solid #E8D8C8; border-bottom: 1px solid #E8D8C8; }
.mg8g { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ms5k { position: relative; text-align: center; padding: 30px 20px; background: #FFFFFF; border: 1px solid #E8D8C8; border-radius: 14px; }
.ms5k::before { content: ""; position: absolute; top: 50%; right: -25px; width: 22px; border-top: 1px solid #E8C8A0; }
.ms5k:last-child::before { display: none; }
.mn2v { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: #FFFFFF; border: 1px solid #D08440; color: #D08440; font-size: 19px; font-weight: 900; }
.mp8m { display: block; font-size: 18px; font-weight: 800; margin: 14px 0 8px; color: #2A2A3A; }
.mo7b { font-size: 14px; color: #6A6A7A; }

/* 产品资讯 */
.mz2m { padding: 80px 0; }
.mg7h { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.mc5m { background: #FFFFFF; border: 1px solid #E8D8C8; border-radius: 14px; padding: 26px 28px; }
.mc5m:hover { border-color: #E8C8A0; }
.md6b { display: inline-block; font-size: 12px; color: #D08440; border: 1px solid #E8C8A0; padding: 3px 12px; border-radius: 12px; margin-bottom: 12px; }
.me4f { display: block; font-style: normal; font-size: 18px; font-weight: 800; color: #2A2A3A; margin-bottom: 10px; }
.mf9x { font-size: 14px; color: #6A6A7A; margin-bottom: 14px; }
.mk8k { font-size: 14px; color: #D08440; font-weight: 700; }
.mk8k::after { content: ""; display: inline-block; margin-left: 8px; border-left: 6px solid #D08440; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

/* 常见问题 */
.mq8t { background: #F2EBE0; padding: 80px 0; border-top: 1px solid #E8D8C8; border-bottom: 1px solid #E8D8C8; }
.ml3n { width: 900px; margin: 0 auto; }
.me9u { background: #FFFFFF; border: 1px solid #E8D8C8; border-radius: 12px; margin-bottom: 14px; overflow: hidden; }
.mq5m { position: relative; padding: 18px 54px 18px 22px; font-size: 16px; font-weight: 700; color: #2A2A3A; cursor: pointer; }
.mq5m::after { content: ""; position: absolute; right: 22px; top: 26px; width: 9px; height: 9px; border-right: 2px solid #D08440; border-bottom: 2px solid #D08440; transform: rotate(45deg); transition: transform .25s; }
.me9u.on .mq5m::after { transform: rotate(225deg); top: 30px; }
.ma6x { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.ma6x p { padding: 0 22px 20px; font-size: 14px; color: #6A6A7A; }

/* 用户评价 */
.mv8k { padding: 80px 0; }
.mc3b { columns: 3; column-gap: 22px; }
.mv9c { break-inside: avoid; background: #FFFFFF; border: 1px solid #E8D8C8; border-radius: 14px; padding: 24px 26px; margin-bottom: 22px; }
.mh5k { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ma8m { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #E8A058, #B86828); color: #FFFFFF; font-size: 16px; font-weight: 800; flex-shrink: 0; }
.mi1p { display: flex; flex-direction: column; }
.mn7g { font-size: 15px; font-weight: 700; color: #2A2A3A; }
.mt2z { font-style: normal; font-size: 12px; color: #9A9AAA; }
.mj3b { font-size: 14px; color: #4A4A5A; }

/* 页脚 */
.mt8b { background: #1A1A28; padding: 46px 0 30px; }
.mt8b .mt7n { color: #E8A058; }
.md4a { display: flex; align-items: center; gap: 30px; padding-bottom: 24px; border-bottom: 1px solid #2A2A3A; }
.mb5c { display: flex; gap: 22px; margin-left: auto; }
.mb5c a { font-size: 14px; color: #8A8AAA; }
.mb5c a:hover { color: #E8A058; }
.mg5k { background: linear-gradient(135deg, #E8A058, #B86828); color: #FFFFFF; font-size: 14px; font-weight: 700; padding: 9px 22px; border-radius: 20px; }
.mp8v { text-align: center; font-size: 13px; color: #5A5A6A; padding-top: 22px; }

/* 移动端 */
@media (max-width: 768px) {
  .mc2m { width: 100%; padding: 0 16px; }
  .mn9b { display: none; }
  .mr4a { margin-left: auto; padding: 8px 18px; }
  .mh2c { width: 100%; flex-direction: column; padding: 46px 0 56px; gap: 40px; }
  .ml9p { width: 100%; }
  .mp5m { font-size: 30px; }
  .ms4q { font-size: 15px; }
  .mw3c { flex-direction: column; }
  .mm8z { width: 100%; text-align: center; padding: 15px 0; }
  .mo6x { width: 100%; text-align: center; padding: 13px 0; }
  .mk1w { width: 100%; }
  .mk4i { height: 140px; }
  .mr5h { display: flex; overflow-x: auto; gap: 14px; padding-bottom: 10px; }
  .mf2p { min-width: 62%; }
  .mf2p img { height: 300px; }
  .mg2d { grid-template-columns: 1fr; }
  .mg8g { grid-template-columns: 1fr 1fr; gap: 14px; }
  .ms5k::before { display: none; }
  .mg7h { grid-template-columns: 1fr; }
  .ml3n { width: 100%; }
  .mc3b { columns: 1; }
  .md4a { flex-wrap: wrap; }
  .mb5c { flex-wrap: wrap; margin-left: 0; gap: 14px; }
  .mg5k { margin-left: auto; }
}
