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