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