/* ============================================
   看片 官网样式表
   品牌：看片 | 域名：mmjip11.cn
   ============================================ */

/* === CSS Variables === */
:root {
  --primary: #FF2D78;
  --primary-dark: #D4145A;
  --secondary: #FF8C42;
  --accent: #8B5CF6;
  --dark: #1a1a2e;
  --darker: #16213e;
  --light: #f8f9fa;
  --text: #333333;
  --text-light: #666666;
  --text-muted: #999999;
  --border: #e5e7eb;
  --shadow: 0 2px 15px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: all 0.3s ease;
  --max-width: 1200px;
  --gradient: linear-gradient(135deg, var(--primary), var(--secondary));
}

/* === Reset & Base === */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--light);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-dark);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* === Header === */
.oyej4wp3 {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.dh124i5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.m0i76t45 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.m0i76t45 img {
  height: 42px;
  width: auto;
}

.m0i76t45 span {
  font-size: 1.3rem;
  font-weight: 700;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Navigation */
.r4ysf {
  display: flex;
  align-items: center;
  gap: 6px;
}

.r4ysf a {
  color: var(--text);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
  white-space: nowrap;
}

.r4ysf a:hover,
.r4ysf a.active {
  color: var(--primary);
  background: rgba(255,45,120,0.06);
}

/* Search Box */
.byp4p3 {
  background: #f5f5f5;
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
}

.byp4p3 .container {
  display: flex;
  justify-content: center;
}

.oweu1o3 {
  display: flex;
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid var(--border);
  transition: var(--transition);
}

.oweu1o3:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255,45,120,0.1);
}

.oweu1o3 input {
  flex: 1;
  border: none;
  padding: 10px 20px;
  font-size: 0.95rem;
  outline: none;
  background: transparent;
}

.oweu1o3 button {
  background: var(--gradient);
  color: #fff;
  border: none;
  padding: 10px 24px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
}

.oweu1o3 button:hover {
  opacity: 0.9;
}

/* Mobile Menu Toggle */
.a9hc9i {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text);
  padding: 5px;
}

/* === Hero Banner === */
.bd3mufxi {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  min-height: 420px;
  display: flex;
  align-items: center;
}

.dt0lh4 {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

.1jctir9 {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,26,46,0.85), rgba(255,45,120,0.3));
}

.y0ybfmv4 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 60px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.y0ybfmv4 h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.y0ybfmv4 p {
  font-size: 1.15rem;
  opacity: 0.92;
  margin-bottom: 28px;
  line-height: 1.7;
}

.k8vld {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.k8vld span {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.88rem;
  border: 1px solid rgba(255,255,255,0.2);
}

/* === Section Common === */
.section {
  padding: 60px 0;
}

.zm00bc9 {
  background: #fff;
}

.9leqr {
  background: var(--dark);
  color: #fff;
}

.3mixej {
  text-align: center;
  margin-bottom: 40px;
}

.3mixej h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text);
}

.9leqr .3mixej h2 {
  color: #fff;
}

.3mixej p {
  color: var(--text-light);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.9leqr .3mixej p {
  color: rgba(255,255,255,0.7);
}

/* Breadcrumb */
.breadcrumb {
  padding: 15px 0;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.breadcrumb a {
  color: var(--text-muted);
}

.breadcrumb a:hover {
  color: var(--primary);
}

.breadcrumb span {
  margin: 0 6px;
}

/* === Video Cards === */
.s10x1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.v6v5w4m {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  cursor: pointer;
}

.v6v5w4m:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.0etahngv {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #000;
}

.0etahngv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.v6v5w4m:hover .0etahngv img {
  transform: scale(1.05);
}

.tt0h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 60px;
  height: 60px;
  background: rgba(255,45,120,0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}

.v6v5w4m:hover .tt0h4 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.tt0h4::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.0r3nlj4o {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.78rem;
}

.k4hnq {
  padding: 14px 16px;
}

.k4hnq h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pi70g {
  display: flex;
  gap: 14px;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.pi70g span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.1yp9r8o {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.1yp9r8o span {
  background: rgba(255,45,120,0.08);
  color: var(--primary);
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 0.75rem;
}

/* === Expert Cards === */
.wlgcey {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.4c3ko6eu {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.4c3ko6eu:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.ixw9jzn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 3px solid var(--primary);
}

.4c3ko6eu h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.4c3ko6eu .role {
  color: var(--primary);
  font-size: 0.88rem;
  margin-bottom: 10px;
}

.4c3ko6eu .desc {
  font-size: 0.88rem;
  color: var(--text-light);
  margin-bottom: 16px;
  line-height: 1.6;
}

.4c3ko6eu .awards {
  font-size: 0.82rem;
  color: var(--secondary);
  margin-bottom: 14px;
}

.cgjn5tbj {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-align: center;
}

.btn-primary {
  background: var(--gradient);
  color: #fff;
}

.btn-primary:hover {
  opacity: 0.9;
  color: #fff;
}

.btn-outline {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: transparent;
}

.btn-outline:hover {
  background: var(--primary);
  color: #fff;
}

.btn-lg {
  padding: 12px 32px;
  font-size: 1rem;
}

/* === Brand Logo Wall === */
.2i7oa {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.tlsz4u {
  background: #fff;
  padding: 16px 28px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-light);
  transition: var(--transition);
}

.tlsz4u:hover {
  box-shadow: var(--shadow-lg);
  color: var(--primary);
}

/* === How-To Section === */
.9cde61v {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  counter-reset: step;
}

.qy0vi {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  counter-increment: step;
}

.qy0vi::before {
  content: counter(step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--gradient);
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.qy0vi h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.qy0vi p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* === About Section === */
.yp9t2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.0t327m h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.0t327m p {
  color: var(--text-light);
  margin-bottom: 14px;
  line-height: 1.8;
}

.p5aol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.sx40y1w {
  text-align: center;
}

.sx40y1w .num {
  font-size: 1.8rem;
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sx40y1w .label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.acztg {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

/* === Reviews === */
.lgsbo {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.s761kl {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.r4zn97y {
  color: #FFB800;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.s761kl p {
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 14px;
}

.tqa8hy {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tqa8hy .avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}

.tqa8hy .name {
  font-weight: 600;
  font-size: 0.9rem;
}

.tqa8hy .date {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* === FAQ === */
.dke8tg {
  max-width: 800px;
  margin: 0 auto;
}

.rdqb2s {
  background: #fff;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.vdds4 {
  padding: 18px 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}

.vdds4:hover {
  color: var(--primary);
}

.vdds4::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 300;
  transition: var(--transition);
}

.rdqb2s.active .vdds4::after {
  content: '-';
}

.kwzt53 {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.rdqb2s.active .kwzt53 {
  padding: 0 24px 18px;
  max-height: 500px;
}

.kwzt53 p {
  font-size: 0.92rem;
  color: var(--text-light);
  line-height: 1.7;
}

/* === Contact Section === */
.adbu7f {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
}

.jo0e1 {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow);
}

.jo0e1 h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.jo0e1 p {
  font-size: 0.9rem;
  color: var(--text-light);
}

.jo0e1 .icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

/* === AI Section === */
.4mingm {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.6fie2 {
  background: linear-gradient(135deg, #1a1a2e, #2d1b69);
  border-radius: var(--radius);
  padding: 28px;
  color: #fff;
  transition: var(--transition);
}

.6fie2:hover {
  transform: translateY(-4px);
}

.6fie2 h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.6fie2 p {
  font-size: 0.9rem;
  opacity: 0.85;
  line-height: 1.7;
}

.6fie2 .icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

/* === Community Section === */
.a4or0oh {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.575d7 {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border-left: 4px solid var(--primary);
}

.575d7:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.575d7 h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.575d7 p {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* === Social Share === */
.04dwjnl {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.wzexl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.88rem;
  color: #fff;
  transition: var(--transition);
}

.wzexl:hover {
  opacity: 0.85;
  color: #fff;
  transform: translateY(-2px);
}

.x3wm1h { background: #07C160; }
.mz1ogk5v { background: #E6162D; }
.cvi2du { background: #111; }
.ch30ysv { background: #00A1D6; }

/* === Footer === */
.tsvoa {
  background: var(--darker);
  color: rgba(255,255,255,0.7);
  padding: 50px 0 0;
}

.fo9xze5 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.jyn5p3m5 .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.jyn5p3m5 .logo img {
  height: 36px;
}

.jyn5p3m5 .logo span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.jyn5p3m5 p {
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.qy6256l {
  display: flex;
  gap: 16px;
}

.qy6256l .cunhtb {
  text-align: center;
}

.qy6256l .cunhtb img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin-bottom: 6px;
}

.qy6256l .cunhtb span {
  font-size: 0.78rem;
  display: block;
}

.6j1uj h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
  font-weight: 600;
}

.6j1uj ul {
  list-style: none;
}

.6j1uj ul li {
  margin-bottom: 8px;
}

.6j1uj ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  transition: var(--transition);
}

.6j1uj ul li a:hover {
  color: var(--primary);
}

.lyiu0g {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 0.82rem;
}

.lyiu0g p {
  margin-bottom: 4px;
}

/* === Inner Page === */
.rdi0adab {
  background: var(--dark);
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

.rdi0adab h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.rdi0adab p {
  opacity: 0.8;
  font-size: 1rem;
}

.o4rdl {
  padding: 40px 0 60px;
}

.o4rdl h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 30px 0 16px;
  color: var(--text);
}

.o4rdl h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 24px 0 12px;
}

.o4rdl p {
  margin-bottom: 14px;
  line-height: 1.8;
  color: var(--text-light);
}

.ftk71o {
  background: #fff;
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  margin-bottom: 24px;
}

/* === Lazy Load === */
.lazy {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lazy.loaded {
  opacity: 1;
}

/* === Responsive === */
@media (max-width: 992px) {
  .fo9xze5 {
    grid-template-columns: 1fr 1fr;
  }
  .yp9t2 {
    grid-template-columns: 1fr;
  }
  .y0ybfmv4 h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .r4ysf {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  .r4ysf.active {
    display: flex;
  }

  .a9hc9i {
    display: block;
  }

  .y0ybfmv4 h1 {
    font-size: 1.6rem;
  }

  .y0ybfmv4 p {
    font-size: 1rem;
  }

  .section {
    padding: 40px 0;
  }

  .3mixej h2 {
    font-size: 1.5rem;
  }

  .s10x1 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .fo9xze5 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .p5aol {
    grid-template-columns: repeat(3, 1fr);
  }

  .wlgcey {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .s10x1 {
    grid-template-columns: 1fr;
  }

  .y0ybfmv4 h1 {
    font-size: 1.4rem;
  }

  .p5aol {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .qy6256l {
    flex-direction: column;
    align-items: center;
  }
}
