.rank-cate{
    padding: 0 .285rem;
    margin-top: .5rem;
}
.rank-cate ul li{
    float: left;
}
.rank-cate ul li.on a{
    color: #fff;
    background: #379dec;
}
.rank-cate ul li a{
    display: block;
    width: auto;
    padding: 0 .2rem;
    height: 0.58rem;
    line-height: 0.58rem;
    background: #f4f4f4;
    text-align: center;
    font-size: 0.24rem;
    color: #656565;
    margin: 0 0.18rem 0.2rem 0;
    border-radius: 0.08rem;
    white-space: nowrap;
    overflow: hidden;
}


.rank-list ul li a {
    display: block;
    height: 2.01rem;
    padding: 0.34rem 0.285rem 0.37rem;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.rank-list ul li a .num {
    position: absolute;
    left: 0.285rem;
    top: 0.33rem;
    width: 0.44rem;
    height: 0.57rem;
    line-height: 0.46rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
    background: url("../images/biaoqian1.png") no-repeat;
    background-size: 0.48rem;
}
.rank-list ul li:nth-child(n+4) a .num{
    background: url("../images/biaoqian2.png") no-repeat;
    background-size: 0.48rem;
}
.rank-list ul li a img {
    float: left;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.28rem;
    margin-right: 0.32rem;
}
.rank-list ul li a div:nth-child(3) {
    float: left;
    width: 3.7rem;
    overflow: hidden;
}
.rank-list ul li a div:nth-child(3) p:nth-child(1) {
    height: 0.55rem;
    line-height: 0.55rem;
    color: #333333;
    font-size: 0.3rem;
}
.rank-list ul li a div:nth-child(3) p:nth-child(2) {
    height: 0.36rem;
    line-height: 0.36rem;
    color: #b1b1b1;
    font-size: 0.22rem;
}
.rank-list ul li a div:nth-child(3) p:nth-child(2) em {
    color: #ff756e;
}
.rank-list ul li a div:nth-child(3) p:nth-child(3) {
    height: 0.34rem;
    line-height: 0.34rem;
    color: #666666;
    font-size: 0.22rem;
}
.rank-list ul li a span:nth-child(4) {
    float: right;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #379dec;
    border-radius: 0.06rem;
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    margin-top: 0.42rem;
}