﻿
/* 主内容区与侧边栏布局 */
.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;
        }



.city-recovery-box {
    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;
}

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

    .city-recovery-box .province-list {
        padding: 12px 5px;
        font-size: 16px;
        color: #333;
        line-height: 1.8;
    }

    .city-recovery-box .province-item {
        cursor: pointer;
        display: inline-block;
        width:32%;
        box-sizing:border-box;
        padding: 2px 3px;
        border: 1px solid transparent;
        border-radius: 3px;
        position: relative;
    }

        .city-recovery-box .province-item:hover {
            display: inline-block;
            padding: 2px 6px;
            border: 1px solid #d90000;
            border-radius: 3px;
            color: #d90000;
            background-color: #fff;
        }

        .city-recovery-box .province-item .province-item-window {
            display: none;
            position: absolute;
            top: 33px;
            left: 0;
            z-index: 39;
            width: 300px;
            box-sizing: border-box;
            height: 300px;
            background: #fff;
            border: 1px solid #eee;
            border-radius: 4px;
            /* padding: 15px; */
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }

        .city-recovery-box .province-item:hover .province-item-window {
            display: block;
        }



    .city-recovery-box .province-item-window .province-item-window-area {
        width: 130px;
        max-height: 300px;
        overflow: auto;
        padding: 0;
        background-color: #f7f7f7;
        scrollbar-width: none; /* Firefox */
    }

        .city-recovery-box .province-item-window .province-item-window-area::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Opera*/
        }

        .city-recovery-box .province-item-window .province-item-window-area > div {
            padding: 5px 10px;
            box-sizing: border-box;
            color: #000;
        }

            .city-recovery-box .province-item-window .province-item-window-area > div:hover > a {
                color: #d90000;
            }

            .city-recovery-box .province-item-window .province-item-window-area > div > .province-item-window-area {
                background-color: #fff;
                display: none;
                position: absolute;
                top: 0px;
                left: 130px;
                z-index: 40;
                /* width: 300px; */
                max-height: 300px;
            }


            .city-recovery-box .province-item-window .province-item-window-area > div:hover > .province-item-window-area {
                display: block;
            }

                .city-recovery-box .province-item-window .province-item-window-area > div:hover > .province-item-window-area div:hover a {
                    color: #d90000;
                }





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


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

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

    .related-recovery-container .related-list {
        list-style: none;
        margin: 0;
        padding: 15px;
        
    }

        .related-recovery-container .related-list li {
            padding: 10px 0;
            font-size: 16px;
            color: #333;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .related-recovery-container .related-list li::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;
    }

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