/* ============================================================
 * 浩创云 - 源码集市详情页样式（独立）
 * ============================================================ */

.hcy-code-detail-wrap {
    background: #f5f7fa;
    padding: 20px 0;
    overflow-x: hidden;
}
.hcy-code-detail-wrap * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hcy-code-detail-wrap img,
.hcy-code-detail-wrap video,
.hcy-code-detail-wrap iframe {
    max-width: 100%;
    height: auto;
}

/* 面包屑 */
.hcy-code-breadcrumb {
    padding: 14px 18px;
    font-size: 13px;
    color: #888;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #fafbfc 0%, #f0f2f5 100%);
    border-radius: 8px;
    border: 1px solid #e8ecf1;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    align-items: center;
    gap: 2px;
}
.hcy-code-breadcrumb::-webkit-scrollbar { display: none; }
.hcy-code-breadcrumb a {
    color: #5a6a7e;
    text-decoration: none;
    transition: color .2s;
    padding: 2px 4px;
    border-radius: 3px;
}
.hcy-code-breadcrumb a:hover { color: #ff6600; background: rgba(255,102,0,.08); }
.hcy-breadcrumb-sep {
    margin: 0 6px;
    color: #c0c7cf;
    font-size: 11px;
    user-select: none;
}
.hcy-breadcrumb-current { color: #1a1a2e; font-weight: 500; }

/* 顶部行：商品信息 + 商家卡片并排 */
.hcy-code-top-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: stretch;
}
.hcy-code-product-header {
    width: 100%;
    flex: 1;
    min-width: 0;
    display: flex;
    gap: 30px;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    max-width: 100%;
}
.hcy-code-top-row > .hcy-code-product-header { margin-right: 0; }
.hcy-code-product-header > div:first-child { margin-right: 0; }

/* 左侧轮播图 */
.hcy-code-gallery {
    width: 400px;
    max-width: 100%;
    flex-shrink: 0;
}
.hcy-code-gallery-main {
    width: 100%;
    aspect-ratio: 1/1;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hcy-code-gallery-main img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.hcy-code-gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
}
.hcy-code-gallery-thumbs > div { margin-right: 10px; }
.hcy-code-gallery-thumbs > div:last-child { margin-right: 0; }
.hcy-code-gallery-thumb {
    width: 70px;
    height: 52px;
    border: 2px solid #e8ecf1;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
}
.hcy-code-gallery-thumb:hover,
.hcy-code-gallery-thumb.active { border-color: #ff6600; }
.hcy-code-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 详情页标签 */
.hcy-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}
.hcy-detail-tag {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fafafa;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.2s;
}
.hcy-detail-tag:hover {
    border-color: #FF6B35;
    color: #FF6B35;
    background: #fff5f0;
}

/* 复制信息按钮 */
.hcy-copy-info-btn {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 10px 0;
    border: 1px solid #FF6B35;
    border-radius: 6px;
    background: #fffaf7;
    color: #FF6B35;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}
.hcy-copy-info-btn:hover {
    background: #FF6B35;
    color: #fff;
}
.hcy-copy-info-btn.hcy-copied {
    background: #e8f5e9;
    border-color: #4caf50;
    color: #4caf50;
}

/* 右侧商品信息 */
.hcy-code-info {
    flex: 1;
    min-width: 0;
    max-width: 100%;
}
.hcy-code-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    margin: 0 0 20px 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* 商品简介 */
.hcy-code-product-brief {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 16px 0;
    padding: 12px 16px;
    background: #f8f9fa;
    border-left: 3px solid #0066FF;
    border-radius: 4px;
    word-break: break-word;
}

/* 价格 */
.hcy-code-price-box {
    background: #fff5f5;
    border: 1px solid #ffe0e0;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 16px;
}
.hcy-code-price-label {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}
.hcy-code-price {
    font-size: 28px;
    font-weight: 700;
    color: #ff4400;
}
.hcy-price-symbol {
    font-size: 16px;
    font-weight: 400;
}
.hcy-price-free {
    color: #20BF6B;
    font-size: 24px;
}
.hcy-code-price-original {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-left: 12px;
}
.hcy-original-label {
    display: inline-block;
    text-decoration: none;
}
.hcy-code-price-period {
    font-size: 14px;
    color: #999;
    margin-left: 4px;
}

/* 元数据行 */
.hcy-code-meta-row {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    color: #666;
    border-bottom: 1px dashed #f0f0f0;
}
.hcy-code-meta-label {
    width: 80px;
    flex-shrink: 0;
    color: #999;
}
.hcy-code-meta-link {
    color: #0066FF;
    text-decoration: none;
    word-break: break-all;
    overflow-wrap: break-word;
    max-width: 100%;
}
.hcy-code-meta-link:hover { text-decoration: underline; }

/* 授权提示 */
.hcy-code-auth-notice {
    font-size: 13px;
    color: #333;
}
.hcy-code-auth-notice strong {
    font-weight: 600;
}
.hcy-code-auth-notice.auth-required strong {
    color: #E74C3C;
}
.hcy-code-auth-notice.auth-free strong {
    color: #27AE60;
}

/* 操作按钮 */
.hcy-code-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
    flex-wrap: wrap;
}
.hcy-code-actions > a { flex: 0 0 auto; }
.hcy-code-btn {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    transition: all 0.25s;
    cursor: pointer;
}
.hcy-code-btn-buy {
    background: linear-gradient(135deg, #ff6600, #ff4400);
    color: #fff;
    box-shadow: 0 2px 8px rgba(255,68,0,0.3);
}
.hcy-code-btn-buy:hover {
    background: linear-gradient(135deg, #ff7722, #ff5511);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255,68,0,0.4);
    color: #fff;
}
.hcy-code-btn-demo {
    background: #fff;
    color: #0066FF;
    border: 1px solid #0066FF;
}
.hcy-code-btn-demo:hover {
    background: #f0f7ff;
    color: #0066FF;
}
.hcy-code-btn-download {
    background: linear-gradient(135deg, #20BF6B, #18a85a);
    color: #fff;
}
.hcy-code-btn-download:hover {
    background: linear-gradient(135deg, #28d078, #1ebd64);
    color: #fff;
}
.hcy-code-btn-consult {
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
}
.hcy-code-btn-consult:hover {
    border-color: #0066FF;
    color: #0066FF;
}

/* 保障与支付 */
.hcy-code-guarantee,
.hcy-code-payment {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 13px;
    color: #666;
}
.hcy-code-guarantee { border-top: 1px dashed #f0f0f0; }
.hcy-code-guarantee-label,
.hcy-code-payment-label {
    flex-shrink: 0;
    color: #999;
}
.hcy-code-guarantee-label { width: 60px; }
.hcy-code-payment-label { width: 80px; }
.hcy-code-guarantee-items {
    color: #20BF6B;
    font-weight: 500;
}
.hcy-code-payment-items { color: #333; }

/* 主内容行：左边内容 + 右边侧栏 */
.hcy-code-main-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.hcy-code-main-row > div:first-child { margin-right: 0; }
.hcy-code-content-area {
    width: 100%;
    flex: 1;
    min-width: 0;
    max-width: 100%;
}
.hcy-code-sidebar {
    width: 320px;
    max-width: 100%;
    flex-shrink: 0;
}

/* Tab导航 */
.hcy-code-tabs {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    overflow: hidden;
    max-width: 100%;
}
.hcy-code-tab-nav {
    display: flex;
    border-bottom: 2px solid #ff6600;
    background: #fafafa;
}
.hcy-code-tab-nav::-webkit-scrollbar { display: none; }
.hcy-code-tab-item {
    display: inline-flex;
    align-items: center;
    padding: 14px 24px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}
.hcy-code-tab-item:hover {
    color: #ff6600;
    background: #fff;
}
.hcy-code-tab-item.active {
    color: #ff6600;
    background: #fff;
    border-bottom-color: #ff6600;
    font-weight: 600;
}
.hcy-code-tab-icon {
    margin-right: 6px;
    font-family: "iconfont", serif;
    font-size: 15px;
}
.hcy-code-tab-panel {
    padding: 24px;
    max-width: 100%;
    overflow-x: hidden;
}
.hcy-code-tab-panel.active { display: block; }

/* 内容区块 */
.hcy-code-section {
    margin-bottom: 30px;
    max-width: 100%;
    overflow-x: hidden;
}
.hcy-code-section:last-child { margin-bottom: 0; }
.hcy-code-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 16px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.hcy-section-icon {
    margin-right: 6px;
    color: #ff6600;
}

/* 属性表格 */
.hcy-code-attr-table { width: 100%; }
.hcy-code-attr-table tbody {
    font-size: 0;
    margin: -5px;
}
.hcy-code-attr-table tr {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 5px;
}
@supports (display: grid) {
    .hcy-code-attr-table tbody {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin: 0;
        font-size: 14px;
    }
    .hcy-code-attr-table tr {
        width: 100%;
        padding: 0;
        display: flex;
    }
}
.hcy-attr-label {
    width: 100px;
    padding: 10px 12px;
    font-size: 14px;
    color: #999;
    background: #fafbfc;
    vertical-align: middle;
    flex-shrink: 0;
    white-space: nowrap;
}
.hcy-attr-value {
    flex: 1;
    padding: 10px 12px;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

/* 内容样式 */
.hcy-code-intro-content {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    word-break: break-word;
    overflow-x: hidden;
}
.hcy-code-intro-content * {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.hcy-code-intro-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    margin: 12px auto;
}
.hcy-code-intro-content video {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.hcy-code-intro-content pre {
    overflow-x: auto;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
    font-size: 13px;
}
.hcy-code-intro-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
}
.hcy-code-intro-content th,
.hcy-code-intro-content td {
    border: 1px solid #eee;
    padding: 8px 12px;
    font-size: 14px;
    word-break: break-word;
}
.hcy-code-intro-content th { background: #f8f9fa; }
.hcy-code-intro-content iframe,
.hcy-code-intro-content embed,
.hcy-code-intro-content object { max-width: 100%; }

/* 规则内容 */
.hcy-code-rules-content {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    white-space: pre-line;
    word-break: break-word;
}
.hcy-code-rules-content h4 {
    margin: 16px 0 8px;
    color: #333;
    font-size: 15px;
}
.hcy-code-rules-content p {
    margin: 6px 0;
    padding-left: 12px;
}

/* 商家信息卡片 */
.hcy-code-seller-card {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    text-align: center;
}
.hcy-code-seller-card-inline {
    width: 320px;
    flex-shrink: 0;
    padding: 15px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.08);
}
.hcy-code-seller-card-mobile { display: none; }
.hcy-code-seller-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
    border: 2px solid #f0f0f0;
}
.hcy-code-seller-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hcy-code-seller-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}
.hcy-code-seller-location,
.hcy-code-seller-type {
    font-size: 13px;
    color: #666;
    margin: 0 0 6px 0;
}
.hcy-code-seller-actions {
    display: flex;
    gap: 10px;
    margin: 14px 0;
}
.hcy-code-seller-btn {
    flex: 1;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
}
.hcy-seller-shop {
    background: #fff;
    color: #ff6600;
    border: 1px solid #ff6600;
}
.hcy-seller-shop:hover {
    background: #fff8f2;
    color: #ff6600;
}
.hcy-code-seller-contact { margin-top: 10px; }
.hcy-code-contact-btn {
    display: block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #ff6600, #ff4400);
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.25s;
}
.hcy-code-contact-btn:hover {
    background: linear-gradient(135deg, #ff7722, #ff5511);
    color: #fff;
    transform: translateY(-1px);
}

/* 侧栏产品推荐卡片 */
.hcy-side-product-section {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 16px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.hcy-side-section-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 0 0 12px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #0066FF;
}
.hcy-side-product-card {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    text-decoration: none;
    color: #333;
    transition: all 0.2s;
}
.hcy-side-product-card:last-child { border-bottom: none; }
.hcy-side-product-card:hover { background: #fafbff; }
.hcy-side-product-thumb {
    width: 80px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #f5f5f5;
}
.hcy-side-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hcy-side-product-thumb-square {
    aspect-ratio: 1/1;
    height: auto;
}
.hcy-side-product-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hcy-side-product-title {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    margin: 0;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hcy-side-product-price {
    font-size: 14px;
    font-weight: bold;
    color: #e4393c;
}
.hcy-side-product-price .hcy-price-symbol {
    font-size: 12px;
    font-weight: normal;
}
.hcy-side-product-price .hcy-price-free {
    color: #2e7d32;
    font-size: 13px;
}

/* 侧栏广告 */
.hcy-sidebar-ad-wrap {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    padding: 15px;
    margin-bottom: 16px;
}

/* 客服联系方式 */
.hcy-code-seller-contact-info {
    margin: 15px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px dashed #e8ecf1;
}
.hcy-contact-item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    font-size: 14px;
}
.hcy-contact-label {
    color: #666;
    width: 80px;
    flex-shrink: 0;
}
.hcy-contact-value {
    color: #333;
    font-weight: 500;
}
.hcy-contact-qr {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8ecf1;
    text-align: center;
}
.hcy-qr-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.hcy-qr-box {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #e8ecf1;
}
.hcy-qr-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

/* 适用类型图标 */
.hcy-code-applicable-icons {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    font-size: 14px;
    color: #666;
    border-bottom: 1px dashed #f0f0f0;
}
.hcy-code-applicable-icons-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.hcy-code-applicable-icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #f5f7fa;
    border: 1px solid #e8ecf1;
    transition: all 0.2s;
}
.hcy-code-applicable-icon-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #0066FF;
    background: #f0f7ff;
}
.hcy-code-applicable-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.hcy-code-applicable-icon-text {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

/* ========== 响应式适配 ========== */
@media (max-width: 1200px) {
    .hcy-code-gallery { width: 340px; }
    .hcy-code-seller-card-inline { width: 280px; }
    .hcy-code-sidebar { width: 280px; }
}
@media (max-width: 992px) {
    .hcy-code-top-row { flex-direction: column; }
    .hcy-code-product-header {
        flex-direction: column;
        overflow-x: hidden;
        padding: 15px;
    }
    .hcy-code-product-header > div:first-child { margin-right: 0; margin-bottom: 20px; }
    .hcy-code-gallery { width: 100%; }
    .hcy-code-main-row { flex-direction: column; overflow-x: hidden; }
    .hcy-code-content-area { margin-right: 0; }
    .hcy-code-sidebar { width: 100%; }
    .hcy-code-seller-card-inline { width: 100%; display: none; }
    .hcy-code-seller-card-mobile { display: block; }
    .hcy-code-attr-table tbody { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .hcy-code-detail-wrap { padding: 10px 0; }
    .hcy-code-product-header { padding: 15px; overflow-x: hidden; }
    .hcy-code-title { font-size: 18px; }
    .hcy-code-price { font-size: 24px; }
    .hcy-code-price-original { font-size: 13px; }
    .hcy-code-actions { gap: 8px; }
    .hcy-code-btn { padding: 10px 18px; font-size: 14px; }
    .hcy-code-tab-nav {
        overflow-x: auto;
        padding-bottom: 5px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .hcy-code-tab-nav::-webkit-scrollbar { display: none; }
    .hcy-code-tab-item { padding: 10px 15px; font-size: 13px; }
    .hcy-code-tab-panel { padding: 15px; }
    .hcy-code-attr-table tbody { grid-template-columns: 1fr; }
    .hcy-code-gallery-thumbs { gap: 8px; }
    .hcy-code-gallery-thumb { width: 60px; height: 45px; }
    .hcy-code-seller-card { padding: 15px; }
}
@media (max-width: 576px) {
    .hcy-code-detail-wrap { padding: 8px 0; }
    .hcy-code-product-header { padding: 12px; border-radius: 6px; }
    .hcy-code-title { font-size: 16px; line-height: 1.4; }
    .hcy-code-price-box { padding: 12px 15px; }
    .hcy-code-price { font-size: 22px; }
    .hcy-code-gallery-thumb { width: 55px; height: 40px; }
    .hcy-code-tab-panel { padding: 12px; }
    .hcy-code-section-title { font-size: 15px; margin-bottom: 12px; }
    .hcy-code-attr-table tr { padding: 10px; }
    .hcy-code-intro-content { font-size: 14px; }
    .hcy-code-intro-content th,
    .hcy-code-intro-content td { padding: 6px 8px; font-size: 13px; }
    .hcy-code-intro-content pre { padding: 10px; font-size: 12px; }
    .hcy-code-intro-content h1,
    .hcy-code-intro-content h2,
    .hcy-code-intro-content h3,
    .hcy-code-intro-content h4 { font-size: 16px; margin: 10px 0 6px; }
    .hcy-code-meta-row { padding: 8px 0; font-size: 13px; }
    .hcy-code-meta-label { width: 75px; }
    .hcy-attr-label { width: 85px; font-size: 13px; padding: 8px 10px; }
    .hcy-attr-value { font-size: 13px; padding: 8px 10px; }
    .hcy-code-guarantee,
    .hcy-code-payment { font-size: 13px; padding: 10px 0; }
}
@media (max-width: 400px) {
    .hcy-code-title { font-size: 15px; }
    .hcy-code-price { font-size: 20px; }
    .hcy-code-gallery-thumb { width: 50px; height: 38px; }
    .hcy-code-tab-item { padding: 8px 12px; font-size: 12px; }
}
@media (max-width: 768px) and (orientation: landscape) {
    .hcy-code-product-header { padding: 12px; }
}
