/* ============================================
   幼幼 全站样式表 - 原创设计
   品牌色系：珊瑚粉 #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; }
.jzb9k { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* --- Header / Navigation --- */
.kcim4 { 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); }
.llqepfu { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; max-width: 1200px; margin: 0 auto; }
.pnyyi { display: flex; align-items: center; gap: 10px; }
.pnyyi img { height: 42px; width: auto; }
.pnyyi span { color: #fff; font-size: 1.3rem; font-weight: 700; letter-spacing: 1px; }
.a698t7 { display: flex; gap: 4px; }
.a698t7 a { color: rgba(255,255,255,.85); padding: 8px 16px; border-radius: 6px; font-size: .9rem; font-weight: 500; transition: all .3s; }
.a698t7 a:hover, .a698t7 a.azxovf { background: rgba(255,107,157,.25); color: #fff; }
.s3qta { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }

/* --- Search Bar --- */
.ecuroj7 { background: linear-gradient(90deg, #FF6B9D 0%, #FF8A65 100%); padding: 12px 0; }
.ecuroj7 .jzb9k { display: flex; align-items: center; justify-content: center; gap: 10px; }
.ecuroj7 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); }
.ecuroj7 button { padding: 10px 28px; border: none; border-radius: 25px; background: #2D1B69; color: #fff; font-size: .95rem; cursor: pointer; transition: background .3s; }
.ecuroj7 button:hover { background: #1a0f40; }

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

/* --- Hero Section --- */
.fdtwho5 { position: relative; overflow: hidden; background: #1a0f40; }
.fdtwho5 img { width: 100%; height: 480px; object-fit: cover; opacity: .7; }
.rgduj6 { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px; }
.rgduj6 h1 { color: #fff; font-size: 2.8rem; font-weight: 800; text-shadow: 0 4px 20px rgba(0,0,0,.5); margin-bottom: 16px; }
.rgduj6 p { color: rgba(255,255,255,.9); font-size: 1.15rem; max-width: 600px; margin-bottom: 24px; }
.vd4mev { 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; }
.vd4mev:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(255,107,157,.5); color: #fff; }

/* --- Section Common --- */
.gtyxvd { padding: 60px 0; }
.z5jr9fd4 { background: #fff; }
.p8yuaz { background: linear-gradient(135deg, #2D1B69, #1a0f40); color: #fff; }
.kh7we { text-align: center; margin-bottom: 40px; }
.kh7we h2 { font-size: 2rem; font-weight: 700; color: #2D1B69; position: relative; display: inline-block; padding-bottom: 12px; }
.p8yuaz .kh7we h2 { color: #fff; }
.kh7we 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; }
.kh7we p { color: #777; margin-top: 10px; font-size: 1rem; }
.p8yuaz .kh7we p { color: rgba(255,255,255,.7); }

/* --- Video Card Grid --- */
.ru6cef { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.h99t8 { 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; }
.h99t8:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(0,0,0,.15); }
.h99t8 .ydy11l { position: relative; overflow: hidden; aspect-ratio: 16/9; }
.h99t8 .ydy11l img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.h99t8:hover .ydy11l img { transform: scale(1.05); }
.h99t8 .ofa3gh1p { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.3); opacity: 0; transition: opacity .3s; }
.h99t8:hover .ofa3gh1p { opacity: 1; }
.ofa3gh1p svg { width: 50px; height: 50px; fill: #fff; filter: drop-shadow(0 2px 8px rgba(0,0,0,.3)); }
.h99t8 .lzvi8 { padding: 16px; }
.h99t8 .lzvi8 h3 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.h99t8 .pxk0wfz { display: flex; gap: 12px; font-size: .8rem; color: #999; }
.h99t8 .pxk0wfz span { display: flex; align-items: center; gap: 4px; }
.h99t8 .kvpog4 { 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 --- */
.b2finr { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.snwtwd3 { background: #fff; border-radius: 12px; padding: 30px 24px; text-align: center; box-shadow: 0 4px 16px rgba(0,0,0,.06); transition: transform .3s; }
.snwtwd3:hover { transform: translateY(-4px); }
.snwtwd3 .h4q26 { 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; }
.snwtwd3 h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; color: #2D1B69; }
.snwtwd3 p { font-size: .9rem; color: #666; }

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

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

/* --- Reviews --- */
.esg6g { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.fvif0plx { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.fvif0plx .xi4zn8xo { color: #FFB800; font-size: 1.1rem; margin-bottom: 10px; }
.fvif0plx .t4a9ml { font-size: .92rem; color: #555; margin-bottom: 14px; line-height: 1.7; font-style: italic; }
.fvif0plx .kxjga { display: flex; align-items: center; gap: 10px; }
.fvif0plx .kxjga .nz2di3 { 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; }
.fvif0plx .kxjga .kzr8m { font-weight: 600; font-size: .88rem; }
.fvif0plx .kxjga .qkxtdvsl { font-size: .78rem; color: #999; }

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

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

/* --- Share Buttons --- */
.mdt901 { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; padding: 20px 0; }
.f5hvh { 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; }
.f5hvh:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.2); color: #fff; }
.eoroj6 { background: #07C160; }
.emywzlmc { background: #E6162D; }
.fdh4ypft { background: #161823; }
.zo5002sh { background: #00A1D6; }

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

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

/* --- How-To Guide --- */
.xe9mskrf { max-width: 700px; margin: 0 auto; }
.cm3f10x6 { display: flex; gap: 20px; margin-bottom: 30px; align-items: flex-start; }
.cm3f10x6 .zs18h { 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; }
.cm3f10x6 .t7c06o h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 6px; color: #2D1B69; }
.cm3f10x6 .t7c06o p { font-size: .9rem; color: #666; }

/* --- EEAT Notice --- */
.ww59mj9 { 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; }
.ww59mj9 strong { color: #2D1B69; }

/* --- Beauty Live Grid --- */
.g9zapul { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.wc6u9 { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,.08); transition: transform .3s, box-shadow .3s; }
.wc6u9:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(255,107,157,.2); }
.wc6u9 img { width: 100%; height: 240px; object-fit: cover; transition: transform .5s; }
.wc6u9:hover img { transform: scale(1.05); }
.joja7th { padding: 16px; }
.joja7th h3 { font-size: 1.05rem; font-weight: 600; color: #2D1B69; margin-bottom: 6px; }
.joja7th p { font-size: .85rem; color: #777; margin-bottom: 8px; }
.eogiw { 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 --- */
.g1xe2xvq { display: flex; gap: 10px; justify-content: center; align-items: center; }
.g1xe2xvq 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); }
.g1xe2xvq button { padding: 10px 28px; border: none; border-radius: 25px; background: #2D1B69; color: #fff; font-size: .95rem; cursor: pointer; transition: background .3s; }
.g1xe2xvq button:hover { background: #1a0f40; }

/* --- Responsive --- */
@media (max-width: 768px) {
    .llqepfu { flex-wrap: wrap; }
    .a698t7 { display: none; flex-direction: column; width: 100%; padding: 10px 0; }
    .a698t7.fwthqj { display: flex; }
    .s3qta { display: block; }
    .rgduj6 h1 { font-size: 1.8rem; }
    .fdtwho5 img { height: 320px; }
    .gtyxvd { padding: 40px 0; }
    .kh7we h2 { font-size: 1.5rem; }
    .ru6cef { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
    .ecuroj7 input[type="text"] { width: 65%; }
    .ye2hb { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .ru6cef { grid-template-columns: 1fr; }
    .b2finr { grid-template-columns: 1fr; }
    .n92ly2p6 { grid-template-columns: 1fr; }
    .esg6g { grid-template-columns: 1fr; }
    .rgduj6 h1 { font-size: 1.4rem; }
}
