.box .tb1 .highlight {
    color: red;
}

.box .tb1 td.rank-cell {
    background-image: url(../img/04.png) !important;
    background-size: 23px auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}

.box .tb1 td.rank-cell .rank-num {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #333;
}

.box .tb1 tbody:last-child tr:nth-of-type(1) .rank-cell {
    background-image: url(../img/01.png) !important;
}

.box .tb1 tbody:last-child tr:nth-of-type(2) .rank-cell {
    background-image: url(../img/02.png) !important;
}

.box .tb1 tbody:last-child tr:nth-of-type(3) .rank-cell {
    background-image: url(../img/03.png) !important;
}

.box .tb1 tbody:last-child tr:nth-of-type(1) .rank-cell .rank-num,
.box .tb1 tbody:last-child tr:nth-of-type(2) .rank-cell .rank-num,
.box .tb1 tbody:last-child tr:nth-of-type(3) .rank-cell .rank-num {
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.box .tb1 i.hot {
    background: url(../img/icon/hot.gif) no-repeat;
    text-indent: -999em;
    width: 22px;
    height: 14px;
    margin: 3px 0 0 3px;
    padding: 0;
    line-height: 14px;
}

.hr .left span {
    line-height: 46px;
    display: flex;
    align-items: center;
    font-size: medium;
    color: #662c1e;
}

.hr .left a {
    display: inline-block;
    background: #fff3d9;
    font-size: 14px;
    border: 1px solid #fee0a1;
    border-right: 1px solid #fee0a1;
    border-bottom: 1px solid #fee0a1;
    padding: 0 12px;
    border-radius: 3px;
    height: 31px;
    line-height: 31px;
    color: #9e6129;
    margin-right: 30px;
}
.hr span a {
    color: #666;
}
.hr span .hor {
    background: #ff9560;
    border: 1px solid #fc7b3e;
    color: #fff;
    font-weight: 700
}

.hr span .hor:hover {
    color: #fff
}