.css_arrow{
    position: relative;
    z-index: auto;
    top: 8px;
}
.css_arrow.info_arrow{
    width: max-content;
}
.l_h_normal{
    line-height: normal !important;
}

.css_arrow:before, .css_arrow:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    z-index: -1;
    transform: rotate(45deg);
}
.css_arrow.style_before_arrow_b_w:before{
    border: solid 1.1px #5199ff;
    background-color: #fff;
}
.css_arrow.style_before_arrow_r_w:before{
    border: solid 1.1px #ff6e4e;
    background-color: #fff;
}
.css_arrow.style_before_arrow_o_w:before{
    border: solid 1.1px #ffaf50;
    background-color: #fff;
}
.css_arrow.style_before_arrow_g_w:before{
    border: solid 1.1px #999999;
    background-color: #fff;
}
.css_arrow.style_before_arrow_g2_w:before{
    border: solid 1.1px #E0E0E0;
    background-color: #fff;
}
.css_arrow.style_before_arrow_w_w:before{
    border: solid 1.1px #fff;
    background-color: #fff;
}

.css_arrow.style_after_arrow_w:after{
    background-color: #fff;
}
.css_arrow.style_after_arrow_g:after{
    background-color: #999999;
}

.css_arrow.style_arrow_pos_t_l:before{
    top: -21.5px;
    left: 18px;
}
.css_arrow.style_arrow_pos_t_l:after{
    top: -19.9px;
    left: 18px;
}
.css_arrow.style_arrow_pos_t_r:before{
    top: -21.5px;
    right: 18px;
}
.css_arrow.style_arrow_pos_t_r:after{
    top: -19.9px;
    right: 18px;
}
.css_arrow.style_arrow_pos_t_c:before{
    top: -21.5px;
    left: 48%;
}
.css_arrow.style_arrow_pos_t_c:after{
    top: -19.9px;
    left: 48%;
}
.css_arrow.style_arrow_pos_b_l:before{
    bottom: -21.5px;
    left: 18px;
}
.css_arrow.style_arrow_pos_b_l:after{
    bottom: -19.9px;
    left: 18px;
}
.css_arrow.style_arrow_pos_b_r:before{
    bottom: -21.5px;
    right: 18px;
}
.css_arrow.style_arrow_pos_b_r:after{
    bottom: -19.7px;
    right: 18px;
}
.css_arrow.style_arrow_pos_b_c:before{
    bottom: -21.5px;
    left: 48%;
}
.css_arrow.style_arrow_pos_b_c:after{
    bottom: -19.9px;
    left: 48%;
}
.css_arrow.style_arrow_pos_r_t:before{
    top: 21.5px;
    right: -13px;
}
.css_arrow.style_arrow_pos_r_t:after{
    top: 21.5px;
    right: -12px;
}
.css_arrow.style_arrow_pos_r_b:before{
    bottom: 21.5px;
    right: -13px;
}
.css_arrow.style_arrow_pos_r_b:after{
    bottom: 21.5px;
    right: -12px;
}
.css_arrow.style_arrow_pos_r_c:before{
    top: 48%;
    right: -13px;
}
.css_arrow.style_arrow_pos_r_c:after{
    top: 48%;
    right: -12px;
}
.css_arrow.style_arrow_pos_l_t:before{
    top: 21.5px;
    left: -13px;
}
.css_arrow.style_arrow_pos_l_t:after{
    top: 21.5px;
    left: -12px;
}
.css_arrow.style_arrow_pos_l_b:before{
    bottom: 21.5px;
    left: -13px;
}
.css_arrow.style_arrow_pos_l_b:after{
    bottom: 21.5px;
    left: -12px;
}
.css_arrow.style_arrow_pos_l_c:before{
    top: 48%;
    left: -13px;
}
.css_arrow.style_arrow_pos_l_c:after{
    top: 48%;
    left: -12px;
}