.vChartBox{text-align:center}.vChartBox .chart{width:60px;height:200px;position:relative;margin-bottom:10px;margin:0 auto}.vChartBox .chart .background{background:rgba(31,194,252,.4);width:100%;height:100%}.vChartBox .chart .background .top{background:radial-gradient(#6afef3,rgba(31,194,252,0));position:absolute;left:0;top:0;width:100%;height:40px;border-radius:50%;-webkit-transform:rotateX(60deg) translateY(-40px);transform:rotateX(60deg) translateY(-40px)}.vChartBox .chart .background .bar{left:1px;bottom:0;width:calc(100% - 2px)}.vChartBox .chart .background .bar,.vChartBox .chart .background .bar .barTop{position:absolute;background:-webkit-gradient(linear,left top,left bottom,from(#09b1ff),to(#6afef3));background:linear-gradient(180deg,#09b1ff,#6afef3)}.vChartBox .chart .background .bar .barTop{left:0;top:0;width:100%;height:40px;border-radius:50%;-webkit-transform:rotateX(60deg) translateY(-40px);transform:rotateX(60deg) translateY(-40px)}.vChartBox .chart .background .bar .barBottom{background:-webkit-gradient(linear,left bottom,left top,from(#09b1ff),to(#55edf6));background:linear-gradient(0deg,#09b1ff,#55edf6);position:absolute;left:0;bottom:0;width:100%;height:40px;border-radius:50%;-webkit-transform:rotateX(60deg) translateY(40px);transform:rotateX(60deg) translateY(40px)}.vChartBox .chart .background .bar .num{position:absolute;width:100%;left:0;top:-45px;font-size:22px;font-weight:700;text-shadow:0 0 10px #134cba,0 0 2px #134cba,0 0 4px #134cba}.vChartBox .chart.yellow{-webkit-filter:hue-rotate(218deg);filter:hue-rotate(218deg)}.vChartBox .chart.green{-webkit-filter:hue-rotate(293deg);filter:hue-rotate(293deg)}.vChartBox .chart.pink{-webkit-filter:hue-rotate(70deg);filter:hue-rotate(70deg)}.vChartBox .chart.lemon{-webkit-filter:hue-rotate(238deg);filter:hue-rotate(238deg)}.vChartBox .name{text-align:center;font-size:22px;padding-top:30px}.vChartBox .name a{color:#fff;cursor:default}.vChartBox .name.prime{font-size:24px;font-weight:700;font-style:italic;padding-top:26px;-webkit-animation:shineShadow 6s infinite;animation:shineShadow 6s infinite}.vChartBox .name.prime a{cursor:pointer}