.border_card_box {
    margin-top: 4vw;
}
.border_card_item{
    background: #ffffff;
    border-color: #356bf8    !important;
}
.border_card_item_button{
    border:0.1vw solid #356bf8   ;
    background: #ffffff !important;
    color: #356bf8   ;

}

.border_card_item_button svg {
    fill: #356bf8   ;
    stroke: #356bf8   ;
}

/* 如果还是不生效，增加权重 */
.border_card_item_button svg path,
.border_card_item_button svg circle,
.border_card_item_button svg rect {
    fill: #356bf8    !important;
    stroke: #356bf8    !important;
}
@media screen and (max-width: 768px) {

    .border_card_box {
        margin-top: 8vw;
    }
}
