.main-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.main-top>img {
    width: 10px;
    height: 15px;
    margin-right: 10px;
}

.main-top-nav {
    margin-top: 10px;
    line-height: 40px;
    border-bottom: 5px solid #644200;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-top-nav li {
    width: 100px;
    text-align: center;
    list-style-type: none;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
}

.main-top-nav .bgi {
    background: url(../imgs/slices.png) no-repeat center center;
    background-size: 100% auto;
    list-style-type: none;
    color: #0f0f0f;
    font-size: 14px;
}

.leaderboard-main {
    width: 100%;
}

.leaderboard-main .down-link {
    height: 160px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.leaderboard-main .down-link:hover{
    background-color: #F5F5F5;
}
.leaderboard-main .down-link:hover .main-main .main-title{
    color: #FF2E63;
}
.leaderboard-main .down-link:hover .main-btn{
    color: #fff;
    background-color: #FF2E63;
}
.leaderboard-main .down-link:nth-child(1){
    margin-top: 10px;
}
.leaderboard-main .down-link:last-child{
    margin-bottom: 10px;
}

.leaderboard-main .down-link .main-num {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    background-color: #CCCCCC;
    background: url(../imgs/huise.png) no-repeat center center;
    background-size: 130% auto;
}
.leaderboard-main .down-link:nth-child(1) .main-num{
    background: url(../imgs/one.png) no-repeat center center;
    background-size: 150% auto;

}
.leaderboard-main .down-link:nth-child(2) .main-num{
    background: url(../imgs/two.png) no-repeat center center;
    background-size: 145% auto;
}
.leaderboard-main .down-link:nth-child(3) .main-num{
    background: url(../imgs/three.png) no-repeat center center;
    background-size: 140% auto;
}

.leaderboard-main .down-link:nth-child(-n+3) .main-num{
  text-indent: -999px;
}


.leaderboard-main .down-link .main-img {
    width: 300px;
    height: 150px;
    border-radius: 10px;
    margin: auto 10px;
}

.leaderboard-main .down-link .main-main {
    width: 80%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.leaderboard-main .down-link .main-main .main-title {
    font-size: 16px;
    font-weight: 700;
}

.leaderboard-main .down-link .main-main .main-title>img {
    width: 70px;
    vertical-align: middle;
    margin-left: 10px;
}

.leaderboard-main .down-link .main-main .main-p {
    font-size: 14px;
    color: #999999;
}

.leaderboard-main .down-link .main-main .main-center {
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.leaderboard-main .down-link .main-btn {
    margin-left: 10px;
    font-size: 14px;
    color: #FF2E63;
    border: 1px solid #FF2E63;
    border-radius: 10px;
    width: 80px;
    line-height: 30px;
    text-align: center;
}
.is_show{
    display: none;
}