.Chartview{
    width: 100%;
    .dataWrap{
        width: 100%;
        line-height: 30px;
        text-align: center;
        h3{
            font-size: 30px;
            font-weight: bold;
            color: #fff;
        }
        h4{
            font-size: 12px;
            color: #3b6bcc;
        }
    }
    .cartviewWrap{
        width: 100%;
        height: 2.5rem;
    }
}