.m-percent-include {
width: 1.3073rem;
background-color: #09487d;
overflow: hidden;
position: relative;
display: inline-block;
height: 0.0938rem;
border-radius: 0.0313rem;
}

 .m-no-percent {
width: 1.3073rem;
position: absolute;
top: 0;
left: -100%;
background: rgba(0, 0, 0, 0);
overflow: hidden;
height: 0.0938rem;
border-radius: 0.0313rem;

}

.m-bg-percent {
position: absolute;
top: 0;
left: 100%;
width: 1.3073rem;
height: 0.0938rem;
border-radius: 0.0313rem;
}

.m-percent {
position: absolute;
top: 50%;
left: 0.0521rem;
transform: translateY(-50%);
display: inline-block;
vertical-align: middle;
padding-left: 2px;
font-size: 0.0833rem;
color: #ffffff;
}
