
@media screen and (min-width: 1000px) {
    body .ly_product_purchase_2 .goods_wrapper .goods_info .g_attribute .attr_item .btn_attr:hover {
border-width: 1px;
        border-color: #1F2328;
        outline: 2px solid #1F2328;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    body .ly_product_purchase_2 .goods_wrapper .goods_info .g_attribute .attr_item .btn_attr.current {
border-width: 1px;
        border-color: #1F2328;
        outline: 2px solid #1F2328;
        padding-top: 5px;
        padding-bottom: 5px;
}
}
