@charset "UTF-8";
/*
    项目通用颜色变量
*/
/*
    zIndex层级
*/
/*
    各种字体大小
*/
/*
    字体颜色
*/
/*
    基础路径
*/
[data-v-aa0e1eea]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #23345E;
  menuHover: #1890FF;
  subMenuBg: #23345E;
  subMenuHover: #1890FF;
  sideBarWidth: 256px;
}
.percentages[data-v-aa0e1eea] {
  width: calc(100%);
  height: calc(100%);
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.percentages .pbaritem[data-v-aa0e1eea] {
    width: 100%;
    flex: 1;
    display: flex;
}
.percentages .pbaritem .pbar[data-v-aa0e1eea] {
      background-color: #303659;
      margin: 0 3%;
      width: auto;
      height: 100%;
      flex: 1;
      position: relative;
}
.percentages .pbaritem .pbar[data-v-aa0e1eea]:hover {
        box-shadow: 0px 0px 2px 2px #14d7ff;
        z-index: 3;
}
.percentages .pbaritem .pbar .y[data-v-aa0e1eea] {
        width: 100%;
        position: absolute;
        bottom: 0px;
        background-color: #14d7ff;
        color: #06133f;
        font-size: x-small;
        overflow: hidden;
        animation: myfirst-aa0e1eea 0.5s;
        -moz-animation: myfirst-aa0e1eea 0.5s;
        /* Firefox */
        -webkit-animation: myfirst-aa0e1eea 0.5s;
        /* Safari and Chrome */
        -o-animation: myfirst-aa0e1eea 0.5s;
        /* Opera */
}
@keyframes myfirst-aa0e1eea {
from {
    height: 0px;
}
}
.percentages .pline[data-v-aa0e1eea] {
    height: 1px;
    margin: 5px 0;
    width: 100%;
    background-color: #1d5173;
}
.percentages .ptextitem[data-v-aa0e1eea] {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
}
.percentages .ptextitem .ptext[data-v-aa0e1eea] {
      margin: 0 3%;
      width: auto;
      height: -moz-max-content;
      height: max-content;
      flex: 1;
}

