table thead {
    border-collapse: collapse;
}

table thead th {
    background: linear-gradient(to bottom, #cf0508, #7f0606);
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    height: 29px;
    line-height: 29px;
    text-align: center;
    border: solid 1px #f48589;
}

table thead th.light {
    background: #f1dfdf;
    font-weight: 800;
    color: #ce1b1b;
}

table tbody tr.normal {
    background: #ffffc4;
}

table tbody tr img {
    margin-right: 5px;
}

table tbody tr.today,
table tbody tr.today a {
    background: #015a00;
    color: #03ffff
}

table tbody tr.red,
table tbody tr.red a {
    background: #840000;
    color: #ffff03;
}

table tbody tr.yellow {
    background: #ffff03;
}

table td {
    padding: 5px;
    border: solid 1px #f48589;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

td.mw-100,
tr.mw-100 {
    max-width: 110px !important;
}

tr td:first-child {
    width: 180px;
}

tr td:nth-child(2) img {
    vertical-align: sub;
}


td.mw-200,
tr.mw-200,
span.mw-200 {
    max-width: 350px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

td.mw-50,
tr.mw-50 {
    max-width: 50px !important;
}

tr.bg-yellow:hover {
    background: #ffffff !important;
}

.game-forum .card-head {
    background: #35ab86;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border-top: 3px solid #C03B00;
}

.game-forum .time {
    float: right;
    color: #FF7800;
}

.game-forum li {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.banner {
    height: 300px;
}

@media (max-width: 991.98px) {

    .banner,
    .pc {
        display: none;
    }

    .game-forum .col-lg-3:last-child {
        padding-right: 0.5rem !important;
    }

    td.mw-200,
    tr.mw-200,
    span.mw-200 {
        max-width: 100px !important;
    }
}
