.tooltip_all {
    padding: 10px;
    background: #346BE5;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.95;
    border-radius: 4px;
}

.tooltip_all .tooltip_c {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tooltip_all .tooltip_c:last-child {
    margin-bottom: 0px;
}

.tooltip_all .tooltip_pirce_icon {
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #ECAB3D;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    min-width: 8px;
    margin-right: 5px;
    min-height: 8px;
}

.tooltip_all .tooltip_hash_icon {
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #346BE5;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    min-width: 8px;
    margin-right: 5px;
    min-height: 8px;
}

.highcharts-tracker .highcharts-halo {
    fill: transparent !important;
}

.go_help {
    color: #346BE5 !important;
    transition: all .3s;
    text-decoration: none !important;
}

.go_help:hover {
    opacity: .8;
    color: #346BE5 !important;
}

.a_index_select_coin_item {
    display: flex;
}

@media only screen and (max-width: 1640px) {
    .IC_detail_btn {
        height: 30px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }

    .index_charts {
        overflow: auto !important;
        padding: 0px 5px !important;
    }
}