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

/* 头部 */
.fk7m { position: sticky; top: 0; z-index: 50; background: #FFFFFF; border-bottom: 1px solid #F8E8D0; }
.fk7m .fc2m { display: flex; align-items: center; height: 66px; gap: 34px; }
.fl8d { display: flex; align-items: center; gap: 10px; }
.fi3s { width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 4px 10px rgba(248, 168, 120, .3); }
.ft7n { font-size: 21px; font-weight: 800; color: #E88840; letter-spacing: 1px; }
.fn9b { display: flex; gap: 26px; margin-left: auto; }
.fn9b a { font-size: 15px; color: #6A6A7A; padding: 6px 2px; border-bottom: 1px solid transparent; }
.fn9b a:hover { color: #E88840; border-color: #E88840; }
.fr4a { background: linear-gradient(135deg, #F8B870, #E88840); color: #FFFFFF; font-size: 15px; font-weight: 700; padding: 10px 24px; border-radius: 22px; box-shadow: 0 6px 16px rgba(232, 136, 64, .3); }

/* Hero */
.fb7v { position: relative; background: #FFFFFF; overflow: hidden; }
.fb7v::before { content: ""; position: absolute; inset: 0; background: radial-gradient(820px 400px at 14% 10%, rgba(248, 168, 120, .14), transparent 60%), radial-gradient(700px 360px at 86% 90%, rgba(248, 232, 216, .2), transparent 58%); pointer-events: none; }
.fh2c{ position: relative; max-width:1200px; margin: 0 auto; padding:84px 20px 92px; display: flex; align-items: center; gap: 70px; }
.fl9p { flex: 1; }
.fv6b { display: inline-block; border: 1px solid #F8C8A0; color: #E88840; font-size: 13px; font-weight: 600; padding: 5px 18px; border-radius: 18px; background: #FFF6EF; letter-spacing: 2px; }
.fp5m { font-size: 44px; font-weight: 900; line-height: 1.28; margin: 20px 0 16px; color: #2A2A3A; }
.fs4q { font-size: 17px; color: #6A6A7A; margin-bottom: 22px; }
.ff7d { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 26px; margin-bottom: 30px; }
.ff7d li { font-size: 15px; color: #4A4A5A; padding-left: 24px; position: relative; }
.ff7d li::before { content: ""; position: absolute; left: 0; top: 7px; width: 11px; height: 11px; border-radius: 50%; background: radial-gradient(circle at 32% 28%, #F8C8A0, #E88840); }
.fw3c { display: flex; gap: 16px; }
.fm8z { display: inline-block; background: linear-gradient(135deg, #F8B870, #E88840); color: #FFFFFF; font-size: 18px; font-weight: 800; padding: 15px 46px; border-radius: 30px; box-shadow: 0 10px 24px rgba(232, 136, 64, .35); }
.fo6x { display: inline-block; border: 1px solid #F8D8B8; color: #6A6A7A; font-size: 16px; padding: 14px 32px; border-radius: 30px; background: #FFFFFF; }
.fo6x:hover { border-color: #E88840; color: #E88840; }

/* Hero 右侧 书架层叠卡 */
.fk1w { position: relative; width: 380px; flex-shrink: 0; }
.fk2e { position: relative; height: 420px; }
.fk3a, .fk3b, .fk3c { position: absolute; width: 200px; background: #FFFFFF; border: 1px solid #F8E0CC; border-radius: 14px; overflow: hidden; box-shadow: 0 16px 36px rgba(232, 136, 64, .16); }
.fk3a { left: 0; top: 30px; transform: rotate(-6deg); z-index: 1; }
.fk3b { left: 90px; top: 0; z-index: 3; box-shadow: 0 20px 44px rgba(232, 136, 64, .22); }
.fk3c { right: 0; top: 30px; transform: rotate(6deg); z-index: 2; }
.fk4i { width: 100%; height: 360px; object-fit: cover; }
.fk5g { display: block; text-align: center; font-size: 13px; color: #6A6A7A; padding-top: 14px; }

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

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

/* 优势亮点 */
.fy6d { padding: 80px 0; }
.fg2d { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.fc7h { position: relative; background: #FFFFFF; border: 1px solid #F8E8D0; border-radius: 14px; padding: 28px 26px 24px; overflow: hidden; }
.fc7h::after { content: ""; position: absolute; right: -28px; top: -28px; width: 100px; height: 100px; border-radius: 50%; background: radial-gradient(circle, rgba(248, 168, 120, .18), transparent 66%); }
.fc7h:hover { border-color: #F8C8A0; transform: translateY(-4px); transition: all .25s; }
.fn9m { display: inline-block; font-size: 14px; font-weight: 900; color: #E88840; letter-spacing: 2px; }
.fb3q { display: block; font-size: 19px; font-weight: 800; margin: 10px 0 8px; color: #2A2A3A; }
.fx8v { font-size: 14px; color: #6A6A7A; }

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

/* 使用流程 */
.fw9u { background: #FFF6EF; padding: 80px 0; border-top: 1px solid #F8E8D0; border-bottom: 1px solid #F8E8D0; }
.fg8g { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.fs5k { position: relative; text-align: center; padding: 30px 20px; background: #FFFFFF; border: 1px solid #F8E8D0; border-radius: 14px; }
.fs5k::before { content: ""; position: absolute; top: 50%; right: -25px; width: 22px; border-top: 1px solid #F8C8A0; }
.fs5k:last-child::before { display: none; }
.fn2v { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: #FFFFFF; border: 1px solid #E88840; color: #E88840; font-size: 19px; font-weight: 900; }
.fp8m { display: block; font-size: 18px; font-weight: 800; margin: 14px 0 8px; color: #2A2A3A; }
.fo7b { font-size: 14px; color: #6A6A7A; }

/* 产品资讯 */
.fz2m { padding: 80px 0; }
.fg7h { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fc5m { background: #FFFFFF; border: 1px solid #F8E8D0; border-radius: 14px; padding: 26px 28px; }
.fc5m:hover { border-color: #F8C8A0; }
.fd6b { display: inline-block; font-size: 12px; color: #E88840; border: 1px solid #F8C8A0; padding: 3px 12px; border-radius: 12px; margin-bottom: 12px; }
.fe4f { display: block; font-style: normal; font-size: 18px; font-weight: 800; color: #2A2A3A; margin-bottom: 10px; }
.ff9x { font-size: 14px; color: #6A6A7A; margin-bottom: 14px; }
.fk8k { font-size: 14px; color: #E88840; font-weight: 700; }
.fk8k::after { content: ""; display: inline-block; margin-left: 8px; border-left: 6px solid #E88840; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

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

/* 用户评价 */
.fv8k { padding: 80px 0; }
.fc3b { columns: 3; column-gap: 22px; }
.fv9c { break-inside: avoid; background: #FFFFFF; border: 1px solid #F8E8D0; border-radius: 14px; padding: 24px 26px; margin-bottom: 22px; }
.fh5k { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.fa8m { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #F8B870, #E88840); color: #FFFFFF; font-size: 16px; font-weight: 800; flex-shrink: 0; }
.fi1p { display: flex; flex-direction: column; }
.fn7g { font-size: 15px; font-weight: 700; color: #2A2A3A; }
.ft2z { font-style: normal; font-size: 12px; color: #9A9AAA; }
.fj3b { font-size: 14px; color: #4A4A5A; }

/* 页脚 */
.ft8b { background: #1A1A28; padding: 46px 0 30px; }
.ft8b .ft7n { color: #F8B870; }
.fd4a { display: flex; align-items: center; gap: 30px; padding-bottom: 24px; border-bottom: 1px solid #2A2A3A; }
.fb5c { display: flex; gap: 22px; margin-left: auto; }
.fb5c a { font-size: 14px; color: #8A8A9A; }
.fb5c a:hover { color: #F8B870; }
.fg5k { background: linear-gradient(135deg, #F8B870, #E88840); color: #FFFFFF; font-size: 14px; font-weight: 700; padding: 9px 22px; border-radius: 20px; }
.fp8v { text-align: center; font-size: 13px; color: #5A5A6A; padding-top: 22px; }

/* 移动端 */
@media (max-width: 768px) {
  .fc2m { width: 100%; padding: 0 16px; }
  .fn9b { display: none; }
  .fr4a { margin-left: auto; padding: 8px 18px; }
  .fh2c { width: 100%; flex-direction: column; padding: 46px 0 56px; gap: 40px; }
  .fl9p { width: 100%; }
  .fp5m { font-size: 30px; }
  .fs4q { font-size: 15px; }
  .fw3c { flex-direction: column; }
  .fm8z { width: 100%; text-align: center; padding: 15px 0; }
  .fo6x { width: 100%; text-align: center; padding: 13px 0; }
  .fk1w { width: 100%; }
  .fk2e { height: 340px; }
  .fk3a, .fk3b, .fk3c { width: 160px; }
  .fk4i { height: 280px; }
  .fr5h { display: flex; overflow-x: auto; gap: 14px; padding-bottom: 10px; }
  .ff2p { min-width: 62%; }
  .ff2p img { height: 300px; }
  .fg2d { grid-template-columns: 1fr; }
  .fg8g { grid-template-columns: 1fr 1fr; gap: 14px; }
  .fs5k::before { display: none; }
  .fg7h { grid-template-columns: 1fr; }
  .fl3n { width: 100%; }
  .fc3b { columns: 1; }
  .fd4a { flex-wrap: wrap; }
  .fb5c { flex-wrap: wrap; margin-left: 0; gap: 14px; }
  .fg5k { margin-left: auto; }
}
