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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --- Responsive --- */
@media (max-width: 768px) {
    .onya8ld1 { flex-wrap: wrap; }
    .trrvsd7 { display: none; flex-direction: column; width: 100%; padding: 10px 0; }
    .trrvsd7.tv8l9mu1 { display: flex; }
    .xu8dbq84 { display: block; }
    .zfwfhqs h1 { font-size: 1.8rem; }
    .f9yav8c img { height: 320px; }
    .ayt0j1t { padding: 40px 0; }
    .rqikr h2 { font-size: 1.5rem; }
    .jzpyxt { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
    .os0we input[type="text"] { width: 65%; }
    .fnmqr { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .jzpyxt { grid-template-columns: 1fr; }
    .el2ihc { grid-template-columns: 1fr; }
    .o9so90ne { grid-template-columns: 1fr; }
    .b8imay2s { grid-template-columns: 1fr; }
    .zfwfhqs h1 { font-size: 1.4rem; }
}
