.tab-menu {
    display: inline-block;
}

.tab-menu .tab-ul .tab-li {
    display: inline-block;
    border: 1px solid #E0EEEE;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}

.tab-menu ul {
    padding: 0;
    margin: 0;
}
.tab-menu ul li.active {
    background: #2aabd2;
    color: #ffffff;
}

.tab-menu ul   {
    text-decoration: none;
    color: #0f0f0f;
}

.tab-menu .select-range{
    display: inline-block;
}

.tab-menu ul li:hover {
    background: #2aabd2;
    color: #ffffff;
}
.rank-title {
    text-align: center;
    padding-bottom: 15px;
}

.select-time {
    width: 120px;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    display: inline-block;
}

.select-time select{
        border: none;
        outline: none;
        width: 100%;
        height: 60px;
        line-height: 60px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-left: 30px;
}

.select-time:after {
    content: "";
    width: 16px;
    height: 10px;
    background: url(../images/pulldown.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 45%;
    pointer-events: none;
}

.time-block {
    display: inline-block;
}

.tab-con tbody td {
    text-align: center;
}

tbody a {
    color: #0f0f0f;
    text-decoration:none;
}

tbody a:hover {
    color: #0f0f0f;
    text-decoration:none;
}

.rank-icon-1 {
    background: url('../images/first.png') no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 25px;
    color: #d81e06;
    font-size: 20px;
    display: inline-block;
}

.rank-icon-2 {
    background: url('../images/second.png') no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 25px;
    color: #e98f36;
    font-size: 20px;
    display: inline-block;
}
.rank-icon-3 {
    background: url('../images/third.png') no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 25px;
    color: #0061b2;
    font-size: 20px;
    display: inline-block;

}

