﻿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;
    }

.update-time {
    font-size: 14px;
    color: #999;
    /*    margin-bottom: 15px;*/
    padding-bottom: 10px;
}


.guide-box {
    display: flex;
    align-items: flex-start;
    background-color: #fef5f5;
    border: 1px solid #f5d0d0;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    color: #333;
}

.guide-icon {
    color: #fff;
    font-weight: bold;
    margin-right: 8px;
    margin-top: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #d90000;
    box-sizing: border-box;
}

.guide-text {
    line-height: 1.6;
}

.guild-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);*/
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    /*    margin-top: 15px;*/
}

.guild-item {
    margin: 15px 0;
}

    .guild-item > p {
        font-size: 16px;
        margin-bottom: 10px;
        /*        letter-spacing: 2px;*/
    }

.showroom-item > p {
    color: #000;
    line-height: 1.7;
    padding: 1px 0px 8px 15px;
    /*    font-size:14px;*/
}

.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;
        }

.history-nav {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 16px;
}

.nav-item {
    display: flex;
    align-items: center;
    flex: 1;
}

    .nav-item a {
        max-width: 240px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.nav-label {
    color: #333;
    margin-right: 8px;
}

.nav-link {
    color: #d90000;
    text-decoration: none;
}

    .nav-link:hover {
        text-decoration: underline;
    }


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

    .module-news .history-container .history-header {
        background-color: #d90000;
        color: #fff;
        padding: 10px 15px;
        box-sizing: border-box;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .module-news .history-container .history-title {
        font-size: 18px;
        font-weight: bold;
    }

    .module-news .history-container .history-list {
        list-style: none;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

        .module-news .history-container .history-list li {
            padding: 10px 15px;
            box-sizing: border-box;
            border-bottom: 1px solid #eee;
            line-height: 1.5;
            font-size: 16px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .module-news .history-container .history-list li:last-child {
                border-bottom: none;
            }

            .module-news .history-container .history-list li:before {
                content: "";
                color: #d90000;
                margin-right: 5px;
                display: inline-block;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                overflow: hidden;
                background-color: #d90000;
            }

.module-news .view-more {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}


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

    .price-table-wrap .table-top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 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 thead {
            background-color: #d90000;
            color: #fff;
        }

        .price-table-wrap .gold-price-table tbody {
            color: #000;
        }

        .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 {
            font-weight: bold;
            border: 1px solid #e5e5e5;
        }

        .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: 16px;
    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: 16px;
    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;
}

    .articles-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;
        padding: 0;
        box-sizing: border-box;
        margin: 0px 0 0 0;
        width: 100%;
    }

/*    .breadcrumbs {
        display: none;
    }*/

    .price-table-wrap .table-top-bar {
        display: block;
    }


    .history-nav .nav-item {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .history-nav .nav-item a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .history-nav .nav-item .nav-label {
            display: none;
        }

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

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