@import 'proto-ui.vusion/src/u-circular-progress.vue/module.css';
.text {
    line-height: normal;
    height: 100%;
}

.wrap {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.percent {
    font-size: 20px;
    color: #999;
    line-height: 30px;
}

.self {
    font-size: 14px;
    color: #999;
}

.footer {
    text-align: center;
    color: #999;
    font-size: 14px;
}

.trail {
    stroke-linecap: round;
}

.trail[linecap] {
    stroke-linecap: initial;
}
