/* ============================================
   国产 - 原创样式表
   品牌：国产 | 域名：dizLL.cn
   配色：深紫黑+活力橙+青绿
   ============================================ */

/* 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', 'Hiragino Sans GB', 'Noto Sans CJK SC', sans-serif;
  background-color: #0D0D1A;
  color: #E8E8F0;
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: #FF6B35; text-decoration: none; transition: color 0.3s; }
a:hover { color: #00D4AA; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ============ Header / 导航 ============ */
.site-header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(13, 13, 26, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 107, 53, 0.15);
  transition: background 0.3s;
}
.l7ron {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 20px; height: 68px;
}
.vg0vx { display: flex; align-items: center; gap: 10px; }
.vg0vx img { height: 42px; width: auto; }
.6s9hpr7 { font-size: 1.4rem; font-weight: 700; color: #FF6B35; letter-spacing: 1px; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  padding: 8px 16px; border-radius: 8px; font-size: 0.95rem;
  color: #C8C8DD; transition: all 0.3s; font-weight: 500;
}
.main-nav a:hover, .main-nav a.active {
  color: #FF6B35; background: rgba(255, 107, 53, 0.1);
}
.mobile-menu-btn {
  display: none; background: none; border: none; cursor: pointer;
  width: 36px; height: 36px; position: relative;
}
.mobile-menu-btn span {
  display: block; width: 24px; height: 2px; background: #E8E8F0;
  position: absolute; left: 6px; transition: all 0.3s;
}
.mobile-menu-btn span:nth-child(1) { top: 10px; }
.mobile-menu-btn span:nth-child(2) { top: 17px; }
.mobile-menu-btn span:nth-child(3) { top: 24px; }

/* ============ 搜索框 ============ */
.o9zbt84s {
  background: linear-gradient(135deg, #1A0A2E 0%, #0D0D1A 100%);
  padding: 14px 0; margin-top: 68px;
  border-bottom: 1px solid rgba(0, 212, 170, 0.1);
}
.search-bar {
  display: flex; max-width: 680px; margin: 0 auto;
  background: #1E1E3A; border-radius: 30px; overflow: hidden;
  border: 1px solid rgba(255, 107, 53, 0.2);
  transition: border-color 0.3s;
}
.search-bar:focus-within { border-color: #FF6B35; }
.search-bar input {
  flex: 1; padding: 12px 24px; background: transparent; border: none;
  color: #E8E8F0; font-size: 0.95rem; outline: none;
}
.search-bar input::placeholder { color: #6B6B8D; }
.search-bar button {
  padding: 12px 28px; background: linear-gradient(135deg, #FF6B35, #FF8F5E);
  border: none; color: #fff; font-size: 0.95rem; cursor: pointer;
  font-weight: 600; transition: opacity 0.3s;
}
.search-bar button:hover { opacity: 0.9; }

/* ============ Hero Banner ============ */
.hero-section {
  position: relative; min-height: 520px; display: flex; align-items: center;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  overflow: hidden;
}
.19dve948 {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26,10,46,0.88) 0%, rgba(13,13,26,0.75) 50%, rgba(0,212,170,0.1) 100%);
}
.sy1zez {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
  padding: 60px 20px; text-align: center;
}
.sy1zez h1 {
  font-size: 2.8rem; font-weight: 800; margin-bottom: 16px;
  background: linear-gradient(135deg, #FF6B35, #FFB088);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1.3;
}
.sy1zez h1 span { color: #00D4AA; -webkit-text-fill-color: #00D4AA; }
.sy1zez p {
  font-size: 1.15rem; color: #C8C8DD; max-width: 700px; margin: 0 auto 30px;
  line-height: 1.8;
}
.xefsz { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 20px; }
.xefsz span {
  padding: 6px 18px; background: rgba(255,107,53,0.12); border: 1px solid rgba(255,107,53,0.25);
  border-radius: 20px; font-size: 0.85rem; color: #FFB088;
}
.x1h79 {
  display: flex; justify-content: center; gap: 50px; margin-top: 40px;
}
.x1h79 .stat { text-align: center; }
.x1h79 .811705j {
  font-size: 2rem; font-weight: 800; color: #FF6B35;
}
.x1h79 .7095t { font-size: 0.85rem; color: #9999BB; margin-top: 4px; }

/* ============ Section Common ============ */
.section { padding: 70px 0; }
.section-alt { background: #111128; }
.hgire {
  text-align: center; margin-bottom: 50px;
}
.hgire h2 {
  font-size: 2rem; font-weight: 700; color: #E8E8F0; margin-bottom: 12px;
}
.hgire h2 .highlight { color: #FF6B35; }
.hgire p { color: #9999BB; font-size: 1rem; max-width: 600px; margin: 0 auto; }
.hgire .0mknzb {
  width: 60px; height: 3px; background: linear-gradient(90deg, #FF6B35, #00D4AA);
  margin: 16px auto 0; border-radius: 2px;
}

/* ============ 动漫视频卡片 ============ */
.lee2n {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.aee4s {
  background: #1E1E3A; border-radius: 14px; overflow: hidden;
  transition: transform 0.35s, box-shadow 0.35s; cursor: pointer;
  border: 1px solid rgba(255,107,53,0.08);
}
.aee4s:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(255,107,53,0.15);
}
.84361 {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.84361 img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s;
}
.aee4s:hover .84361 img { transform: scale(1.06); }
.42eliph {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0);
  width: 60px; height: 60px; background: rgba(255,107,53,0.9);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  transition: transform 0.35s; z-index: 2;
}
.42eliph::after {
  content: ''; width: 0; height: 0;
  border-left: 20px solid #fff; border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; margin-left: 4px;
}
.aee4s:hover .42eliph { transform: translate(-50%, -50%) scale(1); }
.84361 .ln0pnsc {
  position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.75);
  padding: 2px 8px; border-radius: 4px; font-size: 0.8rem; color: #fff; z-index: 2;
}
.dnc6ib { padding: 16px; }
.dnc6ib h3 {
  font-size: 1rem; font-weight: 600; color: #E8E8F0; margin-bottom: 8px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.g6sjfa {
  display: flex; align-items: center; gap: 14px; font-size: 0.82rem; color: #9999BB;
}
.g6sjfa span { display: flex; align-items: center; gap: 4px; }
.3lqwc { display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap; }
.3lqwc span {
  padding: 3px 10px; background: rgba(0,212,170,0.1); border-radius: 12px;
  font-size: 0.75rem; color: #00D4AA;
}

/* ============ 服务模块 ============ */
.ujktx {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.lbyoeil {
  background: linear-gradient(145deg, #1E1E3A, #161630);
  border-radius: 16px; padding: 36px 28px; text-align: center;
  border: 1px solid rgba(255,107,53,0.08);
  transition: transform 0.3s, border-color 0.3s;
}
.lbyoeil:hover {
  transform: translateY(-4px);
  border-color: rgba(255,107,53,0.3);
}
.h45yd9s {
  width: 64px; height: 64px; margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(255,107,53,0.15), rgba(0,212,170,0.1));
  border-radius: 16px; display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
}
.lbyoeil h3 { font-size: 1.15rem; color: #E8E8F0; margin-bottom: 10px; }
.lbyoeil p { font-size: 0.9rem; color: #9999BB; line-height: 1.7; }

/* ============ AI赋能 ============ */
.ai-section {
  position: relative; overflow: hidden;
}
.2a0oml {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.urjiy69 {
  background: linear-gradient(145deg, #1A1A35, #12122A);
  border-radius: 16px; padding: 32px; display: flex; gap: 20px;
  border: 1px solid rgba(0,212,170,0.1);
  transition: all 0.3s;
}
.urjiy69:hover { border-color: rgba(0,212,170,0.3); transform: translateY(-3px); }
.hu59f {
  flex-shrink: 0; width: 52px; height: 52px;
  background: linear-gradient(135deg, #00D4AA, #00A88A);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.urjiy69 h3 { font-size: 1.05rem; color: #E8E8F0; margin-bottom: 8px; }
.urjiy69 p { font-size: 0.88rem; color: #9999BB; line-height: 1.7; }

/* ============ 专家团队 ============ */
.0zcp0 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.kjg3ss {
  background: #1E1E3A; border-radius: 16px; padding: 28px 20px;
  text-align: center; border: 1px solid rgba(255,107,53,0.08);
  transition: all 0.3s;
}
.kjg3ss:hover { transform: translateY(-4px); border-color: rgba(255,107,53,0.25); }
.qmcjk {
  width: 96px; height: 96px; border-radius: 50%; margin: 0 auto 16px;
  overflow: hidden; border: 3px solid rgba(255,107,53,0.3);
}
.qmcjk img { width: 100%; height: 100%; object-fit: cover; }
.kjg3ss h3 { font-size: 1.05rem; color: #E8E8F0; margin-bottom: 4px; }
.kjg3ss .role { font-size: 0.85rem; color: #FF6B35; margin-bottom: 10px; }
.kjg3ss p { font-size: 0.82rem; color: #9999BB; line-height: 1.6; margin-bottom: 14px; }
.09ci8 { display: flex; justify-content: center; gap: 10px; }
.09ci8 a {
  padding: 6px 14px; border-radius: 20px; font-size: 0.8rem;
  border: 1px solid rgba(255,107,53,0.3); color: #FF6B35;
  transition: all 0.3s;
}
.09ci8 a:hover { background: #FF6B35; color: #fff; }

/* ============ 合作品牌 ============ */
.4vlua {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 30px;
  padding: 20px 0;
}
.xe5ttq {
  width: 160px; height: 70px; background: #1E1E3A; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,107,53,0.08);
  font-size: 0.95rem; color: #9999BB; font-weight: 600;
  transition: all 0.3s;
}
.xe5ttq:hover { border-color: rgba(255,107,53,0.3); color: #FF6B35; }

/* ============ 用户评价 ============ */
.uxpqiev {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.bv6auy {
  background: #1E1E3A; border-radius: 16px; padding: 28px;
  border: 1px solid rgba(0,212,170,0.08);
  transition: all 0.3s;
}
.bv6auy:hover { border-color: rgba(0,212,170,0.25); }
.w6attdl { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.3juyyci {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, #FF6B35, #00D4AA);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #fff; font-weight: 700;
}
.yuwwar10 { font-weight: 600; color: #E8E8F0; }
.c6as650 { font-size: 0.8rem; color: #6B6B8D; }
.o4vosy { color: #FF6B35; font-size: 0.9rem; margin-bottom: 10px; }
.fdc1h1 { font-size: 0.92rem; color: #C8C8DD; line-height: 1.7; }

/* ============ FAQ ============ */
.anu8z { max-width: 800px; margin: 0 auto; }
.mssxpnil {
  background: #1E1E3A; border-radius: 12px; margin-bottom: 12px;
  border: 1px solid rgba(255,107,53,0.08); overflow: hidden;
}
.epe8l03u {
  padding: 20px 24px; cursor: pointer; display: flex;
  justify-content: space-between; align-items: center;
  font-weight: 600; color: #E8E8F0; font-size: 1rem;
  transition: color 0.3s;
}
.epe8l03u:hover { color: #FF6B35; }
.epe8l03u .lo4r9ng {
  width: 24px; height: 24px; display: flex; align-items: center;
  justify-content: center; transition: transform 0.3s;
  color: #FF6B35; font-size: 1.2rem;
}
.mssxpnil.active .epe8l03u .lo4r9ng { transform: rotate(180deg); }
.nz54s {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
.jfum3f {
  padding: 0 24px 20px; font-size: 0.92rem; color: #9999BB; line-height: 1.8;
}
.mssxpnil.active .nz54s { max-height: 300px; }

/* ============ 联系我们 ============ */
.lhef9 {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;
}
.o9nwhhe {
  background: #1E1E3A; border-radius: 16px; padding: 32px;
  border: 1px solid rgba(255,107,53,0.08);
}
.o9nwhhe h3 { font-size: 1.2rem; color: #FF6B35; margin-bottom: 20px; }
.3vrtf1w {
  display: flex; gap: 12px; margin-bottom: 16px; align-items: flex-start;
}
.3vrtf1w .icon {
  flex-shrink: 0; width: 36px; height: 36px; background: rgba(255,107,53,0.1);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
}
.3vrtf1w .text { font-size: 0.92rem; color: #C8C8DD; }
.3vrtf1w .label { font-size: 0.82rem; color: #6B6B8D; margin-bottom: 2px; }
.qbhk6eho { display: flex; gap: 24px; justify-content: center; }
.6jywr55k { text-align: center; }
.6jywr55k img { width: 140px; height: 140px; border-radius: 12px; margin-bottom: 8px; }
.6jywr55k p { font-size: 0.85rem; color: #9999BB; }

/* ============ 社交分享 ============ */
.zjd4c {
  display: flex; justify-content: center; gap: 16px; padding: 30px 0;
}
.d3f9el {
  width: 44px; height: 44px; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; font-size: 1.1rem;
  color: #fff; transition: transform 0.3s, opacity 0.3s; cursor: pointer;
  border: none;
}
.d3f9el:hover { transform: scale(1.15); }
.d3f9el.wechat { background: #07C160; }
.d3f9el.weibo { background: #E6162D; }
.d3f9el.douyin { background: #161823; border: 1px solid #333; }
.d3f9el.bilibili { background: #00A1D6; }
.d3f9el.qq { background: #12B7F5; }

/* ============ Footer ============ */
.site-footer {
  background: #0A0A18; border-top: 1px solid rgba(255,107,53,0.1);
  padding: 50px 0 0;
}
.5jv2sy {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
  padding-bottom: 40px;
}
.e0xwqulh .vg0vx { margin-bottom: 16px; }
.e0xwqulh p { font-size: 0.88rem; color: #6B6B8D; line-height: 1.7; max-width: 320px; }
.s1k4z13 h4 {
  font-size: 1rem; color: #E8E8F0; margin-bottom: 16px;
  padding-bottom: 8px; border-bottom: 2px solid #FF6B35;
  display: inline-block;
}
.s1k4z13 a {
  display: block; padding: 4px 0; font-size: 0.88rem; color: #6B6B8D;
  transition: color 0.3s;
}
.s1k4z13 a:hover { color: #FF6B35; }
.wlk3x {
  border-top: 1px solid rgba(255,107,53,0.08);
  padding: 20px 0; text-align: center;
  font-size: 0.82rem; color: #4A4A6A;
}
.wlk3x .x0s9ot92 { color: #6B6B8D; margin-top: 4px; }

/* ============ 面包屑 ============ */
.breadcrumb {
  padding: 16px 0; font-size: 0.85rem; color: #6B6B8D;
  margin-top: 68px;
}
.breadcrumb a { color: #9999BB; }
.breadcrumb a:hover { color: #FF6B35; }
.breadcrumb span { margin: 0 8px; color: #4A4A6A; }

/* ============ 内页通用 ============ */
.page-hero {
  position: relative; padding: 100px 0 60px; text-align: center;
  background-size: cover; background-position: center;
}
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,13,26,0.92) 0%, rgba(13,13,26,0.8) 100%);
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 { font-size: 2.2rem; font-weight: 700; color: #FF6B35; margin-bottom: 12px; }
.page-hero p { font-size: 1rem; color: #9999BB; max-width: 600px; margin: 0 auto; }

/* ============ How-To 指南 ============ */
.ilhrw5c { max-width: 800px; margin: 0 auto; }
.1wr6sdw {
  display: flex; gap: 20px; margin-bottom: 28px; align-items: flex-start;
}
.96pzttz5 {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, #FF6B35, #FF8F5E);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: 800; color: #fff;
}
.xe9vz h3 { font-size: 1.05rem; color: #E8E8F0; margin-bottom: 6px; }
.xe9vz p { font-size: 0.9rem; color: #9999BB; line-height: 1.7; }

/* ============ 按钮 ============ */
.btn {
  display: inline-block; padding: 12px 30px; border-radius: 30px;
  font-size: 0.95rem; font-weight: 600; cursor: pointer;
  transition: all 0.3s; border: none; text-align: center;
}
.btn-primary {
  background: linear-gradient(135deg, #FF6B35, #FF8F5E);
  color: #fff;
}
.btn-primary:hover { opacity: 0.9; transform: translateY(-2px); color: #fff; }
.btn-outline {
  background: transparent; border: 2px solid #FF6B35; color: #FF6B35;
}
.btn-outline:hover { background: #FF6B35; color: #fff; }
.btn-teal {
  background: linear-gradient(135deg, #00D4AA, #00A88A); color: #fff;
}
.btn-teal:hover { opacity: 0.9; color: #fff; }

/* ============ 响应式 ============ */
@media (max-width: 1024px) {
  .lee2n { grid-template-columns: repeat(2, 1fr); }
  .0zcp0 { grid-template-columns: repeat(2, 1fr); }
  .5jv2sy { grid-template-columns: repeat(2, 1fr); }
  .2a0oml { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .main-nav { 
    display: none; position: fixed; top: 68px; left: 0; right: 0;
    background: rgba(13,13,26,0.98); flex-direction: column;
    padding: 20px; gap: 4px;
    border-bottom: 1px solid rgba(255,107,53,0.15);
  }
  .main-nav.active { display: flex; }
  .mobile-menu-btn { display: block; }
  .sy1zez h1 { font-size: 1.8rem; }
  .x1h79 { gap: 24px; }
  .x1h79 .811705j { font-size: 1.4rem; }
  .lee2n { grid-template-columns: 1fr; }
  .ujktx { grid-template-columns: 1fr; }
  .0zcp0 { grid-template-columns: repeat(2, 1fr); }
  .uxpqiev { grid-template-columns: 1fr; }
  .lhef9 { grid-template-columns: 1fr; }
  .5jv2sy { grid-template-columns: 1fr; }
  .section { padding: 50px 0; }
  .hgire h2 { font-size: 1.5rem; }
  .search-bar { margin: 0 16px; }
}
@media (max-width: 480px) {
  .0zcp0 { grid-template-columns: 1fr; }
  .x1h79 { flex-direction: column; gap: 16px; }
  .4vlua { gap: 12px; }
  .xe5ttq { width: 130px; height: 56px; font-size: 0.82rem; }
}

/* ============ 动画 ============ */
.fade-in {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ============ 懒加载占位 ============ */
.lazy-img {
  background: #1A1A35;
  transition: opacity 0.5s;
}
.lazy-img[data-src] { opacity: 0.6; }
.lazy-img.loaded { opacity: 1; }

/* ============ 甜心社区互动模块 ============ */
.community-interact-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.community-interact-card {
  background: linear-gradient(145deg, #1E1E3A, #161630);
  border-radius: 16px; padding: 32px 24px; text-align: center;
  border: 1px solid rgba(0,212,170,0.1);
  transition: transform 0.3s, border-color 0.3s;
}
.community-interact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,212,170,0.3);
}
.community-interact-card .ci-icon {
  width: 56px; height: 56px; margin: 0 auto 16px;
  background: linear-gradient(135deg, rgba(0,212,170,0.15), rgba(255,107,53,0.1));
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
}
.community-interact-card h3 { font-size: 1.05rem; color: #E8E8F0; margin-bottom: 8px; }
.community-interact-card p { font-size: 0.88rem; color: #9999BB; line-height: 1.7; }

/* ============ 荣誉资质模块 ============ */
.0z3cap {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.4i4ih56c {
  background: linear-gradient(145deg, #1A1A35, #12122A);
  border-radius: 16px; padding: 28px; display: flex; gap: 18px;
  border: 1px solid rgba(255,215,0,0.1);
  transition: all 0.3s;
}
.4i4ih56c:hover { border-color: rgba(255,215,0,0.3); transform: translateY(-3px); }
.honor-icon {
  flex-shrink: 0; width: 52px; height: 52px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.4i4ih56c h3 { font-size: 1.05rem; color: #E8E8F0; margin-bottom: 8px; }
.4i4ih56c p { font-size: 0.88rem; color: #9999BB; line-height: 1.7; }

/* ============ 用户评价 4列适配 ============ */
@media (min-width: 1025px) {
  .uxpqiev { grid-template-columns: repeat(2, 1fr); }
}

/* ============ 社区互动响应式 ============ */
@media (max-width: 1024px) {
  .community-interact-grid { grid-template-columns: repeat(2, 1fr); }
  .0z3cap { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .community-interact-grid { grid-template-columns: 1fr; }
}
