.btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 202px;
    height: 50px;
    color: var(--co-00458E);
    line-height: 28px;
    border: 1px solid var(--co-00458E);
    border-radius: 4px;
}



.products_detail .btnbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 173px;
    height: 50px;
    color: var(--co-fff);
    font-size: 13px;
    line-height: 28px;
    background: var(--co-01458e);
    margin-right: 30px;
    border-radius: 4px;
}