.ranking-title{display:flex;padding:.2rem .4rem;justify-content:space-between;align-items:center;background-color:#fff}.ranking-title .coach{font-size:.28rem;font-weight:700}.ranking-title .van-button{background-color:#fff;color:#c0c0c8;border-color:#c0c0c8;padding:.1rem .2rem}.ranking-title .active{color:#1989fa;border-color:#1989fa}.ranking-title .time{display:flex;align-items:center;position:relative;padding-left:1rem}.ranking-title .time .date{background:#eaecfb;color:#1989fa;padding:.1rem .4rem .1rem .2rem;border-radius:.56rem}.ranking-title .time .triangle{border:.1rem solid transparent;border-top:.1rem solid #1989fa;position:absolute;top:45%;right:.1rem}.ranking .table{padding:0 .4rem 0}.ranking .table .table_head{display:flex;justify-content:space-between;font-weight:700;line-height:.8rem}.ranking .table .table_head .ranking{flex:2;text-align:center}.ranking .table .table_head .name{flex:4;text-align:center;margin-right:.4rem}.ranking .table .table_head .times{flex:5;max-width:3rem;text-align:left}.ranking .table .table_body .item{display:flex;justify-content:space-around;line-height:.8rem;border-top:.02rem solid #ededed}.ranking .table .table_body .item .ranking{flex:2;text-align:center}.ranking .table .table_body .item .name{flex:4;text-align:center;margin-right:.4rem}.ranking .table .table_body .item .times{max-width:6rem;flex:5;text-align:left;display:flex;align-items:center}.ranking .table .table_body .item .times .bar{display:inline-block;height:.2rem;border-radius:.56rem;margin-left:.1rem}.ranking .table .table_body .item .times .num{display:inline-block;min-width:.5rem;text-align:center}.ranking .table .table-no-data{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:.2rem}.ranking .table .table-no-data img{width:3.6rem;height:2rem;opacity:.6}.ranking .table .table-no-data .text{text-align:center;color:#969697}