@charset "UTF-8";
.rank-banner{
    width: 7.5rem;
    height: 3.1rem;
    background: url("/static/m/img/rank-banner.jpg")no-repeat;
    background-size: 7.5rem 3.1rem;
}
/*排行榜*/
.rank-menu{
    height: .8rem;
}
.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;
	margin-right: .4rem;
}
.rank-menu ul li a{
    display: block;
    width: auto;
    color: #666;
    font-size: .28rem;
}
.rank-menu ul li.active a{
    color: #00c26e;
	font-weight: bold;
	border-bottom: 3px solid #00c26e;
	position: relative;
}
.rank-menu ul li.active a:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #00c26e;
    left: 50%;
    bottom: -3px;
    transform: translate(-50%, -50%);
}





.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("/static/m/img/rank-4.png")no-repeat;
    background-size: .47rem .52rem;
}
.ranking-wrap .carefullyChosenList ul li:nth-child(1):before{
    background: url("/static/m/img/rank-1.png")no-repeat;
    background-size: .47rem .52rem;
}
.ranking-wrap .carefullyChosenList ul li:nth-child(2):before{
    background: url("/static/m/img/rank-2.png")no-repeat;
    background-size: .47rem .52rem;
}
.ranking-wrap .carefullyChosenList ul li:nth-child(3):before{
    background: url("/static/m/img/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";
}
