<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.best_broker_bb {
    position: relative;
    margin: 40px auto 0;
    cursor: default;
}
.best_broker_bb .bb_background {
    position: absolute;
    width: 100%;
    height: 720px;
    background: transparent;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.best_broker_bb .bb_header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 10px 0;
}
.best_broker_bb .bb_header,
.best_broker_bb .bb_header a { color: #fff; }

.best_broker_bb .bb_header a { transition: .3s; }
.best_broker_bb .bb_header a:hover { color: #f7d2b9; }
.bb_header .bbh_icon_award {
    width: 78px;
    max-width: 78px;
    min-width: 78px;
    height: 74px;
    max-height: 74px;
    min-height: 74px;
    background: url(/i/img/best_broker/award.svg) no-repeat;
    margin: 0 10px;
    z-index: 1;
}
.bb_header .bbh_text {
    max-width: 100%;
    padding: 0 10px;
    text-align: start;
    z-index: 1;
}
.bbh_text .bbht_n1 {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.bbh_text .bbht_n1 span { font-size: 30px; }
.bbh_text .bbht_award {
    text-transform: none;
    font-size: 18px;
    text-align: center;
}
.best_broker_bb .bb_video {
    position: relative;
    width: 88px;
    height: 88px;
    border: 1px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    transition: .4s;
    background: rgba(0,0,0,.5);
    margin: 38px auto 18px;
}
.best_broker_bb .bb_video::after {
    content: '';
    position: absolute;
    left: 32px;
    bottom: 25px;
    border: 18px solid transparent;
    border-left: 32px solid #fff;
}
.best_broker_bb .bb_video:hover {
    border: 1px solid transparent;
    background: rgba(255,255,255,.5);
    transform: scale(1.4);
}
.best_broker_bb .bb_video_block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999999;
}
.best_broker_bb .bb_video_block.bbvb_show {
    display: flex;
    justify-content: center;
    align-items: center;
}
.best_broker_bb .bb_video_wrapper {
    position: relative;
    width: calc(100% - 40px);
    max-width: 600px;
}
.best_broker_bb .bb_video_close {
    position: absolute;
    top: -29px;
    right: 0;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px #ccc;
    padding: 0 5.2px 1px 5px;
    opacity: 0.5;
    transition: .3s;
    border: 1px solid #fff;
    border-radius: 100%;
}
.best_broker_bb .bb_video_close:hover { opacity: 1; }
.best_broker_bb .bb_blocks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bb_blocks .bb_block {
    position: relative;
    width: 346px;
    margin: 20px 20px 30px;
    background: #fff;
    border-radius: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 0 6px 0 #636363; /*亟仍� IE*/
    box-shadow: 0 0 10px 0 #63636340;
    transition: .5s;
}
.bb_block .bb_title_desc {
    background: #353535;
    background: linear-gradient(to bottom, #353535 20%, #0D0C0E 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 20px 16px;
    box-shadow: 0 4px 6px 0 #636363; /*亟仍� IE*/
    box-shadow: 0 5px 6px 0 #63636369;
}
.bb_title_desc .bb_title_category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    font-size: 17px;
    margin-bottom: 9px;
}
.bb_title_category .bb_title,
.bb_title_category .bb_title_ar {
    font-weight: bold;
    color: #fff;
    text-align: start;
    text-transform: none;
    font-size: 17px;
}
.bb_title_category .bb_title { padding-right: 10px; }
.bb_title_category .bb_title_ar { padding-left: 10px; }

.bb_title_category .bb_category {
    padding: 6px 20px;
    border-radius: 10px;
}
.bb_title_category .bb_category.bb_cat_tc {
    background: #494949;
    color: #BFBFBF;
}
.bb_title_category .bb_category.bb_cat_nst {
    background: #363D34;
    color: #4DB727;
}
.bb_title_category .bb_category.bb_cat_pi {
    background: #4C2F30;
    color: #f9aaae;
}
.bb_title_desc .bb_desc {
    color: #929292;
    font-size: 15px;
    text-align: start;
}
.bb_block .bb_list {
    padding: 20px;
    color: #808080;
}
.bb_list .bb_img_text {
    display: flex;
    align-items: center;
}
.bb_list .bb_img_text img {
    width: 24px;
    max-width: 24px;
    min-width: 24px;
    height: 24px;
    max-height: 24px;
    min-height: 24px;
}
.bb_list .bb_img_text a {
    color: #808080;
    white-space: nowrap;
    transition: .3s;
}
.bb_list .bb_img_text a:hover { color: #7f0c0c; }

.bb_img_text .bb_text,
.bb_img_text .bb_text_ar {
    font-size: 16px;
    text-align: start;
}
.bb_img_text .bb_text { padding: 9px 0 9px 20px; }
.bb_img_text .bb_text_ar { padding: 9px 20px 9px 0; }

.bb_blocks .bb_butt { display: block; }
.bb_blocks .bb_butt_mob { display: none; }

.bb_blocks .bb_butt,
.bb_blocks .bb_butt_mob {
    margin: 0 20px 20px;
    padding: 14px;
    font-size: 19px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    transition: .3s;
}
.bb_blocks .bb_butt {
    position: absolute;
    bottom: -68px;
    display: flex;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 278px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 16px;
    opacity: 0;
    z-index: 1;
}
.bb_blocks .bb_block:hover { transform: translateY(-20px); }
.bb_blocks .bb_block:hover .bb_butt {
    visibility: visible;
    opacity: 1;
}
.bb_block .bbb_tc { background: #323232; }
.bb_block .bbb_tc:hover { background: #1e1e1e; }
.bb_block .bbb_tc:active { background: #0a0a0a; }
.bb_block .bbb_nst { background: #1f9034; }
.bb_block .bbb_nst:hover { background: #187329; }
.bb_block .bbb_nst:active { background: #12561f; }
.bb_block .bbb_pi { background: #7f0c0c; }
.bb_block .bbb_pi:hover { background: #650909; }
.bb_block .bbb_pi:active { background: #4c0707; }
@media (max-width: 1174px) {
    .best_broker_bb .bb_background {
        background-attachment: fixed;
        height: 100%;
    }
    .bb_blocks .bb_block { margin: 20px 20px 70px; }
    .bb_blocks .bb_block:hover { transform: none; }
    .bb_blocks .bb_butt {
        display: flex;
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 820px) {
    .best_broker_bb .bb_header { flex-direction: column; }
    .bb_header .bbh_icon_award { margin: 0 10px 20px; }
    .bb_header .bbh_text { text-align: center; }
}
@media (max-width: 400px) {
    .best_broker_bb .bb_video { margin: 38px auto; }
    .bb_blocks .bb_block {
        width: 100%;
        margin: 0;
        border-bottom: 40px solid #E6E6E6;
    }
    .bb_blocks .bb_block:last-child { border-bottom: 0; }

    .bb_blocks .bb_block,
    .bb_block .bb_title_desc { border-radius: 0; }

    .bb_block .bb_title_desc { padding: 20px; }
    .bb_title_desc .bb_title_category {
        flex-direction: column-reverse;
        height: auto;
        font-size: 20px;
        margin-bottom: 0;
    }
    .bb_title_category .bb_title,
    .bb_title_category .bb_title_ar {
        margin-top: 12px;
        padding: 0 10px;
        font-weight: normal;
        text-align: center;
    }
    .bb_title_desc .bb_desc { display: none; }
    .bb_blocks .bb_butt { display: none; }
    .bb_blocks .bb_butt_mob { display: block; }
}
</pre></body></html>