/* 排行榜样式 */

.banner {
    width: 100%;
    height: 2.12rem;
    background: url(../img/rankbg.png) no-repeat center center;
    background-size: cover;
    font-size: 0.44rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 1.6rem;
}

.rankTab {
    padding: 0 0.47rem;
    margin-top: -0.67rem;
}

.rankTab a {
    display: inline-block;
    padding: 0.1rem 0.4rem;
    border-radius: 0.2rem 0.2rem 0 0;
    background: rgba(255, 255, 255, 0.6);
    height: 0.87rem;
    font-weight: 900;
    font-size: .32rem;
    color: #07c5b9;
    text-shadow: -.03rem 0 #fff, 0 .03rem #fff, .03rem 0 #fff, 0 -.03rem #fff;
    border: 0.06rem solid rgba(255, 255, 255, 0.2);
    letter-spacing: 1px;
}

.rankBox {
    background: #ffffff;
    padding: 0.24rem 0;
}

.rankBox .rankItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.24rem;
}

.rankBox .rankItem:first-child {
    background: #f9fffe;
}

.rankBox .rankItem:nth-child(2) {
    background: #f9fffe;
}

.rankBox .rankItem:nth-child(3) {
    background: #f9fffe;
}

.rankBox .rankItem:nth-child(4) {
    background: #f9fffe;
}

.rankBox .rankItem:nth-child(5) {
    background: #f9fffe;
}

.rankBox .rankItem:nth-child(6) {
    background: #f9fffe;
}

.rankBox .rankItem:nth-child(7) {
    background: #f9fffe;
}

.rankBox .rankItem:nth-child(8) {
    background: #f9fffe;
}

.rankBox .rankItem:nth-child(9) {
    background: #f9fffe;
}

.rankBox .rankItem:nth-child(10) {
    background: #f9fffe;
}

.rankBox .rankItem:nth-child(2n+1) {
    background: #f9fffe;
}

.rankBox .rankItem > div:nth-child(1) {
    display: flex;
    align-items: center;
}

.rankBox .rankItem > div:nth-child(1) > div:first-child {
    margin-right: .3rem;
    width: 0.54rem;
    height: 0.54rem;
    min-width: 0.54rem;
    max-width: 0.54rem;
    background: url(../img/icon.png) no-repeat;
    background-size: 10rem 10rem;
}

.rankBox .rankItem:first-child > div:nth-child(1) > div:first-child {
    background-position: -0.1rem -5.69rem !important;
}

.rankBox .rankItem:nth-child(2) > div:nth-child(1) > div:first-child {
    background-position: -0.85rem -5.69rem !important;
}

.rankBox .rankItem:nth-child(3) > div:nth-child(1) > div:first-child {
    background-position: -1.6rem -5.69rem !important;
}

.rankBox .rankItem:nth-child(4) > div:nth-child(1) > div:first-child {
    background-position: -2.28rem -5.69rem !important;
}

.rankBox .rankItem:nth-child(5) > div:nth-child(1) > div:first-child {
    background-position: -2.89rem -5.69rem !important;
}

.rankBox .rankItem:nth-child(6) > div:nth-child(1) > div:first-child {
    background-position: -3.51rem -5.69rem !important;
}

.rankBox .rankItem:nth-child(7) > div:nth-child(1) > div:first-child {
    background-position: -4.12rem -5.69rem !important;
}

.rankBox .rankItem:nth-child(8) > div:nth-child(1) > div:first-child {
    background-position: -4.72rem -5.69rem !important;
}

.rankBox .rankItem:nth-child(9) > div:nth-child(1) > div:first-child {
    background-position: -5.34rem -5.69rem !important;
}

.rankBox .rankItem:nth-child(10) > div:nth-child(1) > div:first-child {
    background-position: -5.95rem -5.69rem !important;
}

.rankBox .rankItem > div:nth-child(1) > div:last-child > div:first-child {
    color: #333;
    font-size: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 40vw;
}

.rankBox .rankItem > div:nth-child(1) > div:last-child > div:nth-child(2) {
    color: #999;
    font-size: .24rem;
    margin: 0.12rem 0 0.06rem 0;
}

.rankBox .rankItem > div:nth-child(1) > div:last-child > div:nth-child(3) {
    color: #999;
    font-size: .24rem;
}

.rankBox .rankItem > div:nth-child(1) img {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.3rem;
    margin-right: .3rem;
}

.rankBox .rankItem > div:nth-child(2) {
    width: 1.2rem;
    height: .5rem;
    border: .02rem solid rgba(7, 197, 185, .5);
    border-radius: .27rem;
    font-size: .24rem;
    color: #07c5b9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommend {
    margin-top: 0.24rem;
}

.recommend .recommendList {
    padding: 0.24rem;
    background: #ffffff;
}
