/* ============================================
   福利导航 全站样式表 - 原创设计
   品牌色系：珊瑚粉 #FF6B9D / 暖橙 #FF8A65 / 深紫 #2D1B69
   ============================================ */

/* --- CSS Reset & Base --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif; color: #333; background: #fafafa; line-height: 1.7; }
a { text-decoration: none; color: inherit; transition: color .3s; }
a:hover { color: #FF6B9D; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.o1aby { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* --- Header / Navigation --- */
.t8s0b { background: linear-gradient(135deg, #2D1B69 0%, #1a0f40 100%); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 20px rgba(0,0,0,.3); }
.d2jk6hx9 { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; max-width: 1200px; margin: 0 auto; }
.wmayk6 { display: flex; align-items: center; gap: 10px; }
.wmayk6 img { height: 42px; width: auto; }
.wmayk6 span { color: #fff; font-size: 1.3rem; font-weight: 700; letter-spacing: 1px; }
.gkvr7xy { display: flex; gap: 4px; }
.gkvr7xy a { color: rgba(255,255,255,.85); padding: 8px 16px; border-radius: 6px; font-size: .9rem; font-weight: 500; transition: all .3s; }
.gkvr7xy a:hover, .gkvr7xy a.lk5ux0 { background: rgba(255,107,157,.25); color: #fff; }
.orfu2v1 { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }

/* --- Search Bar --- */
.agne7z { background: linear-gradient(90deg, #FF6B9D 0%, #FF8A65 100%); padding: 12px 0; }
.agne7z .o1aby { display: flex; align-items: center; justify-content: center; gap: 10px; }
.agne7z input[type="text"] { width: 50%; max-width: 500px; padding: 10px 20px; border: none; border-radius: 25px; font-size: .95rem; outline: none; background: rgba(255,255,255,.95); }
.agne7z button { padding: 10px 28px; border: none; border-radius: 25px; background: #2D1B69; color: #fff; font-size: .95rem; cursor: pointer; transition: background .3s; }
.agne7z button:hover { background: #1a0f40; }

/* --- Breadcrumb --- */
.cgnsx { padding: 12px 0; font-size: .85rem; color: #888; }
.cgnsx a { color: #FF6B9D; }
.cgnsx span { margin: 0 6px; }

/* --- Hero Section --- */
.jaz2do5 { position: relative; overflow: hidden; background: #1a0f40; }
.jaz2do5 img { width: 100%; height: 480px; object-fit: cover; opacity: .7; }
.q2q5jldg { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px; }
.q2q5jldg h1 { color: #fff; font-size: 2.8rem; font-weight: 800; text-shadow: 0 4px 20px rgba(0,0,0,.5); margin-bottom: 16px; }
.q2q5jldg p { color: rgba(255,255,255,.9); font-size: 1.15rem; max-width: 600px; margin-bottom: 24px; }
.sjr8pk7 { display: inline-block; padding: 14px 40px; background: linear-gradient(135deg, #FF6B9D, #FF8A65); color: #fff; border-radius: 30px; font-size: 1.05rem; font-weight: 600; box-shadow: 0 6px 20px rgba(255,107,157,.4); transition: transform .3s, box-shadow .3s; }
.sjr8pk7:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(255,107,157,.5); color: #fff; }

/* --- Section Common --- */
.belzx0 { padding: 60px 0; }
.rga6rv6 { background: #fff; }
.ypqdfk6 { background: linear-gradient(135deg, #2D1B69, #1a0f40); color: #fff; }
.u16k6d { text-align: center; margin-bottom: 40px; }
.u16k6d h2 { font-size: 2rem; font-weight: 700; color: #2D1B69; position: relative; display: inline-block; padding-bottom: 12px; }
.ypqdfk6 .u16k6d h2 { color: #fff; }
.u16k6d h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: linear-gradient(90deg, #FF6B9D, #FF8A65); border-radius: 2px; }
.u16k6d p { color: #777; margin-top: 10px; font-size: 1rem; }
.ypqdfk6 .u16k6d p { color: rgba(255,255,255,.7); }

/* --- Video Card Grid --- */
.iqsidf { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.yf9u2 { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.08); transition: transform .3s, box-shadow .3s; cursor: pointer; }
.yf9u2:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(0,0,0,.15); }
.yf9u2 .tnl3ld2 { position: relative; overflow: hidden; aspect-ratio: 16/9; }
.yf9u2 .tnl3ld2 img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.yf9u2:hover .tnl3ld2 img { transform: scale(1.05); }
.yf9u2 .b8nfjha8 { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.3); opacity: 0; transition: opacity .3s; }
.yf9u2:hover .b8nfjha8 { opacity: 1; }
.b8nfjha8 svg { width: 50px; height: 50px; fill: #fff; filter: drop-shadow(0 2px 8px rgba(0,0,0,.3)); }
.yf9u2 .rt7ha07g { padding: 16px; }
.yf9u2 .rt7ha07g h3 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.yf9u2 .bbhv9g { display: flex; gap: 12px; font-size: .8rem; color: #999; }
.yf9u2 .bbhv9g span { display: flex; align-items: center; gap: 4px; }
.yf9u2 .ntd0kk3 { display: inline-block; padding: 2px 10px; background: linear-gradient(135deg, #FF6B9D, #FF8A65); color: #fff; border-radius: 12px; font-size: .75rem; margin-top: 8px; }

/* --- Feature Cards --- */
.vn2tm { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.du0nf8e6 { background: #fff; border-radius: 12px; padding: 30px 24px; text-align: center; box-shadow: 0 4px 16px rgba(0,0,0,.06); transition: transform .3s; }
.du0nf8e6:hover { transform: translateY(-4px); }
.du0nf8e6 .zxpqv2t { width: 64px; height: 64px; margin: 0 auto 16px; background: linear-gradient(135deg, #FF6B9D, #FF8A65); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: #fff; }
.du0nf8e6 h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; color: #2D1B69; }
.du0nf8e6 p { font-size: .9rem; color: #666; }

/* --- Expert Section --- */
.b5tzbk { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; }
.rt448 { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.rt448 .swcdukc { height: 220px; overflow: hidden; }
.rt448 .swcdukc img { width: 100%; height: 100%; object-fit: cover; }
.rt448 .i375vm { padding: 20px; }
.rt448 .i375vm h3 { font-size: 1.15rem; font-weight: 700; color: #2D1B69; margin-bottom: 6px; }
.rt448 .i375vm .zbz3wbc3 { color: #FF6B9D; font-size: .85rem; font-weight: 500; margin-bottom: 10px; }
.rt448 .i375vm p { font-size: .88rem; color: #666; margin-bottom: 14px; }
.rt448 .e5x2n5 { display: flex; gap: 10px; }
.rt448 .e5x2n5 a { padding: 8px 18px; border-radius: 20px; font-size: .82rem; font-weight: 500; transition: all .3s; }
.tgmsonna { background: linear-gradient(135deg, #FF6B9D, #FF8A65); color: #fff !important; }
.tgmsonna:hover { box-shadow: 0 4px 12px rgba(255,107,157,.4); }
.bc6zdr { border: 1px solid #FF6B9D; color: #FF6B9D !important; }
.bc6zdr:hover { background: #FF6B9D; color: #fff !important; }

/* --- FAQ Section --- */
.r02i8 { max-width: 800px; margin: 0 auto; }
.r71d3moc { border: 1px solid #eee; border-radius: 10px; margin-bottom: 12px; overflow: hidden; background: #fff; }
.r71d3moc .nmpnu { padding: 18px 24px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background .3s; }
.r71d3moc .nmpnu:hover { background: #fef5f8; }
.r71d3moc .nmpnu::after { content: '+'; font-size: 1.4rem; color: #FF6B9D; transition: transform .3s; }
.r71d3moc.n8ap0s6 .nmpnu::after { transform: rotate(45deg); }
.r71d3moc .j66p6wzl { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s; color: #666; font-size: .92rem; line-height: 1.8; }
.r71d3moc.n8ap0s6 .j66p6wzl { padding: 0 24px 18px; max-height: 500px; }

/* --- Reviews --- */
.u17m7 { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.jp9eyz { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.jp9eyz .e36771er { color: #FFB800; font-size: 1.1rem; margin-bottom: 10px; }
.jp9eyz .l2su513h { font-size: .92rem; color: #555; margin-bottom: 14px; line-height: 1.7; font-style: italic; }
.jp9eyz .b1kyf06 { display: flex; align-items: center; gap: 10px; }
.jp9eyz .b1kyf06 .dahb0vgq { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #FF6B9D, #FF8A65); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: .9rem; }
.jp9eyz .b1kyf06 .grv8aamf { font-weight: 600; font-size: .88rem; }
.jp9eyz .b1kyf06 .cgst20f { font-size: .78rem; color: #999; }

/* --- Partners --- */
.qnvf9cz { max-width: 100%; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.1); }

/* --- Contact Section --- */
.fkz41rd { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.mublj59 { background: #fff; border-radius: 12px; padding: 24px; text-align: center; box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.mublj59 .xygskl8a { font-size: 2rem; margin-bottom: 12px; }
.mublj59 h4 { font-size: 1rem; font-weight: 600; color: #2D1B69; margin-bottom: 8px; }
.mublj59 p { font-size: .88rem; color: #666; }

/* --- Share Buttons --- */
.nj64spim { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; padding: 20px 0; }
.rcqkgar { display: inline-flex; align-items: center; gap: 6px; padding: 10px 20px; border-radius: 25px; font-size: .88rem; font-weight: 500; color: #fff !important; transition: transform .3s, box-shadow .3s; }
.rcqkgar:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.2); color: #fff; }
.tg2naey { background: #07C160; }
.b5l3v9o { background: #E6162D; }
.enysn1n { background: #161823; }
.ne9645 { background: #00A1D6; }

/* --- Footer --- */
.b8rwcrh { background: linear-gradient(135deg, #1a0f40, #2D1B69); color: rgba(255,255,255,.8); padding: 50px 0 20px; }
.qnwuea6a { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; margin-bottom: 30px; }
.fu87t h4 { color: #fff; font-size: 1.05rem; margin-bottom: 16px; position: relative; padding-bottom: 10px; }
.fu87t h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: #FF6B9D; }
.fu87t p, .fu87t a { font-size: .88rem; color: rgba(255,255,255,.7); display: block; margin-bottom: 8px; }
.fu87t a:hover { color: #FF6B9D; }
.fu87t .fuot4 { width: 120px; border-radius: 8px; margin-top: 10px; }
.g0b3gfip { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; text-align: center; font-size: .82rem; color: rgba(255,255,255,.5); }
.g0b3gfip .uikl7oun { margin-top: 6px; }

/* --- Video Player Page --- */
.m0q69q { background: #000; padding: 20px 0; }
.m0q69q video { width: 100%; max-height: 600px; border-radius: 8px; }
.xef59l3i { padding: 30px 0; }
.xef59l3i h1 { font-size: 1.6rem; font-weight: 700; margin-bottom: 12px; }
.xef59l3i .s03kge { display: flex; gap: 20px; color: #888; font-size: .9rem; margin-bottom: 20px; flex-wrap: wrap; }
.xef59l3i .rv1g3 { font-size: .95rem; color: #555; line-height: 1.8; margin-bottom: 30px; }
.sfrvw7 h2 { font-size: 1.3rem; font-weight: 600; margin-bottom: 20px; color: #2D1B69; }

/* --- How-To Guide --- */
.irza3wz { max-width: 700px; margin: 0 auto; }
.i2s1k { display: flex; gap: 20px; margin-bottom: 30px; align-items: flex-start; }
.i2s1k .bncfh00 { width: 48px; height: 48px; min-width: 48px; background: linear-gradient(135deg, #FF6B9D, #FF8A65); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 1.2rem; }
.i2s1k .bfduox1 h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 6px; color: #2D1B69; }
.i2s1k .bfduox1 p { font-size: .9rem; color: #666; }

/* --- EEAT Notice --- */
.dmpv3 { background: linear-gradient(90deg, #f8f4ff, #fff5f8); border-left: 4px solid #FF6B9D; padding: 14px 20px; border-radius: 0 8px 8px 0; margin: 16px 0 10px; font-size: .85rem; color: #555; }
.dmpv3 strong { color: #2D1B69; }

/* --- Beauty Live Grid --- */
.j0p6q { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.f50noa { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,.08); transition: transform .3s, box-shadow .3s; }
.f50noa:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(255,107,157,.2); }
.f50noa img { width: 100%; height: 240px; object-fit: cover; transition: transform .5s; }
.f50noa:hover img { transform: scale(1.05); }
.k52o766h { padding: 16px; }
.k52o766h h3 { font-size: 1.05rem; font-weight: 600; color: #2D1B69; margin-bottom: 6px; }
.k52o766h p { font-size: .85rem; color: #777; margin-bottom: 8px; }
.l42kne { display: inline-block; padding: 3px 12px; border-radius: 12px; font-size: .75rem; font-weight: 600; color: #fff; background: linear-gradient(135deg, #FF6B9D, #FF8A65); }

/* --- Search Form --- */
.ikvpi1h { display: flex; gap: 10px; justify-content: center; align-items: center; }
.ikvpi1h input[type="text"] { width: 50%; max-width: 500px; padding: 10px 20px; border: none; border-radius: 25px; font-size: .95rem; outline: none; background: rgba(255,255,255,.95); }
.ikvpi1h button { padding: 10px 28px; border: none; border-radius: 25px; background: #2D1B69; color: #fff; font-size: .95rem; cursor: pointer; transition: background .3s; }
.ikvpi1h button:hover { background: #1a0f40; }

/* --- Responsive --- */
@media (max-width: 768px) {
    .d2jk6hx9 { flex-wrap: wrap; }
    .gkvr7xy { display: none; flex-direction: column; width: 100%; padding: 10px 0; }
    .gkvr7xy.n8ap0s6 { display: flex; }
    .orfu2v1 { display: block; }
    .q2q5jldg h1 { font-size: 1.8rem; }
    .jaz2do5 img { height: 320px; }
    .belzx0 { padding: 40px 0; }
    .u16k6d h2 { font-size: 1.5rem; }
    .iqsidf { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
    .agne7z input[type="text"] { width: 65%; }
    .qnwuea6a { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .iqsidf { grid-template-columns: 1fr; }
    .vn2tm { grid-template-columns: 1fr; }
    .b5tzbk { grid-template-columns: 1fr; }
    .u17m7 { grid-template-columns: 1fr; }
    .q2q5jldg h1 { font-size: 1.4rem; }
}
