
.rank-banner{
    width: 7.5rem;
    height: 3.1rem;
    background: url("../image/rank-banner.png")no-repeat;
    background-size: 7.5rem 3.1rem;
}
/*排行榜*/
.rank-menu{
    height: .8rem;
    background: #6158fd;
}
.rank-menu ul{
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.rank-menu ul::-webkit-scrollbar {
    display: none;
}
.rank-menu ul li{
    height: .6rem;
    line-height: .6rem;
}
.rank-menu ul li a{
    display: block;
    width: auto;
    padding: 0 .3rem;
    color: #ffffff;
    font-size: .26rem;
    border-radius: .3rem;
}
.rank-menu ul li.active a{
    color: #feffff;
    background: #776aff;
}





.ranking-menu{
    padding-bottom: .2rem;
}

.ranking-menu ul{
    justify-content: flex-start;
}

.ranking-menu ul li{
    width: 2.1rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    margin-left: .15rem;
    margin-top: .2rem;
}
.ranking-menu ul li a{
    display: block;
    color: #666666;
    font-size: .28rem;
    background: #f5f5f5;
    border-radius: .1rem;
}
.ranking-menu ul li.active a{
    background: #00c26e;
    color: #fff;
}


.ranking-wrap .carefullyChosenListText,
.ranking-wrap .carefullyChosenListText p strong{
    max-width: 3rem;
    width: 3rem;
}

.ranking-wrap .carefullyChosenList ul li:before{
    content: "";
    width: .47rem;
    height: .52rem;
    text-align: center;
    color: #929292;
    font-size: .18rem;
    font-weight: bold;
    line-height: .4rem;
    background: url("../image/rank-4.png")no-repeat;
    background-size: .47rem .52rem;
}
.ranking-wrap .carefullyChosenList ul li:nth-child(1):before{
    background: url("../image/rank-1.png")no-repeat;
    background-size: .47rem .52rem;
}
.ranking-wrap .carefullyChosenList ul li:nth-child(2):before{
    background: url("../image/rank-2.png")no-repeat;
    background-size: .47rem .52rem;
}
.ranking-wrap .carefullyChosenList ul li:nth-child(3):before{
    background: url("../image/rank-3.png")no-repeat;
    background-size: .47rem .52rem;
}

.ranking-wrap .carefullyChosenList ul li:nth-child(4):before{
    content: "4";
}
.ranking-wrap .carefullyChosenList ul li:nth-child(5):before{
    content: "5";
}
.ranking-wrap .carefullyChosenList ul li:nth-child(6):before{
    content: "6";
}
.ranking-wrap .carefullyChosenList ul li:nth-child(7):before{
    content: "7";
}
.ranking-wrap .carefullyChosenList ul li:nth-child(8):before{
    content: "8";
}
.ranking-wrap .carefullyChosenList ul li:nth-child(9):before{
    content: "9";
}
.ranking-wrap .carefullyChosenList ul li:nth-child(10):before{
    content: "10";
}
