/* =============================================
   海角网 原创爱情海风格样式表 v2.0
   域名: ouqqqcuu.cn
   ============================================= */
:root {
    --primary-color:   #0077b6;
    --secondary-color: #ff6b6b;
    --accent-color:    #fca311;
    --bg-color:        #f4f7fb;
    --text-color:      #333333;
    --light-text:      #ffffff;
    --border-radius:   12px;
    --box-shadow:      0 4px 18px rgba(0,0,0,0.08);
    --transition:      all 0.3s ease;
    --max-width:       1200px;
}

/* ---- Reset ---- */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.7;
    font-family: 'PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
}
a { text-decoration:none; color:inherit; transition:var(--transition); }
img { max-width:100%; height:auto; display:block; }
ul { list-style:none; }

/* ---- 通用按钮 ---- */
.rx7niv {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    transition: var(--transition);
}
.rx7niv:hover { background:#005f92; transform:translateY(-2px); }

/* =============================================
   导航栏
   ============================================= */
.header {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.vq3c7ykg {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.logo img { height:40px; width:40px; border-radius:8px; object-fit:contain; }
.gwawoc0l { font-size:22px; font-weight:800; color:var(--primary-color); white-space:nowrap; }
.gwawoc0l span { color:var(--secondary-color); }

/* PC 导航菜单 */
.z6ce3m {
    display: flex;
    gap: 4px;
    align-items: center;
}
.z6ce3m li a {
    font-weight: 500;
    font-size: 15px;
    padding: 7px 13px;
    border-radius: 8px;
    white-space: nowrap;
}
.z6ce3m li a:hover,
.z6ce3m li a.active {
    background: var(--primary-color);
    color: #fff;
}

/* 汉堡按钮（移动端） */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
.hamburger span {
    display: block;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px;
    transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* =============================================
   搜索栏
   ============================================= */
.5lx5ww98 {
    max-width: var(--max-width);
    margin: 14px auto;
    padding: 0 20px;
}
.mdconqq {
    display: flex;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    border: 1px solid #e5eaf0;
}
.4588bptd {
    flex: 1;
    padding: 12px 20px;
    border: none;
    outline: none;
    font-size: 15px;
    background: transparent;
}
.ihnjoz {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 0 28px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    transition: var(--transition);
    white-space: nowrap;
}
.ihnjoz:hover { background:#005f92; }

/* =============================================
   Hero Banner
   ============================================= */
.hero {
    max-width: var(--max-width);
    margin: 18px auto;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    box-shadow: var(--box-shadow);
}
.hero img { width:100%; height:auto; object-fit:cover; }
.gdik1 {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0,0,0,0.78));
    color: #fff;
    padding: 50px 30px 22px;
}
.gdik1 h1 { font-size:30px; margin-bottom:8px; font-weight:800; }
.gdik1 p  { font-size:16px; opacity:.9; }

/* =============================================
   通用 Section
   ============================================= */
.section {
    max-width: var(--max-width);
    margin: 36px auto;
    padding: 0 20px;
}
.4ska0uu {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 28px 28px;
    box-shadow: var(--box-shadow);
    margin: 36px auto;
    max-width: var(--max-width);
}
.mo1zk6 {
    font-size: 26px;
    color: var(--primary-color);
    margin-bottom: 18px;
    border-left: 5px solid var(--secondary-color);
    padding-left: 14px;
    font-weight: 800;
}
.mo1zk6-light {
    font-size: 26px;
    color: #fff;
    margin-bottom: 18px;
    border-left: 5px solid rgba(255,255,255,0.5);
    padding-left: 14px;
    font-weight: 800;
}

/* AI 赋能区块 */
.wtoqj {
    max-width: var(--max-width);
    margin: 36px auto;
    padding: 40px 28px;
    background: linear-gradient(135deg, #0077b6, #005f92);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}
.qco6yfb {
    background: rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 22px;
    color: #fff;
    transition: var(--transition);
}
.qco6yfb:hover { background: rgba(255,255,255,0.2); }

/* =============================================
   分类卡片网格
   ============================================= */
.25j9v22 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    gap: 18px;
    margin-top: 18px;
}
.3kr23e {
    display: block;
    text-align: center;
    padding: 20px 14px;
    background: #f4f7fb;
    border-radius: 10px;
    transition: var(--transition);
    color: var(--text-color);
    border: 1px solid transparent;
}
.3kr23e:hover {
    background: #e8f4fc;
    border-color: var(--primary-color);
    transform: translateY(-3px);
}
.jliwt { font-size:34px; margin-bottom:10px; }
.3kr23e h4 { color:var(--primary-color); margin-bottom:6px; font-size:15px; }
.3kr23e p  { font-size:12px; color:#666; }

/* =============================================
   视频卡片
   ============================================= */
.9ofrheb {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 22px;
}
.fi6c5l9 {
    background: #fff;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}
.fi6c5l9:hover { transform:translateY(-5px); box-shadow:0 8px 28px rgba(0,0,0,0.12); }

.vou77 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #dde3ea;
    overflow: hidden;
}
.vou77 img {
    position: absolute;
    top:0; left:0;
    width:100%; height:100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.fi6c5l9:hover .vou77 img { transform:scale(1.06); }

/* 播放按钮遮罩 */
.skbixpy {
    position: absolute;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.28);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: var(--transition);
}
.fi6c5l9:hover .skbixpy { opacity:1; }
.zx6wi {
    width:58px; height:58px;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 16px rgba(255,107,107,0.5);
}
.zx6wi::after {
    content:'';
    width:0; height:0;
    border-style:solid;
    border-width:11px 0 11px 19px;
    border-color:transparent transparent transparent #fff;
    margin-left:5px;
}

/* 视频标签 badge */
.dgtdqic {
    position: absolute;
    top: 8px; left: 8px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 1px;
}

.udagyk { padding:14px; }
.lv72t {
    font-size:15px;
    font-weight:700;
    margin-bottom:6px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    line-height:1.5;
}
.bce52y {
    font-size:13px;
    color:#888;
    margin-bottom:8px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.06tans {
    display:flex;
    justify-content:space-between;
    color:#999;
    font-size:12px;
    margin-bottom:8px;
}
.tkl0q { display:flex; flex-wrap:wrap; gap:5px; }
.tag {
    background:#eef2f5;
    color:var(--primary-color);
    padding:3px 8px;
    border-radius:4px;
    font-size:11px;
}

/* =============================================
   专家卡片
   ============================================= */
.52z8d {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 28px;
}
.agbamhc {
    background: #fff;
    border-radius: var(--border-radius);
    padding: 24px 20px;
    text-align: center;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}
.agbamhc:hover { transform:translateY(-4px); }
.ns4fxzm {
    width:110px; height:110px;
    border-radius:50%;
    object-fit:cover;
    margin:0 auto 14px;
    border:3px solid var(--primary-color);
}
.zbih5pf  { font-size:19px; color:var(--primary-color); margin-bottom:4px; font-weight:700; }
.9vwriip { color:var(--secondary-color); font-weight:700; margin-bottom:12px; font-size:14px; }
.idx11  { font-size:13px; color:#666; margin-bottom:12px; line-height:1.6; }
.7iii22d0 {
    display:inline-block;
    padding:7px 18px;
    background:var(--primary-color);
    color:#fff;
    border-radius:20px;
    font-size:13px;
    transition:var(--transition);
}
.7iii22d0:hover { background:#005f92; }

/* =============================================
   评论区
   ============================================= */
.wmooj {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 18px;
}
.8uy45 {
    background:#fff;
    padding:20px;
    border-radius:var(--border-radius);
    box-shadow:var(--box-shadow);
    border-top:4px solid var(--accent-color);
}
.ntv8t {
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
    flex-wrap:wrap;
}
.qqis9 {
    width:40px; height:40px;
    background:var(--primary-color);
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:700;
    font-size:16px;
    flex-shrink:0;
}
.stars { color:#ffca28; font-size:14px; }

/* =============================================
   FAQ
   ============================================= */
.oh4wryax {
    background:#fff;
    border-radius:var(--border-radius);
    box-shadow:var(--box-shadow);
    padding:20px 24px;
}
.tdg3wj4v { border-bottom:1px solid #eee; padding:16px 0; }
.tdg3wj4v:last-child { border-bottom:none; }
.iu8n3h4 {
    font-weight:700;
    color:var(--primary-color);
    margin-bottom:10px;
    display:flex;
    align-items:flex-start;
    gap:8px;
    font-size:15px;
}
.iu8n3h4::before { content:'Q:'; color:var(--secondary-color); flex-shrink:0; }
.l71b1x5 { color:#555; padding-left:26px; font-size:14px; line-height:1.7; }

/* =============================================
   面包屑
   ============================================= */
.breadcrumb {
    max-width:var(--max-width);
    margin:14px auto;
    padding:0 20px;
    font-size:13px;
    color:#888;
}
.breadcrumb a { color:var(--primary-color); }
.breadcrumb a:hover { text-decoration:underline; }

/* =============================================
   底部
   ============================================= */
.footer {
    background:#1a1f2e;
    color:#bbb;
    padding:44px 20px 20px;
    margin-top:60px;
}
.ua36g {
    max-width:var(--max-width);
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
    gap:28px;
    margin-bottom:28px;
}
.i5w0oof h3 { color:#fff; margin-bottom:14px; font-size:17px; }
.i5w0oof p  { margin-bottom:8px; font-size:14px; }
.i5w0oof a  { color:#aaa; }
.i5w0oof a:hover { color:#fff; }
.z3g6a { display:flex; gap:8px; margin-top:14px; flex-wrap:wrap; }
.j178g {
    width:34px; height:34px;
    border-radius:50%;
    background:#333;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:12px;
    font-weight:700;
    transition:var(--transition);
    cursor:pointer;
}
.j178g:hover { background:var(--primary-color); }
.bp2b7 {
    max-width:var(--max-width);
    margin:0 auto;
    border-top:1px solid #333;
    padding-top:18px;
    text-align:center;
    font-size:13px;
}

/* =============================================
   响应式 — 平板 (≤ 900px)
   ============================================= */
@media (max-width: 900px) {
    .9ofrheb { grid-template-columns: repeat(2, 1fr); }
    .52z8d { grid-template-columns: repeat(2, 1fr); }
    .25j9v22 { grid-template-columns: repeat(3, 1fr); }
}

/* =============================================
   响应式 — 手机 (≤ 640px)
   ============================================= */
@media (max-width: 640px) {
    /* 汉堡菜单 */
    .hamburger { display:flex; }
    nav[aria-label="主导航"] {
        position: absolute;
        top: 70px; left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        display: none;
        z-index: 999;
    }
    nav[aria-label="主导航"].open { display:block; }
    .z6ce3m {
        flex-direction: column;
        gap: 0;
        padding: 10px 0;
    }
    .z6ce3m li a {
        display: block;
        padding: 12px 24px;
        border-radius: 0;
        font-size: 16px;
    }
    .z6ce3m li a:hover,
    .z6ce3m li a.active {
        background: #e8f4fc;
        color: var(--primary-color);
    }

    /* Hero */
    .gdik1 h1 { font-size:20px; }
    .gdik1 p  { font-size:14px; }

    /* 视频网格 */
    .9ofrheb  { grid-template-columns: 1fr; }
    .52z8d { grid-template-columns: 1fr; }
    .wmooj { grid-template-columns: 1fr; }
    .25j9v22    { grid-template-columns: repeat(2, 1fr); }

    /* Section */
    .section      { padding:0 14px; }
    .4ska0uu { padding:20px 16px; }
    .wtoqj   { padding:28px 16px; }
    .mo1zk6 { font-size:20px; }

    /* 搜索 */
    .ihnjoz { padding:0 16px; font-size:14px; }

    /* 底部 */
    .ua36g { grid-template-columns:1fr; }
}

/* =============================================
   图片懒加载占位
   ============================================= */
img[loading="lazy"] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
}
