
/* ��������ģ�� */
.data-advantage {
    padding: 20px 0;
    box-sizing: border-box;
}

    .data-advantage .container {
        display: flex;
        justify-content: space-between;
    }

.advantage-card {
    width: 31%;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}

/* ��������ģ�� */

/* ������������������ */
.main-content {
    display: flex;
}

.module-table {
    width: 800px;
}

    /* ����������ʽ */
    .module-table .search-container {
        display: flex;
        align-items: center;
        margin: 20px;
    }

        .module-table .search-container label {
            font-size: 18px;
            color: #333;
            margin-right: 10px;
        }

        .module-table .search-container .search-text {
            flex: 1;
            height: 50px;
            border: 1px solid #e02020;
            border-radius: 4px 0 0 4px;
            padding: 0 10px;
            font-size: 18px;
            outline: none;
            box-sizing: border-box;
        }

        .module-table .search-container .search-btn {
            height: 50px;
            padding: 0 15px;
            background-color: #e02020;
            color: #fff;
            border: none;
            border-radius: 0 4px 4px 0;
            font-size: 18px;
            cursor: pointer;
            box-sizing: border-box;
        }

            .module-table .search-container .search-btn:hover {
                background-color: #c01010;
            }

    .module-table .tip-container {
        text-align: center;
        padding: 15px;
        font-size: 14px;
        color: #666;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    .module-table .reference-tip {
        margin-bottom: 5px;
    }

    .module-table .attention-tip a {
        color: #e02020;
        text-decoration: none;
    }

    .module-table .recommend-container {
        width: 100%;
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
        padding: 15px;
        box-sizing: border-box;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

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

        .module-table .section-title::before {
            content: '';
            display: inline-block;
            width: 4px;
            height: 14px;
            background-color: red;
            margin-right: 5px;
        }

    .module-table .recommend-list {
        list-style: none;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

        .module-table .recommend-list li {
            margin-bottom: 10px;
            /*font-size: 14px;*/
            line-height: 1.5;
            max-width: 770px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

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

/* ����������ʽ */

/* �������� */

.gold-table-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

    .gold-table-container .table-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
    }

    .gold-table-container .table-title {
        font-size: 18px;
        font-weight: bold;
        color: #e02020;
    }

.table-title-child .gold-table-container .table-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 14px;
    background-color: red;
    margin-right: 5px;
}

.gold-table-container .update-time {
    font-size: 16px;
    color: #999;
}

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

.gold-table-container th,
.gold-table-container td {
    padding: 10px 15px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.gold-table-container th {
    background-color: #f9f2f2;
    color: #666;
    font-weight: normal;
}

.gold-table-container tr:nth-child(even) {
    background-color: #fcfcfc;
}

.gold-table-container tr:hover {
    background-color: #fef5f5;
}

.gold-table-container .rise {
    color: #e02020;
}

.gold-table-container .fall {
    color: #28a745;
}

.gold-table-container .high {
    color: #e02020;
    display: block;
}

.gold-table-container .low {
    color: #28a745;
    display: block;
}

/* �������� */

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

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

.converter-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: #d90000;
    color: #fff;
}

.converter-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 10px;
}

.converter-desc {
    font-size: 14px;
}

.converter-form {
    display: flex;
    margin-bottom: 10px;
    padding: 0 15px;
    box-sizing: border-box;
}

.converter-input {
    width: 150px;
    height: 36px;
    border: 1px solid #e02020;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    outline: none;
    padding: 0 15px;
    box-sizing: border-box;
}

.converter-select {
    width: 120px;
    height: 36px;
    border: 1px solid #e02020;
    border-left: none;
    border-radius: 0 4px 4px 0;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fff;
    outline: none;
}

.converter-btn {
    height: 36px;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: #d90000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}

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

.converter-price {
    font-size: 16px;
    color: #333;
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
}

    .converter-price strong {
        color: #e02020;
    }

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

.module-news .chart-nav {
    background-color: #d90000;
    color: #fff;
    padding: 0px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .module-news .chart-nav .time-tab {
        color: #fff;
        text-decoration: none;
        margin-right: 15px;
        font-size: 16px;
        padding: 7px 0;
        box-sizing: border-box;
        border-bottom: 2px solid transparent;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    .module-news .chart-nav .active {
        border-bottom: 2px solid rgba(254, 148, 28, 1);
    }

    .module-news .chart-nav .more {
        color: #ffcc00;
    }

.module-news .chart-img {
    width: 100%;
    display: block;
}

.module-news .recommend-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-bottom: 15px;
}

.module-news .recommend-header {
    background-color: #d90000;
    color: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
}

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

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

        .module-news .recommend-list li:nth-child(1) {
            background-color: #fceaea;
        }

        .module-news .recommend-list li:nth-child(2) {
            background-color: #fdf6e6;
        }

        .module-news .recommend-list li:nth-child(3) {
            background-color: #eafae6;
        }

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

.module-news .popular-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-bottom: 15px;
}

.module-news .popular-header {
    background-color: #d90000;
    color: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
}

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

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

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

        .module-news .popular-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 .city-gold-price {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    /* overflow: hidden; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}

.module-news .section-header {
    background-color: #d90000;
    color: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

.module-news .province-list .a-box {
    width: 32%;
    position: relative;
    display: inline-block;
    /* margin: 0 5px 8px 0; */
}

    .module-news .province-list .a-box > span {
        border: 2px solid transparent;
    }

        .module-news .province-list .a-box > span:hover {
            border: 2px solid #d90000;
            color: #d90000;
            cursor: pointer;
        }

.module-news .city-list {
    padding: 15px;
    box-sizing: border-box;
    position: absolute;
    top: 42px;
    width: 330px;
    z-index: 39;
    background-color: #fff;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    display: none;
}

.module-news .province-list .a-box:hover .city-list {
    display: block !important;
}

.module-news .province-list a,
.module-news .city-list a {
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0 5px 8px 0;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.module-news .province-list span,
.module-news .city-list span {
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0 5px 8px 0;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    border-radius: 4px;
}

    .module-news .province-list span.active {
        border: 2px solid #d90000;
        color: #d90000;
        font-weight: bold;
    }

    .module-news .city-list span.active {
        font-weight: bold;
    }

.module-news .brand-gold-price {
    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-bottom: 15px;
}

.module-news .section-header {
    background-color: #d90000;
    color: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
}

.module-news .brand-list {
    /*padding: 15px;*/
}

    .module-news .brand-list a {
        display: inline-block;
        width: 32%;
        box-sizing: border-box;
        padding: 8px 0;
        text-align: center;
        text-decoration: none;
        color: #333;
        font-size: 16px;
    }

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

.module-news .section-header {
    background-color: #d90000;
    color: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

.module-news .category-list {
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .module-news .category-list a {
        display: inline-block;
        padding: 8px 12px;
        box-sizing: border-box;
        background-color: #f5f5f5;
        border-radius: 20px;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        white-space: nowrap;
    }


/* ����Ļ����С��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%;
    }

    .data-advantage {
        padding: 15px 15px;
        box-sizing: border-box;
    }

    .advantage-card {
        padding: 10px 10px;
        box-sizing: border-box;
    }

        .advantage-card h2 {
            font-size: 15px;
        }

        .advantage-card p {
            font-size: 12px;
        }

    .module-table .search-container {
        margin: 0px 20px 10px 20px;
    }

        .module-table .search-container label {
            display: none;
        }


        .module-table .search-container .search-text, .module-table .search-container .search-btn {
            height: 35px;
            font-size: 16px;
        }

    .gold-table-container {
        margin: 0 0 10px 0;
    }

        .gold-table-container .update-time {
            font-size: 13px;
        }

        .gold-table-container table {
            font-size: 12px;
        }

        .gold-table-container th, .gold-table-container td {
            padding: 5px 5px;
            box-sizing: border-box;
        }

    .module-table .tip-container {
        padding: 5px 15px;
        margin: 0 0 10px 0;
    }

    .module-table .recommend-list li {
        font-size: 12px;
    }

    .module-news .view-more {
        font-size: 13px;
    }

    .module-news .recommend-list li {
        font-size: 13px;
    }

    .module-news .popular-list li {
        font-size: 13px;
    }

    .module-news .province-list span, .module-news .city-list span {
        font-size: 13px;
    }

    .module-news .brand-list a {
        font-size: 13px;
        width: 23%;
    }
}

/* ����Ļ����С��725pxʱ */
@media (max-width: 725px) {
    .main-content {
        display: flex;
        flex-direction: column;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .module-table {
        order: 1;
        flex: 1;
        width: 100%;
        padding: 40px 0 0 0;
        box-sizing: border-box;
    }

    .module-news {
        order: 2;
        width: 100%;
        margin: 10px 0 0 0;
    }

    .breadcrumbs {
        display: none;
    }

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

    .converter_content {
        position: absolute;
        top: 110px;
        left: 0;
        right: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }


    .module-news .province-list .a-box > span {
        display: flex;
        justify-content: center;
    }

    .province-list .a-box:nth-child(3n+1) .city-list {
        left: 10px;
    }

    .province-list .a-box:nth-child(3n+2) .city-list {
        left: -105px;
    }

    .province-list .a-box:nth-child(3n+3) .city-list {
        right: 7px;
    }
    /*    .module-news .city-list:nth-child(2n) {
        left: 50%;
        transform: translate(-50%, -50%);
    }*/
    .converter-form {
        padding: 0 10px;
    }
}
