﻿.btns
{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.btns .btn
{
    box-sizing: border-box;
    padding: 0 10px 0 20px;
    height: 32px;
    line-height: 32px;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.btns .btn img
{
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.getPrice-btns
{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.getPrice-btns .getPrice-btn, .getPrice-btns .getfanan-btn
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: linear-gradient(to right,#f40b0b 0%,#f37819 100%);
    border-radius: 16px 16px 16px 16px;
    box-sizing: border-box;
    padding: 0 17px 0 14px;
    cursor: pointer;
}
.getPrice-btns .getfanan-btn
{
    color: #666;
    background: #f3f3f3;
    padding: 0 19px 0 14px;
}
.getPrice-btns .getPrice-btn img, .getPrice-btns .getfanan-btn img
{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.btn:hover
{
    background: linear-gradient(to right,#f40b0b,#f37819);
    border: 1px solid transparent;
    color: #fff;
}
