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