.rank-list{width:100%;min-width:300px}.rank-list .title{margin:15px 0;text-align:center}.rank-list .rank{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px;font-size:13px;overflow:hidden}.rank-list .process{height:28px;background-color:#f2f2f2;border-radius:8px;margin-bottom:10px;overflow:hidden;position:relative}.rank-list .process .process__order{position:absolute;left:0;top:0;width:28px;height:28px;line-height:28px;text-align:center;background-color:rgba(255,255,255,.5);border-radius:50px;z-index:9}.rank-list .process .process__bar{position:absolute;left:0;top:0;height:28px;border-radius:14px 8px 8px 14px}@-webkit-keyframes process{0%{width:0}100%{width:50%}}@keyframes process{0%{width:0}100%{width:50%}}