.percent {
    color: #999;
    font-size: .13rem;

}

.score-title {
    font-size: 13px;
    color: #999;
    margin-top: .2rem;
}

.score-info {
    width: .61rem;
    text-align: left;
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin-top: .08rem;
}

.score-percent {
    flex: 1;
    position: relative;
    width: 2.61rem;
    height: .07rem;
    border-radius: .02rem;
    background: #F3F4F7;
    display: inline-block;
    margin-left: .22rem;
}

.percent-front {
    width: 10px;
    height: .07rem;
    position: absolute;
    left: 0;
    top: 0;
    background: #38f;
    border-radius: .02rem 0 0 .02rem;
}

.percent-100 {
    border-radius: .02rem;
}

.root-info {
    margin-top: .08rem;
}