    body {
        font-family: Arial, sans-serif;
        background-color: #000000 !important; /* 強制設置為黑色背景 */
        color: #f5f5f5; /* 確保文本顏色在黑色背景上可見 */
    }

.woo-font {
    font-family: woo;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    font-size: 30px;
    color: #000;
    margin-left: 7px;
}

.m-main-nav a.cur {
    color: var(--w-brand);
    font-weight: 500;
}

.m-main-nav li a.cur .nav-icon {
    color: var(--w-brand);
}


        .m-wrap {
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            margin: 0 auto;
            max-width: 800px;
        }

        .m-wrap h2 {
            margin: 0;
            padding: 15px;
            background-color: #1bce1b;
            color: #fff;
            font-size: 20px;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin: 0;
        }

        .thead_tr {
            background-color: #007BA7;
            text-align: left;
        }

        .thead_tr th {
            padding: 7px;
            font-weight: bold;
        }

        .tbody_tr td {
            padding: 10px;
            border-bottom: 1px solid #eaeaea;
        }

        .td-01 {
            width: 50px;
            text-align: center;
        }

        .td-02 {
            width: 70%;
        }

        .td-03 {
            width: 50px;
            text-align: center;
        }

        .ranktop {
            color: red;
            font-weight: bold;
        }

        .ranktop1, .ranktop2, .ranktop3 {
            color: #ff3852;
        }

        .icon-txt {
            display: inline-block;
            padding: 7px;
            border-radius: 3px;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
        }

        .icon-txt-hot {
            background-color: #ff3852;
        }

        .icon-txt-len-1 {
            background-color: #ff3852;
        }

        .icon-txt-len-2 {
            background-color: #00b7ee;
        }

        .icon-txt-len-3 {
            background-color: #f86400;
        }

        .icon-txt-len-4 {
            background-color: #ff9406;
        }

        .icon-txt-len-5 {
            background-color: #ffab5a;
        }
        
        tbody td {
        padding-top: 5px;
        padding-bottom: 10px;
        }
      
        .icon-top {
        display: inline-block;
        width: 12px;
        height: 13px;
        background: url(/beryllium/static/image/icon_top.png);
        }     
        
        .icon-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #f26d5f;
    border-radius: 50%;
    vertical-align: middle;
}