@charset "UTF-8";

.gbtn{
    width: 169px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: url("../../imgs/btn-bg.png") no-repeat center center;
    background-size: cover;
}
.gbtn:hover{
    background-image: url("../../imgs/btn-bg-on.png");
}

.cbtn{
    display: inline-block;
    height: 34px;
    padding: 0 20px;
    line-height: 34px;
    text-align: center;
    color: #ab8547;
    background-color: transparent;
    border: 1px solid #ab8547;
}
.cbtn:hover{
    background-color: #cc3642;
    border-color: #cc3642;
    color: #fff;
}