.cBoxPerf {
    border-radius: 0 0 10px 10px;
    background-color: #C4E3ED;
    color: #ffffff;
    padding: 5px 0;
    width: 554px;
    /* height: 103px; */
    /* display: flex; */
    font-weight: 700;
    position: relative;
    -moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.85);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.85);
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.85);
    border: 3px solid #ffffff;
    border-top: none;
}
.cBoxPerf.noRound {
    border-radius: 0;
    border-bottom: none;
}
.cBox .cText .cHeader .cLabel .cPerf .cPerfGrap {
    position: absolute;
    top: 23px;
    left: -405px;
    z-index: 20;
    background-color: #ffffff;
    width: 555px;
    border-radius: 5px;
}
.cChartGrade {
    width: 580px;
    display: flex;
    float: left;
    margin: 5px 10px;
    cursor: pointer;
    /* background-color: #F0A017; */
}
.cChartGradeNum {
    padding: 30px 0 0 3px;
    margin-right: 5px;
    width: 42px;
    height: 62px;
    line-height: 15px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    -moz-box-shadow:0 2px 2px rgba(182, 182, 182, 0.5);
    -webkit-box-shadow: 0 2px 2px rgba(182, 182, 182, 0.5);
    box-shadow: 0 2px 2px rgba(182, 182, 182, 0.5);
}
.cMachine {
    background-color: #ffffff;
    padding: 2px;
    margin-right: 1px;
    border: 1px solid #129DA2;
    border-radius: 3px;
    position: relative;
}
.cMachine.red {
    opacity: 0.2;
}
.cGradeIdc {
    font-size: 13px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}
.cGradeIdc.yellow {
    color: #F2F200 !important;
}
.cGradeIdc.green {
    color: #1CC62E !important;
}
.cGradeIdc.blue {
    color: #12AFED;
}
.cGradeIdc.orange {
    color: #F0A017;
}
.cGradeIdc.white {
    color: #E8E8E8;
}
.gradePlus {
    position: absolute;
    top: 5px;
    left: 11px;
    width: 15px;
    height: 15px;
    z-index: 10;
    background-image: url("/img/icon/grade_plus.png");
    background-repeat: no-repeat;
}
.gradeMinus {
    position: absolute;
    top: 5px;
    left: 11px;
    width: 15px;
    height: 15px;
    z-index: 10;
    background-image: url("/img/icon/grade_minus.png");
    background-repeat: no-repeat;
}