/* ===== 头部样式 ===== */
.coin-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 32px 0;
    color: #fff;
}
.coin-hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media (min-width: 768px) {
    .coin-hero-content { flex-direction: row; align-items: center; justify-content: space-between; }
}
.coin-hero-left {
    display: flex;
    align-items: center;
    gap: 16px;
}
.coin-hero-icon {
    width: 64px;height: 64px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 28px; font-weight: 700; color: #fff;
    flex-shrink: 0;
}
.coin-hero-info h1 {
    font-size: 24px; font-weight: 700;
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 6px;
}
.coin-hero-info h1 span {
    font-size: 14px; color: rgba(255,255,255,0.6);
    font-weight: 500;
}
.coin-hero-badges {
    display: flex; gap: 8px; flex-wrap: wrap;
}
.coin-hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,0.1);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
}
.coin-hero-badge.rank {
    background: linear-gradient(135deg, #f3ba2f, #f7a600);
    color: #1a1a2e;
    font-weight: 600;
}
.coin-hero-right { text-align: left; }
@media (min-width: 768px) { .coin-hero-right { text-align: right; } }
.coin-hero-price {
    font-size: 36px; font-weight: 700;
    font-family: "DIN Alternate", "DIN", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 6px;
    color: #fff;
}
.coin-hero-change {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 16px; font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}
.coin-hero-change.up { background: rgba(16, 185, 129, 0.2); color: #10b981; }
.coin-hero-change.down { background: rgba(239, 68, 68, 0.2); color: #ef4444; }
.coin-hero-change .pen{color:rgba(255,255,255,0.5);font-weight:400;}
.coin-hero-meta {
    font-size: 12px; color: rgba(255,255,255,0.5);
    margin-top: 6px;
}
/* ===== 快速统计栏 ===== */
.stats-bar {
    background: var(--bg-primary);
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (min-width: 640px) {
    .stats-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
    .stats-grid { grid-template-columns: repeat(6, 1fr); }
}
.stat-item {
    text-align: center;
    padding: 12px 8px;
    background: var(--bg-secondary);
    border-radius: var(--radius-sm);
}
.stat-label { font-size: 12px; color: var(--text-muted); margin-bottom: 4px; }
.stat-value {
    font-size: 16px; font-weight: 700;
    color: var(--text-primary);
    font-family: "DIN Alternate", "DIN", "Helvetica Neue", Arial, sans-serif;
}
.stat-value.btc { color: #f7931a; }
.stat-change { font-size: 11px; margin-top: 2px; }
.stat-change.up { color: var(--color-green); }
.stat-change.down { color: var(--color-red); }
.stat-change .text { color: var(--text-muted); }
/* ===== Tab导航 ===== */
.tab-nav-wrapper {
    background: var(--bg-primary);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 64px;
    z-index: 100;
}
.tab-nav-wrapper .container{
    position: relative;
    white-space: nowrap;
    scrollbar-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 0px;
    display: flex;
    flex: none;
    width: 100%;
}
.tab-nav {
    gap: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    display: flex;
    flex: auto;
    align-self: stretch;
    overflow: scroll;
    white-space: nowrap;
    transform: translate(0);
}
.tab-nav::-webkit-scrollbar { display: none; }
.tab-btn {
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: all var(--transition-fast);
    cursor: pointer;
    border: none;
    background: none;
}
.tab-btn:hover { color: var(--color-primary); }
.tab-btn.active {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}
.tab-btn i { margin-right: 6px; }

.tab-content { display: none; }
.tab-content.active { display: block; }
.tab-operations {
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    box-shadow: -3px 0 3px rgb(239 242 245);
}
.tab-operations-btn {
    display: none;
    position: relative;
    padding: 8px 16px;
    background: transparent;
    border: 0;
    cursor: pointer;
    color: rgb(var(--font-4-color));
}
#operations {
    display: none;
    min-width: 46px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    will-change: transform;
    z-index: 999999;
    visibility: visible;
    top: 0px;
    left: 0px;
    margin: 0px;
    border: 1px solid rgb(248, 250, 253);
    box-shadow: rgb(239 242 245) 0px 2px 10px 0px;
}
#operations .list {
    min-width: 120px;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
    flex-direction: column;
    width: 100%;
    color: #7b88a0;
}
#operations .list a {
    padding: 12px 16px;
}
.list::-webkit-scrollbar,.table-container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: transparent;
}
.list::-webkit-scrollbar-thumb,.table-container::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #d0d6e3;
}
/* ===== 主布局 ===== */
.main-layout {
    display: block;
    padding: 24px 0;
}
@media (min-width: 1024px) {
    .main-layout {
        display: flex;
    }
    .main-layout .main-content{
        margin-right: 24px;
        float: left;
        width: calc(100% - 320px);
    }
    .sidebar{
        width: 320px;
    }
}
/* ===== 卡片 ===== */
.content-card {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 20px;
    margin-bottom: 20px;
}
.card-title {
    font-size: 18px; font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.card-title i { color: var(--color-primary); }
.card-subtitle {
    font-size: 15px; font-weight: 600;
    color: var(--text-primary);
    margin: 24px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-color);
}
/* ===== 币种介绍文本 ===== */
.intro-text {
    font-size: 15px;
    line-height: 1.9;
    color: var(--text-secondary);
}
.intro-text p { margin-bottom: 16px; }
.intro-text strong { color: var(--text-primary); font-weight: 600; }
.intro-text h4,.intro-text h2,.intro-text h3{
    font-size: 16px; font-weight: 600;
    color: var(--text-primary);
    margin: 20px 0 12px;
}
.intro-text ul {
    margin: 8px 0 16px 20px;
}
.intro-text li {
    margin-bottom: 6px;
    line-height: 1.7;
}
/* ===== 标签芯片 ===== */
.tag-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}
.tag-chip {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 5px 12px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    font-size: 12px;
    color: var(--text-secondary);
}
.tag-chip i { font-size: 10px; }
.tag-chip.highlight {
    background: rgba(37,99,235,0.08);
    border-color: rgba(37,99,235,0.2);
    color: var(--color-primary);
}
/* ===== 技术规格 ===== */
.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
@media (min-width: 640px) {
    .spec-grid { grid-template-columns: repeat(3, 1fr); }
}
.spec-card {
    background: var(--bg-secondary);
    border-radius: var(--radius-sm);
    padding: 16px;
    text-align: center;
}
.spec-icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--bg-primary);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 10px;
    font-size: 18px;
    color: var(--color-primary);
}
.spec-label {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 4px;
}
.spec-value {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
}

/* ===== 代币分配饼图文字版 ===== */
.allocation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (min-width: 640px) {
    .allocation-grid { grid-template-columns: repeat(4, 1fr); }
}
.alloc-item {
    background: var(--bg-secondary);
    border-radius: var(--radius-sm);
    padding: 16px;
    text-align: center;
    border-left: 4px solid;
}
.alloc-label { font-size: 12px; color: var(--text-muted); margin-bottom: 6px; }
.alloc-value { font-size: 20px; font-weight: 700; color: var(--text-primary); }
.alloc-desc { font-size: 11px; color: var(--text-muted); margin-top: 4px; }

/* ===== 图表样式 ===== */
.chart-header {
    align-items: center;
    margin-bottom: 20px;
}
.time-tabs {
    display: flex; gap: 6px;
}
.time-tab {
    padding: 6px 12px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    font-size: 12px;
    color: var(--text-secondary);
    transition: all var(--transition-fast);
    cursor: pointer;
}
.time-tab:hover { border-color: var(--color-primary); color: var(--color-primary); }
.time-tab.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
.chart-container {
    position: relative;
    height: 320px;
}
@media (min-width: 768px) {
    .chart-container { height: 420px; }
}
#priceChart { width: 100%; height: 100%; }

/* ===== 市场数据表格 ===== */
.data-table {
    width: 100%;
    border-collapse: collapse;
}
.data-table th {
    background: var(--bg-secondary);
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
    text-align: left;
}
.data-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
}
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:hover { background: var(--bg-secondary); }
.data-table .num {
    font-weight: 600;
    font-family: "DIN Alternate", "DIN", "Helvetica Neue", Arial, sans-serif;
}
.data-table .up { color: var(--color-green); }
.data-table .down { color: var(--color-red); }
.data-table .tit{color: var(--text-muted);}
.data-table .val{text-align: right; font-weight: 600;}

.data-table .th{
    text-align: right;
}

.exchange-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}
.exchange-icon {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--bg-tertiary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--text-secondary);
}
.price-col { font-weight: 600; }
.volume-col { color: var(--text-secondary); }
.trade-btn {
    padding: 6px 14px;
    background: var(--color-primary);
    color: #fff;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 500;
    transition: background var(--transition-fast);
}
.trade-btn:hover { background: var(--color-primary-hover); color: #fff; }

/* ===== 历史数据 ===== */
.history-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}
@media (min-width: 640px) {
    .history-stats { grid-template-columns: repeat(3, 1fr); }
}
.history-stat-item {
    background: var(--bg-secondary);
    border-radius: var(--radius-sm);
    padding: 16px;
    text-align: center;
}
.history-stat-label {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 8px;
}
.history-stat-value {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    font-family: "DIN Alternate", "DIN", "Helvetica Neue", Arial, sans-serif;
}
.history-stat-change { font-size: 12px; margin-top: 4px; }
.history-stat-change.up { color: var(--color-green); }
.history-stat-change.down { color: var(--color-red); }

/* ROI表格 */
.roi-table {
    width: 100%;
    border-collapse: collapse;
}
.roi-table th, .roi-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}
.roi-table th {
    background: var(--bg-secondary);
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
}
.roi-table td { font-size: 14px; }
.roi-positive { color: var(--color-green); font-weight: 600; }
.roi-negative { color: var(--color-red); font-weight: 600; }

/* ===== 新闻列表 ===== */
.news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.news-item {
    display: flex;
    gap: 16px;
    padding: 16px;
    background: var(--bg-secondary);
    border-radius: var(--radius-sm);
    transition: all var(--transition-fast);
}
.news-item:hover { background: var(--bg-hover); }
.news-thumb {
    width: 150px; height: 100px;
    border-radius: var(--radius-sm);
    background: var(--bg-tertiary);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 24px;
}
.news-thumb img {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-sm);
    object-fit: cover;
}
.news-content { flex: 1; min-width: 0; }
.news-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.5;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    display: block;
}
.news-title:hover { color: var(--color-primary); }
.news-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: var(--text-muted);
    flex-wrap: wrap;
}
.news-tag {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
}
.keyword {
    color: #ff6059 !important;
}
/* ===== 社交媒体 ===== */
.social-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (min-width: 640px) {
    .social-grid { grid-template-columns: repeat(4, 1fr); }
}
.social-card {
    background: var(--bg-secondary);
    border-radius: var(--radius-sm);
    padding: 16px;
    text-align: center;
    transition: all var(--transition-fast);
}
.social-card:hover {
    background: var(--bg-hover);
    transform: translateY(-2px);
}
.social-icon-lg {
    width: 48px; height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 20px; color: #fff;
}
.social-icon-lg.twitter { background: #1da1f2; }
.social-icon-lg.discord { background: #5865f2; }
.social-icon-lg.telegram { background: #0088cc; }
.social-icon-lg.github { background: #333; }
.social-name { font-size: 14px; font-weight: 600; color: var(--text-primary); margin-bottom: 4px; }
.social-followers { font-size: 12px; color: var(--text-muted); }

/* ===== 侧边栏 ===== */
.sidebar-section {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 20px;
    margin-bottom: 20px;
}
.sidebar-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.sidebar-title i { color: var(--color-primary); }

.info-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
}
.info-row:last-child { border-bottom: none; }
.info-label { font-size: 13px; color: var(--text-muted); }
.info-value {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    font-family: "DIN Alternate", "DIN", "Helvetica Neue", Arial, sans-serif;
}
.info-value a { color: var(--color-primary); }
.info-value a:hover { text-decoration: underline; }

.converter-section {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    border-radius: var(--radius-md);
    padding: 20px;
    color: #fff;
}
.converter-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}
.converter-input-group {
    display: flex;
    align-items: center;
    gap: 8px;
}
.converter-input {
    flex: 1;
    padding: 10px 12px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--radius-sm);
    color: #fff;
    font-size: 14px;
    outline: none;
}
.converter-input::placeholder { color: rgba(255,255,255,0.5); }
.converter-currency {
    background: rgba(255,255,255,0.2);
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 600;
}
.converter-swap {
    text-align: center;
    margin: 8px 0;
}
.converter-swap i { font-size: 20px; color: rgba(255,255,255,0.7); }

/* ===== 市场情绪指标 ===== */
.sentiment-card { text-align: center; padding: 8px 0; }
.sentiment-icon {
    width: 56px; height: 56px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 10px; font-size: 26px;
    transition: all 0.3s ease;
}
.sentiment-value {
    font-size: 36px; font-weight: 700;
    font-family: "DIN Alternate", "DIN", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 4px;
    transition: color 0.3s ease;
}
.sentiment-name {
    font-size: 15px; font-weight: 700;
    margin-bottom: 14px;
    transition: color 0.3s ease;
}
.sentiment-desc {
    font-size: 12px; color: var(--text-muted);
    margin-bottom: 16px; line-height: 1.6;
    padding: 0 8px;
}
/* 情绪状态颜色 - 极度恐慌 */
.sentiment-extreme-fear .sentiment-icon { background: rgba(220,38,38,0.12); color: #dc2626; }
.sentiment-extreme-fear .sentiment-value { color: #dc2626; }
.sentiment-extreme-fear .sentiment-name { color: #dc2626; }
/* 恐慌 */
.sentiment-fear .sentiment-icon { background: rgba(239,68,68,0.12); color: #ef4444; }
.sentiment-fear .sentiment-value { color: #ef4444; }
.sentiment-fear .sentiment-name { color: #ef4444; }
/* 中性 */
.sentiment-neutral .sentiment-icon { background: rgba(245,158,11,0.12); color: #d97706; }
.sentiment-neutral .sentiment-value { color: #d97706; }
.sentiment-neutral .sentiment-name { color: #d97706; }
/* 贪婪 */
.sentiment-greed .sentiment-icon { background: rgba(34,197,94,0.12); color: #16a34a; }
.sentiment-greed .sentiment-value { color: #16a34a; }
.sentiment-greed .sentiment-name { color: #16a34a; }
/* 极度贪婪 */
.sentiment-extreme-greed .sentiment-icon { background: rgba(22,163,74,0.12); color: #15803d; }
.sentiment-extreme-greed .sentiment-value { color: #15803d; }
.sentiment-extreme-greed .sentiment-name { color: #15803d; }

.sentiment-gauge {
    position: relative;
    height: 10px;
    background: linear-gradient(to right, #dc2626 0%, #ef4444 25%, #f59e0b 40%, #f59e0b 60%, #22c55e 75%, #16a34a 100%);
    border-radius: 5px;
    margin-bottom: 8px;
    overflow: hidden;
}
.sentiment-gauge-marker {
    position: absolute;
    top: -3px;
    width: 4px;
    height: 16px;
    background: var(--text-primary);
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    transform: translateX(-50%);
    transition: left 0.6s ease;
}
.sentiment-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--text-muted);
    margin-bottom: 12px;
}
.sentiment-history {
    display: flex;
    justify-content: space-around;
    gap: 8px;
}
.sentiment-hist-item {
    flex: 1; text-align: center;
    padding: 8px 4px;
    background: var(--bg-secondary);
    border-radius: var(--radius-sm);
}
.sentiment-hist-label { font-size: 11px; color: var(--text-muted); margin-bottom: 4px; }
.sentiment-hist-value { font-size: 14px; font-weight: 700; color: var(--text-primary); }

/* 外部链接 */
.link-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: var(--bg-secondary);
    border-radius: var(--radius-sm);
    font-size: 13px;
    color: var(--text-secondary);
    transition: all var(--transition-fast);
}
.link-item:hover {
    background: var(--bg-hover);
    color: var(--color-primary);
}
.link-item i { font-size: 14px; width: 20px; text-align: center; }

/* 热门标签 */
.hot-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.hot-tag {
    padding: 6px 12px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    font-size: 12px;
    color: var(--text-secondary);
    transition: all var(--transition-fast);
}
.hot-tag:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.head-cate{
    display: flex !important;
    justify-content: space-between !important;
}
.head-cate .headl{
    display: flex !important;
}
.head-cate .tabs-bar{
    background: #f8f8f8;
    border-radius: 8px;
    height: 40px;
    padding: 0 4px;
    align-items: center !important;
    flex-direction: row !important;
    display: flex !important;
}
.v-btn {
    font-family: auto;
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    justify-content: center;
    outline: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition-duration: .28s;
    transition-property: box-shadow, transform, opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 8px;
    height: 32px;
    min-width: 64px;
    padding: 0 12px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    background: #f8f8f8;
    color: #4c4c4c;
}
.v-btn.active {
    background: #fff;
    color: #333;
}
#charts{
    position: relative;
    margin-top: 30px;
    min-height: 420px;
}
.charts-tip{
    background-color: rgb(255, 255, 255);
    border: 0px;
    padding: 2px 10px;
    border-radius: 10px;
    border: 1px solid #eff2fe;
    color: #333;
    font-size: 14px;
}
.charts-tip .charts-name{
    font-size: 14px;
    font-weight: 600;
}
.charts-tip .charts-value{
    font-size: 14px;
    font-weight: 600;
    margin-left: 30px;
}
.charts-tip .charts-dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(16,185,129,1);
    border-radius: 50%;
    margin-right: 3px;
}
.data-table .tech-item {
    padding: 14px 16px;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
}
.data-table .tech-row:last-child .tech-item{ border-bottom: none; }
.data-table .tech-row:hover { background: var(--bg-secondary); }
.tech{
    display: flex;
    flex-direction: column;
}
.tech-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.tech-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.news-desc {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 6px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-pic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    box-sizing: border-box;
    vertical-align: middle;
}
.skull{
    color: #dc2626;
}
.frown{
    color: #ef4444;
}
.meh{
    color: #d97706;
}
.smile{
    color: #16a34a;
}
.grin{
    color:  #15803d;
}
.js_main {
    padding: 0 2px;
    margin-left: 5px;
}
.lives__item.timeline {
    border-left: 1.8px solid #dcdfe6;
}
.lives__item {
    position: relative;
    padding: 15px 0 15px 15px;
}
.lives__grade {
    width: 12px;
    height: 12px;
    background: #007aff;
    border-radius: 50%;
    position: absolute;
    top: 19px;
    left: -7px;
}
.lives__grade:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    background: #fff;
}
.lives__intro{
    display: flex;
}
.lives__intro .time {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 16px;
    margin-right: 30px;
    color: #455058;
    margin-top: 2px;
}
.dark .lives__intro .time{
    color: #999999;
}
.lives__intro .content {
    position: relative;
}
.lives__intro .content-wrapper {
    padding: 0 0 25px;
    width: 100%;
}
.js_main .title {
    display: block;
    overflow: hidden;
    padding: 0 0 0 2px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .5px;
    color: #32383E;
    margin-bottom: 10px;
}
.js_main .source{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #999;
    margin-left: auto;
}
.lives__intro .summ{
    font-size: 15px;
    line-height: 24px;
    color: #333;
    display: inline-block;
    margin-bottom: 16px;;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.dark .lives__intro .summ{
    color: #999999;
}
.lives__intro .summ.hl {
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.js_main .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.js_main .title:hover {
    color: var(--color-primary);
}
.js_main .lives__intro {
    display: block;
}
.js_main .lives__intro .time {
    font-size: 12px;
}
.js_main .lives__intro .content-wrapper {
    padding-bottom: 0px;
}
.js_main #txtinfo {
    font-size: 14px;
    line-height: 22px;
    color: #707a8a;
}
#tab-flash .news-list{
    gap: 0px;
}
#tab-flash .content-card{
    background: none;
    border: none;
    padding: 2px;
    margin-bottom: 20px;
}
.coin-ai{
    margin-top: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: #32383E;
}
.coin-ai .opportunities,.coin-ai .risks,.coin-ai .community_sentiment{
    padding: 12px;
}
.coin-ai .tldr{
    background: linear-gradient(90deg, rgb(107, 188, 255) 0.45%, rgb(112, 122, 255) 45.25%, rgb(197, 163, 255) 90.05%, rgb(255, 172, 99) 100%);
    border-radius:12px;
    padding: 1px;
}
.coin-ai .tldr .tldrType{
    background-color: #fff;
    border-radius:12px;
}
.coin-ai .tldr .tldrType .tldr-con{
    background: linear-gradient(88deg, rgba(107, 188, 255, 0.08) 0.45%, rgba(112, 122, 255, 0.08) 45.25%, rgba(197, 163, 255, 0.08) 90.05%, rgba(255, 172, 99, 0.08) 100%);
    padding: 24px;
    border-radius: 12px;
}
.coin-ai .icon{
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.coin-ai .icon .icon-title{
    align-items: center;
    display: flex;
}
.coin-ai .icon .icon-title .iconfont{
    font-size: 15px;
}
.coin-ai .icon .icon-title .icon-name{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--footer-color);
    margin-left: 6px;
}
.coin-ai .icon .icon-date{
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.coin-ai .tip{
    border-top: 1px solid #EDEDED;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #929AA5;
    margin-top: 10px;
    padding-top: 10px;
}
.offs {
    color: #999;
    font-size: 12px;
    line-height: 28px;
    padding: 12px;
}
.event{
    margin-top: 16px;
    position: relative;
    font-size: 13px;
}
.event:before{
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 5px;
    width: 2px;
    background: rgba(0, 0, 0, .12);
}
.event-item{
    display: flex;
    justify-content: start;
    padding-bottom: 0;
    flex-direction: row-reverse !important;
}
.event-body{
    display: flex;
    flex: 1;
    max-width: max-content;
    padding-left: 12px;
    flex: 1 1 auto;
    height: 100%;
    position: relative;
}
.event-content{
    display: flex !important;
    padding-bottom: 16px !important;
    flex-direction: column !important;
}
.event .date{
    color: #999;
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 4px;
    text-align: left;
}
.event .event-con{
    color: var(--footer-color);
}
.event-timeline{
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.event-timeline .dot{
    box-shadow: none;
    height: auto;
    width: auto;
    background: #fff;
    align-self: start;
}
.event-timeline .inner-dot{
    background-color: var(--body-bgcolor);
    border-color: #fff;
    height: inherit;
    margin: 0;
    width: inherit;
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.event-timeline .inner-dot i{
    background: #fff;
    border: 2px solid #2563eb;
    border-radius: 28px;
    display: block;
    height: 12px;
    position: relative;
    width: 12px;
}
.sidebar-section.aihis {
    border: none;
    padding: 2px;
    margin-bottom: 20px;
}
.a-more{
    position: relative;
    align-self: center !important;
    align-items: center;
    text-align: center;
}
.a-more .theme--light {
    height: 36px;
    min-width: 64px;
    padding: 0 16px;
    background: #fff;
    color: #1072fb;
}
.a-more .theme--light:hover{
    background: #eff2f5;
}
.a-more .v-btn{
    font-size: 13px;
}
#tab-insight .detail_title {
    font-size: 20px;
    margin-bottom: 15px;
}
.data-table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    border-radius: 2px 2px 0 0;
    border-collapse: separate;
    border-spacing: 0;
    font-family: Roboto, PingFangSC-Medium, PingFang SC, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}
.mkcol1 {
    width: 150px;
}
.mkcol2 {
    width: 120px;
}
.mkcol3 {
    width: 125px;
}
.mkcol4 {
    width: 120px;
}
.mkcol5{
    width: 110px;
}
.mkcol6{
    min-width: 80px;
}
.mkcol7{
    min-width: 90px;
}
.table-container {
    overflow-x: auto;
    overflow-y: hidden;
}
@media (max-width: 1235px) and (min-width: 1024px){
    .table-container:after{
        position: absolute;
        top: 0px;
        bottom: 8px;
        z-index: 4;
        width: 30px;
        transition: box-shadow .3s;
        content: "";
        pointer-events: none;
        right: 0;
    }
    .box-shadow:after {
        box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, .15);
    }
    .td-after:after {
        box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, .15);
    }
    .td-after:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: -1px;
        width: 30px;
        transform: translateX(100%);
        transition: box-shadow .3s;
        content: "";
        pointer-events: none;
    }
    .table-con {
        position: relative;
    }
    .sticky1 {
        position: sticky !important;
        left: 0;
        z-index: 9;
    }
    .data-table tr td {
        height: 60px;
        background-color: #fff;
    }
}
@media (max-width: 903px){
    .table-container:after{
        position: absolute;
        top: 0px;
        bottom: 8px;
        z-index: 4;
        width: 30px;
        transition: box-shadow .3s;
        content: "";
        pointer-events: none;
        right: 0;
    }
    .box-shadow:after {
        box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, .15);
    }
    .td-after:after {
        box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, .15);
    }
    .td-after:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: -1px;
        width: 30px;
        transform: translateX(100%);
        transition: box-shadow .3s;
        content: "";
        pointer-events: none;
    }
    .table-con {
        position: relative;
    }
    .sticky1 {
        position: sticky !important;
        left: 0;
        z-index: 9;
    }
    .data-table tr td {
        height: 60px;
        background-color: #fff;
    }
}
@media (max-width: 767px) {
    #charts {
        min-height: 320px;
    }
}
@media (max-width: 600px) {
    .head-cate {
        display: block !important;
    }
    .head-cate .headr {
        margin-top: 5px;
    }
    .tech-row{
        display: block;
    }
    .data-table .tech-row:hover { background: none; }
    .data-table .tech-row .tech-item:hover{ background: var(--bg-secondary); }
    .news-thumb {
        width: 120px;
        height: 80px;
    }
    .news-item {
        gap: 12px;
        padding: 16px 0px 16px 0px;
        background: var(--bg-primary);
    }
    .container{
        padding: 0 10px;
    }
    .news-item:hover {
        background: var(--bg-primary);
    }
    #tab-news .content-card{
        border: none;
    }
    #tab-news .card-title{
        margin-bottom: 2px;
    }
    #tab-news .news-list{
        gap: 1px;
    }
}
