﻿
body {
    background-color: #fff;
}
/* 主内容区与侧边栏布局 */
.main-content {
    display: flex;
}

.module-table {
    flex: 1;
}

.module-news {
    width: 390px;
    padding-left: 10px;
}


.breadcrumbs {
    font-size: 14px;
    color: #666;
    padding: 10px 15px;
}

    .breadcrumbs a {
        color: #666;
        text-decoration: none;
    }

        .breadcrumbs a:hover {
            color: #d90000;
        }

    .breadcrumbs span {
        color: #d90000;
        font-weight: 500;
    }

    .breadcrumbs .separator {
/*        margin: 0 5px;*/
        color: #999;
    }

.price-title-container {
    width: 100%;
    padding: 15px;
    border-radius: 4px;
}

    .price-title-container .main-title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 8px;
    }

    .price-title-container .update-time {
        font-size: 14px;
        color: #999;
    }

.chart-container {
    width: 100%;
    border-radius: 4px;
    padding: 15px;
    margin-top: 15px;
}

    .chart-container .chart-title {
        font-size: 18px;
        font-weight: bold;
        color: #d90000;
        margin-bottom: 10px;
    }

    .chart-container .chart-img {
        width: 100%;
        border-radius: 4px;
    }

.disclaimer-bar {
    width: 100%;
    max-width: 800px;
    padding: 10px 15px;
    background-color: #e2e2e2;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
}

    .disclaimer-bar .highlight {
        color: #d90000;
        font-weight: 500;
    }

    .disclaimer-bar a {
        color: #0066cc;
        text-decoration: none;
    }

        .disclaimer-bar a:hover {
            text-decoration: underline;
        }

.search-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    /* 可根据需求调整宽度 */
    margin-top: 10px;
}

    .search-wrap .search-input {
        flex: 1;
        height: 36px;
        padding: 0 12px;
        border: 1px solid #e02020;
        border-right: none;
        border-radius: 4px 0 0 4px;
        outline: none;
        font-size: 16px;
    }

    .search-wrap .search-btn {
        height: 36px;
        padding: 0 18px;
        background-color: #e02020;
        color: #fff;
        border: none;
        border-radius: 0 4px 4px 0;
        font-size: 16px;
        cursor: pointer;
    }

        .search-wrap .search-btn:hover {
            background-color: #c01010;
        }

.price-table-wrap {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

    .price-table-wrap .table-top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        font-size: 14px;
    }

    .price-table-wrap .main-title {
        font-size: 18px;
        font-weight: bold;
        color: #d90000;
    }

    .price-table-wrap .notice-text {
        color: #666;
    }

    .price-table-wrap .gold-price-table {
        width: 100%;
        border-collapse: collapse;
    }

        .price-table-wrap .gold-price-table th,
        .price-table-wrap .gold-price-table td {
            padding: 12px 0;
            text-align: center;
            font-size: 16px;
        }

        .price-table-wrap .gold-price-table th {
            background-color: #d90000;
            color: #fff;
            font-weight: bold;
        }

        .price-table-wrap .gold-price-table tr:nth-child(2) th {
            font-size: 16px;
        }

        .price-table-wrap .gold-price-table td {
            border: 1px solid #eee;
            color: #333;
        }

.guide-container {
    width: 100%;
    /* background: #fff;
  border: 1px solid #eee; */
    border-radius: 4px;
    padding: 20px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
    line-height: 1.6;
}

.guide-title {
    font-size: 18px;
    font-weight: bold;
    color: #d90000;
    margin-bottom: 15px;
}

.guide-intro {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 15px 0 10px;
}

.section-content {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.note-text {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed #eee;
}

.related-articles-wrap {
    width: 100%;
    border-radius: 4px;
    padding: 15px;
}

.articles-title {
    font-size: 18px;
    font-weight: bold;
    color: #d90000;
    margin-bottom: 12px;
}

.articles-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.articles-item {
    font-size: 16px;
    color: #333;
    padding: 8px 0;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 770px;
}

    .articles-item::before {
        content: "●";
        color: #d90000;
        margin-right: 8px;
    }

.brand-price-container {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-top: 15px;
}

.container-header {
    background-color: #d90000;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
}

.price-list {
    list-style: none;
    margin: 0;
    padding: 15px;
}

.price-item {
    font-size: 16px;
    color: #333;
    padding: 8px 0;
}

    .price-item::before {
        content: "♦";
        color: #d90000;
        margin-right: 8px;
    }


.e-search-wrap {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-top: 15px;
}

    .e-search-wrap .search-header {
        background-color: #d90000;
        color: #fff;
        padding: 10px 15px;
        font-size: 18px;
        font-weight: bold;
    }

    .e-search-wrap .search-list {
        list-style: none;
        margin: 0;
        padding: 15px;
    }

    .e-search-wrap .search-item {
        font-size: 16px;
        color: #333;
        padding: 8px 0;
        line-height: 1.5;
    }

        .e-search-wrap .search-item::before {
            content: "●";
            color: #d90000;
            margin-right: 8px;
        }

/* 当屏幕宽度小于725px时 */
@media (max-width: 725px) {
    .main-content {
        display: flex;
        flex-direction: column;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .module-table {
        order: 1;
    }

    .module-news {
        order: 2;
        width: 100%;
    }

    .breadcrumbs {
        display: none;
    }

    .wholesale-strategy-container {
        display: block;
    }

    .gold-price-table th, .gold-price-table td {
        font-size: 12px;
        padding: 10px 0;
        box-sizing: border-box;
    }

    .price-table-wrap .gold-price-table th, .price-table-wrap .gold-price-table td{
        font-size:13px;
    }
}