
    body .ly_products_149 .wide .section .ly_pro_btn{
        text-align: center;
        margin-top: 10px;
    }
    body .ly_products_149 .wide .section .ly_pro_btn a{
        display: inline-block;
        width: auto;
        min-height: 60px;
        padding: 0 46px;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        letter-spacing: 1px;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 5px;
        background-color: #0AE815;
        border-color: #0AE815;
        border-width: 1px;
        border-style: solid;
        text-decoration: unset;
        color: #000000;
    }
    body .ly_products_149 .wide .section .ly_pro_btn a:hover{
        color: #0AE815;
        background-color: #00000000;
    }
    body .ly_products_149 .btn_box{margin-top: 20px;}
    @media screen and (max-width: 1000px){
        body .ly_products_149 .btn_box{margin-top: 5px;}
        body .ly_products_149 .wide .section .ly_pro_btn a{
            min-height: 40px;
            line-height: 40px;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1,1);
            transform: scale(1, 1);
            -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
            transform-origin: left center;
            text-decoration: none;
        }
    }
