/* ===== Reset & Base ===== */
*, *:before, *:after { box-sizing: border-box; -webkit-box-sizing: border-box; }
body {
    line-height: 1.4;
    font-family: 'Microsoft Yahei', 'PingFang SC', Arial, sans-serif;
    background-color: #ffffff;
    font-size: 14px;
    color: #333;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; word-wrap: break-word;
}
.clear { clear: both; }
li { list-style: none; }
a { text-decoration: none; color: #333; transition: color 0.2s ease; }
a:hover { color: #db1011; }
img { border: 0; max-width: 100%; vertical-align: middle; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom: 1; }
.red { color: #f75151; }
.green { color: #009900; }

/* ===== Layout ===== */
.container { width: 1200px; margin: 0 auto; }
.wrap { width: 1200px; margin: 0 auto; padding: 0; }
.mainLeft, .mianLeft { margin: 0 20px 0 0; display: block; width: 800px; float: left; }
.mainRight, .mianRight { margin: 0; display: block; float: right; width: 380px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; box-sizing: border-box; overflow: hidden; }
.mt10 { margin-top: 10px; clear: both; }
.mt15 { margin-top: 15px; clear: both; }
.mt25 { margin-top: 25px; }

/* ===== Card ===== */
.card { background: white; padding: 0px; border-width: 0 !important; }

/* ===== Position / Breadcrumb ===== */
.position {
    width: 1200px; margin: 0px auto 20px auto; overflow: hidden;
    border-bottom: 1px solid #c0c0c0; padding-bottom: 10px;
}
.site { color: gray; font-size: 12px; }
.site span { color: gray; font-size: 12px; }
.site a {
    color: gray; font-size: 12px; display: inline-block;
    vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* ===== Header ===== */
.header-hd { width: 100%; min-width: 1200px; background: #db1011; margin-bottom: 20px; }
.header-hd .nav { width: 100%; max-width: 1200px; margin: 0 auto; height: 55px; line-height: 55px; }
.header-hd .hd-logo { margin-right: 10px; float: left; height: 55px; }
.header-hd .hd-logo a { display: block; height: 55px; line-height: 55px; color: #fff; font-size: 22px; font-weight: bold; letter-spacing: 1px; }
.header-hd .hd-logo a:hover { color: #fff; }
.header-hd .nav ul { float: right; margin-left: 20px; }
.header-hd .nav ul li { display: inline-block; }
.header-hd .nav ul li.active { background: #c51421; }
.header-hd .nav ul li a {
    text-decoration: none; display: block; padding: 0px 10px; color: white;
    text-align: center; font-size: 14px; font-weight: 700;
}
.header-hd .nav ul li a:hover {
    color: #feed88; text-decoration: underline; text-decoration-thickness: 1px;
    text-underline-offset: 4px; background: #c51421;
}
.header-hd .search {
    float: right; height: 55px; display: flex; align-items: center;
}
.header-hd .search form {
    display: flex; align-items: center; background: #fff;
    border-radius: 20px; height: 32px; overflow: hidden;
}
.header-hd .search input[type="text"] {
    border: none; outline: none; padding: 0 15px; height: 32px;
    line-height: 32px; width: 180px; font-size: 13px; background: transparent;
}
.header-hd .search button {
    border: none; background: #db1011; color: #fff; width: 45px;
    height: 32px; cursor: pointer; font-size: 14px;
    border-radius: 0 20px 20px 0;
}
.header-hd .search button:hover { background: #b80e0f; }

/* ===== Mobile Menu ===== */
.mobile-menu-btn {
    display: none; float: right; height: 55px; line-height: 55px;
    padding: 0 15px; color: #fff; font-size: 22px; cursor: pointer;
}
.mobile-search-btn {
    display: none; float: right; height: 55px; line-height: 55px;
    padding: 0 10px; color: #fff; font-size: 18px; cursor: pointer;
}
.mobile-nav {
    display: none; position: fixed; top: 0; left: -260px;
    width: 260px; height: 100%; background: #fff; z-index: 2000;
    overflow-y: auto; transition: left 0.3s ease;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}
.mobile-nav.show { left: 0; }
.mobile-nav .mobile-nav-header {
    background: #db1011; color: #fff; padding: 15px;
    font-size: 16px; font-weight: bold;
}
.mobile-nav .mobile-nav-close { float: right; cursor: pointer; font-size: 20px; }
.mobile-nav ul { padding: 10px 0; }
.mobile-nav ul li { border-bottom: 1px solid #f0f0f0; }
.mobile-nav ul li a {
    display: block; padding: 12px 20px; font-size: 15px;
    color: #333;
}
.mobile-nav ul li a:hover,
.mobile-nav ul li.hover a { color: #db1011; background: #fafafa; }
.mobile-nav-mask {
    display: none; position: fixed; top: 0; left: 0;
    width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1999;
}
.mobile-nav-mask.show { display: block; }
.mobile-search-box {
    display: none; background: #db1011; padding: 10px 15px;
}
.mobile-search-box.show { display: block; }
.mobile-search-box form {
    display: flex; background: #fff; border-radius: 20px;
    height: 36px; overflow: hidden;
}
.mobile-search-box input[type="text"] {
    flex: 1; border: none; outline: none; padding: 0 15px;
    height: 36px; line-height: 36px; font-size: 14px; background: transparent;
}
.mobile-search-box button {
    border: none; background: #db1011; color: #fff; width: 50px;
    height: 36px; cursor: pointer; font-size: 16px;
    border-radius: 0 20px 20px 0;
}

/* ===== Section Title (jincontitle) ===== */
.jincontitle {
    margin-bottom: 1px; color: #3c3f46; font-size: 18px; font-weight: 900;
    line-height: 50px; padding-left: 15px; position: relative;
    border-top: solid 2px #db1011; border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee; padding: 0 10px;
    background: linear-gradient(to bottom, #fbfbfb, #ffffff);
}
.jincontitle::before {
    position: relative; top: 4px; margin-right: 10px; display: inline-block;
    width: 6px; height: 20px; content: "";
    background-color: #db1011; border-radius: 3px;
}

/* ===== Hqtit (Alternative Section Title) ===== */
.hqtit {
    display: flex; justify-content: space-between;
    align-items: center; margin-bottom: 0px;
    border-top: solid 2px #db1011; border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee; padding: 0 10px;
    height: 37px;
    background: linear-gradient(to bottom, #fbfbfb, #ffffff);
}
.hqtit h2::before {
    position: relative; top: 4px; margin-right: 10px; display: inline-block;
    width: 6px; height: 20px; content: "";
    background-color: #db1011; border-radius: 3px;
}
.hqtit h2 {
    font-size: 16px; font-weight: 600; height: 37px;
    line-height: 37px; color: #333;
}
.hqtit h2 a { color: #333; }
.hqtit h3 {
    font-size: 16px; font-weight: 600; height: 37px;
    line-height: 37px; color: #333; position: relative;
    padding-left: 12px;
}
.hqtit h3 i {
    position: absolute; left: 0; top: 50%;
    transform: translateY(-50%); width: 6px; height: 20px;
    background: #db1011; border-radius: 3px;
}
.hqtit .more {
    font-size: 13px; color: #999; font-weight: normal;
}
.hqtit .more:hover { color: #db1011; }
.hqtit .update-time {
    font-size: 13px; color: #999; font-weight: normal;
    line-height: 37px;
}
.hqtit .sub {
    font-size: 13px; color: #999; font-weight: normal; margin-left: 10px;
}

/* ===== Gold Price Table (jin_table) ===== */
.jin_table {
    background: #fff; border: 1px solid #eeeeee;
    border-width: 0 !important; color: #5f5f5f;
    border-collapse: collapse; border-spacing: 0;
    overflow-x: auto; white-space: nowrap;
    border-style: solid; border-color: #eee;
    border-radius: 6px;
    overflow: hidden;
}
.jin_table .layui-table {
    width: 100%; border: 1px solid #eeeeee;
    border-bottom: 0px; border-collapse: collapse;
}
.jin_table .layui-table th {
    color: #514f4f; text-align: center; height: 42px;
    line-height: 42px; padding: 0 10px; font-size: 14px;
    border: 0; font-weight: 600;
    background: linear-gradient(to bottom, #fafafa, #f4f4f4);
    border-bottom: 1px solid #e8e8e8;
}
.jin_table tr:nth-child(odd) { background-color: #FFF; }
.jin_table tr:nth-child(even) { background-color: #fafafa; }
.jin_table tr td {
    text-align: center; height: 42px; line-height: 42px;
    color: #141414; padding: 0 10px; font-size: 14px;
    border: 0; border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f5f5f5;
    transition: background 0.2s ease;
}
.jin_table tr:hover td { background-color: #fdf5f5; }
.jin_table tr td.red { color: #e74c3c; font-weight: 600; }
.jin_table tr td.green { color: #27ae60; font-weight: 600; }
.jin_table a { color: #141414; }
.jin_table a:hover { color: #db1011; text-decoration: none; }
.jin_table .unit {
    font-size: 12px; color: #999; font-weight: normal; margin-left: 3px;
}
.jin_table .updown { font-size: 13px; font-weight: 500; }

/* ===== Jinjia Table (jinjia-table) ===== */
.jinjia-table {
    width: 100%; border: 1px solid #eeeeee;
    border-collapse: collapse; border-spacing: 0;
    color: #5f5f5f;
}
.jinjia-table th {
    color: #514f4f; text-align: center; height: 30px;
    line-height: 30px; padding: 5px 8px; font-size: 13px;
    border: 0; font-weight: 600; background: #e4ecf2;
    white-space: nowrap;
}
.jinjia-table tr { background: #FFF; }
.jinjia-table tr:nth-child(2n) { background: #fafafa; }
.jinjia-table tr:hover { background-color: #f5f5f5; }
.jinjia-table td {
    text-align: center; height: 35px; line-height: 35px;
    color: #141414; padding: 5px 8px; font-size: 13px;
    border: 0; border-bottom: 1px solid #eeeeee;
    white-space: nowrap;
}
.jinjia-table td.tit { text-align: left; }
.jinjia-table td.tit a { color: #141414; }
.jinjia-table td.tit a:hover { color: #db1011; }
.jinjia-table td.red { color: #f75151; font-weight: bold; }
.jinjia-table td.green { color: #009900; font-weight: bold; }
.jinjia-table .unit {
    font-size: 11px; color: #999; font-weight: normal; margin-left: 3px;
}
.jinjia-table .updown { font-size: 13px; font-weight: 500; }
.jinjia-table .updown.red { color: #f75151; }
.jinjia-table .updown.green { color: #009900; }
.jinjia-table .time { color: #999; font-size: 12px; }

/* ===== HQTab Table (Alternative) ===== */
.hqtab {
    border-width: 0 !important; color: #5f5f5f;
    border-collapse: collapse; border-spacing: 0;
    overflow-x: auto; white-space: nowrap;
    border-style: solid; border-color: #eee;
}
.hqtab .layui-table {
    width: 100%; border: 1px solid #eeeeee;
    border-bottom: 0px; border-collapse: collapse;
}
.hqtab .layui-table th {
    color: #514f4f; text-align: center; height: 25px;
    line-height: 25px; padding: 5px; font-size: 14px;
    border: 0; font-weight: 600; background: #e4ecf2;
}
.hqtab tr { background: #FFF; }
.hqtab tr:nth-child(2n) { background: #fafafa; }
.hqtab tr td {
    text-align: center; height: 30px; line-height: 30px;
    color: #141414; padding: 5px 10px; font-size: 14px;
    border: 0; border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.hqtab tr:hover { background-color: #fafafa; cursor: pointer; }
.hqtab tr td.red { color: #f75151; font-weight: bold; }
.hqtab tr td.green { color: #009900; font-weight: bold; }
.hqtab a { color: #333; }
.hqtab a:hover { color: #db1011; }

/* ===== Today Table ===== */
.today_table {
    margin: 0 auto 15px auto; overflow: hidden; width: 100%;
    background: #fff; position: relative;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.today_table .to_tab_title {
    border-top: solid 2px #db1011;
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    padding: 0 18px;
    background: linear-gradient(to bottom, #fbfbfb, #ffffff);
    border-radius: 6px 6px 0 0;
}
.today_table .to_tab_title h2::before {
    position: relative; top: 4px; margin-right: 10px; display: inline-block;
    width: 4px; height: 18px; content: "";
    background-color: #db1011; border-radius: 2px;
}
.today_table .to_tab_title h2 {
    font-size: 17px; font-weight: 600; height: 42px;
    line-height: 42px; color: #333;
}
.today_table .table_info_small {
    word-break: break-all; overflow-wrap: break-word; font-size: 14px;
    color: #7A7A7A; margin: 0 0 15px 0; border-radius: 6px;
    line-height: 26px; background: #f8f8f8; padding: 10px;
}

/* ===== Today List ===== */
.todaylist { margin-bottom: 0; border: 1px solid #eeeeee; border-top: none; border-radius: 0 0 6px 6px; }
.todaylist ul.lItem { padding: 8px 18px 12px; }
.todaylist ul.lItem li {
    position: relative; padding-left: 16px; line-height: 38px;
    height: 38px; display: flex; justify-content: space-between;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #e6e6e6;
    overflow: hidden; white-space: nowrap;
    transition: background 0.2s ease;
}
.todaylist ul.lItem li:hover {
    background: #fafafa;
}
.todaylist ul.lItem li:before {
    content: ""; display: inline-block; width: 2px; height: 2px;
    border: 2px solid #db1011; background-color: #fff;
    position: absolute; top: 17px; left: 4px; border-radius: 100%;
}
.todaylist ul.lItem li:last-child {
    border-bottom: none;
}
.todaylist ul.lItem li a {
    font-size: 14px; color: #444; display: inline-block;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    flex: 1;
}
.todaylist ul.lItem li a:hover { color: #db1011; }
.todaylist ul.lItem li span { color: #999; margin-left: 10px; font-size: 13px; display: inline-block; flex-shrink: 0; }

/* ===== News List ===== */
.news-list { padding: 8px 15px 12px; }
.news-list li {
    height: 36px; line-height: 36px;
    border-bottom: 1px dashed #eeeeee;
    overflow: hidden;
}
.news-list li:last-child { border-bottom: none; }
.news-list li .date {
    float: right; color: #999; font-size: 13px;
}
.news-list li .tit {
    float: left; max-width: 82%; overflow: hidden;
    text-overflow: ellipsis; white-space: nowrap;
    font-size: 14px; color: #333;
}
.news-list li .tit:hover { color: #db1011; }

/* ===== News Grid (Two Column) ===== */
.news-grid {
    padding: 8px 15px 6px;
    display: flex;
    gap: 15px;
}
.news-grid .news-list-col {
    flex: 1;
    padding: 0;
    list-style: none;
}
.news-grid .news-list-col li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #f0f0f0;
    overflow: hidden;
    position: relative;
    padding-left: 12px;
}
.news-grid .news-list-col li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #db1011;
    border-radius: 50%;
}
.news-grid .news-list-col li:last-child {
    border-bottom: none;
}
.news-grid .news-list-col li .date {
    float: right;
    color: #999;
    font-size: 12px;
}
.news-grid .news-list-col li .tit {
    float: left;
    max-width: calc(100% - 85px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #333;
    transition: color 0.2s ease;
}
.news-grid .news-list-col li .tit:hover {
    color: #db1011;
}

/* ===== Gold Calculator ===== */
.gold-calculator {
    padding: 12px 15px 15px;
}
.calc-tabs {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
}
.calc-tab {
    flex: 1;
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: all 0.2s ease;
}
.calc-tab:hover {
    color: #db1011;
}
.calc-tab.active {
    color: #db1011;
    border-bottom-color: #db1011;
    font-weight: bold;
}
.calc-panel {
    display: none;
}
.calc-panel.active {
    display: block;
}
.calc-item {
    margin-bottom: 10px;
}
.calc-item label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}
.calc-item input,
.calc-item select {
    width: 100%;
    height: 32px;
    padding: 0 8px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}
.calc-item input:focus,
.calc-item select:focus {
    outline: none;
    border-color: #db1011;
}
.calc-result {
    padding: 10px 12px;
    background: #fff8f8;
    border: 1px solid #ffcccc;
    border-radius: 4px;
    margin: 10px 0;
    text-align: center;
}
.calc-result.small {
    padding: 6px 12px;
    margin-top: -5px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border-color: #eee;
}
.calc-result-label {
    font-size: 12px;
    color: #666;
}
.calc-result-value {
    font-size: 18px;
    font-weight: bold;
    color: #db1011;
}
.calc-result.small .calc-result-value {
    font-size: 14px;
}
.calc-btn {
    width: 100%;
    height: 34px;
    background: #db1011;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.calc-btn:hover {
    background: #c20e0f;
}
.calc-convert-result {
    margin: 10px 0;
}
.convert-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    border-bottom: 1px dashed #f0f0f0;
    font-size: 13px;
}
.convert-item:last-child {
    border-bottom: none;
}
.convert-item span {
    color: #666;
}
.convert-item b {
    color: #db1011;
    font-weight: bold;
}

/* ===== Area Relate List ===== */
.area-relate-list {
    padding: 20px;
}
.area-prov-item {
    margin-bottom: 20px;
    padding: 18px 20px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}
.area-prov-item:hover {
    border-color: #e8c8c8;
    box-shadow: 0 2px 8px rgba(219, 16, 17, 0.08);
}
.area-prov-item:last-child {
    margin-bottom: 0;
}
.area-prov-name {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    padding-left: 12px;
    border-left: 4px solid #db1011;
    line-height: 1.3;
    margin-bottom: 12px;
}
.area-prov-name a {
    color: #333;
    transition: color 0.2s ease;
}
.area-prov-name a:hover {
    color: #db1011;
}
.area-city-list {
    line-height: 2.4;
    padding-left: 16px;
}
.area-city-list a {
    display: inline-block;
    margin-right: 18px;
    font-size: 14px;
    color: #666;
    transition: all 0.2s ease;
    padding: 0 6px;
    border-radius: 4px;
    position: relative;
}
.area-city-list a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
    transition: all 0.2s ease;
}
.area-city-list a:hover {
    color: #db1011;
    background: #fef0f0;
}
.area-city-list a:hover::before {
    background: #db1011;
}

/* ===== Disclaimer Text ===== */
.disclaimer-text {
    padding: 18px 20px;
    font-size: 13px;
    color: #888;
    line-height: 1.9;
    background: #fdf8f8;
    border-left: 3px solid #e8c8c8;
    border-radius: 0 6px 6px 0;
}
.disclaimer-text p {
    margin: 0;
    text-indent: 2em;
}

/* ===== Side Tag List ===== */
.side-tag-list {
    padding: 10px 15px 12px;
    line-height: 2.2;
}
.side-tag-list a {
    display: inline-block;
    margin-right: 8px;
    padding: 0 8px;
    font-size: 12px;
    color: #666;
    background: #f8f8f8;
    border-radius: 3px;
    transition: all 0.2s ease;
}
.side-tag-list a:hover {
    color: #fff;
    background: #db1011;
}
.side-tag-list .tags a {
    padding: 0 6px;
    background: transparent;
    color: #db1011;
}
.side-tag-list .tags a:hover {
    color: #fff;
    background: #db1011;
}

/* ===== Side Area List ===== */
.side-area-list {
    padding: 12px 15px 15px;
}
.side-area-list > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.side-area-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    font-size: 13px;
    color: #666;
    background: #f6f7f9;
    border: 1px solid #e8e9eb;
    border-radius: 4px;
    transition: all 0.2s ease;
    text-decoration: none;
    line-height: 1.4;
}
.side-area-list a:hover {
    color: #fff;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    border-color: #e74c3c;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.3);
    transform: translateY(-1px);
}

/* ===== Area List (Main) ===== */
.area-list {
    padding: 20px;
}
.area-list-prov {
    margin-bottom: 20px;
    padding: 18px 20px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}
.area-list-prov:hover {
    border-color: #e8c8c8;
    box-shadow: 0 2px 8px rgba(219, 16, 17, 0.08);
}
.area-list-prov:last-child {
    margin-bottom: 0;
}
.area-list-prov h3 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin: 0 0 12px 0;
    padding-left: 12px;
    border-left: 4px solid #db1011;
    line-height: 1.3;
}
.area-list-prov h3 a {
    color: #333;
    transition: color 0.2s ease;
}
.area-list-prov h3 a:hover {
    color: #db1011;
}
.area-list-city {
    line-height: 2.4;
    padding-left: 16px;
}
.area-list-city a {
    display: inline-block;
    margin-right: 18px;
    font-size: 14px;
    color: #666;
    transition: all 0.2s ease;
    padding: 0 6px;
    border-radius: 4px;
    position: relative;
}
.area-list-city a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
    transition: all 0.2s ease;
}
.area-list-city a:hover {
    color: #db1011;
    background: #fef0f0;
}
.area-list-city a:hover::before {
    background: #db1011;
}
.am-cf {
    clear: both;
}

/* ===== Rank List ===== */
.rank-list { padding: 10px 15px 14px; }
.rank-list li {
    height: 32px; line-height: 32px; overflow: hidden;
    border-bottom: 1px dashed #f0f0f0;
}
.rank-list li:last-child { border-bottom: none; }
.rank-list .num {
    float: left; width: 20px; height: 20px; line-height: 20px;
    text-align: center; background: #ccc; color: #fff;
    font-size: 12px; margin-top: 6px; margin-right: 10px;
    border-radius: 2px; font-weight: bold;
}
.rank-list .num.top { background: #db1011; }
.rank-list .tit {
    float: left; max-width: 260px; overflow: hidden;
    text-overflow: ellipsis; white-space: nowrap;
    font-size: 14px; color: #333;
}
.rank-list .tit:hover { color: #db1011; }

/* ===== Hot Tags ===== */
.hot-tags { padding: 14px 15px 16px; }
.hot-tags a {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 6px 8px 0;
    background: linear-gradient(135deg, #f7f7f7 0%, #eeeeee 100%);
    color: #555;
    font-size: 12px;
    font-weight: 500;
    border-radius: 14px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e8e8e8;
    position: relative;
    overflow: hidden;
}
.hot-tags a::before {
    content: "#";
    color: #db1011;
    margin-right: 2px;
    font-weight: 600;
    opacity: 0.7;
}
.hot-tags a:hover {
    background: linear-gradient(135deg, #db1011 0%, #c51421 100%);
    color: #fff;
    border-color: #db1011;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(219, 16, 17, 0.25);
}
.hot-tags a:hover::before {
    color: #fff;
    opacity: 1;
}

/* Hot tags responsive */
@media (max-width: 768px) {
    .hot-tags a {
        padding: 4px 10px;
        font-size: 11px;
        margin: 0 4px 6px 0;
    }
}

/* ===== Side Links ===== */
.side-links {
    padding: 12px 15px; display: flex;
    flex-wrap: wrap; gap: 8px;
}
.side-links a {
    display: inline-flex; align-items: center;
    flex: 1 1 calc(33.333% - 8px);
    min-width: calc(33.333% - 8px);
    height: 34px; line-height: 34px; font-size: 12px;
    color: #666; overflow: hidden;
    text-overflow: ellipsis; white-space: nowrap;
    padding: 0 10px; box-sizing: border-box;
    background: #f6f7f9; border: 1px solid #e8e9eb;
    border-radius: 4px; text-align: center;
    justify-content: center; transition: all 0.2s ease;
}
.side-links a:hover {
    color: #fff; background: linear-gradient(135deg, #e74c3c, #c0392b);
    border-color: #e74c3c;
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.3);
    transform: translateY(-1px);
}

/* ===== Side Gold Table ===== */
.side-jj-table {
    width: 100%; border-collapse: collapse; font-size: 12px;
}
.side-jj-table th {
    background: #f8f8f8; color: #666; font-weight: normal;
    padding: 8px 6px; text-align: left;
    border-bottom: 1px solid #eee;
}
.side-jj-table td {
    padding: 8px 6px; border-bottom: 1px solid #f0f0f0; color: #333;
}
.side-jj-table td.tit { font-weight: 500; }
.side-jj-table td.tit a { color: #333; }
.side-jj-table td.tit a:hover { color: #db1011; }
.side-jj-table td.up { color: #db1011; font-weight: bold; }
.side-jj-table td.down { color: #1a8c4e; font-weight: bold; }
.side-jj-table tr:last-child td { border-bottom: none; }

/* Bank gold table price/swing styles */
.bank-price.up { color: #db1011; font-weight: bold; }
.bank-price.down { color: #1a8c4e; font-weight: bold; }
.bank-swing.up { color: #db1011; font-weight: bold; }
.bank-swing.down { color: #1a8c4e; font-weight: bold; }

/* ===== Bank Gold Grid (Double Column) ===== */
.bank-gold-grid {
    padding: 15px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.bank-gold-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px dashed #f0f0f0;
    font-size: 13px;
    transition: background 0.2s ease;
}
.bank-gold-item:nth-child(odd) {
    border-right: 1px dashed #f0f0f0;
}
.bank-gold-item:hover {
    background: #fafafa;
}
.bank-gold-item .bg-name {
    flex: 1;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bank-gold-item .bg-price {
    color: #333;
    font-weight: 600;
    margin: 0 8px;
    min-width: 60px;
    text-align: right;
}
.bank-gold-item .bg-swing {
    font-size: 12px;
    min-width: 60px;
    text-align: right;
}
.bank-gold-item .bg-price.up { color: #db1011; }
.bank-gold-item .bg-price.down { color: #1a8c4e; }
.bank-gold-item .bg-swing.up { color: #db1011; }
.bank-gold-item .bg-swing.down { color: #1a8c4e; }

/* ===== Module Title (module-tit) ===== */
.module-tit {
    font-weight: 700; line-height: 37px; font-size: 16px;
    border-top: solid 2px #db1011; border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee; padding: 0 10px;
    background: linear-gradient(to bottom, #fbfbfb, #ffffff);
}

/* ===== Hyrd Con (Side Links Container) ===== */
.hyrd_con {
    display: flex; flex-wrap: wrap; border: 1px solid #eeeeee; padding: 10px;
}
.hyrd_con a {
    display: block; float: left; height: 30px; line-height: 30px;
    padding: 0 10px; background: #F5F5F5; border-radius: 2px;
    font-size: 14px; color: #3D3D3D; text-decoration: none; margin: 5px 5px;
}
.hyrd_con a.red {
    background: #c51421; color: rgb(255, 255, 255); font-weight: 700;
}
.hyrd_con a:hover {
    background: #db1011; color: aliceblue;
}

/* ===== Content Box (Brand Price Table) ===== */
.content-box {
    background: #fff; margin-bottom: 15px;
    border: 1px solid #eeeeee;
    border-radius: 6px; overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.section-title {
    font-size: 16px; font-weight: 600; height: 42px;
    line-height: 42px; color: #333;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #db1011;
    padding: 0 18px;
    background: linear-gradient(to bottom, #fafafa, #ffffff);
}
.section-title::before {
    position: relative; top: 4px; margin-right: 10px; display: inline-block;
    width: 4px; height: 18px; content: "";
    background-color: #db1011; border-radius: 2px;
}
.list-container { padding: 0; }
.list-group { list-style: none; }
.list-header {
    display: flex; background: linear-gradient(to bottom, #fafafa, #f4f4f4);
    color: #514f4f; font-weight: 600; font-size: 14px;
    height: 42px; line-height: 42px;
    border-bottom: 1px solid #e8e8e8;
}
.list-header > div {
    flex: 1; text-align: center; padding: 0 10px;
}
.list-header .name { flex: 2; text-align: left; }
.list-item {
    display: flex; border-bottom: 1px solid #f0f0f0;
    font-size: 14px; color: #141414;
    transition: background 0.2s ease;
}
.list-item:nth-child(odd) { background-color: #FFF; }
.list-item:nth-child(even) { background-color: #fafafa; }
.list-item:hover { background-color: #fdf5f5; }
.list-item > div {
    flex: 1; text-align: center; padding: 0 10px;
    height: 42px; line-height: 42px;
}
.list-item .name { flex: 2; text-align: left; }
.list-item .name a { color: #141414; }
.list-item .name a:hover { color: #db1011; text-decoration: none; }
.list-item .text-danger { color: #db1011; font-weight: 600; }
.list-item .text-success { color: #1a8c4e; font-weight: 600; }
.list-item .danwei { font-size: 12px; color: #999; font-weight: normal; margin-left: 3px; }
.list-item .omg { }
.list-item .gxsj { color: #888; font-size: 13px; }
.list-article {
    position: relative; padding-left: 15px; line-height: 36px;
    height: 36px; display: flex; justify-content: space-between;
    border-bottom: 1px dashed #e6e6e6; overflow: hidden; white-space: nowrap;
}
.list-article:before {
    content: ""; display: inline-block; width: 2px; height: 2px;
    border: 2px solid #adafaf; background-color: #fff;
    position: absolute; top: 16px; left: 3px; border-radius: 100%;
}
.list-article:nth-child(5n) {
    padding-bottom: 10px; margin-bottom: 6px;
    border-bottom: dashed 1px #dddddd;
}
.list-article a {
    font-size: 14px; color: #444; display: inline-block;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.list-article a:hover { color: #db1011; }

/* ===== Chart ===== */
#chart_main { padding: 10px 15px 15px; }

/* ===== Footer ===== */
.footer {
    text-align: center; padding: 20px 0px;
    background-color: #1a1a1a; margin-top: 30px;
    color: #999; font-size: 14px; width: 100%;
    display: inline-block; line-height: 26px;
}
.footer p { padding: 0 20px; }
.footer a { color: #999; }
.footer a:hover { color: #db1011; }
.footer .flink { padding: 0 20px; }
.footer .flink a { padding-right: 8px; margin: 5px; border-right: 1px solid #999; }
.footer .flink a:last-of-type { border-right: 0; }

/* ===== Back to top ===== */
#go-to-top {
    position: fixed; right: 20px; bottom: 80px;
    width: 40px; height: 40px; line-height: 40px;
    text-align: center; background: #db1011; color: #fff;
    border-radius: 4px; cursor: pointer; display: none;
    z-index: 999; font-size: 20px;
}
#go-to-top:hover { background: #b80e0f; }

/* ===== Responsive ===== */
@media (max-width: 1199px) {
    .wrap { width: 100%; padding: 10px; }
    .container { width: 100%; padding: 0 10px; }
    .mainLeft, .mianLeft { width: 100%; float: none; }
    .mainRight, .mianRight { width: 100%; float: none; margin-top: 15px; }
    .side-links a { flex: 1 1 calc(50% - 8px); min-width: calc(50% - 8px); }
}
@media (max-width: 992px) {
    .card { background: white; border-width: 0 !important; }
    .header-hd { margin-bottom: 30px; min-width: auto; }
    .header-hd .nav { width: 100%; max-width: 100%; margin: 0; height: auto; line-height: 1; background: #ffffff; }
    .header-hd .hd-logo { background: #db1011; width: 100%; text-align: center; float: none; height: 50px; position: relative; box-shadow: 0 2px 6px rgba(219,16,17,0.3); }
    .header-hd .hd-logo a { height: 50px; line-height: 50px; font-size: 19px; }
    .header-hd .nav ul { background: #fff; width: 100%; padding: 10px 12px; margin: 0; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; touch-action: pan-x; white-space: nowrap; float: none; display: block; box-sizing: border-box; border-bottom: 1px solid #eee; }
    .header-hd .nav ul::-webkit-scrollbar { display: none; }
    .header-hd .nav ul li { display: inline-block !important; vertical-align: middle; position: relative; padding: 0 8px; }
    .header-hd .nav ul li::after { display: none; }
    .header-hd .nav ul li:last-child::after { display: none; }
    .header-hd .nav ul li.active { background: transparent; }
    .header-hd .nav ul li.active a { color: #db1011; font-weight: 600; position: relative; }
    .header-hd .nav ul li.active a::after { content: ""; position: absolute; left: 50%; bottom: 4px; transform: translateX(-50%); width: 20px; height: 3px; background: #db1011; border-radius: 2px; }
    .header-hd .nav ul li a { display: block; color: #333; font-size: 15px; font-weight: 400; height: 40px; line-height: 40px; transition: color 0.2s; }
    .header-hd .nav ul li a:active { color: #db1011; }
    .position { margin-top: 5px; width: 100%; padding-left: 10px; }
    .mb20 { padding: 0px; margin-bottom: 10px; }
    .container .mainLeft, .container .mianLeft { width: 100%; }
    .container .mainRight, .container .mianRight { width: 100%; }
}
@media (max-width: 768px) {
    .header-hd .search { display: none; }
    .mobile-menu-btn { display: block; }
    .mobile-search-btn { display: block; }
    .jin_table, .hqtab { padding: 0; }
    .jin_table .layui-table th, .jin_table tr td,
    .hqtab .layui-table th, .hqtab tr td {
        padding: 8px 4px; font-size: 12px;
    }
    .jincontitle { font-size: 16px; line-height: 40px; }
    .hqtit h3 { font-size: 15px; }
    .side-links a { flex: 1 1 calc(50% - 8px); min-width: calc(50% - 8px); }
    .list-header, .list-item { font-size: 12px; }
    .news-grid {
        flex-direction: column;
        gap: 0;
    }
    .news-grid .news-list-col li {
        height: 34px;
        line-height: 34px;
    }
}
@media (max-width: 568px) {
    .site a { max-width: 170px; }
}
@media (max-width: 480px) {
    .jin_table { overflow-x: auto; }
    .jin_table .layui-table th, .jin_table tr td,
    .hqtab .layui-table th, .hqtab tr td {
        padding: 6px 4px; font-size: 11px;
    }
    .side-links a { flex: 1 1 calc(50% - 6px); min-width: calc(50% - 6px); height: 32px; line-height: 32px; font-size: 11px; padding: 0 8px; }
    .side-links { gap: 6px; }
}

/* ===== Price Detail Page ===== */
.now_price { padding: 15px; }
.now_price_left .name_top { margin-bottom: 10px; }
.now_price_left .name_top h2 { font-size: 18px; font-weight: 600; display: inline-block; margin-right: 10px; color: #333; }
.now_price_left .name_top .time { font-size: 13px; color: #999; }
.tady_price .price_bd { padding: 10px 0; }
.tady_price .nom { font-size: 28px; font-weight: bold; }
.tady_price .unit { font-size: 13px; color: #999; margin-left: 5px; }
.tady_price .bfb { margin-left: 15px; font-size: 14px; }
.tady_price .bfb .swing { margin-right: 8px; }
.price-details-list { list-style: none; padding: 10px 0 0; margin: 0; overflow: hidden; }
.price-details-list li { float: left; width: 25%; font-size: 13px; color: #666; line-height: 30px; }
.price-details-list li font { color: #333; font-weight: 600; }
.tool_show { padding: 24px 28px 28px; }
.tool_content { font-size: 15px; line-height: 2; color: #333; }
.tool_content > p:first-child {
    font-size: 16px; line-height: 1.9;
    padding: 16px 20px;
    background: linear-gradient(135deg, #fef5f5, #fff9f9);
    border-left: 4px solid #db1011;
    border-radius: 0 6px 6px 0;
    margin-bottom: 20px;
    text-indent: 0;
    color: #444;
    font-weight: 500;
}
.tool_content p { margin-bottom: 14px; text-indent: 2em; }
.tool_content img { max-width: 100%; height: auto; border-radius: 6px; margin: 10px 0; }
.tool_content strong { color: #db1011; font-weight: 600; }
.brand-intro .tool_content .intro-subtitle {
    font-size: 17px; font-weight: 600;
    color: #333; margin: 26px 0 12px;
    padding-left: 12px;
    border-left: 3px solid #db1011;
    text-indent: 0; line-height: 1.4;
}
.brand-intro .tool_content .intro-subtitle:first-of-type {
    margin-top: 0;
}
.brand-intro .tool_content .intro-divider {
    height: 1px; margin: 16px 0;
    background: linear-gradient(to right, #eeeeee, transparent);
}
.red { color: #db1011; }
.green { color: #1a8c4e; }
.gray { color: #999; }
.related-list { padding: 8px 20px 14px; }
.related-list li {
    height: 38px; line-height: 38px;
    border-bottom: 1px dashed #f0f0f0;
    overflow: hidden; transition: background 0.2s ease;
    padding-left: 4px;
}
.related-list li:last-child { border-bottom: none; }
.related-list li:hover { background: #fafafa; }
.related-list li::before { content: "•"; color: #db1011; margin-right: 8px; font-size: 16px; }
.related-list li a { font-size: 14px; color: #444; transition: color 0.2s ease; }
.related-list li a:hover { color: #db1011; }
.news-list { padding: 10px 15px 15px; }
.news-list li { height: 34px; line-height: 34px; border-bottom: 1px dashed #eee; overflow: hidden; }
.news-list li:last-child { border-bottom: none; }
.news-list li .date { float: right; font-size: 12px; color: #999; }
.news-list li .tit { font-size: 14px; color: #333; }
.news-list li .tit:hover { color: #db1011; }

/* ===== Article List ===== */
.article-list { list-style: none; padding: 15px 20px 20px; }
.article-list li {
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    gap: 18px;
    transition: background 0.2s ease;
}
.article-list li:last-child { border-bottom: none; }
.article-list li:hover { background: #fafafa; }
.article-list .list-image {
    flex-shrink: 0;
    width: 180px;
    height: 120px;
    overflow: hidden;
    border-radius: 6px;
    background: #f5f5f5;
}
.article-list .list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.article-list li:hover .list-image img {
    transform: scale(1.05);
}
.article-list .list-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.article-list .item-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}
.article-list .item-title a {
    color: #333;
    transition: color 0.2s ease;
}
.article-list .item-title a:hover {
    color: #db1011;
}
.article-list .item-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-list .item-excerpt p { margin: 0; text-indent: 0; }
.article-list .item-meta {
    font-size: 13px;
    color: #999;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
.article-list .item-meta .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.article-list .item-meta a { color: #999; }
.article-list .item-meta a:hover { color: #db1011; }

/* ===== Pages (Pagination) ===== */
.pages {
    text-align: center;
    padding: 20px 0;
}
.pages a, .pages span, .pages b {
    display: inline-block;
    padding: 6px 14px;
    margin: 0 3px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    transition: all 0.2s ease;
    font-weight: normal;
    text-decoration: none;
}
.pages a:hover {
    color: #db1011;
    border-color: #db1011;
}
.pages .page-current, .pages b {
    background: #db1011;
    color: #fff;
    border-color: #db1011;
    font-weight: normal;
}
#chart-container { min-height: 400px; margin: 10px 0; }

/* ===== News Article List (每日资讯) Beautification ===== */
.news-article-list { padding: 5px 20px 10px; }
.news-article-list li {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    gap: 20px;
    transition: all 0.25s ease;
    position: relative;
}
.news-article-list li:last-child { border-bottom: none; }
.news-article-list li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: transparent;
    transition: background 0.25s ease;
}
.news-article-list li:hover {
    background: linear-gradient(90deg, rgba(219, 16, 17, 0.03) 0%, transparent 100%);
}
.news-article-list li:hover::before {
    background: #db1011;
}
.news-article-list li.no-pic .list-main {
    margin-left: 0;
}
.news-article-list .list-image {
    flex-shrink: 0;
    width: 200px;
    height: 130px;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg, #f5f5f5 0%, #ebebeb 100%);
    position: relative;
}
.news-article-list .list-image a {
    display: block;
    width: 100%;
    height: 100%;
}
.news-article-list .list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.news-article-list li:hover .list-image img {
    transform: scale(1.08);
}

/* Placeholder image (no real pic) */
.news-article-list .pic-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #db1011 0%, #c51421 50%, #a00d0e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 20px 15px;
    flex-direction: column;
}
.news-article-list .pic-placeholder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 20%, rgba(255,255,255,0.12) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 80%, rgba(255,255,255,0.08) 0%, transparent 40%),
        radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.05) 0%, transparent 60%);
    pointer-events: none;
}
.news-article-list .pic-placeholder .pic-title {
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
    padding: 0 4px;
    max-height: 100%;
}
.news-article-list li:hover .pic-placeholder {
    background: linear-gradient(135deg, #c51421 0%, #a00d0e 50%, #7a0809 100%);
}
.news-article-list .pic-placeholder .pic-tag {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid rgba(255,255,255,0.2);
}
.news-article-list .list-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0;
}
.news-article-list .item-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}
.news-article-list .item-title a {
    color: #333;
    transition: color 0.2s ease;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-article-list .item-title a:hover {
    color: #db1011;
}
.news-article-list .item-excerpt {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-article-list .item-excerpt p { margin: 0; text-indent: 0; }
.news-article-list .item-meta {
    font-size: 12px;
    color: #aaa;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.news-article-list .item-meta .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.news-article-list .item-meta .meta-item i {
    color: #c0c0c0;
    font-size: 13px;
}
.news-article-list .item-meta a {
    color: #aaa;
    transition: color 0.2s ease;
}
.news-article-list .item-meta a:hover {
    color: #db1011;
}

/* Empty tip */
.empty-tip {
    padding: 60px 20px;
    text-align: center;
    color: #bbb;
    font-size: 15px;
}
.empty-tip i {
    display: block;
    font-size: 48px;
    margin-bottom: 15px;
    color: #ddd;
}

/* News list responsive */
@media (max-width: 768px) {
    .news-article-list { padding: 5px 15px 10px; }
    .news-article-list li {
        gap: 12px;
        padding: 15px 0;
    }
    .news-article-list .list-image {
        width: 120px;
        height: 80px;
        border-radius: 6px;
    }
    .news-article-list .item-title {
        font-size: 15px;
        margin-bottom: 6px;
        line-height: 1.4;
    }
    .news-article-list .item-excerpt {
        font-size: 12px;
        line-height: 1.5;
        -webkit-line-clamp: 1;
        margin-bottom: 8px;
    }
    .news-article-list .item-meta {
        font-size: 11px;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .news-article-list .list-image {
        width: 100px;
        height: 70px;
    }
    .news-article-list .item-title {
        font-size: 14px;
    }
    .news-article-list .item-meta .meta-item:first-child {
        display: none;
    }
}

/* ===== News Article Detail Page ===== */
.news-article {
    padding: 35px 40px 40px;
    background: #fff;
}
.news-header {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}
.news-header::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #db1011 0%, #ff4d4f 100%);
    border-radius: 2px;
}
.news-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    font-size: 13px;
    color: #999;
    padding: 12px 15px;
    background: #fafafa;
    border-radius: 6px;
}
.news-meta .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 25px;
    line-height: 1;
}
.news-meta .meta-item i {
    color: #db1011;
    font-size: 14px;
    opacity: 0.7;
}
.news-meta .meta-item a {
    color: #666;
}
.news-meta .meta-item a:hover {
    color: #db1011;
}
.news-summary {
    background: linear-gradient(135deg, #fef8f8 0%, #fdf2f2 100%);
    border-left: 4px solid #db1011;
    padding: 18px 22px;
    margin-bottom: 30px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 8px rgba(219,16,17,0.08);
}
.news-summary p {
    font-size: 14px;
    line-height: 1.9;
    color: #555;
    margin: 0;
    text-indent: 2em;
}
.news-content {
    font-size: 15px;
    line-height: 2;
    color: #333;
    margin-bottom: 30px;
    padding: 0 5px;
}
.news-content p {
    margin-bottom: 20px;
    text-indent: 2em;
    text-align: justify;
}
.news-content img {
    max-width: 100%;
    height: auto;
    margin: 25px auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    border: 1px solid #f0f0f0;
}
.news-content h2, .news-content h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 30px 0 18px;
    color: #222;
    padding: 8px 0 8px 14px;
    border-left: 4px solid #db1011;
    background: linear-gradient(to right, #fafafa 0%, #fff 100%);
    border-radius: 0 4px 4px 0;
}
.news-content blockquote {
    border-left: 4px solid #db1011;
    background: #fefefe;
    padding: 15px 20px;
    margin: 20px 0;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 0 6px 6px 0;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}
.news-content ul, .news-content ol {
    padding-left: 2.5em;
    margin-bottom: 20px;
    background: #fafafa;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 15px;
    border-radius: 6px;
}
.news-content li {
    margin-bottom: 10px;
    line-height: 1.9;
}
.news-content strong, .news-content b {
    color: #db1011;
    font-weight: 600;
}
.news-content a {
    color: #db1011;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.news-content a:hover {
    color: #b80e0f;
}
.news-content {
    font-size: 15px;
    line-height: 2;
    color: #333;
    margin-bottom: 30px;
    padding: 0 5px;
}
.news-content table {
    width: 100%;
    max-width: 480px;
    margin: 25px auto;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    font-size: 14px;
}
.news-content:has(table) > *:not(table),
.news-content:has(table) > *:not(table) * {
    display: none !important;
}
.news-content:has(table) > table {
    display: table !important;
    margin-top: 0 !important;
}
.news-content table caption {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
    border-bottom: 1px solid #f0d0d0;
    caption-side: top;
    text-align: center;
    letter-spacing: 1px;
}
.news-content table th {
    background: linear-gradient(135deg, #db1011 0%, #c00809 100%);
    color: #fff;
    font-weight: 600;
    padding: 12px 18px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.news-content table td {
    padding: 12px 18px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    color: #444;
    font-size: 14px;
    transition: background 0.2s;
}
.news-content table tr:nth-child(even) td {
    background: #fafafa;
}
.news-content table tr:hover td {
    background: #fff5f5;
}
.news-content table td:first-child {
    text-align: center;
    font-weight: 500;
    color: #333;
}
.news-content table td:nth-child(2) {
    font-size: 18px;
    font-weight: 700;
    color: #db1011;
}
.news-content table td:nth-child(3) {
    color: #db1011;
    font-weight: 600;
}
.news-content table td:nth-child(4) {
    color: #888;
    font-size: 13px;
}
.news-content .exchange-rate-table {
    margin-top: 30px;
}
.news-content p:first-of-type {
    text-indent: 0;
    text-align: center;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.8;
}
.news-content p:nth-of-type(2) {
    text-indent: 0;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.news-content .news-lead-text {
    text-indent: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0 0 6px 0;
    line-height: 1.8;
    padding: 0;
}
.news-disclaimer {
    background: linear-gradient(to right, #f9f9f9 0%, #fafafa 100%);
    border-left: 3px solid #db1011;
    padding: 15px 20px;
    font-size: 13px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 25px;
    border-radius: 0 6px 6px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.news-disclaimer i {
    color: #db1011;
    margin-top: 2px;
    flex-shrink: 0;
    font-size: 15px;
}
.news-tags {
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.news-tags .tags-label {
    font-size: 13px;
    color: #666;
    margin-right: 5px;
    font-weight: 500;
}
.news-tags .tags-label i {
    color: #db1011;
    margin-right: 4px;
    opacity: 0.8;
}
.news-tags a {
    display: inline-block;
    padding: 5px 14px;
    background: #fff;
    color: #666;
    font-size: 12px;
    border-radius: 15px;
    transition: all 0.25s ease;
    border: 1px solid #e0e0e0;
}
.news-tags a:hover {
    background: #db1011;
    color: #fff;
    border-color: #db1011;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(219,16,17,0.2);
}
.news-prevnext {
    padding: 18px 25px;
}
.news-prevnext li {
    padding: 14px 0;
    font-size: 14px;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background 0.2s ease;
}
.news-prevnext li:last-child {
    border-bottom: none;
}
.news-prevnext li:hover {
    background: #fafafa;
}
.news-prevnext .pn-label {
    color: #999;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
    background: #f5f5f5;
    padding: 4px 10px;
    border-radius: 4px;
}
.news-prevnext .pn-label i {
    color: #db1011;
}
.news-prevnext li a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.news-prevnext li a:hover {
    color: #db1011;
}
.news-prevnext li.next {
    flex-direction: row-reverse;
}
.news-prevnext li.next a {
    text-align: right;
}
.news-related {
    padding: 12px 20px 18px;
}
.news-related li {
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: all 0.2s ease;
    padding-left: 18px;
    position: relative;
}
.news-related li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #db1011;
    border-radius: 50%;
    transition: transform 0.2s ease;
}
.news-related li:hover::before {
    transform: scale(1.3);
}
.news-related li:last-child {
    border-bottom: none;
}
.news-related li:hover {
    background: #fafafa;
    padding-left: 22px;
}
.news-related li a {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.news-related li a:hover {
    color: #db1011;
}
.news-related .related-date {
    font-size: 12px;
    color: #bbb;
    flex-shrink: 0;
    background: #f5f5f5;
    padding: 3px 8px;
    border-radius: 3px;
}

/* News article detail responsive */
@media (max-width: 768px) {
    .news-article {
        padding: 25px 20px 30px;
    }
    .news-title {
        font-size: 20px;
        line-height: 1.45;
        margin-bottom: 15px;
    }
    .news-meta {
        font-size: 12px;
        gap: 0;
        padding: 10px 12px;
    }
    .news-meta .meta-item {
        margin-right: 15px;
        margin-bottom: 5px;
    }
    .news-content {
        font-size: 15px;
        line-height: 2;
        padding: 0;
    }
    .news-content p {
        margin-bottom: 18px;
    }
    .news-content table {
        max-width: 100%;
        font-size: 13px;
        margin: 20px auto;
    }
    .news-content table th,
    .news-content table td {
        padding: 10px 12px;
    }
    .news-content table td:nth-child(2) {
        font-size: 16px;
    }
    .news-summary {
        padding: 15px 18px;
    }
    .news-summary p {
        font-size: 14px;
    }
    .news-prevnext {
        padding: 12px 15px;
    }
    .news-prevnext li {
        padding: 12px 0;
    }
}

@media (max-width: 480px) {
    .news-article {
        padding: 18px 15px 25px;
    }
    .news-title {
        font-size: 18px;
    }
    .news-meta .meta-item {
        margin-right: 12px;
        font-size: 11px;
    }
    .news-content {
        font-size: 14px;
    }
    .news-content h2, .news-content h3 {
        font-size: 16px;
        margin: 25px 0 15px;
    }
    .news-tags a {
        padding: 4px 12px;
        font-size: 11px;
    }
}

/* ===== Market Ticker Bar (行情播报) ===== */
.market-ticker-bar {
    max-width: 1200px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 42px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.market-ticker-bar .ticker-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    height: 100%;
    background: rgba(219, 16, 17, 0.85);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    flex-shrink: 0;
}

.market-ticker-bar .live-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.market-ticker-bar .ticker-content {
    flex: 1;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.market-ticker-bar .ticker-list {
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    animation: tickerScroll 40s linear infinite;
}

.market-ticker-bar:hover .ticker-list {
    animation-play-state: paused;
}

@keyframes tickerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.market-ticker-bar .ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 24px;
    height: 100%;
    color: #e0e0e0;
    font-size: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.market-ticker-bar .ti-name {
    color: #fff;
    font-weight: 500;
    min-width: 70px;
}

.market-ticker-bar .ti-price {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Consolas', 'Monaco', monospace;
}

.market-ticker-bar .ti-price.up {
    color: #ff6b6b;
}

.market-ticker-bar .ti-price.down {
    color: #51cf66;
}

.market-ticker-bar .ti-change {
    font-size: 12px;
    font-family: 'Consolas', 'Monaco', monospace;
    min-width: 55px;
}

.market-ticker-bar .ti-change.up {
    color: #ff6b6b;
}

.market-ticker-bar .ti-change.down {
    color: #51cf66;
}

.market-ticker-bar .ti-unit {
    color: #888;
    font-size: 11px;
}

.market-ticker-bar .ticker-time {
    padding: 0 18px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #aaa;
    font-size: 13px;
    font-family: 'Consolas', 'Monaco', monospace;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

/* Market Ticker Responsive */
@media (max-width: 768px) {
    .market-ticker-bar {
        height: 38px;
        margin-bottom: 12px;
    }
    
    .market-ticker-bar .ticker-label {
        padding: 0 12px;
        font-size: 12px;
        letter-spacing: 0;
    }
    
    .market-ticker-bar .ti-name {
        min-width: 55px;
        font-size: 12px;
    }
    
    .market-ticker-bar .ti-price {
        font-size: 13px;
    }
    
    .market-ticker-bar .ti-change {
        font-size: 11px;
        min-width: 48px;
    }
    
    .market-ticker-bar .ti-unit {
        display: none;
    }
    
    .market-ticker-bar .ticker-item {
        padding: 0 16px;
        font-size: 12px;
    }
    
    .market-ticker-bar .ticker-time {
        padding: 0 10px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .market-ticker-bar .ti-change {
        display: none;
    }
    
    .market-ticker-bar .ticker-item {
        padding: 0 12px;
        gap: 6px;
    }

    /* 银行黄金行情移动端竖排 */
    .bank-gold-grid {
        grid-template-columns: 1fr;
        padding: 10px 15px;
    }
    .bank-gold-item:nth-child(odd) {
        border-right: none;
    }
    .bank-gold-item {
        padding: 12px 8px;
    }
    .bank-gold-item .bg-name {
        font-size: 14px;
    }
    .bank-gold-item .bg-price {
        font-size: 15px;
        min-width: 55px;
    }
    .bank-gold-item .bg-swing {
        font-size: 12px;
        min-width: 55px;
    }
}