.rankingSelect {
    margin-bottom: 20px;
}

.rankingTime {
    position: relative;
    width: 1072px;
    display: flex;
    z-index: 1;
    background: rgba(250, 250, 250, 1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    /*border-radius: 0px 0px 5px 5px;*/
    margin-left: 13px;
}

.rankingTime a {
    font-size: 12px;
    padding: 10px 0px;
    padding-left: 20px;
    color: rgba(0, 0, 0, 0.3);
}

.rankingTime a:hover {
    color: #1790E6;
}

.rankingTime a.active {
    color: #1790E6;
}

/* 排行榜單結束 */
/* 排行榜單主內容開始 */
/* 排行榜頭部 */
.ranking-box-title {
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(230, 230, 230, 1);
}

.ranking-box-title span {
    display: inline-block;
    /* width: 112px; */
    text-align: center;
    font-size: 18px;
    padding: 2px;
    margin: 8px;
    color: #000;
    font-weight: bold;
}

/* 排行榜頭部結束 */
/* 排行榜詳細內容 */
.ranking-all {
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 230, 230, 1);
}

.ranking-all > li {
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
}

.ranking-all > li:nth-of-type(1), .ranking-all > li:nth-of-type(2), .ranking-all > li:nth-of-type(3) {
    height: auto;
}

.ranking-all > li:nth-of-type(3n) {
    border: none;
}

.ranking-all .ranking-all-box {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 60px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 10px 0;
}

.ranking-all .ranking-all-box.topThree {
    height: auto !important;
    align-items: stretch;
}

.ranking-all-icon {
    min-width: 20px;
    height: 20px;
    background: rgba(204, 204, 204, 1);
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-right: 20px;
}

.ranking-all-topThree {
    display: flex;
}

.ranking-all-topThree-img {
    width: 100px;
    height: 128px;
    background-size: 100% 100%;
    margin-right: 20px;
}

.ranking-all-topThree-img:hover + .ranking-all-topThree-txt > a {
    color: #1480CC;
}

.ranking-all-topThree-txt > span a:hover {
    color: #1480CC;
}

.ranking-all-topThree-txt {
    width: 182px;
}

.ranking-all-topThree-txt .update {
    width: 100%;
    justify-content: space-between;
}

.ranking-all-topThree-txt p {
    min-height: 67px;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

.ranking-all-topThree-txt > span {
    display: block;
    font-size: 12px;
    color: #999999;
    margin-bottom: 10px;
}

.ranking-all-topThree-txt > span a {
    color: #999999;
}

.update {
    display: flex;
    width: 95px;
    font-size: 12px;
    justify-content: flex-end;
    color: #999999;
    align-items: center;
}

.update-icon {
    width: 18px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: -131px -147px;
    margin-left: 18px;
}
.update span{
    display: flex;
    align-items: center;
}
.update img {
    width: 12px;
    height: 15px;
    margin-right:2px;
}

.update-icon.up {
    background-position: -31px -147px;
}

.update-icon.end {
    background-position: -63px -147px;
}

.update-icon.ping {
    background-position: -95px -147px;
}

.ranking-all-txt {
    margin: 0 15px 0 0;
    width: 193px;
    font-size: 13px;
}