.tip {
    font-size: 12px;
    color: #808080;
    text-align: center;
}

.header {
    padding: 4.26666667vw;
    font-size: 4.26666667vw;
    line-height: 6vw;
}

.icon {
    display: inline-block;
    width: 4.26666667vw;
    height: 4.26666667vw;
    background-image: url(../img/oLOjjJWHatTpgfygoLbE.png);
    background-size: cover;
    vertical-align: -1px;
    margin-right: 6.66666667vw;
    position: relative;
}

.icon:after {
    content: '';
    position: absolute;
    top: 1px;
    right: -12px;
    width: 1px;
    height: 4.26666667vw;
    background-color: #979797;
}

.chart-wrapper {
    background-color: #fff;
}

canvas {
    display: block;
    width: 95vw;
    height: 69.33333333vw;
}

/*----------------------*/
.chart-wrapper {
    display: inline-block;
    background-color: #F7F7F7;
    border-radius: 1.06vw;
    overflow: hidden;
    width: 85%;
    margin: 0;
}

.f2-tooltip {
    box-shadow: 1px 1px 0.5px 0.5px rgba(0, 0, 0, 0.13);
    position: absolute;
    z-index: 99;
    background-color: #529FA9;
    padding: 2px;
    border-radius: 5px;
    text-align: center;
    width: 225px;
    opacity: 0;
}

.f2-tooltip.hid:after {
    display: none;
}

.f2-tooltip:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #529FA9;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -8px;
}

.f2-tooltip h2 {
    display: block;
    color: #fff;
    margin: 5px 10px;
    padding: 5px;
    font-size: 25px;
}

.f2-tooltip span:nth-child(1) {
    font-size: 11px !important;
}

.f2-tooltip span:nth-child(2) {
    font-size: 13px !important;
}

.transition, form button, form .question label, form .question input[type="text"] {
  -moz-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  -o-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  -webkit-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
}