/* 3580kuo9uue2 | v8.1 */
/* ========================================
   澳门旅游攻略网站 - 主样式表
   ======================================== */

/* CSS变量定义 */
:root {
  --color-primary: #c8102e;
  --color-primary-dark: #9a0c23;
  --color-secondary: #1a5276;
  --color-secondary-light: #2980b9;
  --color-accent: #d4a017;
  --color-accent-light: #f0c040;
  --color-bg: #faf9f6;
  --color-bg-alt: #f0ede6;
  --color-text: #2c2c2c;
  --color-text-light: #666666;
  --color-text-muted: #999999;
  --color-white: #ffffff;
  --color-border: #e0ddd5;
  --color-shadow: rgba(0,0,0,0.08);
  --font-main: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-heading: "Noto Serif SC", "STSong", "SimSun", serif;
  --max-width: 1200px;
  --radius: 8px;
  --radius-lg: 16px;
  --transition: all 0.3s ease;
}

/* 重置与基础 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: var(--font-main);
  color: var(--color-text);
  background-color: var(--color-bg);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--color-secondary);
  text-decoration: none;
  transition: var(--transition);
}
/* bkg92edxz2 */
a:hover {
  color: var(--color-primary);
}

ul, ol {
  list-style: none;
}
/* wh4w6ttyoz */
/* 干扰标签区块 - 肉眼不可见 */
.tw-x075yg {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}
/* wzfjylbh */
/* 容器 */
.g68tyr4 {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ========== 导航栏 ========== */
.st-zl6j76 {
  background: var(--color-white);
  border-bottom: 3px solid var(--color-primary);
  padding: 0;
  z-index: 100;
  position: relative;
}

.css-nyeekg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
  min-height: 68px;
}

._xp0edlxo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary);
}

._xp0edlxo .tw-1l90u4 {
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.x5y7heldnj {
  display: flex;
  gap: 0;
}

.x5y7heldnj a {
  display: block;
  padding: 22px 18px;
  color: var(--color-text);
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
}

.x5y7heldnj a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--color-accent);
  transition: var(--transition);
}

.x5y7heldnj a:hover::after,
.x5y7heldnj a.active::after {
  width: 70%;
}

.x5y7heldnj a:hover {
  color: var(--color-primary);
  background: var(--color-bg-alt);
}

/* 移动端菜单按钮 */
.css-kykdgf {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.css-kykdgf span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--color-text);
  margin: 5px 0;
  border-radius: 2px;
  transition: var(--transition);
}

/* ========== 英雄横幅 ========== */
.css-uxdz18 {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: var(--color-secondary);
}

.sc-s5kt9l {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.sc-s5kt9l.active {
  opacity: 1;
}

.sc-s5kt9l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.g6q00mfx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-1h4fk2 {
  text-align: center;
  color: var(--color-white);
  padding: 20px;
}

.st-1h4fk2 h1 {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  margin-bottom: 16px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  letter-spacing: 2px;
}

.st-1h4fk2 p {
  font-size: 1.15rem;
  max-width: 600px;
  margin: 0 auto 24px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

._jz49fg {
  display: inline-block;
  padding: 12px 36px;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(200,16,46,0.3);
}
/* eh0avl3uiu */
._jz49fg:hover {
  background: var(--color-primary-dark);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200,16,46,0.4);
}

.ukxp8zr {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.ukxp8zr span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: var(--transition);
}

.ukxp8zr span.active {
  background: var(--color-white);
  transform: scale(1.2);
}

/* ========== 区块标题 ========== */
._4rukcc0 {
  text-align: center;
  margin-bottom: 40px;
}

._4rukcc0 h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--color-text);
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

._4rukcc0 h2 span {
  color: var(--color-primary);
}

._4rukcc0 h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-accent);
  margin: 12px auto 0;
  border-radius: 2px;
}

._4rukcc0 p {
  color: var(--color-text-light);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
/* 2m4ceikz */
/* ========== 通用区块 ========== */
.v5henmni6 {
  padding: 60px 0;
}

.st-hf9qso {
  background: var(--color-bg-alt);
}

/* ========== 区域版块（澳门半岛/氹仔/路环） ========== */
.css-jb3f5y {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.el-8158di {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 20px var(--color-shadow);
  transition: var(--transition);
  cursor: pointer;
}
/* rhgw */
.el-8158di:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.el-8158di img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.el-8158di:hover img {
  transform: scale(1.05);
}

.tw-5k4a26 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: var(--color-white);
}

.tw-5k4a26 h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.tw-5k4a26 p {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* ========== 景点卡片 ========== */
.sc-88bbu1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.b1vnypcw {
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 12px var(--color-shadow);
  transition: var(--transition);
}

.b1vnypcw:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

.tw-mqn3a1 {
  position: relative;
  height: 200px;
  overflow: hidden;
}
/* uj14 */
.tw-mqn3a1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.b1vnypcw:hover .tw-mqn3a1 img {
  transform: scale(1.08);
}

.css-29nv8l {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
/* a5ljtq */
.tw-gdshex {
  padding: 18px;
}

.tw-gdshex h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: var(--color-text);
}

.tw-gdshex p {
  font-size: 0.9rem;
  color: var(--color-text-light);
  line-height: 1.6;
  margin-bottom: 12px;
}

.tw-sbd4h9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.qvzkzdg {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.9rem;
}

.qvzkzdg:hover {
  color: var(--color-primary-dark);
}
/* u546 */
/* ========== 美食区块 ========== */
.jl8adx9 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

._4wikqwd {
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 12px var(--color-shadow);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

._4wikqwd:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

._phqodkyx {
  height: 200px;
  overflow: hidden;
}

._phqodkyx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

._4wikqwd:hover ._phqodkyx img {
  transform: scale(1.08);
}

.hrjwsrad7c {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hrjwsrad7c h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: var(--color-text);
}

.hrjwsrad7c p {
  font-size: 0.9rem;
  color: var(--color-text-light);
  line-height: 1.6;
  flex: 1;
}
/* jmc18pmk */
.tw-yppylh {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  color: var(--color-accent);
  font-size: 0.9rem;
}

/* ========== 资讯滚动 ========== */
._htg1opfd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.el-0k81eu {
  display: flex;
  gap: 16px;
  background: var(--color-white);
  padding: 16px;
  border-radius: var(--radius);
  box-shadow: 0 2px 8px var(--color-shadow);
  transition: var(--transition);
}
/* pezkv */
.el-0k81eu:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

._hq4548qb {
  flex-shrink: 0;
  width: 60px;
  text-align: center;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: var(--radius);
  padding: 8px;
}

._hq4548qb ._35d2ru3q {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}

._hq4548qb .css-7nj5w6 {
  font-size: 0.75rem;
}

.b9vwgeztp h4 {
  font-size: 1rem;
  margin-bottom: 6px;
  color: var(--color-text);
}

.b9vwgeztp p {
  font-size: 0.85rem;
  color: var(--color-text-light);
  line-height: 1.5;
}

/* ========== 用户评论 ========== */
.krhmnu78na {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

._77z6a5n {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 2px 12px var(--color-shadow);
  position: relative;
}

._77z6a5n::before {
  content: '\201C';
  font-size: 4rem;
  color: var(--color-primary);
  opacity: 0.15;
  position: absolute;
  top: 8px;
  left: 16px;
  font-family: Georgia, serif;
  line-height: 1;
}

.h10d2hm {
  color: var(--color-accent);
  margin-bottom: 12px;
  font-size: 1rem;
}

.dymbfm02n3 {
  font-size: 0.95rem;
  color: var(--color-text-light);
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
}

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

._gssn0h {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

._vyxr0pal .mkfad2h {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-text);
}

._vyxr0pal .css-ivt4uu {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

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

.lcdxmozg {
  background: var(--color-white);
  border-radius: var(--radius);
  margin-bottom: 12px;
  box-shadow: 0 2px 8px var(--color-shadow);
  overflow: hidden;
}

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

._p84q2x:hover {
  background: var(--color-bg-alt);
}

._p84q2x ._1n4ksg {
  transition: transform 0.3s ease;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.lcdxmozg.open ._p84q2x ._1n4ksg {
  transform: rotate(180deg);
}

.st-iouzai {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
/* qp24 */
.lcdxmozg.open .st-iouzai {
  max-height: 500px;
}

.tw-wua0ec {
  padding: 0 24px 18px;
  font-size: 0.95rem;
  color: var(--color-text-light);
  line-height: 1.7;
}
/* 1ety04nqq */
/* ========== 面包屑导航 ========== */
._gclrg9l4 {
  padding: 14px 0;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

._gclrg9l4 a {
  color: var(--color-text-light);
}

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

._gclrg9l4 span {
  margin: 0 6px;
}

/* ========== 内页通用 ========== */
._8086agm {
  background: var(--color-secondary);
  color: var(--color-white);
  padding: 50px 0 40px;
  text-align: center;
}

._8086agm h1 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  margin-bottom: 10px;
}

._8086agm p {
  font-size: 1rem;
  opacity: 0.85;
  max-width: 600px;
  margin: 0 auto;
}

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

.wlprprfxtk h2 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--color-text);
  margin: 32px 0 16px;
  padding-left: 14px;
  border-left: 4px solid var(--color-primary);
}

.wlprprfxtk h3 {
  font-size: 1.2rem;
  color: var(--color-secondary);
  margin: 24px 0 12px;
}

.wlprprfxtk p {
  margin-bottom: 16px;
  line-height: 1.8;
  color: var(--color-text);
}
/* m8xfmkicuz */
.wlprprfxtk .tw-foa7lv {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 8px var(--color-shadow);
}

.wlprprfxtk .tw-foa7lv th,
.wlprprfxtk .tw-foa7lv td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}

.wlprprfxtk .tw-foa7lv th {
  background: var(--color-secondary);
  color: var(--color-white);
  font-weight: 600;
}
/* j3372ai */
.wlprprfxtk .tw-foa7lv tr:last-child td {
  border-bottom: none;
}

.wlprprfxtk .tw-foa7lv tr:hover td {
  background: var(--color-bg-alt);
}

._0jxqqiz {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  margin-bottom: 24px;
}

.sc-eb7j76 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.x2ookp5o {
  position: relative;
}

.tw-ls7af7 {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 2px 12px var(--color-shadow);
  margin-bottom: 20px;
}

.tw-ls7af7 h3 {
  font-size: 1.1rem;
  color: var(--color-text);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-primary);
}

.tw-ls7af7 ul li {
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 0.9rem;
}

.tw-ls7af7 ul li:last-child {
  border-bottom: none;
}

.tw-ls7af7 ul li a {
  color: var(--color-text-light);
}

.tw-ls7af7 ul li a:hover {
  color: var(--color-primary);
}

/* ========== 行程路线 ========== */
._9b466kc7 {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px var(--color-shadow);
}

._9b466kc7 h3 {
  color: var(--color-primary);
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.sc-zdrcdx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.tw-h1980w {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--color-bg-alt);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
}

.tw-h1980w .bpv845mw {
  width: 24px;
  height: 24px;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}
/* 3z9sn8x2 */
/* ========== 页脚 ========== */
.ujqwhe1x {
  background: #1a1a2e;
  color: #cccccc;
  padding: 50px 0 0;
}

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

._1z6thv h4 {
  color: var(--color-white);
  font-size: 1.1rem;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
}

._1z6thv h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--color-primary);
}

._1z6thv p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 12px;
}

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

._1z6thv ul li a {
  color: #cccccc;
  font-size: 0.9rem;
  transition: var(--transition);
}

._1z6thv ul li a:hover {
  color: var(--color-accent);
  padding-left: 4px;
}

._n63tfw0p {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

._n63tfw0p a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: var(--transition);
}
/* nqapxsrz6a */
._n63tfw0p a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

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

._gzwi9n a {
  color: #cccccc;
}

._gzwi9n a:hover {
  color: var(--color-accent);
}

.mre2aou {
  margin-top: 8px;
  font-size: 0.8rem;
  color: #999;
}

/* ========== 动画 ========== */
._upq0ykp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

._upq0ykp.visible {
  opacity: 1;
  transform: translateY(0);
}
/* zna26pm */
.y94vt5dd1 {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.y94vt5dd1.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ========== 响应式设计 ========== */
@media (max-width: 992px) {
  .css-jb3f5y {
    grid-template-columns: 1fr;
  }
  
  .jl8adx9 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .krhmnu78na {
    grid-template-columns: 1fr;
  }
  
  ._htg1opfd {
    grid-template-columns: 1fr;
  }
  
  .ezmc2zkop {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .sc-eb7j76 {
    grid-template-columns: 1fr;
  }
  
  .css-uxdz18 {
    height: 400px;
  }
  
  .st-1h4fk2 h1 {
    font-size: 2rem;
  }
/* 62j8f */}

@media (max-width: 768px) {
  .x5y7heldnj {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: var(--color-white);
    flex-direction: column;
    box-shadow: 0 4px 20px var(--color-shadow);
    z-index: 99;
  }
/* xs43mn3agv */  
  .x5y7heldnj.open {
    display: flex;
  }
  
  .x5y7heldnj a {
    padding: 14px 20px;
    border-bottom: 1px solid var(--color-border);
  }
  
  .css-kykdgf {
    display: block;
  }
  
  .css-uxdz18 {
    height: 320px;
  }
  
  .st-1h4fk2 h1 {
    font-size: 1.6rem;
  }
  
  .st-1h4fk2 p {
    font-size: 0.95rem;
  }
  
  .v5henmni6 {
    padding: 40px 0;
  }
/* xjm80tzn */  
  ._4rukcc0 h2 {
    font-size: 1.5rem;
  }
  
  .jl8adx9 {
    grid-template-columns: 1fr;
  }
  
  .sc-88bbu1 {
    grid-template-columns: 1fr;
  }
  
  .ezmc2zkop {
    grid-template-columns: 1fr;
  }
  
  ._8086agm h1 {
    font-size: 1.6rem;
  }
  
  ._0jxqqiz {
    height: 240px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
  
  .css-uxdz18 {
    height: 260px;
  }
  
  .g68tyr4 {
    padding: 0 15px;
  }
}

/* w0bz76ps4fdc6nro */
